@charset "utf-8";

/*** ------------------------------------------------------------------------------

parts

-----------------------------------------------------------------------------  ***/

.main-content section div.inner{
	max-width: 1300px;
}
.main-content section div.inner .pc{
	display: none;
}
@media(max-width:768px){
	.main-content section div.inner .pc{
		display: block;
	}
	.main-content section div.inner .sp{
		display: none;
	}
}

/* .ttl-wrapper */
.ttl-wrapper{
	text-align: center;
	font-size: 40px;
	color: #002C54;
	margin-bottom: 25px;
}
.ttl-wrapper h1{
	line-height: 1.8;
	font-size: 50px;
	font-weight: bold;
}
.ttl-wrapper h1 span{
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
@media(max-width:768px){
	.ttl-wrapper{
		font-size: 30px;
		margin-bottom: 25px;
	}
	.ttl-wrapper h1{
		line-height: 1.4;
		font-size: 25px;
	}
	.ttl-wrapper h1 span{
		display: inline-block;
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media(max-width:380px){
	.ttl-wrapper h1 span{
		font-size: 14px;
	}
}

/* .headline */
.headline{
	text-align: center;
}
.headline--mb-long{
	margin-bottom: 30px;
}
.headline h2{
	line-height: 1.4;
	font-size: 40px;
	font-weight: bold;
	color: #002C54;
	margin-bottom: 30px;
}
.headline h3{
	line-height: 1.4;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

@media(max-width:768px){
	.headline--mb-long{
		margin-bottom: 20px;
	}
	.headline h2{
		font-size: 35px;
		margin-bottom: 30px;
	}
	.headline h3{
		font-size: 25px;
		margin-bottom: 15px;
	}
}


/*** ------------------------------------------------------------------------------

#tsmu

-----------------------------------------------------------------------------  ***/

#tsmu .sec01{
	padding-top: 85px;
	padding-bottom: 105px;
}
#tsmu .sec01 .txt{
	text-align: center;
	font-size: 18px;
	margin-bottom: 100px;
}
#tsmu .sec01 .txt span{
	font-size: 28px;
	font-weight: bold;
	color: #016C98;
}
#tsmu .sec01 .about-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:30px;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
#tsmu .sec01 .about-list-item{
	width: calc((100% - 80px) / 3);
	padding: 30px 20px;
	border: solid 3px #002C54;
	box-sizing: border-box;
}
#tsmu .sec01 .about-list-item__ttl{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 68px;
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#tsmu .sec01 .about-list-item__img{
	text-align: center;
	margin-bottom: 20px;
}
#tsmu .sec01 .about-list-item__img img{
	width: 100%;
	max-width:200px;
}
#tsmu .sec01 .about-list-item__txt{
	font-size: 16px;
}

#tsmu .sec02{
	padding-top: 65px;
	padding-bottom: 85px;
	background: #EEF5F3;
}
#tsmu .sec02 .img{
	width: 490px;
	max-width: 100%;
	margin:0 auto 120px;
}
#tsmu .sec02 .img img{
	width: 100%;
}
#tsmu .sec02 .txt{
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	margin-bottom: 70px;
}
#tsmu .sec02 .txt span.main{
	font-weight: bold;
}
#tsmu .sec02 .txt .num{
	font-size: 48px;
	color: #016C98;
}
#tsmu .sec02 .seeds-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 900px;
	max-width: 100%;
	margin: 0 auto 60px;
}
#tsmu .sec02 .seeds-list-item{
	width: 300px;
}
#tsmu .sec02 .seeds-list-item__img img{
	width: 100%;
}
#tsmu .sec02 .communication-list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:100px;
	width: 1020px;
	max-width: 100%;
	margin: 0 auto 90px;
}
#tsmu .sec02 .communication-list-item{
	width: calc(50% - 50px);
	padding:0 0 20px;
	background: #fff;
	border: solid 3px #1C2E52;
	box-sizing: border-box;
}
#tsmu .sec02 .communication-list-item__ttl{
	padding: 32px 10px 35px;
	background: #1C2E52;
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#tsmu .sec02 .communication-list-item__txt{
	display: block;
	padding: 15px;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	margin: 35px auto 20px;
}
#tsmu .sec02 .communication-list-item__num{
	text-align: center;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	color: #002C54;
	margin: 0 auto 15px;
}
#tsmu .sec02 .communication-list-item__num span{
	display: inline-block;
	line-height: 1;
	font-size: 70px;
	color: #016C98;
	margin: 0 18px;
}
#tsmu .sec02 .communication-list-item__img{
	width: 290px;
	max-width: 100%;
	margin: 0 auto;
}
#tsmu .sec02 .communication-list-item__img img{
	width: 100%;
}
#tsmu .sec02 .annotation{
	display: block;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #585656;
}

