@charset "UTF-8";
/*************************
main
************************ */
#mv {
    position: relative;
    width: 100%;
  	height: 100vh;
	background: linear-gradient(0deg, #006fb1, #82cddb);
}
#mv .container {
	position: relative;
	height: 100vh;
}
#mv .container .maincopy {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
@media screen and (max-width: 1000px) {
	#mv .container .maincopy {
		padding: .2rem;
	}
}
#mv .container .maincopy h1 {
	max-width: 100%;
	margin-bottom: .6rem;
}
@media screen and (max-width: 750px) {
	#mv .container .maincopy h1 {
		margin-bottom: .3rem;
	}
}

#mv .container .maincopy .mvbnr {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  	-webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/*#mv .container .maincopy .mvbnr {
	width: 77%;
}
@media screen and (max-width: 750px) {
	#mv .container .maincopy .mvbnr {
		width: 100%;
	}
}
*/

#mv .container .maincopy .mvbnr > div {
	width: calc((100% - .35rem) / 2);
}
@media screen and (max-width: 750px) {
	#mv .container .maincopy .mvbnr > div {
		width: 100%;
	}
	#mv .container .maincopy .mvbnr > div:first-of-type {
		margin-bottom: 0.1rem;
	}
}

/*ABOUT*/
#mes{
    width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,1);
    position: fixed;
    top: 0;
}

#mes p img {
	width: 85%;
}
@media screen and (max-width: 750px) {
	#mes p img {
		width: 100%;
	}
}

.tpabout {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 750px) {
    .tpabout {
	    display: flex;
	    align-items:flex-start;
	    padding-top: .8rem;
    }
}

.tpabout .container {	
	width: 1080px;
}
@media screen and (max-width: 750px) {
	.tpabout .container {	
		width: 100%;
	}
}

.tpabout .txtbox h2 {
	margin-bottom: .3rem;
	font-size: .25rem;
}
.tpabout .txtbox p {
	margin-bottom: .25rem;
	font-size: .18rem;
	font-weight: bold;
	line-height: .32rem;
}
.tpabout .txtbox p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:2000px){
    .tpabout .txtbox h2 {
	    margin-bottom: .5rem;
	    font-size: .3rem;
    }
    .tpabout .txtbox p {
	    margin-bottom: .5rem;
	    font-size: .19rem;
	    font-weight: bold;
	    line-height: .36rem;
    }
}
@media screen and (max-width: 750px) {
	.tpabout .txtbox h2 {
		margin-bottom: .1rem;
		font-size: .18rem;
	}
	.tpabout .txtbox p {
		margin-bottom: .15rem;
		font-size: .14rem;
		line-height: .24rem;
	}
}

.tpabout .pagedown {
    position: relative;
    left: 50%;
    width: 100%;
    margin: .5rem 0 0 -50%;
    text-align: center;
}
@media screen and (max-width: 750px) {
	.tpabout .pagedown {
    	margin: .25rem 0 0 -50%;
	}
}

.tpabout .pagedown a {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto;
}
.tpabout .pagedown a:after {
	position: relative;
	content: "";
	width: 30px;
	height: 30px;
	border: 3px solid;
	border-color:  transparent transparent #000 #000;
	transform: rotate(-45deg);
}

