@charset "UTF-8";

/* 共通 */
.pc{
	display: block;
}
.sp{
	display: none;
}
.sp_2{
	display: none;
}
.btn_d {
	font-size: 15px;
}

/* HEADER */
div#header{
	box-shadow: 0px 3px 6px #00000029;
	height: 85px;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
}
header{
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	height: 85px;
	margin: auto;
	padding: 0 52px 0 33px;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}
header h1 img.logo{
	width: 15vw;
	max-width: 260px;
}
header nav>ul{
	width: 660px;
	display: flex;
	justify-content: space-between;
}
header nav>ul li{
	padding: 0 10px;
	margin: 0 20px;
}
header nav>ul li a{
	display: block;
	width: max-content;
	color: #666;
	font-size: 11px;
	text-align: center;
	line-height: 1.5;
}
header nav ul li.active>a{
	color: #72CCE2 !important;
}
header nav>ul li a span{
	text-align: center;
	font-size: 20px;
}
header nav>ul li ul.business_menu{
	display: flex !important;
	justify-content: center;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px #00000029, 0px 3px 6px #00000029 inset;
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0;
}
header nav>ul li ul.business_menu li{
	padding: 16px 27px;
	margin: 0 3%;
}
header nav>ul li ul.business_menu li a{
	color: #9A9A9A;
	font-size: 16px;
}

header div a.tel{
	font-size: 45px;
}
header div a.tel span{
	font-size: 21px;
}
header div a.tel span::before{
	font-size: 11px;
	top: -8px;
	right: 0;
}
header div a.contact{
	font-size: 21px;
	line-height: 21px;
	padding: 18px 68px 18px 50px;
}
header div a.contact::after{
	top: 21px;
	right: 36px;
}
header #nav_sp{
	display: none;
}

@media (max-width: 1700px){
	header h1{
		width: 20%;
	}
	header h1 img{
		width: 100%;
		min-width: 200px
	}
	header nav>ul{
		width: 35vw;
	}
	header nav>ul li{
		padding: 0 5px;
		margin: 0 10px;
	}
	header div a.tel{
		font-size: 40px;
		margin-right: 34px;
	}
	header div a.tel span{
		font-size: 18px;
	}
	header div a.contact{
		font-size: 14px;
		line-height: 14px;
		padding: 16px 38px 16px 32px;
	}
	header div a.contact::after{
		top: 14px;
		right: 18px;
	}	
}

@media (max-width: 1400px){
	header{
		padding: 27px 10px;
	}
	header h1{
		width: 200px;
	}
	header nav>ul{
		width: 45vw;
	}
	header nav>ul li a{
		font-size: 16px;
	}
	header nav>ul li ul.business_menu li{
		margin: 0;
	}	
}
@media (max-width: 1200px){
	header div a.tel{
		font-size: 27px;
		margin-right: 10px;
	}
	header div a.contact{
		font-size: 12px;
		padding: 16px 26px 16px 20px;
	}
	header div a.contact::after{
		background-size: 60%;
		top: 16px;
		right: 8px;
	}	
	header nav ul li a span{
		font-size: 18px;
	}
	_::-webkit-full-page-media, _:future, :root header nav ul li a{
		font-size: 14px;
	}
	_::-webkit-full-page-media, _:future, :root header nav ul li a span{
		font-size: 16px;
	}
}

/* BODY */
article{
	margin-top: 85px;
}

/* HOME */
#home_key_area>div:first-child{
	padding: 50% 0 0;
	background-image: url(../img/home_key.jpg);
}
#home_key_area>div:first-child div{
	top: 20%;
	left: 15%;
}
#home_key_area div:first-child h2{
	font-size: 3.2vw;
	line-height: 1.7;
}
#home_key_area div:first-child h2 span.mark_pc{
	background: url(../img/underline_bg.png) padding-box no-repeat;
	background-repeat:no-repeat;
	background-position:0% 66%;
	background-size:99% 37%;
}
#home_key_area div:first-child p{
	font-size: 1.8vw;
	line-height: 1.5;
	margin: 25px 0;
}
#home_key_area>div:last-child{
	padding: 7% 10%;
}
#home_key_area>div:last-child p{
	font-size: 1.4vw;
	line-height: 1.7;
}
#home_contents_area section h2{
	font-size: 60px;
	line-height: 1.8;
}
#home_contents_area section h2::after{
	height: 7px;
	background-size: 100% 7px;
	bottom: 45px;
	left: 0;
}
#home_contents_area section h2 span{
	font-size: 20px;
}

