@charset "UTF-8";
/* CSS Document */
.ab-wrapper {
	display: flex;
	background-image: url("../assets/about/about_bg2.jpg");
	background-size: contain;
	justify-content: space-between;
}
.ab-block1 {
	margin-left: calc(( 100% - 1000px ) / 2);
	padding-top: 120px;
	width: 50%;
	margin-right: 60px;
}
.ab-title {
	border-left: solid 1px #CFFF76;
	padding-left: 15px;
}
.ab-title h2 span {
	font-size: 2.4rem;
	font-weight: 700;
	color: #FFF;
	display: block;
}
.ab-title h2 span:not(:last-child) {
	margin-bottom: 25px;
}
.block1 .logo {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}
.block1 .logo .ab-logo {
	width: 56%;
	object-fit: contain;
}
.block1 .logo a {
	width: 38%;
	opacity: .9;
}
.block1 .text {
	color: #FFF;
	margin-top: 45px;
}
.ab-block2 {
	width: 40%;
	text-align: center;
}
.ab-block2 img {
	height: 834px;
	object-fit: cover;
	vertical-align: bottom;
}
@media only screen and (max-width:520px) {
	.ab-wrapper {
		background-size: cover;
		flex-wrap: wrap;
	}
	.ab-block1 {
		padding-top: 70px;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.ab-title {
		padding-left: 15px;
	}
	.ab-title h2 span:not(:last-child) {
		margin-bottom: 15px;
	}
	.ab-title h2 span {
		font-size: 1.6rem;
	}
	.ab-block1 .block1 {
		margin-bottom: 45px;
	}
	.block1 .logo {
		margin-top: 35px;
	}
	.block1 .text {
		margin-top: 30px;
	}
	.ab-block2 {
		width: 100%;
	}
	.ab-block2 img {
		height: 500px;
	}
}

.features {
	background-image: url("../assets/about/about-bg3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
	background-position: center;
}
.feature-block {
	margin-top: 90px;
	margin-left: 250px;
}
.feature-block ol li {
	display: flex;
	align-items: center;
}
.feature-block ol li:not(:first-child){
	margin-top: 90px;
}
.feature-block ol li .number {
	border: solid 1px #CFFF76;
	border-radius: 100px;
	width: 27%;
	height: 200px;
	position: relative;
}
.feature-block ol li .number span {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.feature-block ol li .block {
	margin-left: 40px;
	width: 70%;
}
.feature-block ol li .block h3 {
	font-size: 2.4rem;
	font-weight: 700;
	color: #CFFF76;
	margin-left: -13px;
}
.feature-block ol li .block .block3 {
	margin-left: 0!important;
}
.feature-block ol li .block .text {
	color: #FFF;
	margin-top: 20px;
}
@media only screen and (max-width:520px) {
	.features {
		padding-top: 70px;
		padding-bottom: 440px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		background-color: rgba(0, 0, 0, .8);
	}
	.feature-block {
		margin-top: 40px;
		margin-left: 0;
	}
	.feature-block ol li {
		display: block;
	}
	.feature-block ol li .number {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
	.feature-block ol li .number span {
		font-size: 2.5rem;
	}
	.feature-block ol li .block {
		width: 100%;
		margin: 0 auto;
	}
	.feature-block ol li .block h3 {
		font-size: 1.6rem;
		text-align: center;
		margin-top: 20px;
	}
	.feature-block ol li:not(:first-child) {
		margin-top: 45px;
	}
}

/*実験的空間のセクション*/
.space {
	background-image: url("../assets/about/about-bg4.jpg");
	background-size: contain;
	background-repeat: round;
	padding-top: 150px;
	padding-bottom: 150px;
}
.space-wrapper {
	margin-top: 90px;
}
.space1, .space2 {
	display: flex;
}
.space1:not(:first-child) {
	margin-top: 40px;
}
.space2 {
	flex-direction: row-reverse;
	margin-top: 40px;
}
.space1 .img-block, 
.space2 .img-block {
	width: 50%;
	text-align: center;
}
.space1 .img-block img,
.space2 .img-block img{
	height: 423px;
	object-fit: cover;
	vertical-align: bottom;
}
.space1 .text-block {
	width: 500px;
	margin-right: calc(( 100% - 1000px ) / 2);
	position: relative;
}
.space2 .text-block {
	width: 500px;
	margin-left: calc(( 100% - 1000px ) / 2);
	position: relative;
}
.space1 .text-block .block1 {
	position: absolute;
	top: 55px;
	left: -50px;
}
.space2 .text-block .block1 {
	position: absolute;
	top: 55px;
	right: -50px;
}
.space1 .text-block .block1 h3 img, 
.space2 .text-block .block1 h3 img {
	width: 309px;
}
.space1 .text-block .text-bg,
.space2 .text-block .text-bg {
	background-color: #262774;
	opacity: 0.8;
	padding:25px;
	margin-top: 25px;
}
.space1 .text-block .text,
.space2 .text-block .text{
	margin-top: 0px;
}
@media only screen and (max-width:520px) {
	.space {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.space-wrapper {
		margin-top: 50px;
	}
	.space1, .space2 {
		flex-wrap: wrap-reverse;
	}
	.space1:not(:first-child) {
		margin-top: 50px;
	}
	.space2 {
		margin-top: 50px;
	}
	.space1 .text-block .block1 h3 img, 
	.space2 .text-block .block1 h3 img {
		width: 180px;
	}
	.space1 .text-block,
	.space2 .text-block {
		width: 100%;
	}
	.space1 .text-block .block1,
	.space2 .text-block .block1{
		margin: 0 25px;
	}
	.space1 .text-block .block1 h3,
	.space2 .text-block .block1 h3 {
		margin-bottom: 15px;
	}
	.space1 .text-block .text-bg, 
	.space2 .text-block .text-bg {
		margin-top: 0;
	}
	.space1 .text-block .block1,
	.space2 .text-block .block1 {
		position: initial;
	}
	.space1 .img-block, .space2 .img-block {
		width: 100%;
	}
	.space1 .img-block img, 
	.space2 .img-block img {
		height: 220px;
		margin-top: -15px;
	}
	.space1 .text-block .text-bg, 
	.space2 .text-block .text-bg {
		padding: 15px;
	}
}

.theme {
	padding-top: 150PX;
	padding-bottom: 150PX;
	background-image: url("../assets/about/about-bg5.jpg");
	background-size: contain;
	background-repeat: round;
}
.theme .section-title {
	border-left: none;
	padding-left: 0;
	text-align: center;
}
.theme .section-title h2 {
		margin-bottom: 55px;
	}
.theme .text {
	color: #FFF;
	text-align: center;
	margin-top: 55px;
}
.theme-wrapper {
	max-width: 750px;
	margin:0 auto;
}
.theme-block {
	padding: 30px 75px 30px 50px;
	background-color: #FFF;
	margin-top: 60px;
	opacity: 0.9;
	border-radius: 5px;
	box-shadow: 3px 10px 30px rgba(0, 0, 0, .3)
}
.theme-block h3{
	font-size: 2.0rem;
	font-weight: 700;
	color: #00065D;
	padding-left: 20px;
	border-left: solid 3px #FE9730;
}
.theme-block ul .text {
	color: #00065D;
	text-align: left;
	margin-top: 20px;
	margin-left: 24px;
}
.theme-block ul li {
	position: relative;
}
.theme-block ul li::before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #00065D;
	position: absolute;
	top: 9px;
	left: -24px;
}
.theme-block ul li span {
	margin-left: 20px;
}
@media only screen and (max-width:520px) {
	.theme {
		padding-top: 70px;
		padding-bottom: 70px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.theme .section-title h2 {
		margin-bottom: 40px;
	}
	.theme-block {
		padding: 20px;
		margin-top: 40px;
	}
	.theme-block h3 {
		font-size: 1.6rem;
		padding-left: 15px;
	}
	.theme-block ul li span {
		display: block;
		margin-left: 0;
	}
}
.lightbox {
	display: none;
}