@charset "utf-8";
/* for PF TRADE 下層ページ */
main.retail * {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0; 
	box-sizing: border-box;
}
main.retail img {
	vertical-align: middle;
}
main.retail .font-din2014-bold-italic {
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: italic;
}
main.retail {
	padding-top: 56px;
}
@media (min-width: 1200px) {
	main.retail {
		padding-top: 72px;
	}
}
.section {
	padding: 40px 0;
}
@media (min-width: 768px) {
	.section {
		padding: 80px 0;
	} 
} 
.container {
	margin: auto;
	padding: 0 5%;
}
@media (min-width: 1200px) {
.container{
	padding: 0;
	max-width: 1160px;
} 
}
.section h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.section h2 > span {
	display: block;
}
.section h2 .en {
	margin-bottom: 5px;
	color: #075877;
	font-size: 14px;
}
@media (min-width: 768px) {
	.section h2 {
		margin-bottom: 40px;
		font-size: 48px;
	}
	.section h2 .en {
		margin-bottom: 10px;
		font-size: 20px;
	}
}
.section .section-lead {
	margin-bottom: 20px;
}
.section .section-lead p {
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.section .section-lead {
		margin-bottom: 50px;
	}
	.section .section-lead p {
		font-size: 16px;
		font-feature-settings: "palt" 1;
	}
}			
/*---------- main visual----------*/ 
.mainv {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: auto;
    padding: 0 0 40px 0;	
	max-width: 1920px;
}
.mainv .eyecatch {
    position: static;
    width: 100%;
	margin-bottom: 30px;
}   
.mainv .eyecatch img {
	display: block;
	margin: auto;
} 
.mainv .container {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: left;
	z-index: 10;
} 
main.retail h1 * {
	font-weight: 700;
}
h1 > span {
	display: block;
}
h1 .industry {
	font-size: 28px;
	line-height: 1.5;
}
h1 .industry.kerning {
	font-feature-settings: "palt" 1;
}
h1 .industry > span.small {
	font-size: 18px;
}
h1 .catch {
	display: flex;
	align-items: center;
	gap: 2px;
	line-height: 1;
	font-feature-settings: "palt" 1;
}
h1 .greenband {
	background-color: #80AF29;
	padding: 8px 4px 10px;
	font-size: 24px; 
	color: #fff;	
	line-height: 1;
}
h1 .greenband > span.small {
	font-size: 18px;
}
h1 .catch > span.small {
	font-size: 18px;
}
.mainv-logo {
	margin-top: 10px;	
}
.mainv-btns-wrap {
	display: flex;
	flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}