#home_service_area{
	padding: 120px 15% 155px;
}
#home_service_area>p{
	font-size: 1.4vw;
	font-weight: 500;
	line-height: 1.8;
	margin: 80px 0 120px;
}
#home_service_area>div{
	margin-bottom: 45px;
	aspect-ratio: 1 / 0.4;
	border-radius: 19px;
}
#home_service_area>div#service01{
	background-image: url(../img/home/service_01.jpg);
}
#home_service_area>div#service02{
	background-image: url(../img/home/service_02.jpg);
}
#home_service_area>div#service03{
	background-image: url(../img/home/service_03.jpg);
}
#home_service_area>div#service04{
	background-image: url(../img/home/service_04.jpg);
}
#home_service_area>div>div{
	width: 660px;
	position: absolute;
	bottom: 60px;
	left: 12px;
}
#home_service_area div h3{
	font-size: 60px;
	line-height: 1.2;
	margin-left: 12px;
	white-space: nowrap;
}
#home_service_area div h3 span.service{
	font-size: 16px;
	margin-right: -20px;
}
#home_service_area div h3 span.num{
	font-size: 78px;
	vertical-align: text-bottom;
	line-height: 1;
}
#home_service_area div p{
	margin: 0 0 0 170px;
	float: left;
	line-height: 1.4;
}
#home_service_area div a{
	font-size: 16px;
	margin: 5px 20px;
	padding: 6px 34px 6px 18px;
	float: right;
}

#home_case_area{
	padding: 100px 0 130px;
}
#home_case_area>div{
	max-width: 1340px;
	margin: auto;
}
#home_case_area ul{
	margin: 50px 0 30px 0;
}
#home_case_area ul li{
	margin: 15px 35px;
	padding: 45px 50px;
	max-width: 500px;
}
#home_case_area ul li h3{
	font-size: 36px;
}
#home_case_area ul li p{
	font-size: 24px;
	line-height: 1.8;
}
#home_case_area ul li dl dt{
	line-height: 3;
	width: 25%;
}
#home_case_area ul li dl dd{
	line-height: 1.8;
	width: 75%;
}

#home_blog_area{
	padding: 80px 0;
}
#home_blog_area ul{
	margin-top: 50px;
	-ms-overflow-style: none;
}
#home_blog_area ul li{
	max-width: 350px;
	margin: 20px;
	padding: 0 0 20px 0;
}
#home_blog_area ul li a{
	padding-bottom: 20px;
}

#home_news_area{
	padding: 95px 0 135px;
}
#home_news_area table th,
#home_news_area table td.category{
	font-size: 15px;
	line-height: 1.6;
	white-space: nowrap;
}
#home_news_area table th{
	padding-right: 30px;
	line-height: 1.6;
}
#home_news_area table td.category{
	padding: 15px 23px;
	border-radius: 17px;
}
#home_news_area table td.topics{
	font-size: 1.1rem;
	padding-left: 30px;
	line-height: 1.4;
}
#home_contact_area p{
	font-size: 21px;
	margin: 80px 0px 21px 0px;
	line-height: 1.4;
}
#home_contact_area a{
	font-size: 26px;
	padding: 27px 80px 27px 70px;
	line-height: 1.2;
}
#home_contact_area a::after{
	top: 33px;
	right: 45px;
}

/* BUSINESS */

#key_area>div{
	width: fit-content;
}
#key_area div h2{
	font-size: 6.25vw;
	line-height: 1.7;
}
#key_area div h2 span{
	font-size: 30px;
}

#business_contents_area{
	margin-top: 141px;
}
#business_contents_area #key_area{
	background-image: url(../img/business_key.jpg);
}

#business_contents_area .container{
	max-width: 1058px;
}
#business_contents_area .container>p{
	font-size: 18px;
}