#tsmu .sec03 {
	padding-top: 90px;
	padding-bottom: 80px;
}
#tsmu .sec03 div.inner{
	max-width: 900px;
}
#tsmu .sec03 .headline h2{
	color: #07026A;
	margin-bottom: 40px;
}
#tsmu .sec03 .txt{
	line-height: 1.8;
	font-size: 20px;
	margin-bottom: 20px;
}
#tsmu .sec03 .txt--mb-long{
	margin-bottom: 60px;
}
#tsmu .sec03 .list {
	margin-bottom: 20px;
}
#tsmu .sec03 .list li{
	padding-left: 15px;
	line-height: 1.8;
	font-size: 20px;
	position: relative;
}
#tsmu .sec03 .list li:before{
	content: '・';
	position: absolute;
	top:0;
	left: 0;
}

#tsmu .sec03 .timeline{
	display: flex;
	flex-wrap: wrap;
	gap:50px;
	padding: 45px 0 25px;
	position: relative;
}
#tsmu .sec03 .timeline:before{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background:#000;
	position: absolute;
	top:0;
	left:14px;
}
#tsmu .sec03 .timeline-item{
	display: flex;
	align-items:center;
	width: 100%;
	padding-left: 55px;
	position: relative;
}
#tsmu .sec03 .timeline-item:before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: #016C98;
	border-radius: 50px;
	position: absolute;
	top:5px;
	left: 0;
}
#tsmu .sec03 .timeline-item .season{
	width: 150px;
	font-size: 20px;
}
#tsmu .sec03 .timeline-item .txt{
	font-size: 20px;
	margin: 0;
}
#tsmu .sec03 .timeline-item .txt span{
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
	color: #016C98;
}

#tsmu .sec04 {
	padding-top: 90px;
	padding-bottom: 100px;
	background: #F3F8F6;
	text-align: center;
}
#tsmu .sec04 .headline h2{
	margin-bottom: 80px;
}
#tsmu .sec04 .txt{
	line-height: 1.6;
	font-size: 24px;
	margin-bottom: 65px;
}
#tsmu .sec04 .txt span{
	font-size: 30px;
	font-weight: bold;
}
#tsmu .sec04 a.more-btn{
	width: 360px;
	padding: 20px 35px;
	background: #016C98;
	margin-bottom: 50px;
}
#tsmu .sec04 a.more-btn:before{
	width: 500%;
	background:#002C54;
}
#tsmu .sec04 a.more-btn span{
	font-size: 32px;
}
#tsmu .sec04 .annotation{
	line-height: 1.8;
	font-size: 20px;
}

