/*==================================
メインビジュアルの個別設定
==================================*/
#ContMainSlider {
	background: url(../img/about_header_202405.jpg) no-repeat center center;
	background-size: cover;
}

#ContMainSlider .ContMainTitleBG {
	background: -webkit-linear-gradient(left, rgba(30, 92, 128, 0.8) 0%, rgba(30, 92, 128, 0) 100%);
	background: linear-gradient(to right, rgba(30, 92, 128, 0.8) 0%, rgba(30, 92, 128, 0) 100%);
}

/*==================================
ページコンテンツの設定
==================================*/
.sso60th_wrap {}

/* MV */
.sso60th_wrap .sso60th_mv {
	margin: 30px 0;
	text-align: center;
}

/* リードテキスト */
.sso60th_wrap .lead {
	max-width: 1000px;
	padding: 0 20px 100px;
	margin: auto;
}

.sso60th_wrap .lead .text {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	font-size: 1.2em;
	line-height: 2;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .lead .text {
		font-size: 0.9em;
		line-height: 2;
		letter-spacing: 0.02em;
		font-feature-settings: "palt";
	}
}

.sso60th_wrap .lead .logo {
	width: 100%;
	max-width: 250px;
	margin: 30px auto;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .lead .logo {
		max-width: 200px;
	}
}

.sso60th_wrap .lead .caption {
	font-size: 0.80em;
	text-align: right;
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .lead .caption {
		font-size: 0.65em;
		text-align: center;
	}
}

/*===============================
メッセージ
===============================*/
.sso60th_wrap .message {
	padding: 80px 0;
	background-color: #F2F2F2;
	margin: auto;
	position: relative;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message {
		padding: 80px 0 40px;
	}
}

.sso60th_wrap .message::before {
	content: "";
	width: 150px;
	height: 150px;
	background-image: url(../../60th/img/sso_symbol.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.1;
}

.sso60th_wrap .message .inner_box {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .inner_box {
		box-sizing: border-box;
	}
}

.sso60th_wrap .message .title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.05em;
	color: #1E5C80;
	padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .title {
		font-size: 1.4em;
	}
}

.sso60th_wrap .message .title span {
	font-family: 'Lora', serif;
	font-size: 0.38em;
	display: block;
	padding-top: 15px;
	font-weight: 400;
	color: #999;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .title span {
		font-size: 0.5em;
	}
}

.sso60th_wrap .message .lead_text {
	font-size: 0.85em;
	line-height: 1.65;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .lead_text {
		font-size: 0.8em;
	}
}

/* リスト */
.sso60th_wrap .message .list {
	display: flex;
	flex-wrap: wrap;
}

.sso60th_wrap .message .list .detail {
	width: 33.3%;
	text-align: center;
	padding: 40px 0 20px;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .list .detail {
		width: 50%;
		box-sizing: border-box;
		padding: 30px 0 20px;
	}
}

.sso60th_wrap .message .list .detail a {
	text-decoration: none;
	color: #111;
}

.sso60th_wrap .message .list .detail a .ph_wrap {
	width: 250px;
	height: 250px;
	overflow: hidden;
	border-radius: 200px;
	margin: auto;
	border: 2px solid #0071bc;
	box-sizing: border-box;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .list .detail a .ph_wrap {
		width: 130px;
		height: 130px;
	}
}

.sso60th_wrap .message .list .detail a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.sso60th_wrap .message .list .detail a:hover .ph_wrap img {
	transform: scale(1.04);
	opacity: 0.8;
}

.sso60th_wrap .message .list .detail a .text {
	font-size: 0.95em;
	padding-top: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .list .detail a .text {
		font-size: 0.75em;
		padding-top: 10px;
	}
}

.sso60th_wrap .message .list .detail a .text span::before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #CCC;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .list .detail a .text span::before {
		width: 4px;
		margin-right: 6px;
	}
}

.sso60th_wrap .message .list .detail a .text span::after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #CCC;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -4px;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .message .list .detail a .text span::after {
		width: 4px;
		margin-left: 6px;
	}
}

/*===============================
目で見る
===============================*/
.sso60th_wrap .sso60th_view {
	padding: 80px 0;
	margin: auto;
	position: relative;
	background-image: url(../../60th/img/sso60th_view_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view {
		background-size: 200%;
	}
}

.sso60th_wrap .sso60th_view .inner_box {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .inner_box {
		box-sizing: border-box;
	}
}

.sso60th_wrap .sso60th_view .title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 2em;
	text-align: center;
	letter-spacing: 0.05em;
	color: #1E5C80;
	padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .title {
		font-size: 1.4em;
	}
}

.sso60th_wrap .sso60th_view .title span {
	font-family: 'Lora', serif;
	font-size: 0.38em;
	display: block;
	padding-top: 15px;
	font-weight: 400;
	color: #999;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .title span {
		font-size: 0.4em;
	}
}

