@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700");
/* =====================
  all
===================== */
/* line 9, ../../sass/home/style.scss */
.container {
  position: relative;
}

/* line 12, ../../sass/home/style.scss */
.main-content {
  overflow: hidden;
}

/* line 16, ../../sass/home/style.scss */
.block-ttl {
  margin-bottom: 4rem;
}
/* line 18, ../../sass/home/style.scss */
.block-ttl h3 {
  opacity: 0;
}
/* line 20, ../../sass/home/style.scss */
.block-ttl h3.fadeInUp {
  animation: fadeInUp 0.3s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 24, ../../sass/home/style.scss */
.block-ttl .sub {
  opacity: 0;
}
/* line 26, ../../sass/home/style.scss */
.block-ttl .sub.fadeInUp {
  animation: fadeInUp 0.3s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}

/* =====================
  mv-block
===================== */
/* line 36, ../../sass/home/style.scss */
.mv-block {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 700px;
  background: url("/assets/img/home/mv.jpg") center top no-repeat;
  background-size: cover;
}
/* line 44, ../../sass/home/style.scss */
.mv-block .mv-wrap {
  position: relative;
  width: 89.33333%;
  max-width: 1024px;
  margin: 0 auto;
  height: 700px;
}
/* line 50, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 {
  position: absolute;
  width: 7.12891%;
  left: 50%;
  bottom: 5.71429%;
  padding-top: 46.2%;
  transform: translateX(-50%);
}
/* line 58, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg {
  position: absolute;
  overflow: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 65, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path {
  opacity: 0;
  fill: #000;
}
/* line 68, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st01 {
  animation: fadeIn 0.4s 0.4s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 71, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st02 {
  animation: fadeIn 0.4s 0.5s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 74, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st03 {
  animation: fadeIn 0.4s 0.6s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 77, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st04 {
  animation: fadeIn 0.4s 0.7s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 80, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st05 {
  animation: fadeIn 0.4s 0.8s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 83, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st06 {
  animation: fadeIn 0.4s 0.9s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 86, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st07 {
  animation: fadeIn 0.4s 1s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 89, ../../sass/home/style.scss */
.mv-block .mv-wrap h2 svg path.st08 {
  animation: fadeIn 0.4s 1.1s forwards cubic-bezier(0.46, 0.1, 0.29, 1);
}
/* line 97, ../../sass/home/style.scss */
.mv-block .mv-bnr {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  max-width: 320px;
  width: 38.66667vw;
}

/* =====================
  bnr-block
===================== */
/* line 111, ../../sass/home/style.scss */
.bnr-block {
  margin-bottom: 11rem;
}
/* line 113, ../../sass/home/style.scss */
.bnr-block .bnr-slider {
  opacity: 0;
  animation: fadeIn .4s ease-out .1s forwards;
}
/* line 116, ../../sass/home/style.scss */
.bnr-block .bnr-slider li {
  width: 500px;
  margin: 0 1.5px;
}
/* line 119, ../../sass/home/style.scss */
.bnr-block .bnr-slider li a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 123, ../../sass/home/style.scss */
.bnr-block .bnr-slider li a:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 136, ../../sass/home/style.scss */
.bnr-block .bnr-slider li a img {
  width: 100%;
}
/* line 140, ../../sass/home/style.scss */
.bnr-block .bnr-slider li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* line 147, ../../sass/home/style.scss */
.bnr-block .bnr-slider li.giryosai {
  width: 356px;
}
/* line 151, ../../sass/home/style.scss */
.bnr-block .bnr-slider .slick-dots {
  bottom: -4rem;
}
/* line 153, ../../sass/home/style.scss */
.bnr-block .bnr-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 .7rem;
}
/* line 157, ../../sass/home/style.scss */
.bnr-block .bnr-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #ccc;
  transition: all .3s ease-out;
}
/* line 163, ../../sass/home/style.scss */
.bnr-block .bnr-slider .slick-dots li button:before {
  display: none;
}
/* line 168, ../../sass/home/style.scss */
.bnr-block .bnr-slider .slick-dots li:hover button, .bnr-block .bnr-slider .slick-dots li.slick-active button {
  background: #26935a;
}

/* =====================
  about-block
===================== */
/* line 181, ../../sass/home/style.scss */
.about-block {
  position: relative;
  margin-bottom: 16rem;
}
/* line 184, ../../sass/home/style.scss */
.about-block .block-ttl {
  margin-bottom: 12rem;
}
/* line 187, ../../sass/home/style.scss */
.about-block .about-slider {
  opacity: 0;
  position: static;
  animation: fadeIn .4s ease-out .2s forwards;
}
/* line 191, ../../sass/home/style.scss */
.about-block .about-slider .slick-list {
  opacity: 0;
  overflow: inherit;
}
/* line 194, ../../sass/home/style.scss */
.about-block .about-slider .slick-list.fadeIn {
  animation: fadeIn .4s ease-out forwards;
}
/* line 198, ../../sass/home/style.scss */
.about-block .about-slider .about-box {
  position: relative;
  width: 1062px;
}
/* line 201, ../../sass/home/style.scss */
.about-block .about-slider .about-box:before, .about-block .about-slider .about-box:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 210, ../../sass/home/style.scss */
.about-block .about-slider .about-box:before {
  opacity: 0;
  background: linear-gradient(90deg, rgba(38, 147, 90, 0.5), rgba(20, 104, 165, 0.5));
}
/* line 214, ../../sass/home/style.scss */
.about-block .about-slider .about-box:after {
  background: rgba(255, 255, 255, 0.7);
}
/* line 217, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-catch {
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 4.3rem;
  width: 100%;
}
/* line 223, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-catch span {
  display: inline-block;
  padding: .5rem 3rem;
  color: #fff;
  background: #242424;
}
/* line 230, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl {
  position: absolute;
  z-index: 2;
  top: 24.44444%;
  left: 50%;
  width: 870px;
  text-align: center;
  transform: translateX(-50%);
}
/* line 238, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl p {
  opacity: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
}
/* line 243, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .sub, .about-block .about-slider .about-box .about-ttl .ttl {
  position: relative;
  display: inline-block;
  padding: 0 2rem;
  line-height: 1.6;
  background: linear-gradient(90deg, rgba(38, 147, 90, 0.85), rgba(16, 92, 147, 0.85));
}
/* line 249, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .sub:after, .about-block .about-slider .about-box .about-ttl .ttl:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/img/home/about-box-dot.png") center repeat;
}
/* line 259, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .sub {
  margin-bottom: .5rem;
  font-size: 3.2rem;
}
/* line 263, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .ttl {
  margin-bottom: 1rem;
  font-size: 4rem;
}
/* line 266, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .ttl.pc {
  margin-bottom: .5rem;
}
/* line 269, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .ttl br {
  display: none;
}
/* line 273, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .txt {
  font-size: 1.6rem;
  line-height: 1.7;
}
/* line 276, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-ttl .txt span {
  display: inline-block;
}
/* line 281, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-txt {
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 86.66667%;
  left: 0;
  width: 540px;
  padding: 3rem;
  background: #fff;
  border-top: 3px solid #dadada;
}
/* line 291, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-txt:before {
  position: absolute;
  content: "";
  top: -3px;
  left: 0;
  width: 150px;
  height: 3px;
  background: #26935a;
}
/* line 300, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-txt .lead {
  display: none;
}
/* line 305, ../../sass/home/style.scss */
.about-block .about-slider .about-box .about-img img {
  width: 100%;
}
/* line 309, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active {
  opacity: 1;
}
/* line 311, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active:before {
  animation: fadeIn .4s ease-out .2s forwards;
}
/* line 314, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active:after {
  animation: fadeOut .4s ease-out forwards;
}
/* line 317, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-catch {
  animation: fadeInLeft .4s ease-out .4s forwards;
}
/* line 321, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-ttl .sub {
  animation: fadeInUp .4s ease-out .5s forwards;
}
/* line 324, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-ttl .ttl {
  animation: fadeInUp .4s ease-out .6s forwards;
}
/* line 326, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-ttl .ttl.pc {
  animation: fadeInUp .4s ease-out .5s forwards;
}
/* line 330, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-ttl .txt {
  animation: fadeInUp .4s ease-out .8s forwards;
}
/* line 334, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-txt {
  animation: fadeIn .4s ease-out 1s forwards;
}
/* line 338, ../../sass/home/style.scss */
.about-block .about-slider .about-box.slick-active .about-img img {
  -webkit-filter: grayscale(100%) brightness(50%);
  -moz-filter: grayscale(100%) brightness(50%);
  -ms-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}
