@charset "UTF-8";

.main {
	background: url(../images/index/main.jpg) center center no-repeat;
	background-size: cover;
	padding: 200px 0;
}

.main h2 {
	max-width: 750px;
	width: 90%;
	margin: 0 auto 60px auto;
	transform: skewX(25deg);
	padding: 40px 0;
	background-color: rgb(50 78 144 / 0.9);
}

.main h2 img {
	display: block;
	transform: skewX(-27deg);
	width: 480px;
	margin: 0 auto;
}

.main .bt {
	width: 240px;
	margin: 0 auto;
}

.main .bt a {
	display: block;
	padding: 10px 0;
	text-align: center;
	border-radius: 10px;
	background-color: rgb(255 255 255 / 0.9);
	font-weight: bold;
	color: #324e90;
	font-size: 14px;
	position: relative;
}

.main .bt a:after {
	content: '';
	display: block;
	width: 5px;
	height: 10px;
	background-image: url(../images/index/arrow.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: calc(50% - 3px);
}

.main .bt a:hover {
	background-color: rgb(255 255 255 / 1);
}

.top-news {
	padding: 70px 0 160px 0;
	position: relative;
}

.top-news .inner {
	display: flex;
	justify-content: space-between;
}

.top-news .inner .title {
	width: 20%;
	position: relative;
	padding-left: 50px;
}

.top-news .inner .news-list {
	width: 75%;
}

.news-release-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 30px 0;
  border-bottom: 1px solid #b3b3b3;
  line-height: 1.4;
}

.news-release-list li time {
  color: #666;
  font-size: 0.85rem;
  white-space: nowrap;
}


.top-news .title h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
}

.top-news .title span {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	display: block;
	color: #324e90;
	font-size: 35px;
	margin-bottom: 6px;
	line-height: 1;
}

.top-news .bt {
	font-size: 13px;
}

.top-news .bt a {
	border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 2px;
}

.top-news .title:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 25px solid #324e90;
	border-top: 0 solid transparent;
	border-bottom: 55px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.top-news .car,
.magazine-head .car {
	position: absolute;
	left: 80px;
	bottom: 0;
	width: 90px;
	/*animation: carRunLoop 30s linear infinite;*/
}

/* 右端で消えて、左に瞬間ワープして再スタート */
@keyframes carRunLoop {
	0% {
		left: 0;
		opacity: 1;
	}

	70% {
		left: calc(100% - 90px); /* 右端まで移動 */
		opacity: 1;
	}

	75% {
		left: calc(100% - 90px);
		opacity: 0; /* 右端でフェードアウト */
	}

	80% {
		left: 0;
		opacity: 0; /* 左端に瞬間移動 (見えない状態) */
	}

	85% {
		left: 0;
		opacity: 1; /* 左端で再びフェードイン */
	}

	100% {
		left: 0;
		opacity: 1;
	}
}



.top-about {
	background: url(../images/index/about-bg.jpg) no-repeat;
	background-size: cover;
	padding: 0;
}

.top-about-inner {
	background: #324e90;
	color: #fff;
	transform: skewX(27deg);
	padding: 120px 0;
	max-width: 800px;
}

.top-about-inner-box {
	transform: skewX(-27deg);
	width: 60%;
    margin: 0 auto;
	position: relative;
	left: 50px;
}

.top-about h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 20px;
}

.top-about p {
	margin-bottom: 25px;
}

.top-about .bt-style01 {
	width: 240px;
}

.top-service {
	padding: 130px 0;
	position: relative;
}

.top-service h3 {
	text-align: right;
	position: relative;
	padding-right: 50px;
}

.top-service h3:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 25px solid #324e90;
	border-top: 0 solid transparent;
	border-bottom: 55px solid transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.top-service li {
	width: 48%;
	position: relative;
	margin-top: -100px;
}

.top-service li:nth-child(2) {
	margin: 0 0 0 auto;
	margin-top: -200px;
}

.top-service li:nth-child(3) {
	margin-top: -100px;
}

.top-service h3 {
	color: #324e90;
}

.top-service li h4 {
	font-size: 13px;
	color: #999999;
	position: relative;
	top: -30px;
}

.top-service li h4 span {
	display: inline-block;
	font-size: 32px;
	color: #324e90;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 6px;
	position: relative;
}

