@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* =============================================================================
共通
   ========================================================================== */

.pt64 {
  padding: 64px 0;
}
  .wrap {
    max-width: 1130px;
    padding: 0 10px;
    margin: 0 auto;
  }

a.btn02 {
    background-color: #1893f0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.btn02:hover{
	    background-color: #ff6e19;
}

h2 .icon {
    box-sizing: border-box;
    display: block;
    position: relative;
	padding-bottom: 5px;
}

h2 {
    padding-bottom: 40px;
    position: relative;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
h4.underwave {
    font-size: 30px;
    position: relative;
    background: url(../images/facilities/txt-under-wave.png) no-repeat bottom / contain;
    padding-bottom: 15px;
    width: fit-content;
    margin-bottom: 30px;
}
 




@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }


  .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
	}
	h2{
		font-size: 25px;
	}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
	}

}




/* =============================================================================
topKey
   ========================================================================== */

.topKeyimages {
	position: relative;
    background: url("../images/news/keyimages.webp") no-repeat center / cover;
    z-index: -10;
	margin-top: 95px;
 }
.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding-top: 20px;
    padding-bottom: 50px;
    object-fit: cover;
    background-size: 100% auto;
}
.topswave h5{
	color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
	    line-height: 40px;
}
.topswave h5 span{
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	    .topKeyimages {
        height: 750px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 768px){
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 20px 0;
    object-fit: cover;
	background-size: cover;
}
	.topswave h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
    line-height: 30px;
}
}
@media screen and (max-width: 767px) {
	.topKeyimages {
    position: relative;
    background: url(../images/news/keyimagesSP.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 60px;
	height: 570px;
}
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -20px;
    padding: 15px 0;
}
	.topswave h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
			line-height: 25px;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
}



/* =============================================================================
.sec01 
   ========================================================================== */

.sec01{
	background: #E9F7E8;
	position: relative;
}

.sec01 .green{
	color: #05b761;
}
.sec01 li .date {
    color: #008ad2;
    font-weight: bold;
	border-bottom: 1px solid #069e48;
}

.sec01 li {
    align-items: center;
    padding: 30px 30px;
    position: relative;
    border: 2px solid #b7ebb7;
    margin: 60px 0px;
    font-size: 17px;
    background-color: #fff;
    border-radius: 20px;
	padding-bottom: 60px;
}
.sec01 li .ttl{
	padding-top: 20px;
}
li .news_pdf a,li .news_detail a {
    position: relative;
}
li .news_pdf a:after {
    content: '';
    width: 20px;
    height: 24px;
    background: url(../images/news/news-icon-pdf.png) no-repeat center / cover;
    position: absolute;
    top: 2px;
}
li .news_detail a:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/news/news-icon-detail.png) no-repeat center / cover;
    position: absolute;
    top: 2px;
    right: -30px;
}
li a:hover {
    color: #D80856;
}
.pagenavi {
    clear: both;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 0;
}
.pagenavi a.page, .pagenavi span {
    display: inline-block;
    color: #fff;
    background-color: #afafaf;
    padding: 6px 18px;
    margin: 10px 5px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 25px;
}
.pagenavi span a{
	color: #fff !important;
}
.pagenavi a.page:hover, .pagenavi span:hover{
	color: #fff !important;
    background-color: #0298ff;
}
.pagenavi span.active {
    color: #fff !important;
    background-color: #0298ff;
}
.pagenavi span.active a{
	color: #fff !important;
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
padding-top: 80px;
        padding-bottom: 100px;
        margin-top: -25px;
	}

}
@media screen and (max-width: 1340px) and (min-width: 768px){

}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
	}

	.sec01 p {
        font-size: 14px;
    }
	.sec01 li{
		margin: 30px 0px;
		    padding-bottom: 40px
	}
.pagenavi {
    clear: both;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
}
	.pagenavi a.page, .pagenavi span {
    display: inline-block;
    color: #fff;
    background-color: #afafaf;
    padding: 6px 15px;
    margin: 10px 5px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
}
}



