@charset "utf-8";

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.mainimg .swiper {
	width: 100%;
	height: auto;
}
.mainimg .swiper-slide {
	position: relative;
}
.mainimg .swiper-slide div {
	position: absolute;
	top: 161px;
	left: 0;
	right: 0;
	width: 1140px;
	margin: 0 auto;
}
.mainimg .swiper-slide img {
	display: block;
	width: 100%;
	height: 850px;
	object-fit: cover;
}
.mainimg .swiper-slide div h1 {
	margin-bottom: 93px;
	color: #fff;
	font-size: 7.2rem;
	line-height: 1.35;
	font-weight: bold;
	letter-spacing: -.03em;
	text-shadow: 0 0 12px rgba(0,0,0,.5);
}
.mainimg .swiper-slide div h1 span {
	display: block;
	margin-top: 25px;
	font-family: "Montserrat", sans-serif;
	font-size: 2.3rem;
	font-weight: 600;
	letter-spacing: .05em;
	text-shadow: 0 0 6px rgba(0,0,0,.5);
}
.mainimg .swiper-slide div h1::before {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	margin-bottom: 93px;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.mainimg .swiper-slide div a {
	position: relative;
	display: inline-block;
	padding: 14px 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .075em;
}
.mainimg .swiper-slide div a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -80px;
	width: 63px;
	height: 63px;
	background: url(/shared/img/arrow_r63.svg) no-repeat 0 0 / cover;
}
/* スライド2枚目 */
.mainimg .swiper-slide div.second h1::before {
	content: none;
}
/* ページネーション */
.mainimg .swiper-horizontal > .swiper-pagination-bullets,
.mainimg .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 50px;
}
.mainimg .swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #92a0b0);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.mainimg .swiper-pagination-bullet-active {
	background: var(--swiper-pagination-bullet-inactive-color, #e50041);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
@media print, screen and (min-width: 768px) {
	.mainimg .swiper-slide div a {
		transition: .3s ease-in-out;
	}
	.mainimg .swiper-slide div a:hover {
		opacity: .5;
	}
	/* スライド2枚目 */
	.mainimg .swiper-slide.ss02 {
		background-color: #051d3b;
	}
	.mainimg .swiper-slide.ss02 img.pc {
		width: 1920px;
		height: 850px;
		margin: 0 auto;
		object-fit: none;
	}
	.mainimg .swiper-slide div.second {
		top: 221px;
	}
	.mainimg .swiper-slide div.second::after {
		content: "";
		display: block;
		clear: both;
	}
	.mainimg .swiper-slide div.second h1 {
		margin-bottom: 108px;
		margin-left: 92px;
		font-size: 5.8rem;
		line-height: 1.4;
		letter-spacing: .03em;
	}
	.mainimg .swiper-slide div.second a {
		position: relative;
		display: block;
		float: right;
		width: 330px;
		height: 65px;
		padding: 0px 65px 2px 0;
		border-bottom: none;
		font-size: 0;
		line-height: 0;
	}
	.mainimg .swiper-slide div.second a::after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 30px;
		width: 65px;
		height: 65px;
		background: url(/shared/img/arrow_r65.svg) no-repeat 0 0 / cover;
	}
	.mainimg .swiper-slide div.second a img {
		width: 213px ;
		height: 63px;
	}
	/* スライド3枚目 */
	.mainimg .swiper-slide div.third h1 {
		margin-bottom: 85px;
		margin-left: 635px;
		color: #000;
		font-size: 5.8rem;
		line-height: 1.5;
		letter-spacing: .05em;
		text-shadow: none;
	}
	.mainimg .swiper-slide div.third h1 i {
		display: inline-block;
		margin-left: -.2em;
		margin-right: -.2em;
	}
	.mainimg .swiper-slide div.third h1::before {
		margin-bottom: 89px;
	}
	.mainimg .swiper-slide div.third a {
		margin-left: 635px;
		border-bottom: 1px solid #b7c0ca;
		color: #000;
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg .swiper-slide img {
		width: 100%;
		height: auto;
	}
	.mainimg .swiper-slide div {
		top: 8.5%;
		left: 7.5%;
		right: auto;
		width: 92%;
		margin: 0;
	}
	.mainimg .swiper-slide div h1 {
		margin-bottom: 30px;
		color: #000;
		font-size: 3.1rem;
		letter-spacing: -.05em;
		text-shadow: none;
	}
	.mainimg .swiper-slide div h1 span {
		margin-top: 17px;
		font-size: 1rem;
		text-shadow: none;
	}
	.mainimg .swiper-slide div h1::before {
		width: 100px;
		margin-bottom: 30px;
	}
	.mainimg .swiper-slide div a {
		margin-left: 1.5%;
		padding: 8px 0 6px;
		border-bottom: 1px solid #b7c0ca;
		color: #000;
		font-size: 1.7rem;
		letter-spacing: .065em;
	}
	.mainimg .swiper-slide div a::after {
		top: 0;
		right: -50px;
		width: 40px;
		height: 40px;
		background: url(/shared/img/arrow_r40.svg) no-repeat 0 0 / cover;
	}
	/* スライド2枚目 */
	.mainimg .swiper-slide div.second {
		top: 16.5%;
		left: 9.5%;
	}
	.mainimg .swiper-slide div.second h1 {
		margin-bottom: 10px;
		color: #fff;
		font-size: 3.3rem;
		line-height: 1.2;
		letter-spacing: .03em;
	}
	.mainimg .swiper-slide div.second a.sp {
		display: inline-block !important;
		color: #fff;
	}
	/* スライド3枚目 */
	.mainimg .swiper-slide div.third h1 {
		margin-bottom: 20px;
		letter-spacing: .03em;
	}
	/* ページネーション */
	.mainimg .swiper-horizontal > .swiper-pagination-bullets,
	.mainimg .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 10px;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsBox li {
	position: relative;
}
.contentsBox li a {
	display: block;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
	color: #000;
	text-decoration: none;
}
.contentsBox li img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.contentsBox li h2 {
	position: absolute;
	top: 56px;
	left: 53px;
	width: calc(100% - 53px);
	font-weight: 500;
	line-height: 1;
}
.contentsBox li h2 span {
	display: block;
	margin-bottom: 6px;
	font-family: "Montserrat", sans-serif;
	font-size: 3rem;
	font-weight: 600;
}
.contentsBox li:nth-child(4) h2 span {
	letter-spacing: -.04em;
}
.contentsBox li h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 13px;
	left: -53px;
	width: 46px;
	height: 3px;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.contentsBox li h2::after {
	content: "";
	display: block;
	position: absolute;
	top: 6%;
	right: 8%;
	width: 41px;
	height: 41px;
	background: url(/shared/img/arrow_r57.svg) no-repeat 0 0 / cover;
}
@media print, screen and (min-width: 768px) {
	/* .parallaxbg {
		height: 2150px;
		padding-bottom: 130px;
	} */
	.parallaxbg {
		height: 100%;
		background: url(../img/parallaxbg.jpg) no-repeat center 100px / cover;
		background-attachment: fixed !important;
		padding: 170px 0 130px;
	}
	.contentsBox {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
		width: 100%;
		min-width: 1240px;
		padding: 0 30px 130px;
	}
	.contentsBox li {
		width: calc(calc(100% - 60px) / 3);
	}
	.contentsBox li a {
		transition: .3s ease-in-out;
	}
	.contentsBox li a:hover {
		opacity: .5;
	}
}
@media print, screen and (min-width: 1300px) {
	.contentsBox li h2::after {
		right: 9%;
	}
}
@media print, screen and (min-width: 1350px) {
	.contentsBox li h2::after {
		right: 10%;
	}
}
@media print, screen and (min-width: 1400px) {
	.contentsBox li h2::after {
		right: 11%;
	}
}
@media print, screen and (min-width: 1600px) {
	.contentsBox li h2 {
		top: 67px;
		left: 65px;
		width: calc(100% - 65px);
	}
	.contentsBox li h2 span {
		margin-bottom: 8px;
		font-size: 3.6rem;
	}
	.contentsBox li h2::before {
		top: 17px;
		left: -65px;
		width: 56px;
	}
	.contentsBox li h2::after {
		top: 6.5%;
		right: 12%;
		width: 49px;
		height: 49px;
	}
}
@media print, screen and (min-width: 1800px) {
	.contentsBox li h2 {
		top: 78px;
		left: 75px;
		width: calc(100% - 75px);
	}
	.contentsBox li h2 span {
		margin-bottom: 9px;
		font-size: 4.2rem;
	}
	.contentsBox li h2::before {
		top: 20px;
		left: -75px;
		width: 65px;
	}
	.contentsBox li h2::after {
		top: 7%;
		right: 13%;
		width: 57px;
		height: 57px;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsHome > * {
		position: relative;
		z-index: 1;
	}
	.mainimg {
		z-index: 2;
	}
	.parallaxbg {
		padding: 50px 0;
	}
	.parallaxbg:before {
		content: "";
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: -1;
		width: 100%;
		height: 100vh;
		background: url(../img/parallaxbg_sp.jpg) no-repeat 0 50px / 100% auto;
	}
	.contentsBlock {
		padding: 0 5%;
	}
	.contentsBox {
		margin-bottom: 50px;
	}
	.contentsBox li:not(:last-child) {
		margin-bottom: 20px;
	}
	.contentsBox li h2 {
		top: 36px;
		left: 31px;
		width: calc(100% - 31px);
		font-size: 1.5rem;
	}
	.contentsBox li h2 span {
		margin-bottom: 4px;
		font-size: 3.1rem;
	}
	.contentsBox li h2::before {
		top: 14px;
		left: -31px;
		width: 26px;
	}
	.contentsBox li h2::after {
		top: 72px;
		right: auto;
		left: 0;
		width: 40px;
		height: 40px;
		background: url(/shared/img/arrow_r40.svg) no-repeat 0 0 / cover;
	}
	.footer {
		position: relative;
		z-index: 1;
		background-color: #fff;
	}
}
@media screen and (max-width: 359px) {
	.contentsBox li:nth-child(4) h2 span {
		letter-spacing: -.06em;
	}
}

/* ------------------------------
 ニュース（PC）
------------------------------ */
.newsBox h2 {
	position: relative;
	margin-bottom: 45px;
	line-height: 1;
	font-weight: 500;
}
.newsBox h2 span {
	display: block;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: -.025em;
}
.newsBox h2::before {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	margin-bottom: 41px;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.newsBox h2 a {
	display: block;
	position: absolute;
	top: 52px;
	right: 0;
}
@media print, screen and (min-width: 768px) {
	.newsBox {
		display: flex;
		gap: 48px;
		margin-bottom: 80px;
	}
	.newsBox > div {
		width: 548px;
	}
	.newsBox h2 a {
		transition: .3s ease-in-out;
	}
	.newsBox h2 a:hover  {
		opacity: .5;
	}
}
/* ------------------------------
 ニュース（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBox {
		width: 100%;
	}
	.newsBox h2 {
		margin-bottom: 29px;
		font-size: 1.5rem;
	}
	.newsBox h2 span {
		margin-bottom: 6px;
		font-size: 3.1rem;
	}
	.newsBox h2::before {
		width: 100px;
		margin-bottom: 28px;
	}
	.newsBox h2 a {
		top: 34px;
		width: 40px;
		height: 40px;
	}
	.newsList {
		margin-bottom: 50px;
	}
}

/* ------------------------------
 重要なお知らせ（PC）
------------------------------ */
.notices {
	padding: 48px 80px 41px;
	background-color: rgba(0,61,145,.05);
}
.notices h2 {
	position: relative;
	font-size: 2.3rem;
	font-weight: bold;
}
.notices h2::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -80px;
	width: 65px;
	height: 3px;
	margin-bottom: 41px;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.notices .ntext a {
	display: block;
}
@media print, screen and (min-width: 768px) {
	.notices {
		display: flex;
		align-items: center;
	}
	.notices h2 {
		width: 215px;
	}
	.notices .date {
		width: 110px;
		padding-top: 4px;
	}
	.notices .ntext {
		width: 655px;
		margin-top: 0;
	}
	.notices .ntext a {
		position: relative;
		line-height: 51px;
	}
	.notices .ntext a::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 51px;
		height: 51px;
		background: url(/shared/img/arrow_r51.svg) no-repeat 0 0 / cover;
	}
}
/* ------------------------------
 重要なお知らせ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.notices {
		padding: 40px 31px 36px;
	}
	.notices h2 {
		margin-bottom: 20px;
		font-size: 2rem;
		line-height: 1;
	}
	.notices h2::before {
		top: 11px;
		left: -31px;
		width: 26px;
	}
}

/* ------------------------------
 注目のコンテンツ（PC）
------------------------------ */
.pickupbg {
	width: 100%;
	padding: 96px 0 112px;
	background: url(/shared/img/pickupbg.jpg) no-repeat center center / cover;
}
.pickupBlock h2 {
	position: relative;
	margin-top: 28px;
	line-height: 1;
	font-weight: 500;
}
.pickupBlock h2 span {
	display: block;
	margin-bottom: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 4.2rem;
	font-weight: 600;
	letter-spacing: -.025em;
}
.pickupBlock h2::before {
	content: "";
	display: block;
	width: 200px;
	height: 3px;
	margin-bottom: 41px;
	background: rgba(224,0,71,1);
	background: linear-gradient(90deg, rgba(224,0,71,1) 0%, rgba(0,102,255,1) 100%);
}
.pickupBox .swiper {
	padding: 28px 0;
}
/* 次・前 */
.pickupBox .swiper-button-next,
.pickupBox .swiper-button-prev {
	color: #fff;
}
.pickupBox .swiper-button-next:after,
.pickupBox .swiper-button-prev:after {
	text-shadow: 0 0 3px rgba(0,0,0,.4);
}
/* ページネーション */
.pickupBox .swiper-horizontal > .swiper-pagination-bullets,
.pickupBox .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -7px;
}
.pickupBox .swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #92a0b0);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .5);
}
.pickupBox .swiper-pagination-bullet-active {
	background: var(--swiper-pagination-bullet-inactive-color, #e50041);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
@media print, screen and (min-width: 768px) {
	.pickupBlock {
		display: flex;
		justify-content: space-between;
	}
	.pickupBox {
		width: 810px;
	}
	.pickupBox .swiper-slide {
		background-color: #fff;
	}
	.pickupBox .swiper-slide a {
		transition: .3s ease-in-out;
	}
	.pickupBox .swiper-slide a:hover {
		opacity: .7;
	}
	.pickupBox .swiper-slide img {
		display: block;
		width: 250px;
		height: 180px;
		object-fit: cover;
	}
	/* 次・前 */
	.pickupBox .swiper-button-next:after,
	.pickupBox .swiper-button-prev:after {
		font-size: 23px;
	}
	/* ページネーション */
	.pickupBox .swiper-pagination {
		text-align: left;
	}
}
/* ------------------------------
 注目のコンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.pickupbg {
		width: 100%;
		padding: 50px 5% 60px;
		background: url(/shared/img/pickupbg_sp.jpg) no-repeat 0 0 / cover;
	}
	.pickupBlock h2 {
		margin-top: 0;
		font-size: 1.5rem;
	}
	.pickupBlock h2 span {
		margin-bottom: 6px;
		font-size: 3.1rem;
	}
	.pickupBlock h2::before {
		width: 100px;
		margin-bottom: 28px;
	}
	/* 次・前 */
	.pickupBox .swiper-button-next:after,
	.pickupBox .swiper-button-prev:after {
		font-size: 22px;
	}
}

/* ------------------------------
 フッター
------------------------------ */
.footer {
	border-top: none;
}