body{
	color:#fff !important;
}
section{
	position: relative;
	margin: 210px 16px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	section{
		flex-direction: column;
		margin: 128px 8px;
	}
}

section.about_first{
	margin: 0;
	max-width: 100%;
}
@media screen and (min-width: 1800px) {
	section:not(.about_first){
		max-width: 1800px;
		margin-left: auto;
		margin-right: auto;
	}
}


.sct_inner{
	max-width: 800px;

}
@media screen and (max-width: 768px) {
	.sct_inner{
		max-width: 100%;
	}
	.sct_inner.awards{
		padding-left: 40px;
	}
}

.sct_ttl{
	text-align: left;
    font-family: 'Archivo', sans-serif;
    font-size: 1.4rem;
    font-stretch: 62.5%;
    font-weight: 600;
    text-transform: uppercase;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.sct_ttl{
		margin-bottom: 32px;
	}
}
.sct_txt{
	font-size: 1.5rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.sct_txt{
		font-size: 1.4rem;
	}
}
.sct_txt div,
.sct_txt ul{
	margin-bottom: 28px;
}
.sct_txt ul{
	list-style: none;
	padding-inline-start: 15px;
}
.sct_txt ul li{
	position: relative;
}
.sct_txt ul li:before{
	content: "・";
	position: absolute;
	left: -15px;
}
.sct_item{
	margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
	.sct_item{
		margin-bottom: 120px;
	}
}

.btn_contact {
	position: relative;
    display: flex;
    justify-content: center;
	margin-bottom: 94px;
}

.btn_contact a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 42px;
    color: #0042E3;
    font-size: 2.2rem;
	border: 1px solid #0042E3;
    border-radius: 21px;
	transition: all 0.3s;
}
.btn_contact a:hover {
    color: #000;
	background-color: #0042E3;
	opacity: 1;
}

.fv{
	display: flex;
	flex-direction: column;
	padding: 0 16px;
}
@media screen and (max-width: 869px) {
	.fv{
		height: auto;
		padding: 0 8px;
	}
}
.kv_msg_en{
	margin-top: 16px;
	font-family: 'Archivo', sans-serif;
    font-size: 3.9vw;
    font-stretch: 62.5%;
    font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.kv_msg_en{
		font-size: 3.2rem;
		line-height: 32px;
	}
}
.kv_msg_en.init{
	opacity: 1;
	transform: none;
}
.kv_msg_en.init.finished{
	transition: unset;
}

.kv_msg_jp{
	text-align: left;
	margin-top: 16px;
	font-size: 1.3rem;
	line-height: 22px;
	color: #BBBBBB;
}
@media screen and (max-width: 768px) {
	.kv_msg_jp{
		margin-top: 16px;
		font-size: 1.1rem;
		line-height: 18px;
	}
}
.kv_msg_jp div{
	margin: 0;
}
.about_msg_en{
	margin: auto;
	width: 600px;
	font-size: 1.6rem;
	font-weight: 300;
}
.about_msg_jp{
	margin: 90px auto 0;
	width: 600px;
	font-size: 1.5rem;
	font-weight: 400;
}
@media screen and (max-width: 768px) {
	.about_msg_en,
	.about_msg_jp{
		width: 100%;
	}
	.about_msg_en{
		font-size: 1.4rem;
	}
	.about_msg_jp{
		font-size: 1.3rem;
	}
}
.about_msg_en div,
.about_msg_jp div{
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.about_msg_en div,
	.about_msg_jp div{
		margin-bottom: 24px;
	}
}

.solution_wrap_inner{
	text-align: right;
    font-family: 'Archivo', sans-serif;
    font-size: 3rem;
    font-stretch: 62.5%;
    font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 34px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.solution_wrap_inner{
		font-size: 1.8rem;
		line-height: 24px;
	}
}

.client_wrap{
	margin-top: 32px;
}

.client_wrap_inner{
	text-align: left;
    font-family: 'Archivo', sans-serif;
    font-size: 6.4rem;
    font-stretch: 62.5%;
    font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 64px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.client_wrap_inner{
		font-size: 4rem;
		line-height: 40px;
	}
}

.award_wrap{
	text-align: left;
	font-family: 'Archivo', sans-serif;
    font-size: 1.8rem;
    font-stretch: 62.5%;
    font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 20px;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.award_wrap{
		font-size: 1.7rem;
	}
}

