@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root{
	--header: 130px;
	scroll-padding: var(--header);
}
body{
	font-size:18px;
	background-color:#FFFFFF;
	color:#000;
	margin:0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	text-align: center;
}
#body{
	min-width: 1160px;
}
a{
	text-decoration: none;
}
a img{
	border:none;
}
img{
	max-width: 100%;
}
header{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1;
	box-sizing: border-box;
	z-index: 9999;
}
.logo{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
.logo img{
	width: 300px;
}
.header{
	width: 1140px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.contentpage{
	background-color: #000;
	position: relative;
}
.navibox{
	position: absolute;
	top:0;
	right:0;
}
.navibox span{
	width: 40px;
	height: 2px;
	background-color: #FFFFFF;
	display: block;
	margin: 10px;
}
.navi{
	display: none;
}

.navi nav{
	background-color: rgba(255, 255, 255, 0.3);
}
.navi nav ul{
	width: 1140px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.navi nav li{
	flex: 1;
}
.navi nav a{
	display: block;
	color: #FFF;
	font-size: 20px;
	padding: 20px;
	transition: 0.5s;
}
.navi nav a:hover{
	background-color: rgba(255, 255, 255, 0.5);
}

.hedmenu-clone{
	position: fixed;
	top:-100px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	line-height: 1;
	box-sizing: border-box;
	z-index: 9999;
	background-color: #000;
	opacity: 0;
	transition: 1s;
}
.hedmenu-clone.visible{
	display: block;
	position: fixed;
	top:0;
	left: 0;
	opacity: 1;
	transition: 1s;
}
.hedmenu-clone ul{
	margin: 0;
	padding: 0;
}
.movie{
	line-height: 0;
}
.kodou{
	margin: 0;
	line-height: 0;
}
.kodou > div{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 1140px;
	margin: 0 auto;
}
.kodou > div > div:last-child{
	width: 600px;
}
.kodou > div > div:first-child{
	width: calc(100% - 600px);
}
.kodou > div > div:last-child img{
	display: inline-block;
	width: 630px;
	max-width: 630px;
	margin-left: -80px;
}

.copybox{
	line-height: 1.8;
	text-align: left;
}
.copybox h2{
	font-size: 32px;
	margin: 0;
	margin-top: 100px;
}
.what{
	margin-top: -80px;
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #2EB6E3;
	clip-path: polygon(0 80px, 100% 0%, 100% calc(100% - 80px), 0% 100%);
	color: #FFF;
	background-image: url("../images/sppjback.webp");
	background-size: 1400px;
	background-repeat: no-repeat;
	background-position: center center;
}
.what > div{
	width: 1140px;
	margin: 0 auto;

	display: flex;
	justify-content: space-between;
}
.what > div > div:last-child{
	width: 600px;
}
.what > div > div:first-child{
	width: calc(100% - 600px);
}
.what > div > div:last-child img{
	display: inline-block;
	width: 630px;
	max-width: 630px;
	margin-right: -80px;
}
.what .copybox h2{
	margin-top: 100px;
}

.contents{
	width: 1140px;
	margin: 100px auto;
	text-align: left;
}
.contents h2{
	position: relative;
	font-size: 90px;
	color: #0054D2;
	font-weight: 800;
	line-height: 1.2;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
}
.contents h2 span{
	font-size: 20px;
	display: inline-block;
	vertical-align: 1em;
	margin-left: 1em;
}
.contents h2::before{
	position: absolute;
	bottom:0;
	left: 0;
	content: "";
	height: 3px;
	background-color: #b3edff;
	width: 100%;
	display: block;
}
.contents h2::after{
	content: "";
	position: absolute;
	bottom:0;
	left: 0;
	height: 3px;
	background-color: #1AB3E2;
	display: block;
	width: 60px;
}
.project ul.button{
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.project .button li{
	width: calc(33% - 5px);
	margin: 10px 0;
	position: relative;
}
.button li{
	cursor: pointer;
	line-height: 1;
}
.h3box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.h3box p{
	height: 3em;
}
.pickup{
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 999999999;
}
.pickup li{
	display: none;
	position: fixed;
	top:0;
	left: 0;
	line-height: 0;
	width: 1015px;
	height: 630px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	box-sizing:content-box;
}

.pickup li > div p{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px 40px;
	color: #FFF;
	margin: 0;
	line-height: 1.5;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.close{
	display: none;
	position: fixed;
	vertical-align: 0.1em;
	font-size: 30px;
	line-height: 1;
	border: solid 1px #000;
	background-color: #FFF;
	box-sizing: border-box;
	color: #000;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin-top: -20px;
	margin-right: -20px;
	place-content: center;
	cursor: pointer;
	z-index: 999999999;
}

.h3box{
	color: #FFF;
	padding: 10px;
	line-height: 1.2;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 1);
	background-image: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0));
	box-sizing: border-box;
}
.h3box h3{
	font-size: 30px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.h3box p{
	margin: 0;
}

.tablebox{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	margin: 50px 0;
	padding: 30px;
}
.company table{
	border-collapse: collapse;
	width: 100%;
}
.company th,
.company td{
	padding: 20px;
}
.company tr{
	border-bottom: solid 1px #DDD;
}
.company ul{
	margin: 0;
	padding: 0 0 0 30px;
}

.article ul{
	margin: 0;
	padding: 0;
	margin: 0;
	margin-top: 50px;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news ul{
	margin-top: 0;
}
.article li{
	width: calc(33% - 15px);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	line-height: 1;
	margin-right: 28px;
	margin-bottom: 28px;
}
.article li:nth-child(3n){
	margin-right: 0;
}
.article p{
	margin: 0;
	padding: 10px;
	line-height: 1.4;
	color: #000;
}
.article .day{
	color:#888;
	text-align: right;
	margin: 10px;
	margin-top: 0;
	font-size: 14px;
}
.article li a{
	display: block;
	height: 100%;
	line-height: 1;
	transition: 0.5s;
}
.article li a:hover{
	background-color: #EEE;
}
.link{
	text-align: right;
	padding: 0;
	margin: 0;
}
.link a{
	position: relative;
	display: inline-block;
	color: #000;
	padding: 0.5em;
	padding-right: 1em;
	line-height: 1;
	margin: 0;
}
.link a::after{
	content: ">";
	text-align: right;
	color:#DDD;
	font-size: 2em;
	transform: scaleX(0.5);
	position: absolute;
	top:0;
	right: 0;
	line-height: 1;
	transition: 0.5s;
}
.link a:hover::after{
	right: -0.3em;
}

footer{
	background-color: #000;
	padding: 50px 0;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}
.footer img{
	width: 370px;
}
.footer a{
	color: #FFF;
}
.footer p{
	margin: 0;
	line-height: 1.4;
}
.copyright{
	text-align: right;
}

#pagetop{
	position: fixed;
	right:50px;
	bottom: 50px;
	z-index: 9999999999;
	width: 80px;
	height: 80px;
	box-sizing:border-box;
	display: grid;
	place-content: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	border: solid 1px #CCC;
	transition: 0.5s;
}
#pagetop a{
	color: #000;
	line-height: 1;
	transition: 0.5s;
}
#pagetop span{
	display: block;
	font-size: 24px;
	transform: scaleY(0.8);
}
#pagetop:hover{
	background-color: rgba(0, 0, 0, 0.8);
	border: solid 1px #888;
}
#pagetop:hover a{
	color: #FFF;
}

