﻿@charset "utf-8";

/*-------------------------------------
フォント設定
---------------------------------------*/
@font-face {
	font-family: "nsjp";
	font-style: normal;
	font-weight: 300;
	src: url(/assets_new/fonts/nsjp-demilight.woff) format("woff")
}
@font-face {
	font-family: "nsjp";
	font-style: normal;
	font-weight: 400;
	src: url(/assets_new/fonts/nsjp-regular.woff) format("woff")
}
@font-face {
	font-family: "nsjp";
	font-style: normal;
	font-weight: 500;
	src: url(/assets_new/fonts/nsjp-medium.woff) format("woff")
}
@font-face {
	font-family: "nsjp";
	font-style: normal;
	font-weight: 700;
	src: url(/assets_new/fonts/nsjp-bold.woff) format("woff")
}
@font-face {
	font-family: "nsjp";
	font-style: normal;
	font-weight: 900;
	src: url(/assets_new/fonts/nsjp-black.woff) format("woff")
}
.u_nsjp {
	font-family: 'nsjp', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

/*-------------------------------------
noscript
---------------------------------------*/
.section__noscript {
	border: 2px solid #CC0033;
	background-color: #F9F9F9;
	padding: 15px;
	text-align: center;
	color: #CC0033;
	font-size: 87.5%;
}
@media screen and (max-width: 1199px) {
	.section__noscript {
		margin: 57px 0 -59px;
		padding: 10px;
		font-size: 75%;
		line-height: 1.5;
	}
}

/*-------------------------------------
レイアウト
---------------------------------------*/

/*.l_header
--------------------*/
.l_header {
	position: relative;
	z-index: 1000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
}
.l_header a {
	color: inherit;
}
.l_header *, .l_header *::before, .l_header *::after{
	box-sizing: border-box;
}
.l_header.is_megamenuShow::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	background-color: rgba(0,0,0,0.4);
	animation: megamenuShow 0.3s;
}
@keyframes megamenuShow {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.l_header__inner {
	position: relative;
	z-index: 1000;
	background-color: #fff;
	height: 165px;
	letter-spacing: 0.1em;
}
.l_header__logo {
	position: absolute;
	top: 55px;
	left: 30px;
}
.l_header__spEnglish {
	display: none;
}
.l_header__search {
	position: absolute;
	top: 20px;
	right: 40px;
}
.l_header__search input {
	width: 325px;
	height: 44px;
	border-radius: 10px;
	background: #F7F7F7;
	padding: 8px 15px;
	border: 1.25px solid #D5D5D5;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16) inset;
	letter-spacing: 0.2em;
	box-sizing: border-box !important;
}
.l_header__search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 44px;
	background: url(../img/hd_ico_search.png) no-repeat 50% 50%;
	transition: opacity 0.2s;
	cursor: pointer;
}
.l_header__search button:hover {
	opacity: 0.7;
}
.l_header .mf_finder_searchBox {
	margin: 0;
	padding: 0;
}
.l_header .mf_finder_searchBox_items {
	display: block;
	padding: 0;
}
.l_header .mf_finder_searchBox_query_wrap {
	max-width: none;
	padding: 0;
	width: auto;
	height: auto;
}
.l_header .mf_finder_searchBox_suggest_item {
	color: #fff;
}
.l_header .mf_finder_searchBox_submit {
	padding: 0;
}
.l_header .mf_finder_searchBox_submit:before {
	display: none;
}
.l_header .mf_finder_searchBox .mf_finder_searchBox_query_input {
	font-size: 100% !important;
}
.l_header__menu {
	position: absolute;
	right: 570px;
	bottom: 0;
	display: flex;
	gap: 13px;
}
.l_header__menu li span,
.l_header__menu li a {
	display: block;
	border: 2px solid #fff;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	color: #CC0033;
	font-size: 112.5%;
	font-weight: bold;
	transition: all 0.3s;
	cursor: pointer;
}
.l_header__menu li a {
	padding: 22px 18px 30px;
}
.l_header__menu li span {
	background: url(../img/hd_arrow.png) no-repeat right 18px top 47%;
	padding: 22px 43px 30px 16px;
}
.l_header__menu li a:hover,
.l_header__menu li span:hover {
	border-color: #CC0033;
	background-color: #F7F7F7;
}
.l_header__menu li.is_current span,
.l_header__menu li.is_open span {
	background: url(../img/hd_arrow_white.png) no-repeat right 18px top 47% #CC0033;
	border-color: #CC0033;
	color: #fff;
}
.l_header__menu li.is_current a {
	background-color: #CC0033;
	border-color: #CC0033;
	color: #fff;
}
.l_header__link {
	position: absolute;
	top: 25px;
	right: 405px;
	display: flex;
	gap: 0 2.2vw;
}
.l_header__link--en {
	top: 80px;
	justify-content: center;
}
.l_header__link--enCorner {
	right: 28px;
}
.l_header__link a {
	display: inline-block;
	padding: 5px 0;
	color: #CC0033;
	font-size: 81.25%;
	font-weight: 500;
}
.l_header__link--en a {
	font-size: 112.5%;
	padding-right: 1em;
	padding-left: 1em;
}
.l_header__link a:hover {
	text-decoration: underline;
}
.l_header__link .l_header__link--store {
	background: url(../img/hd_ico_onlinestore.png) no-repeat 0 50%;
	padding-left: 28px;
}
.l_header__link .l_header__link--english {
	background: url(../img/hd_ico_english.png) no-repeat 0 50%;
	padding-left: 26px;
}
.l_header__btnArea {
	position: absolute;
	right: 40px;
	bottom: 24px;
	display: flex;
	gap: 0 13px;
}
.l_header__btnArea a {
	position: relative;
	width: 240px;
	border-radius: 27.5px;
	padding: 11px 25px 11px 0;
	box-shadow: 3px 6px 6px rgba(98, 54, 255, 0.16);
	text-align: center;
	color: #fff;
	font-size: 112.5%;
	font-weight: bold;
	transition: opacity 0.3s;
}
.l_header__btnArea a:hover {
	opacity: 0.8;
}
.l_header__btnArea a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 38px;
	height: 38px;
	margin: auto 0;
	border-radius: 50%;
}
.l_header__download {
	background: #004e90;
}
.l_header__download::after {
	background: url(../img/ico_download.png) no-repeat 50% 60% #fff;
}
.l_header__contact {
	background: #CC0033;
}
.l_header__contact::after {
	background: url(../img/ico_contact.png) no-repeat 50% 50% #fff;
}
@media screen and (max-width: 1880px) {
	.l_header__logo {
		top: 20px;
		width: 360px;
	}
	.l_header__logo--en {
		top: 55px;
	}
	.l_header__menu li a {
		padding: 20px;
	}
	.l_header__menu li span {
		padding: 20px 45px 20px 18px;
	}
}
@media screen and (max-width: 1650px) {
	.l_header__inner {
		height: 150px;
	}
	.l_header__logo {
		left: 20px;
		width: 320px;
	}
	.l_header__search input {
		width: 240px;
	}
	.l_header__menu {
		right: 500px;
	}
	.l_header__menu li span,
	.l_header__menu li a {
		font-size: 100%;
	}
	.l_header__menu li a {
		padding: 16px 20px 20px;
	}
	.l_header__menu li span {
		padding: 16px 45px 20px 18px;
	}
	.l_header__link {
		right: 310px;
	}
	.l_header__link--en {
		width: calc(100vw - 660px);
	}
	.l_header__link--enCorner {
		right: 28px;
	}
	.l_header__link a {
		font-size: 75%;
	}
	.l_header__link--en a {
		font-size: 112.5%;
	}
	.l_header__btnArea {
		bottom: 20px;
	}
}
@media screen and (max-width: 1650px) and (min-width: 1200px) {
	.l_header__btnArea a {
		width: 210px;
		padding: 9px 25px 9px 0;
		font-size: 93.75%;
	}
	.l_header__btnArea a::after {
		right: 6px;
		width: 34px;
		height: 34px;
	}
	a.l_header__contact {
		width: 180px;
	}
}
@media screen and (max-width: 1450px) {
	.l_header__inner {
		height: 135px;
		letter-spacing: 0;
	}
	.l_header__logo {
		width: 270px;
	}
	.l_header__search {
		top: 15px;
		right: 20px;
	}
	.l_header__search input {
		width: 220px;
	}
	.l_header__link {
		top: 18px;
		right: 280px;
	}
	.l_header__link--en {
		width: calc(100vw - 330px);
		top: 70px;
		right: 0;
	}
	.l_header__link--enCorner {
		right: 28px;
	}
	.l_header__btnArea {
		right: 20px;
		bottom: 15px;
	}
}
@media screen and (max-width: 1300px) {
	.l_header__logo {
		width: 220px;
	}
	.l_header__link {
		right: 260px;
		width: calc(100% - 520px);
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 1.5vw;
	}
	.l_header__link--en {
		width: calc(100vw - 330px);
	}
	.l_header__link--enCorner {
		width: auto;
	}
	.l_header__menu {
		left: 20px;
		right: auto;
		gap: 10px;
	}
	.l_header__menu li span,
	.l_header__menu li a {
		border-radius: 15px 15px 0 0;
		font-size: 93.75%;
	}
	.l_header__menu li a {
		padding: 12px 20px 15px;
	}
	.l_header__menu li span {
		background-position: right 15px top 47%;
		padding: 12px 45px 15px 18px;
	}
	.l_header__menu li.is_current span {
		background-position: right 15px top 47%;
	}
}
@media screen and (min-width: 1200px) {
	.l_header__spMenu {
		display: block !important;
	}
}
@media screen and (max-width: 1199px) {
	.l_header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		border-bottom: 2px solid #CC0033;
	}
	.l_header.is_megamenuShow::after {
		display: none;
	}
	.l_header__inner {
		height: 57px;
		letter-spacing: 0.08em;
	}
	.l_header__logo {
		top: 17px;
		left: 15px;
		width: 160px;
		line-height: 1;
	}
	.l_header__spEnglish {
		display: block;
		position: absolute;
		top: 11px;
		right: 65px;
	}
	.l_header__spEnglish a {
		display: inline-block;
		padding: 5px 0;
		color: #CC0033;
		font-size: 75%;
		background: url(../img/hd_ico_english.png) no-repeat 0 50%;
		padding-left: 24px;
	}
	.l_header__spMenuBtn {
		position: absolute;
		top: 0;
		right: 0;
		width: 57px;
		height: 57px;
	}
	.l_header__spMenuBtn::before,
	.l_header__spMenuBtn::after {
		content: '';
		position: absolute;
		top: 19px;
		left: 0;
		right: 0;
		width: 24px;
		height: 2px;
		margin: 0 auto;
		background-color: #CC0033;
		border-radius: 1px;
	}
	.l_header__spMenuBtn::after {
		top: 37px;
		box-shadow: 0 -9px #CC0033;
	}
	.l_header__spMenuBtn.is_close {
		background-color: #CC0033;
	}
	.l_header__spMenuBtn.is_close::before,
	.l_header__spMenuBtn.is_close::after {
		top: 28px;
		width: 30px;
		background-color: #fff;
		transform: rotate(45deg);
	}
	.l_header__spMenuBtn.is_close::after {
		transform: rotate(-45deg);
		box-shadow: none;
	}
	.l_header__spMenu {
		position: absolute;
		top: 59px;
		left: 0;
		right: 0;
		height: calc(100vh - 59px);
		background-color: rgba(0,0,0,0.5);
		display: none;
	}
	.l_header__spMenuInner {
		background-color: #fff;
		max-height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.l_header__search {
		position: relative;
		top: 0;
		right: 0;
		width: calc(100% - 30px);
		max-width: 500px;
		margin: 20px auto;
	}
	.l_header__search input {
		width: 100%;
	}
	.l_header__search button {
		width: 44px;
	}
	.l_header__menu {
		display: none;
	}
	.l_header__link {
		position: static;
		display: block;
		width: auto;
		border-top: 1px solid #CC0033;
		background-color: #F7F7F7;
		padding: 20px 30px;
	}
	.l_header__link--enCorner {
		display: none;
	}
	.l_header__link li {
		margin-top: 5px;
	}
	.l_header__link li:last-child {
		display: none;
	}
	.l_header__link--en li:last-child {
		display: block;
	}
	.l_header__link a {
		color: inherit;
		font-size: 106.25%;
		font-weight: normal;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.l_header__link a:hover {
		text-decoration: none;
	}
	.l_header__link a::after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		vertical-align: 1px;
		width: 11px;
		height: 11px;
		border-top: 2px solid #CC0033;
		border-right: 2px solid #CC0033;
		transform: rotate(38deg) skewX(-10deg);
	}
	.l_header__btnArea {
		position: static;
		flex-direction: column;
		align-items: center;
		gap: 12px 0;
		padding: 30px 0;
	}
	.l_header__btnArea a {
		width: 315px;
	}
}
@media screen and (max-width: 350px) {
	.l_header__logo {
		top: 18px;
		width: 140px;
	}
}

