@charset "utf-8";
/* CSS Document */
/*Thin*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/*Light*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/*Regular*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/*Midium*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/*Bold*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/*Black*/
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}
html {
    color: #000000;
    font-size: 62.5%;
    line-height: 1.6;
    font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #FFFFFF;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 1.4rem;
}
body.active {
	overflow: hidden;
}
header, main, footer, section, article ,dl ,dt , dd {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}
p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-weight: 400;
}
img {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    display: inline;
}
a {
	text-decoration: none;
	color: #0068b7;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

/*loading*/
#loading {
    display: table;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5000;
}
#loading .cell {
    display: table-cell;
    vertical-align: middle;
}

@keyframes loading_off {
    0% {opacity: 1;top: 0px;}
    99% {opacity: 0;top: 0px;}
    100% {top: -100vh;}
}
@keyframes loading {
  0%,100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
#loading .cell .circles {
    color: #232e56;
    font-size: 10px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: loading 1.3s infinite linear;
}
#loading.off {
    top: -100vh;
    opacity: 0;
	animation-name: loading_off;
	animation-duration: 0.3s;
	overflow-y: hidden;
	overflow-x: hidden;
}
/*loading*/


/*header*/
header {
	position: fixed;
	z-index: 1500;
	width: 100vw;
	transition: all 0.2s 0s ease;
}
header.active {
	background-color: #ffffff;
}

header #head {
	display: flex;
	height: 60px;
	justify-content: space-between;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2%;
	padding-top: 13px;
}

header #head > span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	height: 100vh;
	background-color: #000000;
	transition: all 0.2s 0s ease;
	pointer-events: none;
	opacity: 0;
}

header.open #head > span {
	opacity: 0.7;
	pointer-events: auto;
}

header #head #logo {
}

header #head #logo a {
	display: flex;
	align-items: flex-end;
}

header #head #logo a span {
	padding-right: 10px;
}

header #head #logo a span:first-of-type img {
	width: 35px;
}

header #head #logo a span:last-of-type img {
	width: 250px;
}

.menu_01 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2000;
	width: 30px;
	height: 35px;
	border-radius: 50%;
}
.menu_01 .hamburger .box {
	width: 30px;
	display: block;
	height: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
}
.menu_01 .hamburger .box span ,.menu_01 .hamburger .box:before ,.menu_01 .hamburger .box:after {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	left: 0px;
	background-color: #717171;
	content: "";
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	transition: 0.3s all;
}
.menu_01 .hamburger .box:before  {
	top: 0%;
	margin-top: 0px;
}
.menu_01 .hamburger .box:after  {
	margin-top: 0px;
	bottom: 0%;
	top: auto;
}
.menu_01 .hamburger.open .box span {
	opacity: 0;
	transition: 0.3s all;
}
.menu_01 .hamburger.open .box:before {
	top: 50%;
	margin-top: -2px;
	transform: rotate(45deg);
	transition: 0.3s all;
}
.menu_01 .hamburger.open .box:after {
	top: 50%;
	margin-top: -2px;
	transform: rotate(-45deg);
	transition: 0.3s all;
}
#menu nav {
	width: auto;
	height: 100vh;
	position: absolute;
	right: -100%;
	top: 0px;
	background-color: #ffffff;
	z-index: 1000;
	padding: 60px 4% 40px;
	transition: 0.3s all;
}
#menu nav.open {
	display: block;
	right: 0%;
	overflow-y: scroll;
}
#menu nav a {
	display: block;
	padding: 16px 90px 16px 0;
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	line-height: 1.7;
}
#menu nav a span {
	display: block;
	font-size: 1.4rem;
}
/*header*/

/*共通*/
.wrap_1200 {
	width: 84%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.wrap_1200b {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wrap_1366 {
	width: 100%;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wrap_980 {
	width: 84%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.wrap_989 {
	width: 90%;
	max-width: 989px;
	margin-left: auto;
	margin-right: auto;
}

.zb {
	background-color: #e6eae7;
}


main {
	padding-top: 60px;
}

section > * {
	position: relative;
	z-index: 10;
}
/*共通*/

/*top*/
#toppage section h3 {
	text-align: center;
	padding-top: 60px;
	font-size: 1.8rem;
	letter-spacing: 0.13em;
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
}

#toppage section h3 span {
	display: block;
	text-align: center;
}

#toppage section h3 img+span {
	padding: 25px 0 30px;
}

#toppage section h3 img+span+span {
	line-height: 1;
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}

