﻿@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, "MS PGothic", "MS UI Gothic", "MS Gothic", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.1em;
	line-height: 1.7;
	/* word-wrap: break-word; */
	color: rgba(2, 15, 38, 0.9);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
	word-break: normal;
	white-space: normal;
	overflow-wrap: break-word;
	line-height: 1.6;
	letter-spacing: 0.02em;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

a {
	color: #3d64ae;
}

form, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, label {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style: none;
}

input, textarea, select {
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Georgia, "Times New Roman", Times, "Liberation Serif", "DejaVu Serif", serif;
	font-size: 14px;
	font-weight: 500;
	color: #122729;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

::-moz-placeholder {
	opacity: 1;
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8;
}

select:required:invalid {
	color: #c8c8c8;
}

select option {
	color: #122729;
}

select option:first-child {
	color: #c8c8c8;
}

input[type='image']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

.pc {
	display: none;
}

/* ---------------------------------------------------------
	CSS Document commonheader
--------------------------------------------------------- */

header {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #f6f6f6;
	width: 100%;
	height: 44px;
	z-index: 100;
}

header * {
	letter-spacing: 0em;
	font-size: 14px;
	color: #666666;
}

.header_container {
	width: 100%;
	height: 44px;
	margin: 0 auto;
}

.header_left {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	margin-top: -4px;
}

.header_left #h1 {
	display: flex;
	height: 36px;
	line-height: 40px;
	padding: 4px 0;
}

.header_left #h1 img {
	height: 36px;
}

.header_left #h1 h1, .header_left #h1 p {
	display: none;
}

.header_left #h1 p:first-child {
	font-size: 12px;
	line-height: 12px;
	color: #666666;
	margin-top: 4px;
	font-weight: 400;
}

.header_right {
	position: absolute;
	top: 2px;
	right: 6px;
}

/* .header_right {
	display: none;
} */

.header_right li {
	/* display: inline-block; */
	vertical-align: top;
	margin-left: 8px;
	margin-top: 2px;
    line-height: 40px;
}

.header_right li.hnavi {	
	display: none;
}

.header_right .lang_btn {
	border: 1px solid #666666;
	border-radius: 50px;
	padding: 0 8px;
	margin-top: 8px;
	line-height: 26px;
}
.header_right .lang_btn p {
	text-align: center;
}
.header_right .lang_btn a {
	display: inline-block;
	margin: auto 8px;
	text-decoration: none;
}

.nav_button {
	width: 100%;
	margin: 2px;
	line-height: 40px;
	cursor: pointer;
	transition: .4s;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	position: relative;
}

.nav_button .nav_triggers {
	/* display: flex;
	gap: 12px;
	flex-wrap: wrap; */
	display: none;
}

.nav_button .nav_trigger {
	position: relative;
	padding-left: 16px;
}

.nav_button .nav_trigger:hover {
	opacity: 0.6;
}

.nav_button .nav_trigger:before {
	content: "";
	width: 0;
	height: 0;
	margin-top: -0.3em;
	border: solid 5px transparent;
	border-left: solid 7px #666666;
	position: absolute;
	top: 50%;
	left: -14px;
}

.nav_button .nav_trigger.active:before {
	transform: rotate(90deg);
}

.navi_area {
	display: none;
	width: 100%;
}

#navi #nav-root-products,
#sales_nav #nav-root-products,
#navi #nav-sales-root,
#sales_nav #nav-sales-root {
	padding: 3vw 0 6vw;
}

#navi #nav-root-products .back,
#sales_nav #nav-root-products .back,
#navi #nav-sales-root .back,
#sales_nav #nav-sales-root .back {
	padding-left: 14vw;
}

#navi .products_root_list,
#sales_nav .products_root_list,
#navi .sales_root_list,
#sales_nav .sales_root_list {
	padding: 0;
}

#navi .products_root_list li,
#sales_nav .products_root_list li,
#navi .sales_root_list li,
#sales_nav .sales_root_list li {
	margin-top: 0;
	text-align: left;
}

