@charset "UTF-8";
.greetings_wrap {
    padding-bottom: 112px;
}
.greetings_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.greetings_img {
    position: relative;
    padding-right: 40px;
}
.greetings_img_txt {
    font-size : 79px;
    line-height: 1;
    writing-mode: vertical-rl;
    background: linear-gradient(to bottom, #0d1f34, #1c3e65);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.greetings_info {
    text-align: center;
    padding-right: 100px;
}
.greetings_info .company {
    font-size : 20px;
    line-height : 1;
    letter-spacing : 2.4px;
    color : #000000;
    margin-bottom: 20px;
}
.greetings_info .post source,
.greetings_info .post img {
    width: 23.125vw;
    height: auto;
}
.greetings_info .name {
    font-size : 20px;
    line-height : 1;
    letter-spacing : 2.4px;
    color : #000000;
    margin-top: 136px;
    font-weight: 600;
}
.greetings_text_wrap {
    margin-top: 60px;
}
.greetings_text_wrap .txt {
    font-size : 16px;
    line-height : 36px;
    letter-spacing : 1.92px;
    color : #141F3F;
    margin-top: 1.6em;
}
/*top*/
.firmTop_movie_wrap {
    position: relative;
    padding-top: 30px;
}
.firmTop_movie_wrap .movie {
    width: 100%;
    height: 924px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.firmTop_movie_wrap .movie:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(25, 45, 140, 0.3);
    z-index: 1;
}
.firmTop_movie_wrap video {
    width: auto;
    height: auto;
    pointer-events: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.firmTop_movie_txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    max-width: 534px;
    z-index: 3;
}
.firmTop_movie_txt .c-pageTtl_wrap {
    padding: 0 0 114px;
}
.firmTop_movie_txt .c-pageTtl_wrap .ttl {
    font-size: 79px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.firmTop_movie_txt .c-pageTtl_wrap .txt {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
}
.firmTop_movie_txt .txt {
    font-size : 16px;
    line-height : 1.8;
    letter-spacing : 1.6px;
    color : #FFFFFF;
}
.firmTop_movie_lst {
    margin-top: 100px;
}
.firmTop_movie_lst li {
    width: 236px;
    margin: 0 auto;
    margin-top: 40px;
}
.is-en .firmTop_movie_lst li {
    width: 315px;
}
.firmTop_movie_lst li:first-child {
    margin-top: 0;
}
.firmTop_movie_lst li a {
    display: block;
    font-size : 16px;
    line-height: 1;
    letter-spacing : 1.28px;
    color : #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    padding: 14px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.firmTop_movie_lst li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    clip-path: inset(0 50% 0 0);
    transform: rotate(32deg);
    z-index: 1;
    transition: all .4s;
}
.firmTop_movie_lst li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #AA8F6A;
    transform-origin: left top;
    transform: scale(0, 1);
    transition: transform .4s;
    z-index: 2;
}
.firmTop_history_wrap {
    display: flex;
    padding-top: 160px;
}
.firmTop_history_ttl {
    font-size : 40px;
    line-height: 1.2;
    letter-spacing : 1.2px;
    color : #192D8C;
    width: 27.4%;
    padding-right: 4%;
    box-sizing: border-box;
}
.firmTop_history_box {
    width: 72.6%;
    box-sizing: border-box;
}
.firmTop_history_box .txt {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.firmTop_history_lnk {
    margin-top: 40px;
    display: flex;
    gap: 0 48px;
}
.firmTop_history_lnk li {
    width: 236px;
}
.is-zh-hans .firmTop_history_lnk li .c-btn2 a {
    padding-right: 2em;
}
.firmTop_history_data {
    margin-top: 40px;
}
.firmTop_history_data .ttl {
    font-size : 20px;
    letter-spacing : 1.6px;
    color : #141F3F;
    font-weight: 500;
}
.data-list-firm {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.data-list-firm .label {
    font-size : 16px;
    letter-spacing : 0.96px;
    color : #141F3F;
    font-weight: 600;
    flex: 0 0 20%;
    padding: 26px 15px;
    padding-left: 38px;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
}
.data-list-firm .details {
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #141F3F;
    flex: 0 0 80%;
    padding: 26px 15px;
    padding-left: 0;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
}
.data-list-firm .details a {
    color: #192d8c;
    text-decoration: none;
}
.firmTop_awards_wrap {
    padding-top: 160px;
    margin-bottom: 200px;
}
.firmTop_awards_box {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 100px;
}
.firmTop_awards_box:first-child {
    margin-top: 0;
}
.firmTop_awards_box .img {
    width: 41.7%;
    aspect-ratio: 300 / 157;
    overflow: hidden;
    position: relative;
}
.firmTop_awards_box .img source,
.firmTop_awards_box .img img {
    width: 100%;
    height: auto;
}
.firmTop_awards_txt {
    width: 58.3%;
    padding-right: 6.9%;
    box-sizing: border-box;
}
.firmTop_awards_txt .en {
    font-size : 40px;
    line-height: 1.2;
    letter-spacing : 1.2px;
    color : #192D8C;
}
.firmTop_awards_txt .ttl {
    font-size : 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing : 2px;
    color : #141F3F;
    margin-top: 16px;
}
.firmTop_awards_txt .txt {
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
    margin-top: 40px;
}
.firmTop_awards_txt .viewMore_btn {
    margin: 0;
    margin-top: 30px;
}
/*history*/
.history_hero_wrap {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px;
}
.history_hero_img {
    width: 33.3%;
}
.history_hero_img source,
.history_hero_img img {
    width: 100%;
    height: auto;
}
.history_hero_content {
    width: 66.7%;
    padding-right: 11.7%;
    box-sizing: border-box;
}
.history_hero_content .txt {
    font-size : 20px;
    line-height : 2.45;
    letter-spacing : 1.6px;
    color : #141F3F;
}
.history_list_wrap {
    max-width: 1200px;
    margin-top: 160px;
}
.history_list_item {
    display: flex;
    margin-top: 30px;
}
.history_list_item:first-child {
    margin-top: 0;
}
.history_list_item .label {
    width: 196px;
    font-size : 25px;
    line-height: 1.2;
    letter-spacing : 0.5px;
    color : #192D8C;
    font-weight: 500;
    position: relative;
}
.history_list_item .label:before {
    content: '';
    display: block;
    width: 52px;
    height: 1px;
    position: absolute;
    right: 45px;
    top: 17px;
    background: #1f3257;
    z-index: 1;
}
.history_list_item .data {
    width: -webkit-calc(100% - 196px);
    width: calc(100% - 196px);
    box-sizing: border-box;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
}
.history_note_wrap {
    margin-top: 160px;
}
.history_note_ttl .en {
    font-size : 35px;
    line-height: 1.2;
    letter-spacing : 1.05px;
    color : #192D8C;
}
.history_note_ttl .ttl {
    font-size : 20px;
    line-height: 1.2;
    letter-spacing : 1.6px;
    color : #141F3F;
    font-weight: 500;
    margin-top: 14px;
}
.history_note_content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 34px;
}
.history_note_content .txt {
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #141F3F;
}
.history_note_content .viewMore_btn {
    margin: 0;
}
.history_note_img {
    margin-top: 46px;
    text-align: center;
}
.history_note_img source,
.history_note_img img {
    width: 100%;
    height: auto;
    max-width: 1400px;
}
/*diversity_inclusion*/
.diversity_heading_wrap {
    display: flex;
}
.diversity_heading_img {
    width: 47.3%;
}
.diversity_heading_img source,
.diversity_heading_img img {
    width: 100%;
    height: auto;
}
.diversity_heading_text {
    width: 52.7%;
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
    box-sizing: border-box;
    padding-left: 2.7%;
}
.diversity_contents_wrap {
    margin-top: 100px;
}
.diversity_contents_ttl {
    font-size : 18px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
    margin-bottom: 32px;
}
.diversity_contents_text {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
    margin-top: 1.8em;
}
.diversity_attempt_wrap {
    margin-top: 100px;
}
.diversity_attempt_ttl {
    font-size : 22px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
    margin-bottom: 32px;
    position: relative;
    padding-bottom: 2em;
}
.diversity_attempt_ttl::before {
    content: '';
    display: block;
    position: absolute;
    width: 4em;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
    z-index: 1;
}
.diversity_attempt_box {
    margin-top: 60px;
}
.diversity_attempt_subttl {
    font-size : 18px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: 600;
    margin-bottom: 24px;
    padding-left: 1.1em;
    position: relative;
}
.diversity_attempt_subttl::before {
    content: "";
    position: absolute;
    width: 0.25em;
    height: 100%;
    display: block;
    top: 0.05em;
    left: 0;
    background: #141F3f;
}
.diversity_attempt_txt {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
    margin-top: 1.6em;
}
.diversity_attempt_lst {
    margin-top: 24px;
}
.diversity_attempt_li {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
    padding-left: 40px;
    margin-top: 1.4em;
    position: relative;
}
.diversity_attempt_li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 12px;
    background: #141f3f;
    z-index: 1;
}
.diversity_wrap .text-link {
    color: #192d8c;
    text-decoration: underline;
	text-underline-offset: 3px;
}
.eruboshi_wrap {
    display: flex;
}
.eruboshi_txt {
    width: -webkit-calc(100% - 10.3%);
    width: calc(100% - 10.3%);
    box-sizing: border-box;
    padding-right: 2.7%;
}
.eruboshi_img {
    width: 10.3%;
}
.eruboshi_img img {
    width: 100%;
    height: auto;
}
.diversity_lnk_wrap .contents-list.is-Topics .contents-content .heading {
    margin: 0 0 4px;
}
/*human_rights*/
.human_policy_heading {
    font-size : 18px;
    line-height : 32px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
    margin-bottom: 28px;
}
.human_policy_contents {
    margin-top: 60px;
}
.human_policy_contents:first-of-type {
    margin-top: 80px;
}
.human_policy_subheading {
    font-size : 18px;
    line-height : 32px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: 600;
    margin-bottom: 24px;
    padding-left: 1.1em;
    position: relative;
}
.human_policy_subheading::before {
    content: "";
    position: absolute;
    width: 0.25em;
    height: 100%;
    display: block;
    top: 0.05em;
    left: 0;
    background: #141F3f;
}
.human_policy_text {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.28px;
    color : #141F3F;
}
.human_policy_info {
    margin-top: 80px;
}
.human_policy_date {
    font-size : 16px;
    line-height : 2;
    letter-spacing : 1.92px;
    color : #141F3F;
    text-align: right;
}
/*philosophy*/
.philosophy-wrap {
    position: relative;
    padding-bottom: 82px;
    margin-top: 38px;
}
.philosophy-wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 256px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #192d8c;
    z-index: 1;
}
.philosophy-head-box {
    position: relative;
    padding-top: 42px;
    max-width: 1200px;
}
.philosophy-head-ttl {
    font-size: 76px;
    line-height: 1;
    color : #192D8C;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2;
}
.philosophy-head-img {
    text-align: center;
}
.philosophy-head-img source,
.philosophy-head-img img {
    max-width: 1200px;
    width: 100%;
    height: auto;
}
.philosophy-content-wrap {
    max-width: 1200px;
    margin-top: 130px;
    display: flex;
    flex-wrap: wrap;
}
.philosophy-content-ttl {
    width: 315px;
    font-size : 20px;
    letter-spacing : 2.4px;
    color : #000000;
    font-weight: bold;
}
.philosophy-content-box {
    width: -webkit-calc(100% - 315px);
    width: calc(100% - 315px);
    box-sizing: border-box;
}
.philosophy-content-text {
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
}
.philosophy-content-list {
    counter-reset: counter1;
    padding: 40px 0;
}
.philosophy-content-list-item {
    margin-bottom: 24px;
    position: relative;
    padding-left: 2.6em;
}
.philosophy-content-list-item:last-child {
    margin-bottom: 0;
}
.philosophy-content-list-item:before {
    counter-increment: counter1;
    content: "0"counter(counter1);
    position: absolute;
    left: 0;
    top: -3px;
    font-size : 18px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
}
.philosophy-content-list-heading {
    font-size : 16px;
    letter-spacing : 1.92px;
    font-weight: bold;
    color : #141F3F;
}
.philosophy-video-wrap {
    max-width: 1200px;
    margin-top: 130px;
}
.philosophy-video {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1000px;
    aspect-ratio: 250 / 141;
    margin: 0 auto;
    margin-top: 110px;
    z-index: 2;
}
.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.cover-image source,
.cover-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.movie_play {
    position: absolute;
    width: 196px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}
