@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.header-top {
	padding-top: 0;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
#header2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
#header2 h1 {
	width: 14rem;
}
.header-top .inner {
	padding: 2.2rem 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-top .logo {
	margin-bottom: 0;
}
.show-menu {
	max-width: inherit !important;
	display: flex;
	flex-wrap: wrap;
	margin-top: -2.6rem;
}
.nav-menu li {
	padding: 0 2.4rem;
	text-align: center;
	border-bottom: none !important;
	border-left: 1px solid #DFDFDF !important;
}
.nav-menu li:last-child {
	padding-right: 0;
}
.nav-menu li:first-child {
	border-left: none !important;
}
.nav-menu a {
	font-size: 1.5rem;
	font-weight: 700;
}
.nav-menu a:hover {
	opacity: 0.7;
}
.header-top .nav-menu .show-menu .item a {
	padding: 0;
}
main {
	padding-top: 20rem;
	padding-bottom: 16.2rem;
}
.borderBox {
	margin-bottom: 8.2rem;
	padding-bottom: 7.1rem;
	border-bottom: 1px solid #DFDFDF;
}
.borderBox:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sec01 {
	padding-top: 3.8rem;
}
.sec01 h2 {
	margin-bottom: 4.8rem;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}
.sec01 h2 .en {
	margin-bottom: 1.8rem;
	display: block;
	font-size: 4.4rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
}
.content {
	max-width: 74rem;
	margin: 0 auto;
}
main p {
	margin-bottom: 1.6rem;
	font-size: 1.4rem;
	line-height: 2;
	color: #101010;
}
main p:last-child {
	margin-bottom: 0 !important;
}
.headLine {
	margin-bottom: 5rem;
	padding-bottom: 1.5rem;
	font-size: 2.8rem;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.headLine:after {
	width: 5rem;  
	height: 2px;
	background-color: #99C069;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
.list {
	margin-bottom: 1.6rem;
}
.list li {
	display: flex;
	font-size: 1.4rem;
	line-height: 2;
	color: #101010;
}
.list li .num {
	flex-shrink: 0;
}
main .txt {
	text-align: right;
}
.bigPhoto {
	margin: 0 max(-4.9vw,-7rem);
	padding: 1.5rem 0 1.0rem;
}
main .ttl {
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
}
.productivityList {
	margin-bottom: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.5rem;
}
.productivityList li {
	padding: 2rem 2.4rem;
	border: 1px solid #DFDFDF;
	width: calc((100% - 5.1rem) / 3);
}
.productivityList li p {
	font-size: 1.3rem;
	line-height: 1.92;
}
.productivityList li .ttl02 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.733;
	margin-bottom: 1.4rem;
}
.productivityList li .num {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	color: #99C069;
	position: relative;
	padding-bottom: 0.2rem;
}
.productivityList li .num:after {
	width: 2.6rem;  
	height: 2px;
	background-color: #99C069;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
.pdfLink a {
	vertical-align: 0.2rem;
	margin-left: 1rem;
}
.pdfLink a:hover {
	opacity: 0.7;
}
.imgBox  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgBox .photoBox {
	width: 27.8rem;
	margin-right: 2.5rem;
}
.imgBox .textBox {
	flex: 1;
}
.imgBox .textBox p {
	margin-bottom: 2.8rem;
}
.imgBox .textBox .ttl {
	text-align: left;
	font-size: 1.9rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 1450px) {
	.header-top .inner {
		max-width: max(77.6vw,111.8rem);
	}
	.header-top {
		padding-top: 0;
	}
}
@media all and (max-width: 834px) {
	.header-top .inner {
		max-width: inherit;
	}
	.header-top .inner .logo {
		margin-top: -7px;
	}
	main {
		padding-bottom: 8rem;
		padding-top: 5rem;
	}
	.sec01 h2 .en {
		font-size: 3.5rem;
	}
	.sec01 h2 {
		margin-bottom: 3rem;
	}
	.borderBox {
		padding-bottom: 5rem;
		margin-bottom: 5rem;
	}
	.headLine {
		margin-bottom: 3rem;
		font-size: 2.5rem;
	}
	.bigPhoto {
		margin: 0;
	}
	.bigPhoto img {
		width: 100%;
	}
	main .ttl {
		font-size: 1.6rem;
	}
	.productivityList {
		display: block;
	}
	.productivityList li {
		width: auto;
		margin-bottom: 2rem;
	}
	.productivityList li:last-child {
		margin-bottom: 0;
	}
	.imgBox {
		display: block;
	}
	.imgBox .photoBox {
		width: auto;
		margin: 0 0 2rem;
	}
	.imgBox .photoBox img {
		width: 100%;
	}
	.imgBox .textBox p {
		margin-bottom: 2rem;
	}
	.content {
		max-width: inherit;
	}
}