@charset "UTF-8";
/*Diversity & Inclusion Area*/
.diversity main {
    margin: 0;
}
.diversity img {
    width: 100%;
}
.diversity .header-ghit .nav-brand {
    background-image: url("../img/common/logo-brand-black.png");
}

.diversity main {
    margin: 0;
}
.diversity .main-visual {
    width: 100vw;
    position: relative;
}
.diversity .main-visual .main-image {
    height: 425px;
    margin-bottom:45px;
}
.diversity .main-visual .main-image:after {
    content: "";
    display: block;
    background: url("../img/overview/kv_dei.jpg") no-repeat center 50%;
    background-size: cover;
    height: 425px;
}
@media screen and (max-width: 960px) {
    .diversity .main-visual {
        background-size: auto 100%;
        margin-bottom: 40px;
    }
    .diversity .main-visual .main-image {
        height: 380px;
    }
    .diversity .main-visual .main-image:after {
        height: 380px;
    }
    .body-sp.diversity .main-visual:after {
        height: 380px;
    }
    .diversity .main-visual .main-image:after {
        content: "";
        display: block;
        background: url("../img/overview/kv_dei.jpg") no-repeat center 50%;
        background-size: cover;
        height: 380px;
    }
}

@media screen and (max-width: 480px) {
    .diversity .main-visual {
        background-size: auto 100%;
        min-height: 245px;
        margin-bottom: 0px;
    }
    .diversity .main-visual .main-image {
        height: 245px;
    }
    .diversity .main-visual .main-image:after {
        height: 245px;
    }
    .body-sp.diversity .main-visual:after {
        height: 245px;
    }
    .diversity .main-visual .main-image:after {
        content: "";
        display: block;
        background: url("../img/overview/kv_dei.jpg") no-repeat center 50%;
        background-size: cover;
        height: 245px;
    }
}
.diversity .title-block {
    text-align: center;
    position: relative;
    width: 100%;
    margin-bottom:0px;
    margin-top: 60px;
}
.diversity .title-block .container {
    width: 100%;
    position: relative;
}
.diversity .title-block h1 {
    color:#000000;
/*  color: #0092d2;*/
}
[lang="en"] .diversity .title-block h1 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1em;
}
[lang="ja"] .diversity .title-block h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.4em;
}
.diversity .cont h2{
    text-align: center;
    margin-bottom: 1em;
}
.diversity .cont h2 {
    color: #000000;
}
[lang="en"] .diversity .cont h2 {
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.1em;
}
[lang="ja"] .diversity .cont h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1em;
}
.diversity .cont h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #1892d1;
    margin: 15px auto 0;
}
.diversity .cont h3{
    text-align: left;
    margin-top: 2em;
}
[lang="en"] .diversity .cont h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1em;
}
[lang="ja"] .diversity .cont h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1em;
}
.diversity .title-block .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
.body-pc .nav-ghit .main-menu > li .drop-menu .diversity .title-block .inner {
    width: 40%;
    height: 100%;
    position: relative;
}
.tab {
    display: none;
}
@media screen and (max-width: 960px) {
    .diversity .title-block {
        width: auto;
        bottom: auto;
        height: auto;
    }
    .diversity .title-block .container {
        width: auto;
    }
    [lang="en"] .diversity .title-block h1 {
        font-size: 28px !important;
        font-size: 2.8rem !important;
        line-height: 1.3em;
    }
    [lang="ja"] .diversity .title-block h1 {
        font-size: 26px !important;
        font-size: 2.6rem !important;
        line-height: 1.3em;
    }
    [lang="en"] .diversity .cont h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.1em;
    }
    [lang="ja"] .diversity .cont h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.1em;
    }
    .diversity .cont h3{
        text-align: left;
        margin-top: 1.5em;
    }
    [lang="en"] .diversity .cont h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1em;
    }
    [lang="ja"] .diversity .cont h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.1em;
    }  
    .tab {
        display: inline;
    }
    .diversity .title-block .body-pc .nav-ghit .main-menu > li .drop-menu .inner,
    .body-pc .nav-ghit .main-menu > li .drop-menu .diversity .title-block .inner {
        width: auto;
    }
}
.diversity section.cont{
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}
.leadTxt{
    margin:30px 0 40px 0;
}
.diversity .leadTxt dd {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
}
.diversity .leadTxt dd ul{
    list-style:square;
    margin-left:1.5em;
}
.diversity .leadTxt dd ul li{
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
}

table{
    width:100%;
}
table tr:nth-child(odd){
    background-color:#e8f0fb;
}
table td:nth-child(even){
    text-align:right;
}
.text_blue {
    color: #0092d2 !important;
}
span.text_blue {
    font-size: 18px;
    font-size: 1.8em;
}
.diversity #diversity_ref li:before {
    content: "";
    display: inline-block;
    background-color: #1892d1;
    height: 3px;
    width: 7px;
    margin-right: 10px;
    vertical-align: middle;
}

.diversity .cont a,
.diversity .cont a:visited,
.diversity .cont a:link {
    color: #1892d1;
}

.flex-box{
    display:flex;
    width:100%;
}
.flex-box-s{
    display:flex;
    width:100%;
    justify-content: center;
}
.flex-item2{
    display: inline-block;
    width:50%;
    margin:1em;
}
.flex-item2-s{
    display: inline-block;
    width:33%;
    margin:1em;
}
.flex-item3{
    display: inline-block;
    width:33.3333%;
    margin:1em;
/*    background:#f1fcff;*/
}

