@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#mainv {
  position: relative;
  height: 800px;
}
#mainv .slick-list,
#mainv .slick-track,
#mainv .slick-slide,
#mainv .slick-slide > div {
  width: 100%;
  height: 100%;
}
#mainv .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
#mainv .image-box .image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}
#mainv .image-box .image.image01 {
  display: block;
  background-image: url(../images/home/mainv/image/image01.jpg);
}
#mainv .image-box .image.image02 {
  background-image: url(../images/home/mainv/image/image02.jpg);
}
#mainv .image-box .image.image03 {
  background-image: url(../images/home/mainv/image/image03.jpg);
}
#mainv .image-box .image.image04 {
  background-image: url(../images/home/mainv/image/image04.jpg);
}
#mainv .image-box .image.image04 .catch-text em:last-child {
  padding-right: 40px;
}
#mainv .image-box .image.image04 .catch-text em .deco {
  right: -23px;
  bottom: -28px;
  transform: rotate(180deg);
}
#mainv .catch-box {
  z-index: 99;
  position: absolute;
  bottom: -50px;
  right: 0;
}
#mainv .catch-box .img {
  line-height: 0;
}

#home-message {
  background-color: #0a1432;
}
#home-message .message-inner {
  margin: auto;
  display: flex;
  gap: 82px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  max-height: 800px;
  overflow: hidden;
}
#home-message .message-inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  right: 61%;
  bottom: 0;
  background-image: url(../images/home/pattern-message01.svg);
  background-position: right bottom;
}
#home-message .message-inner .image-box {
  width: 61%;
  position: relative;
}
#home-message .message-inner .image-box .image-main {
  background-image: url(../images/home/image-message_desc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
}
#home-message .message-inner .image-box .image-sub {
  display: flex;
  max-height: 320px;
}
#home-message .message-inner .image-box .image {
  line-height: 0;
}
#home-message .message-inner .image-box .image img {
  width: fit-content;
}
#home-message .message-inner .image-box .sign {
  position: absolute;
  top: 39%;
  transform: translateY(-50%);
  left: 75px;
}
#home-message .message-inner .image-box .sign .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 125%;
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
}
#home-message .message-inner .image-box .sign .ja span {
  font-size: 130%;
  margin-left: 10px;
}
#home-message .message-inner .image-box .sign .en {
  font-family: "Montserrat", sans-serif;
  font-size: 250%;
  display: inline-block;
  line-height: 1;
  letter-spacing: -0.1em;
}
#home-message .message-inner .image-box .sign .en:first-letter {
  color: #c8283c;
}
#home-message .message-inner .text-box {
  width: 336px;
  color: #fff;
  padding-bottom: 100px;
}
#home-message .message-inner .text-box em {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 162.5%;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}
#home-message .message-inner .text-box .text {
  margin-bottom: 30px;
}

#home-news {
  position: relative;
  padding-bottom: 120px;
}
#home-news .title-level01 {
  margin-bottom: 72px;
}
#home-news:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 300px;
  right: 0;
  bottom: -150px;
  background-image: url(../images/home/pattern-news01.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 300px;
  z-index: 1;
  pointer-events: none;
}

#home-education {
  margin-bottom: 230px;
}
#home-education .education-upper {
  background-image: url(../images/home/image-education_desc.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 770px;
  position: relative;
}
#home-education .education-upper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  right: calc(50% + 250px);
  bottom: 0px;
  background-image: url(../images/home/pattern-education01.svg);
  background-position: right bottom;
  background-size: auto 100px;
}
#home-education .education-upper .container-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 770px;
}
#home-education .education-upper .container-inner em {
  font-size: 162.5%;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}
#home-education .education-lower {
  display: flex;
  justify-content: space-between;
}
#home-education .education-lower .item {
  width: 33.3333333333%;
  position: relative;
}
#home-education .education-lower .item:last-child a {
  padding-bottom: 0;
}
#home-education .education-lower .image {
  max-height: 330px;
  overflow: hidden;
}
#home-education .education-lower .image img {
  width: fit-content;
}
#home-education .education-lower a {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: -70px;
  transform: translatex(-50%);
  text-align: center;
  background-color: #c8283c;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  padding-bottom: 20px;
  box-sizing: border-box;
}
#home-education .education-lower a::before {
  position: absolute;
  content: ">";
  color: #fff;
  font-size: 20px;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

#home-staff {
  background-image: url(../images/home/image-staff_desc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}
#home-staff .text-box {
  position: relative;
  top: -62px;
}
#home-staff .text-box .title-level01 {
  margin-bottom: 5px;
}
#home-staff .text-box .title-level01 .en {
  font-size: 562.5%;
}

