@charset "utf-8";
/* ==================================================== */
/*  ヘッダー
/* ==================================================== */
@media (max-width: 1024px) {
  .body-home header {
    position: absolute;
  }
}
/* ==================================================== */
/*  fix-bar
/* ==================================================== */
.fix-bar {
  display: none;
}
@media screen and (max-width: 767px) {
  .fix-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 996;
    display: block;
    width: calc(100% - 61px);
    background-color: #ff7600;
    color: #fff;
  }
  .fix-bar a {
    display: block;
  }
  .fix-bar .flex {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    height: 61px;
    padding-left: 16px;
  }
  .fix-bar p {
    margin-right: 12px;
    font-size: var(--fs22);
    font-weight: bold;
  }
  .fix-bar p:before {
    display: inline-block;
    width: 40.14px;
    height: 35.11px;
    margin: 0 14px 0 0;
    background-image: url(../../img/common/icon_bird.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
  }
  .fix-bar span {
    font-size: var(--fs13);
    line-height: 1.2;
  }
}
/* ==================================================== */
/*  .mainvisual
/* ==================================================== */
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.mainvisual .mainvisual-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 400;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainvisual .mainvisual-txt h2 {
  font-size: var(--fs40);
  color: #fff;
}
.mainvisual .mainvisual-txt h2 span {
  font-size: var(--fs35);
}
.mainvisual .mainvisual-btn {
  position: absolute;
  right: 2.8vw;
  bottom: 103px;
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.96vw;
  min-width: 140px;
  max-width: 149.83px;
}
.mainvisual .slick-img:first-child {
  background: url(../img/home/slide01.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(2) {
  background: url(../img/home/slide02.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(3) {
  background: url(../img/home/slide03.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(4) {
  background: url(../img/home/slide04.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(5) {
  background: url(../img/home/slide05.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(6) {
  background: url(../img/home/slide06.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(7) {
  background: url(../img/home/slide07.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-img:nth-child(8) {
  background: url(../img/home/slide08.webp) no-repeat center;
  background-size: cover;
}
.mainvisual .slick-track {
  display: flex !important;
}
.mainvisual .slick-slide {
  height: 100vh !important;
}
.slick-slide::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.mainvisual .slick-dots {
  bottom: 59px;
  z-index: 40;
}
.mainvisual .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 7px;
}
.mainvisual .slick-dots li.slick-active button {
  border: solid 1px #fff;
  background-color: transparent;
}
.mainvisual .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background-color: #fff;
}
.mainvisual .slick-dots li button:before {
  width: 11px;
  height: 11px;
  line-height: 11px;
}
.mainvisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* スライドアニメーション */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.add-animation {
  animation: zoomUp 17s linear 0s normal both;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    height: 440px;
  }
  .mainvisual .slick-slide {
    height: 440px !important;
  }
  .mainvisual .mainvisual-txt h2 {
    font-size: var(--fs26);
    text-align: center;
    color: #fff;
  }
  .mainvisual .mainvisual-txt h2 span {
    font-size: var(--fs22);
  }
  .mainvisual .mainvisual-btn {
    display: none;
  }
  .mainvisual .slick-dots {
    bottom: 25px;
  }
  .mainvisual .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 7px;
  }
  .mainvisual .slick-dots li.slick-active button {
    border: solid 1px #fff;
    background-color: transparent;
  }
  .mainvisual .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .mainvisual .slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
  }
}
/* ==================================================== */
/*  news-area
/* ==================================================== */
.news-area {
  position: relative;
  overflow: hidden;
  padding: 81px 0 0;
}
.news-area .news-mark01 {
  position: absolute;
  top: 30px;
  left: -10.9vw;
  z-index: 2;
  width: 34.9vw;
  max-width: 477px;
}
.news-area .inner {
  position: relative;
  z-index: 3;
}
.news-area .inner h2 {
  margin-bottom: 6px;
  font-size: var(--fs26);
}
.news-area .inner .news {
  width: 77%;
  margin-bottom: 39px;
  margin-left: auto;
}
.news-area .inner .news article {
  margin-bottom: 17px;
  color: #393939;
}
.news-area .inner .news article time {
  display: block;
  width: 116px;
}
.news-area .inner .news article p {
  width: 85%;
}
.news-area .inner .news .news-link {
  margin-top: 40px;
  text-align: right;
}
.news-area .inner .news .news-link a {
  position: relative;
  padding-right: 3%;
}
.news-area .inner .news .news-link a:after {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: "";
  transform: rotate(45deg);
}
/* 時差 */
.news-area .inner .news.fade-up.active {
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .news-area {
    padding-top: 30px;
  }
  .news-area .inner h2 {
    margin-bottom: 1em;
  }
  .news-area .inner .news {
    width: 100%;
    margin-bottom: 39px;
    margin-left: auto;
  }
  .news-area .inner .news article .flex {
    flex-direction: column;
  }
  .news-area .inner .news article time {
    width: 100%;
    font-weight: bold;
  }
  .news-area .inner .news article p {
    width: 100%;
  }
  .news-area .inner .news .news-link {
    margin-top: 0;
  }
  .news-area .news-bg {
    height: 226px;
    background-image: url(../img/home/news_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .news-area .news-bg img {
    display: none;
  }
}
/* ==================================================== */
/*  read-area
/* ==================================================== */
.read-area {
  position: relative;
  overflow: hidden;
  padding: 103px 0 0;
  color: #393939;
}
.read-area .read-mark-box {
  position: absolute;
  top: 75px;
  right: -61px;
}
.read-area .read-mark-box .mark01 {
  width: 342px;
}
.read-area .read-mark-box .mark02 {
  width: 52px;
  margin-top: -46px;
  margin-left: 82px;
}
.read-area .read-mark-box .mark03 {
  width: 93px;
  margin-top: -33px;
  margin-left: -13px;
}
/* 時差 */
.read-area .read-mark-box .mark01.fade-up.active {
  animation-delay: 0.5s;
}
.read-area .read-mark-box .mark02.fade-up.active {
  animation-delay: 0.8s;
}
.read-area .read-mark-box .mark03.fade-up.active {
  animation-delay: 1s;
}
.read-area h2 {
  margin-bottom: 35px;
  padding-left: 7%;
  font-size: var(--fs30);
  line-height: 1.8;
}
.read-area .txt-box {
  margin-bottom: 120px;
  padding-left: 7%;
}
.read-area .txt-box p {
  margin-bottom: 44px;
  font-size: var(--fs18);
  line-height: 2.7;
}
.read-area .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1295px;
  margin: 0 auto 60px;
  padding: 0 40px;

  gap: 21px;
}
.read-area .flex li {
  width: 23.7%;
}
.read-area .flex li figure {
  width: 100%;
  margin-bottom: 35px;
}
.read-area .flex li h3 {
  margin-bottom: 29px;
  font-size: var(--fs22);
  line-height: 1.4;
  text-align: center;
}
.read-area .flex li h3 .l-s {
  letter-spacing: -3mm;
}
.read-area .flex li p {
  padding: 0 6.25%;
  font-size: var(--fs15);
  line-height: 1.6;
}
@media screen and (max-width: 1064px) {
  .read-area .flex li h3 {
    font-size: var(--fs20);
  }
}
@media screen and (max-width: 767px) {
  .read-area {
    padding-top: 66px;
  }
  .read-area .read-mark-box {
    top: 0;
    right: -44px;
  }
  .read-area .read-mark-box .mark01 {
    width: 180px;
  }
  .read-area .txt-box {
    position: relative;
    padding: 0 2%;
  }
  .read-area .txt-box::after {
    position: absolute;
    right: 20px;
    bottom: -80px;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/home/read_mark_04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .read-area h2 {
    margin-bottom: 1.2em;
    padding-left: 0;
    font-size: var(--fs24);
    line-height: 1.8;
    text-align: center;
  }
  .read-area .txt-box p {
    padding-left: 0;
    font-size: var(--fs16);
    line-height: 2.3;
    color: #393939;
  }
  .read-area .flex {
    flex-direction: column;
    flex-wrap: wrap;

    gap: 40px;
  }
  .read-area .flex li {
    width: 100%;
  }
  .read-area .flex li figure {
    width: 100%;
    margin-bottom: 20px;
  }
  .read-area .flex li h3 {
    margin-bottom: 1em;
    font-size: var(--fs18);
    line-height: 1.4;
    text-align: center;
  }
  .read-area .flex li p {
    padding: 0;
    font-size: var(--fs14);
    line-height: 1.8;
  }
}
/* ==================================================== */
/*  about-area
/* ==================================================== */
.about-area {
  position: relative;
  overflow: hidden;
  padding-top: 190px;
}
.about-area .about-mark01 {
  position: absolute;
  top: 98px;
  left: -10.9vw;
  z-index: -1;
  width: 34.9vw;
  max-width: 477px;
}
.about-area .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-area .flex .about-txt {
  width: 37.6%;
  margin-top: 117px;
  margin-top: min(8.75vw, 117px);
  padding-left: min(10.3vw, 141px);
}
.about-area .flex .about-txt h2 {
  margin-bottom: 40px;
  font-size: var(--fs33);
}
.about-area .flex .about-txt p {
  margin-bottom: 65px;
  font-size: var(--fs16);
  line-height: 1.7;
}
.about-area .flex .about-txt .c-btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 29px;
}
.about-area .flex .about-img {
  width: 57.61%;
  margin-left: min(4.9vw, 68px);
}
/* 時差 */
.about-area .flex .about-img.fade-up.active {
  animation-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .about-area {
    padding-top: 100px;
  }
  .about-area .flex {
    flex-direction: column-reverse;
  }
  .about-area .flex .about-img {
    width: 100%;
    margin-left: 0;
  }
  .about-area .flex .about-txt {
    width: 100%;
    margin-top: 0;
    padding: 0 9.8%;
  }
  .about-area .flex .about-txt h2 {
    margin-bottom: 40px;
    padding-top: 40px;
    font-size: var(--fs27);
    text-align: center;
  }
  .about-area .flex .about-txt p {
    margin-bottom: 3em;
    line-height: 2;
  }
}
/* ==================================================== */
/*  blog-area
/* ==================================================== */
.blog-area {
  position: relative;
  overflow: hidden;
  padding-top: 197px;
}
.blog-area .blog-mark01 {
  position: absolute;
  top: 9px;
  right: -148px;
  z-index: -1;
  width: 492px;
}
.blog-area h2 {
  margin-bottom: 70px;
  font-size: var(--fs36);
  line-height: 1.5;
  text-align: center;
}
.blog-area h2 span {
  display: block;
  font-size: var(--fs16);
  color: #ff7600;
}
.blog-area .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}
.blog-area .flex::after {
  display: block;
  width: 30.79%;
  content: "";
}
.blog-area .flex article {
  width: 30.79%;
  margin-bottom: 70px;
}
.blog-area .flex article figure {
  margin-bottom: 17px;
}
.blog-area .flex article .blog-txt {
  width: 98%;
  margin: auto;
}
.blog-area .flex article .blog-txt time {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #ff7600;
}
.blog-area .flex article .blog-txt p {
  font-size: var(--fs15);
}
@media screen and (max-width: 767px) {
  .blog-area {
    padding-top: 100px;
  }
  .blog-area .inner {
    padding: 0 5.5%;
  }
  .blog-area .blog-mark01 {
    position: absolute;
    top: 150px;
    right: -54px;
    z-index: -1;
    width: 180px;
  }
  .blog-area .flex article {
    width: 47%;
    margin-bottom: 2em;
  }
  .blog-area .flex article figure {
    margin-bottom: 13px;
  }
  .blog-area .flex article .blog-txt time {
    margin-bottom: 10px;
  }
  .blog-area .flex article .blog-txt p {
    font-size: var(--fs14);
  }
  .blog-area .c-btn {
    padding: 0 6%;
  }
}
/* ==================================================== */
/*  admission-area
/* ==================================================== */
.admission-animation.js-animation {
  padding-top: 155px;
}
.admission-area {
  position: relative;
  overflow: hidden;
  height: 55.8vw;
  max-height: 763px;
}
.admission-area .admission-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/home/admission_bg.webp);
  background-size: cover;
  transition: 3s;
  transition-timing-function: cubic-bezier(0.35, 0, 0.21, 1);
  transform: scale(1.3);
  opacity: 0;

  filter: blur(10px);
}
.admission-area .admission-bg.zoom-active {
  transform: none;
  opacity: 1;

  filter: blur(0);
}
.admission-area .admission-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 46.12%;
  max-width: 630px;
  height: 335px;
  margin: auto;
  padding: 56px 0 0;
  background-color: rgba(255, 255, 255, 0.875);
  text-align: center;
}
.admission-area .admission-box h2 {
  margin-bottom: 30px;
  font-size: var(--fs29);
}
.admission-area .admission-box p {
  margin-bottom: 40px;
  font-size: var(--fs14);
  line-height: 1.8;
  color: #393939;
}
.admission-area .admission-box .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.admission-area .admission-box .flex a {
  width: 35%;
  margin: 0 3.4%;
  padding: 13.5px 0;
  background-color: #f89c8b;
  font-size: var(--fs18);
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .admission-area {
    height: 550px;
  }
  .admission-animation.js-animation {
    padding-top: 100px;
  }
  .admission-area .admission-bg {
    background-image: url(../img/home/admission_bg_sp.webp);
  }
  .admission-area .admission-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 88%;
    max-width: 630px;
    height: 390px;
    padding: 40px 2em 40px;
    text-align: center;
  }
  .admission-area .admission-box h2 {
    margin-bottom: 1.5em;
    font-size: var(--fs22);
  }
  .admission-area .admission-box p {
    margin-bottom: 1.6em;
    text-align: left;
  }
  .admission-area .admission-box .flex {
    flex-direction: column;
  }
  .admission-area .admission-box .flex a {
    width: 88%;
    margin: 0 auto 1em;
  }
}