#tsmu a.more-btn--fix{
	width: 360px;
	padding: 20px 35px;
	background: #016C98;
	position: fixed;
	right: 0;
	bottom: 10%;
	transition: .3s;
}
#tsmu a.more-btn--fix.is-hidden{
	bottom: 0;
	opacity: 0;
	pointer-events: none;
}
#tsmu a.more-btn--fix:before{
	width: 500%;
	background:#002C54;
}
#tsmu a.more-btn--fix span{
	font-size: 32px;
}
@media(max-width:1140px){
	#tsmu .sec01 .about-list-item__ttl{
		font-size: clamp(18px, 2vw, 24px);
	}
}
@media(max-width:1100px){
	#tsmu .sec02 .communication-list{
		gap:40px;
	}
	#tsmu .sec02 .communication-list-item{
		width: calc(50% - 20px);
	}
}
@media(max-width:1080px){
	#tsmu .sec01 .about-list{
		justify-content: center;
	}
	#tsmu .sec01 .about-list-item{
		width: calc(50% - 50px);
	}
}
@media(max-width:820px){
	#tsmu .sec02 .communication-list-item{
		width:100%;
	}
}
@media(max-width:768px){
	#tsmu .sec01{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#tsmu .sec01 .txt{
		text-align: left;
		font-size: 15px;
		margin-bottom: 50px;
	}
	#tsmu .sec01 .txt span{
		display: inline-block;
		width: 100%;
		text-align: center;
		line-height: 1.6;
		font-size: 15px;
	}
	#tsmu .sec01 .about-list{
		gap:20px;
	}
	#tsmu .sec01 .about-list-item{
		width: 100%;
		max-width: 330px;
		padding:25px 20px;
		border: solid 2px #002C54;
	}
	#tsmu .sec01 .about-list-item__ttl{
		min-height: auto;
		font-size: 18px;
		margin-bottom:15px;
	}
	#tsmu .sec01 .about-list-item__img{
		margin-bottom: 10px;
	}
	#tsmu .sec01 .about-list-item__txt{
		font-size: 15px;
	}

	#tsmu .sec02{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#tsmu .sec02 .img{
		margin:0 auto 50px;
	}
	#tsmu .sec02 .img img{
		width: 100%;
	}
	#tsmu .sec02 .txt{
		line-height: 1.8;
		font-size: 14px;
		margin-bottom: 20px;
	}
	#tsmu .sec02 .txt span.main{
		display: inline-block;
		line-height: 1.4;
		font-size: 18px;
		margin-bottom: 10px;
	}
	#tsmu .sec02 .txt span.sub{
		display: inline-block;
		text-align: left;
		line-height: 1.6;
	}
	#tsmu .sec02 .txt .num{
		font-size: 30px;
	}
	#tsmu .sec02 .seeds-list{
		margin: 0 auto 50px;
	}
	#tsmu .sec02 .seeds-list-item{
		width:calc(100% / 2);
		max-width: 300px;
	}
	#tsmu .sec02 .communication-list{
		gap:20px;
		margin: 0 auto 50px;
	}
	#tsmu .sec02 .communication-list-item{
		width: 100%;
		max-width: 330px;
		padding:0 0 20px;
		border: solid 2px #1C2E52;
		margin: 0 auto;
	}
	#tsmu .sec02 .communication-list-item__ttl{
		padding: 20px 10px 20px;
		font-size: 18px;
	}
	#tsmu .sec02 .communication-list-item__txt{
		font-size: 16px;
		margin:20px auto 0;
	}
	#tsmu .sec02 .communication-list-item__num{
		font-size: 25px;
		margin: 0 auto 15px;
	}
	#tsmu .sec02 .communication-list-item__num span{
		font-size: 45px;
		margin: 0 10px;
	}
	#tsmu .sec02 .communication-list-item__img{
		width: 200px;
	}
	#tsmu .sec02 .communication-list-item__img img{
		width: 100%;
	}
	#tsmu .sec02 .annotation{
		font-size: 10px;
	}

	#tsmu .sec03 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#tsmu .sec03 .headline h2{
		margin-bottom: 40px;
	}
	#tsmu .sec03 .txt{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#tsmu .sec03 .txt--mb-long{
		margin-bottom: 50px;
	}
	#tsmu .sec03 .list {
		margin-bottom: 15px;
	}
	#tsmu .sec03 .list li{
		padding-left: 20px;
		line-height: 1.6;
		font-size: 16px;
		margin-bottom: 15px;
	}

	#tsmu .sec03 .timeline{
		gap:20px;
		padding: 20px 0;
	}
	#tsmu .sec03 .timeline:before{
		left:10px;
	}
	#tsmu .sec03 .timeline-item{
		flex-wrap: wrap;
		padding-left: 40px;
	}
	#tsmu .sec03 .timeline-item:before{
		width: 21px;
		height: 21px;
		top:8px;
		left: 0;
	}
	#tsmu .sec03 .timeline-item .season{
		width: 100%;
		font-size: 18px;
		font-weight: bold;
	}
	#tsmu .sec03 .timeline-item .txt{
		line-height: 1.6;
		font-size:16px;
		margin: 0;
	}
	#tsmu .sec03 .timeline-item .txt span{
		font-size: 20px;
	}

	#tsmu .sec04 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#tsmu .sec04 .headline h2{
		margin-bottom: 50px;
	}
	#tsmu .sec04 .txt{
		font-size: 16px;
		margin-bottom: 50px;
	}
	#tsmu .sec04 .txt span{
		font-size: 24px;
	}
	#tsmu .sec04 a.more-btn{
		width: 360px;
		max-width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	#tsmu .sec04 a.more-btn span{
		font-size: 20px;
	}
	#tsmu .sec04 .annotation{
		font-size: 14px;
	}

	#tsmu a.more-btn--fix{
		width: 360px;
		max-width:50%;
		padding: 10px 15px;
		bottom: 0;
	}
	#tsmu a.more-btn--fix span{
		font-size: 14px;
	}
}
@media(max-width:380px){
	#tsmu .sec01 .txt span{
		font-size: 13px;
	}
}