@charset "utf-8";

/* ------------------------------
 背景装飾
------------------------------ */
@media print, screen and (min-width: 767px) {
	main:before {
		content: "";
		width: 50%;
		height: 355px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	main:after {
		content: "";
		width: 48%;
		height: 1000px;
		display: block;
		position: absolute;
		top: 405px;
		right: 0;
		z-index: 10;
	}
	.news-bg{
		position: relative;
	}
	.news-bg:before{
		content: "";
		width: 50%;
		height: 570px;
		display: block;
		position: absolute;
		bottom: 5px;
		left: 0;
		z-index: 10;
	}
}
@media print, screen and (min-width:768px) and ( max-width:1469px) {
	main:before {
		background: url(../../img/decoration_left.png) no-repeat left calc(50% - 30px) top 0;
	}
	main:after {
		background: url(../../img/decoration_right.png) no-repeat left calc(50% + 80px) top 0;
	}
	.news-bg:before {
		background: url(../../img/decoration_left.png) no-repeat left calc(50% - 30px) bottom 0;
	}
}
@media print, screen and (min-width: 1470px) {
	main:before {
		background: url(../../img/decoration_left.png) no-repeat 0 0;
	}
	main:after {
		background: url(../../img/decoration_right.png) no-repeat right 0 top 0;
	}
	.news-bg:before {
		background: url(../../img/decoration_left.png) no-repeat left 0 bottom 0;
	}
}
@media print, screen and (max-width: 767px) {
	.mainimg:before {
		content: "";
		width: 43%;
		height: 100px;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	.mainimg:after {
		content: "";
		width: 50%;
		height: 235px;
		display: block;
		position: absolute;
		top: 165px;
		right: 0;
		z-index: 10;
	}
	.news-bg:before{
		content: "";
		width: 30%;
		height: 145px;
		display: block;
		position: absolute;
		top: -180px;
		left: 0;
		z-index: 1;
	}
	.news-bg{
		position: relative;
	}
	.mainimg:before {
		background: url(../img/decoration_left_sp.png) no-repeat 0 0 / 153px auto;
	}
	.mainimg:after {
		background: url(../img/decoration_right_sp.png) no-repeat right 0 top 0 / 135px auto;
	}
	.news-bg:before {
		background: url(../img/decoration_left_sp.png) no-repeat left 0 bottom 0 / 153px auto;
	}
}
/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.mainimg .swiper {
	width: 100%;
	height: auto;
}
.mainimg .swiper-slide {
	position: relative;
}
.mainimg .swiper-slide img {
	display: block;
	width: 100%;
	height: 980px;
	object-fit: cover;
}
.h1-block {
	width: 1140px;
	text-align: center;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 30;
}
.h1-block h1 {
	text-align: center;
	margin-bottom: 63px;
	color: #000033;
	font-size: 4.8rem;
	line-height: 1.35;
	font-weight: bold;
}
.h1-block h1 span {
	display: block;
	margin-top: 20px;
	font-family: 'Arimo', sans-serif;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: .05em;
}
.h1-block p {
	width: 350px;
	margin: 0 20px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
}
.h1-block a {
	width: 350px;
	line-height: 96px;
	padding-right: 10px;
	border-radius: 50px;
	position: relative;
	display:block;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: .075em;
	text-align: center;
	background: #e50000 url(../img/arrow_white.svg) no-repeat right 25px center / 42px 42px;
	transition: .3s ease-in-out;
}
.h1-block p:last-child a{
	background: #003f8d url(../img/arrow_white.svg) no-repeat right 25px center / 42px 42px;
}
@media screen and (min-width: 768px) {
	.h1-block a:hover {
		opacity: 0.7;
	}
}
/* ページネーション */
.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, #fff);
	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-pagination-bullet {
		width: 11px;
		height: 11px;
	}
	.mainimg .swiper-slide div a {
		transition: .3s ease-in-out;
	}
	.mainimg .swiper-slide div a:hover {
		opacity: .5;
	}
	.mainimg .swiper-slide div.second h1 {
		margin-bottom: 108px;
		margin-left: 92px;
		font-size: 5.8rem;
		line-height: 1.4;
		letter-spacing: .03em;
	}
}
/* ------------------------------
 ズームアウト
------------------------------ */
/* Animation */
@keyframes zoomDown {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes paginationProgressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.swiper-bg {
  overflow: hidden;
}
.swiper-slide-active-prev .swiper-bg img,
.swiper-slide-active .swiper-bg img {
  animation: zoomDown 10s linear 0s 1 normal both;
}
.swiper-button-prev.swiper-button-disabled-user,
.swiper-button-next.swiper-button-disabled-user {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination-not-clickable {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-button-next,
.swiper-button-prev{
  display: none !important;
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg{
		height: 540px;
		position: relative;
	}
	.mainimg .swiper {
		height: 540px;
	}
	.mainimg .swiper-slide img {
		width: 100%;
		height: auto;
	}
	/* ページネーション */
	.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);
	}
	.mainimg .swiper-horizontal > .swiper-pagination-bullets,
	.mainimg .swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 10px;
	}
	.h1-block {
		width: 90%;
		top: 43%;
	}
	.h1-block h1 {
		font-size: 2.2rem;
		margin-bottom: 30px;
	}
	.h1-block h1 span {
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.h1-block p {
		width: 280px;
		margin: 0 auto;
		margin-bottom: 12px;
	}
	.h1-block a {
		width: 280px;
		line-height: 70px;
		padding-right: 10px;
		font-size: 1.8rem;
		background: #e50000 url(../img/arrow_white.svg) no-repeat right 25px center / 33px 33px;
	}
	.h1-block p:last-child a{
		background: #003f8d url(../img/arrow_white.svg) no-repeat right 25px center / 33px 33px;
	}
}

/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsBlock{
	z-index: 50;
	position: relative;
}
.news-bg {
	background: #ebf0f8;
}
@media print, screen and (min-width: 768px) {
	.news-bg {
		padding: 135px 0 110px;
	}
}

/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimg {
		z-index: 2;
	}
	.news-bg {
		padding: 50px 0 10px;
	}
	.contentsBlock {
		padding: 0 5%;
	}
	.footer {
		position: relative;
		z-index: 1;
		background-color: #fff;
	}
}

/* ------------------------------
 ニュース（PC）
------------------------------ */
.newsBox {
	width: 1020px;
	margin: 0 auto;
	z-index: 30;
	position: relative;
}
.newsBox h2 {
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	font-size: 4.6rem;
	font-weight: 600;
	letter-spacing: -.025em;
	color: #000033;
	margin-bottom: 25px;
}
.newsList {
	border-top: 2px solid #000033;
}
/* ------------------------------
 ニュース（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBox {
		width: 100%;
	}
	.newsBox h2 {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	.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）
------------------------------ */
.newsList {
	border-top: 2px solid #000000;
}
.newsList li {
	display: flex;
	flex-wrap: wrap;
	padding: 32px 0 33px;
	border-bottom: 1px dotted #000000;
	align-items: center;
}
.date {
	width: 95px;
	color: #9999ad;
	font-family: "Montserrat", sans-serif;
	font-family: "Arial", sans-serif;
	line-height: 24px;
	font-weight: bold;
}
.cate {
	width: 110px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	border-radius: 50px;
	font-size: 1.2rem;
	text-align: center;
}
.cate.newgrads {
	background: #e50000;
}
.cate.career {
	background: #003f8d;
}
.ntext {
	width: 815px;
	padding-left: 12px;
}
@media print, screen and (min-width: 768px) {
	.ntext {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ntext a {
		transition: .3s ease-in-out;
	}
	.ntext a:hover {
		opacity: .5;
	}
}
/* ------------------------------
 ニュース一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		width: 100%;
	}
	.newsList li {
		padding: 24px 0;
	}
	.date {
		width: 85px;
	}
	.cate {
		height: 22px;
		line-height: 22px;
		font-size: 1.2rem;
	}
	.ntext {
		padding-left: 0;
		margin-top: 5px;
	}
}