/* Scss Document */
#key {
	background: url(../img/business/key.jpg) no-repeat center;
	background-size: cover;
}
.header-left {
	color: #000;
}
.header-left .h-nav li a {
	color: #000;
}
.header-left .h-nav li a::before {
	background: url(../img/shared/mn_icon_b.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

@media screen and (min-width: 767px) {
#key {
	background: url(../img/business/key.jpg) no-repeat center;
	background-size: cover;
}
}
#sec1 {
	position: relative;
	padding-bottom: 0;
	background: #fff;
}
#sec1::after {
	content: "";
	background: url(../img/shared/bg02.jpg);
	position: absolute;
	left: 74%;
	bottom: 10vw;
	right: 0;
	height: 37%;
}
#sec1 .wrap {
	padding: 20vw 5vw 0;
}
#sec1 .wrap::after {
	content: "";
	background: url(../img/business/sec1_deco.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	left: -34vw;
	top: -19vw;
	width: 312px;
	height: 375px;
}
#sec1 .wrap > * {
	position: relative;
	z-index: 2;
}
#sec1 h2 {
	font-size: 7vw;
	line-height: 1.8;
	margin-bottom: 5vw;
}
#sec1 .txt {margin-bottom: 8vw;}
#sec1 .right {
}
#sec1 .right .photo {
	margin-bottom: 30px;
}
#sec1 .right .box {
	background-color: #fff;
	border: 1px solid #dbdbdb;
}
#sec1 .right .box .inside {
	padding: 30px 20px;
}
#sec1 .right .box .inside h3 {
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 5px;
	margin-bottom: 14px;
}
#sec1 .right .box .inside ul {
	line-height: 30px;
}
#sec1 .right .box .inside .more {
	text-align: right;
}

@media screen and (min-width: 767px) {
#sec1 {
	padding-bottom: 50px;
}
#sec1::after {
	left: calc(50% + 375px);
	top: 0;
	right: 0;
	height: 700px;
}
#sec1 .wrap {
	padding: 234px 0 0;
}
	
	
#sec1 .wrap::after {
	left: -353px;
	top: -96px;
	width: 532px;
	height: 375px;
}
#sec1 h2 {
	font-size: 39px;
	line-height: 68px;
	margin-bottom: 17px;
	letter-spacing: 2px;
}
#sec1 .txt {
	width: 495px;
	margin-bottom: 0;
}
#sec1 .right {
	width: 590px;
	position: absolute;
	top: 39px;
	right: -134px;
}
#sec1 .right .photo {
	margin-bottom: 30px;
}
#sec1 .right .box {
	width: 406px;
}
#sec1 .right .box .inside {
	padding: 43px 40px 37px;
}
#sec1 .right .box .inside h3 {
	font-size: 25px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #7f7f7f;
	padding-bottom: 16px;
	margin-bottom: 19px;
}
#sec1 .right .box .inside ul {
	line-height: 30px;
}
#sec1 .right .box .inside .more {
	line-height: 1;
}
}
#sec2 {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	background: #fff;
}
#sec2::before {
	content: "";
	background: url(../img/business/sec2_deco.jpg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	width: 259px;
	height: 520px;
	right: -29vw;
}
#sec2 h2 {
	text-align: center;
	margin-bottom: 7vw;
	font-size: 7vw;
	letter-spacing: 1.5px;
}
#sec2 .set1 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	z-index: 2;
}
#sec2 .set1 .wrap {
	max-width: 1060px;
	background: url(../img/shared/bg02.jpg);
	padding: 0px 0 15vw;
}
#sec2 .set1 .inside {
	padding: 80px 10px 0;
}
#sec2 .set1 .inside .row {
	margin-left: auto;
	position: relative;
	margin-bottom: 8vw;
}
#sec2 .set1 .inside .row h3 {
	position: absolute;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	z-index: 2;
	left: 50%;
	margin-left: -52px;
	top: -98px;
}
#sec2 .set1 .inside .row ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#sec2 .set1 .inside .row ul li {
	width: 21%;
	border-radius: 10px;
	margin-right: 3vw;
	position: relative;
	height: 115px;
	background-color: #fff;
	display: table;
}
#sec2 .set1 .inside .row ul li::after {
	content: "";
	background: url(../img/business/arrow_g.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 9px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: -4vw;
	transform: translateY(-50%);
}
#sec2 .set1 .inside .row ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 4vw;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#sec2 .set1 .inside .row ul li:last-child {
	margin-right: 0;
}
#sec2 .set1 .inside .row ul li:last-child::after {
	display: none;
}
#sec2 .set1 .inside .row02 {
	margin-top: 34vw;
}
#sec2 .set1 .inside .row02 h3 {
	background-color: #445e49;
	box-shadow: none;
	color: #fff;
}
#sec2 .set1 .inside .row02 .item-g {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec2 .set1 .inside .row02 .item-g .item {
	width: 17vw;
	border-radius: 10px;
	margin-right: 0;
	position: relative;
	height: 115px;
	background-color: #fff;
	display: table;
	padding: 0 1vw;
}
#sec2 .set1 .inside .row02 .item-g .item span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 4vw;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#sec2 .set1 .inside .row02 .item-g .sub {
	position: relative;
	width: 16vw;
	padding-top: 4vw;
}
#sec2 .set1 .inside .row02 .item-g .sub::after {
	content: "";
	background: url(../img/business/arrow_g2.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 56px;
	height: 11px;
	position: absolute;
	left: 50%;
	right: 4px;
	top: 13vw;
	margin-left: -27px;
}
#sec2 .set1 .inside .row02 .item-g .sub span {
	font-family: ten-mincho, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3vw;
	padding: 2px 5px;
	color: #fff;
	background-color: #445e49;
}
#sec2 .set1 .inside .txt {
	text-align: center;
	padding: 0 5vw;
}
#sec2 .set2 .box {
	max-width: 830px;
	border: 1px solid #000000;
	padding: 10vw 3vw;
	text-align: center;
	margin: 0 auto;
}
#sec2 .set2 .box h3 {
	font-size: 6vw;
	letter-spacing: 1.5px;
	margin-bottom: 5vw;
}
#sec2 .set2 .box ul {
	text-align: center;
	margin-bottom: 5vw;
}
#sec2 .set2 .box ul li {
	display: inline-block;
	position: relative;
	padding: 0 15px;
}
#sec2 .set2 .box ul li::after {
	content: "";
	background: #000;
	transform: rotate(45deg);
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
#sec2 .set2 .box ul li:last-child::after {
	display: none;
}

