@charset "utf-8";
/*business共通*/
#visual h1 {
    color: #FFFFFF;
}
body#business .txt_boxL h2, body#business .txt_boxR h2 {
    text-align: left;
}
body#business .txt_boxL h3, body#business .txt_boxR h3 {
    text-align: left;
    margin-bottom: 15px;
}
/*business*/
body.business #visual:after {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: -2;
}
body.business #visual h1 {
    color: #060606;
}
body.business #sec01 .txt_box {
    background-color: rgba(0,0,0,0.36);
    color: #FFFFFF;
}
body.business #sec01 .txt_box h3 {
    text-align: left;
}
body.business #sec02, body.business #sec03, body.business #sec04 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
body.business #sec02 .container > ul > li h3 {
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #c9c9c9;
}
body.business #sec02 .container > ul > li h3 span {
    position: absolute;
    color: #0094d7;
    right: 0px;
}
body.business #sec02 .container > ul > li h4 {
    font-weight: bold;
}
body.business #sec04 {
    color: #FFFFFF;
}
body.business #sec04 h3 {
    text-align: left;
}
/*fuel*/
/*security*/
/*tugboat*/
/*other*/
body.other #sec02 table {
    width: 100%;
    border-collapse: collapse;
}
body.other #sec02 table th, body.other #sec02 table td {
    border: 1px solid #c0c0c0;
    background-color: #FFFFFF;
}
body.other #sec02 table th {
    text-align: center;
    font-weight: normal;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

pcSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px), print {
/*business共通*/
#topicpath li, #topicpath ul li a {
    color: #FFFFFF;
}
body.fuel #sec01, body.fuel #sec02, body.fuel #sec03, body.security #sec01, body.security #sec02, body.tugboat #sec01, body.tugboat #sec02, body.other #sec01, body.other #sec02, body.other #sec04 {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
body#business .txt_boxL, body#business .txt_boxR {
    padding: 70px 30px;
    background-color: rgba(255,255,255,0.79);
}
body#business .txt_boxL {
    margin-left: 130px;
	width: 320px;
}
body#business .txt_boxR {
    margin-left: 500px;
}
body#business .txt_boxL h2, body#business .txt_boxR h2 {
    margin-bottom: 15px;
}
/*business*/
body.business #visual:after {
    background-image: url(../../images/business/mv_business_01.png);
    height: 900px;
}
body.business #visual h1 {
    padding: 65px 0 55px;
}
body.business #sec01 .txt_box {
    padding: 45px 70px 90px;
    margin-bottom: 100px;
}
body.business #sec01 .txt_box h3 {
    margin: 35px 0 10px;
}
body.business #sec02 {
    padding: 50px 0;
    background-image: url(../../images/business/bg_business_01.png);
}
body.business #sec02 .container > ul > li {
    position: relative;
    z-index: 0;
    padding: 50px 0;
    margin-bottom: 20px;
}
body.business #sec02 .container > ul > li:before {
    display: block;
    width: 480px;
    height: 102%;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
body.business #sec02 .container > ul > li.no1:before, body.business #sec02 .container > ul > li.no3:before {
    left: 0px;
    right: auto;
}
body.business #sec02 .container > ul > li.no2:before, body.business #sec02 .container > ul > li.no4:before {
    left: auto;
    right: 0px;
}
body.business #sec02 .container > ul > li.no1:before {
    background-image: url(../../images/business/img_business_01.png);
}
body.business #sec02 .container > ul > li.no2:before {
    background-image: url(../../images/business/img_business_02.png);
}
body.business #sec02 .container > ul > li.no3:before {
    background-image: url(../../images/business/img_business_03.png);
}
body.business #sec02 .container > ul > li.no4:before {
    background-image: url(../../images/business/img_business_04.png);
}
body.business #sec02 .container > ul > li .inner {
    padding: 35px 30px;
    background-color: #FFFFFF;
}
body.business #sec02 .container > ul > li.no1 .inner, body.business #sec02 .container > ul > li.no3 .inner {
    margin: 0px 75px 0px 425px;
}
body.business #sec02 .container > ul > li.no2 .inner, body.business #sec02 .container > ul > li.no4 .inner {
    margin: 0px 425px 0px 75px;
}
body.business #sec02 .container > ul > li h3 {
    font-size: 2.5rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
