@charset "UTF-8";
/* CSS Document */
header.index {
}
.wrap-fv {
  position: relative;
	overflow: hidden;
}
.wrap-fv::before {
	content: '';
	background: url(/dsanj/common/img/index_fv.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	min-height: 600px;
	height: 80vh;
  position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
h1.heading-catch {
	color: var(--blue);
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 4.8rem;
	line-height: 1.5;
	position: relative;
	margin-left: 36%;
	display: flex;
	align-items: center;
	min-height: 600px;
	height: 80vh;
	}
@media (min-width: 960px) and (max-width: 1920px) {
h1.heading-catch {
font-size: calc(3rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (48 - 30) / (1920 - 960)));
	}
}
@media print, screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
	.wrap-fv::before {
		background: url(/dsanj/common/img/index_fv_sp.jpg) no-repeat;
		background-position: center;
		background-size: cover;
		position: relative;
		display: block;
		height: 42rem;
		min-height: inherit;
	}
	h1.heading-catch {
		font-size: 8vw;
		justify-content: center;
		text-align: center;
		margin-left: 0;
		min-height: inherit;
		height: auto;
		padding: 1em 0;
	}
}

/* topics
-------------------------------------------------*/
.wrap-topics {
	position: relative;
	padding-top: 8rem;
}
.wrap-topics::before {
	content: '';
	width: 100%;
	height: 50%;
	min-height: 24rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg,rgba(200, 228, 240, 1) 0%, rgba(229, 215, 243, 1) 100%);
	z-index: -1;
}
.wrap-topics section {
	max-width: var(--con-m);
	width: calc(100% - 16vw);
	background: var(--white);
	margin: 0 auto 26rem;
	padding: 0 6vw;
}
.wrap-topics h2 {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 4.8rem;
	text-align: center;
	padding-top: 7rem;
	position: relative;
	letter-spacing: .15em;
}
.wrap-topics h2::before {
	content: '';
	background: var(--black);
	display: block;
	width: 1px;
	height: 14rem;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -8rem;
}
.list-topics {
	max-width: var(--con-s);
	margin: 2rem auto 4rem;
}
@media screen and (max-width: 767px) {
	.wrap-topics section {
		width: calc(100% - 2em);
		padding: 0 2em;
		margin-bottom: 10rem;
	}
.wrap-topics h2 {
	font-size: 3rem;
	}
}

.wrap-about {
	position: relative;
	max-width: var(--con-l);
	width: calc(100% - 4vw);
	margin: auto;
	padding: 10rem 0 10rem;
}
.wrap-about::before,
.wrap-about::after {
	content: '';
	width: 50vw;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.wrap-about::before {
	background: url(/dsanj/common/img/index_about.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 50%;
	left: -50vw;
	top: -10rem;
}
.wrap-about::after {
	margin-right: 50%;
	right: -50vw;
	background: rgba(var(--blue-rgb), .3);
}
.wrap-about section {
	background: var(--white);
	max-width: 96rem;
	min-width: 60rem;
	width: 65%;
	margin: 0 0 10rem auto;
	padding:  0 5% 6rem;
	text-align: center;
}
.wrap-about h2 {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 4.8rem;
	text-align: center;
	padding-top: 7rem;
	position: relative;
	letter-spacing: .15em;
}
.wrap-about h2::before {
	content: '';
	background: var(--black);
	display: block;
	width: 1px;
	height: 15rem;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -10rem;
}
.list-about {
	display: flex;
	justify-content: center;
	gap: 2px;
	margin: 4rem 0;
}
.list-about li {
	background: rgba(var(--blue-rgb), .15);
	margin-bottom: 0 !important;
	width: 33%;
	max-width: 200px;
	padding: .25em 0 .75em;
}
.list-about p {
	line-height: 1.5;
}
.about-number {
	font-size: 3.2rem;
}
.about-number span {
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-size: 1.5em;
}
@media screen and (max-width: 767px) {
	.wrap-about {
		width: 100%;
	}
	.wrap-about::before {
		position: relative;
		left: -1em;
		margin: 0;
		display: block;
		width: 90%;
		height: 32rem;
	}
	.wrap-about::after {
		width: 90%;
		height: calc(100% - 32rem);
		right: -1em;
		bottom: 0;
		margin: auto 0 0;
	}
	.wrap-about section {
		width: 95%;
		min-width: inherit;
		padding: 0 1em 2em;
		margin: 0 auto 0 0;
	}
.wrap-about h2 {
	font-size: 3rem;
	}
	.list-about {
		align-items: center;
		flex-direction: column;
	}
	.list-about li {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.list-about p:last-child {
		margin: auto;
	}
	.about-number {
		font-size: 2.2rem;
	}
}

/*　アニメーション　*/
/* ============================================ */
@media screen and (min-width: 768px) {
/* 表示されているスライドのテキスト */
.wrap-anime  {
  opacity: 0;
}
/*.wrap-fadein,*/
.active.wrap-fadein {
  animation-duration: 1.6s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  opacity: 1;
}
/* アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*.wrap-fadein-under,*/
.active.wrap-fadein-under {
  animation-delay: .3s;
  animation-duration: .6s;
  animation-fill-mode: both;
  animation-name: fadeInUnder;
  opacity: 1;
}
/* アニメーション */
@keyframes fadeInUnder {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
}

/*print CSS
-------------------------------------------------*/
@media print {
  .wrap-fv {
  }
}
