@charset "UTF-8";
/*
===============================================================================
■ eng company
===============================================================================
*/
.eng-none {
    display: none;
}
.eng-left {
    text-align: left !important;
}
.c-container--greeting .u-aRight {
    margin-top: 40px;
}

.c-container--vision .wrap--vision li {
    margin: 0 20px;
    text-align: left !important;
}
.c-container--vision .wrap--vision .u-aCenter--pc {
    text-align: left !important;
}
.c-container--officer .c-inner--officer .wrap-officer .wrap--inner--officer .officer-details .p-position {
    font-size: 1.5rem;
    letter-spacing: 0em;
}
.hub-jp--jpgroup .link-list li {
    width: 20%;
}
.hub-jp--jpgroup .link-list li a {
    padding:0;
    display: block;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-container--greeting p.u-aRight {
        margin-bottom: 100px;
    }
    .hub-jp--jpgroup .link-list li {
        width: 50%;
    }
    .c-inner--governance .lead.eng-left{
        margin-bottom: 30px;
    }
}

.p-comTopBottomListWrap {
    justify-content: flex-start;
}
.p-comTopBottomListItem {
    margin-right: 1.250%;
}
.p-comTopBottomListItem:nth-child(4n){
    margin-right: 0%;
}
.p-comTopBottomListItem__link:hover {
    background: url(../images/ico_arrow_r_wh.svg) no-repeat right 15px center #5d639e;
    background-size: 6px auto;
    color: #fff;
    opacity: 1;
}

/*2020/1/19 TJS ADD */
.h-Headline .en{
	font-weight : 700;
	letter-spacing : normal;
}
@media print, screen and (min-width: 768px){
	.h-Headline .en{
		font-size : 3.0rem;
	}
}
@media screen and (max-width: 767px){
	.h-Headline .en{
		font-size : 2.0rem;
	}
}