/*.l_megamenu
--------------------*/
.l_megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	border-top: 4px solid #C50032;
	display: none;
}
.l_megamenu.is_show {
	display: block;
}
.l_megamenu.is_showAnime {
	animation: megamenuShow 0.3s;
}
.l_megamenu_spTitle {
	display: none;
}
.l_megamenu__top {
	position: relative;
	z-index: 10;
	background-color: #F7F7F7;
	box-shadow: 3px 6px 6px rgba(2, 77, 141, 0.4);
	padding: 28px 42px;
	color: #c03;
	font-size: 150%;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.l_megamenu__top a::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	vertical-align: 3px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #CC0033;
	border-right: 2px solid #CC0033;
	transform: rotate(45deg);
}
.l_megamenu__inner {
	position: relative;
	background-color: #fff;
	padding: 50px 4.5% 50px 29.5%;
	min-height: 500px;
}
.l_megamenu__inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	background: no-repeat 50% 50%;
	background-size: cover;
}
.l_megamenu__inner--01::before {
	background-image: url(../img/hd_bg_01.png);
}
.l_megamenu__inner--02::before {
	background-image: url(../img/hd_bg_02.png);
}
.l_megamenu__inner--03::before {
	background-image: url(../img/hd_bg_03.png);
}
.l_megamenu__colArea {
	display: flex;
	justify-content: space-between;
}
.l_megamenu__colArea--left {
	justify-content: flex-start;
	gap: 0 6%;
}
.l_megamenu__colArea a > span {
	display: inline-block;
	line-height: 1.4;
}
.l_megamenu__colArea a > span::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	vertical-align: 2px;
	width: 11px;
	height: 11px;
	border-top: 2px solid #CC0033;
	border-right: 2px solid #CC0033;
	transform: rotate(38deg) skewX(-10deg);
}
.l_megamenu__column {
	min-width: 25%;
}
.l_megamenu__subCateg:not(:first-child) {
	margin-top: 30px;
}
.l_megamenu__subCateg a,
.l_megamenu__subCateg > span {
	display: inline-block;
	padding: 0 0 5px 42px;
	color: #CC0033;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.l_megamenu__subCateg--product a {
	background: url(../img/hd_ico_product.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--solution a {
	background: url(../img/hd_ico_solution.png) no-repeat 0 6px;
}
.l_megamenu__subCateg--industry a {
	background: url(../img/hd_ico_industry.png) no-repeat 6px 5px;
}
.l_megamenu__subCateg--disaster a {
	background: url(../img/hd_ico_disaster.png) no-repeat 2px 7px;
}
.l_megamenu__subCateg--quality a {
	background: url(../img/hd_ico_quality.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--payment a {
	background: url(../img/hd_ico_payment.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--proceduredoc a {
	background: url(../img/hd_ico_proceduredoc.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--procedureweb a {
	background: url(../img/hd_ico_procedureweb.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--manual a {
	background: url(../img/hd_ico_manual.png) no-repeat 1px 7px;
}
.l_megamenu__subCateg--term a {
	background: url(../img/hd_ico_term.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--doc a {
	background: url(../img/hd_ico_doc.png) no-repeat 2px 7px;
}
.l_megamenu__subCateg--faq a {
	background: url(../img/hd_ico_faq.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--contact a {
	background: url(../img/hd_ico_contact.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--about a {
	background: url(../img/hd_ico_about.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--effort a {
	background: url(../img/hd_ico_effort.png) no-repeat 0 7px;
	padding-left: 48px;
}
.l_megamenu__subCateg--credo a {
	background: url(../img/hd_ico_credo.png) no-repeat 5px 5px;
}
.l_megamenu__subCateg--sustainability a {
	background: url(../img/hd_ico_sustainability.png) no-repeat 3px 6px;
}
.l_megamenu__subCateg--news a {
	background: url(../img/hd_ico_news.png) no-repeat 0 7px;
}
.l_megamenu__subCateg--recruit a {
	background: url(../img/hd_ico_recruit.png) no-repeat 0 8px;
	padding-left: 48px;
}
.l_megamenu__subCateg--special span {
	background: url(../img/hd_ico_special.png) no-repeat 0 8px;
}
.l_megamenu__subCateg--recommend span {
	background: url(../img/hd_ico_recommend.png) no-repeat 0 8px;
}
.l_megamenu__subCateg a[target="_blank"] > span::after {
	vertical-align: -1px;
	width: 20px;
	height: 16px;
	background: url(../img/bg_button_blank_hover.png);
	border: none;
	transform: rotate(0) skewX(0);
}
.l_megamenu__subCateg.is_onlySp {
	display: none;
}
.l_megamenu__linkList {
	padding-left: 42px;
}
.l_megamenu__linkList li {
	margin-top: 15px;
}
.l_megamenu__linkList a {
	padding-bottom: 5px;
	font-size: 112.5%;
	letter-spacing: 0;
}
.l_megamenu__linkList a[target="_blank"] > span::after {
	margin-left: 8px;
	vertical-align: -2px;
	width: 20px;
	height: 16px;
	background: url(../img/bg_button_blank_hover.png);
	border: none;
	transform: rotate(0) skewX(0);
}
.l_megamenu__linkList--sp {
	display: none;
}
.l_megamenu__spContents {
	margin-top: 50px;
	border-left: 4px solid #d34467;
	border-right: 4px solid #d34467;
	padding: 0 35px 0 20px; 
	display: inline-flex;
	align-items: center;
}
.l_megamenu__spContents h3 {
	margin-right: 35px;
	color: #d34467;
	font-size: 131.25%;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.l_megamenu__spContents ul {
	display: flex;
	gap: 0 30px;
}
.l_megamenu__spContents ul a {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	width: 415px;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(2, 77, 141, 0.4);
	padding: 20px 22px;
	color: #CC0033;
	font-size: 125%;
	font-weight: 500;
	transition: all 0.3s;
	letter-spacing: 0.04em;
}
.l_megamenu__spContents ul a[target="_blank"] {
	background: url(../img/bg_button_blank_hover.png) no-repeat 95% 50%;
	padding-right: 45px;
}
.l_megamenu__spContents ul a:hover {
	background-color: #CC0033;
	color: #fff;
}
.l_megamenu__spContents ul a[target="_blank"]:hover {
	background-image: url(../img/bg_button_blank.png);
}
.l_megamenu__pickup {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 30px 20px;
}
.l_megamenu__pickup a {
	display: block;
	width: 348px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
	transition: all 0.3s;
}
.l_megamenu__pickup a:hover {
	background-color: #CC0033;
	color: #fff;
}
.l_megamenu__pickupText {
	padding: 20px;
	letter-spacing: 0.05em;
}
.l_megamenu__pickupText h3 {
	margin-bottom: 8px;
	color: #CC0033;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0;
	transition: all 0.3s;
}
a[target="_blank"] .l_megamenu__pickupText h3 {
	background: url(../img/bg_button_blank_hover.png) no-repeat 100% 50%;
	padding-right: 25px;
}
a:hover .l_megamenu__pickupText h3 {
	color: #fff;
}
a[target="_blank"]:hover .l_megamenu__pickupText h3 {
	background-image: url(../img/bg_button_blank.png);
}
.l_megamenu__closeBtn {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #CC0033;
	cursor: pointer;
	transition: opacity 0.3s;
}
.l_megamenu__closeBtn:hover {
	opacity: 0.7;
}
.l_megamenu__closeBtn::before,
.l_megamenu__closeBtn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	margin: auto;
	background-color: #fff;
	transform: rotate(45deg);
}
.l_megamenu__closeBtn::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 1600px) {
	.l_megamenu__inner {
		padding: 50px 4.5% 50px 23%;
	}
	.l_megamenu__inner::before {
		width: 19%;
	}
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
	.l_megamenu__pickup {
		position: static;
		margin-top: 50px;
		width: auto;
		display: block;
		padding: 0;
	}
	.l_megamenu__pickup a {
		display: flex;
		align-items: center;
		width: auto;
		max-width: 700px;
	}
}
@media screen and (max-width: 1480px) {
	.l_megamenu__inner {
		padding: 50px 4.5%;
	}
	.l_megamenu__inner::before {
		display: none;
	}
}
@media screen and (min-width: 1200px) {
	.l_megamenu_spToggleArea,
	.l_megamenu__spSubToggleArea {
		display: block !important;
	}
}
@media screen and (max-width: 1199px) {
	.l_megamenu {
		position: static;
		border-top: none;
		display: block;
	}
	.l_megamenu_spTitle {
		position: relative;
		display: block;
		border-top: 1px solid #CC0033;
		padding: 16px 15px;
		color: #CC0033 !important;
		font-size: 125%;
		font-weight: 500;
		line-height: 1.4;
	}
	div.l_megamenu_spTitle::before,
	div.l_megamenu_spTitle::after {
		content: '';
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 20px;
		height: 2px;
		margin: auto 0;
		border-radius: 1px;
		background-color: #CC0033;
	}
	div.l_megamenu_spTitle::after {
		right: 24px;
		width: 2px;
		height: 20px;
	}
	div.l_megamenu_spTitle.is_open::after {
		display: none;
	}
	.l_megamenu_spToggleArea {
		display: none;
	}
	.l_megamenu__top {
		background-color: #fff;
		box-shadow: none;
		padding: 10px 10px 20px 30px;
		color: inherit;
		font-size: 93.75%;
		letter-spacing: 0.08em;
	}
	.l_megamenu__top a::after {
		vertical-align: 2px;
		width: 11px;
		height: 11px;
		transform: rotate(38deg) skewX(-10deg);
	}
	.l_megamenu__inner {
		padding: 0;
		min-height: 0;
	}
	.l_megamenu__colArea {
		display: block;
	}
	.l_megamenu__colArea a {
		position: relative;
	}
	.l_megamenu__colArea a > span::after {
		vertical-align: 1px;
		width: 9px;
		height: 9px;
	}
	.l_megamenu__subCateg {
		margin-bottom: 4px;
	}
	.l_megamenu__subCateg:not(:first-child) {
		margin-top: 4px;
	}
	.l_megamenu__subCateg a,
	.l_megamenu__subCateg > span {
		position: relative;
		display: block;
		background-color: #F7F7F7;
		padding: 14px 45px 14px 60px;
		background-size: 26px auto;
		background-position: 26px 20px;
		font-size: 106.25%;
	}
	.l_megamenu__subCateg--solution a {
		background-position: 25px 18px;
	}
	.l_megamenu__subCateg--industry a {
		background-size: 19px auto;
		background-position: 29px 17px;
	}
	.l_megamenu__subCateg--disaster a {
		background-size: 22px auto;
		background-position: 28px 16px;
	}
	.l_megamenu__subCateg--quality a {
		background-position: 27px 17px;
	}
	.l_megamenu__subCateg--payment a {
		background-size: 22px auto;
		background-position: 28px 18px;
	}
	.l_megamenu__subCateg--proceduredoc a {
		background-size: 24px auto;
		background-position: 29px 19px;
	}
	.l_megamenu__subCateg--procedureweb a {
		background-size: 24px auto;
		background-position: 27px 14px;
	}
	.l_megamenu__subCateg--manual a {
		background-size: 22px auto;
		background-position: 28px 18px;
	}
	.l_megamenu__subCateg--term a {
		background-size: 25px auto;
	}
	.l_megamenu__subCateg--doc a {
		background-size: 22px auto;
		background-position: 29px 17px;
	}
	.l_megamenu__subCateg--contact a {
		background-size: 22px auto;
		background-position: 28px 19px;
	}
	.l_megamenu__subCateg--about a {
		background-size: 28px auto;
		background-position: 24px 20px;
	}
	.l_megamenu__subCateg--effort a {
		background-size: 28px auto;
		background-position: 22px 21px;
	}
	.l_megamenu__subCateg--credo a {
		background-size: 21px auto;
		background-position: 28px 17px;
	}
	.l_megamenu__subCateg--sustainability a {
		background-size: 23px auto;
		background-position: 27px 19px;
	}
	.l_megamenu__subCateg--news a {
		background-size: 24px auto;
		background-position: 27px 20px;
	}
	.l_megamenu__subCateg--recruit a {
		background-size: 31px auto;
		background-position: 22px 21px;
	}
	.l_megamenu__subCateg--special span {
		background-size: 24px auto;
		background-position: 25px 24px;
	}
	.l_megamenu__subCateg--recommend span {
		background-size: 24px auto;
		background-position: 25px 24px;
	}
	.l_megamenu__subCateg a > span::after {
		position: absolute;
		top: 43%;
		right: 22px;
		width: 12px;
		height: 12px;
	}
	.l_megamenu__subCateg a[target="_blank"] > span::after {
		top: 40%;
		right: 17px;
	}
	.l_megamenu__subCateg.is_spToggle span::before,
	.l_megamenu__subCateg.is_spToggle span::after {
		content: '';
		position: absolute;
		top: 0;
		right: 15px;
		bottom: 0;
		width: 20px;
		height: 2px;
		margin: auto 0;
		background-color: #CC0033;
	}
	.l_megamenu__subCateg.is_spToggle span::after {
		border: none;
		transform: rotate(90deg);
	}
	.l_megamenu__subCateg.is_spToggle.is_close span::after {
		display: none;
	}
	.l_megamenu__subCateg.is_onlySp {
		display: block;
	}
	.l_megamenu__spSubToggleArea {
		display: none;
	}
	.l_megamenu__linkList {
		padding: 5px 10px 20px 60px;
	}
	.l_megamenu__linkList li {
		margin-top: 12px;
	}
	.l_megamenu__linkList a {
		padding-bottom: 0;
		font-size: 93.75%;
		font-weight: 500;
	}
	.l_megamenu__linkList--sp {
		display: block;
	}
	.l_megamenu__spContents {
		margin-top: 4px;
		border: none;
		padding: 0;
		display: block;
	}
	.l_megamenu__spContents h3 {
		display: none;
	}
	.l_megamenu__spContents ul {
		display: block;
		padding: 10px 10px 10px 60px;
	}
	.l_megamenu__spContents ul li {
		margin-top: 12px;
	}
	.l_megamenu__spContents ul a {
		display: inline-block;
		width: auto;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		color: inherit;
		font-size: 93.75%;
		letter-spacing: 0.08em;
	}
	.l_megamenu__spContents ul a:hover {
		background-color: #fff;
		color: inherit;
	}
	.l_megamenu__spContents ul a::after {
		content: '';
		display: inline-block;
		margin-left: 5px;
		vertical-align: 1px;
		width: 9px;
		height: 9px;
		border-top: 2px solid #CC0033;
		border-right: 2px solid #CC0033;
		transform: rotate(38deg) skewX(-10deg);
	}
	.l_megamenu__pickup {
		position: static;
		width: 100%;
		padding: 20px 30px 35px;
	}
	.l_megamenu__pickup a {
		border-radius: 25px;
		box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.l_megamenu__pickupText {
		padding: 15px 20px 20px;
	}
	.l_megamenu__pickupText h3 {
		font-size: 112.5%;
	}
	.l_megamenu__closeBtn {
		display: none;
	}
}

/*.l_footer
--------------------*/
.l_footer {
	padding: 40px 0 0;
	line-height: 1.3;
	background: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.l_footer:before {
	display: none;
}
.l_footer a {
	color: inherit;
}
.l_footer *, .l_footer *::before, .l_footer *::after{
	box-sizing: border-box;
}
.l_breadcrumbs + .l_footer {
	padding-top: 0;
}
.l_footer__pagetop {
	position: fixed;
	right: 0;
	bottom: 20px;
	z-index: 900;
	width: 60px;
	height: 60px;
	background: url(../img/pagetop.png) no-repeat 50% 50% rgba(204,0,51,0.9);
	transition: background-color 0.3s;
	display: none;
}
.l_footer__pagetop:hover {
	background-color: rgba(204,0,51,0.7);
}
.l_footer__menu {
	background-color: #333;
	padding: 85px 20px 100px;
	color: #fff;
}
.l_footer__menu--en {
	padding-top: 1px;
	padding-bottom: 40px;
}
.l_footer__menuInner {
	max-width: 1460px;
	margin: 0 auto;
}
.l_footer__menuInner h2 {
	margin-bottom: 20px;
	font-size: 125%;
	font-weight: bold;
}
.l_footer__linkList {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 1.625%;
}
.l_footer__linkList > li {
	width: 18.7%;
}
.l_footer__linkList > li > a {
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	height: 60px;
	background-color: #fff;
	border-radius: 10px;
	padding: 0 30px 0 18px;
	color: #CC0033;
	font-weight: bold;
	line-height: 1.3;
	transition: all 0.3s;
}
.l_footer__linkList > li > a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	width: 15px;
	height: 15px;
	margin: auto 0;
	border-radius: 50%;
	background-color: #CC0033;
}
.l_footer__linkList > li > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(38deg) skewX(-10deg);
}
.l_footer__linkList > li > a:hover {
	background-color: #CC0033;
	color: #fff;
}
.l_footer__linkList > li > a:hover::before {
	background-color: #fff;
}
.l_footer__linkList > li > a:hover::after {
	border-color: #CC0033;
}
.l_footer__linkList ul li {
	margin-top: 15px;
}
.l_footer__linkList ul a:hover {
	text-decoration: underline;
}
.l_footer__subLink1, .l_footer__en {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 2.5%;
	border-bottom: 2px solid #fff;
	padding: 35px 0;
	font-size: 118.8%;
}
.l_footer__subLink1 {
	border-top: 2px solid #fff;
}
.l_footer__en {
	margin-bottom: 35px;
}
.l_footer__subLink1 a:hover, .l_footer__en a:hover {
	text-decoration: underline;
}
.l_footer__subLink1--store {
	padding-left: 30px;
	background: url(../img/ft_ico_onlinestore.png) no-repeat 0 45%;
}
.l_footer__main {
	max-width: 1200px;
	width: 95%;
	margin: 37px auto 90px;
}
.l_footer__btnList {
	margin-bottom: 37px;
	display: flex;
	justify-content: center;
	gap: 0 16px;
}
.l_footer__btnList a {
	position: relative;
	display: block;
	width: 315px;
	border-radius: 27.5px;
	padding: 16px 25px 16px 0;
	box-shadow: 3px 6px 6px rgba(98, 54, 255, 0.16);
	text-align: center;
	color: #fff;
	font-size: 112.5%;
	font-weight: bold;
	transition: opacity 0.3s;
}
.l_footer__btnList a:hover {
	opacity: 0.8;
}
.l_footer__btnList a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 38px;
	height: 38px;
	margin: auto 0;
	border-radius: 50%;
}
.l_footer__download {
	background: #004e90;
}
.l_footer__download::after {
	background: url(../img/ico_download.png) no-repeat 50% 60% #fff;
}
.l_footer__contact {
	background: #CC0033;
}
.l_footer__contact::after {
	background: url(../img/ico_contact.png) no-repeat 50% 50% #fff;
}
.l_footer__subLink2 {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 2%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 28px 0;
	font-size: 93.75%;
}
.l_footer__subLink2 a:hover {
	text-decoration: underline;
}
.l_footer__socialLink {
	float: right;
}
.l_footer__socialLink h2 {
	display: none;
}
.l_footer__socialLink ul {
	display: flex;
	gap: 0 15px;
}
.l_footer__socialLink a {
	transition: opacity 0.3s;
}
.l_footer__socialLink a:hover {
	opacity: 0.7;
}
.l_footer__socialLink img {
	width: 41px;
}
.l_footer__copyright {
	font-size: 75%;
	line-height: 1.8;
}
@media screen and (max-width: 1400px) {
	.l_footer__linkList {
		gap: 40px 2%;
	}
	.l_footer__linkList > li {
		width: 23.5%;
	}
	.l_footer__subLink1, .l_footer__en {
		font-size: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.l_footer__pagetop {
		bottom: 0;
		width: 54px;
		height: 54px;
	}
	.l_footer__menu {
		display: none;
	}
	.l_footer__menu--en {
		display: block;
	}
	.l_footer__main {
		width: 100%;
		background-color: #F5F5F5;
		padding: 30px 15px 40px;
		margin: 0;
	}
	.l_footer__btnList {
		display: none;
	}
	.l_footer__subLink2 {
		margin-bottom: 25px;
		display: block;
		border-top: none;
		padding: 0 0 15px;
	}
	.l_footer__subLink2 li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 1em;
	}
	.l_footer__subLink2 li::before {
		content: '・';
		position: absolute;
		left: 0;
	}
	.l_footer__socialLink {
		float: none;
	}
	.l_footer__socialLink h2 {
		margin-bottom: 10px;
		display: block;
		text-align: center;
		font-size: 75%;
	}
	.l_footer__socialLink ul {
		gap: 0 20px;
		justify-content: center;
	}
	.l_footer__copyright {
		margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.l_footer {
		padding-top: 20px;
	}
	.l_footer__en {
		flex-direction: column;
		margin-top: 0;
	}
}

.l_cookieAgree {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 800;
	border-top: 10px solid #004e90;
	background: #f7f7f7;
	padding: 40px 90px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	max-width: 1670px;
	margin: 0 auto;
	display: none;
}
.l_cookieAgree a {
	color: #CC0033;
	text-decoration: underline;
}
.l_cookieAgree a:hover {
	text-decoration: none;
}
.l_cookieAgree__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #d34467;
	cursor: pointer;
	transition: opacity 0.2s;
}
.l_cookieAgree__close:hover {
	opacity: 0.7;
}
.l_cookieAgree__close::before,
.l_cookieAgree__close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	margin: auto;
	background-color: #d34467;
	transform: rotate(45deg);
}
.l_cookieAgree__close::after {
	transform: rotate(-45deg);
}
.l_cookieAgree__inner {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 40px;
}
.l_cookieAgree__inner p {
	line-height: 2;
}
.l_cookieAgree__btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #D34467;
	width: 300px;
	min-height: 60px;
	font-size: 112.5%;
	font-weight: bold;
	line-height: 1.54;
	padding: 14px 55px;
	background-color: #fff;
	border: 2px solid #D34467;
	border-radius: 30px;
	box-shadow: 3px 6px 6px rgba(2, 77, 141, 0.4);
	transition: 0.3s all;
	cursor: pointer;
}
.l_cookieAgree__btn:hover {
	color: #fff;
	background-color: #CC0033;
}
.l_cookieAgree__btn::before,
.l_cookieAgree__btn::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.l_cookieAgree__btn::before {
	width: 28px;
	height: 28px;
	right: 20px;
	background-color: #CC0033;
	border-radius: 50%;
}
.l_cookieAgree__btn:hover::before {
	background-color: #fff;
}
.l_cookieAgree__btn::after {
	width: 11px;
	height: 11px;
	right: 31px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transform-origin: center center;
}
.l_cookieAgree__btn:hover::after {
	border-top-color: #CC0033;
	border-right-color: #CC0033;
}
@media screen and (max-width: 1199px) {
	.l_cookieAgree {
		padding: 30px 90px 30px 40px;
	}
	.l_cookieAgree__inner {
		gap: 30px;
	}
	.l_cookieAgree__inner p {
		line-height: 1.6;
	}
	.l_cookieAgree__btn {
		width: 240px;
	}
	.l_cookieAgree__btn::before {
		width: 24px;
		height: 24px;
		right: 18px;
	}
	.l_cookieAgree__btn::after {
		width: 10px;
		height: 10px;
		right: 26px;
	}
}
@media screen and (max-width: 800px) {
	.l_cookieAgree {
		border-top-width: 6px;
		padding: 20px 90px 20px 30px;
	}
	.l_cookieAgree__close {
		width: 40px;
		height: 40px;
	}
	.l_cookieAgree__inner {
		flex-direction: column;
		gap: 20px;
	}
	.l_cookieAgree__inner p {
		font-size: 87.5%;
	}
	.l_cookieAgree__btnArea {
		text-align: center;
	}
	.l_cookieAgree__btn::before {
		width: 18px;
		height: 18px;
		right: 15px;
	}
	.l_cookieAgree__btn::after {
		width: 8px;
		height: 8px;
		right: 21px;
	}
}
@media screen and (max-width: 600px) {
	.l_cookieAgree {
		border-top-width: 4px;
		padding: 15px;
	}
	.l_cookieAgree__close {
		top: auto;
		right: auto;
		left: 15px;
		bottom: 15px;
		width: 32px;
		height: 32px;
	}
	.l_cookieAgree__close::before,
	.l_cookieAgree__close::after {
		width: 16px;
	}
	.l_cookieAgree__inner {
		gap: 15px;
	}
	.l_cookieAgree__inner p {
		font-size: 75%;
	}
	.l_cookieAgree__btn {
		width: 200px;
		min-height: 40px;
		font-size: 100%;
		padding: 10px 55px;
	}
}

/*-------------------------------------
モジュール
---------------------------------------*/

@media screen and (min-width: 1200px) {
	.m_leftToRight {
		position: relative;
		text-decoration: none;
	}
	.m_leftToRight::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -2px;
		left: 0;
		background: #CC0033;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}
	.m_leftToRight:hover::after {
		transform: scale(1, 1);
	}
}


.l-header__link--lan {
	background-color: #CC0033;
    border-radius: 5px;
    padding: 1px;
	display: flex;
	align-items: center;
}
.l-header__link--lan * {
	width: 32px;
	border-radius: 5px;
	text-align: center;
}
.l-header__link--lan span {
	color: #fff;
	font-size: 81.25%;
}
.l-header__link--lan a {
	color: #CC0033;
	background-color: #fff;
	transition: all 0.3s;
}
.l-header__link--lan a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #CC0033;
}
.l_header__link--support::after {
	content: "";
    display: inline-block;
    width: 18px;
    height: 14px;
    vertical-align: -0.15em;
    margin-left: 0.5em;
    background: url(/assets_new/img/bg_button_blank-icon.png) no-repeat center center;
    background-size: contain;
}
.is-rev2 .l_header__link {
	gap: 0 1.5vw;
	right: 230px;
}
.is-rev2 .l_header__search input {
	width: 160px;
}
.l_footer__subLink2 a[target="_blank"]::after {
	content: "";
    display: inline-block;
    vertical-align: -3px;
    margin: 0 0 0 0.3em;
}
.l_footer__subLink2 a[target="_blank"]::after {
	width: 20px;
    height: 16px;
    background: url(../img/bg_button_blank-icon.png) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width: 1650px) {
	.l-header__link--lan span {
		font-size: 75%;
	}
}
@media screen and (max-width: 1450px) {
	.is-rev2 .l_header__link {
		right: 210px;
	}
}
@media screen and (max-width: 1300px) {
	.is-rev2 .l_header__link {
		right: 165px;
		width: calc(100% - 400px);
	}
	.is-rev2 .l_header__search input {
		width: 140px;
	}
}
@media screen and (max-width: 1199px) {
	.is-rev2 .l_header__spEnglish {
		top: 15px;
	}
	.l-header__link--lan span {
		font-size: 65%;
	}
	.is-rev2 .l_header__spEnglish a {
		background-image: none;
		padding-left: 0;
		padding: 2px 0;
		font-size: 65%;
	}
	.l-header__link--lan a:hover {
		color: #CC0033;
		background-color: #fff;
	}
	.is-rev2 .l_header__link {
		width: auto;
	}
	.l_header__link .l_header__link--support::after {
		width: 20px;
		height: 18px;
		border: none;
		transform: none;
		vertical-align: -0.2em;
		margin-left: 10px;
	}
	.is-rev2 .l_header__search input {
		width: 100%;
	}
}