body.business #sec02 .container > ul > li h3 span {
    font-size: 4.5rem;
    line-height: 0.9;
}
body.business #sec02 .container > ul > li.no4 {
    padding-bottom: 0px;
}
body.business #sec02 .container > ul > li.no4 h3 {
    letter-spacing: -0.06em;
}
body.business #sec02 .container > ul > li .txt {
    margin-bottom: 25px;
}
body.business #sec02 .container > ul > li h4 {
    margin: 20px 0 10px;
}
body.business #sec03 {
    padding: 50px 0 60px;
    background-image: url(../../images/business/bg_business_02.png);
}
body.business #sec03 h2 {
    margin-bottom: 25px;
}
body.business #sec03 .thumbnail {
    text-align: center;
}
body.business #sec04 {
    padding: 80px 0 90px;
    background-image: url(../../images/business/bg_business_03.png);
    color: #FFFFFF;
}
body.business #sec04 .txt_box {
    margin-left: 500px;
}
body.business #sec04 .txt_box p + p {
    margin-top: 25px;
}
body.business #sec04 h2 {
    text-align: left;
}
body.business #sec04 h3 {
    margin: 55px 0 15px;
    text-align: left;
}
/*fuel*/
body.fuel #visual {
    background-image: url(../../images/business/fuel/mv_fuel_01.png);
}
body.fuel #sec01 {
    padding: 65px 0;
    background-image: url(../../images/business/fuel/bg_fuel_01.png);
	/*background-size: 187%;*/
}
body.fuel #sec02 {
    padding: 65px 0;
    background-image: url(../../images/business/fuel/bg_fuel_02.png);
}
body.fuel #sec03 {
    padding: 65px 0;
    background-image: url(../../images/business/fuel/bg_fuel_03.png);
}
body.fuel #sec04 {
    padding: 65px 0;
    background-image: url(../../images/business/fuel/bg_fuel_04.png);
}
body.fuel #sec05 {
    padding: 65px 0;
    background-image: url(../../images/business/fuel/bg_fuel_05.png);
}
/*security*/
body.security #visual {
    background-image: url(../../images/business/security/mv_security_01.png);
}
body.security #sec01 {
    padding: 65px 0;
    background-image: url(../../images/business/security/bg_security_01.png);
}
body.security #sec02 {
    padding: 65px 0;
    background-image: url(../../images/business/security/bg_security_02.png);
}
/*tugboat*/
body.tugboat #visual {
    background-image: url(../../images/business/tugboat/mv_tugboat_01.png);
}
body.tugboat #sec01 {
    padding: 65px 0;
    background-image: url(../../images/business/tugboat/bg_tugboat_01.png);
}
body.tugboat #sec02 {
    padding: 65px 0;
    background-image: url(../../images/business/tugboat/bg_tugboat_02.png);
}
/*other*/
body.other #visual {
    background-image: url(../../images/business/other/mv_other_01.png);
}
body.other #sec01 {
    padding: 65px 0;
    background-image: url(../../images/business/other/bg_other_01.png);
}
body.other #sec02 {
    padding: 65px 0;
    background-image: url(../../images/business/other/bg_other_02.png);
}
body.other #sec02 p + h3 {
    margin-top: 20px;
}
body.other #sec02 table th {
    padding: 10px 20px;
}
body.other #sec02 table td {
    padding: 10px 15px;
}
body.other #sec03 {
    padding: 45px 0 30px;
}
body.other #sec03 ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -4%;
}
body.other #sec03 ul li {
    margin: 0 3.6%;
    flex-basis: 42%;
}
body.other #sec03 h2 {
    margin-bottom: 40px;
}
body.other #sec03 h3 {
    margin: 20px 0 10px;
}
body.other #sec04 {
    padding: 65px 0;
    background-image: url(../../images/business/other/bg_other_03.png);
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