@media screen and (min-width: 767px) {
#sec2 {
	padding-top: 156px;
	padding-bottom: 109px;
}
#sec2::before {
	left: calc(50% + 293px);
	top: 0;
	width: 559px;
	height: 520px;
}
#sec2 h2 {
	text-align: center;
	margin-bottom: 44px;
	font-size: 40px;
	letter-spacing: 1.5px;
}
#sec2 .set1 {
	margin-bottom: 101px;
}
#sec2 .set1 .wrap {
	max-width: 1060px;
	padding: 113px 0 59px;
}
#sec2 .set1 .inside {
	padding: 0 54px;
}
#sec2 .set1 .inside .row {
	width: 870px;
	margin-left: auto;
	position: relative;
	margin-bottom: 75px;
}
#sec2 .set1 .inside .row h3 {
	width: 105px;
	height: 105px;
	line-height: 105px;
	font-size: 18px;
	top: -68px;
	left: -30px;
	z-index: 2;
}
#sec2 .set1 .inside .row ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#sec2 .set1 .inside .row ul li {
	width: 192px;
	border-radius: 20px;
	margin-right: 34px;
	position: relative;
	height: 115px;
	background-color: #fff;
	display: table;
}
#sec2 .set1 .inside .row ul li::after {
	width: 13px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -25px;
}
#sec2 .set1 .inside .row ul li span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.5px;
}
#sec2 .set1 .inside .row ul li:last-child {
	margin-right: 0;
}
#sec2 .set1 .inside .row ul li:last-child::after {
	display: none;
}
#sec2 .set1 .inside .row02 {
	margin-bottom: 73px;
	margin-top: 0;
}
#sec2 .set1 .inside .row02 h3 {
	box-shadow: none;
	color: #fff;
	top: -57px;
}
#sec2 .set1 .inside .row02 .item-g {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec2 .set1 .inside .row02 .item-g .item {
	width: 195px;
	border-radius: 20px;
	margin-right: 0;
	position: relative;
	height: 115px;
	background-color: #fff;
	display: table;
	padding: 0;
}
#sec2 .set1 .inside .row02 .item-g .item span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1.5px;
}
#sec2 .set1 .inside .row02 .item-g .sub {
	position: relative;
	width: 126px;
	padding-top: 9px;
}
#sec2 .set1 .inside .row02 .item-g .sub::after {
	content: "";
	background: url(../img/business/arrow_g2.png) no-repeat bottom center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 119px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 58px;
	left: 33px;
}
#sec2 .set1 .inside .row02 .item-g .sub span {
	font-size: 15px;
	padding: 5px 22px;
	color: #fff;
	background-color: #445e49;
}
#sec2 .set1 .inside .txt {
	text-align: center;
}
#sec2 .set2 .box {
	padding: 80px 0 53px;
}
#sec2 .set2 .box h3 {
	font-size: 40px;
	letter-spacing: 2.5px;
	margin-bottom: 51px;
}
#sec2 .set2 .box ul {
	margin-bottom: 36px;
}
#sec2 .set2 .box ul li {
	padding: 0 25px;
	font-size: 20px;
}
#sec2 .set2 .box ul li::after {
	width: 1px;
	height: 25px;
	right: 0;
	margin-top: -14px;
}
#sec2 .set2 .box ul li:last-child::after {
	display: none;
}
}
#sec3 {
	background: url(../img/shared/bg02.jpg);
	padding: 15vw 5vw;
	position: relative;
	z-index: 2;
}
#sec3 h2 {
	font-size: 7vw;
	letter-spacing: 2px;
	margin-bottom: 7vw;
	text-align: center;
}
#sec3 .slide-s .s_slick {
	display: block;
}
#sec3 .slide-s .s_slick > div {
	width: 100%;
}
#sec3 .slide-s .s_slick > div h3 {
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	padding-top: 64px;
	margin-bottom: 20px;
}
#sec3 .slide-s .s_slick > div h3::before {
	content: "";
	position: absolute;
	width: 70px;
	height: 56px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#sec3 .slide-s .s_slick > div h3.icon-pack::before {
	background: url(../img/business/icon_pack.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .slide-s .s_slick > div h3.icon-ship::before {
	background: url(../img/business/icon_ship.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .slide-s .s_slick > div h3.icon-utility::before {
	background: url(../img/business/icon_utiliti.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .slide-s .s_slick > div .photo {
	height: 309px;
}
#sec3 .slide-s .s_slick > div .txt {
	padding: 20px 0px 0;
}

@media screen and (min-width: 767px) {
#sec3 {
	padding: 150px 0 111px;
}
#sec3 h2 {
	font-size: 40px;
	letter-spacing: 5px;
	margin-bottom: 98px;
	text-align: center;
}
#sec3 .slide-s .s_slick {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec3 .slide-s .s_slick > div {
	width: 32.6%;
}
#sec3 .slide-s .s_slick > div h3 {
	font-size: 25px;
	line-height: 45px;
	letter-spacing: 3.5px;
	margin-bottom: 17px;
}
#sec3 .slide-s .s_slick > div h3::before {
	width: 100px;
	height: 78px;
	top: -23px;
}
#sec3 .slide-s .s_slick > div .photo {
	height: 309px;
}
#sec3 .slide-s .s_slick > div .txt {
	padding: 30px 25px 0;
}
}
#sec4 {
	padding: 20vw 0 10vw;
	position: relative;
	background: #fff;
}
#sec4 .wrap::after {
	content: "";
	background: url(../img/business/sec4_deco.jpg) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	left: -29vw;
	top: -39vw;
	width: 299px;
	height: 576px;
}
#sec4 .wrap > * {
	position: relative;
	z-index: 2;
}
#sec4 h2 {
	text-align: center;
	font-size: 7vw;
	letter-spacing: 1.5px;
	margin-bottom: 10vw;
}
#sec4 .col {
	max-width: 905px;
	margin: 0 auto 10vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec4 .col .left {
	position: relative;
	line-height: 158px;
	margin: 0 0 2vw;
}
#sec4 .col .left::before {
	content: "";
	background: #7f7f7f;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 1px;
	opacity: 0;
	visibility: hidden;
}
#sec4 .col .left .num {
	color: #445e49;
	font-size: 90px;
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 157px;
	text-align: center;
	background: url(../img/business/circle.png) no-repeat center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-left: 11px;
}
#sec4 .col .left h3 {
	font-size: 22px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 140px;
}
#sec4 .col .right {
	width: 430px;
}

