@charset "utf-8";

#index #main {
    margin-top: 0;
}

/*-------------- cover --------------*/
#cover {
    width: 100%;
    /*padding-top: 116px;*/
    position: relative;
}
#cover .soudan img {
	position: absolute;
	top:5%;
	left: 3%;
	z-index: 2
}
#cover .soudan img {
    width: 280px;
	height: auto;
filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.30));
}

.slide-img img {
    display: block;
    width: 100%;
    height: calc(100vh - 320px);
    margin: 0 auto;
    object-fit: cover;
}
.slide_cont_bg {
    position: absolute;
    right: 0;
    bottom: 80px;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    width: 720px;
    min-height: 176px;
    /*border: 1px solid #6e7d8c;*/
    background: rgba(255,255,255,.7);
}
.slide-content {
    width: 100%;
    padding: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    transform: translate(-50%, -50%);
    z-index: 30;
}
.slide-content p {
    font-size: 2.2rem;
    text-align: left;
    /*line-height: 2;*/
    color: #333;
    /*text-shadow: 3px 3px 5px #fff, -3px -3px 5px #fff,
                -3px 3px 5px #fff,  3px -3px 5px #fff,
                 3px 0px 5px #fff, -3px -0px 5px #fff,
                 0px 3px 5px #fff,  0px -3px 5px #fff;*/
}

.fixed_box01 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 124px;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
}
.fixed_box01 img {
    padding: .5rem;
}

/*-------------- main --------------*/
/* image link section */
.img_link_box {
    /*margin-bottom: 24px;*/
}
.img_link_box h2 {
    background-color: #41AE98;
    padding: 16px 24px;
    color: #fff;
}
.img_link_box h2[second] {
    border-left: 1px solid #fff;
}
.img_link {
	width: 100%;
	overflow: hidden;
	/*margin: 10px 8px 10px 16px;*/
	position: relative;	/* 相対位置指定 */
}
.img_link img {
    width: 100%;
    height: 384px/*272px*/;
    object-fit: cover;
}
.img_link a:hover {
    opacity: 1;
}
.img_link .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
	font-size: 1.33em;
    line-height: 2;
	/*padding-top: 80px;*/
	color: #fff;
}
.img_link .mask {
	width: 100%;
	height: 100%;
	position: absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color: rgba(0,0,0,0.5);	/* マスクは半透明 */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.img_link:hover .mask {
	opacity: 1;	/* マスクを表示する */
}

/* news section */
.iconA {
    color: #41AE98;
    padding-right: .5em;
}
.news {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.news_ttl {
    border-bottom: 2px solid #41AE98;
    margin-bottom: 24px;
}
.news dl {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news dl dt {
    width: 30%;
    border-bottom: 2px dotted #222;
    padding: 18px 14px;
    font-size: 1rem;
    background-color: #F1F9F4;
}
.news dl dd {
    width: 70%;
    border-bottom: 2px dotted #222;
    padding: 18px 14px;
    font-size: 1rem;
    background-color: #F1F9F4;
}
.news_list {
    margin-bottom: 56px;
}

/* interview */
.interview_box .caption {
    margin-top: .5em;
}

/*-------------- institution --------------*/
.slick-arrow::before{
    color:#333;
}
.s_list li {
    margin: 0 10px;
    font-size: 16px;
    overflow: hidden;
}
.s_list li img {
    width: 100%;
    height: 137px;
    object-fit: cover;
    object-position: center center;
}

/*-------------- loading --------------*/
/*.opening{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(../images/loading_bg.jpg);
  }
  
  .opening .opening_txt,*/
  .opening02 .opening_txt{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 3.11rem;
    color: #fff;
    letter-spacing: .75em;
    margin-right: -.75em;
  }

  .opening02{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(../images/loading_bg02.jpg);
  }