#toppage section h4 {
	font-size: 1.6rem;
	text-align: left;
	padding-top: 30px;
}

#toppage section h4+p {
	padding-top: 30px;
}

#toppage section h4+dl {
	padding-top: 30px;
}

#toppage section h3+p {
	padding-top: 30px;
}

#toppage #mp {
	width: 100%;
}

#toppage #mp video {
	width: 100%;
	height: 100%
}

#toppage section#hp_main h2 {
    font-size: clamp(1.8rem, 4.5vw, 4.8rem);
	text-align: left;
	margin-top: 60px;
	letter-spacing: 0.13em;
}

#toppage section#hp_main h2 > span {
	display: block;
}

#toppage section#hp_main h2+p {
	text-align: left;
	margin-top: 30px;
}

#toppage section#hp_main h2+p span {
	display: inline;
}

#toppage section#hp_main .img {
	margin-top: 60px;
}

#toppage section#Product_introduction .bb {
	padding: 40px 0;
	margin-top: 40px;
}

#toppage section#Product_introduction .bb ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
	margin-top: 0;
	margin-bottom: 0;
}

#toppage section#Trading_company_function {
	padding-bottom: 60px;
}

#toppage section#Corporate_Profile {
	padding-bottom: 60px;
}

#toppage section#Corporate_Profile div > dl > dt {
	padding: 25px 0 0px;
	border-top: solid 1px #000000;
}

#toppage section#Corporate_Profile div > dl > dd {
	padding: 25px 0;
}

#toppage section#Corporate_Profile div > dl > dd dl dt {
	width: 6em;
	text-align:justify;
	text-align-last:justify;
}

#toppage section#Corporate_Profile div > dl > dd dl dd {
	width: calc(100% - 6em - 6%);
}

#toppage section#Corporate_Profile div > dl > dd dl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 6%;
}

#toppage section#Access_Map .map {
	margin-top: 30px;
	height: 0;
	overflow: hidden;
	padding-bottom: 85%;
	position: relative;
}
#toppage .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

#toppage section#Access_Map h3+p {
	text-align: left;
}

#toppage section#Contact > .zb {
	background-color: #e6ebee;
	margin-top: 40px;
	padding: 40px 0px;
}

#toppage section#Contact > .zb .box {
	background-color: #ffffff;
	padding: 30px;
}

#toppage section#Contact > .zb .box > p {
	text-align: center;
}
#toppage section#Contact > .zb .box .link_t {
	max-width: 268px;
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.9%;
}
#toppage section#Contact > .zb .box .link_t a {
	display: inline-block;
	margin-top: 2%;
}
#toppage section#Contact > .zb .box .link_t a:first-of-type {
	margin-top: 0;
}
#toppage section#Contact > .zb .box .link_t a:nth-of-type(2) {
	pointer-events: none;
}

/*top*/


/*footer*/
#pagetop {
	text-align: center;
	padding-top: 55px;
}
footer {
	text-align: center;
	font-size: 1.1rem;
	padding: 40px 0;
	color: #888888;
}

footer > div {
	padding-bottom: 20px;
}

footer > div img {
	width: 35px;
}
/*footer*/


/*fadein*/

section .fadein::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	transition: all 0.4s ease-out;
	opacity: 1;
}

section .fadein.active::before {
	width: 0;
}

section .fadein02 {
	position: relative;
	transition: all 0.4s ease-out;
	opacity: 0;
	bottom: -30px;
}

section .fadein02.active {
	opacity: 1;
	bottom: 0;
}

section#hp_main .fadein02 {
	opacity: 1;
}

/*fadein*/


/***********************************************************/
@media only screen and (min-width:768px) {
	
/*共通*/
html {
    line-height: 2.2;
}
body {
    font-size: 1.6rem;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
a img {
    transition: 0.2s;
}
a:hover img {
	opacity: 0.6;
}
main {
	padding-top: 100px;
}
/*共通*/
/*header*/
header #head {
	height: 100px;
	align-items: center;
	padding-top: 0px;
}

header #head #logo {
}