spSetting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width: 767px) {
/*business共通*/
body#business .txt_boxL h2, body#business .txt_boxR h2 {
    margin: 15px 0 10px;
}
/*business*/
body.business #visual {
}
body.business #visual:after {
    background-image: url(../../images/business/mv_business_01_sp.png);
    height: 660px;
}
body.business #visual h1 {
    padding: 50px 0;
}
body.business #sec01 .txt_box {
    padding: 30px 4%;
}
body.business #sec01 .txt_box h3 {
    margin: 20px 0 10px;
}
body.business #sec02 {
    padding: 30px 4%;
    background-image: url(../../images/business/bg_business_01_sp.png);
}
body.business #sec02 .lead {
    margin-bottom: 30px;
    text-align: center;
}
body.business #sec02 .container > ul > li {
    position: relative;
    z-index: 0;
    padding-top: 50%;
}
body.business #sec02 .container > ul > li + li {
    margin-top: 30px;
}
body.business #sec02 .container > ul > li:before {
    content: "";
    width: 100%;
    height: 76%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 100% auto;
}
body.business #sec02 .container > ul > li.no1:before {
    background-image: url(../../images/business/img_business_01.png);
}
body.business #sec02 .container > ul > li.no2:before {
    background-image: url(../../images/business/img_business_02.png);
}
body.business #sec02 .container > ul > li.no3:before {
    background-image: url(../../images/business/img_business_03.png);
}
body.business #sec02 .container > ul > li.no4:before {
    background-image: url(../../images/business/img_business_04.png);
}
body.business #sec02 .container > ul > li .inner {
    background-color: #FFFFFF;
    margin: 0 4%;
    width: 84%;
    padding: 15px 4%;
}
body.business #sec02 .container > ul > li h3 {
    font-size: 2rem;
    margin-bottom: 15px;
    padding: 0 3rem 15px 0;
}
body.business #sec02 .container > ul > li h3 span {
    vertical-align: middle;
    font-size: 2.5rem;
    top: -0.2rem;
}
body.business #sec02 .container > ul > li .txt {
    margin-bottom: 15px;
}
body.business #sec02 .container > ul > li .btn a {
    min-width: 0;
    width: 100%;
}
body.business #sec03 {
    padding: 30px 4%;
    background-image: url(../../images/business/bg_business_02_sp.png);
}
body.business #sec03 h2 {
    margin-bottom: 30px;
}
body.business #sec04 {
    padding: 30px 4%;
    background-image: url(../../images/business/bg_business_03_sp.png);
}
body.business #sec04 .txt_box p + p {
    margin-top: 15px;
}
body.business #sec04 h3 {
    margin: 30px 0 15px;
}
/*fuel*/
body.fuel #visual {
    background-image: url(../../images/business/fuel/mv_fuel_01_sp.png);
}
body.fuel #sec01 {
    margin: 30px 4%;
}
body.fuel #sec02 {
    margin: 0 4% 30px;
}
body.fuel #sec03,body.fuel #sec04,body.fuel #sec05 {
    margin: 0 4% 30px;
}
/*security*/
body.security #visual {
    background-image: url(../../images/business/security/mv_security_01_sp.png);
}
body.security #sec01 {
    margin: 30px 4%;
}
body.security #sec02 {
    margin: 0 4% 30px;
}
/*tugboat*/
body.tugboat #visual {
    background-image: url(../../images/business/tugboat/mv_tugboat_01_sp.png);
}
body.tugboat #sec01 {
    margin: 30px 4%;
}
body.tugboat #sec02 {
    margin: 0 4% 30px;
}
/*other*/
body.other #visual {
    background-image: url(../../images/business/other/mv_other_01_sp.png);
}
body.other #sec01 {
    margin: 30px 4%;
}
body.other #sec02 {
    margin: 0 4% 30px;
}
body.other #sec02 p + h3 {
    margin-top: 15px;
}
body.other #sec02 table th, body.other #sec02 table td {
    padding: 15px 10px;
    display: block;
    border-bottom: none;
}
body.other #sec02 table th {
    background-color: #e0e0e0;
}
body.other #sec02 table tr:last-child td {
    border-bottom: 1px solid #c0c0c0;
}
body.other #sec03 {
    padding: 30px 8%;
    background-color: #eeeeee;
}
body.other #sec03 ul li + li {
    margin-top: 30px;
}
body.other #sec03 h2 {
    margin-bottom: 30px;
}
body.other #sec03 h3 {
    margin: 10px 0;
}
body.other #sec04 {
    margin: 30px 4%;
}
}

/*products*/