#business_contents_area>section:not(:last-child){
	padding: 0px 15% 160px;
}
#business_contents_area section.center{
	margin: auto;
}
#business_contents_area section h2{
	font-size: 60px;
	line-height: 1.8;
}
#service_international_logi h2,
#service_national_logi h2,
#service_ecommerce h2,
#service_fulfillment h2{
	font-size: 72px;
	margin: 10% 0 2.5% 0;
}
#service_area h2,
#business_location h2,
#business_strength h2{
	font-size: 60px;
	margin: 10% 0 6.5% 0;
}
#home_contact_area h2{
	font-size: 60px;
}
#business_contents_area section.center h2::after{
	height: 7px;
	bottom: 35%;
	background-size: 100% 7px;
}
#service_area h2 span,
#business_location h2 span,
#business_strength h2 span,
#home_contact_area h2 span{
	font-size: 20px;
	line-height: 1.8;
}
#business_contents_area>#home_contact_area h2 span{
	display: block;
	font-weight: lighter;
}
#business_contents_area>section ul{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	gap: 11.14px;
}
#business_contents_area>section ul li{
	border-radius: 12px;
}
#business_contents_area>section:nth-child(odd) ul{
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#service_international_logi ul li{
	width: 10.4vw;
}
#service_ecommerce ul li {
	width: 251px;
}

#business_contents_area .kashiwa dl{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
#business_contents_area .kashiwa dl dt{
	width: 85px;
	margin-bottom: 8%;
}
#business_contents_area .kashiwa dl dt span{
	font-size: 13px;
	padding: 4px 16px;
	border-radius: 26px;
}
#business_contents_area .kashiwa dl dd{
	width: 76%;
	margin-bottom: 40px;
}
#business_contents_area .kashiwa dl dd:last-of-type{
	margin-bottom: 0;
}
#business_contents_area .kashiwa dl dd span{
	line-height: 1;
}

#business_contents_area section .check{
	padding-left: 32%;
	background: left center no-repeat;
	background-position: 2%;
	background-size: 30% auto;
}
#business_contents_area section .check .problem{
	color: #72CCE2;
	font-size: 27px;
	margin: 36px 0;
	white-space: nowrap;
}
#business_contents_area section .check .problem span{
	font-size: 1.5vw;
	margin-right: 15px;
}
#business_contents_area section p.arrow{
	font-size: 24px;
	background: center 30% no-repeat;
	background-image: url(../img/business/arrow2_g.svg);
	margin-bottom: 5%;
}
#service_area{
	max-width: 1320px;
}
#service_area>div{
	display: flex;
	justify-content: space-between;
}
#service_area div div{
	width: 24%;
}
#service_area div div a h3{
	font-size: 2.7vw;
	top: 20px;
	left: 30px;
}
#service_area div div a h3>span{
	font-size: 4vw;
}
#service_area div div a h3>span>span{
	font-size: 0.9vw;
}

.service_detail h2 span span{
	font-size: 16px !important;
}
.service_detail>div{
	max-width: 1060px;
	margin: auto;
}
.service_detail .point{
	padding: 20px;
}
.service_detail .point ol li,
.service_detail .check ol li{
	padding: 0.3% 0 0 40px;
	line-height: 2.5em;
	background-size: 30px auto;
	font-size: 21px;
}
@media (min-width: 1920px){
	.service_detail .point ol li,
	.service_detail .check ol li{
		white-space: nowrap;
	}
}
.service_detail .point ol li{
	background-position: left 12px;
}
.service_detail .check ol li{
	background-position: 5px 12px;
}

#service_international_logi{
	background-size: 110%;
	background-position: 65% 60%;
}
#service_international_logi ul li{
	padding: 130px 5px 10px;
	width: 197px;
}
#service_international_logi ul li h3{
	font-size: 20px;
}
#service_international_logi ul li h3::before{
	content: "";
	width: 100%;
	height: 86px;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 30px;
	left: 0%;
}
#service_international_logi ul li#s01_1 h3::before{
	background-image: url(../img/business/01_internatiologi/01_yunyu.svg);
}
#service_international_logi ul li#s01_2 h3::before{
	background-image: url(../img/business/01_internatiologi/02_yushutsu.svg);
}
#service_international_logi ul li#s01_3 h3::before{
	background-image: url(../img/business/01_internatiologi/03_tsukan.svg);
}
#service_international_logi ul li#s01_4 h3::before{
	background-image: url(../img/business/01_internatiologi/04_hutaisagyou.svg);
}
#service_international_logi ul li#s01_5 h3::before{
	background-image: url(../img/business/01_internatiologi/05_matching.svg);
}
#service_international_logi ul li p{
	font-size: 16px;
	margin: 10% 0;
}
#service_international_logi .space{
	margin: 28%;
}