/* line 347, ../../sass/home/style.scss */
.about-block .about-slider .about-box.box01 .about-ttl, .about-block .about-slider .about-box.box05 .about-ttl {
  top: 36.88889%;
}
/* line 355, ../../sass/home/style.scss */
.about-block .about-slider .about-box.box04 .about-ttl .ttl span b {
  display: none;
}
/* line 363, ../../sass/home/style.scss */
.about-block .about-slider .about-box.box06 .about-ttl {
  top: 36.88889%;
  width: 90%;
  max-width: 90%;
}
/* line 370, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow {
  position: absolute;
  z-index: 3;
  opacity: 0;
  bottom: -25px;
  width: 7.14286%;
  height: 50px;
  background: #242424;
  border: 1px solid #242424;
  transition: all .3s ease-out;
  cursor: pointer;
}
/* line 381, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.fadeIn {
  animation: fadeIn .4s ease-out .4s forwards;
}
/* line 384, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow:before, .about-block .about-slider .slick-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease-out;
}
/* line 393, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.prev-arrow {
  right: 20.64286%;
}
/* line 395, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.prev-arrow:before, .about-block .about-slider .slick-arrow.prev-arrow:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 399, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.prev-arrow:before {
  left: 2.1rem;
}
/* line 402, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.prev-arrow:after {
  left: 2.7rem;
}
/* line 406, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.next-arrow {
  right: 13.35714%;
}
/* line 408, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.next-arrow:before, .about-block .about-slider .slick-arrow.next-arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 412, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.next-arrow:before {
  right: 2.1rem;
}
/* line 415, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow.next-arrow:after {
  right: 2.7rem;
}
/* line 419, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow:hover {
  background: #fff;
}
/* line 421, ../../sass/home/style.scss */
.about-block .about-slider .slick-arrow:hover:before, .about-block .about-slider .slick-arrow:hover:after {
  border-color: #242424;
}
/* line 426, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  overflow: hidden;
  left: 50%;
  top: 10rem;
  bottom: auto;
  width: auto;
  transform: translateX(-50%);
}
/* line 437, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots.bgMove:before {
  animation: bgMove .8s .4s forwards;
}
/* line 440, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots.bgMove li {
  animation: fadeIn .4s ease-out .6s forwards;
}
/* line 444, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: #26935a;
  transform: translateX(-101%);
}
/* line 453, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li {
  opacity: 0;
  position: relative;
  display: block;
  width: 90px;
  height: 2em;
  margin: 0;
  border-bottom: 3px solid #e2e2e2;
}
/* line 461, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #26935a;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s ease-in-out;
}
/* line 474, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li button:before {
  opacity: 1;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: #26935a;
}
/* line 482, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:hover:after, .about-block .about-slider .slick-dots li.slick-active:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
/* line 489, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(1) button:before {
  content: "01.";
}
/* line 496, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(2) button:before {
  content: "02.";
}
/* line 503, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(3) button:before {
  content: "03.";
}
/* line 510, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(4) button:before {
  content: "04.";
}
/* line 517, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(5) button:before {
  content: "05.";
}
/* line 524, ../../sass/home/style.scss */
.about-block .about-slider .slick-dots li:nth-child(6) button:before {
  content: "06.";
}

/* =====================
  faculties-block
===================== */
/* line 538, ../../sass/home/style.scss */
.faculties-block {
  margin-bottom: 9rem;
}
/* line 541, ../../sass/home/style.scss */
.faculties-block .faculties-inner .wrap {
  position: relative;
}
/* line 543, ../../sass/home/style.scss */
.faculties-block .faculties-inner .wrap:before {
  position: absolute;
  content: "";
  top: 0;
  width: 33.10547%;
  height: 100%;
}
/* line 551, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80.07813%;
  padding: 4.8rem 0 4.2rem;
}
/* line 557, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-bg {
  display: none;
  opacity: 0;
}
/* line 560, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-bg.fadeIn {
  animation: fadeIn .4s ease-out forwards;
}
/* line 564, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl {
  width: 24.39024%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* line 568, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl p {
  opacity: 0;
}
/* line 571, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl .en {
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .1rem;
}
/* line 577, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl .ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4.6rem;
  line-height: 1;
}
/* line 582, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl .txt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
/* line 588, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .en {
  animation: fadeInDown .4s ease-out forwards;
}
/* line 591, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .ttl {
  animation: fadeInDown .4s ease-out .2s forwards;
}
/* line 594, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .txt {
  animation: fadeInDown .4s ease-out .4s forwards;
}
/* line 599, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box {
  opacity: 0;
  width: 21.95122%;
}
/* line 602, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a {
  position: relative;
  display: block;
}
/* line 605, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a:before, .faculties-block .faculties-inner .faculties-list .faculties-box a:after {
  position: absolute;
  content: "";
  z-index: 1;
}
/* line 610, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 616, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a:after {
  right: 3rem;
  bottom: 1rem;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #fff;
  transition: all .3s ease-in-out;
}
/* line 623, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a p:not(.img) {
  position: absolute;
  z-index: 2;
  color: #fff;
}
/* line 628, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a .faculty {
  top: 1rem;
  right: 1rem;
  padding: 2rem 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
}
/* line 636, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a .course {
  top: 4.5rem;
  left: 50%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  letter-spacing: .1rem;
  transform: translateX(-50%);
}
/* line 646, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a .en {
  left: 1.6rem;
  bottom: 2rem;
  padding-right: 2rem;
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: .1rem;
}
/* line 655, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a .img {
  overflow: hidden;
}
/* line 657, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a .img img {
  width: 100%;
  transition: all .3s ease-in-out;
}
/* line 663, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a:hover:after {
  right: 2rem;
}
/* line 667, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box a:hover .img img {
  transform: scale(1.1);
}
/* line 674, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ph.rotateIn {
  animation: rotateIn 1s .6s forwards;
}
/* line 678, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ph a:before {
  background: linear-gradient(45deg, rgba(238, 119, 0, 0.3), rgba(0, 0, 0, 0));
}
/* line 681, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ph a .faculty {
  background: #ee7700;
}
/* line 687, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ns.rotateIn {
  animation: rotateIn 1s .8s forwards;
}
/* line 691, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ns a:before {
  background: linear-gradient(45deg, rgba(255, 87, 138, 0.3), rgba(0, 0, 0, 0));
}
/* line 694, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.ns a .faculty {
  background: #e9556b;
}
/* line 700, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.mc.rotateIn {
  animation: rotateIn 1s 1s forwards;
}
/* line 704, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.mc a:before {
  background: linear-gradient(45deg, rgba(255, 87, 138, 0.3), rgba(0, 0, 0, 0));
}
/* line 710, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.mt.rotateIn {
  animation: rotateIn 1s .6s forwards;
}
/* line 714, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.mt a:before {
  background: linear-gradient(45deg, rgba(0, 158, 192, 0.3), rgba(0, 0, 0, 0));
}
/* line 717, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.mt a .faculty {
  background: #2eb6aa;
}
/* line 723, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.rt.rotateIn {
  animation: rotateIn 1s .8s forwards;
}
/* line 727, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.rt a:before {
  background: linear-gradient(45deg, rgba(247, 171, 1, 0.3), rgba(0, 0, 0, 0));
}
/* line 730, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.rt a .faculty {
  background: #f7ab01;
}
/* line 736, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.gs.rotateIn {
  animation: rotateIn 1s 1s forwards;
}
/* line 740, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.gs a:before {
  background: linear-gradient(45deg, rgba(46, 182, 170, 0.3), rgba(0, 0, 0, 0));
}
/* line 743, ../../sass/home/style.scss */
.faculties-block .faculties-inner .faculties-list .faculties-box.gs a .faculty {
  background: #009ec0;
}
/* line 750, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 {
  background: #e6f3ff;
}
/* line 753, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .wrap:before {
  left: -19.62891%;
  background: url("/assets/img/home/faculties-bg01.jpg") no-repeat;
  background-size: cover;
}
/* line 759, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .faculties-list {
  margin-left: auto;
}
/* line 761, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl {
  display: flex;
  flex-direction: column-reverse;
}
/* line 764, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl .en {
  color: #c4dcf3;
}
/* line 767, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl .ttl {
  margin: 0 2rem 0 1.5rem;
}
/* line 770, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl .txt {
  color: #005cac;
}
/* line 776, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 {
  background: #eef2ee;
}
/* line 779, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .wrap:before {
  right: -19.62891%;
  background: url("/assets/img/home/faculties-bg02.jpg") no-repeat;
  background-size: cover;
}
/* line 785, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list {
  margin-right: auto;
}
/* line 787, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl {
  order: 4;
}
/* line 789, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl .en {
  color: #d0e4d8;
}
/* line 792, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl .ttl {
  margin: 0 1.5rem 0 2rem;
}
/* line 795, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl .txt {
  color: #26935a;
}
/* line 799, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .mt {
  order: 1;
}
/* line 802, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .rt {
  order: 2;
}
/* line 805, ../../sass/home/style.scss */
.faculties-block .faculties-inner.faculties02 .faculties-list .gs {
  order: 3;
}

