@charset "UTF-8";
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
}
/* media query : tablet */
@media screen and (min-width:769px) and (max-width:1024px){
}
/*==============================================================
3.0 common
--------------------------------------------------------------*/
.en-header .header-logo__symbol_jp {
	width: 100%;
	max-width: 11.869%
}
.en-header .header-logo__logotype_en {
	width: 100%;
	max-width: 85.131%;
}
.en-header .header-logo a {
	max-width: 15rem;
}
.en-mv {
	background: #F0F4F7;
}

.en-mv .h1 h1 {
	font-size: 3.7rem;
	font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.en-cv .cv-h2 h2 {
	font-family: 'Jost', sans-serif;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
@media screen and (max-width: 768px) {
	.en-cv .cv-h2 h2 {
		font-size: 2.6rem;
	}
}
@media screen and (min-width: 769px) {
	.en-cv .cv-h2 h2 {
		font-size: 3.7rem;
	}
}
/*==============================================================
3.1 en-home
--------------------------------------------------------------*/
/* 3.1 home
--------------------------------------------------------------*/
.en-home.header {
	background: transparent;
	transition: .3s;
}
.en-home.header.scroll {
	background: #FFFFFF;
	transition: .3s;
}
.en-home .header-logo__symbol_jp path,
.en-home .header-logo__logotype_en path {
	fill: #FFFFFF;
	transition: .3s;
}
.en-home.header.scroll .header-logo__symbol_jp path {
	fill: #237EBE;
	transition: .3s;
}
.en-home.header.scroll .header-logo__logotype_en path {
	fill: #000000;
	transition: .3s;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.en-home.header.active .header-logo__logotype_en path {
		fill: #000000;
		transition: .3s;
	}
	.en-home.header.active .header-menu a {
		color: #000;
	}
	.en-home .header-menu__trigger span {
		background-color: #FFFFFF;
		transition: .3s;
	}
	.en-home.header.scroll .header-menu__trigger span,
	.en-home.header.active .header-menu__trigger span {
		background-color: #000000;
		transition: .3s;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.en-home .header-logo {
		max-width: 19rem;
	}
	.en-home .header-menu a {
		color: #FFF;
		transition: .3s;
	}
	.en-home.header.scroll .header-menu a {
		color: #000;
		transition: .3s;
	}
}
/* 3.1 home-mv
--------------------------------------------------------------*/
.en-home-mv {
	opacity: 0;
	margin: 0;
	padding: 0;
	animation-delay: 0s;
    animation: fade-in 2s ease-out forwards;
}
@keyframes fade-in {
    100% {  opacity: 1;}
}
.en-home-mv .container {
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.home-h1 {
	text-align: center;
}
.home-h1 h1 {
	font-family: 'Jost', sans-serif;
    font-weight: 600;
	line-height: 1;
    color: #FFF;
	margin-bottom: 1rem;
}
.home-h1 p {
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	margin-bottom: 1rem;
}
.home-h1 h1 {
	animation-delay: 1s;
	animation: slide-in1 2s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.home-h1 p {
	animation-delay: 1.5s;
	animation: slide-in2 4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
.home-h1 button {
	animation-delay: 2s;
	animation: slide-in3 4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes slide-in1 {
	0% {
	  transform: translateY(-70px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}
@keyframes slide-in2 {
	0% {
	  transform: translateY(-77px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}
@keyframes slide-in3 {
	0% {
	  transform: translateY(-85px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0);
	  opacity: 1;
	}
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.en-home-mv {
		height: 70%;
    	height: 70svh;
	}
	.home-h1 h1 {
		font-size: 1.8rem;
	}
	.home-h1 p {
		font-size: 0.825rem;
	}

}
/* media query : desktop */
@media screen and (min-width:769px) {
	.en-home-mv {
		height: 70%;
    	height: 70vh;
	}
	.home-h1 h1 {
		font-size: 4rem;
	}
	.home-h1 p {
		font-size: 1.2rem;
	}

}

/* mov */
.en-home-mv .home-mv__view {
	position: absolute;
    top: 0;
	width: 100%;
    height: 100%;
    left: 0;
}
.en-home-mv .home-mv__view img {
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.zoom {
	overflow: hidden;
}
.zoom img {
	animation: animationZoom 20s ease-in-out infinite;
}
@keyframes animationZoom {
	50% { transform:scale(1.05)} 
}

/* scroll */
.home-scroll {
	position:absolute;
	height:120px;
	left: 50%;
	z-index: 3;
}
.home-scroll__bar {
	position: absolute;
	left:-6px;
	color: #FFFFFF;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}
.home-scroll::after {
	content: "";
	position: absolute;
	top: 0;
	width: 2px;
	background: linear-gradient(0deg,#7f3bff 0,#3573ff 100%);
	background: -webkit-linear-gradient(90deg, #7f3bff 0,#3573ff 100%);
	animation: scroll-bar 1.4s ease-in-out infinite;
	opacity:0;
}
.home-scroll__txt {
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: block;
    line-height: 1;
    white-space: nowrap;
    margin: 0 auto;
    color: #FFFFFF;
}

/* media query : mobile */
@media screen and (max-width:768px) {
	.home-scroll {
		bottom: 20px;
	}
	.home-scroll__bar {
		top: 10px;
	}
	.home-scroll__txt {
	}
	@keyframes scroll-bar {
		0%{
			height:0;
			top:60px;
			opacity: 0;
		}
		30%{
			opacity: 1;
			height:60px;
		}
		100%{
			height:0;
			opacity: 0;
			top:120px;
		}
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-scroll {
		bottom: 40px;
	}
	.home-scroll__bar {
		top: -56px;
	}
	@keyframes scroll-bar {
		0%{
			height:0;
			top:0;
			opacity: 0;
		}
		30%{
			opacity: 1;
			height:120px;
		}
		100%{
			height:0;
			opacity: 0;
			top:120px;
		}
	}

}
/* 3.1 home-main
--------------------------------------------------------------*/
.home-h2 {
	margin-bottom: 3rem;
}
.home-h2 h2 {
	font-family: 'Jost', sans-serif;
    font-weight: 600;
    line-height: 1;
	text-transform: uppercase;
}
.home-desc {
	margin-bottom: 3rem;
}
.home-wrap {
	overflow: hidden;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-h2 h2 {
		font-size: 2.4rem;
		margin-bottom: 0.5rem;
	}
	.home-wrap {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-h2 h2 {
		font-size: 3rem;
		margin-bottom: 1rem;
	}
}
/*
@media screen and (max-width:1275px) {
	.home-wrap {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
@media screen and (min-width:1276px) {
	.home-wrap {
		margin-left: calc(50% - 42.5rem);
	}
}
*/
/* 3.1 home-products
--------------------------------------------------------------*/
.home-products__list a {
	display: block;
}
.home-products__img {
	position: relative;
	margin-bottom: 1rem;
}
.home-products__img:before {
    display: block;
    content: "";
}
.home-products__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.home-products__title {
	font-size: 1.2rem;
	font-weight: 500;
    line-height: 1.5;
	text-transform: uppercase;
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.home-products__list {
		margin-bottom: 1rem;
	}
	.home-products__list li {
	margin-bottom: 2rem;
	}
	.home-products__img:before {
		padding-top: 60%;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-products__list {
		display: flex;
		gap: 2rem;
		margin-bottom: 3rem;
	}
	.home-products__list li {
		width: 20rem;
	}
	.home-products__img:before {
		padding-top: 150%;
	}
}
/* 3.1 home-corporate
--------------------------------------------------------------*/
.home-corporate {
}
.home-corporate.bgc {
	background: url(../img/home-corporate__bg.jpg) no-repeat center/cover;
}
.home-corporate .home-h2,
.home-corporate .home-desc {
	color: #FFF;
}
.home-desc {

}
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.home-corporate.bgc {
		background-attachment: fixed;
	}
}

/*==============================================================
3.2 en-profile
--------------------------------------------------------------*/
/* 3.2 en-profile
--------------------------------------------------------------*/
.corporate-table__list {
	border-bottom: 1px solid #ADBDC9;
}
.corporate-table__list a {
	color: #2F50D9;
	text-decoration: underline;
}
.corporate-table__item {
	display: flex;
}
.corporate-table__first  {
	
}
.corporate-table__head {
	background: #F0F4F7;
}

.corporate-location th {
	
}
/* media query : mobile */
@media screen and (max-width:768px) {
	.corporate-table__item {
		flex-direction: column;
		border-top: 1px solid #000;
		padding-top: 0.5rem;
	}
	.corporate-table__item div {
		padding-bottom: 0.5rem;
	}
	.corporate-table__head {
		flex-direction: row;
    	justify-content: space-between;
	}
	.corporate-table__first {
		font-weight: 600;
	}
	.corporate-location tr {
		display: flex;
		flex-direction: column;
	}
	.corporate-location th {
		font-weight: 500;
	}
	.corporate-location td {
		margin-bottom: 0.5rem;
	}
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.corporate-table__item div {
		padding-left: 1rem;
	}
	.corporate-table__first  {
		width: 15rem;
		border-top: 1px solid #000;
	}
	.corporate-table__center {
		width: calc(100% - 30rem);
		border-top: 1px solid #ADBDC9;
	}
	.corporate-table__center.colspan {
		width: calc(100% - 15rem);
	}
	.corporate-table__last  {
		width: 15rem;
		border-top: 1px solid #ADBDC9;
		padding-right: 1rem;
	}
	.corporate-table__item div {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.corporate-location th {
		min-width: 12rem;
	}
	.en-profile-subsidiaries .corporate-table__first {
		width: 18rem;
	}
	.en-profile-subsidiaries .corporate-table__center {
		width: calc(100% - 42rem);
	}
	.en-profile-subsidiaries .corporate-table__middle {
		width: 12rem;
		border-top: 1px solid #ADBDC9;
	}
	.en-profile-subsidiaries .corporate-table__last {
		width: 12rem;
	}
}
/*==============================================================
3.2 en-products
--------------------------------------------------------------*/
.export-products__list .products-category__img {
	width: 21.8rem;
	height: 18rem;
}
.export-products__list .products-category__title {
	line-height: 1.5;
    font-size: 1.8rem;
}
.single-export-products .single-edit figcaption {
	text-align: left;
}
/* media query : mobile */
@media screen and (max-width:768px) {
}
/* media query : desktop */
@media screen and (min-width:769px) {
	.single-export-products .single-contents__thumb {
		width: 100%;
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.export-products__list .products-category__txt {
		width: calc(95% - 22rem);
	}
}

/*==============================================================
3.2 en-contactus
--------------------------------------------------------------*/

/*==============================================================
3.2 en-
--------------------------------------------------------------*/