.award_note{
	text-align: center;
	font-size: 1rem;
	transform: scale(0.9);
	transform-origin: center;
}


.profile_wrap{
	display: flex;
	width: 100%;
	max-width: 800px;
}
@media screen and (max-width: 768px) {
	.profile_wrap{
		flex-direction: column;
		padding-left: 40px;
	}
}
.profile_info{
	font-family: 'Archivo', sans-serif;
    font-size: 2.2rem;
    font-stretch: 62.5%;
    font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 33px;
}
.profile_info .profile:not(:last-of-type){
	margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
	.profile_info{
		font-size: 1.8rem;
		line-height: 27px;
	}
}
.profile_cominfo span{
	font-size: 1.1rem;
	letter-spacing: 0;
	color: #BBBBBB;
}
.profile a{
	color: #fff;
	text-decoration: underline;
}


.about_fv_wrap{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.about_fv_img{
	position: relative;
	margin-top: 128px;
	width: calc(100vw - 32px);
}
@media screen and (max-width: 768px) {
	.about_fv_img{
		margin-top: 96px;
		width: calc(100vw - 16px);
	}
}
.about_fv_logo{
	position: absolute;
	bottom: 0;
	right: 4.3%;
	width: 6.25%;
}

.about_fv_ttl{
	width: 100%;
	height: auto;
}
.about_fv_ttl *{
	fill:#fff !important;
}
@media screen and (max-width: 768px) {
	.about_fv_ttl{
		height: auto;
	}
	.about_fv_logo{
		position: absolute;
		bottom: 0;
		right: 0;
		width: 10.7%;
	}
}



.collective_list {
	display: flex;
	flex-direction: column;
	align-items: end;
}
.collective_list_item {
}
.collective_title_cell{
	position: relative;
	white-space: nowrap;
}
.collective_title{
	display: flex;
	align-items: baseline;
	font-family: 'Archivo', sans-serif;
    font-size: 1.4rem;
    font-stretch: 62.5%;
    font-weight: 300;
}
.collective_subtitle{
	display: block;
	font-size: 1.8rem;
}
.collective_subtitle a{
	color: #fff;
	text-decoration: underline;
}
.collective_subtitle span{
	font-size: 1.8rem;
}
.collective_name{
	text-align: right;
	margin-top: 12px;
	font-size: 2.2rem;
	line-height: 1.4;
	text-transform: uppercase;
}
.collective_name span{
	margin-left: 4px;
	font-size: 1.8rem;
}

.collective_detail_cell{
	position: relative;
	padding: 30px 35px 15px 0;
}
.collective_detail_cell:before{
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #222;
}

.btn_join{
	text-align: right;
	margin-top: 25px;
	font-size: 2rem;
	font-weight: 300;
}
.btn_join a{
	color: #0042E3;
}

@media screen and (max-width: 768px) {
	.collective_list {
		flex-direction: column;
	}
	.collective_list_item{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.collective_title_cell{
		width: 100%;
		padding: 8px 0;
	}
	.collective_title{
		display: flex;
		flex-direction: column;
		align-items: end;
		font-size: 1.3rem;	
	}
	.collective_title>div {
		text-align: left;
		white-space: normal;
	}
	.collective_name{
		margin-top: 0;
		font-size: 1.8rem;
		line-height: 1.1;
	}
	.collective_name span{
		font-size: 1.4rem;
	}
	.collective_subtitle{
		font-size: 1.4rem;
	}
	.collective_subtitle span{
		font-size: 1.4rem;	
	}
	.collective_name_cell{
		width: 50%;
		padding: 15px 0 0;
	}
	.collective_name_cell:before{
		content: none;
	}
	
}



.related_img{
	display: block;
	width: 116px;
	height: auto;
	margin: 20px auto -20px;
}
.related_img *{
	fill: #fff !important;
}




.about_foote_logo{
	position: absolute;
    width: calc(100% - 32px);
    margin: auto;
    bottom: 0;
	z-index: -1;
}
.about_foote_logo *{
	fill: #0B0B0B!important;
}
@media screen and (max-width: 499px) {
	.about_foote_logo{
		top: auto;
		transform: rotate(-90deg) translate(39%,78% );
		width: unset;
		height: 35vw;
		z-index: -1;
		transform-origin: center;
	}

}