/* =====================
  news-block
===================== */
/* line 817, ../../sass/home/style.scss */
.news-block {
  margin-bottom: 9rem;
}
/* line 820, ../../sass/home/style.scss */
.news-block .news-inner .news-tab {
  opacity: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 5rem;
}
/* line 826, ../../sass/home/style.scss */
.news-block .news-inner .news-tab.fadeIn {
  animation: fadeIn .4s ease-out forwards;
}
/* line 829, ../../sass/home/style.scss */
.news-block .news-inner .news-tab li {
  position: relative;
  width: 23.82813%;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #eee;
  cursor: pointer;
}
/* line 838, ../../sass/home/style.scss */
.news-block .news-inner .news-tab li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #26935a;
  transform-origin: center top;
  transition: transform 0.3s cubic-bezier(0.13, 0.54, 0.47, 0.86);
  transform: scale(0, 1);
}
/* line 850, ../../sass/home/style.scss */
.news-block .news-inner .news-tab li:hover, .news-block .news-inner .news-tab li.active {
  color: #26935a;
}
/* line 852, ../../sass/home/style.scss */
.news-block .news-inner .news-tab li:hover:after, .news-block .news-inner .news-tab li.active:after {
  transform: scale(1, 1);
}
/* line 858, ../../sass/home/style.scss */
.news-block .news-inner .news-cont {
  opacity: 0;
  margin-bottom: 3rem;
}
/* line 861, ../../sass/home/style.scss */
.news-block .news-inner .news-cont.fadeIn {
  animation: fadeIn .4s ease-out .4s forwards;
}
/* line 864, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box {
  display: none;
}
/* line 866, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box.show {
  display: block;
  animation: fadeIn .4s linear;
}
/* line 871, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li {
  border-bottom: 1px solid #eee;
}
/* line 873, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a {
  position: relative;
  display: block;
  padding: 1rem 0;
}
/* line 877, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:before, .news-block .news-inner .news-cont .news-box .news-list > li a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease-out;
}
/* line 888, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:before {
  right: .2rem;
}
/* line 891, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:after {
  right: .7rem;
}
/* line 894, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
/* line 899, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dt {
  position: relative;
  width: 180px;
  padding: .8rem 0;
  font-family: 'Crimson Text', serif;
  font-size: 1.6rem;
  text-align: center;
  background: #eef2ee;
  border-right: 1px solid #c2cdc2;
  transition: all .3s ease-out;
}
/* line 909, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dt:after {
  position: absolute;
  content: "";
  top: 0;
  right: 3px;
  width: 1px;
  height: 100%;
  background: #c2cdc2;
}
/* line 918, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dt span {
  font-size: 81.25%;
}
/* line 922, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: calc(100% - 200px);
  padding-right: 2rem;
}
/* line 928, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd p {
  margin-right: 1.5rem;
  line-height: 1.6;
  transition: all .3s ease-out;
}
/* line 933, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
/* line 937, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li {
  display: inline-block;
  padding: .1em .3em;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 3px;
}
/* line 944, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li:not(:last-child) {
  margin-right: 1rem;
}
/* line 947, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.icon01, .news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.student {
  color: #26935a;
  border: 1px solid #26935a;
}
/* line 952, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.icon02, .news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.general {
  color: #4982cf;
  border: 1px solid #4982cf;
}
/* line 957, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.icon03, .news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li.juken {
  color: #f33f94;
  border: 1px solid #f33f94;
}
/* line 967, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:hover:before, .news-block .news-inner .news-cont .news-box .news-list > li a:hover:after {
  border-top-color: #26935a;
  border-right-color: #26935a;
}
/* line 972, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:hover dl dt {
  color: #26935a;
}
/* line 976, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list > li a:hover dl dd p {
  color: #26935a;
}
/* line 984, ../../sass/home/style.scss */
.news-block .news-inner .news-cont .news-box .news-list .icon-new {
  display: inline-block;
  margin-right: .5em;
  padding: .3em .5em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #f60;
  border-radius: 3px;
}
/* line 999, ../../sass/home/style.scss */
.news-block .news-inner .news-btn {
  opacity: 0;
  text-align: center;
  margin-bottom: 3rem;
}
/* line 1003, ../../sass/home/style.scss */
.news-block .news-inner .news-btn.fadeInUp {
  animation: fadeInUp .4s ease-out forwards;
}
/* line 1006, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a {
  position: relative;
  display: inline-block;
  width: 210px;
  padding: .5rem 0;
  color: #fff;
  background: #26935a;
  border-radius: 50px;
  border: 1px solid #26935a;
  transition: all .3s ease-out;
}
/* line 1016, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a:before, .news-block .news-inner .news-btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease-out;
}
/* line 1027, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a:before {
  right: 2rem;
}
/* line 1030, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a:after {
  right: 2.5rem;
}
/* line 1033, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a:hover {
  color: #26935a;
  background: #fff;
}
/* line 1036, ../../sass/home/style.scss */
.news-block .news-inner .news-btn a:hover:before, .news-block .news-inner .news-btn a:hover:after {
  border-top-color: #26935a;
  border-right-color: #26935a;
}

