@charset "UTF-8";
/* CSS Document */
/* loading
================================================== */
.loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
}
.loading.is-active {
	opacity: 0;
	visibility: hidden;
}
.loading-animation {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #cc0000;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}
.logo {
	width: 40%;
	-webkit-animation: logo 0.8s forwards;
	animation: logo 0.8s forwards;
	animation-delay: 0.2s;
}
@media screen and (max-width: 639px) {
	.logo {
		width: 60%;
	}
}
@keyframes byeShutter {
	70% {
		opacity: 1;
	}
	100% {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}
@keyframes logo {
	0% {
		opacity: 1;
	}
	50% {
		transform: rotate(0deg);
	}
	100% {
		transform: scale(0.8);
	}
}
/* mainWrapper
================================================== */
#mainWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #F6F4F5;
}
@media screen and (max-width: 639px) {
	#mainWrapper {
		background: linear-gradient(45deg, #cc0000, #cc0000, #cc0000, #cc0000); /*グラデーションを定義*/
		background-size: 500% 500%; /*サイズを大きくひきのばす*/
		animation: bggradientsp 10s ease infinite;
	}
}
@keyframes bggradientsp {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/* mainTit
================================================== */
#mainTit {
	position: relative;
	z-index: 0;
	width: 30%;
	z-index: 2;
	padding: 8% 10% 12%;
}
@media screen and (max-width: 639px) {
	#mainTit {
		width: 40%;
		padding: 15% 0 70% 50%;
	}
}
#mainTit img {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
/* movieArea
================================================== */
#movieArea {
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0;
	left: 0;
}
/* movieBg
================================================== */
#movieBg {
	position: absolute;
	z-index: 0;
}
#movieBg img {
	width: 100%;
}
/* movieBox
================================================== */
#movieBox {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
#movieBox video {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
/* infoArea
================================================== */
#infoArea {
	position: relative;
	padding: 0 5%;
	margin-bottom: 50px;
}
@media screen and (max-width: 639px) {
	#infoArea {
		padding: 0 3%;
		margin-bottom: 30px;
	}
}
#infoBg {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: -50px;
	left: -150px;
	width: calc(50% - 494px + 315px + 200px);
	background: linear-gradient(45deg, #b20000, #b20000, #b20000, #b20000); /*グラデーションを定義*/
	background-size: 1000% 1000%; /*サイズを大きくひきのばす*/
	animation: bggradient 20s ease infinite;
	height: 600px;
	-webkit-transform: skew(25deg);
	transform: skew(25deg)
}
@keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@media screen and (max-width: 639px) {
	#infoBg {
		display: none
	}
}
/* infoBlock */
#infoBlock {
	max-width: 1010px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 1% 3%;
	background-color: #fff;
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .05);
}
@media screen and (max-width: 639px) {
	#infoBlock {
		padding: 2% 5%;
	}
}
#infoBlock .fLeft {
	width: 15%;
}
#infoBlock .fRight {
	width: 80%;
	padding-top: 8px;
}
@media screen and (max-width: 639px) {
	#infoBlock .fLeft {
		float: none;
		width: 100%;
	}
	#infoBlock .fRight {
		float: none;
		width: 100%;
	}
}
#infoBlock .fLeft h3 {
	padding: 15px 0;
	font-weight: 500;
}
@media screen and (max-width: 639px) {
	#infoBlock .fLeft h3 {
		float: left;
		width: 50%;
	}
	#infoBlock .btnMore {
		margin-top: 5px;
		float: right;
	}
}
#infoBlock .infoBox {
	padding: 0 0 15px 0;
}
#infoBlock .infoBox:last-child {
	border-bottom: none;
}
#infoBlock .infoBox .infoDay {
	float: left;
	width: 90px;
	font-size: 70%;
}
@media screen and (max-width: 639px) {
	#infoBlock .infoBox .infoDay {
		float: none;
		width: 100%;
		line-height: 120%;
	}
}
#infoBlock .infoBox p {
    font-size: 90%;
    line-height: 140%;
	font-weight: 500;
}
#infoBlock .infoBox p a {
	color: #222;
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*リンクの形状*/
	padding: 0 0 5px;
	text-decoration: none;
	outline: none;
	display: block;
}
/*線の設定*/
#infoBlock .infoBox p a::before, #infoBlock .infoBox p a::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #ddd;
	width: 100%;
	height: 1px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}