.sso60th_wrap .sso60th_view .lead_text {
	font-size: 0.85em;
	line-height: 1.65;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .lead_text {
		padding-bottom: 30px;
		font-size: 0.8em;
	}
}

.sso60th_wrap .sso60th_view .view_cont .sub_title {
	text-align: center;
	font-size: 1.1em;
	padding-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

.sso60th_wrap .sso60th_view .view_cont .sub_title span::before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #CCC;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: -4px;
}

.sso60th_wrap .sso60th_view .view_cont .sub_title span::after {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #CCC;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -4px;
}

.sso60th_wrap .sso60th_view .sso60th_mov_wrap {
	margin: 40px 0;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .sso60th_mov_wrap {
		margin: 0 0 20px;
	}
}

.sso60th_wrap .sso60th_view .sso60th_mov_wrap video {
	max-width: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sso60th_wrap .sso60th_view .view_cont .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sso60th_wrap .sso60th_view .view_cont .list .detail {
	width: 31%;
	text-align: center;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .view_cont .list .detail {
		width: 100%;
		padding-bottom: 30px;
	}
}

.sso60th_wrap .sso60th_view .view_cont .list .detail a {
	text-decoration: none;
	display: block;
	color: #111;
}

.sso60th_wrap .sso60th_view .view_cont .list .detail a .ph_wrap {
	border: 1px solid #CCC;
	padding: 6px;
	background-color: #FFF;
}

.sso60th_wrap .sso60th_view .view_cont .list .detail a .ph_wrap img {
	display: block;
	transition: all 0.3s;
}

.sso60th_wrap .sso60th_view .view_cont .list .detail a:hover .ph_wrap img {
	opacity: 0.8;
}

.sso60th_wrap .sso60th_view .view_cont .list .detail a .text {
	text-align: center;
	font-size: 0.90em;
	padding-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	padding-top: 15px;
	text-shadow: 0 2px 0 #FFF;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .view_cont .list .detail a .text {
		font-size: 0.85em;
		padding-top: 10px;
	}
}

.sso60th_wrap .sso60th_view .last_message {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-bottom: 0.50rem;
	padding: 40px 0;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	position: relative;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .last_message {
		margin-bottom: 0.20rem;
		margin-top: 50px;
		padding: 30px 0;
	}
}

.sso60th_wrap .sso60th_view .last_message .text {
	font-size: 0.9em;
	padding-bottom: 15px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .last_message .text {
		font-size: 0.8em;
		line-height: 1.65;
	}
}

.sso60th_wrap .sso60th_view .last_message .more_btn {
	width: 100%;
	max-width: 400px;
	margin: 20px auto 0;
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .last_message .more_btn {
		width: 90%;
		max-width: 260px;
		margin: 10px auto 0;
	}
}

.sso60th_wrap .sso60th_view .last_message .more_btn a {
	display: block;
	background-color: #111;
	line-height: 0;
	color: #FFF;
	font-size: 1em;
	padding: 15px 0 24px;
	text-decoration: none;
	border-radius: 30px;
	letter-spacing: 0.05em;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
	.sso60th_wrap .sso60th_view .last_message .more_btn a {
		display: block;
		background-color: #111;
		line-height: 0;
		color: #FFF;
		font-size: 0.85em;
		padding: 10px 0 20px;
		text-decoration: none;
		border-radius: 30px;
		letter-spacing: 0.05em;
		box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	}
}

.sso60th_wrap .sso60th_view .last_message .more_btn a:hover {
	background-color: #0071bc;
}

.sso60th_wrap .sso60th_view .last_message .more_btn a span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../../60th/img/icon_insta.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 3px;
}

/*======================
アニメーション
======================*/
/* 場所はそのままでフェードイン */
.fade_in {
	opacity: 0;
	transition: all 0.6s ease;
	transition-delay: 0.2s;
}

.fade_in.scrollin {
	opacity: 1;
}

/* 時間差フェード */
.fade {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 0.2s;
}

.fade02 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 0.6s;
}

.fade03 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 1.0s;
}

.fade04 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 1.4s;
}

.fade05 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 1.8s;
}

.fade06 {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.6s ease;
	transition-delay: 2.2s;
}

@media screen and (max-width: 499px) {

	.fade,
	.fade02,
	.fade03,
	.fade04,
	.fade05,
	.fade06 {
		transition: all 0.6s ease;
		transition-delay: 0.2s;
	}
}

.fade.scrollin,
.fade02.scrollin,
.fade03.scrollin,
.fade04.scrollin,
.fade05.scrollin,
.fade06.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* 右から出現 */
.fade_right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1.4s ease;
	transition-delay: 0.2s;
}

.fade_right.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* 左から出現 */
.fade_left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1.4s ease;
	transition-delay: 0.2s;
}

.fade_left.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