/* =====================
  topics-block
===================== */
/* line 1050, ../../sass/home/style.scss */
.topics-block {
  display: none;
  position: relative;
  margin-bottom: 7rem;
  padding: 7rem 0;
  background: #eef2ee;
}
/* line 1056, ../../sass/home/style.scss */
.topics-block .topics-slider {
  position: static;
}
/* line 1058, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box {
  opacity: 0;
  width: 275px;
  margin: 0 15px;
}
/* line 1062, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box.fadeIn {
  animation: fadeIn .4s ease-in-out forwards;
}
/* line 1065, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
}
/* line 1069, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-date {
  width: 57px;
  margin-top: 3rem;
  font-family: 'Crimson Text', serif;
  text-align: center;
  background: #fff;
  letter-spacing: .1rem;
  transition: all .3s ease-out;
}
/* line 1077, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-date span {
  position: relative;
  padding-top: 6.7rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* line 1082, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-date span:before {
  position: absolute;
  content: "";
  top: 3.2rem;
  left: 49%;
  width: 1px;
  height: 2.2rem;
  background: #c2cdc2;
}
/* line 1093, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt {
  width: calc(100% - 57px);
}
/* line 1095, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .img {
  overflow: hidden;
}
/* line 1097, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .img img {
  transition: all .3s ease-in-out;
}
/* line 1101, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .txt {
  padding: 2.5rem 2rem 5rem 0;
  line-height: 1.7;
  background: #fff;
  transition: all .3s ease-out;
}
/* line 1107, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #26935a;
}
/* line 1114, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .icon:before, .topics-block .topics-slider .topics-box a .topics-txt .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  width: .8rem;
  height: .8rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
/* line 1124, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .icon:before {
  right: .9rem;
}
/* line 1127, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a .topics-txt .icon:after {
  right: 1.2rem;
}
/* line 1133, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a:hover .topics-date {
  color: #26935a;
}
/* line 1138, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a:hover .topics-txt .img img {
  transform: scale(1.1);
}
/* line 1142, ../../sass/home/style.scss */
.topics-block .topics-slider .topics-box a:hover .topics-txt .txt {
  color: #26935a;
}
/* line 1149, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 7rem;
  width: 7.14286%;
  height: 50px;
  background: #242424;
  border: 1px solid #242424;
  transition: all .3s ease-out;
  cursor: pointer;
}
/* line 1160, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.fadeIn {
  animation: fadeIn .4s ease-out forwards;
}
/* line 1163, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow:before, .topics-block .topics-slider .slick-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease-out;
}
/* line 1172, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.prev-arrow {
  right: 14.28571%;
}
/* line 1174, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.prev-arrow:before, .topics-block .topics-slider .slick-arrow.prev-arrow:after {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* line 1178, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.prev-arrow:before {
  left: 2.1rem;
}
/* line 1181, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.prev-arrow:after {
  left: 2.7rem;
}
/* line 1185, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.next-arrow {
  right: 7.07143%;
}
/* line 1187, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.next-arrow:before, .topics-block .topics-slider .slick-arrow.next-arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/* line 1191, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.next-arrow:before {
  right: 2.1rem;
}
/* line 1194, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow.next-arrow:after {
  right: 2.7rem;
}
/* line 1198, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow:hover {
  background: #fff;
}
/* line 1200, ../../sass/home/style.scss */
.topics-block .topics-slider .slick-arrow:hover:before, .topics-block .topics-slider .slick-arrow:hover:after {
  border-color: #242424;
}

/* =====================
  event-block
===================== */
/* line 1212, ../../sass/home/style.scss */
.event-block {
  margin-bottom: 10rem;
}
/* line 1214, ../../sass/home/style.scss */
.event-block .event-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 1218, ../../sass/home/style.scss */
.event-block .event-inner .event-box {
  opacity: 0;
  width: 32.22656%;
}
/* line 1221, ../../sass/home/style.scss */
.event-block .event-inner .event-box a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}
/* line 1226, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:before, .event-block .event-inner .event-box a:after {
  position: absolute;
  z-index: 0;
  opacity: 0;
  content: "";
  width: 0;
  height: 0;
  transition: all .3s ease-out;
}
/* line 1235, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:before {
  top: 0;
  left: 0;
}
/* line 1239, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:after {
  right: 0;
  bottom: 0;
}
/* line 1243, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .lead {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/* line 1248, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img {
  position: relative;
  width: 75.75758%;
  margin: 2rem auto 4rem;
}
/* line 1252, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img .img {
  overflow: hidden;
  border-radius: 50%;
}
/* line 1256, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img .icon {
  position: absolute;
  right: 1.6rem;
  bottom: .7rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  transition: all .3s ease-out;
}
/* line 1264, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img .icon:before, .event-block .event-inner .event-box a .event-img .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
/* line 1274, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img .icon:before {
  right: 1.5rem;
}
/* line 1277, ../../sass/home/style.scss */
.event-block .event-inner .event-box a .event-img .icon:after {
  right: 2rem;
}
/* line 1282, ../../sass/home/style.scss */
.event-block .event-inner .event-box a dl {
  position: relative;
  min-height: 183px;
  padding: 0 3rem 4.5rem;
}
/* line 1286, ../../sass/home/style.scss */
.event-block .event-inner .event-box a dl:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transition: all .3s ease-out;
}
/* line 1295, ../../sass/home/style.scss */
.event-block .event-inner .event-box a dl dt {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  transition: all .3s ease-out;
}
/* line 1302, ../../sass/home/style.scss */
.event-block .event-inner .event-box a dl dt span {
  display: inline-block;
}
/* line 1306, ../../sass/home/style.scss */
.event-block .event-inner .event-box a dl dd {
  line-height: 1.7;
}
/* line 1311, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:hover:before, .event-block .event-inner .event-box a:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
/* line 1317, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:hover .event-img .icon {
  right: 1rem;
}
/* line 1322, ../../sass/home/style.scss */
.event-block .event-inner .event-box a:hover dl:after {
  width: 100%;
}
/* line 1328, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01, .event-block .event-inner .event-box.box02 {
  background: #eef2ee;
}
/* line 1331, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a:before, .event-block .event-inner .event-box.box02 a:before {
  border-left: 1px solid #26935a;
}
/* line 1334, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a:after, .event-block .event-inner .event-box.box02 a:after {
  border-right: 1px solid #26935a;
}
/* line 1337, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a .lead, .event-block .event-inner .event-box.box02 a .lead {
  background: #26935a;
}
/* line 1341, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a .event-img .icon, .event-block .event-inner .event-box.box02 a .event-img .icon {
  background: #26935a;
}
/* line 1346, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a dl:after, .event-block .event-inner .event-box.box02 a dl:after {
  border-bottom: 1px solid #26935a;
}
/* line 1352, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01 a:hover dl dt, .event-block .event-inner .event-box.box02 a:hover dl dt {
  color: #26935a;
}
/* line 1360, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box01.rotateIn {
  animation: rotateIn 1s forwards;
}
/* line 1365, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box02.rotateIn {
  animation: rotateIn 1s .2s forwards;
}
/* line 1369, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 {
  background: #fbeee8;
}
/* line 1371, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03.rotateIn {
  animation: rotateIn 1s .4s forwards;
}
/* line 1375, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a:before {
  border-left: 1px solid #fd9667;
}
/* line 1378, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a:after {
  border-right: 1px solid #fd9667;
}
/* line 1381, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a .lead {
  background: #fd9667;
}
/* line 1385, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a .event-img .icon {
  background: #fd9667;
}
/* line 1390, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a dl:after {
  border-bottom: 1px solid #fd9667;
}
/* line 1396, ../../sass/home/style.scss */
.event-block .event-inner .event-box.box03 a:hover dl dt {
  color: #fd9667;
}