#service_national_logi ul li{
	width: 13%;
}
#service_national_logi ul li h3{
	font-size: 22px;
}
#service_national_logi ul li h3::before{
	content: "";
	width: 100%;
	height: 62px;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 25px;
	left: 0%;
}
@media (max-width: 1200px){
	#service_national_logi ul li h3::before{
		top: 15px;
	}
}
#service_national_logi ul li#s02_1 h3::before{
	background-image: url(../img/business/02_natiologi/01_nyuko.svg);
}
#service_national_logi ul li#s02_2 h3::before{
	background-image: url(../img/business/02_natiologi/02_kenpin.svg);
}
#service_national_logi ul li#s02_3 h3::before{
	background-image: url(../img/business/02_natiologi/03_hokan.svg);
}
#service_national_logi ul li#s02_4 h3::before{
	background-image: url(../img/business/02_natiologi/04_konpou.svg);
}
#service_national_logi ul li#s02_5 h3::before{
	background-image: url(../img/business/02_natiologi/05_shukka.svg);
}
#service_national_logi ul li#s02_6 h3::before{
	background-image: url(../img/business/02_natiologi/06_yusou.svg);
}
#service_national_logi ul li#s02_7 h3::before{
	background-image: url(../img/business/02_natiologi/07_option.svg);
}
#service_national_logi ul li p{
	font-size: 12px;
	padding: 10% 1% 1%;
}
#service_national_logi .kashiwa{
	padding: 40px;
	margin: auto;
}
#service_national_logi .kashiwa h4{
	font-size: 40px;
	margin: 0 auto 30px auto;
	padding-left: 55px;
	width: max-content;
	background-size: 32px;
	background-position: left 45%; 
}
#service_national_logi .kashiwa img{
	width: 45%;
	max-width: 456px;
	float: left;
	margin-right: 3%;
}
#service_national_logi .kashiwa dl dt{
	margin-right: 3%;
}
#service_national_logi .kashiwa dl dd{
	font-size: 20px;
}
#service_national_logi .kashiwa dl dd.scale span{
	font-size: 51px;
	font-weight: bold;
	margin-right: 10px;
}
#service_national_logi .kashiwa dl dd.nt{
	font-size: 24px;
}
#service_national_logi .kashiwa dl dd.license{
	line-height: 1.3;
}
#service_national_logi .kashiwa dl dd.license small{
	font-size: 14px;
	line-height: 2;
}

#service_ecommerce ul li{
	padding: 127px 0px 30px;
}
#service_ecommerce ul li h3{
	font-size: 20px;
	height: 43%;
}
#service_ecommerce ul li h3::before{
	content: "";
	width: 100%;
	height: 86px;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	top: 30px;
	left: 0;
}
#service_ecommerce ul li#s03_1 h3::before{
	background-image: url(../img/business/03_ecommerce/01_senryaku.svg);
}
#service_ecommerce ul li#s03_2 h3::before{
	background-image: url(../img/business/03_ecommerce/02_saitosakusei.svg);
}
#service_ecommerce ul li#s03_3 h3::before{
	background-image: url(../img/business/03_ecommerce/03_cart.svg);
}
#service_ecommerce ul li#s03_4 h3::before{
	background-image: url(../img/business/03_ecommerce/04_promotion.svg);
}
#service_ecommerce ul li p{
	font-size: 14px;
}
#service_ecommerce .check ol li:nth-child(1){
	width: 525px;
}
#service_ecommerce .check ol li:not(:nth-child(1)){
	width: 453px;
}