@media screen and (min-width: 767px) {
#sec4 {
	padding: 180px 0 102px;
}
#sec4 .wrap::after {
	left: -478px;
	top: -369px;
	width: 599px;
	height: 576px;
}
#sec4 h2 {
	font-size: 40px;
	letter-spacing: 4.5px;
	margin-bottom: 58px;
}
#sec4 .col {
	max-width: 920px;
	margin: 0 auto 24px;
	display: table;
}
#sec4 .col .left {
	width: 402px;
	position: relative;
	line-height: 184px;
	margin: 0;
	display: table-cell;
}
#sec4 .col .left::before {
	right: 9px;
	bottom: 28px;
	top: 23px;
	width: 1px;
	opacity: 1;
	visibility: visible;
}
#sec4 .col .left .num {
	color: #445e49;
	font-size: 100px;
	position: absolute;
	top: 0;
	left: 6px;
	width: 158px;
	height: 184px;
	padding-left: 10px;
}
#sec4 .col .left h3 {
	font-size: 25px;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 172px;
}
#sec4 .col .right {
	width: 507px;
	padding-top: 0;
	display: table-cell;
	vertical-align: middle;
	padding-left: 37px;
	letter-spacing: -1px;
}
}
#sec5 {
	background: url(../img/business/sec5_bg.jpg) no-repeat center;
	background-size: cover;
}
#sec5 .wrap {
	padding: 0;
}
#sec5 .box {
	max-width: 738px;
	margin: 0 auto;
	background-color: #40694e;
	color: #fff;
	padding: 112px 20px 18vw;
	text-align: center;
}

