.kv-photo{
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  /*height: calc(100vh - 70px);*/
  height: 90vw;
}
.kv-photo img{
    object-fit: cover;
  object-position:center bottom;
    width: 100%;
    height: 100%;
  }
.kv-box{
  position: relative;
}
@media screen and (min-width: 768px) {
  .kv-photo{
    height: calc(100vh - 94px);
  }
  .kv-photo img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
}
.kv-photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%; 
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)); /* 白から透明へのグラデーション */
}
.kv-photo img{
  max-width: 100%;
}
.adm-index-topics-list li:nth-child(n+8) {
  display: none;
}
.adm-index-topics-more button.hide{
  opacity: 0;
  visibility: hidden;
  transition:opacity .5s;
}

.adm-index-topics-more{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.adm-index-topics-more button{
  display: inline-block;
  border: 0;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.25;
  padding: 12px;
  text-align: center;
  transition: 0.4s ease-in-out;
  width: 240px;
  background-image: -webkit-linear-gradient(right, rgba(80,143,254,1.00) 0%, rgba(76,237,193,1.00) 100%);
  background-image: -o-linear-gradient(right, rgba(80,143,254,1.00) 0%, rgba(76,237,193,1.00) 100%);
  background-image: linear-gradient(to left, rgba(80,143,254,1.00) 0%, rgba(76,237,193,1.00) 100%);
  cursor:pointer;
}
@media screen and (min-width: 768px) {
  .adm-index-topics-more{
    margin-top: 30px;
  }
  .adm-index-topics-more button{
    font-size: 16px;
    border-radius: 27px;
    padding: 17px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .adm-index-wrapper {
    width: 100%;
    display: block;
    padding: 20px 0 0;
  }

  .adm-index-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .adm-index-top-area {
    margin: 0 auto 10.67%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 96%;
  }

  .adm-index-top-link {
    visibility: hidden;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
  }
  .adm-index-top-link a {
    padding: 4px;
    display: block;
    position: relative;
    z-index: 5;
  }
  .adm-index-top-link a img.m-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .adm-index-top-left {
    margin: 0 auto 2.67%;
    width: 100%;
  }
  .adm-index-top-left div {
    background: transparent -webkit-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent -o-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-left div a {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 4px;
  }
  .adm-index-top-left div a img {
    width: 100%;
    display: block;
    position: relative;
    vertical-align: top;
  }

  .adm-index-top-right {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
  .adm-index-top-right #link2 {
    margin-bottom: 2.67%;
    width: 100%;
    height: auto;
  }
  .adm-index-top-right #link2 a {
    display: block;
    width: auto;
    height: auto;
    max-width: 726px;
  }
  .adm-index-top-right .adm-index-top-right-box {
    overflow: hidden;
    display: block;
    padding: 0;
  }
  .adm-index-top-right .adm-index-top-right-box a {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(1) {
    float: left;
    width: 48.67%;
    height: auto;
    margin-bottom: 1%;
    display: block;
    overflow: visible;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(2) {
    float: right;
    width: 48.67%;
    height: auto;
    margin-bottom: 1%;
  }
  .adm-index-top-right div {
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-right div a {
    display: block;
    overflow: hidden;
    padding: 4px;
    position: relative;
  }
  .adm-index-top-right div a img {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: top;
  }

  .adm-index-topics-area {
    margin-bottom: 40px;
  }

  .adm-index-topics-ttl {
    font-size: 2.7rem;
    font-family: "Arvo";
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 3.5%;
    text-align: center;
  }

  .adm-index-topics-list {
    border-top: 1px solid #dcdcdc;
    margin: 0 auto;
    max-width: 1044px;
    text-align: center;
    width: 94.66%;
  }
  .adm-index-topics-list li {
    border-bottom: 1px solid #dcdcdc;
  }
  .adm-index-topics-list li a {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 4% 0;
    text-decoration: none;
  }
  .adm-index-topics-list li a time {
    background: #508ffd;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.66667;
    padding: 1px 4px 0;
    float: left;
    width: 30%;
  }
  .adm-index-topics-list li a span {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s ease 0s;
    float: right;
    line-height: 1.5;
    font-size: 1.2rem;
    text-align: left;
    width: 64%;
    margin: 0;
    display: block;
  }
  .adm-index-topics-list li a span.link-blank {
    background: url(/admission/common/img/icn_blank_bk_sp.png) no-repeat right center;
    background-size: 13px 13px;
    width: calc(64% - 18px);
  }
  .adm-index-topics-list li a span:hover {
    color: #508ffd;
    text-decoration: none;
  }
  .adm-index-topics-list li a span:hover.link-blank {
    background: url(/admission/common/img/icn_blank_bl_sp.png) no-repeat right center;
    background-size: 13px 13px;
  }

  .adm-index-topics-item {
    margin: 0 auto;
    max-width: 1044px;
    padding: 15px 0;
    text-align: center;
    width: 94.66%;
  }

  .adm-index-topics-item-ttl {
    color: #00bba3;
    line-height: 1.83333;
    text-align: left;
    font-size: 1.2rem;
  }

  .adm-index-topics-item-txt {
    font-size: 1rem;
    line-height: 1.6;
    margin: 1% 0 0;
    text-align: left;
  }

  .adm-index-msg-area {
    max-height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .adm-index-msg-ttl {
    text-align: center;
    padding: 15px 0;
    position: relative;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
  }

  .adm-index-msg-inner {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 0;
    max-width: 1044px;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .adm-index-msg-inner div.clearfix {
    width: 89.34%;
    margin: 0 auto 8%;
  }

  .adm-index-msg-left {
    width: 35%;
    margin: 0 auto 4%;
    text-align: center;
  }
  .adm-index-msg-left img {
    width: 100%;
    vertical-align: top;
  }

  .adm-index-msg-right {
    width: 100%;
  }

  .adm-index-msg-right-ttl {
    width: 96.8%;
    max-width: inherit;
    margin-bottom: 8%;
    text-align: center;
  }
  .adm-index-msg-right-ttl img.sp-only-view {
    width: 100%;
    vertical-align: top;
  }

  .adm-index-msg-ms1 {
    background: transparent url("/admission/img/message_bg1_sp.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms1 .adm-index-msg-right-ttl {
    max-width: inherit;
    width: 63.13%;
    display: block;
    margin: 0 auto 8%;
  }

  .adm-index-msg-ms2 {
    background: transparent url("/admission/img/message_bg2_sp.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms2 .adm-index-msg-right-ttl {
    max-width: inherit;
    width: 97.6%;
    display: block;
    margin: 0 auto 8%;
  }

  .adm-index-msg-ms3 {
    background: transparent url("/admission/img/message_bg3_sp.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms3 .adm-index-msg-right-ttl {
    max-width: inherit;
    width: 96.8%;
    display: block;
    margin: 0 auto 8%;
  }

  .adm-index-msg-right-txt {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin-bottom: 5%;
    text-align: left;
  }

  .adm-index-msg-right-info {
    background-color: #4ebbe0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.33333;
    margin: 0 auto;
    padding: 2% 3%;
    text-align: left;
  }
  .about-msg-area {
    display: block;
    overflow: hidden;
    position: relative;
    width: 94%;
    margin: 0 auto 40px;
}
  .about-msg-area-ttl {
    background: url(/admission/img/origin_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 32%;
    position: relative;
 }
  .about-msg-area-ttl span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -56px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
 }
  .about-msg-area-inner {
    margin: 5.34% auto 0;
    max-width: 1044px;
    position: relative;
    width: 98%;
 }
.about-msg-area-txt {
    font-size: 1rem;
    line-height: 1.6;
    width: 94%;
    margin: 20px auto 0;
 }

}
@media only screen and (min-width: 1023px) and (max-width: 1340px) {

  .about-msg-area {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
  .about-msg-area-ttl {
    background: url(/admission/img/origin_bg_sp.jpg) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 32%;
    position: relative;
 }
  .about-msg-area-ttl span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -56px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
 }
  .about-msg-area-inner {
    margin: 5.34% auto 0;
    max-width: 1044px;
    width: 98%;
 }
.about-msg-area-txt {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.71429;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
  background-color: white;
 }
}
/*end*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .adm-index-wrapper {
    width: 100%;
    display: block;
    padding: 20px 0 0;
  }

  .adm-index-inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .adm-index-top-area {
    margin: 0 auto 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 96%;
  }

  .adm-index-top-link {
    visibility: hidden;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
  }
  .adm-index-top-link a {
    padding: 4px;
    display: block;
    position: relative;
    z-index: 5;
  }
  .adm-index-top-link a img.m-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .adm-index-top-left {
    float: left;
    margin: 0 0.5% 0 0.25%;
    width: 49.34%;
  }
  .adm-index-top-left div {
    background: transparent -webkit-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent -o-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-left div a {
    width: auto;
    height: auto;
    max-width: 673px;
    max-height: 673px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 4px;
  }
  .adm-index-top-left div a img {
    width: 100%;
    display: block;
    position: relative;
    vertical-align: top;
  }

  .adm-index-top-right {
    float: right;
    margin: 0 0.25% 0 0.5%;
    width: 49.16%;
    overflow: hidden;
  }
  .adm-index-top-right #link2 {
    margin-bottom: 1%;
    width: 100%;
    height: auto;
  }
  .adm-index-top-right #link2 a {
    display: block;
    width: auto;
    height: auto;
    max-width: 671px;
    max-height: 330px;
  }
  .adm-index-top-right .adm-index-top-right-box {
    overflow: hidden;
    display: block;
    padding: 0;
  }
  .adm-index-top-right .adm-index-top-right-box a {
    display: block;
    width: auto;
    height: auto;
    max-width: 328px;
    max-height: 328px;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(1) {
    float: left;
    width: 49.5%;
    height: auto;
    margin-bottom: 1%;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(2) {
    float: right;
    width: 49.5%;
    height: auto;
    margin-bottom: 1%;
  }
  .adm-index-top-right div {
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-right div a {
    display: block;
    overflow: hidden;
    padding: 4px;
    position: relative;
  }
  .adm-index-top-right div a img {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: top;
  }

  .adm-index-topics-area {
    width: 48%;
    max-width: 48%;
  }
  .adm-index-topics-ttl {
    font-size: 3.2rem;
    font-family: "Arvo";
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
  }

  .adm-index-topics-list {
    border-top: 1px solid #dcdcdc;
    margin: 0 auto;
    max-width: 1044px;
    text-align: center;
    width: 90.4%;
  }
  .adm-index-topics-list li {
    border-bottom: 1px solid #dcdcdc;
  }
  .adm-index-topics-list li a {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    text-decoration: none;
  }
  .adm-index-topics-list li a time {
    background: #508ffd;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.57143;
    padding: 1px 4px 0;
    float: left;
  }
  .adm-index-topics-list li a span {
    color: #333;
    text-decoration: underline;
    transition: color 0.3s ease 0s;
    float: left;
    line-height: 1.78571;
    margin: 0 0 0 20px;
    text-align: left;
  }
  .adm-index-topics-list li a span.link-blank {
    background: url(/admission/common/img/icn_blank_bk.png) no-repeat scroll right center;
    padding-right: 18px;
  }
  .adm-index-topics-list li a span:hover {
    color: #508ffd;
    text-decoration: none;
  }
  .adm-index-topics-list li a span:hover.link-blank {
    background: url(/admission/common/img/icn_blank_bl.png) no-repeat right center;
  }

  .adm-index-topics-item {
    margin: 0 auto;
    max-width: 1044px;
    padding: 15px 0;
    text-align: center;
    width: 90.4%;
  }

  .adm-index-topics-item-ttl {
    color: #00bba3;
    line-height: 1.71429;
    text-align: left;
    font-size: 1.4rem;
  }

  .adm-index-topics-item-txt {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin: 2px 0 0;
    text-align: left;
  }

  .adm-index-msg-area {
    max-height: inherit;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .adm-index-msg-ttl {
    text-align: center;
    padding: 15px 0;
    position: relative;
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
  }

  .adm-index-msg-inner {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 1%;
    max-width: 1044px;
    overflow: hidden;
    position: relative;
    display: none;
  }
  .adm-index-msg-inner div.clearfix {
    width: 90.4%;
    margin: 0 auto;
  }

  .adm-index-msg-left {
    float: left;
    width: 20%;
  }
  .adm-index-msg-left img {
    width: 100%;
    vertical-align: top;
  }

  .adm-index-msg-right {
    float: right;
    width: 76%;
  }

  .adm-index-msg-right-ttl {
    margin-bottom: 4%;
  }
  .adm-index-msg-right-ttl img {
    width: 100%;
    vertical-align: top;
  }

  .adm-index-msg-ms1 {
    background: transparent url("/admission/img/message_bg1.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms1 .adm-index-msg-right-ttl {
    max-width: 348px;
    width: 48.87%;
  }

  .adm-index-msg-ms2 {
    background: transparent url("/admission/img/message_bg2.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms2 .adm-index-msg-right-ttl {
    max-width: 668px;
    width: 93.82%;
  }

  .adm-index-msg-ms3 {
    background: transparent url("/admission/img/message_bg3.jpg") no-repeat scroll left top/cover;
  }
  .adm-index-msg-ms3 .adm-index-msg-right-ttl {
    max-width: 694px;
    width: 97.47%;
  }

  .adm-index-msg-right-txt {
    font-size: 1.2rem;
    line-height: 1.66667;
    margin-bottom: 2%;
    text-align: left;
  }

  .adm-index-msg-right-info {
    background-color: #4ebbe0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
  }
.about-msg-area {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top: 40px;
  }
.about-msg-area-ttl {
    background: url(/admission/img/origin_bg.jpg) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 19.672%;
    position: relative;
 }
.about-msg-area-ttl span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -112px;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1;
}
.about-msg-area-inner {
    margin: 20px auto 0;
    max-width: 1044px;
    position: relative;
    width: 90.4%;
 }
.about-msg-area-txt {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin: 20px auto 0;
 }
/*.about-msg-area-txt {
    font-size: 1.2rem;
    line-height: 1.71429;
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 10px;
    width: 90%;
    background-color: white;
    opacity: 0.8;
 }
*/
}
@media print, screen and (min-width: 1025px) {
  .adm-index-wrapper {
    width: 100%;
    display: block;
  }

  .adm-index-inner {
    display: block;
    width: calc(100%-60px);
    margin-left: 60px;
  }

  .adm-index-top-area {
    margin: 0 auto;
    max-width: 1380px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
  }

  .adm-index-top-link {
    visibility: hidden;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
  }
  .adm-index-top-link a {
    padding: 4px;
    display: block;
    position: relative;
    z-index: 5;
  }
  .adm-index-top-link a img.m-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .adm-index-top-left {
    float: left;
    margin: 0 0.5% 0 0.25%;
    width: 49.34%;
  }
  .adm-index-top-left div {
    background: transparent -webkit-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent -o-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    margin-bottom: 1%;
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-left div a {
    width: auto;
    height: auto;
    max-width: 673px;
    max-height: 673px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 4px;
  }
  .adm-index-top-left div a img {
    width: 100%;
    display: block;
    position: relative;
    vertical-align: top;
  }

  .adm-index-top-right {
    float: right;
    margin: 0 0.25% 0 0.5%;
    width: 49.16%;
    overflow: hidden;
  }
  .adm-index-top-right #link2 {
    margin-bottom: 1%;
    width: 100%;
    height: auto;
  }
  .adm-index-top-right #link2 a {
    display: block;
    width: auto;
    height: auto;
    max-width: 671px;
    max-height: 330px;
  }
  .adm-index-top-right .adm-index-top-right-box {
    overflow: hidden;
    display: block;
    padding: 0;
  }
  .adm-index-top-right .adm-index-top-right-box a {
    display: block;
    width: auto;
    height: auto;
    max-width: 328px;
    max-height: 328px;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(1) {
    float: left;
    width: 49.5%;
    height: auto;
    margin-bottom: 1%;
  }
  .adm-index-top-right .adm-index-top-right-box div:nth-child(2) {
    float: right;
    width: 49.5%;
    height: auto;
    margin-bottom: 1%;
  }
  .adm-index-top-right div {
    overflow: hidden;
    position: relative;
  }
  .adm-index-top-right div a {
    display: block;
    overflow: hidden;
    padding: 4px;
    position: relative;
  }
  .adm-index-top-right div a img {
    display: block;
    position: relative;
    width: 100%;
    vertical-align: top;
  }

  .adm-index-topics-area {
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .adm-index-topics-ttl {
    font-family: "Arvo";
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 30px;
    text-align: center;
  }

  .adm-index-topics-list {
    border-top: 1px solid #dcdcdc;
    margin: 0 auto;
    max-width: 1044px;
    text-align: center;
    width: 90.4%;
  }
  .adm-index-topics-list li {
    border-bottom: 1px solid #dcdcdc;
  }
  .adm-index-topics-list li a {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 15px 0;
  }
  .adm-index-topics-list li a:hover span {
    color: #508ffd;
    text-decoration: none;
    transition: color 0.3s ease 0s;
  }
  .adm-index-topics-list li a:hover span.link-blank {
    background: url(/admission/common/img/icn_blank_bl.png) no-repeat right center;
  }
  .adm-index-topics-list li a time {
    background: #508ffd none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-size: 1.4rem;
    line-height: 1.57143;
    padding: 1px 4px 0;
  }
  .adm-index-topics-list li a span {
    color: #333333;
    text-decoration: underline;
    display: block;
    transition: color 0.3s ease 0s;
    float: left;
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-left: 20px;
    text-align: left;
  }
  .adm-index-topics-list li a span.link-blank {
    background: url(/admission/common/img/icn_blank_bk.png) no-repeat scroll right 0px center;
    padding-right: 18px;
  }

  .adm-index-topics-item {
    margin: 0 auto;
    max-width: 1044px;
    padding: 15px 0;
    text-align: center;
    width: 90.4%;
  }

  .adm-index-topics-item-ttl {
    color: #00bba3;
    font-size: 1.4rem;
    line-height: 1.71429;
    text-align: left;
  }

  .adm-index-topics-item-txt {
    font-size: 1.2rem;
    line-height: 1.83333;
    margin-top: 2px;
    text-align: left;
  }

  .adm-index-msg-area {
    margin-top: 20px;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .adm-index-msg-ttl {
    background: transparent -webkit-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent -o-linear-gradient(left, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    background: transparent linear-gradient(to right, #508ffe 0%, #4cedc1 100%) repeat scroll 0 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    padding: 15px 0;
    position: relative;
    text-align: center;
  }

  .adm-index-msg-inner {
    display: none;
    height: 50%;
    max-height: 405px;
    width: 100%;
    background: url(/admission/img/message_bg1.jpg) no-repeat top left;
    background-size: cover;
  }
  .adm-index-msg-inner.adm-index-msg-ms2 {
    background: url(/admission/img/message_bg2.jpg) no-repeat top left;
    background-size: cover;
  }
  .adm-index-msg-inner.adm-index-msg-ms3 {
    background: url(/admission/img/message_bg3.jpg) no-repeat top left;
    background-size: cover;
  }
  .adm-index-msg-inner > div.clearfix {
    margin: 0 auto;
    max-width: 1044px;
    overflow: hidden;
    position: relative;
    width: 90.4%;
    padding: 3.5% 0;
  }

  .adm-index-msg-left {
    float: left;
    width: 20%;
  }
  .adm-index-msg-left img {
    width: 100%;
  }

  .adm-index-msg-right {
    float: right;
    width: 76%;
  }

  .adm-index-msg-right-ttl {
    max-width: 668px;
    width: 93.82%;
    margin-bottom: 3%;
    text-align: left;
  }

  .adm-index-msg-right-txt {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 2%;
    text-align: left;
  }

  .adm-index-msg-right-info {
    background-color: #4ebbe0;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 auto;
    padding: 5px 15px;
    text-align: center;
  }
/*200807  追記*/
.about-msg-area {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-top: 20px;
  }
.about-msg-area-ttl {
    background: url(/admission/img/origin_bg.jpg) no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: 19.672%;
    position: relative;
 }
 .about-msg-area-ttl span {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: -16px;
    margin-left: -112px;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1;
}
.about-msg-area-inner {
    margin: 20px auto 0;
    max-width: 1044px;
    position: relative;
    width: 90.4%;
 }
.about-msg-area-txt {
    line-height: 1.65;
    position: absolute;
    top: 63%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 5px;
    width: 90%;
    background-color: white;
    opacity: 0.8;
 }
}
@media print {
  .adm-index-inner {
    width: 100%;
    margin: 0 auto;
  }
}
/*2021.04*/

@media screen and (max-width:767px){
  .sp-hide{display: none !important;}
}
@media screen and (min-width:768px){
  .pc-hide{display: none !important;}
}
.home-sld{
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  /*padding-left: 30px;
  padding-right: 30px;*/
}
.home-sld .slick-dots{
  font-size: 0;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.home-sld .slick-dots li{
  display: inline-block;
  margin: 0 5px;
}
.home-sld .slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.home-sld .slick-dots .slick-active button{
  background-color: #4f95f9;
}
.slick-dots > li:first-child:last-child {
  display: none !important;
}
.home-sld__item{
  line-height: 0;
  padding: 4px;
  position: relative;
  background-image: linear-gradient(90deg,#4f94fa 0%,#4cecc1 100%);
  margin-right: 5px;
  margin-left: 5px;
}
.home-sld__item::before
.home-sld__item::after{
  width: 20px;
}
.home-sld__item a{
  display: block;
}
.home-sld__item img{
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px){
  .home-sld{
    margin-bottom: 40px;
    /*max-width:950px;*/
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-sld__item{
    /*max-width: 960px;*/
    margin-right: 10px;
    margin-left: 10px;
  }
  .home-sld__item::before
  .home-sld__item::after{
    width: 40px;
  }
}
.adm-row{
  width: 94%;
  margin: 0 auto 40px;
}
@media screen and (min-width:768px){
  .adm-row{
    display: flex;
    justify-content: space-between;
    max-width:1280px;
    margin-left: auto;
    margin-right: auto;
  }
  
}
.adm-side{
  margin-bottom: 40px;
}
@media screen and (min-width:768px){
  .adm-side{
    order: 2;
    width: 48%;
    max-width: 48%;
    margin:0;
  }
}
.adm-index-exam{
  background-color: #89c997;
  border: 2px solid #60a670;
  padding: 30px;
  margin-bottom:15px;
  background-image: url("../img/exam-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size:contain;
}
.adm-index-exam__ttl{
  color: #fff;
  font-size:2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.adm-index-exam__nav li{
  text-align: center;
  font-size:1.4rem;
  line-height: 1.5;  
}
.adm-index-exam__nav li:not(:last-child){margin-bottom: 10px;}
.adm-index-exam__nav li small{font-size: .8em;}
.adm-index-exam__nav a{
  display: block;
  color: #333;
  background-color: #fff;
  padding:1em;
  border: 2px solid #60a670;
}
.adm-index-exam__nav a[target="_blank"]{
  background-image: url( "../img/icn-blank.png");
  background-size:14px auto;
  background-repeat: no-repeat;
  background-position: right 1em center;
}
@media screen and (min-width:768px){
  .adm-index-exam__nav a:hover{
    background-color: #e3fbe9;
  }
}
@media screen and (min-width:1200px){
  .adm-index-exam{
    padding: 35px;
    margin-bottom:20px;
  }
  .adm-index-exam__ttl{
    font-size:2.6rem;
    margin-bottom: 20px;
  }
  .adm-index-exam__nav li{
    font-size:1.6rem; 
  }
}
.adm-index-bnr{
  margin-bottom: 15px;
}
.adm-index-bnr li{
  line-height: 0;
}
.adm-index-bnr li:not(:last-child){
  margin-bottom: 15px;
}
.adm-index-bnr a{
  display: block;
}
.adm-index-bnr img{
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px){
  .adm-index-bnr a:hover{
    opacity: .8;
  }
}
@media screen and (min-width:1200px){
  .adm-index-bnr{
    margin-bottom: 20px;
  }
  .adm-index-bnr li:not(:first-child){
    margin-bottom: 20px;
  }
}
.adm-index-sns{
  text-align: center;
  margin-left:-5px;
  margin-right: -5px;
}
.adm-index-sns a{
  display: inline-block;
  line-height: 0;
  border-radius:3px;
  height: 40px;
  margin:0 5px;
  background-size:23px;
  background-position: center;
  background-repeat: no-repeat; 
}
.adm-index-sns img{
  width: auto;
  height:100%;
}
@media screen and (min-width:768px){
  .adm-index-sns a:hover{
    opacity: .8;
  }
}
.adm-index-sns .sns-fb,
.adm-index-sns .sns-yt,
.adm-index-sns .sns-inst,
.adm-index-sns .sns-ln{
  width: 40px;
  border-radius: 20px;
}