.products_root_list button,
.sales_root_list button {
	width: 100%;
	border: 0;
	border-top: solid 1px rgba(37, 63, 111, 0.2);
	border-bottom: solid 1px transparent;
	background: transparent;
	padding: 18px;
	text-align: left;
	font-size: 4vw;
	font-family: inherit;
	line-height: 1;
	position: relative;
}

.products_root_list li:last-child button,
.sales_root_list li:last-child button {
	border-bottom: solid 1px rgba(37, 63, 111, 0.2);
}

.products_root_list button:after,
.sales_root_list button:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: solid 2px rgba(37, 63, 111, 0.4);
	border-right: solid 2px rgba(37, 63, 111, 0.4);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

.products_root_list button:hover,
.sales_root_list button:hover {
	background: rgba(37, 63, 111, 0.04);
}

.pc_only {
	display: none;
}
.sp_only {
	display: block;
}

#navi {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: #f6f6f6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#navi .logo {
	margin-bottom: 2vw;
	padding-top: 4px;
	text-align: center;
	font-weight: 900;
	font-size: 5vw;
	line-height: 9.6vw;
	position: relative;
}

#navi .logo img {
	height: 36px;
}

#navi .logo span {
	display: none;
}

#navi dt {
	padding: 18px;
	border-top: solid 1px rgba(37, 63, 111, 0.2);
	text-align: left;
	font-size: 4vw;
	line-height: 1;
	position: relative;
}

#navi dl:last-of-type dt {
	border-bottom: solid 1px rgba(37, 63, 111, 0.2);
}

#navi dl.linkDt a {
	text-decoration: none;
}

#navi dt:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: solid 2px rgba(37, 63, 111, 0.4);
	border-right: solid 2px rgba(37, 63, 111, 0.4);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#navi dt br {
	display: none;
}

#navi dl.linkDt dt:after {
	display: none;
}

#navi dd {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	padding: 3vw 6vw 6vw;
	background: #f6f6f6;
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: 11;
	transition: .4s;
}

#navi dd.on {
	left: 0;
}

#navi dd:after {
	display: block;
	content: '';
	width: 100%;
	height: 20vw;
}

#navi .back {
	height: 9vw;
	padding-left: 8vw;
	text-align: left;
	text-decoration: underline;
	font-size: 4vw;
	color: #253f6f;
}

#navi .back:before {
	display: inline-block;
	vertical-align: 0.08em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 2vw;
	border-bottom: solid 1px #253f6f;
	border-left: solid 1px #253f6f;
	transform: rotate(45deg);
}

#navi .summary {
	margin-bottom: 2em;
	text-align: justify;
	font-weight: 700;
	font-size: 3.5vw;
	color: rgb(22, 133, 147);
}

#navi .summary span {
	display: block;
	width: 6em;
	margin: 0 auto 3vw;
	text-align: center;
	font-size: center;
	position: relative;
}

#navi .summary span:before {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	left: -50px;
}

#navi .summary span:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	right: -50px;
}

#navi ul + .summary {
	margin-top: 3em;
}

#navi li {
	margin-top: 2em;
	text-align: justify;
	font-size: 3vw;
}

#navi li figure {
	height: 40vw;
}

#navi li a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 3.5vw;
	color: #253f6f;
}

.mega_navi {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: #f6f6f6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.mega_navi .logo {
	margin-bottom: 2vw;
	padding-top: 4px;
	text-align: center;
	font-weight: 900;
	font-size: 5vw;
	line-height: 9.6vw;
	position: relative;
}

.mega_navi .logo img {
	height: 36px;
}

.mega_navi .logo span {
	display: none;
}

.mega_navi dt {
	padding: 18px;
	border-top: solid 1px rgba(37, 63, 111, 0.2);
	text-align: left;
	font-size: 4vw;
	line-height: 1;
	position: relative;
}

.mega_navi dl:last-of-type dt {
	border-bottom: solid 1px rgba(37, 63, 111, 0.2);
}

.mega_navi dl.linkDt a {
	text-decoration: none;
}