/*banner*/
.tpbanner .bnrbox {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  	-webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tpbanner .bnrbox > div {
	width: calc((100% - .35rem) / 2);
}
@media screen and (max-width: 750px) {
	.tpbanner .bnrbox > div {
		width: 100%;
	}
	.tpbanner .bnrbox > div:first-of-type {
		margin-bottom: 0.1rem;
	}
}

/*NEWS*/
.tpnews .newslist ul {
	display: flex;
	flex-wrap: wrap;
}
.tpnews .newslist ul li {
	position: relative;
	width: 23.14814814814815%;/*250px*/
	margin-right: 2.4074074074074074%;/*26px*/
	margin-bottom: .25rem;
}
.tpnews .newslist ul li:nth-child(4n) {
	margin-right: 0;
}
.tpnews .newslist ul li:after {
	content: '';
    position: absolute;
	right: 0;
	bottom: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #000;
	z-index: 1;
}
.tpnews .newslist ul li:hover {
	background-color: #f9f9f9;
}
.tpnews .newslist ul li a {
	display: block;
	height: 100%;
}
.tpnews .newslist ul li .imgbox {
	position: relative;
}
.tpnews .newslist ul li .imgbox figure {
	position: relative;
}
.tpnews .newslist ul li .articlebox {
	padding: .3rem .2rem;
}
.tpnews .newslist ul li .articlebox .ttlbox {
	margin-bottom: .2rem;
	font-size: .14rem;
}
.tpnews .newslist ul li .articlebox .ttlbox h3 {
	margin-bottom: .05rem;
	font-size: .16rem;
}
.tpnews .newslist ul li .articlebox .date {
	font-size: .14rem;
}
.tpnews .newslist ul li .btnmore01 {
	position: absolute;
	bottom: 0;
	right: .2rem;
}
.tpnews .newslist ul li .btnmore01 span {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .12rem;
}
.tpnews .newslist ul li .btnmore01 span:after {
	display: inline-block;
	content: '→';
	padding-left: .03rem;
}
@media screen and (max-width: 750px) {
	.tpnews .newslist ul li {
		width: 49%;
		margin-right: 2%;
	}
	.tpnews .newslist ul li:nth-child(2n) {
		margin-right: 0;
	}
	.tpnews .newslist ul li .articlebox {
		padding: .15rem .1rem .3rem;
	}
	.tpnews .newslist ul li .articlebox .ttlbox {
		margin-bottom: .1rem;
		font-size: .12rem;
	}
	.tpnews .newslist ul li .articlebox .ttlbox h3 {
		font-size: .14rem;
	}
	.tpnews .newslist ul li .articlebox .date {
		font-size: .12rem;
	}
}

/*PRESS RELEASE*/
.tppress .moviebox {
	max-width: 8.9rem;
	margin: 0 auto .6rem;
}

@media screen and (max-width: 750px) {
	.tppress .moviebox {
		margin: 0 auto .3rem;
	}
}

.tppress .downloadbnr  {
	width: 4.35rem;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.tppress .downloadbnr  {
		width: 100%;
	}
}

.tppress .downloadbnr a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1.03rem;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	background-image: url("../img/common/bnr_bg_download.png");
	color: #fff;
	position: relative;
	font-size: .2rem;
	padding: .3rem;
	line-height: 1.4;
}

@media screen and (max-width: 750px) {
.tppress .downloadbnr a {
		font-size: .18rem;
		padding: .15rem;
	}
}

.tppress .downloadbnr a span {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
}
.tppress .downloadbnr a span:after {
	content: '>>';
	padding-left: .1rem;
}

.tpbnr .covidbnr {
	max-width: 8.9rem;
	margin: 0 auto;
}

.tpmap .downloadbnr  {
	width: 8.95rem;
	margin: 0 auto;
}
@media screen and (max-width: 750px) {
	.tpmap .downloadbnr  {
		width: 100%;
	}
}

/*************************
sponsor
************************ */
.sponsorlist .ttl {
	font-size: .36rem;
	margin-bottom: .6rem;
}
@media screen and (max-width: 750px) {
	.sponsorlist .ttl {
		margin-bottom: .3rem;
		font-size: .2rem;
	}
}

.sponsorlist .blk ul {
	display: flex;
	flex-wrap: wrap;
}
.sponsorlist .blk ul:first-child {
	margin-bottom: 1rem;
}
.sponsorlist .blk ul li {
	width: 23.61111111111111%;/*255px*/
	margin-right: 1.8518518518518516%;/*20px*/
	background-color: #fff;
	border: 1px solid #c8c9ca;
	margin-bottom: .2rem;
	text-align: center;
}
.sponsorlist .blk ul li:nth-child(4n) {
	margin-right: 0;
}
@media screen and (max-width: 750px) {
	.sponsorlist .blk ul:first-child {
		margin-bottom: .5rem;
	}
	.sponsorlist .blk ul li {
		width: 49%;
		margin-right: 2%;/*20px*/
		margin-bottom: .1rem;
	}
	.sponsorlist .blk ul li:nth-child(2n) {
		margin-right: 0;
	}
}