@charset 'utf-8';


.articleblock,
body.safearea .articleblock {
	padding: 0;
}


#productsblock {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

#productsblock .blockheader {
	margin-bottom: 0;
}

@media only screen and (min-width: 769px) {

	#productsblock {
		padding: 50px 0;
	}
}




#mainvisual {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70%;
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

#slider .viewport {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#slider .slideitem {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


#slider .slideitem .keyvisual {
	width: 100%;
	padding-top: 60%;
	background-image: url(../image/foreign-suppliers/pageheader.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}


#slider .slideitem .promotion {
	width: 80%;
	padding-bottom: 30px;
	text-align: left;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 10;
	transform: translateX(-50%);
}

#slider .slideitem .pr_media {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

#slider .slideitem .tagline {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#slider .slideitem .tagline .cover {
	padding: 20px;
	background-color: #fff;
	position: relative;
}

#slider .slideitem .tagline h1 {
	font-size: 6.5vw;
	font-weight: 700;
	line-height: 1.4;
}

#slider .slideitem .tagline h1:not(:last-child) {
	margin-bottom: .5em;
}

#slider .slideitem .tagline h1 span {
	display: block;
}

#slider .slideitem .tagline p {
	font-size: 4vw;
	font-weight: 400;
	line-height: 1.5;
}

#slider .slideitem .tagline p span {
	display: block;
}

@media only screen and (min-width: 481px) {

	#mainvisual {
/* 		padding-top: 110%; */
	}

	#slider .slideitem .tagline {
		margin: 0 auto;
	}

	#slider .slideitem .tagline .cover {
		width: 100%;
	}

	#slider .slideitem .tagline h1 {
		font-size: 30px;
	}

	#slider .slideitem .tagline p {
		font-size: 16px;
	}
}

/* 
@media only screen and (min-width: 641px) {

	#mainvisual {
		padding-top: 90%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 50%;
	}
}
 */

/* 
@media only screen and (min-width: 769px) {

	#mainvisual {
		padding-top: 70%;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .tagline .cover {
		padding: 7%;
	}

	#slider .slideitem .tagline h1 span,
	#slider .slideitem .tagline p span {
		display: inline-block;
	}
}
 */

@media only screen and (min-width: 641px) {

	#mainvisual {
		margin-bottom: 20px;
		padding-top: 40%;
	}

	#mainvisual > .inner {
		padding: 0;
	}

	#slider .slideitem .keyvisual {
		padding-top: 40%;
	}

	#slider .slideitem .promotion {
	}

	#slider .slideitem .tagline {
		width: 100%;
		margin: 0;
	}

	#slider .slideitem .tagline .cover {
		background-color: rgba(255,255,255,.9);
	}
}

@media only screen and (min-width: 1001px) {

	#slider .slideitem .promotion {
		width: 40%;
		top: 50%;
		left: 5%;
		bottom: auto;
		transform: translateY(-50%);
	}
}

@media only screen and (min-width: 1201px) {

	#mainvisual {
		padding-top: 480px;
	}

	#slider .slideitem .keyvisual {
		padding-top: 480px;
	}
}




.presentation {
	background: #fff;
}

.presentation:nth-child(even):not(.outline) {
	background: #f7f8fa;
}

.presentation.outline {
	border-top: 1px solid #e6e6e6;
}


.presentation > .inner {
	max-width: 1200px;
}

.presentation .brick {
	padding: 30px;
}

body.safearea .presentation .brick {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.presentation .brick header {
	font-size: 1rem;
	margin-bottom: 2em;
}

.presentation .brick h1 {
	font-size: 1.7em;
}

.presentation .brick .sentence {
	font-size: 1rem;
}

.presentation .brick .sentence p {
	font-size: .9em;
}

.presentation .brick .sentence li {
	font-size: .9em;
}

.presentation figure {
	overflow: hidden;
}

.presentation p strong {
	font-size: 1.2em;
}

.presentation .outlinetbl {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

.presentation .outlinetbl th {
	text-align: left;
	vertical-align: top;
}

.presentation .outlinetbl td p {
	margin-bottom: 0 !important;
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

	.presentation .brick {
		padding: 50px;
	}

	body.safearea .presentation .brick {
		padding-left: calc(env(safe-area-inset-left) + 50px);
		padding-right: calc(env(safe-area-inset-right) + 50px);
	}

	.presentation .brick h1 {
		font-size: 2em;
	}

	.presentation .brick .sentence p {
		font-size: 1em;
	}

	.presentation .brick .sentence li {
		font-size: 1em;
	}

	.presentation .outlinetbl {
		font-size: 1.2em;
	}

	.presentation .outlinetbl th {
		min-width: 10em;
	}
}

.presentation .column {
	display: block;
	padding: 0;
}

.presentation .column.thumb {
	width: 100%;
	margin-bottom: 30px;
}

.presentation .column.article {
	width: 100%;
}

@media only screen and (min-width: 769px) {

	.presentation .column.thumb {
		width: 30%;
		margin-bottom: 0;
	}

	.presentation .column.article {
		width: 70%;
		padding-left: 50px;
	}

	.presentation .columns.right .column.article {
		padding-left: 0;
		padding-right: 2em;
	}
}




.btnarea.wide {
	font-size: 2em;
}

.btnarea.wide a {
	width: 100%;
	padding: 20px 5px;
	color: #fff;
	border-color: #133e82;
	background: #133e82;
	font-weight: 700;
}

.btnarea.wide.jax a {
	border-color: #000;
	border-width: 5px;
	background: #f8bd00;
	color: #000;
}

.btnarea.wide a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
}

@media only screen and (min-width: 1001px) {

	.btnarea.wide {
		font-size: 2.6em;
	}

	.btnarea.wide a .arrow {
		width: 26px;
		height: 26px;
	}
}



#companymessage .chapter .sentence {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#companymessage .chapter {
	padding: 30px;
}

