.section_black {
	padding: 100px 0;
}
#mission, #recommend {
	scroll-margin-top: 100px;
}
.aboutus_content {
	display: flex;
	column-gap: 100px;
}
.aboutus_side_content {
	width: 260px;
}
.aboutus_side_box {
	position: sticky;
	top: 130px;
}
.aboutus_side_list_item {
	border-top: 1px solid #D9D9D9;
}
.aboutus_side_list_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
}
.aboutus_side_list_item_text {
	font-size: 18px;
	color: #D9D9D9;
}
.aboutus_side_list_item_arrow {
	width: 35px;
}
.aboutus_main_content {
	flex: 1;
	min-width: 0;
}
.aboutus_title {
	width: 100%;
	height: 412px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	background-size: cover;
}
.aboutus_title:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / .4);
}
.aboutus_title_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.aboutus_title_bg_item {
	width: 100%;
    height: 100%;
    margin: 0;
}
.aboutus_title_bg_item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_title1 {
	background-image: url(../img/aboutus/tit1.jpg);
}
.aboutus_title2 {
	background-image: url(../img/aboutus/tit2.jpg);
	background-position: center;
}
.aboutus_title_box {
	margin-left: 40px;
	position: relative;
	z-index: 2;
}
h3 {
	font-family: "pragmatica-extended", sans-serif;
    font-weight: 400;
    font-size: 52px;
	color: #D9D9D9;
	line-height: 1;
}
.h3_sub {
	font-size: 18px;
	color: #D9D9D9;
	margin-top: 10px;
}
.aboutus_text {
	font-size: 28px;
	color: #fff;
	line-height: calc(45/28);
	margin: 50px 0 25px;
}
.aboutus_text2 {
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: 400;
	color: #fff;
	line-height: calc(32 / 16);
}
.aboutus_step {
	width: 87.8%;
	margin: 50px auto 0;
}
.aboutus_step_arrow {
	width: 19px;
	margin: 15px auto;
}
.aboutus_step_text {
	color: #fff;
	line-height: calc(25/16);
	text-align: center;
}
.aboutus_profile {
	margin-top: 80px;
}
.aboutus_profile_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutus_profile_top_text_en {
	font-family: "pragmatica-extended", sans-serif;
    font-weight: 400;
    font-size: 18px;
	color: #fff;
}
.aboutus_profile_top_text_ja {
	color: #fff;
}
.aboutus_profile_box {
	margin: 30px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    	column-gap: 25px;
}
.aboutus_profile_box_item_image {
	aspect-ratio: 1/1;
	border-radius: 4px;
	overflow: hidden;
}
.aboutus_profile_box_item_img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus_profile_box_item_position {
	font-size: 12px;
    	letter-spacing: 0.03em;
	color: #fff;
	font-family: "pragmatica-extended", sans-serif;
}
.aboutus_profile_box_item_name {
	font-size: 18px;
	color: #fff;
	margin: 16px 0 8px;
}
.aboutus_profile_btn_box {
	text-align: right;
}
.aboutus_profile_btn {
	padding: 0 47px;
    background-color: rgb(222 222 229 / .4);
}
.aboutus_profile_btn_text {
	font-weight: 600;
    color: #3840F8;
}
.section_recommend {
	margin-top: 80px;
}
.aboutus_recommend_list_box {
	background-color: rgb(255 255 255 / .05);
	border-radius: 8px;
	border: 1px solid rgb(241 243 245 / .3);
	padding: 40px;
	margin-top: 15px;
}
.aboutus_recommend_list_item {
	font-size: 18px;
	color: #fff;
	padding-left: 35px;
	position: relative;
}
.aboutus_recommend_list_item + .aboutus_recommend_list_item {
	margin-top: 20px;
}
.aboutus_recommend_list_item:before {
	content: "";
	width: 22px;
	height: 19px;
	background-image: url(../img/common/icon/check-yellow.svg);
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.section_company {
	margin: 100px 0;
}
.company_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 100px;
}
.company_title_box {
	width: 310px;
}
.company_title_box h3 {
	color: #1E1E1E;
}
.company_box table {
	width: 100%;
	max-width: 777px;
}
.company_box table tr {
	border-bottom: 1px solid #878C9E;
}
.company_box table tr:first-child {
	border-top: 1px solid #878C9E;
}
.company_box table th,.company_box table td {
	padding: 30px 0;
}
.company_box table th {
	font-size: 18px;
}
.company_box table td {
	    line-height: calc(25 / 16);
	padding-left: 100px;
}
.slider_aboutus {
	margin-top: 80px;
}
.slider_aboutus2 {
        margin-top: 10px;
}
.aboutus_img {
/*	width: 559px;*/
/*	margin: 0 0.02%;*/
	width: 420px;
    	margin: 0 0.015%;
	border-radius: 4px;
}
@media (max-width: 1250px) {
    .aboutus_side_content {
        display: none;
    }
	.aboutus_content {
		display: block;
	}
}
@media (max-width: 767px) {
	.section_black {
		padding: 60px 0;
	}
	.aboutus_title {
		height: 200px;
	}
	.aboutus_title_box {
		margin-left: 25px;
	}
	h3 {
		font-size: 28px;
	}
	.h3_sub {
		font-size: 15px;
	}
	.aboutus_text {
		font-size: 17.5px;
		line-height: calc(28/18);
		margin: 35px 0 20px;
		letter-spacing: 0.02em;
	}
	.aboutus_text2 {
		font-size: 14px;
		        line-height: calc(28 / 14);
		letter-spacing: 0.05em;
	}
	.aboutus_step {
		width: 44.5%;
	}
	.aboutus_profile {
		margin-top: 55px;
	}
	.aboutus_profile_top {
		flex-direction: column;
		align-items: flex-start;
	}
	.aboutus_profile_top_text_ja {
		font-size: 13px;
		margin-top: 5px;
	}
	.aboutus_profile_box {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 3.5046728971962615vw;
		row-gap: 4.672897196261682vw;
	}
	.aboutus_profile_box_item_position {
		font-size: 11px;
	}
	.aboutus_profile_box_item_name {
		font-size: 15px;
        	margin: 16px 0 6px;
	}
	.aboutus_profile_btn_box {
		text-align: center;
	}
	.aboutus_profile_btn_text {
		font-size: 14px;
	}
	.section_recommend {
		margin-top: 60px;
	}
	.aboutus_recommend_list_box {
		padding: 20px;
		margin-top: 10px;
	}
	.aboutus_recommend_list_item {
		font-size: 13px;
		padding-left: 25px;
	}
	.aboutus_recommend_list_item:before {
		width: 15px;
		height: 13px;
	}
	.slider_aboutus {
		margin-top: 60px;
	}
	.aboutus_img {
		width: 275px;
		margin: 0 0.01%;
	}
	.company_box {
		flex-direction: column;
	}
	.section_company h3 {
		font-size: 38px;
	}
	.h2_sub {
		margin-top: 10px;
	}
	.company_box table {
		margin-top: 40px;
		width: 90%;
		margin-left: auto;
	}
	.company_box table th, .company_box table td {
		padding: 0;
		display: block;
	}
	.company_box table th {
		font-size: 15px;
		padding-top: 20px;
	}
	.company_box table td {
		font-size: 13px;
		padding-bottom: 20px;
		padding-top: 5px;
		line-height: calc(23 / 13);
	}




}