@charset "utf-8";



/**************************************************
 overview
**************************************************/
.philosophy{
	padding: 20px;
	border-radius: 30px;
	background: var(--green2);
}

.philosophy dl{
	padding: 50px 0;
	border-radius: 20px;
	border: 10px solid #FFFFFF;
	text-align: center;
}
.philosophy dl dt span{
	position: relative;
	font-size: 5.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0 110px;
}
.philosophy dl dt span::before,
.philosophy dl dt span::after{
	width: 80px;
	height: 4px;
	top: calc(50% - 1px);
	background: #000000;
}
.philosophy dl dt span::before{left: 0;}
.philosophy dl dt span::after{right: 0;}
.philosophy dl dd{
	font-size: 4.5rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding-top: 50px;
}

section.flexWrap{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
section.flexWrap h3{line-height: 1.0;}
section.flexWrap p{
	width: 750px;
	margin-top: 0;
}
section.flexWrap p span.sign{
	display: block;
	margin-top: 80px;
	text-align: right;
}

.president{
	position: absolute;
	width: 280px;
	top: 130px;
	left: 0;
}
.president img{
	width: 100%;
	border-radius: 20px;
}

section.flexWrap table.overview{width: 750px;}
section.flexWrap table.overview th{width: 180px;}

.accessHanger{width: 750px;}
.accessHanger dl:last-of-type{margin-top: 80px;}
.accessHanger dl dt{
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 1px;
}
.accessHanger dl dd{
	font-size: 1.8rem;
	line-height: 1.8;
	padding-top: 10px;
}

.mapHanger{
	height: 400px;
	margin-top: 30px;
}
.mapHanger iframe{
	width: 100%;
	height: 100%;
}



/**************************************************
 business
**************************************************/
.businessIntro{
	margin-top: 0;
	padding: 50px;
	font-weight: 700;
	/*background: var(--green2);*/
	border-radius: 30px;
	border: 10px solid var(--green2);
}

.businessHanger{margin-top: 40px;}
.businessHanger ul li{
	position: relative;
	width: calc(100% / 3);
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 20px;
	padding-left: 15px;
}
.businessHanger ul li::before{
	width: 8px;
	height: 3px;
	top: 12px;
	left: 0;
	background: var(--green3);
	border-radius: 10.0rem;
}

.dataHanger{
	margin-top: 60px;
	-webkit-box-pack: center;
	justify-content: center;
}
.dataHanger dl{
	width: 30%;
	aspect-ratio: 1 / 1;
	padding: 0 40px;
	margin: 0 25px;
	border-radius: 30px;
	border: 10px solid var(--green2);
	display:-webkit-box;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.dataHanger dl dt{
	position: relative;
	font-size: calc(1.35vw);
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 30px;
}
.dataHanger dl dt::before{
	width: 50px;
	height: 5px;
	bottom: 0;
	left: calc(50% - 25px);
	background: var(--green3);
	border-radius: 10.0rem;
}
.dataHanger dl dd{
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-size: calc(5.8vw);
	font-weight: 500;
	text-align: center;
	color: var(--green3);
	padding-top: 20px;
}

.businessImage{margin-top: 60px;}
.businessImage img{
	width: calc(50% - 25px);
	border-radius: 20px;
}
.businessImage img:nth-of-type(2n){margin-left: 50px;}



/**************************************************
 activities
**************************************************/
.certification{
	margin-top: 35px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.certification img{
	width: calc(40% - 50px);
	margin: 25px;
}
.certification img.vertical{width: calc(34% - 50px);}
.certification.award{
	width: 80%;
	margin: 35px auto 0 auto;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.certification.award img{
	width: calc(50% - 25px);
	margin: 25px 50px 25px 0;
}
.certification.award img:nth-of-type(2n){margin: 25px 0;}

strong.sdgs{
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--green3);
	margin-bottom: 20px;
}

.goals{
	margin-top: 60px;
	text-align: center;
}

.sdgsHanger{
	position: relative;
	padding-right: 370px;
}
.sdgsHanger p{margin-top: 20px;}
.sdgsHanger ul{padding: 10px 0 0 30px;}
.sdgsHanger ul li{
	position: relative;
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 20px;
	padding-left: 15px;
}
.sdgsHanger ul li::before{
	width: 8px;
	height: 3px;
	top: 12px;
	left: 0;
	background: var(--green3);
	border-radius: 10.0rem;
}

.sdgsIcon{
	position: absolute;
	top: 15px;
	right: 0;
}
.sdgsIcon img{
	width: 140px;
	margin-left: 20px;
}


