/* Company */

#company_concept h4 {
    float: left;
    font-size: 3em;
    font-weight: 500;
}
#company_concept h4 span {
    display: block;
}
#company_concept h4 .concept_en {
    margin-bottom: 0.8em;
    line-height: 1.5em;
    font-weight: 400;
}
#company_concept h4 .concept_ja {
    font-size: 0.45em;
}
#company_concept_desc {
    float: right;
    width: calc(100% - 450px);
}
#company_concept_desc p {
    font-size: 1.1em;
    line-height: 2em;
}
#company_data dl {
    float: left;
    width: 62.3%;
	line-height: 1.8em;
}
#company_data dt {
	position: relative;
	clear: both;
	float: left;
	padding: 1rem 0;
	width: 100%;
	width: 9rem;
	font-size: 0.8em;
	font-weight: 500;
}
#company_data dd {
	padding: 1rem 0 1rem 10rem;
}
#company_data dd:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}

#company_data_map {
    position: sticky;
	top: 130px;
	float: right;
	width: 30%;
    aspect-ratio: 2 / 3.5;
    border-radius: 20px;
    overflow: hidden;
}
#company_data_map iframe {
    width: 100%;
    height: 100%;
}

#company_members .summary {
    margin-bottom: 4em;
}
.company_members_pane {
    position: relative;
    float: left;
	margin-bottom: 3.5em;
    width: 30%;
}
.company_members_pane:nth-of-type(3n - 1) {
    margin: 0 5%;
}
._company_members_image {
    float: left;
    margin-right: 10%;
    position: relative;
    width: 40%;
}
.company_members_image {
    position: relative;
    margin-bottom: 2em;
}
.company_members_image p {
    border-radius: 5px;
    overflow: hidden;
}
.company_members_image h5 {
    position: absolute;
    left: 5px;
    bottom: -9px;
    left: 5px;
    font-size: 2em;
    color: rgba(288,288,288,0.7);
    color: #fff;
	line-height: 1em;
        /* -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; */
}
.company_members_image h5 span {
    font-size: 0.5em;
	vertical-align: top;
}
.company_members_motto {
    position: absolute;
    right: 17px;
    top: 20px;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2em;
        -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.company_members_motto p {
    display: block;
    margin-left: 0.5em;
    padding: 0.3em 0.5em;
    height: fit-content;
    line-height: 1.2em;
    background: #fff;
    border-radius: 2px;
}
.company_members_title  {
    margin-bottom: 2em;
}
.company_members_text h4 {
    float: left;
    width: calc(100% - 61px);
    padding: 0 0.5em 0 0.6em;
    line-height: 2em;
}
.company_members_text h4 span {
    display: block;
}
.company_members_name_ja {
    margin-bottom: 0.1em;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.company_members_name_en {
    font-size: 0.9em;
    font-weight: 500;
}
.company_members_language {
    position: relative;
    float: right;
    padding-top: 4px;
    width: 55px;
}
.company_members_language li {
    float: left;
    padding-left: 2px;
    width: 23px;
    height: 23px;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #aaa;
    border-radius: 3px;
}
.company_members_language li:nth-of-type(odd) {
    margin-right: 5px;
}
.company_members_language li:nth-last-of-type(n + 3) {
    margin-bottom: 5px;
}
.company_members_licence {
    position: relative;
    padding-left: 3.5em;
}
.company_members_licence h6 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: 150px;
    font-size: 0.65em;
    letter-spacing: 0.03em;
    color: #aaa;
        -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;

}
._company_members_licence h6::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1px;
    height: 100%;
    background: #aaa;
}
.company_members_licence h6 span {
    position: relative;
    padding-bottom: 1em;
    display: inline-block;
    background: #fff;
    z-index: 10;
}
.company_members_licence li {
	position: relative;
    margin-bottom: 0.8em;
    font-size: 0.85em;
    line-height: 1.5em;
}
._company_member_licence li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
}