.top-service li h4 span:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../images/index/arrow2.svg);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	right: -40px;
	top: 3px;
}

.top-service li a:hover {
	opacity: 0.7;
}

.triangle02 {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-right: 360px solid #ebf4ff;
	border-top: 0 solid transparent;
	border-bottom: 800px solid transparent;
}

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.web-magazine .slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: 100;
}

.web-magazine .prev-arrow {
	left: 30px;
	transform: rotate(180deg);
}

.web-magazine .next-arrow {
	right: 30px;
	
}

.web-magazine {
	padding: 80px 0;
	background: #e6e6e6;
	overflow: hidden;
	position: relative;
}

.triangle03 {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-left: 360px solid #324e90;
	border-top: 0 solid transparent;
	border-bottom: 800px solid transparent;
}

.triangle04 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-right: 360px solid #324e90;
	border-bottom: 0 solid transparent;
	border-top: 800px solid transparent;
}

.web-magazine h3 {
	width: 300px;
	margin: 0 auto 80px auto;
}

.magazine-grid {
	margin-bottom: 30px;
}

.magazine-thumbnail {
	position: relative;
}

.magazine-thumbnail img {
	border-radius: 20px 20px 0 0;
}

.magazine-item {
	background: #fff;
	border-radius: 20px;
	padding-bottom: 30px;
	transition: .15s;
}

.magazine-item:hover {
	opacity: 0.7;
}

.magazine-title {
	font-size: 19px;
	color: #324e90;
	font-weight: bold;
	margin-bottom: 10px;
	width: 85%;
	margin: 30px auto 10px auto;
}

.magazine-excerpt {
	width: 85%;
	margin: 0 auto 15px auto;
}

.magazine-thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.magazine-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.magazine-item .bt {
	text-align: center;
	font-size: 13px;
	color: #324e90;
}

.magazine-item .bt span {
	border-bottom: 1px dotted #324e90;
	padding: 0 10px 4px 10px;
}


.top-recruit {
	padding: 80px 0 100px 0;
	background: #ebf4ff;
}

.top-recruit h3 {
	color: #324e90;
	position: relative;
	padding-left: 50px;
}

.top-recruit h3:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 25px solid #324e90;
	border-top: 0 solid transparent;
	border-bottom: 55px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.top-recruit-inner {
	padding: 50px;
	margin-left: calc((100vw - 1050px) / 2);
	border-radius: 20px 0 0 20px;
	background: url(../images/index/recruit-bg.jpg) right no-repeat #fff;
	background-size: auto 100%;
	margin-bottom: 60px;
}

@media screen and (max-width:1280px){
	.top-recruit-inner {
		        background-position: 120% 0;
	}
	
}

.top-recruit-inner p {
	width: 420px;
	margin-bottom: 60px;
}

.mb0 {
	margin-bottom: 0!important;
}

.top-recruit-inner dl {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	width: 600px;
}

.top-recruit-inner dt {
	font-weight: bold;
	font-size: 19px;
	color: #324e90;
	width: 15em;
}

.top-recruit-inner dd {
	
}

.mail-bt {
	
}

.mail-bt a {
	display: flex;
	justify-content: space-between;
    align-items: center;
	background: #324e90;
	color: #fff;
	border-radius: 20px;
	padding: 60px;
}

.mail-bt a:hover {
	opacity: 0.7;
}

.mail-bt .mail-icon {
	width: 140px;
}

.mail-bt h3 {
	color: #fff;
	margin-bottom: 0;
	position: relative;
}

.mail-bt h3:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-right: 25px solid #fff;
	border-top: 0 solid transparent;
	border-bottom: 55px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
}

.mail-bt p {
	font-size: 19px;
	font-weight: bold;
}




.folder {
  position: relative;
  width: 260px;          /* 横幅お好みで */
  height: 160px;         /* 高さお好みで */
  background: #e6e6e6;   /* グレー */
  border-radius: 18px;   /* 本体の角丸 */
}

/* タブ部分 */
.folder::before {
  content: "";
  position: absolute;
  left: 0;
  top: -28px;            /* 本体より少し上に出す */
  width: 140px;          /* タブの横幅 */
  height: 50px;          /* タブの高さ */
  background: #e6e6e6;
  border-radius: 18px 18px 0 0;  /* 上だけ角丸 */
}




