#service_fulfillment h3{
	font-size: 2.6vw;
}
#service_fulfillment .ec_service{
	padding: 50px 55px;
	margin: 25px 0;
}
#service_fulfillment .ec_service h4{
	font-size: 4vw;
	padding-left: 12%;
	background-size: 5.5vw;
	background-repeat: no-repeat;
	background-position: left top;
}
#service_fulfillment #logistics h4{
	background-image: url(../img/business/04_fulfillment/01_butsuryu.svg);
	background-size: contain;
}
#service_fulfillment #order h4{
	background-image: url(../img/business/04_fulfillment/02_callcenter.svg);
	background-size: contain;
}
#service_fulfillment .ec_service ul li{
	font-size: 28px;
}
#service_fulfillment .ec_service p{
	margin: 60px 0;
}
#service_fulfillment #logistics p{
	font-size: 3vw;
	line-height: 0.5;
}
#service_fulfillment #logistics p .set{
	font-size: 2.3vw;
}
#service_fulfillment #logistics p .unit{
	font-size: 9vw;
	margin-right: 2%;
}
_::-webkit-full-page-media, _:future, :root #service_fulfillment #logistics p .unit{
	margin: 0;
}
#service_fulfillment #logistics p .price{
	font-size: 16.5vw;
	margin: 0 2%;
}
_::-webkit-full-page-media, _:future, :root #service_fulfillment #logistics p .price{
	font-size: 15vw;
	margin: 0;
}
#service_fulfillment #order p{
	line-height: 0.3;
	font-size: 2.3vw;
}
#service_fulfillment #order p .unit{
	font-size: 5.5vw;
}
#service_fulfillment #order p .price{
	font-size: 12.5vw;
	margin: 0 2% 0 3%;
}
_::-webkit-full-page-media, _:future, :root #service_fulfillment #order p .price{
	font-size: 11vw;
	margin: 0;
}
#service_fulfillment .ec_service .notice{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#service_fulfillment .ec_service .notice small{
	font-size: 18px;
}
#service_fulfillment #logistics .notice small{
	width: 45%;
}
#service_fulfillment .check ol li{
	min-width: 570px;
	width: fit-content;
}
#service_fulfillment .flow{
	width: 100%;
	padding: 30px 0 25px;
}
#service_fulfillment .flow p{
	font-size: 11px;
	top: 25px;
	left: 30px;
}
#service_fulfillment img{
	width: 90%;
}
@media (min-width: 1920px){
	#service_fulfillment h3{
		color: #666;
		font-size: 48px;
		margin: 10% 0 7%;
	}
	#service_fulfillment ul{
		margin: 4% auto;
	}
	#service_fulfillment .ec_service{
		color: #FFF;
		background-color: #72CCE2;
		border-radius: 17px;
		padding: 50px 55px;
		margin: 25px 0;
		max-width: 1058px;

	}
	#service_fulfillment .ec_service h4{
		font-size: 64px;
		padding-left: 12%;
		position: relative;
	}
	#service_fulfillment .ec_service h4::before{
		content: "";
		display: inline-block;
		position: absolute;
		background-repeat: no-repeat;
		background-position: center;
		top: 0;
		left: 0;
	}
	#service_fulfillment .ec_service ul li{
		font-size: 28px;
		color: #72CCE2;
		background-color: #FFF;
		text-align: center;
	}
	#service_fulfillment .ec_service p{
		line-height: 0.5;
		margin: 60px 0;
	}
	#service_fulfillment #logistics p{
		font-size: 48px;
	}
	#service_fulfillment #logistics p .set{
		font-size: 36px;
	}
	#service_fulfillment #logistics p .unit{
		font-size: 135px;
		margin-right: 2%;
	}
	#service_fulfillment #logistics p .price{
		font-size: 250px;
		margin: 0 2% 0 5%;
	}
	#service_fulfillment #order p{
		font-size: 36px;
	}
	#service_fulfillment #order p .unit{
		font-size: 89px;
	}
	#service_fulfillment #order p .price{
		font-size: 197px;
		margin: 0 2% 0 5%;
	}
	#service_fulfillment .ec_service .notice{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	#service_fulfillment .ec_service .notice small{
		font-size: 18px;
	}
	#service_fulfillment #logistics .notice small{
		width: 45%;
	}
	#service_fulfillment .check ol li{
		min-width: 570px;
		width: fit-content;
	}
}

#service_fulfillment .ec_service ul{
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 30px;
	box-sizing:border-box;
	font-weight: 600;
	gap: 0px 23px;
	justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1040px) {
	#service_fulfillment .ec_service ul{
		justify-content: unset;	
	}
}

#business_location .kashiwa{
	padding: 100px 7vw;
	border-radius: 17px;
	background-color: #FFF;
	width: auto;
	position: relative;
	max-width: 1320px;
	margin: auto;
	box-sizing: border-box;
}
#business_location .kashiwa h4{
	font-size: 51px;
	text-align: left;
	padding-left: 5vw;
	margin-bottom: 7%;
	background-size: 42px;
	background-position: left 45%; 
}

/* slider */