body.products #visual {
    background-image: url(../../images/business/products/mv_products_01.png);
}
body.products .container .inner h2{
	margin-bottom: 40px;
}
body.products .container .inner .lead {
        margin-bottom: 50px;
}
body.products #sec01,
body.products #sec03{
        margin: 65px 0;
}
body.products .picList{
	display: flex;
}
body.products #sec01 .picList div{
	width : calc(100% / 3) ;
}
body.products #sec03 .picList div{
	width : calc(100% / 2) ;
}

body.products #sec02 {
        padding: 50px 0;
        background-image: url(../../images/business/products/bg_products_01.png);
	    background-position: center top;
        background-size: cover;
    	background-repeat: no-repeat;
}

body.products #sec02 .container .inner > ul > li{
        position: relative;
        z-index: 0;
        padding: 50px 0;
        margin-bottom: 20px;
}
body.products #sec02 .container .inner > ul > li:before{
        display: block;
        width: 480px;
        height: 102%;
        content: "";
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        position: absolute;
        top: 0px;
        bottom: 0px;
    }
body.products #sec02 .container .inner > ul > li.no1:before {
        background-image: url(../../images/business/products/pic_products_02_01.png);
		left: auto;
        right: 0px;
    }
body.products #sec02 .container .inner > ul > li.no2:before {
        background-image: url(../../images/business/products/pic_products_02_02.png);
		left: 0px;
        right: auto;
    }
body.products #sec02 .container .inner > ul > li.no3:before {
        background-image: url(../../images/business/products/pic_products_02_03.png);
		left: auto;
        right: 0px;
    }
body.products #sec02 .container .inner > ul > li .inner{
	padding: 35px 30px;
        background-color: #FFFFFF;
}
body.products #sec02 .container .inner > ul > li.no1 .inner,
body.products #sec02 .container .inner > ul > li.no3 .inner{
        margin: 0px 420px 0px 0px;
    }
body.products #sec02 .container .inner > ul > li.no2 .inner{
        margin: 0px 0px 0px 420px;
    }
body.products #sec02 .container .inner > ul > li.no2 .inner p.txt{
	min-height: 120px;
}
body.products #sec02 .container .inner > ul > li h3{
        font-size: 2.5rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
body.products #sec02 .listTxt{
	margin-top: 20px;
	font-size: 0.9em;
}
body.products #sec02 .listTxt br.onlySp{
	display: none;	
}

@media screen and (max-width: 767px) {
	
	body.products #visual {
    background-image: url(../../images/business/products/mv_products_01_sp.png);}
	
	body.products .container .inner .lead {
        margin-bottom: 30px;}
	
	body.products #sec01,
	body.products #sec03{
        margin: 30px 4%;
    }
	body.products #sec01 .picList div,
	body.products #sec03 .picList div{
	width : 100%;
	margin-bottom: 20px;
	}
	
	body.products .picList{
	display: block;}
	
	body.products #sec02 {
        padding: 30px 4%;
	}
	
	body.products #sec02 .listTxt br.onlySp{
	display: block;	
	}
	
	body.products #sec02 .container .inner > ul > li{
        position: relative;
        z-index: 0;
        padding-top: 50%;
    }
	body.products #sec02 .container .inner > ul > li:before{
        content: "";
        width: 100%;
        height: 76%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-position: center top;
        background-repeat: no-repeat;
        z-index: -1;
        background-size: 100% auto;
    }
	body.products #sec02 .container .inner > ul > li.no1 .inner,
	body.products #sec02 .container .inner > ul > li.no2 .inner,
	body.products #sec02 .container .inner > ul > li.no3 .inner{
    margin: auto;
}
	body.products #sec02 .container .inner > ul > li.no1:before {
        background-image: url(../../images/business/products/pic_products_02_01_sp.png);
    }
	body.products #sec02 .container .inner > ul > li.no2:before {
        background-image: url(../../images/business/products/pic_products_02_02_sp.png);
    }
	body.products #sec02 .container .inner > ul > li.no3:before {
        background-image: url(../../images/business/products/pic_products_02_03_sp.png);
    }
	body.products #sec02 .container .inner > ul > li .inner{
        background-color: #FFFFFF;
        margin: 0 4%;
        width: 84%;
        padding: 15px 4%;
    }
	body.products #sec02 .container .inner > ul > li h3{
        font-size: 2rem;
        margin-bottom: 15px;
        padding: 0 3rem 15px 0;
    }
	body.products #sec02 .container .inner > ul > li.no2 .inner p.txt{
	min-height: auto;
	}
	
	
}