@media all and (min-width: 751px) {
  /* MAINV */
  body.home #pcnav-filter {
    height: 800px;
  }
  #home-message {
    margin-bottom: 115px;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    position: relative;
    height: 80dvh;
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
  }
  #mainv .image-box .image {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    display: none;
  }
  #mainv .image-box .image.image01 {
    display: block;
    background-image: url(../images/home/mainv/image/image01_sp.jpg);
  }
  #mainv .image-box .image.image02 {
    background-image: url(../images/home/mainv/image/image02_sp.jpg);
  }
  #mainv .image-box .image.image03 {
    background-image: url(../images/home/mainv/image/image03_sp.jpg);
  }
  #mainv .image-box .image.image04 {
    background-image: url(../images/home/mainv/image/image04_sp.jpg);
  }
  #mainv .image-box .image.image04 .catch-text em:last-child {
    padding-right: 40px;
  }
  #mainv .image-box .image.image04 .catch-text em .deco {
    right: -23px;
    bottom: -28px;
    transform: rotate(180deg);
  }
  #mainv .catch-box {
    bottom: -22px;
    width: 97%;
  }
  #mainv .catch-box.float-box {
    width: 80%;
    position: fixed;
    z-index: 2010;
    bottom: 0;
    opacity: 0.15;
  }
  #home-message {
    background-color: #0a1432;
  }
  #home-message .message-inner {
    gap: 73px;
    flex-direction: column;
    justify-content: flex-start;
    max-height: 100%;
    padding: 65px 0px 0;
  }
  #home-message .message-inner:after {
    content: none;
  }
  #home-message .message-inner .image-box {
    width: 100%;
    position: relative;
  }
  #home-message .message-inner .image-box .image-main {
    background-image: url(../images/home/image-message_desc.jpg);
    min-height: 235px;
  }
  #home-message .message-inner .image-box .image-sub {
    display: flex;
    max-height: 320px;
  }
  #home-message .message-inner .image-box .sign {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 25px;
  }
  #home-message .message-inner .image-box .sign .ja {
    font-size: 87.5%;
    line-height: 1;
  }
  #home-message .message-inner .image-box .sign .ja span {
    font-size: 114.29%;
    margin-left: 5px;
  }
  #home-message .message-inner .image-box .sign .en {
    font-size: 131.25%;
  }
  #home-message .message-inner .text-box {
    width: auto;
    padding-bottom: 0px;
    padding: 0 30px;
  }
  #home-message .message-inner .text-box em {
    font-size: 125%;
    margin-bottom: 10px;
  }
  #home-message .message-inner .text-box .text {
    margin-bottom: 30px;
  }
  #home-news {
    position: relative;
    padding-bottom: 120px;
  }
  #home-news .title-level01 {
    margin-bottom: 32px;
  }
  #home-news:after {
    height: 150px;
    bottom: -75px;
    background-size: auto 150px;
  }
  #home-education {
    margin-bottom: 120px;
  }
  #home-education .education-upper {
    min-height: 490px;
    background-position: center right -80px;
  }
  #home-education .education-upper:after {
    width: 80%;
    height: 50px;
    right: calc(50% - 13px);
    background-size: auto 50px;
  }
  #home-education .education-upper .container-inner {
    padding-top: 65px;
    padding-left: 35px;
    min-height: 490px;
  }
  #home-education .education-upper .container-inner .title-level01 {
    margin-bottom: 10px;
  }
  #home-education .education-upper .container-inner em {
    margin-bottom: 20px;
    font-size: 100%;
  }
  #home-education .education-lower {
    flex-direction: column;
    gap: 82px;
  }
  #home-education .education-lower .item {
    width: 100%;
  }
  #home-education .education-lower .image {
    max-height: 330px;
    overflow: hidden;
  }
  #home-education .education-lower .image img {
    width: fit-content;
  }
  #home-education .education-lower a {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: -55px;
    transform: translatex(-50%);
    text-align: center;
    background-color: #c8283c;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 137.5%;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  #home-education .education-lower a::before {
    position: absolute;
    content: ">";
    color: #fff;
    font-size: 20px;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
  }
  #home-staff {
    min-height: 285px;
  }
  #home-staff .text-box {
    position: relative;
    top: -25px;
  }
  #home-staff .text-box .title-level01 {
    margin-bottom: 5px;
  }
  #home-staff .text-box .title-level01 .en {
    font-size: 225%;
  }
  #home-staff .text-box .btn-type01 {
    position: absolute;
    left: 35px;
    top: 135px;
  }
}