#business_location .kashiwa .item .slide-container{
	max-width: 456px;
	margin-right: 64px;
	overflow: hidden;
}
#business_location .kashiwa .slider{
	width: 100%;
}
#business_location .kashiwa .slider div{
	height: auto;
}
.item{
    display: flex;
}
.sp_slider{
	display: none;
}
.slide-container button{
	display: none;
}
#business_location .kashiwa .thumbs{
    width: 611px;
	height: 98px;
	transform: translateX(-154px);
}
#business_location .kashiwa .slider img{
	max-width: 456px;
	height: 273px;
	object-fit: cover;
	aspect-ratio: 5/3;
	border-radius: 7px;
}
#business_location .kashiwa .thumbs img{
	max-width: 150px;
	height: 91px;
	margin: 0;
	object-fit: cover;
	aspect-ratio: 5/3;
	border-radius: 5px;
}

#business_location .gallery_link_area{
	width: 456px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 650px;
}
#business_location .gallery_link_area a{
	color: white;
	background-color: #72CCE2;
	border-radius: 30px;
	padding: 3%;
	width: auto;
	font-size: 17px;
	font-weight: bold;
}
@media (max-width: 1100px){
	#business_location .gallery_link_area{
		justify-content: center;
	}
	_::-webkit-full-page-media, _:future, :root #business_location .gallery_link_area{
		left: 4%;
	}
	#business_location .gallery_link_area a{
		margin: 0 5px;
	}
	_::-webkit-full-page-media, _:future, :root #business_location .gallery_link_area a{
		font-size: 15px;
	}
}
#business_location .kashiwa dl{
	text-align: left;
	line-height: 1.7;
	max-width: 510px;
}
#business_location .kashiwa dl dt{
	margin-right: 5%;
}
#business_location .kashiwa dl dd{
	font-size: 22px;
}
#business_location .kashiwa dl dd.scale span{
	font-size: 56px;
	font-weight: bold;
	margin-right: 10px;
}
#business_location .kashiwa dl dd.nt{
	font-size: 26px;
}
#business_location .kashiwa dl dd.license{
	line-height: 1.3;
	white-space: nowrap;
}
#business_location .kashiwa dl dd.license small{
	font-size: 15px;
	line-height: 2;
}

#business_strength div{
	max-width: 1200px;
	margin: auto;
}
#business_strength h3{
	color: #707070;
	font-size: 2.2vw;
	padding: 38px 0;
	position: relative;
	display: inline-block;
}
#business_strength h3::after{
	content: "";
	width: 3%;
	height: 6px;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	bottom: 0;
	left: 48.5%;
	background-image: url(../img/picture_bg.jpg);
	background-size: 100% 6px;
}
#business_strength p{
	color: #707070;
	font-size: 1.875vw;
	font-weight: 600;
	margin: 7% 0;
	line-height: 1.8;
}
#business_strength p.small{
	font-size: 1.25vw;
	font-weight: 600;
	margin: 10% 0;
}
#business_strength img{
	width: 100%;
}
#business_location .other_location h4.map_g{
	position: relative;
	font-size: 1.5vw;
	margin-bottom: 14px;
}
#business_location .other_location .lo_1 h4.map_g{
	padding-left: 40px;
}
#business_location .other_location .lo_2 h4.map_g{
	padding-left: 4%;
}
#business_location .other_location h4.map_g::before{
	content: "";
	background-image:url(../img/business/mappin_gray.svg);
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	top: 15%;
	left: 0;
	width: 1.5vw;
	height: 100%;
}
#business_location .other_location h5{
	padding-top: 85%;
	font-size: 1.3vw;
}
#business_location .other_location ul li{
	width: 16.44vw;
	margin-right: 1.4vw;
	min-height: 280px;
}
#business_location .other_location h5::before{
	content: "";
	width: 100%;
	height: 70%;
	display: inline-block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}
#business_location .other_location{
	display: flex;
	padding: 5% 0;
	max-width: 1320px;
	justify-content: center;
	margin: auto;
}
#business_location .other_location>.lo_2>div{
	display: flex;
}
#business_location .other_location table{
	width: 100%;
	text-align: left;
	padding: 5% 8%;
}
#business_location .other_location table tr{
	vertical-align: baseline;
}
#business_location .other_location table tr th{
	font-size: 0.7vw;
	font-weight: 100;
}
#business_location .other_location table tr td{
	font-size: 1vw;
	font-weight: bold
}