/* line 1406, ../../sass/home/style.scss */
.event-bnr-wrap {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 1410, ../../sass/home/style.scss */
.event-bnr {
  background: #eef2ee;
  padding: 50px 13.42857% 60px;
  margin-bottom: 9rem;
}
/* line 1417, ../../sass/home/style.scss */
.event-bnr .tll {
  text-align: center;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #26935a;
  line-height: 1.6;
}
/* line 1426, ../../sass/home/style.scss */
.event-bnr .list-event-bnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
/* line 1431, ../../sass/home/style.scss */
.event-bnr .list-event-bnr li {
  width: 31.25%;
}
/* line 1434, ../../sass/home/style.scss */
.event-bnr .list-event-bnr li a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 1438, ../../sass/home/style.scss */
.event-bnr .list-event-bnr li a:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 1451, ../../sass/home/style.scss */
.event-bnr .list-event-bnr li a img {
  width: 100%;
}
/* line 1455, ../../sass/home/style.scss */
.event-bnr .list-event-bnr li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* =====================
  pickup-block
===================== */
/* line 1469, ../../sass/home/style.scss */
.pickup-block .wrap {
  width: 100%;
  max-width: 1400px;
}
/* line 1473, ../../sass/home/style.scss */
.pickup-block .pickup-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background: #eef2ee;
}
/* line 1478, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box {
  opacity: 0;
  width: 25%;
}
/* line 1481, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a {
  display: block;
}
/* line 1483, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a .img {
  overflow: hidden;
}
/* line 1485, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a .img img {
  width: 100%;
  transition: all .3s ease-out;
}
/* line 1490, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl {
  width: 88.57143%;
  padding: 3rem 3rem 5rem;
  background: #fff;
}
/* line 1494, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  transition: all .3s ease-out;
}
/* line 1502, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt .icon {
  position: absolute;
  top: 5%;
  right: -4.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #26935a;
  border-radius: 50%;
  transition: all .3s ease-out;
}
/* line 1511, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt .icon:before, .pickup-block .pickup-inner .pickup-box a dl dt .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  width: .6rem;
  height: .6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
/* line 1521, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt .icon:before {
  right: .9rem;
}
/* line 1524, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt .icon:after {
  right: 1.2rem;
}
/* line 1528, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt:before, .pickup-block .pickup-inner .pickup-box a dl dt:after {
  position: absolute;
  content: "";
  left: 0;
  width: 3.5rem;
  height: 1px;
  background: #c2cdc2;
  transition: all .3s ease-out;
}
/* line 1537, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt:before {
  bottom: 0;
}
/* line 1540, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a dl dt:after {
  bottom: 3px;
}
/* line 1549, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a:hover .img img {
  transform: scale(1.1);
}
/* line 1554, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a:hover dl dt {
  color: #26935a;
}
/* line 1556, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a:hover dl dt .icon {
  right: -5rem;
}
/* line 1559, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box a:hover dl dt:before, .pickup-block .pickup-inner .pickup-box a:hover dl dt:after {
  background: #26935a;
}
/* line 1567, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box.box01.fadeIn {
  animation: fadeIn .4s ease-in-out forwards;
}
/* line 1572, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box.box02.fadeIn {
  animation: fadeIn .4s ease-in-out .2s forwards;
}
/* line 1577, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box.box03.fadeIn {
  animation: fadeIn .4s ease-in-out .4s forwards;
}
/* line 1582, ../../sass/home/style.scss */
.pickup-block .pickup-inner .pickup-box.box04.fadeIn {
  animation: fadeIn .4s ease-in-out .6s forwards;
}

