:root {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.default {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.ye {
  --mainColor: #000;
  --paleColor: #ededed;
  --transpaColor: rgb(0 0 0 / 0.85);
}

body.sbl {
  --mainColor: #3893be;
  --paleColor: #eaf4f8;
  --transpaColor: rgb(56 147 190 / 0.85);
}

body.pk {
  --mainColor: #010057;
  --paleColor: #f1f1fb;
  --transpaColor: rgb(1 0 87 / 0.85);
}

body.rd {
  --mainColor: #c13b3b;
  --paleColor: #f8ebeb;
  --transpaColor: rgb(193 59 59 / 0.85);
}

body.gr {
  --mainColor: #68aa46;
  --paleColor: #eff6ec;
  --transpaColor: rgb(104 170 70 / 0.85);
}

/* COLOR

DEFAULT
#00434c //100%
#548187 //67%
#7fa1a5 //50%
#d8e2e4 //15%
#e5eced //10%

YELLOW ye
#da9412 //100%
#e6b760 //67%
#ecc988 //50%
#f9efdb //15%
#fbf4e6 //10%

SKYBLUE sbl
#3893be //100%
#7ab7d4 //67%
#9bc9de //50%
#e1eff5 //15%
#eaf4f8 //10%

PINK pk
#ed7b8e //100%
#f3a7b3 //67%
#f6bdc6 //50%
#fcebee //15%
#fdf1f3 //10%

RED rd
#c13b3b //100%
#d67c7c //67%
#e09d9d //50%
#f5e1e1 //15%
#f8ebeb //10%

GREEN gr
#68aa46 //100%
#9ac683 //67%
#b3d4a2 //50%
#e8f2e3 //15%
#eff6ec //10%

*/
@media all and (min-width: 751px) {
  /* MAINV */
  #mainv {
    height: 460px;
  }
  #mainv .image-box {
    height: 100%;
  }
  #mainv .image-box .image-list {
    height: 100%;
    margin: 0;
  }
  #mainv .image-box .image-list > li {
    float: left;
    width: 50%;
    height: 460px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #mainv .image-box .image-list > li.image01 {
    position: relative;
  }
  #mainv .image-box .image-list > li.image01 video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mainv .image-box .image-list > li.image02 {
    background-image: url(../images/home/mainv/image/image02.jpg);
  }
  #mainv .image-box .image-list.wide > li {
    width: 100%;
  }
  #mainv .catch-box {
    width: 100%;
    height: 630px;
  }
  #mainv .catch-box .catch-list {
    height: 630px;
    position: relative;
  }
  #mainv .catch-box .catch-list > li {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #mainv .catch-box .catch-list > li.catch01 {
    top: 230px;
    left: 40px;
  }
  /* COMMON */
  .home-title {
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  .home-title.title01 {
    font-size: 162.5%;
    text-align: center;
    margin-bottom: 40px;
  }
  .home-title.title02 {
    font-size: 150%;
    margin-bottom: 15px;
  }
  .home-title.title03 {
    font-size: 137.5%;
    letter-spacing: 0.05em;
  }
  /* NEWS */
  #home-news {
    padding: 80px 0 0;
  }
  #home-news .news-outline {
    display: flex;
    justify-content: space-between;
  }
  #home-news .news-outline .news-box {
    flex: 1;
  }
  #home-news .news-outline .sns-box {
    margin-left: 40px;
  }
  /* home-greet */
  #home-greet {
    display: flex;
    background-color: var(--paleColor);
  }
  #home-greet .text-box {
    flex: 1;
    padding: 50px 0;
  }
  #home-greet .text-box .title02 {
    padding-top: 40px;
  }
  #home-greet .text-box .content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  #home-greet .text-box .content-bottom .info {
    color: var(--mainColor);
    order: 2;
  }
  #home-greet .text-box .content-bottom .info .name {
    font-size: 187.5%;
  }
  #home-greet .text-box .content-bottom .link-btn01 {
    order: 1;
  }
  #home-greet .image-box {
    width: 520px;
    min-height: 405px;
    background-image: url(../images/home/message.jpg);
    background-size: cover;
  }
  #home-greet .image-box .image {
    line-height: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    position: relative;
  }
  #mainv .image-box {
    width: 100%;
  }
  #mainv .image-box .image-list {
    display: flex;
    margin-bottom: 0;
  }
  #mainv .image-box .image-list > li {
    width: 100%;
    padding-top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #mainv .image-box .image-list > li.image01 {
    position: relative;
  }
  #mainv .image-box .image-list > li.image01 video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #mainv .image-box .image-list > li.image02 {
    background-image: url(../images/home/mainv/image/image02.jpg);
  }
  #mainv .catch-box {
    width: 100%;
    height: 240px;
  }
  #mainv .catch-box .catch-list {
    height: 240px;
    position: relative;
  }
  #mainv .catch-box .catch-list > li.catch01 {
    width: 75%;
    padding: 20px 0 0 20px;
  }
  /* COMMON */
  #content {
    margin: 0;
  }
  .home-title {
    color: var(--mainColor);
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.15em;
  }
  .home-title.title01 {
    font-size: 162.5%;
    text-align: center;
    margin-bottom: 20px;
  }
  .home-title.title02 {
    font-size: 150%;
    text-align: center;
    margin-bottom: 15px;
  }
  .home-title.title03 {
    text-align: center;
    font-size: 150%;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  /* NEWS */
  #home-news {
    padding: 30px 0;
  }
  #home-news .news-box {
    margin-bottom: 40px;
  }
  #home-news .news-box .change-btn {
    display: flex;
    justify-content: center;
    margin: 0 -10px 20px;
    border-bottom: 1px solid var(--mainColor);
  }
  #home-news .news-box .change-btn > li {
    box-sizing: border-box;
    width: 50%;
    max-width: 180px;
    text-align: center;
  }
  #home-news .news-box .change-btn > li .btn {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    display: inline-block;
    font-weight: bold;
    color: var(--mainColor);
    background-color: #ffffff;
    text-decoration: none !important;
  }
  #home-news .news-box .change-btn > li.on .btn {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  /* PROFESSOR */
  #home-greet {
    background-color: var(--paleColor);
  }
  #home-greet .text-box {
    padding: 20px 0px;
  }
  #home-greet .text-box .content-bottom {
    text-align: center;
  }
  #home-greet .text-box .content-bottom .info {
    color: var(--mainColor);
    display: block;
    text-align: right;
    margin-bottom: 15px;
  }
  #home-greet .text-box .content-bottom .info .name {
    font-size: 187.5%;
  }
  #home-greet .image-box {
    width: 100%;
    padding-top: 77.884615%;
    background-image: url(../images/home/message.jpg);
    background-size: cover;
  }
  #home-greet .image-box .image {
    line-height: 0;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=page-home.css.map */