header #head #logo a {
	height: 58px;
}

header #head #logo a span {
	padding-right: 25px;
}

header #head #logo a span:first-of-type img {
	width: auto;
}

header #head #logo a span:last-of-type img {
	width: auto;
}

#menu nav {
	top: 0px;
	padding: 100px 3% 40px;
}
.menu_01 {
	width: 30px;
	height: 58px;
	margin-right: 0px;
}
#menu nav a {
	padding: 16px 90px 16px 20px;
	background-position: right 20px center;
	transition: 0.2s;
	position: relative;
}
#menu nav a::before {
	content: "";
	display: block;
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	transition: 0.2s;
	background-color: #ffffff;
	z-index: -1;
}
#menu nav a:hover::before {
	width: 100%;
	background-color: #18943B;
	color: #ffffff;
}
#menu nav a:hover {
	color: #ffffff;
}

/*header*/

/*top*/
#toppage #mp {
	width: 100%;
}

#toppage section .wrap h2 {
	font-weight: 400;
}

#toppage section#hp_main h4 {
	text-align: center;
	padding-top: 50px;
}

#toppage section#hp_main h3+p {
	padding-top: 50px;
}

#toppage section#hp_main h2 {
    font-size: clamp(3.5rem, 4.5vw, 4.8rem);
	text-align: center;
	margin-top: 100px;
}

#toppage section#hp_main h2+p {
	text-align: center;
	margin-top: 70px;
	font-size: 2rem;
}

#toppage section#hp_main h2+p span {
	display: block;
}

#toppage section#hp_main .img {
	margin-top: 100px;
}

#toppage section h3 {
	text-align: center;
	padding-top: 100px;
	font-size: 4.1rem;
}

#toppage section h3 img+span {
	padding: 0px 0 30px;
}

#toppage section h3 img+span+span {
	width: auto;
}

#toppage section h4 {
	font-size: clamp(2rem, 4vw, 2.7rem);
	text-align: center;
}

#toppage section h4+p {
	padding-top: 25px;
}

#toppage section h4+dl {
	padding-top: 40px;
}

#toppage section#Product_introduction .bb {
	padding: 70px 0;
	margin-top: 70px;
}

#toppage section#Product_introduction .bb ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	gap: 0 5%;
	margin-top: 0;
	margin-bottom: 0;
}

#toppage section#Trading_company_function {
	padding-bottom: 100px;
}

#toppage section#Corporate_Profile {
	padding-bottom: 100px;
}

#toppage section#Corporate_Profile dl {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4%;
}

#toppage section#Corporate_Profile div > dl > dt {
	padding: 10px 0px;
	width: 7.5em;
	text-align:justify;
	text-align-last:justify;
	border-top: none;
}

#toppage section#Corporate_Profile div > dl > dd {
	width: calc(100% - 7.5em - 4%);
	padding: 10px 0px;
}

#toppage section#Access_Map .map {
	margin-top: 70px;
	padding-bottom: 53%;
}

#toppage section#Access_Map h3+p {
	text-align: center;
}

#toppage section#Contact > .zb {
	margin-top: 50px;
	padding: 80px 0px;
}

#toppage section#Contact > .zb .box {
	padding: 40px 40px 60px 40px;
}

#toppage section#Contact > .zb .box .link_t {
	display: flex;
	justify-content: space-around;
	max-width: 100%;
}
#toppage section#Contact > .zb .box .link_t a {
	width: 30%;
	margin-top: 0;
}
#toppage section#Contact > .zb .box .link_t a:first-of-type {
	pointer-events: none;
}

/*top*/
	

/*footer*/
#pagetop {
	text-align: center;
	padding-top: 84px;
}

footer {
	padding: 100px 0;
}

footer > div img {
	width: 59px;
}
/*footer*/


section#hp_main .fadein02 {
	opacity: 0;
}

section#hp_main .fadein02.active {
	opacity: 1;
	bottom: 0;
}


}