/*hover時に伸びる線の形状*/
#infoBlock .infoBox p a::after {
	width: 0;
	background: #cc0000;
}
/*hover時に100%に伸びる*/
#infoBlock .infoBox p a:hover::after {
	width: 100%;
}
/* btnMore */
.btnMore {
	position: relative;
	display: inline-block;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 2px%;
}
.btnMore:hover {
	border: solid 1px #cc0000;
	transition: .3S;
	-webkit-transition: .3s;
}
.btnMore a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.btnMore:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #cc0000;
}
.btnMore .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.btnMore:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #cc0000;
}
/* bg
================================================== */
.bgGray {
	background-color: #F6F4F5;
}
.bgPh01 {
	background: url("../images/bgPh01.jpg")no-repeat center center;
	background-size: cover;
}
.bgFocus {
	position: relative;
}
.bgFocus .contentArea {
	position: relative;
	z-index: 1;
}
/* bgNmajiriArea */
#bgNmajiriArea {
	position: fixed;
	z-index: -1;
	width: 100%;
	top: 100px;
	left: 0;
}
#bgNmajiri {
	position: relative;
	margin: 3% auto 0;
	max-width: 1400px;
}
.vw {
	font-family: 'Roboto', sans-serif;
	font-size: 3060%;
	font-weight: bold;
	line-height: 80%;
	letter-spacing: -0.05em;
	color: #f5f5f5;
	padding-left: 1%;
}
.vw2 {
	font-family: 'Roboto', sans-serif;
	font-size: 667%;
	font-weight: bold;
	line-height: 113%;
	letter-spacing: -0.02em;
	position: absolute;
	top: 0;
	right: 3.2%;
	padding-top: 27.9%;
	border-bottom: solid 3px #f5f5f5;
	color: #f5f5f5;
}
@media screen and (max-width: 1400px) {
	.vw {
		font-size: 35vw;
	}
	.vw2 {
		font-size: 7.6vw;
	}
}
@media screen and (max-width: 639px) {
	.vw2 {
		border-bottom: solid 2px #efefef;
	}
}
/* topName
================================================== */
#topName {
	padding: 5% 1.5% 3% 0;
	width: 50%;
	margin: 0 auto;
	max-width: 320px;
}
@media screen and (max-width: 639px) {
	#topName {
		padding: 10% 2.5% 3% 0;
	}
}
/* titBox
================================================== */
.titBox {
	padding-top: 10%;
}
.titBox.tit01 {
	padding-top: 0;
}
.titBox h2 {
	font-size: 300%;
	text-align: center;
	color: #cc0000;
	padding-bottom: 2%;
}
.titBox h2.tit02 {
	font-size: 300%;
	text-align: center;
	color: #fff;
	padding-bottom: 2%;
}
.titBox h3 {
	font-size: 500%;
	text-align: center;
	font-weight: 700;
	line-height: 240%;
}
.titBox h4 {
	font-size: 160%;
	text-align: center;
	padding-bottom: 5%;
	line-height: 300%;
}
.titBox p {
	font-size: 1vw;
	text-align: center;
	padding-bottom: 2%;
}
@media screen and (max-width: 1000px) {
	.titBox h2 {
		font-size: 4.5vw;
	}
	.titBox h2.tit02 {
		font-size: 4.5vw;
	}
	.titBox h3 {
		font-size: 8vw;
	}
	.titBox h4 {
		font-size: 2.5vw;
	}
	.titBox p {
		font-size: 1vw;
	}
}
@media screen and (max-width: 639px) {
	.titBox h2 {
		font-size: 160%;
	}
	.titBox h2.tit02 {
		font-size: 160%;
	}
	.titBox h3 {
		font-size: 8vw;
	}
	.titBox h4 {
		text-align: left;
		font-size: 100%;
		line-height: 180%;
	}
	.titBox h4 br {
		display: none;
	}
	.titBox p {
		font-size: 80%;
	}
}
.bgPh01 .titBox h3 {
	color: #fff;
}
.bgPh01 .titBox h3.wLine:before, .bgPh01 .titBox h3.wLine:after {
	background-color: #fff;
}
.bgPh01 .titBox h4 {
	color: #fff;
}
/* contentArea
================================================== */
.contentArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 3% 5% 7%;
}
/* banArea
================================================== */
.banArea {
	padding: 3% 5% 7%;
}
/* banBlock */
.banBlock {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banBox {
	max-width: 23%;
	display: -webkit-box;
	display: flex;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px) {
	.banBox {
		max-width: 47.5%;
		margin: 0 0 5%;
	}
}
@media screen and (max-width: 700px) {
	.banBox {
		max-width: 90%;
		margin: 0 5% 10%;
	}
}
.banBox a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.banBox a:hover {
	color: #fff;
	background: #cc0000
}
.banBox a:hover .__ico {
	color: #fff;
}
.banBox a:hover .banImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.banImg {
	overflow: hidden;
}
.banImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.banTit {
	line-height: 140%;
	font-weight: 500;
}
.banTxt {
	padding: 5%;
	letter-spacing: 0;
}
@media screen and (max-width: 639px) {
	.banTxt {
		padding: 5% 3%;
	}
}

/* topicBlock */
.topicBlock {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.topicBox {
	max-width: 23%;
	display: -webkit-box;
	display: flex;
	text-align: left;
	background-color: #fff;
}
@media screen and (max-width: 700px) {
	.topicBox {
		max-width: 48%;
		margin-bottom: 4%;
	}
}
.topicBox a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.topicBox a:hover {
	color: #fff;
	background: #cc0000;
}
.topicBox a:hover .__ico {
	color: #fff;
}
.topicBox a:hover .topicImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.topicImg {
	overflow: hidden;
}
.topicImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.topicTit {
	line-height: 140%;
	font-weight: 500;
}
.topicTxt {
	padding: 5%;
	letter-spacing: 0;
}
@media screen and (max-width: 639px) {
	.topicTxt {
		padding: 16px 3%;
		font-size: 90%;
	}
}
#messageArea {
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	margin-bottom: 4%;
}
.messageImgBox {
	float: left;
	width: 50%;
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.messageImgBox {
		float: none;
		width: 100%;
	}
}
.messageImgBox:hover img {
	width: 100%;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.messageImgBox img {
	width: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, fill, content, opacity, -webkit-transform;
	transition-property: background, border, color, transform, fill, content, opacity;
	transition-property: background, border, color, transform, fill, content, opacity, -webkit-transform;
}
#messageTxtBox {
	float: right;
	width: 50%;
}
@media screen and (max-width: 700px) {
	#messageTxtBox {
		float: none;
		width: 100%;
	}
}
.messageTxtTitBox {
  padding: 2% 5%;
  border-bottom: 1px solid #b20000;
}
.messageTxtTitBox h3{
	font-size: 80%;
}
.messageTxtTitBox p{
	font-size: 130%;
	font-weight: 500;
}
.messageLeadBox {
  padding: 2% 5% 5%;
}
.messageLeadBox p{
  padding: 0 0 5%;
	line-height: 200%;
}
.messageBtn {
	position: relative;
	display: inline-block;
	border: solid 1px #222;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 2px%;
	background-color: #fff;
}
.messageBtn:hover {
	border: solid 1px #b20000;
	transition: .3S;
	-webkit-transition: .3s;
}
.messageBtn a {
	padding: 5px 25px 5px 35px;
	color: #222;
	display: block;
	font-size: 80%;
	font-weight: 500;
}
.messageBtn:hover a {
	transition: .3S;
	-webkit-transition: .3s;
	color: #fff;
	background-color: #b20000;
}
.messageBtn .btn-border:before {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
	font-family: 'Material Symbols Outlined';
	content: "\eaaa";
	-webkit-transform: translateX(10px) translateY(5px);
	transform: translateX(10px) translateY(5px);
}
.messageBtn:hover .btn-border:before {
	-webkit-transform: translateX(16px) translateY(5px);
	transform: translateX(16px) translateY(5px);
	color: #fff;
}
.contentBlock {
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
/* contentBtnArea */
#contentBtnArea {
	border-bottom: dotted 1px #ccc;
}
.contentBtn {
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	max-width: 48%;
	margin-bottom: 3.33%;
	display: -webkit-box;
	display: flex;
	text-align: left;
	background: #fff;
}
@media screen and (max-width: 700px) {
	.contentBtn {
		max-width: 48%;
		margin-bottom: 4%;
	}
}
.contentBtn a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.contentBtn a:hover {
	color: #fff;
	background: #cc0000;
}
.contentBtn a:hover .contentBtnImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.contentBtnImg {
	overflow: hidden;
	float: left;
	width: 40%;
}
@media screen and (max-width: 700px) {
	.contentBtnImg {
		float: none;
		width: 100%;
	}
}
.contentBtnImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.contentBtnTit {
	letter-spacing: 0;
	padding: 8.3% 5%;
	float: right;
	width: 50%;
	font-weight: 500;
}
@media screen and (max-width: 700px) {
	.contentBtnTit {
		padding: 26px 16px;
		float: none;
		width: 100%;
		font-size: 90%;
	}
}
/* contentBoxArea */
/*
#contentBoxArea {
	padding-top: 3.5%;
}
*/
.contentBox {
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
	max-width: 30%;
	margin-bottom: 3.33%;
	display: -webkit-box;
	display: flex;
	text-align: left;
	background: #fff;
}
@media screen and (max-width: 700px) {
	.contentBox {
		max-width: 48%;
		margin-bottom: 4%;
	}
}
.contentBox a {
	display: block;
	color: #222;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
.contentBox a:hover {
	color: #fff;
	background: #cc0000;
}
.contentBox a:hover .contentBoxImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.contentBoxImg {
	overflow: hidden;
}
.contentBoxImg img {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	width: 100%;
}
.contentBox:not(:nth-child(3n+3)) {
	margin-right: 5%;
}
@media screen and (max-width: 700px) {
	.contentBox:not(:nth-child(3n+3)) {
		margin-right: 0;
	}
	.contentBox:nth-child(2n) {
		margin-left: 4%;
	}
}
.contentBoxTit {
	letter-spacing: 0;
	padding: 26px 16px;
	font-weight: 500;
}
@media screen and (max-width: 700px) {
	.contentBoxTit {
		font-size: 90%;
	}
}
#sdgs {
	margin-bottom: 4%;
}
#sdgs .fLeft {
	width: 48.65%;
}
#sdgs .fRight {
	width: 47%;
	padding-top: 3%;
}
@media screen and (max-width: 639px) {
	#sdgs {
		background-color: #fff;
	}
	#sdgs .fLeft {
		padding-top: 2%;
		float: none;
		width: 100%;
	}
	#sdgs .fRight {
		float: none;
		width: 90%;
		background-color: #fff;
		padding: 0 5% 5%;
	}
}
#sdgs .fRight h3 {
	color: #fff;
	line-height: 140%;
	padding-bottom: 3%;
	font-weight: 500;
}
#sdgs .fRight p {
	color: #fff;
	line-height: 200%;
	padding-bottom: 3%;
}
@media screen and (max-width: 639px) {
	#sdgs .fRight h3 {
		color: #222;
	}
	#sdgs .fRight p {
		color: #222;
		line-height: 160%;
		padding-bottom: 5%;
	}
}
.futureTit {
	color: #fff;
	line-height: 140%;
	padding-bottom: 3%;
	font-weight: 500;
	text-shadow: #1a48af 1px 0 10px;
}
@media screen and (max-width: 639px) {
	.futureTit {
		padding: 10% 0 5%;
	}
}
/* topBanArea */
.topBanArea {
	max-width: 1090px;
	margin: 0 auto;
	padding: 4% 5% 0;
}
.banL {
}
@media screen and (max-width: 639px) {
	.topBanArea {
		padding: 7% 5% 0;
	}
	.banL {
		width: 90%;
		margin: 0 auto;
	}
}
/* l-inner */
.l-inner {
    margin: 4.5% auto 2%!important;
}
@media screen and (max-width: 639px) {
	.l-inner {
		margin: 7% auto 5.5%!important;
	}
}