.item-border {
    border: solid 1px #1892d1;
    box-shadow: #969696 1px 1px 3px;
    padding: 1em;
}
.flex-box dt{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight:600;
    color: #1892d1;
    margin-bottom: 1em;
}
.flex-box dd{
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    line-height:1.6em;
    margin-bottom: 0.5em;
}
.flex-box-s dt{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight:600;
    color: #1892d1;
    margin-bottom: 1em;
}
.flex-box-s dd.ValCont tbody{
    font-size: 2.0rem;
}
@media screen and (max-width: 480px) {
    .diversity .title-block {
        text-align: center;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 60px;
    }
    .diversity .title-block .container {
        width: auto;
    }
    [lang="en"] .diversity .title-block h1 {
        font-size: 23px !important;
        font-size: 2.3rem !important;
        line-height: 1.3em;
    }
    [lang="ja"] .diversity .title-block h1 {
        font-size: 20px !important;
        font-size: 2.0rem !important;
        line-height: 1.3em;
    }
    .tab {
        display: inline;
    }
    .flex-box dt{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.6em;
    }
    .flex-box dd{
        font-size: 14px;
        font-size: 1.4rem;
        line-height:1.6em;
        margin-bottom: 0.5em;
    }
    .flex-box-s dt{
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.6em;
        margin-bottom: 1em;
    }
    .diversity .leadTxt dd {
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .diversity .leadTxt dd ul li{
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .flex-box-s dd.ValCont tbody{
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 960px) {
    .diversity section {
        margin-bottom: 40px;
    }
    .flex-box{
        display:inline-block;
        width:calc(100% - 4em);
    }
    .flex-box-s{
        display:inline-block;
        width:calc(100% - 4em);
        justify-content: center;
    }
    .flex-item2{
        display: inline-block;
        width:100%;
    }
    .flex-item2-s{
        display: inline-block;
        width:100%;
    }
    .flex-item3{
        display: inline-block;
        width:100%;
    }
    .diversity .leadTxt dd {
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
    .diversity .leadTxt dd ul li{
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6em;
    }
}
@media screen and (max-width: 1200px) {
    .diversity section {
        position: relative;
        margin-bottom: 20px;
    }
    .diversity section .block {
        float: none;
        width: auto !important;
        font-size: 13px;
        font-size: 1.3rem;
    }
    .diversity .title-block h1 {
        font-size: 2.8rem;
        margin-bottom: 28px;
        letter-spacing: -0.01em;
    }   
    .flex-box dt{
        font-size: 18px;
        font-size: 1.8rem;
    }
    .flex-box dd{
        font-size: 14px;
        font-size: 1.4rem;
        line-height:1.4em;
        margin-bottom: 0.5em;
    }
    .flex-box-s dt{
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 1em;
    }
}

/*message-area*/
.gs-row:after {
    clear: both;
    content: "";
    display: table;
}
.message-area {
    clear: both;
    padding-bottom: 40px;
}
.message-area h2::after{
    margin: 10px 0 0 10px !important;
}
.message-area .flex-box {
    display: flex;
    grid-gap: 25px;
}
.message-area .flex-box .inner {
    width: 800px;
}
.message-area .flex-box .circle-photo {
    margin: 0 0 0 0;
    width: 320px;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 960px;
    -moz-border-radius: 960px;
    -ms-border-radius: 960px;
    -o-border-radius: 960px;
    border-radius: 960px;
    position: relative;
}
.message-area .circle-image {
    width: 415px;
    height: 415px;
}
@media screen and (max-width: 1200px) {
    .message-area {
        padding-bottom: 55px;
    }
    .message-area h2 {
        margin-bottom: 25px;
        margin-left: 14px;
    }
    .message-area .circle-image {
        width: 190px;
        height: 190px;
        margin: 0 auto 40px;
    }    
}
@media screen and (max-width: 960px) {
    .message-area .flex-box {
        display: flex;
        grid-gap: 25px;
        flex-direction: column;
    }
    .message-area .flex-box .inner {
        width: 100%;
    }
    .message-area .flex-box .circle-photo {
        margin: 40px auto;
        width: 280px;
        height: auto;
        overflow: hidden;
        -webkit-border-radius: 960px;
        -moz-border-radius: 960px;
        -ms-border-radius: 960px;
        -o-border-radius: 960px;
        border-radius: 960px;
        position: relative;
    }
}

/*storyarea*/
.story-area{
    padding:0;
}
.story-area h2 {
    font-size: 60px;
    font-size: 6rem;
    color: #1892d1;
    margin-bottom: 40px;
}
[lang="ja"] .story-area .desc-third {
    font-weight: 500;
}
.story-area .desc-third {
    margin-bottom: 65px;
    line-height: 1.75em;
}

/*　from app css */
.diversity .main-visual:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 32, 27, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.head-image-area.diversity:before,
.head-image-area.diversity:after{
    display: none;
}
.diversity .message-area h2 {
    font-size: 44px;
    font-size: 4.4rem;
    margin-bottom: 45px;
}
[lang="ja"] .diversity .message-area h2{
    font-size: 36px;
    font-size: 3.6.rem;
    margin-bottom: 45px;
}
.diversity .message-area h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #1892d1;
    margin: 10px auto 0;
}
.diversity .message-area h2 small {
    font-size: 60%;
}
@media screen and (max-width: 1200px) {
    .nav-on-image.diversity .nav-area {
        padding-bottom: 0 !important;
    }
    [lang="en"] .diversity .message-area h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    [lang="ja"] .diversity .message-area h2 {
        font-size: 20px;
        font-size: 2rem;
    }
    .diversity .message-area h2:after{
        width: 40px;
        height: 3px;
        margin-top: 5px;
    }

}