#companymessage .chapter:not(:last-child) {
	margin-bottom: 2em;
}

#companymessage .sentence {
	color: #000;
	font-size: 1.6em;
	line-height: 1.5;
	text-align: left;
}

#companymessage .sentence h2 {
	margin-bottom: .5em;
	font-size: 2em;
}

#companymessage p:not(:last-child) {
	margin-bottom: 2em;
}

#companymessage ul {
	margin-left: 1.5em;
}

#companymessage ul:not(:last-child) {
	margin-bottom: 2em;
}

#companymessage li:last-child {
	list-style: none;
}

#companymessage .signature {
	margin: 0;
	margin-bottom: 2em;
	font-size: .85em;
	line-height: 1.4;
}

#companymessage .signature p {
	margin: 0;
/* 	text-align: right; */
}

#companymessage .signature p strong {
	font-size: 1.25em;
}

#companymessage .language {
	margin-bottom: 2em;
}

#companymessage .language ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#companymessage .language li {
	padding: 2px;
}

#companymessage .language li a {
	display: inline-block;
	padding: .3em 1.2em;
	border: 1px solid #0080cc;
	text-decoration: none;
}

#companymessage .language li a:hover,
#companymessage .language li a.hover {
	background: #3b99d5;
	color: #fff;
}

#companymessage .language li a.current {
	background: #3b99d5;
	color: #fff;
}

#companymessage .columns {
	display: flex;
	flex-direction: column;
	max-width: 640px;
	margin: 0 auto;
}

#companymessage .column {
	width: 100%;
}

#companymessage .column img {
	width: 100%;
	height: auto;
}

#companymessage .column figure {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

#companymessage .column figure:not(:last-child) {
	margin-bottom: 1em;
}

#companymessage .column figure.sign {
	width: 40%;
}

#companymessage .column figure {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

#companymessage .career h4 {
	margin-bottom: .5em;
	padding-bottom: .3em;
	border-bottom: 1px solid #86888e;
	font-size: 1.2em;
	line-height: 1.4;
}

#companymessage .career table {
	width: 100%;
	font-size: .9em;
	line-height: 1.4;
}

#companymessage .career table th {
	padding-right: 1.5em;
	font-size: .85em;
	font-weight: 400;
	white-space: nowrap;
}

#companymessage .career table th,
#companymessage .career table td {
	padding-bottom: .3em;
}

#companymessage .career table td span {
	display: inline-block;
}

#companymessage .column:last-child {
	max-width: 480px;
	margin: 0 auto;
}

@media only screen and (min-width: 541px) {

	#companymessage .signature p {
		text-align: right;
	}
}

@media only screen and (min-width: 641px) {

	#companymessage > .lead > .cover {
		padding: 80px 50px;
	}

	#companymessage .chapter {
		padding: 50px;
	}

	#companymessage p span {
		display: inline-block;
	}
}

@media only screen and (min-width: 801px) {

	#companymessage .signature {
		margin: 0;
	}

	#companymessage .columns {
		flex-direction: row;
		max-width: none;
	}

	#companymessage .column:first-child {
		width: 60%;
	}

	#companymessage .column:last-child {
		align-self: flex-end;
		width: 40%;
		padding-left: 7%;
	}

	#companymessage .column figure {
		width: 100%;
		margin: 0;
	}
}

#products.presentation > .inner {
	max-width: 1600px;
}

.presentation > .inner > .brick > header {
	text-align: center;
}


.products {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.products .item {
	width: 100%;
	position: relative;
}

.products .item:not(:last-child) {
	margin-bottom: 3em;
}

.products .item > .cover {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 1em;
	position: relative;
}

.products .item .thumb {
	width: 100%;
	margin-bottom: 2em;
}

.products .item figure {
	padding-top: 56.25% !important;
	overflow: hidden;
	position: relative;
}

.products .item figure span {
	display: block;
	width: 100%;
	border-radius: 0;
	transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
}

.products .item figure img {
	width: 100%;
	height: auto;
	position: relative;
}

.products .item ul li:last-child {
	list-style: none;
	color: #808080;
}

.products .item ul li:last-child:before {
	content: '...';
}

.products .item a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 641px) {

	.products .item {
		width: 50%;
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width: 1001px) {

	.products .item {
		width: 33.333%;
	}
}