/* BLOG */
#blog_contents_area #key_area{
	padding: 33% 0 0;
	background-image: url(../img/common_key.jpg);
}
#blog_contents_area #key_area h2{
	font-size: 6.25vw;
	line-height: 1.7;
}
#blog_contents_area #key_area h2 span{
	font-size: 30px;
}
#blog_contents_area .flex{
	display: flex;
	justify-content: space-between;
	padding: 60px 150px 120px;
}
#blog_contents_area .form-select{
	width: 310px;
}
#blog_list{
	width: 70%;
	margin-right: 78px;
}
#blog_list ul li a{
	align-items: flex-start;
	padding: 12px 30px 12px 12px;
}
#blog_list ul li img{
	width: 30%;
}
#blog_list ul li div{
	margin-top: 2.5%;
	margin-left: 30px;
}
#blog_list ul li .date{
	font-size: 1vw;
}
#blog_list ul li .category{
	font-size: 0.8vw;
	background-color: #0CB1D8;
	margin-left: 12px;
	padding: 2px 7px;
}
#blog_list ul li .title{
	font-size: 1.1vw;
	margin: 2% 0;
	-webkit-line-clamp: 2;
	line-height: 1.7;
}
#blog_list .btn{
	margin: auto;
}

#blog_category{
	width: 30%;
}

#blog_contents{
	margin-right: 100px;
}
#blog_contents time{
	font-size: 15px;
}
#blog_contents .category{
	font-size: 12px;
	padding: 2px 7px;
}
#blog_contents h3{
	font-size: 25px;
	margin: 12px 0 40px;
}
#blog_contents img{
	width: 100%;
	margin: 0 0 30px;
}
#blog_contents p{
	font-size: 15px;
}
#blog_contents .btn{
	max-width: 710px;
	justify-content: space-between;
	margin: 56px auto;
}
#blog_contents .btn span,
#blog_contents .btn a{
	font-size: 16px;
	margin: 0 5px;
}
#blog_contents .btn span{
	padding: 21px 75px;
	line-height: 1.2;
	white-space: nowrap;
}
#blog_contents .btn a{
	padding: 0 75px !important;
	white-space: nowrap;
}

/* CONTACT */
#contact_contents_area #key_area{
	padding: 33% 0 0;
	background-image: url(../img/common_key.jpg);
}
#contact_contents_area #key_area h2{
	font-size: 6.25vw;
	line-height: 1.7;
}
#contact_contents_area #key_area h2 span{
	font-size: 30px;
}
#contact_contents{
	padding: 40px 40px 120px;
}
#contact_contents>p{
	font-size: 15px;
}
#form_table{
	max-width: 800px;
	margin: 44px auto;
}
#form_table th{
	width: 25%;
	padding: 35px 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DEDEDE;
	text-align: left;
	vertical-align: top;
	line-height: 2.2;
	white-space: nowrap;
}
#form_table th span{
	margin: 0 0 0 8px;
	padding: 4px 6px;
	font-size: 13px;
	vertical-align: text-top;
	line-height: 1.2;
}
#form_table td{
	padding: 25px 0;
	font-size: 15px;
	line-height: 2.3;
}
#contact_contents form p{
	font-size: 15px;
	line-height: 1.9;
}
#contact_contents .btn button,
#contact_contents .btn input{
	margin: 0 20px;
}
#contact_contents .form-checkbox.center{
	margin: 0 0 40px;
}
#contact_contents p{
	font-size: 15px;
	margin-bottom: 56px;
}
#contact_contents img{
	width: 100%;
}
#contact_contents .thanks{
	font-size: 34px;
	margin-bottom: 36px;
	line-height: 1.2;
}
#contact_contents .notice{
	margin-bottom: 21px;
}
#contact_contents a.tel{
	font-size: 58px;
	margin-bottom: 54px;
}
#contact_contents_area .thanks_area{
	padding: 130px 30px;
}

/* FOOTER */
footer{
	padding: 90px 5% 55px;
}
footer div{
	max-width: 1320px;
}
footer div a img{
	width: 250px;
}
footer div>ul:first-of-type{
	max-width: 1000px;
	justify-content: space-between;
	margin: 40px auto 100px;
}
footer ul.sub_menu li::after{
	font-size: 17px;
}
footer ul li a{
	line-height: 1.2;
}
footer ul.sub_menu li a{
	margin: 0 30px;
}
footer small{
	line-height: 1.2;
}