.mainv-btns-wrap li {
	width: 100%;
}					
.mainv_btn_wrap a.btn_cta {
    max-width: 100%;
}
@media (min-width: 500px) {
	.mainv .container {
		max-width: 560px;
	}
	main.retail h1 * {
		letter-spacing: .03em;
	} 
	h1 .industry {
		font-size: 30px;
	}
	h1 .industry > .small {
		font-size: 20px;
	}
	h1 .catch {
		margin-top: 10px;
	}
	h1 .greenband {
		padding: 10px 8px 12px; 
		font-size: 30px;	
	}
	h1 .greenband > span.small {
		font-size: 20px;
	}
	h1 .catch > span.small {
		font-size: 20px;
	}
	.mainv-logo {
		margin-top: 20px;	
	}
	.mainv-logo img {
		width: 460px;	
	}
	.mainv-btns-wrap li {
		width: calc(100%/2 - 10px);
	}
}	
@media (min-width: 1024px) {
	.mainv {
		padding: 20px 0 40px;
		text-align: left;
	} 	
	.mainv .eyecatch {
		position: absolute;
		margin-bottom: 0;
		width: 580px;
		left: 56%;
		top: 0;
	} 
	.mainv .container {
    	align-items: flex-start;
		max-width: 1160px; 
	} 
	h1 .industry {
		font-size: 40px;
	}
	h1 .industry > span.small {
		font-size: 30px;
	}
	h1 .catch {
		margin-top: 10px;
		gap: 5px;
	}
	h1 .greenband {
		padding: 10px 8px 12px; 
		font-size: 40px;	
	}
	h1 .greenband > span.small {
		font-size: 30px;
	}
	h1 .catch > span.small {
		font-size: 30px;
	}
	.mainv-logo {
		margin-top: 20px;	
	}
	.mainv-btns-wrap {
		gap: 20px;
		margin-top: 45px;
		width: 100%;
	}	
	.mainv-btns-wrap li {
		width: calc(100% / 2 - 10px);
		max-width: 270px;
	}
}	
@media (min-width: 1200px) {
	.mainv {
		padding: 60px 0 80px;
	}
	.mainv .eyecatch {
		width: 740px;
		left: 50%;
	} 
} 
@media (min-width: 1600px) {
	.mainv .eyecatch {
		width: 850px;
		left: auto;
		right: 0;
		top: -20px;
	}
	.mainv .container {
		padding: 0 5%;
		max-width: 1600px;
	}	
	h1 .industry {
		font-size: 54px;
	}
	h1 .industry > span.small {
		font-size: 48px;
	}
	h1 .greenband {
		padding: 12px 10px 14px; 
		font-size: 52px;	
	}
	h1 .greenband > span.small {
		font-size: 40px;
	}
	h1 .catch > span.small {
		font-size: 42px;
	}
	.mainv-logo img {
		width: 615px;	
	}	
}	
@media (min-width: 1920px) {
	.mainv .container {
		padding: 0;
		max-width: 1160px;
	}	
}				
/*---------- section scene ----------*/
#sec-scene {
	background-color: #f3f3f3;
}
.scene-wrap {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
	width: 100%;
}
.scene-wrap > div {
	width: 100%;
    padding: 0 20px 20px;
    background: linear-gradient(#f3f3f3 0% 50%, #ffffff 50% 100%);
    text-align: center;
}
.scene-wrap > div > p {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
@media (min-width:768px) {
	.scene-wrap {
		margin-top: 30px;
	}
	.scene-wrap > div {
		width: calc(100% / 3 - 14px);
	}
}
@media (min-width:1024px) {
	.scene-wrap > div > p {
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.scene-wrap > div {
		padding: 0 30px 25px;
	}	
	.scene-wrap > div > p {
		font-size: 24px;
		font-feature-settings: "palt" 1;
	}
}
/*---------- section assignment ----------*/
#sec-assignment {
	background-color: #E6EEF1;
}
.assignment-wrap {
	margin-top: 25px;
}
.assignment-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #fff;
}	
.assignment-wrap > .assignment-item {
	width: 100%;
}		
.assignment-item-title {
	background-color: #E6EEF1;
}
.assignment .assignment-item-title {
	padding-bottom: 20px;
	margin-bottom: -21px;
}	
.solution .assignment-item-title {
	padding-top: 5px;
}	
.assignment-item-title p {
	display: flex;
	align-items: baseline;
	width: 90%;
	margin: auto;
	color: #075877;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}	
.solution .assignment-item-title p {
	justify-content: flex-end;
}	
.assignment .assignment-item-title .em {
	margin-bottom: -1px;
	font-size: 50px;
	letter-spacing: -0.05em;
}	
.solution .assignment-item-title .em {
	font-size: 36px;
}		
.assignment .assignment-item-cont {	
	position: relative;
	background: #075877;
	clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}	
.assignment-item-cont > div {	
	width: 90%;
	margin: auto;
	padding: 10px 0;
}	
.solution .assignment-item-cont > div {
	padding: 20px 0;
}	
.assignment .assignment-item-cont > div > p {	
	padding-right: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}	
.solution .assignment-item-cont h3 {	
	margin-bottom: 12px;
	color: #075877;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -.05em;
}			
.solution .assignment-item-cont h3 {
	margin-bottom: 16px;
	color: #075877;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}	
.solution .assignment-item-cont > div > p {
	font-size: 14px;
	line-height: 1.5;
}
@media (min-width: 600px) {			
.assignment .assignment-item-cont {	
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}	
}
@media (min-width: 768px) {	
.assignment-wrap {
	margin-top: 90px;
}	
.assignment-wrap > .assignment-item {
	width: calc(100% / 2);
} 
.assignment {
	margin-top: -25px;
}	
.solution .assignment-item-title {
	padding-top: 0;
}			
.assignment .assignment-item-cont {	
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.assignment-item-cont > div {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
}	
.assignment .assignment-item-cont > div {
	padding-right: 15%;
	padding-left: calc((100% - 100% * 0.9));
}
.assignment .assignment-item-cont > div p {
	padding-right: 0;
}	
.solution .assignment-item-cont > div {	
	padding-top: 40px;
	padding-right: calc((100% - 100% * 0.9));
	padding-bottom: 40px;
	padding-left: 0;
}
.assignment-item.solution {
	display: flex;
	flex-flow: column;
}
.solution .assignment-item-cont {
	order: 2;
}	
.solution .assignment-item-title {
	order: 1;
}			
}

@media (min-width: 1024px) {	
.assignment .assignment-item-title {
	padding-bottom: 16px;
	margin-bottom: -17px;
}	
.assignment-item-title p {
	font-size: 36px;
}
.assignment .assignment-item-title .em {
	font-size: 100px;
}
.solution .assignment-item-title .em {
	font-size: 72px;
}
.assignment .assignment-item-cont > div p {
	font-size: 24px;
	font-feature-settings: "palt" 1;
}
.solution .assignment-item-cont h3 {
	margin-bottom: 20px;
	font-size: 24px;
	font-feature-settings: "palt" 1;
}	
.solution .assignment-item-cont > div > p {
	font-size: 16px;
	font-feature-settings: "palt" 1;
}	
}
@media (min-width: 1200px) {
.assignment .assignment-item-cont {	
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}
.assignment .assignment-item-cont > div {	
	padding-left: calc((100% - 580px));
}	
.solution .assignment-item-cont > div {	
	padding-right: calc((100% - 580px));
}
.assignment .assignment-item-title p {
	padding-left: calc((100% - 580px));
}	
.solution .assignment-item-title p {
	padding-right: calc((100% - 580px));
}	
}
/*---------- btn ----------*/
.btn-area {
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	margin-top: 40px;	
}
.btn-area .arrow-down {
	margin-bottom: 20px;
}
.btn-area .arrow-down span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-bottom: 4px solid #075877;
	border-right: 4px solid #075877;
	transform: rotate(45deg);
}
.btn-area p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.btn-area .btn-cta {
	max-width: 420px;
}
@media (min-width: 768px) {
	.btn-area .arrow-down span {
		width: 30px;
		height: 30px;
		border-width: 6px;
	}	
	.btn-area p {
		font-size: 20px;
	}	
	.btn-area .btn-cta {
		height: 100px;
		font-size: 40px;
	}
	.btn-area a.btn-cta::after {
		width: 18px;
		height: 18px;
		margin-top: -0.25em;
	}	
}
/*---------- section case ----------*/
#sec-case {
    background-color: #eef6fa;
	background: url("/web/jp/trade/images/top/top_function_bg.png") 0 0 repeat transparent;
}
.slider {
   width: 100%;
   margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
}
.slider .slick-slide {
    margin: 0 10px;
}
.slick-prev, 
.slick-next {
    position: absolute; 
    top: 42%;
    cursor: pointer;
    outline: none;
    height: 50px;
    width: 50px;
	z-index: 1;
}
.slick-prev{ 
   background: url("/web/jp/trade/images/top/top_slider_prev.png") 0 0 no-repeat;
   background-size: contain;
   left: -2%;
}
.slick-next {
    background: url("/web/jp/trade/images/top/top_slider_next.png") 0 0 no-repeat;
	background-size: contain;
    right: -2%;
}  
.slick-dots li button:before {
    color: #075877 !important;
}
.slick-dots li.slick-active button:before {
    color: #075877 !important;
}
.slick-track {
    display: flex;
}
.slick-slide {
    height: auto !important;
} 
.case-box a {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background-color: #075877;
    border: 1px solid #D8D8D8;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,.2);
}
.case-box figure {
    margin: 0;
    overflow: hidden;
}
.case-box figure img {
    transition: .3s;
}
.case-box:hover figure img {
	transform: scale(1.08);
}
.case-box .text {
	padding: 20px 16px;
}
.case-box .text > * {
	color: #fff;
    line-height: 1.5;
}
.case-box h3 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
	font-feature-settings: "palt" 1;
}
.case-box .case-discription {
    margin-bottom: 16px;
    font-size: 12px;
}
.case-box .case-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
}
.case-box .case-tag p {
	padding: 2px 4px 3px;
	border-radius: 5px;
	background-color: #fff;
	color: #075877;
	font-size: 12px;
}
.case-box .case-more {
	margin-top: auto;
	padding: 0 20px 20px;
	color: #fff;
	font-size: 18px;
	text-align: right;
}
.case-box .case-more > span::after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
	margin-left: 8px;
	position: relative;
	top: -2px;
}
@media (min-width:1024px) {
	.case-box .text {
		padding: 20px;
	}
	.case-box .text h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.case-box .text .case-discription {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.case-box .case-tag p {
		padding: 6px 8px 8px;
		border-radius: 10px;
		font-size: 16px;
	}	
	.case-box .case-more {
		font-size: 22px;
	}
	.case-box .case-more > span::after{
		width: 12px;
		height: 12px;
	} 
	.slick-prev, 
	.slick-next {
		height: 100px;
		width: 100px;
	}
	.slick-prev{ 
	   left: -4%;
	}
	.slick-next {
		right: -4%;
	}
}

/*---------- btn inquir ----------*/
#sec-inquiry * {
	line-height: 1.5;	
}
/*---------- btn-cta ----------*/
.btn-cta {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 65px;
    border-radius: 80px;
	color: #fff;
	font-size: 20px;
    font-weight: bold;
	line-height: 1;
}
.btn-cta.btn-gre {
	background-color: #1A7F29;
	border: 3px solid #1A7F29;
}
a.btn-cta.btn-org {
	background-color: #FEA407;
	border:3px solid #FEA407;
}
a.btn-cta::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -0.35em;
    border-width: 3px 3px 0 0;
    border-style: solid;
    transform: rotate(45deg); 
}
a:hover.btn-cta {background-color: #fff;} 
a:hover.btn-cta.btn-gre {color: #1A7F29;}
a:hover.btn-cta.btn-org {color: #FEA407;} 

/*---------- btn-case ----------*/
.btn-case {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 300px;
	height: 60px;
	background-color: #fff;
	border: 2px solid #075877;
    border-radius: 80px;
	color: #075877;
	font-size: 20px;
    font-weight: bold;
	line-height: 1;
}
a.btn-case::after {
    content: "";
    position: absolute;
    right: 1em;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -0.35em;
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    transform: rotate(45deg); 
}
a:hover.btn-case {
	background-color: #075877;
	color: #fff;
} 