.back{
	text-align: center;
	margin-bottom: 100px;
}
.back a{
	line-height: 1;
	display: inline-block;
	border-radius: 50%;
	padding: 10px 40px;
	color: #FFF;
	background-color: #0054D2;
}
.pagebutton{
	text-align: center;
	list-style: none;
	margin: 0 auto;
	margin-bottom: 50px;
	padding: 0;
}
.pagebutton li{
	display: inline-block;
	margin: 3px;
}
.pagebutton a{
	display: grid;
	place-items: center;
	width: 2em;
	height: 2em;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	border: solid 1px #CCC;
	color: #000;
	background-color: #EEE;
}
.pagebutton .thispage a{
	background-color: #CCC;
}

.news{
	margin-bottom: 20px;
	margin-top: 30px;
}
main{
	min-height: calc(100vh - 300px);
}
.img{
	text-align: center;
}
.bottonlink{
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}
.bottonlink a{
	position: relative;
	padding: 10px 40px;
	border: solid 2px #0054D2;
	color: #000;
	transition: 0.5s;
}
.bottonlink a::after{
	content: ">";
	position: absolute;
	right:0;
	top:0;
	color: #0054D2;
	font-size: 40px;
	transform: scaleX(0.3);
	height: 100%;
	line-height: 1;
	display: grid;
	place-items: center;
}

.bottonlink a:hover{
	background-color: #EEE;
}
.h1title{
	text-align: left;
	font-size: 30px;
	width: 1140px;
	margin: 0 auto;
	margin-top: 50px;
	border-bottom: solid 1px;
}
.content{
	width: 1140px;
	margin: 0 auto;
}

.topicsbox p{
	text-align: left;
}
.topicsbox p.date{
	text-align: right;
}