@charset "UTF-8";

@media print, screen and (min-width: 751px) {

/* -----------------------------------------------------------------------------

ナビ　アクティブ設定

----------------------------------------------------------------------------- */
/* pagenav
  ---------------------------------------------*/	
.aus #pageNav .inner > ul > li.aus a,
.nz #pageNav .inner > ul > li.nz a,
.food #pageNav .inner > ul > li.food a,
.ICT #pageNav .inner > ul > li.ICT a,
.energy_chemicals #pageNav .inner > ul > li.energy_chemicals a,
.chemicals #pageNav .inner > ul > li.chemicals a,
.energy #pageNav .inner > ul > li.energy a,
.plant #pageNav .inner > ul > li.plant a,
.metals #pageNav .inner > ul > li.metals a,
.forest #pageNav .inner > ul > li.forest a,
.construction #pageNav .inner > ul > li.construction a,
.finance #pageNav .inner > ul > li.finance a {
	color: #e60012 !important;
}
	

/* -----------------------------------------------------------------------------	
	
	field
	
----------------------------------------------------------------------------- */
#field .boxBorder {
	padding: 30px 45px;
}
#field li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
#field li:nth-child(2) {
	margin-top: 0;
}

	
/* -----------------------------------------------------------------------------	
	
	list col2
	
----------------------------------------------------------------------------- */
.listDot.col2 li {
	margin-top: 8px;
}
.listDot.col2 li:nth-child(1),
.listDot.col2 li:nth-child(2) {
	margin-top: 0;
}

/* -----------------------------------------------------------------------------

MV背景

----------------------------------------------------------------------------- */
.aus #pageTtl.ttlImg {
    background-image: url(../aus/img/bg_main.jpg);
}
.nz #pageTtl.ttlImg {
    background-image: url(../nz/img/bg_main.jpg);
}
.food #pageTtl.ttlImg {
    background-image: url(../food/img/bg_main.jpg);
}
.ICT #pageTtl.ttlImg {
    background-image: url(../ICT/img/bg_main.jpg);
}
.energy_chemicals #pageTtl.ttlImg {
    background-image: url(../energy_chemicals/img/bg_main.jpg);
}
.chemicals #pageTtl.ttlImg {
    background-image: url(../chemicals/img/bg_main.jpg);
}
.energy #pageTtl.ttlImg {
    background-image: url(../energy/img/bg_main.jpg);
}
.plant #pageTtl.ttlImg {
    background-image: url(../infra/img/bg_main.jpg);
}
.finance #pageTtl.ttlImg {
    background-image: url(../finance/img/bg_main.jpg);
}
.metals #pageTtl.ttlImg {
    background-image: url(../metals/img/bg_main.jpg);
}
.forest #pageTtl.ttlImg {
    background-image: url(../forest/img/bg_main.jpg);
}
.construction #pageTtl.ttlImg {
    background-image: url(../construction/img/bg_main.jpg);
}
.company #pageTtl.ttlImg {
    background-image: url(../company/img/bg_main.jpg);
}

/* -----------------------------------------------------------------------------

/* modal movie */

----------------------------------------------------------------------------- */


video {
	background: #000;
}

video:hover {
    cursor : pointer;
}

.inline {
    position:relative;
    display : block;
    overflow: auto;
}

.inline:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: url(../common/img/icon_play.png) no-repeat;
    background-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    transition: 0.3s;
    z-index: 2;
}

/* -----------------------------------------------------------------------------

flex

----------------------------------------------------------------------------- */

.flex {
	display: flex;
    flex-wrap: wrap;
    gap: 80px 50px;
    margin-bottom: 60px;
}
.flex-col {
    width: calc((100% - 100px) / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-col figure img {
    width: 100%;
}

.flex-col h5 {
    font-size: 2rem;
    line-height: 1.5;
}
.flex-col .flex-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.flex-col ul li.listnone::before {
    display: none;
}

}