/* =====================
  link-block
===================== */
/* line 1594, ../../sass/home/style.scss */
.link-block {
  padding: 6.5rem 0;
  background: url("/assets/img/home/link-bg.jpg") center no-repeat;
  background-size: cover;
}
/* line 1598, ../../sass/home/style.scss */
.link-block .link-slider {
  opacity: 0;
}
/* line 1600, ../../sass/home/style.scss */
.link-block .link-slider.fadeIn {
  animation: fadeIn .4s ease-out forwards;
}
/* line 1603, ../../sass/home/style.scss */
.link-block .link-slider li {
  width: 241px;
  margin: 0 1.05rem;
}
/* line 1606, ../../sass/home/style.scss */
.link-block .link-slider li a {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 1610, ../../sass/home/style.scss */
.link-block .link-slider li a:before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 130%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 1623, ../../sass/home/style.scss */
.link-block .link-slider li a img {
  width: 100%;
}
/* line 1627, ../../sass/home/style.scss */
.link-block .link-slider li a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/* line 1634, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-out;
  cursor: pointer;
}
/* line 1645, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow:before, .link-block .link-slider .slick-arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1rem;
  height: 1rem;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease-out;
}
/* line 1654, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.prev-arrow {
  left: -35px;
}
/* line 1656, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.prev-arrow:before, .link-block .link-slider .slick-arrow.prev-arrow:after {
  border-left: 1px solid #26935a;
  border-bottom: 1px solid #26935a;
}
/* line 1660, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.prev-arrow:before {
  left: 1.6rem;
}
/* line 1663, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.prev-arrow:after {
  left: 2.2rem;
}
/* line 1667, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.next-arrow {
  right: -35px;
}
/* line 1669, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.next-arrow:before, .link-block .link-slider .slick-arrow.next-arrow:after {
  border-top: 1px solid #26935a;
  border-right: 1px solid #26935a;
}
/* line 1673, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.next-arrow:before {
  right: 1.6rem;
}
/* line 1676, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow.next-arrow:after {
  right: 2.2rem;
}
/* line 1680, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow:hover {
  background: #fff;
}
/* line 1682, ../../sass/home/style.scss */
.link-block .link-slider .slick-arrow:hover:before, .link-block .link-slider .slick-arrow:hover:after {
  border-color: #242424;
}

@media screen and (max-width: 1399px) {
  /* =====================
    about-block
  ===================== */
  /* line 13, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl {
    width: 760px;
  }
  /* line 15, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .sub {
    font-size: 2rem;
  }
  /* line 18, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl {
    font-size: 2.8rem;
  }

  /* =====================
    faculties-block
  ===================== */
  /* line 34, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .en {
    font-size: 3.6rem;
  }
  /* line 37, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .ttl {
    font-size: 4rem;
  }
  /* line 40, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .txt {
    font-size: 1.6rem;
  }
  /* line 46, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a:after {
    right: 1rem;
    border-left-width: 10px;
    border-bottom-width: 10px;
  }
  /* line 53, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .course {
    top: 2rem;
    font-size: 2.4rem;
  }
  /* line 57, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .en {
    left: 1rem;
    bottom: 1rem;
  }
  /* line 62, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a:hover:after {
    right: .5rem;
    bottom: .5rem;
  }
}
@media screen and (max-width: 1024px) {
  /* =====================
    about-block
  ===================== */
  /* line 82, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box {
    width: 100%;
  }
  /* line 84, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl {
    top: 30%;
    width: 80%;
  }
  /* line 87, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .sub {
    font-size: calc((20 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem);
  }
  /* line 90, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl {
    font-size: calc((24 - 16) * ((100vw - 375px) / (1024 - 375)) + 1.6rem);
  }
  /* line 93, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .txt {
    font-size: calc((15 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem);
  }
  /* line 97, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt {
    left: 50%;
    width: 90%;
    padding: 2rem;
    transform: translateX(-50%);
  }
  /* line 106, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow {
    top: 13.6rem;
    bottom: auto;
    height: 45px;
  }
  /* line 110, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.prev-arrow {
    right: 8%;
  }
  /* line 113, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.next-arrow {
    right: 0;
  }
  /* line 117, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots {
    width: 80%;
  }
  /* line 119, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots li {
    width: 80px;
  }

  /* =====================
    faculties-block
  ===================== */
  /* line 132, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list {
    width: 83%;
    padding: 4rem 0;
  }
  /* line 136, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .en {
    font-size: calc((30 - 20) * ((100vw - 375px) / (1024 - 375)) + 2rem);
  }
  /* line 139, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .ttl {
    font-size: calc((30 - 20) * ((100vw - 375px) / (1024 - 375)) + 2rem);
  }
  /* line 142, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .txt {
    font-size: calc((16 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem);
  }
  /* line 148, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .faculty {
    padding: 1rem 0;
    font-size: calc((14 - 12) * ((100vw - 375px) / (1024 - 375)) + 1.2rem);
  }
  /* line 152, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .course {
    top: 2rem;
    font-size: calc((20 - 16) * ((100vw - 375px) / (1024 - 375)) + 1.6rem);
  }
  /* line 156, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .en {
    left: 1rem;
    bottom: 1rem;
    line-height: 1.3;
    font-size: calc((13 - 11) * ((100vw - 375px) / (1024 - 375)) + 1.1rem);
  }
  /* line 168, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl .ttl {
    margin: 0 1rem;
  }
  /* line 177, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl .ttl {
    margin: 0 1rem;
  }

  /* =====================
    news-block
  ===================== */
  /* line 193, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-tab li {
    font-size: calc((16 - 14) * ((100vw - 375px) / (1024 - 375)) + 1.4rem);
  }

  /* =====================
    event-block
  ===================== */
  /* line 208, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a .event-img {
    margin-bottom: 3rem;
  }
  /* line 211, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a dl {
    min-height: inherit;
    padding: 0 2rem 4rem;
  }
  /* line 214, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a dl dt {
    font-size: calc((22 - 18) * ((100vw - 375px) / (1024 - 375)) + 1.8rem);
  }

  /* =====================
    pickup-block
  ===================== */
  /* line 232, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt {
    font-size: calc((18 - 15) * ((100vw - 375px) / (1024 - 375)) + 1.5rem);
  }
}
@media screen and (min-width: 901px) {
  /* =====================
    header
  ===================== */
  /* line 253, ../../sass/home/_responsive.scss */
  header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: none;
  }
}
@media screen and (max-width: 900px) {
  /* =====================
    mv-block
  ===================== */
  /* line 268, ../../sass/home/_responsive.scss */
  .mv-block {
    padding-bottom: 600px;
  }
  /* line 270, ../../sass/home/_responsive.scss */
  .mv-block .mv-wrap {
    height: 600px;
  }
  /* line 272, ../../sass/home/_responsive.scss */
  .mv-block .mv-wrap h2 {
    width: 10%;
    padding-top: 60%;
  }
}
@media screen and (max-width: 768px) {
  /* =====================
    news-block
  ===================== */
  /* line 286, ../../sass/home/_responsive.scss */
  .news-block {
    margin-bottom: 8rem;
  }
  /* line 288, ../../sass/home/_responsive.scss */
  .news-block .wrap {
    width: 100%;
  }
  /* line 292, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-tab {
    width: 98.13333%;
    margin: 0 auto 3rem;
  }
  /* line 295, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-tab li {
    width: 24.59239%;
    font-size: 1.4rem;
    border-bottom-width: 4px;
  }
  /* line 299, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-tab li:after {
    bottom: -4px;
    height: 4px;
  }
  /* line 305, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont {
    margin-bottom: 2rem;
  }
  /* line 310, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a {
    padding: 1.5rem 5.33333%;
  }
  /* line 312, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a:before {
    right: 5.33333%;
  }
  /* line 315, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a:after {
    right: 6.53333%;
  }
  /* line 318, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl {
    position: relative;
    display: block;
  }
  /* line 321, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dt {
    width: 140px;
    margin-bottom: 1rem;
    padding: .5rem .5rem .5rem 0;
  }
  /* line 325, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dt span {
    font-size: 100%;
  }
  /* line 329, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dd {
    display: block;
    width: 100%;
    padding-right: 1.5rem;
  }
  /* line 333, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dd p {
    margin-right: 1.5rem;
    margin-bottom: .5em;
    line-height: 1.6;
    transition: all .3s ease-out;
  }
  /* line 343, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li {
    font-size: 1.2rem;
  }
  /* line 356, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-btn a {
    width: 200px;
  }

  /* =====================
    topics-block
  ===================== */
  /* line 368, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider {
    position: relative;
  }
  /* line 370, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .topics-box {
    width: 240px;
  }
  /* line 373, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .topics-box a .topics-date {
    width: 50px;
  }
  /* line 376, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .topics-box a .topics-txt {
    width: calc(100% - 50px);
  }
  /* line 381, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .slick-dots {
    bottom: -4rem;
  }
  /* line 383, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 .7rem;
  }
  /* line 387, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ccc;
    transition: all .3s ease-out;
  }
  /* line 393, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .slick-dots li button:before {
    display: none;
  }
  /* line 398, ../../sass/home/_responsive.scss */
  .topics-block .topics-slider .slick-dots li:hover button, .topics-block .topics-slider .slick-dots li.slick-active button {
    background: #26935a;
  }

  /* =====================
    pickup-block
  ===================== */
  /* line 413, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box {
    width: 50%;
  }
  /* line 416, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl {
    width: 90.66667%;
    padding: 7% 5% 8%;
  }
  /* line 419, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
  /* line 422, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt .icon {
    right: -12%;
  }
  /* line 430, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a:hover dl dt .icon {
    right: -14%;
  }
}
@media screen and (max-width: 767px) {
  /* =====================
    faculties-block
  ===================== */
  /* line 448, ../../sass/home/_responsive.scss */
  .faculties-block {
    margin-bottom: 8rem;
  }
  /* line 450, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner {
    padding-bottom: 6rem;
  }
  /* line 452, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .wrap {
    width: 100%;
  }
  /* line 454, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .wrap:before {
    display: none;
  }
  /* line 458, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list {
    align-items: center;
    width: 100%;
    padding: 0;
  }
  /* line 462, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-bg {
    display: block;
    width: 26%;
    margin-bottom: 8%;
  }
  /* line 467, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl {
    width: 70%;
    margin-bottom: 8%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  /* line 472, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .en {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  /* line 476, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .ttl {
    font-size: 3rem;
  }
  /* line 479, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .txt {
    font-size: 1.4rem;
  }
  /* line 483, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .en {
    animation: fadeInLeft .4s ease-out .2s forwards;
  }
  /* line 486, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .ttl {
    animation: fadeInLeft .4s ease-out .4s forwards;
  }
  /* line 489, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl.fadeIn .txt {
    animation: fadeInLeft .4s ease-out .6s forwards;
  }
  /* line 494, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box {
    width: 89.33333%;
    margin: 0 auto 4.47761%;
  }
  /* line 497, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box:not(:last-of-type) {
    margin-bottom: 4.47761%;
  }
  /* line 503, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .faculty {
    top: 1rem;
    left: 1rem;
    right: auto;
    padding: 0 2rem;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 1.3rem;
  }
  /* line 512, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .course {
    top: 50%;
    left: 50%;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    font-size: 2rem;
    transform: translate(-50%, -50%);
  }
  /* line 520, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .en {
    top: calc(50% + 2.5rem);
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  /* line 525, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .en br {
    display: none;
  }
  /* line 530, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a:hover:after {
    right: 1rem;
  }
  /* line 536, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.ph.rotateIn, .faculties-block .faculties-inner .faculties-list .faculties-box.ns.rotateIn, .faculties-block .faculties-inner .faculties-list .faculties-box.mc.rotateIn, .faculties-block .faculties-inner .faculties-list .faculties-box.rt.rotateIn, .faculties-block .faculties-inner .faculties-list .faculties-box.mt.rotateIn, .faculties-block .faculties-inner .faculties-list .faculties-box.gs.rotateIn {
    animation: rotateIn 1s forwards;
  }
  /* line 542, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.ph a:before {
    background: linear-gradient(0deg, rgba(238, 119, 0, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 549, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.ns a:before {
    background: linear-gradient(0deg, rgba(255, 87, 138, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 556, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.mc a:before {
    background: linear-gradient(0deg, rgba(255, 87, 138, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 563, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.rt a:before {
    background: linear-gradient(0deg, rgba(247, 171, 1, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 570, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.mt a:before {
    background: linear-gradient(0deg, rgba(0, 158, 192, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 577, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box.gs a:before {
    background: linear-gradient(0deg, rgba(46, 182, 170, 0.3), rgba(0, 0, 0, 0));
  }
  /* line 586, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties01 .faculties-list .faculties-bg {
    padding-left: 5.33333%;
  }
  /* line 589, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl {
    flex-direction: column;
    padding-right: 5.33333%;
  }
  /* line 592, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties01 .faculties-list .faculties-ttl .ttl {
    margin: 0 0 2rem;
  }
  /* line 600, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .faculties-bg {
    padding-right: 5.33333%;
    order: 2;
  }
  /* line 604, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl {
    order: 1;
    padding-left: 5.33333%;
  }
  /* line 607, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .faculties-ttl .ttl {
    margin: 0 0 2rem;
  }
  /* line 611, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .mt {
    order: 3;
  }
  /* line 614, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .rt {
    order: 4;
  }
  /* line 617, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .gs {
    order: 5;
  }
}
@media screen and (max-width: 640px) {
  /* =====================
    all
  ===================== */
  /* line 632, ../../sass/home/_responsive.scss */
  .block-ttl {
    margin-bottom: 3rem;
  }

  /* =====================
    mv-block
  ===================== */
  /* line 640, ../../sass/home/_responsive.scss */
  .mv-block {
    padding-bottom: 105.06667%;
    background: url("/assets/img/home/mv-sp.jpg") center top no-repeat;
    background-size: cover;
  }
  /* line 644, ../../sass/home/_responsive.scss */
  .mv-block .mv-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 648, ../../sass/home/_responsive.scss */
  .mv-block .mv-wrap h2 {
    width: 11.33333%;
    right: 11.06667%;
    bottom: 17.00508%;
    padding-top: 70%;
  }
  /* line 656, ../../sass/home/_responsive.scss */
  .mv-block .mv-bnr {
    right: 4%;
    bottom: 4%;
  }

  /* =====================
    bnr-block
  ===================== */
  /* line 667, ../../sass/home/_responsive.scss */
  .bnr-block {
    margin-bottom: 9rem;
  }
  /* line 670, ../../sass/home/_responsive.scss */
  .bnr-block .bnr-slider li {
    width: 300px;
    margin: 0 1.5px;
  }
  /* line 674, ../../sass/home/_responsive.scss */
  .bnr-block .bnr-slider li.giryosai {
    width: 214px;
  }

  /* =====================
    about-block
  ===================== */
  /* line 685, ../../sass/home/_responsive.scss */
  .about-block {
    margin-bottom: 8rem;
  }
  /* line 687, ../../sass/home/_responsive.scss */
  .about-block .block-ttl {
    margin-bottom: 10rem;
  }
  /* line 690, ../../sass/home/_responsive.scss */
  .about-block .about-slider {
    position: static;
  }
  /* line 692, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box {
    width: 100%;
  }
  /* line 694, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-catch {
    left: 50%;
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    transform: translateX(-50%);
  }
  /* line 700, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-catch span {
    padding: .5rem 1.5rem;
  }
  /* line 704, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  /* line 711, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl p {
    line-height: 1.6;
  }
  /* line 714, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl, .about-block .about-slider .about-box .about-ttl .sub {
    display: block;
    padding: 0;
    background: none;
    line-height: 1.2;
  }
  /* line 719, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl:after, .about-block .about-slider .about-box .about-ttl .sub:after {
    display: none;
  }
  /* line 722, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl span, .about-block .about-slider .about-box .about-ttl .sub span {
    position: relative;
    display: inline-block;
    padding: .3rem 1.5rem;
    background: linear-gradient(90deg, rgba(38, 147, 90, 0.85), rgba(16, 92, 147, 0.85));
  }
  /* line 727, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl span:after, .about-block .about-slider .about-box .about-ttl .sub span:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/assets/img/home/about-box-dot.png") center repeat;
    background-size: 3px 3px;
  }
  /* line 737, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl span:first-of-type, .about-block .about-slider .about-box .about-ttl .sub span:first-of-type {
    margin-bottom: .5rem;
  }
  /* line 742, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .sub {
    font-size: 1.4rem;
  }
  /* line 745, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl {
    margin-bottom: 3rem;
    font-size: 6vw;
  }
  /* line 748, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl.pc {
    display: none;
  }
  /* line 751, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl br {
    display: block;
  }
  /* line 755, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .txt {
    width: 89.33333%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  /* line 761, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt {
    display: none;
    top: 89.23077%;
    left: 50%;
    width: 89.33333%;
    padding: 4rem 5% 5%;
    border-top-width: 2px;
    transform: translateX(-50%);
  }
  /* line 769, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt .lead {
    position: absolute;
    display: block;
    top: 1rem;
    left: 50%;
    font-weight: bold;
    color: #26935a;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all .3s ease-out;
  }
  /* line 780, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt .lead:hover {
    color: #1468a5;
  }
  /* line 784, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt .lead.active:after {
    transform: translate(-50%, -50%) rotate(0);
  }
  /* line 789, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt p:not(.lead) {
    display: none;
    font-size: 1.3rem;
  }
  /* line 793, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt:before {
    top: -2px;
    width: 80px;
    height: 2px;
  }
  /* line 800, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-img img {
    width: 100%;
  }
  /* line 805, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box.slick-active .about-catch {
    animation: fadeIn .4s ease-out .4s forwards;
  }
  /* line 810, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box.box01 .about-ttl, .about-block .about-slider .about-box.box05 .about-ttl, .about-block .about-slider .about-box.box06 .about-ttl {
    top: 50%;
    width: 100%;
    max-width: 100%;
  }
  /* line 820, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box.box04 .about-ttl .ttl span b {
    display: inline;
    font-weight: normal;
  }
  /* line 829, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow {
    top: 12rem;
    bottom: auto;
    width: 12%;
    max-width: 90px;
    height: 40px;
  }
  /* line 835, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow:before, .about-block .about-slider .slick-arrow:after {
    width: .6rem;
    height: .6rem;
  }
  /* line 839, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.prev-arrow {
    right: 12.66667%;
  }
  /* line 841, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.prev-arrow:before {
    left: 1rem;
  }
  /* line 844, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.prev-arrow:after {
    left: 1.4rem;
  }
  /* line 848, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.next-arrow {
    right: 0;
  }
  /* line 850, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.next-arrow:before {
    right: 1rem;
  }
  /* line 853, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-arrow.next-arrow:after {
    right: 1.4rem;
  }
  /* line 858, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots {
    left: 2.66667%;
    top: 10rem;
    width: 48%;
    min-width: 200px;
    transform: translateX(0);
  }
  /* line 864, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots li {
    width: 16.66667%;
    height: 2em;
    border-bottom-width: 2px;
  }
  /* line 868, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots li:after {
    bottom: -2px;
    height: 2px;
  }
  /* line 872, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots li button {
    width: 100%;
    height: 100%;
  }
  /* line 875, ../../sass/home/_responsive.scss */
  .about-block .about-slider .slick-dots li button:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /* =====================
    faculties-block
  ===================== */
  /* line 892, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list {
    align-items: flex-start;
  }
  /* line 894, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-bg {
    width: 37.33333%;
  }
  /* line 897, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl {
    width: 56%;
    padding-top: 4rem;
  }
  /* line 900, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-ttl .ttl {
    font-size: 2.2rem;
  }
  /* line 908, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .faculty {
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  /* line 912, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .course, .faculties-block .faculties-inner .faculties-list .faculties-box a .en {
    width: 100%;
    text-align: center;
  }
  /* line 916, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .course {
    font-size: 1.6rem;
  }
  /* line 919, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner .faculties-list .faculties-box a .en {
    padding: 0;
  }
  /* line 927, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties01 .faculties-list .faculties-bg {
    padding-left: 0;
  }
  /* line 934, ../../sass/home/_responsive.scss */
  .faculties-block .faculties-inner.faculties02 .faculties-list .faculties-bg {
    padding-right: 0;
  }

  /* =====================
    news-block
  ===================== */
  /* line 949, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-tab li {
    font-size: 1.2rem;
  }

  /* =====================
    event-block
  ===================== */
  /* line 960, ../../sass/home/_responsive.scss */
  .event-block {
    margin-bottom: 8rem;
  }
  /* line 962, ../../sass/home/_responsive.scss */
  .event-block .event-inner {
    display: block;
  }
  /* line 964, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box {
    width: 100%;
  }
  /* line 967, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a .event-img {
    width: 200px;
    margin-bottom: 2rem;
  }
  /* line 970, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a .event-img .icon {
    width: 4rem;
    height: 4rem;
  }
  /* line 975, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a dl {
    padding: 0 5% 5%;
  }
  /* line 977, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box a dl dt {
    font-size: 1.8rem;
  }
  /* line 982, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box.box01, .event-block .event-inner .event-box.box02 {
    margin-bottom: 5.97015%;
  }
  /* line 986, ../../sass/home/_responsive.scss */
  .event-block .event-inner .event-box.box01.rotateIn, .event-block .event-inner .event-box.box02.rotateIn, .event-block .event-inner .event-box.box03.rotateIn {
    animation: rotateIn 1s forwards;
  }

  /* line 993, ../../sass/home/_responsive.scss */
  .event-bnr {
    width: auto;
  }
  /* line 996, ../../sass/home/_responsive.scss */
  .event-bnr .list-event-bnr {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /* line 1000, ../../sass/home/_responsive.scss */
  .event-bnr .list-event-bnr li {
    width: 100%;
    margin-bottom: 5%;
  }
  /* line 1004, ../../sass/home/_responsive.scss */
  .event-bnr .list-event-bnr li:last-child {
    margin-bottom: 0;
  }

  /* =====================
    pickup-block
  ===================== */
  /* line 1019, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt {
    font-size: 1.4rem;
  }
  /* line 1021, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt .icon {
    right: -13%;
    width: 1.6rem;
    height: 1.6rem;
  }
  /* line 1025, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt .icon:before, .pickup-block .pickup-inner .pickup-box a dl dt .icon:after {
    width: .4rem;
    height: .4rem;
  }
  /* line 1029, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt .icon:before {
    right: .5rem;
  }
  /* line 1032, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dt .icon:after {
    right: .8rem;
  }
  /* line 1041, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a:hover dl dt .icon {
    right: -15%;
  }
  /* line 1049, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box.box01.fadeIn, .pickup-block .pickup-inner .pickup-box.box02.fadeIn, .pickup-block .pickup-inner .pickup-box.box03.fadeIn, .pickup-block .pickup-inner .pickup-box.box04.fadeIn {
    animation: fadeIn .4s ease-in-out forwards;
  }

  /* =====================
    link-block
  ===================== */
  /* line 1061, ../../sass/home/_responsive.scss */
  .link-block {
    background: url("/assets/img/home/link-bg-sp.jpg") center no-repeat;
    background-size: cover;
  }
  /* line 1065, ../../sass/home/_responsive.scss */
  .link-block .link-slider li {
    width: 200px;
    margin: 0 1rem;
  }
}
@media screen and (max-width: 360px) {
  /* =====================
    about-block
  ===================== */
  /* line 1082, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-catch {
    font-size: 1.1rem;
  }
  /* line 1084, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-catch span {
    padding: .5rem 1rem;
  }
  /* line 1090, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl span, .about-block .about-slider .about-box .about-ttl .sub span {
    padding: .3rem 1rem;
  }
  /* line 1094, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .sub {
    font-size: 1.3rem;
  }
  /* line 1097, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .ttl {
    font-size: 2rem;
  }
  /* line 1100, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-ttl .txt {
    font-size: 1.2rem;
  }
  /* line 1105, ../../sass/home/_responsive.scss */
  .about-block .about-slider .about-box .about-txt p {
    font-size: 1.2rem;
  }

  /* =====================
    news-block
  ===================== */
  /* line 1127, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dt {
    width: 120px;
    font-size: 1.5rem;
  }
  /* line 1134, ../../sass/home/_responsive.scss */
  .news-block .news-inner .news-cont .news-box .news-list > li a dl dd .news-icon li {
    width: 55px;
    font-size: 1.1rem;
  }

  /* =====================
    pickup-block
  ===================== */
  /* line 1158, ../../sass/home/_responsive.scss */
  .pickup-block .pickup-inner .pickup-box a dl dd {
    font-size: 1.3rem;
  }
}