.movie_play img {
    width: 100%;
    height: auto;
}
.video-iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.philosophy-team-wrap {
    max-width: 1200px;
    margin-top: 90px;
}
.philosophy-team-ttl {
    font-size : 40px;
    letter-spacing : 1.2px;
    color : #192D8C;
}
.philosophy-list-team {
    counter-reset: counter2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 100px;
}
.philosophy-list-item {
    margin-bottom: 40px;
    position: relative;
    padding-left: 62px;
}
.philosophy-list-item:before {
    counter-increment: counter2;
    content: "0"counter(counter2);
    position: absolute;
    left: 0;
    top: 0;
    font-size : 18px;
    letter-spacing : 2.16px;
    color : #141F3F;
    font-weight: bold;
}
.philosophy-list-heading {
    font-size : 18px;
    letter-spacing : 2.16px;
    font-weight: bold;
    color : #141F3F;
}
.philosophy-list-text {
    margin-top: 26px;
    font-size : 16px;
    letter-spacing : 1.92px;
    color : #141F3F;
}
@media only screen and (min-width:640px) {
    .firmTop_movie_lst li a:hover:after {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .firmTop_movie_lst li a:hover:before {
        clip-path: inset(0);
        transform: rotate(180deg);
    }
    .data-list-firm .details a:hover {
        color: #1b5d89;
    }
    .diversity_wrap .text-link:hover {
        color: #1b5d89;
        text-decoration: none;
    }
}
@media screen and (min-width:640px) and (max-width:1200px) {
    .greetings_head {
        display: block;
    }
    .greetings_info .post source,
    .greetings_info .post img {
        width: 37vw;
    }
    .greetings_img_txt {
        font-size: 6.5vw;
    }
    .greetings_img {
        padding-right: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: 215 / 143;
    }
    .greetings_img source,
    .greetings_img img {
        width: 94%;
        height: 100%;
        object-fit: cover;
        object-position: 0 23%;
    }
    .greetings_info {
        padding:60px 0 0;
    }
    .firmTop_history_wrap {
        display: block;
    }
    .firmTop_history_ttl {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .firmTop_history_box {
        width: 100%;
    }
    .data-list-firm .label {
        padding: 26px 15px;
    }
    .philosophy-head-box {
        padding-top: 7.167vw;
    }
    .philosophy-head-ttl {
        font-size: 6.5vw;
    }
}
@media screen and (min-width:640px) and (max-width:1024px) {
    .history_hero_wrap {
        display: block;
    }
    .history_hero_img {
        width: 100%;
        overflow: hidden;
    }
    .history_hero_img source,
    .history_hero_img img {
        width: 100%;
        height: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: 0 23%;
    }
    .history_hero_content {
        width: 100%;
        padding: 60px 0 0;
    }
    .history_list_item {
        display: block;
        margin-top: 30px;
    }
    .history_list_item .label {
        margin-bottom: 20px;
    }
    .history_list_item .data {
        width: 100%;
    }
    .history_note_content {
        display: block;
    }
    .history_note_content .txt {
        font-size : 16px;
        letter-spacing : 1.28px;
        color : #141F3F;
    }
    .history_note_content .viewMore_btn {
        margin: 30px 0 0;
    }
    .diversity_heading_wrap {
        display: block;
    }
    .diversity_heading_img {
        width: 100%;
    }
    .diversity_heading_text {
        width: 100%;
        padding: 2.7% 0 0;
    }
    .eruboshi_wrap {
        display: block;
    }
    .eruboshi_txt {
        width: 100%;
        padding: 0 0 2.7%;
    }
    .eruboshi_img {
        width: 30%;
        margin: 0 auto;
    }
    .philosophy-content-wrap {
        display: block;
    }
    .philosophy-content-box {
        width: 100%;
        margin-top: 60px;
    }
}
@media only screen and (max-width:640px) {
    .greetings_wrap {
        padding-bottom: 0;
    }
    .greetings_head {
        display: block;
    }
    .greetings_img {
        padding-right: 0;
        width: 100%;
        height: 100%;
        aspect-ratio: 215 / 143;
    }
    .greetings_img source,
    .greetings_img img {
        width: 94%;
        height: 100%;
        object-fit: cover;
        object-position: 0 23%;
    }
    .greetings_img_txt {
        font-size : 10.667vw;
    }
    .greetings_info {
        text-align: center;
        padding:10.667vw 0 0;
    }
    .greetings_info .company {
        font-size : 3.733vw;
        margin-bottom: 5.333vw;
    }
    .greetings_info .post source,
    .greetings_info .post img {
        width: 80vw;
    }
    .greetings_info .name {
        font-size : 4.267vw;
        margin-top: 10.667vw;
    }
    .greetings_text_wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .greetings_text_wrap .txt {
        font-size : 3.733vw;
        line-height : 1.8;
        margin-top: 1.4em;
    }
    /*top*/
    .firmTop_movie_wrap {
        padding-top: 4vw;
    }
    .firmTop_movie_wrap .movie {
        height: 160vw;
    }
    .firmTop_movie_wrap video {
        height: 160vw;
    }
    .firmTop_movie_txt {
        max-width: none;
    }
    .firmTop_movie_txt .c-pageTtl_wrap {
        padding: 0 0 16vw;
    }
    .firmTop_movie_txt .c-pageTtl_wrap .ttl {
        font-size: 10.133vw;
    }
    .firmTop_movie_txt .c-pageTtl_wrap .txt {
        font-size: 4.267vw;
        margin-top: 4.267vw;
    }
    .firmTop_movie_txt .txt {
        font-size : 3.733vw;
        padding: 0 4.688vw;
    }
    .firmTop_movie_lst {
        margin-top: 10.667vw;
    }
    .firmTop_movie_lst li {
        width: 61.333vw;
        margin-top: 6.933vw;
    }
    .firmTop_movie_lst li a {
        font-size : 3.733vw;
        padding: 3.733vw 4.267vw;
    }
    .firmTop_movie_lst li a:before {
        width: 2.133vw;
        height: 2.133vw;
        right: 4.267vw;
        margin-top: -1.067vw;
    }
    .firmTop_history_wrap {
        display: block;
        padding: 0 4.688vw;
        padding-top: 16vw;
    }
    .firmTop_history_ttl {
        font-size: 8vw;
        width: 100%;
        padding: 0;
        margin-bottom: 5.333vw;
    }
    .firmTop_history_box {
        width: 100%;
    }
    .firmTop_history_box .txt {
        font-size : 3.733vw;
    }
    .firmTop_history_lnk {
        margin-top: 5.333vw;
        display: block;
    }
    .firmTop_history_lnk li {
        margin-bottom: 8vw;
    }
    .firmTop_history_lnk li:last-child {
        margin-bottom: 0;
    }
    .firmTop_history_data {
        margin-top: 10.667vw;
    }
    .firmTop_history_data .ttl {
        font-size : 4.267vw;
    }
    .data-list-firm {
        margin-top: 5.333vw;
        display: block;
    }
    .data-list-firm .label {
        font-size : 3.2vw;
        padding: 4.267vw 0 0;
    }
    .data-list-firm .details {
        font-size : 3.2vw;
        padding: 3.733vw 0 4.267vw;
        border-top: none;
    }
    .firmTop_awards_wrap {
        padding: 0 4.688vw;
        padding-top: 16vw;
        margin-bottom: 0;
    }
    .firmTop_awards_box {
        display: block;
        margin-top: 16.667vw;
    }
    .firmTop_awards_box .img {
        width: 100%;
        aspect-ratio: 300 / 157;
        margin-top: 5.333vw;
    }
    .firmTop_awards_txt {
        width: 100%;
        padding-right: 0;
    }
    .firmTop_awards_txt .en {
        font-size : 7.467vw;
    }
    .firmTop_awards_txt .ttl {
        font-size : 4.267vw;
        line-height: 1.4;
        margin-top: 2.667vw;
    }
    .firmTop_awards_txt .txt {
        font-size : 3.2vw;
        margin-top: 5.333vw;
    }
    .firmTop_awards_txt .viewMore_btn {
        margin: 0 auto;
        margin-top: 5.333vw;
    }
    /*history*/
    .history_hero_wrap {
        display: block;
        padding: 0 4.688vw;
    }
    .history_hero_img {
        width: 100%;
        overflow: hidden;
    }
    .history_hero_img source,
    .history_hero_img img {
        width: 100%;
        height: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: 0 23%;
    }
    .history_hero_content {
        width: 100%;
        padding: 8vw 0 0;
    }
    .history_hero_content .txt {
        font-size : 4.267vw;
        line-height : 2;
    }
    .history_list_wrap {
        margin-top: 21.333vw;
        padding: 0 4.688vw;
    }
    .history_list_item {
        display: block;
        margin-top: 8vw;
    }
    .history_list_item .label {
        width: 52.267vw;
        font-size : 3.733vw;
        margin-bottom: 2.667vw;
    }
    .history_list_item .label:before {
        width: 13.867vw;
        height: 0.267vw;
        left: 13.333vw;
        top: 2.4vw;
    }
    .history_list_item .data {
        width: 100%;
        font-size : 3.2vw;
    }
    .history_note_wrap {
        margin-top: 21.333vw;
        padding: 0 4.688vw;
    }
    .history_note_ttl .en {
        font-size: 7.467vw;
    }
    .history_note_ttl .ttl {
        font-size : 3.733vw;
        margin-top: 3.2vw;
    }
    .history_note_content {
        display: block;
        margin-top: 8vw;
    }
    .history_note_content .txt {
        font-size : 3.2vw;
    }
    .history_note_content .viewMore_btn {
        margin: 5.333vw 0 0;
    }
    .history_note_img {
        margin-top: 7.467vw;
    }
    /*diversity_inclusion*/
    .diversity_heading_wrap {
        display: block;
        padding: 0 4.688vw;
    }
    .diversity_heading_img {
        width: 100%;
    }
    .diversity_heading_text {
        width: 100%;
        font-size : 3.733vw;
        padding: 5.333vw 0 0;
    }
    .diversity_contents_wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .diversity_contents_ttl {
        font-size : 4.267vw;
        margin-bottom: 6.933vw;
    }
    .diversity_contents_text {
        font-size : 3.2vw;
    }
    .diversity_attempt_wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .diversity_attempt_ttl {
        font-size : 4.267vw;
        margin-bottom: 6.933vw;
    }
    .diversity_attempt_box {
        margin-top: 10.667vw;
    }
    .diversity_attempt_subttl {
        font-size : 3.733vw;
        margin-bottom: 4.8vw;
    }
    .diversity_attempt_txt {
        font-size : 3.2vw;
    }
    .diversity_attempt_lst {
        margin-top: 4.267vw;
    }
    .diversity_attempt_li {
        font-size : 3.2vw;
        padding-left: 5.333vw;
    }
    .diversity_attempt_li:before {
        width: 1.067vw;
        height: 1.067vw;
        top: 2.667vw;
    }
    .eruboshi_wrap {
        display: block;
    }
    .eruboshi_txt {
        width: 100% ;
        padding: 0 0 4.267vw;
    }
    .eruboshi_img {
        width: 30%;
        margin: 0 auto;
    }
    .diversity_lnk_wrap {
        padding: 0 4.688vw;
    }
    .diversity_lnk_wrap .contents-list.is-ver2 {
        margin-top: 10.667vw;
    }
    .diversity_lnk_wrap .contents-list.is-Topics .contents-content .heading {
        margin: 0 0 1.6vw;
    }
    /*human_rights*/
    .human_policy_wrap {
        padding: 0 4.688vw;
    }
    .human_policy_heading {
        font-size : 16px;
        margin-bottom: 18px;
    }
    .human_policy_contents {
        margin-top: 30px;
    }
    .human_policy_contents:first-of-type {
        margin-top: 60px;
    }
    .human_policy_subheading {
        font-size : 14px;
        margin-bottom: 16px;
    }
    .human_policy_text {
        font-size : 12px;
    }
    .human_policy_info {
        margin-top: 80px;
    }
    .human_policy_date {
        font-size : 12px;
    }
    .human_policy_heading {
        font-size : 4.267vw;
        margin-bottom: 4.8vw;
    }
    .human_policy_contents {
        margin-top: 8vw;
    }
    .human_policy_contents:first-of-type {
        margin-top: 16vw;
    }
    .human_policy_subheading {
        font-size : 3.733vw;
        margin-bottom: 4.267vw;
    }
    .human_policy_text {
        font-size : 3.2vw;
    }
    .human_policy_info {
        margin-top: 21.333vw;
    }
    .human_policy_date {
        font-size : 3.2vw;
    }

    /*philosophy*/
    .philosophy-wrap {
        margin-top: 4.267vw;
        padding-bottom: 10.667vw;
    }
    .philosophy-wrap:before {
        height: 32vw;
    }
    .philosophy-content-wrap {
        margin-top: 10.133vw;
    }
    .philosophy-head-ttl {
        font-size: 8.533vw;
    }
    .philosophy-content-wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
        display: block;
    }
    .philosophy-content-ttl {
        width: 100%;
        font-size : 4.267vw;
    }
    .philosophy-content-box {
        width: 100%;
        margin-top: 6.933vw;
    }
    .philosophy-content-text {
        font-size : 3.733vw;
    }
    .philosophy-content-list {
        counter-reset: counter1;
        padding: 6.933vw 0;
    }
    .philosophy-content-list-item {
        margin-bottom: 4.8vw;
    }
    .philosophy-content-list-item:before {
        top: -0.8vw;
        font-size : 4.267vw;
    }
    .philosophy-content-list-heading {
        font-size : 3.733vw;
    }
    .philosophy-video-wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .philosophy-video {
        margin-top: 6.933vw;
    }
    .movie_play {
        width: 22.133vw;
    }
    .philosophy-team-wrap {
        margin-top: 16vw;
        padding: 0 4.688vw;
    }
    .philosophy-team-ttl {
        font-size : 10.667vw;
    }
    .philosophy-list-team {
        margin-top: 10.667vw;
    }
    .philosophy-list-item {
        margin-bottom: 8.533vw;
        padding-left: 11.2vw;
    }
    .philosophy-list-item:before {
        font-size : 4.267vw;
    }
    .philosophy-list-heading {
        font-size : 4.267vw;
    }
    .philosophy-list-text {
        margin-top: 2.667vw;
        font-size : 3.733vw;
    }
}