.mega_navi dt:after {
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -6px;
	border-top: solid 2px rgba(37, 63, 111, 0.4);
	border-right: solid 2px rgba(37, 63, 111, 0.4);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

.mega_navi dt br {
	display: none;
}

.mega_navi dl.linkDt dt:after {
	display: none;
}

.mega_navi dd {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	padding: 3vw 6vw 6vw;
	background: #f6f6f6;
	position: fixed;
	top: 0;
	left: 100vw;
	z-index: 11;
	transition: .4s;
}

.mega_navi dd.on {
	left: 0;
}

.mega_navi dd:after {
	display: block;
	content: '';
	width: 100%;
	height: 20vw;
}

.mega_navi .back {
	height: 9vw;
	padding-left: 8vw;
	text-align: left;
	text-decoration: underline;
	font-size: 4vw;
	color: #253f6f;
}

.mega_navi .back:before {
	display: inline-block;
	vertical-align: 0.08em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 2vw;
	border-bottom: solid 1px #253f6f;
	border-left: solid 1px #253f6f;
	transform: rotate(45deg);
}

.mega_navi .summary {
	margin-bottom: 2em;
	text-align: justify;
	font-weight: 700;
	font-size: 3.5vw;
	color: rgb(22, 133, 147);
}

.mega_navi .summary span {
	display: block;
	width: 6em;
	margin: 0 auto 3vw;
	text-align: center;
	font-size: center;
	position: relative;
}

.mega_navi .summary span:before {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	left: -50px;
}

.mega_navi .summary span:after {
	content: '';
	width: 50px;
	height: 1px;
	background: rgb(22, 133, 147);
	position: absolute;
	top: 50%;
	right: -50px;
}

.mega_navi ul + .summary {
	margin-top: 3em;
}

.mega_navi li {
	margin-top: 2em;
	text-align: justify;
	font-size: 3vw;
}

.mega_navi li figure {
	height: 40vw;
}

.mega_navi li a {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 3.5vw;
	color: #253f6f;
}

.mega_navi.open_static {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	left: 0;
	padding: 0 6vw 6vw;
}

.mega_navi.open_static dl dt {
	text-align: center;
}

.mega_navi.open_static dl dt:after {
	display: none;
}

.mega_navi.open_static dl dd {
	position: static;
	left: 0;
	width: 100%;
	height: auto;
	overflow: visible;
	transition: none;
	padding: 3vw 0 0;
}

.mega_navi.open_static dl dd {
	display: none;
}

.mega_navi.open_static dl dd.on {
	display: block;
}

.mega_navi.open_static .linkDt {
	display: none;
}

#swicth {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 0;
	position: fixed;
	top: 2px;
	left: 2px;
	z-index: 999;
	cursor: pointer;
}

#swicth span {
	width: 25px;
	height: 2px;
	background: #253f6f;
	position: absolute;
	left: 8px;
	transition: all .4s;
}

#swicth span:nth-of-type(1) {
	top: 11px;
}

#swicth span:nth-of-type(2) {
	top: 20px;
}

#swicth span:nth-of-type(3) {
	top: 29px;
}

#swicth.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

#swicth.active span:nth-of-type(2) {
	height: 0;
	opacity: 0;
}

#swicth.active span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: #f6f6f6;
}

#footer .flex {
	padding: 0;
	text-align: left;
	font-size: 3vw;
	line-height: 2.5;
}
#footer .flex.op {
	padding: 3vw 0;
}

#footer dl, #footer .ft-none {
	display: none;
}

#footer .op dl:first-of-type {
	display: block;
}

#footer dl a {
	text-decoration: none;
	color: rgba(2, 15, 38, 0.9);
}

#footer dt {
	display: none;
}

#footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#footer li {
	margin: 0 1em;
}

#footer li:first-child,
#footer li:last-child {
	display: none;
}

#footer .copyright {
	background: #253f6f;
	font-size: 3vw;
	height: 30px;
	color: #fff;
}

#footer .copyright address {
	line-height: 30px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	position: fixed;
	bottom: 4vw;
	right: 4vw;
	z-index: 9;
}

#pagetop span {
	display: block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	border-radius: 100%;
	background: rgba(2,15,38, 0.9);
	box-shadow: 1px 1px 5px -1px rgba(31,31,31,0.58);
	font-size: 0;
}

#pagetop span:before {
	content: '';
	width: 9px;
	height: 9px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 12px;
}