#sec5 .box::before {
    content: "";
    background-color: #859a89;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 79px;
    width: 1px;
}

#sec5 .box .title {
	margin-bottom: 7vw;
	line-height: 1;
}
#sec5 .box .title .tt {
	font-size: 13px;
	line-height: 1px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
#sec5 .box .title h2 {
	font-size: 7vw;
	line-height: 1.5;
	letter-spacing: 0.5px;
}
#sec5 .box .h-info {
	margin-bottom: 20px;
}
#sec5 .box .h-info .fax,  #sec5 .box .h-info .tel {
	font-size: 32px;
}
#sec5 .box .h-info .fax small,  #sec5 .box .h-info .tel small {
	font-size: 25px;
}
#sec5 .box .h-txt2 {
	margin-bottom: 20px;
}
#sec5 .box .h-txt2 p + p {
	margin-top: 10px;
}
#sec5 .box .btn-shared {
	max-width: 425px;
	margin: 0 auto;
}
#sec5 .box .btn-shared a {
	background: #2c2620;
}
#sec5 .box .btn-shared a small::before {
	content: "";
	background: url(../img/shared/mail_icon.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 18px;
	height: 11px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -33px;
}

@media screen and (min-width: 767px) {
#sec5 .box {
	max-width: 738px;
	margin: 0 auto;
	padding: 184px 0 118px;
	text-align: center;
}
	
#sec5 .box::before {
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 147px;
    width: 1px;
}
	
#sec5 .box .title {
	margin-bottom: 33px;
}
#sec5 .box .title .tt {
	font-size: 14px;
	margin-bottom: 14px;
}
#sec5 .box .title h2 {
	font-size: 39px;
	line-height: 68px;
	letter-spacing: 0.5px;
}
#sec5 .box .h-info {
	margin-bottom: 18px;
}
#sec5 .box .h-info .fax,  #sec5 .box .h-info .tel {
	font-size: 40px;
}
#sec5 .box .h-info .fax small,  #sec5 .box .h-info .tel small {
	font-size: 30px;
}
#sec5 .box .h-txt2 {
	margin-bottom: 38px;
	line-height: 36px;
}
#sec5 .box .h-txt2 p + p {
	margin-top: 10px;
}
#sec5 .box .btn-shared {
	max-width: 425px;
	margin: 0 auto;
}
#sec5 .box .btn-shared a {
	background: #2c2620;
}
	#sec5 .box .btn-shared a small {
		text-align: center;
		padding-right: 0;
	}
#sec5 .box .btn-shared a small::before {
	width: 25px;
	height: 17px;
	left: -37px;
}
}


@media screen and (min-width: 1400px) {
	#sec3 .slide-s .s_slick > div .txt {
		padding: 30px 40px 0;
	}
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
	#sec3 .slide-s .s_slick > div h3 {
		letter-spacing: 1px;
	}
}