button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* common - h/p/button/a/ul/li
---------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
}
html :where(img) {
	max-width: none;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #212121;
	overflow-x: hidden;
	font-family: "Newsreader","Zen Old Mincho",serif;
	display: block;
	-webkit-backface-visibility: "hidden";
	backface-visibility: "hidden";
	-webkit-tap-highlight-color: transparent;
	outline: none;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
body.body-light {
	
}
.font_gothic {
	font-family: "Noto Sans JP",sans-serif;
	font-feature-settings: "palt";
}
.preload,.preload * {
	transition: none !important;
	-webkit-transition: none !important;
}
main {
	position: relative;
	width: 100%;
	background-color: #fff;
	min-height: calc(100vh - 200px);/* footer height */
}
img {
	width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0;
	color: #000;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 18px;
}
@media screen and (max-width:575px) {
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 17px;
	}
	h4 {
		font-size: 15px;
	}
}

.single-news__txt h1 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-news__txt h2 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-news__txt h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}
.single-news__txt h4 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.single-news__txt div,.single-news__txt span {
}
@media screen and (max-width:575px) {
	.single-news__txt h1 {
		font-size: 26px;
	}
	.single-news__txt h2 {
		font-size: 20px;
	}
	.single-news__txt h3 {
		font-size: 14px;
	}
	.single-news__txt h4 {
		font-size: 14px;
	}
}

.single-news__txt a {
	background-image: linear-gradient(#00ff00);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	padding-bottom: 0;
}
.single-news__txt a:hover {
	background-size: 100% 100%;
}

.single-news__txt figure a {
	background-image: none;
}

p {
	font-size: 14px;
	margin: 0;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.footer p {
	font-size: 12px;
}
.font_light {
	font-weight: 300;
}
.font_medium {
	font-weight: 500;
}
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
	outline: none;
	text-decoration: none;
	color: #212121;
	transition: ease-in-out 0.25s;
	-webkit-transition: ease-in-out 0.25s;
}
a:hover {
/* 	opacity: 0.8; */
}
a:hover,
a:active,
a:visited,
a:focus {
	color: #212121;
	outline: none;
}
button.nolink {
	pointer-events: none;
	opacity: 0.4;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border: none;
}
a.nolink {
	pointer-events: none;
	opacity: 0.4;
}
.swiper-slide.nolink {
	opacity: 1;
}
*,*:focus,*:hover,*:active {
	outline: none;
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
	scrollbar-width: thin;
	scrollbar-color: #999 transparent;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,select {
	color: #666;
	border: none;
	border-radius: 0;
	padding: 0;
/* 	padding: 10px 10px; */
/* 	width: 100%; */
}
input {
	letter-spacing: 0.05em;
}
select {
	appearance: none;
	-webkit-appearance: none;;
}
.sidebar::-webkit-scrollbar {
	width: 6px;
}
.sidebar::-webkit-scrollbar-track { /* background */
	background-color: transparent;
}
.sidebar::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.4);
	border-radius: 10px;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
figure {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
}

dl,dt,dd {
	margin: 0;
}
@media screen and (max-width:991px) {
	.pc-none{display: block !important;}
	.sp-none{display: none !important;}
}
@media screen and (min-width:992px) {
	.pc-none{display: none !important;}
	.sp-none{display: block !important;}
}
@media screen and (max-width:575px) {
	.br-pc{display:none;}
	.br-sp{display:block;}
}
@media screen and (min-width:576px) {
	.br-pc{display:block;}
	.br-sp{display:none;}
}

@media screen and (max-width:991px) {
	.br-tb{display:block;}
}
@media screen and (min-width:992px) {
	.br-tb{display:none;}
}


/* layout - section/module/box/footer/header
---------------------------------------------------*/
.section {
	overflow: hidden;
	position: relative;
}
.section__inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.page-section {
	overflow: hidden;
	position: relative;
}
.page-section__inner {
	padding-bottom: 60px;
}
.page-header {
	overflow: hidden;
	position: relative;
}
.page-header__inner {
	padding-top: 120px;
	padding-bottom: 30px;
}

.module {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.module__inner {
	padding-left: 80px;
	padding-right: 80px;
}
.module__left {
	float: left;
	padding-left: 80px;
	padding-right: 20px;
}
.module__right {
	float: right;
	padding-right: 80px;
	padding-left: 20px;
}

.module__sidebar {
	width: 300px;
}
.module__main {
	width: calc(100% - 300px);
}

.module__half {
	width: 50%;
}
.module__left.module__half {
	width: 600px;
}
.module__right.module__half {
	width: calc(100% - 600px);
}

@media screen and (max-width:991px) {
	.module__inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	#top-recruit .module__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.module__left {
		float: none;
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.module__right {
		float: none;
		padding-left: 30px;
		padding-right: 30px;
	}
	.module__half {
		width: auto;
	}
	.module__left.module__half {
		width: auto;
	}
	.module__right.module__half {
		width: auto;
	}	
	.module__sidebar {
		width: 100%;
	}
	.module__main {
		width: 100%;
	}
}
@media screen and (max-width:575px) {
	.module__ttl {
	}
	.module__ttl_en {
		font-size: 12px;
	}
	.module__ttl_ja {
	}
	.section__inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.slide-section {
	overflow: hidden;
}
.slide-section .swiper-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	overflow: visible;
}
.slide-section .swiper-wrapper {
	
}

.box {
	overflow: hidden;
	padding: 40px 30px;
}
.box__left {
	float: left;
}
.box__right {
	float: right;
}
.box__half {
	width: 50%;
}
.box__left.box__half {
	padding-right: 30px;
}
.box__right.box__half {
	padding-left: 30px;
}
.box-round {
	border-radius: 30px;
}
.box-round-black {
	background-color: #000;
}
@media screen and (max-width:991px) {
	.box__half {
		width: 100%;
	}
	.box__left {
		float: none;
	}
	.box__right {
		float: none;
	}
	.box__left.box__half {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.box__right.box__half {
		padding-left: 0px;
	}
}
.block {
	margin-left: auto;
	margin-right: auto;
	max-width: 990px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.block-item-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 0;
}
.block-item {
	width: 50%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.block-item:nth-of-type(2n-1) {
	padding-left: 80px;
	padding-right: 30px;
}
.block-item:nth-of-type(2n) {
	padding-left: 30px;
	padding-right: 80px;
}

@media screen and (max-width:991px) {
	.block-item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.block-item:nth-of-type(2n-1) {
		padding-left: 30px;
		padding-right: 15px;
	}
	.block-item:nth-of-type(2n) {
		padding-left: 15px;
		padding-right: 30px;
	}
}
@media screen and (max-width:575px) {
	.block-item {
		width: 100%;
		border-bottom: solid 1px #000;
	}
	.block-item:nth-of-type(2n-1) {
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-item:nth-of-type(2n) {
		padding-left: 30px;
		padding-right: 30px;
	}
	.block-item.border-none {
		border-bottom: none;
	}
	.pc-separate-line {
		display: none;
	}
	
}

/* footer */
.footer__copy {
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	left: 80px;
}
@media screen and (max-width:991px) {
	.footer__copy {
		left: 30px;
	}
}

/* ------------------------------------------
	loading
------------------------------------------ */
.loading {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.loading::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translateX(100%);
	background-color: #00ff00;
	transition: ease-in-out 0.8s background-color,ease-in-out 0.6s transform;
	-webkit-transition: ease-in-out 0.8s background-color,ease-in-out 0.6s transform;
}
.loading.is-green::after {
	background-color: #fff;
	transform: translateX(0);
}
.loading__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	z-index: 1;
}
.loading__logo img {
	width: auto;
	height: 60px;
}
/*
.header__ttl.is-fadeout, .header__txt.is-fadeout, .header-top .menu-btn.is-fadeout, .header__pc.is-fadeout {
	transform: translatey(-20px);
	-webkit-transform: translatey(-20px);
	-ms-transform: translatey(-20px);
	-moz-transform: translatey(-20px);
}
*/
#header-top {
	transition: opacity 0.3s linear,transform 0.3s linear;
	-webkit-transition: opacity 0.3s linear,transform 0.3s linear;
}
#header-top.is-fadeout {
	transform: translatey(-10px);
	-webkit-transform: translatey(-10px);
	-ms-transform: translatey(-10px);
	-moz-transform: translatey(-10px);
	opacity: 0;
}
@media screen and (max-width:767px) {
	.loading__logo img {
		width: auto;
		height: 40px;
	}
}

/* ------------------------------------------
	header
------------------------------------------ */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	background-color: transparent;
	width: 100%;
	height: 80px;
}
.header__logo {
	position: absolute;
	top: 18px;
	left: 20px;
}
.header__logo_img {
	display: block;
	width: 200px;
	height: 40px;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	mix-blend-mode: multiply;
	filter: invert(100%;)
}

.header__ttl {
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: 3;
	font-weight: 400;
}
@media screen and (max-width:767px) {
	.header__logo_img {
		height: 40px;
	}
}

/* navbtn */
.header__navbtn {
	display: block;
	position: absolute;
	top: 15px;
	right: 0px;
	padding: 20px;
	
	z-index: 101;
}
/*
@media screen and (max-width:575px) {
	.header__navbtn {
		top: 23px;
	}	
}
*/
.header__navbtn_inner {
	position: relative;
	top: 0;
	right: 0;
	width: 40px;
	height: 8px;
	margin: 0;
}

/*
.header__navbtn_inner::after {
	content: "menu";
	font-size: 12px;
	line-height: 1;
	display: block;
	width: 36px;
	position: absolute;
	bottom: -14px;
	right: 0px;
	display: block;
	text-align: center;
	transform-origin: center center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}
.is-open .header__navbtn_inner::after {
	content: "close";
}
*/


.is-white.header__navbtn::after {
/* 	color: #fff; */
}
.is-black.header__navbtn::after {
	color: #000;
}

.navbtn__line {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #000;
	border-radius: 1px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.header__navbtn.is-black .navbtn__line {
	background-color: #000;
}

.header__navbtn.is-white .navbtn__line {
/* 	background-color: #fff; */
}

.navbtn__line:nth-of-type(1) {
	top: 0;
	opacity: 1;
}
.navbtn__line:nth-of-type(2) {
	bottom: 0;
	opacity: 1;
}

body.is-open .navbtn__line:nth-of-type(1) {
	top: 4px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
body.is-open .navbtn__line:nth-of-type(2) {
	top: 4px;
	transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
}

body.is-open .navmenu {
	opacity: 1;
	visibility: visible;
	-webkit-visibility: visible;
	pointer-events: auto;
	z-index: 100;
	background-color: rgba(255,255,255,1);	
}

body.no-scroll {
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.header__logo_img {
		height: 40px;
	}
}


/* header-menu */
.navmenu {
	visibility: hidden;
	-webkit-visibility: hidden;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: transparent;
	opacity: 0;
	transition: ease-in-out 0.3s;
	overflow-y: scroll;
}
.navmenu__inner {
/* 	position: absolute; */
	display: block;
/* 	top: 50%; */
	margin-left: auto;
	margin-right: auto;
/*
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
*/
	width: 100%;
	padding-top: 160px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 80px;
	max-width: 1280px;
}
.navmenu__aside {
	position: absolute;
	top: 50%;
	left: -10px;
}
.navmenu__aside_ttl {
	position: absolute;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform-origin: center center;
	-webkit-transform-origin: center center;
	color: #fff;
	white-space: nowrap;
	font-size: 12px;
}

.navmenu__body {
	overflow: hidden;
}
.navmenu__ul li {
	margin-bottom: 25px;
}
.navmenu__ul li:last-child {
	margin-bottom: 0;
}

/*
.navmenu__main-wrapper {
	overflow: hidden;
	margin-bottom: 80px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
*/
.navmenu__ul {
	overflow: hidden;
	margin-left: 0;
}
.navmenu__main {
	float: left;
	width: 50%;
}
.navmenu__main li a {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 24px;
	font-weight: 400;
}
.navmenu__main li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: translateX(0);
}

.navmenu__main li a:hover::before {
	left: 0;
	width: 100%;
	animation:1.2s ease-in-out infinite btnline;
	-webkit-animation:1.2s ease-in-out infinite btnline;
}

.navmenu__opt-wrapper {
	overflow: hidden;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.navmenu__opt {
	float: left;
	width: 50%;
}
.navmenu__opt ul li {
	margin-bottom: 20px;
}
.navmenu__opt ul li a {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
}
.navmenu__opt ul li img {
	width: auto;
	height: 12px;
	margin-left: 8px;
}



.navmenu__opt li a {
	transition: ease-in-out 0.25s opacity;
	-webkit-transition: ease-in-out 0.25s opacity;
}

.navmenu__opt li a:hover {
	opacity: 0.7;
}
.navmenu__follow {
/* 	margin-top: 60px; */
}
.navmenu__follow_ttl {
	font-size: 12px;
	display: block;
	color: #fff;
}
@media screen and (max-width:1024px) {
	.navmenu__inner {
		padding-top: 100px;
	}
}
@media screen and (max-width:991px) {
	.navmenu__inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width:575px) {
	.navmenu__body.module {
		padding-left: 0;
	}
	.navmenu__inner {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		padding-top: 120px;
		padding-bottom: 60px;
	}
/*
	.navmenu__main-wrapper {
		margin-bottom: 0;
	}
*/
	.navmenu__main {
		max-width: 160px;
/*
		float: none;
		width: 100%;
*/
		margin-bottom: 0;
	}
	.navmenu__opt-wrapper {
		margin-top: 48px;
	}
	.navmenu__opt {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.navmenu__follow {
		margin-top: 48px;
	}
	.navmenu__ul li {
		margin-bottom: 20px;
	}
	.navmenu__main li a {
		font-size: 20px;
	}
	.navmenu__opt ul li {
		margin-bottom: 16px;
	}
	.navmenu__opt ul li a {
		font-size: 14px;
	}
	
	
}

.navmenu li#menu-item-335 a { /* About */
}
.navmenu li#menu-item-339 a { /* Works */
}
.navmenu li#menu-item-337 a { /* Moive */
}
.navmenu li#menu-item-340 a { /* Product */
}
.navmenu li#menu-item-336 a { /* Contact */
}
.navmenu li#menu-item-338 a { /* Privacy Policy */
}
/*
.navmenu li#menu-item-335 a::after {
	content: "About";
}
*/




/* js - swiper/
---------------------------------------------------*/
.article__bg {
	height: 0;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.article__bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
}
/*
.article__bg::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: background-color 0.4s ease-in-out;
	-webkit-transition: background-color 0.4s ease-in-out;
}
a:hover .article__bg::after {
	background-color: rgba(0,0,0,0.2);
}
*/

.article__box {
	
}
.article__box_date {
	display: inline-block;
	font-size: 13px;
}
.article__box_ttl {
	font-size: 16px;
	font-weight: 500;
}
.article__box_tag-wrapper {
	
}

.article__box_tag {
	display: inline-block;
	font-size: 10px;
	background-color: #000;
	padding: 3px 15px 4px;
	font-weight: 500;
	margin-right: 20px;
	color: #fff;
}
.article__box_tag a {
	color: #fff;
}
.article__box_cat-wrapper {
}
.article__box_cat {
	display: inline-block;
	font-weight: 500;
}

.swiper-slide .article__bg {
	margin-bottom: 20px;
}
.swiper-slide .article__box_date {
	margin-bottom: 10px;
}
.swiper-slide .article__box_ttl {
	margin-bottom: 15px;
}


.archive-item .article__bg {
	margin-bottom: 10px;
}
.archive-item .article__box_cat-wrapper {
	margin-bottom: 5px;
}
.archive-item .article__box_date {
	margin-bottom: 10px;
}
.archive-item .article__box_ttl {
	margin-bottom: 10px;
}

.mv {
	padding-top: 120px;
}

.mv-article__bg {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.mv-article__bg_img {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-size: cover;
	background-position: center center;
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
}

.mv-article__box {
	width: 100%;
	box-sizing: border-box;
}
.mv-article__box_category {
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.mv-article__box_ttl {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.mv-article__box_date {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 13px;
}
@media screen and (min-width:576px) {
	.mv-swiper .swiper-slide {
		width: 600px !important;
	}
}
@media screen and (min-width:768px) {
	.mv-swiper .swiper-slide {
		width: 600px !important;
	}
}
@media screen and (min-width:991px) {
	.mv-swiper .swiper-slide {
		width: 900px !important;
	}
	.mv-article__bg {
		float: left;
		width: calc(100% - 340px);
/* 		padding-top: 338px;  *//* width:600の場合の高さ(16:9) */
		margin-bottom: 0;
	}
	.mv-article__box {
		width: 340px;
		padding-left: 20px;
		float: right;
	}
	.mv-article__box_category {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.mv-article__box_ttl {
		font-size: 21px;
		margin-bottom: 15px;
	}
	.mv-article__box_date {
		font-size: 13px;
		margin-bottom: 20px;
	}
	
}
@media screen and (min-width:1200px) {
/*
	.mv-swiper .swiper-slide {
		width: 1040px !important;
	}
*/
}
/*thumb square*/
.interview-swiper .article__bg {
	padding-top: 100%;
}
#archive-interview .article__bg {
	padding-top: 100%;
}
#single-interview .article__bg {
	padding-top: 100%;
}

.article__box_job {
	display: inline-block;
	margin-bottom: 0px;
	font-size: 21px;
}
.article__box_name {
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 6px;
}
.article__box_name-en {
	font-size: 14px;
}

@media screen and (max-width:575px) {
	.article__box_date {
		margin-bottom: 8px;
	}
	.article__box_ttl {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.article__box_tag {
	}
	/*interview*/
	.article__box_job {
		font-size: 14px;
		margin-bottom: 0px;		
	}
	.article__box_name {
		font-size: 24px;
	}
	.article__box_name-en {
		font-size: 12px;
	}
	
}
.loop-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.loop__bg {
	width: 100%;
	height: 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
/* 	margin-bottom: 20px; */
}
.loop__bg_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.mission-swiper .loop-swiper-slide {
	width: 180px !important;
}
.mission-swiper .loop__bg {
	height: 60px;
}
.products-swiper .loop-swiper-slide {
	width: 100px !important;
}
.products-swiper .loop__bg {
	height: 160px;
}
.slide-section .mission-swiper .swiper-wrapper {
	margin-bottom: 20px;
}

.swiper-container {
	padding-left: 80px;
	padding-right: 80px;
}
@media screen and (max-width:991px) {
	.swiper-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.slide-section .swiper-wrapper {
	margin-bottom: 60px;
}
.swiper-slide {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen and (max-width:991px) {
	.slide-section .swiper-wrapper {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:576px) {
	.work-swiper .swiper-slide {
		width: 400px !important;
	}
	.column-swiper .swiper-slide {
		width: 400px !important;
	}
	.project-swiper .swiper-slide {
		width: 400px !important;
	}
	.interview-swiper .swiper-slide {
		width: 300px !important;
	}
	
	
}

/* navigation */
.swiper-nav-wrapper {
	display: inline-block;
	margin-left: 50px;
}

.swiper-prev-arrow {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 15px 0 15px 0;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	margin-right: 15px;
}
.swiper-next-arrow {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 15px 0 15px 0;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	margin-left: 15px;
}
.swiper-prev-arrow:hover {
	opacity: 1;
}
.swiper-next-arrow:hover {
	opacity: 1;
}
.swiper-button-disabled {
	opacity: 0.2 !important;
}
.swiper-arrow__inner {
	display: inline-block;
	width: 40px;
	height: 10px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

.swiper-prev-arrow .swiper-arrow__inner {
	background-image: url(../images/img_slide-arrow-left-black.png);
}
.swiper-next-arrow .swiper-arrow__inner {
	background-image: url(../images/img_slide-arrow-right-black.png);
}
.mv .swiper-nav-wrapper {
	float: right;
}

@media screen and (max-width:575px) {
	.swiper-nav-wrapper {
		float: right;
	}
}


/*pagination*/
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	display: inline-block;
	width: auto;
	position: relative;
	top:10px;
}
.swiper-pagination-bullet {
	width: 28px;
	height: 28px;
	position: relative;
	font-size: 12px;
	display: inline-block;
	background-color: transparent;
	box-sizing: border-box;
	border-radius: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px;
	padding: 0;
	position: relative;
	max-width: 160px
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::after {
	content: "";
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: 8px;
	height: 8px;
	background-color: #212121;
	border-radius: 50%;
}

.mv .swiper-container-horizontal>.swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
	position: absolute;
	top: auto;
	left: auto;
	right: 230px;
	bottom: 13px;
}
@media screen and (max-width:767px) {
	.mv .swiper-container-horizontal>.swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
		right: 180px;
	}
}
@media screen and (max-width:575px) {
/*
	.mv .swiper-container-horizontal>.swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
		position: relative;
		top: 10px;
		right: auto;
		bottom: auto;
	}
*/
	.mv .swiper-container-horizontal>.swiper-pagination-bullets, .mv .swiper-pagination-custom, .mv .swiper-pagination-fraction {
		position: relative;
		right: auto;
		left: -10px;
		bottom: -10px;
/* 		bottom: 5px; */
	}
}

/* contents - section__ttl/section__statement
---------------------------------------------------*/
.section__ttl {
	margin-bottom: 20px;
}
.section__ttl_en {
	margin-bottom: 4px;
	font-weight: 500;
}
.section__ttl_ja {
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.section__statement {
	display: inline-block;
	font-size: 70px;
	font-weight: 500;
	line-height: 1.1;
}
@media screen and (max-width:991px) {
	.section__ttl {
		margin-bottom: 40px;
	}
	.section__statement {
		margin-bottom: 40px;
	}
}
.section__ttl-white {
	color: #fff;
}
/*
@media screen and (max-width:1080px) {
	.section__ttl {
	}
	.section__statement {
		font-size: 60px;
	}
	
}
*/

@media screen and (max-width:575px) {
	.section__ttl {
	}
	.section__statement {
		font-size: 40px;
	}
}

.page__ttl {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.page__ttl_en {
	display: block;
	font-weight: 500;
}
.page__ttl_ja {
	display: block;
	font-family: "Noto Sans JP",sans-serif;
	font-weight: 300;
	font-size: 17px;
}
@media screen and (max-width:575px) {
	.page__ttl_ja {
		font-size: 13px;
	}
}

/* parts - btn/
---------------------------------------------------*/
#top .btn-wrapper {
	margin-top: 60px;
}
.btn-wrapper-margin {
	margin-top: 60px;
}
#top .mv .btn-wrapper {
	width: calc(100% - 300px);
	max-width: 360px;
	margin-top:0;
}
@media screen and (max-width:991px) {
	#top .btn-wrapper {
		margin-top: 30px;
/* 		text-align: center !important; */
	}
}
@media screen and (max-width:575px) {
	#top .mv .btn-wrapper {
		width: 100%;
	}
}
.btn {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 360px;
	height: 60px;
	border: 1px solid #000;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}
.btn:hover {
	background-color: rgba(0,255,0,0.8);
}
.btn__txt {
	font-size: 14px;
	text-transform: uppercase;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #fff;
}
.btn__arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 42px;
	height: 10px;
	background-image: url(../images/img_btn-arrow-right-black.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
@media screen and (max-width:575px) {
	.btn {
		max-width: none;
	}
}

.separate-line {
	width: 100%;
	height: 1px;
	background-color: #000;
}

.section-logo-bg-1 {
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 0;
	top: 120px;
	left: -20px;
	background-image: url(../images/img_symbol-gray.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.section-logo-bg-2 {
	width: 300px;
	height: 300px;
	position: absolute;
	z-index: 0;
	top: 30px;
	right: -20px;
	background-image: url(../images/img_symbol-black.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* news - list
---------------------------------------------------*/
.newslist {
	border-bottom: 1px solid #000;
}
.newslist__link {
	display: block;
	padding: 15px 0 20px;
}
.newslist__date {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 10px;
}
.newslist__ttl {
	display: block;
	margin-bottom: 10px;
}
.newslist__tag-wrapper {
}
.newslist__tag {
	display: inline-block;
	font-size: 10px;
	background-color: #e6e6e6;
	padding: 2px 15px 4px;
	font-weight: 500;
	margin-right: 20px;
}
@media screen and (max-width:991px) {
	.newslist__link {
		padding: 10px 0 15px;
	}
	.newslist__date {
		margin-bottom: 5px;
	}
	.newslist__ttl {
	}
}

/* news - archive
---------------------------------------------------*/

/* news - single
---------------------------------------------------*/
#single-news .module {
	max-width: 720px;
}
.single-news__cat-wrapper {
	display: block;
	margin-bottom: 20px;
}

.single-news__cat {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
}

.single-news__cat a {
	position: relative;
}
.single-news__cat a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: calc(100% - 2px);
	background-color: rgba(0,255,0,0.8);
	transition: linear 0.15s transform;
	-webkit-transition: linear 0.15s transform;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	transform-origin: bottom left;
	-webkit-transform-origin: bottom left;
}
.single-news__cat a:hover::before {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
}

.single-news__tag-wrapper {
}
.single-news__tag {
	display: inline-block;
	font-size: 12px;
	background-color: #e6e6e6;
	padding: 2px 15px 4px;
	font-weight: 500;
	margin-right: 20px;
}
.single-news__date {
	display: block;
	margin-bottom: 20px;
}
.single-news__ttl {
	margin-bottom: 20px;
}
.single-news__tag-wrapper {
	margin-bottom: 20px;
}

/*nav*/
.postnav-wrapper {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;	
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 30px;
}
.postnav {
	width: calc(100% / 3 - 20px);
}
.postnav-prev {
	text-align: left;
}
.postnav-back {
	text-align: center;
}
.postnav-next {
	text-align: right;
}
.postnav a {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	height: 50px;
	border: 1px solid #000;
	line-height: 48px;
	text-align: center;
	transition: ease-in-out 0.25s;
	-webkit-transition: ease-in-out 0.25s;
}
.postnav__inner {
	display: inline-block;
	width: 100%;
	max-width: 160px;
	height: 50px;
	border: 1px solid #000;
	line-height: 48px;
	text-align: center;
	opacity: 0.3;
}

.postnav a:hover {
	background-color: rgba(0,255,0,0.8);
}
/*
.postnav a:hover span {
	color: #fff;
}
*/

@media screen and (max-width:575px) {
	.postnav-wrapper {
		gap: 20px;
	}
	.postnav.postnav-prev {
		width: calc(50% - 10px);
		order: -1;
	}
	.postnav.postnav-back {
		width: 100%;
		order: 1;
	}
	.postnav.postnav-back a {
		max-width: 240px;
	}
	.postnav.postnav-next {
		width: calc(50% - 10px);
		order: 0;
	}
	
}

/* topics - archive
---------------------------------------------------*/
.filter-cat-wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 900px;
	
}
.filter-cat {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	height: 55px;
	margin-bottom: 20px;
}
.filter-cat-all {
	display: block;
	width: calc(100% - 60px);
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.filter-cat a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 53px;
	vertical-align: text-bottom;
	border: solid 1px #000;
	transition: ease-in-out 0.25s background-color;
	-webkit-transition: ease-in-out 0.25s background-color;
}
.filter-cat a:hover {
	background-color: rgba(0,255,0,0.8);
/* 	color: #fff; */
}
.filter-cat.is-active a {
	background-color: rgba(0,255,0,0.8);
/* 	color: #fff; */
}

.filter-tag-wrapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 900px;
}
.filter-tag {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.filter-tag a {
	color: #fff;
	padding: 2px 15px 4px;
	font-weight: 500;
	font-size: 12px;
	background-color: #000;
}
.filter-tag a:hover {
	background-color: rgba(0,255,0,1);
}
.filter-tag a:hover {
	color: #000;
}

.filter-tag.is-active a {
	background-color: rgba(0,255,0,1);
	color: #000;
}

.archive-item-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;	
	-webkit-box-align: start;
	-ms-flex-align: start;
	column-gap: 20px;
	row-gap: 40px;
}
.archive-item__link {
	
}
.archive-item {
	width: calc(25% - 15px);
}
/*
.archive-item__bg {
	margin-bottom: 15px;
}
*/

/*
.archive-item__date {
	font-weight: 800;
	margin-bottom: 15px;
}
*/
@media screen and (max-width:1200px) {
	.archive-item-wrapper {
		column-gap: 15px;
		row-gap: 30px;
	}
	.archive-item {
		width: calc(100% / 3 - 10px);
	}
}
@media screen and (max-width:991px) {
	.archive-item {
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width:575px) {
	.archive-item {
		width: 100%;
	}
}

.archive-pagination {
	margin-top: 80px;
	margin-left: -15px;
}
.archive-pagination span,.archive-pagination a {
	padding: 10px 15px;
	font-size: 16px;
	opacity: 0.6;
}
.archive-pagination span.current {
	opacity: 1;
}
.archive-pagination a:hover {
	opacity: 1;
}

@media screen and (max-width:991px) {
	.archive-pagination {
		margin-top: 40px;
		margin-left: -10px;
	}
	.archive-pagination span,.archive-pagination a {
		padding: 8px 10px;
		font-size: 14px;
	}
}

/* topics - single
---------------------------------------------------*/
.single-module__contents {
	float: left;
	width: calc(100% - 360px);
	padding-right: 60px;
}
.single-module__sidebar {
	float: right;
	width: 360px;
}
.sidebar__article {
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}
.sidebar__article_left {
	float: left;
	width: 120px;
}
.sidebar__article_right {
	float: left;
	width: calc(100% - 120px);
	padding-left: 20px;
}
.single-module__sidebar .article__box_cat {
	font-size: 12px;
}
.single-module__sidebar .article__box_date {
	font-size: 10px;
	margin-bottom: 5px;
}
.single-module__sidebar  .article__box_ttl {
	font-size: 14px;
	margin-bottom: 10px;
}
.single-article__tag-wrapper {
	margin-bottom: 20px;
}
.single-article__tag {
	display: inline-block;
	margin-right: 20px;
}
.single-article__tag a {
	background-color: #000;
	color: #fff;
	padding: 2px 15px 4px;
	font-weight: 500;
	font-size: 12px;
}
.single-article__tag a:hover {
	background-color: rgba(0,255,0,0.8);
	color: #000;
}
.single-module__sidebar .article__bg {
	padding-top: 66.666%;
}


@media screen and (max-width:767px) {
	.single-module__contents {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
		border-bottom: solid 1px #000;
		margin-bottom: 30px;
	}
	.single-module__sidebar {
		float: none;
		width: 100%;
	}
	
	.sidebar__article_left {
		float: left;
		width: 240px;
	}
	.sidebar__article_right {
		float: left;
		width: calc(100% - 240px);
		padding-left: 20px;
	}
	
}

@media screen and (max-width:575px) {
	.sidebar__article_left {
		float: none;
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.sidebar__article_right {
		float: none;
		width: 100%;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
	}
}


/* interview - single
---------------------------------------------------*/
#single-interview .module {
	max-width: 780px;
}

.single__ttl {
	display: block;
	margin-bottom: 20px;
}
.single__ttl_ja {
	margin-bottom: 10px;
	display: block;
	font-size: 34px;
	font-weight: 600;
}
.single__ttl_en {
	display: block;
	font-size: 14px;
}
.single__subttl {
	display: block;
	font-size: 21px;
	margin-bottom: 10px;
}
/*
.single-news__txt {
	margin-top: 20px;
}
*/

.single-news__img {
	margin-bottom: 20px;
}

@media screen and (max-width:575px) {
	
	.single__ttl_ja {
		font-size: 24px;
	}
	.single__ttl_en {
		font-size: 12px;
	}
	.single__subttl {
		font-size: 14px;
	}
		
}

/* products - tab
---------------------------------------------------*/
/*tab*/
.products-tab {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.products-tab__list {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(50% - 10px);
	max-width: 420px;
	height: 55px;
	margin-bottom: 20px;
}
.products-tab__list a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 53px;
	vertical-align: text-bottom;
	border: solid 1px #000;
	transition: ease-in-out 0.25s background-color;
	-webkit-transition: ease-in-out 0.25s background-color;
}
.products-tab__list a:hover,.products-tab__list.is-active a {
	background-color: rgba(0,255,0,0.8);
/* 	color: #fff; */
}

.products-tab-body {
	display: none;
}
.products-tab-body.is-show {
	display: block;
}
@media screen and (max-width:991px) {
	.products-tab__list {
		max-width: 310px;
	}
}
@media screen and (max-width:575px) {
	.products-tab {
	}
	.products-tab__list {
		width: 100%;
		max-width: none;
		height: 45px;
		margin-bottom: 16px;
		padding-left: 0;
		padding-right: 0;
	}
	.products-tab__list a {
		font-size: 12px;
		line-height: 43px;
	}
}

/* products - lineup
---------------------------------------------------*/
/*menu*/
.lineup-menu-header {
	margin-bottom: 30px;
	text-align: center;
}
.lineup-menu {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 900px;
}
.lineup-menu__list {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(25% - 20px);
/* 	width: 200px; */
	height: 55px;
	margin-bottom: 20px;
}
.lineup-menu__list a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 53px;
	vertical-align: text-bottom;
	border: solid 1px #000;
	transition: ease-in-out 0.25s background-color;
	-webkit-transition: ease-in-out 0.25s background-color;
}
.lineup-menu__list a:hover {
	background-color: rgba(0,255,0,0.8);
/* 	color: #fff; */
}

.lineup-heading {
	padding-top: 80px;
	margin-bottom: 20px;
}
#machine-tool .lineup-heading {
/* 	padding-top: 0; */
}
.lineup-heading__en {
	display: block;
	font-size: 12px;
	margin-bottom: 0px;
}
.lineup-heading__ja {
	display: block;
}

.lineup-item-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;	
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 20px;
}
.lineup-item {
	background-color: #e6e6e6;
	width: calc(50% - 10px);
	padding: 15px;
}
.lineup-item__ttl {
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: solid 1px #000;
}
.lineup-item__ttl span {
	font-weight: 500;
}
.lineup-item__desc {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.lineup-item.is-item-open .lineup-item__desc {
}

.lineup-item__desc_img {
	width: 150px;
	height: 150px;
	margin-right: 20px;
}
.lineup-item__desc_img div {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.lineup-item__desc_txt {
	width: 100%;
/* 	width: calc(100% - 170px); */
}
.lineup-item__desc_txt.txt-w100 {
	width: 100% !important;
}

/*dropdown*/
.lineup-item__dropdown {
	cursor: pointer;
	margin-bottom: 4px;
}
.dropdown__plus-wrapper {
	cursor: pointer;
	margin-bottom: 4px;
}
.dropdown__plus {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: relative;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	transition: linear 0.2s transform;
	-webkit-transition: linear 0.2s transform;
	background-color: #fff;
	margin-right: 5px;
}
.dropdown__plus span:nth-of-type(1) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
	width: 9px;
	height: 1px;
	background-color: #000;
}
.dropdown__plus span:nth-of-type(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	display: block;
	width: 1px;
	height: 9px;
	background-color: #000;
}
.lineup-item.is-item-open .dropdown__plus {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.card.is-card-open .dropdown__plus {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.dropdown__txt {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}
/*btn*/
.lineup-item__btn {
	display: block;
	width: calc(100% - 60px);
	max-width: 360px;
	height: 30px;
	background-color: #000;
	text-align: center;
	line-height: 28px;
	border: 1px solid #000;
	border-radius: 15px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.lineup-item__btn span {
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	display: inline-block;
	margin-top: -1px;
}
.lineup-item__btn:hover {
	background-color: rgba(0,255,0,0.8);
	border: 1px solid #000;
}
.lineup-item__btn:hover span {
	color: #000;
}

@media screen and (max-width:991px) {
	.lineup-menu {
		max-width: 670px
	}
	.lineup-menu__list {
		width: calc(100% / 3 - 20px);
	}
}
@media screen and (max-width:575px) {
	
	.lineup-menu__list {
		width: calc(50% - 5px);
		height: 45px;
		margin-bottom: 15px;
	}
	.lineup-menu__list:nth-of-type(2n) {
		padding-left: 5px;
		padding-right: 0;
	}
	.lineup-menu__list:nth-of-type(2n-1) {
		padding-left: 0;
		padding-right: 5px;
	}
	.lineup-menu__list a {
		font-size: 12px;
		line-height: 43px;
	}
	.lineup-item-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.lineup-item {
		width: 100%;
	}
	.lineup-item__desc_img {
		width: 75px;
		height: 75px;
		margin-right: 15px;
	}
	.lineup-item__desc_txt {
		width: calc(100% - 90px);
	}
}

/* products - card
---------------------------------------------------*/
.card {
	padding: 20px;
	background-color: #e6e6e6;
	margin-bottom: 20px;
}
.card__table {
	margin: 0;
	
}
.card__table th {
	width: 150px;
	vertical-align: top;
	text-align: left;
}
.card__table td {
	width: calc(100% - 150px);
	padding-left: 20px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 20px;
}
.card__body {
	display: none;
}
@media screen and (max-width:991px) {
	.card {
		max-width: 820px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width:767px) {
	.card__table {
		display: block;
	}
	.card__table th {
		width: 100%;
		display: block;
	}
	.card__table td {
		width: 100%;
		display: block;
		padding-left: 0;
	}
}

/* products - maker
---------------------------------------------------*/
/*menu*/
.maker-menu-header {
	margin-bottom: 30px;
	text-align: center;
}
.maker-menu {
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 15px;
}
.maker-menu__list {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 55px;
	height: 55px;
	margin-bottom: 20px;
}
.maker-menu__list a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 53px;
	vertical-align: text-bottom;
	border: solid 1px #000;
	transition: ease-in-out 0.25s background-color;
	-webkit-transition: ease-in-out 0.25s background-color;
}
.maker-menu__list a:hover {
	background-color: rgba(0,255,0,0.8);
/* 	color: #fff; */
}

.maker-box-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;	
	-webkit-box-align: start;
	-ms-flex-align: start;
	gap: 30px;
	padding-top: 90px;
	padding-bottom: 30px;
}
/*
.maker-box-wrapper:first-child {
	padding-top: 0;
}
*/
.maker-box {
	width: calc(50% - 15px);
}
.maker-box__ttl {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 1px #000;
}
.maker-box__ttl span {
	font-weight: 500;
}
.maker-box__list {
	
}
.maker-box__list_item {
	margin-bottom: 5px;
}
.maker-box__list_item:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:575px) {
	
	.maker-menu__list {
		width: 45px;
		height: 45px;
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 16px;
	}
	.maker-menu__list a {
		font-size: 12px;
		line-height: 43px;
	}
	
	.maker-box-wrapper {
		margin-left: 0;
		margin-right: 0;
	}
	.maker-box {
		width: 100%;
	}

}

/* company - 
---------------------------------------------------*/
.item-company {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px #000;
}

.item-company__ttl {
	margin-bottom: 10px;
	font-weight: 500;
}
.item-company__ttl_en {
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 14px;
}
.item-company__ttl_ja {
	display: block;
	margin-bottom: 4px;
}
.item-company__txt {
	margin-bottom: 20px;
}

/* company - message
---------------------------------------------------*/
.attention {
	font-size: 12px;
	color: #00d300;
}
.company-table {
/*
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
*/
}
.company-table th {
	width: 200px;
	text-align:  left;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
}
.company-table td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #000;
}

@media screen and (max-width:767px) {
	.company-table {
		display: block;
	}
	.company-table tbody {
		display: block;
	}
	.company-table tr {
		display: block;
	}
	
	.company-table th {
		width: 100%;
		display: block;
		padding-top: 10px;
		padding-bottom: 5px;
		border-bottom: none;
	}
	.company-table td {
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
}

/* rectuit
---------------------------------------------------*/
.header__entrybtn {
	padding-top: 8px;
	padding-bottom: 6px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	position: absolute;
	top: 21px;
	right: 75px;
	border-radius: 4px;
	transition: ease-in-out 0.25s opacity;
	-webkit-transition: ease-in-out 0.25s opacity;
}
.header__entrybtn:hover {
	opacity: 0.6;
}
.header__entrybtn img {
	height: 9px;
	width: auto;
	margin-left: 5px;
}
#recruit {
}
.recruit-header {
	mix-blend-mode: difference;
}
.ttl-white {
	color: #fff;
}
.txt-white {
	color: #e6e6e6;
}
.recruit-mv {
	width: 100%;
	height: 100vh;
	background-image: url(../images/img_recruit-mv_pc.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
}

.recruit-mv__overlay {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.recruit-mv__ttl {
	position: absolute;
	left: 60px;
	top: 100px;
/* 	font-size: 55px; */
	font-size: 89px;
	z-index: 2;
}

/* recruit-company */
.recruit-company-img {
	background-color: #666;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 66.666%;
	margin-bottom: 10px;
}
.recruit-company-img:last-child {
	margin-bottom: 0;
}
.recruit-company-img-1 {
	background-image: url(../images/img_recruit-company-1.jpg);
}
.recruit-company-img-2 {
	background-image: url(../images/img_recruit-company-2.jpg);
}
.recruit-company-img-3 {
	background-image: url(../images/img_recruit-company-3.jpg);
}
#recruit-company .module__right {
	padding-right: 0;
	padding-left: 50px;
}
@media screen and (max-width:991px) {
	#recruit-company .module__right {
		padding-left: 0;
	}
	.recruit-company-img {
		margin-bottom: 30px;
		width: calc(100% - 30px);
		padding-top: 56.25%;
	}
	#recruit-company .module__right .recruit-company-img-wrapper .recruit-company-img:nth-of-type(1),#recruit-company .module__right .recruit-company-img:nth-of-type(3) {
		padding-left: 0;
		padding-right: 30px;
	}
	#recruit-company .module__right .recruit-company-img-wrapper .recruit-company-img:nth-of-type(2) {
		margin-left: 30px;
	}
}
@media screen and (max-width:767px) {
	.recruit-mv__ttl {
		position: absolute;
		left: 30px;
		bottom: 30px;
		font-size: 34px;
	}
}
@media screen and (max-width:767px) {
	.recruit-mv {
		background-image: url(../images/img_recruit-mv_sp.jpg);
	}
}

/* recruit-about */
#recruit-about {
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	background-image: url(../images/img_recruit-about-bg.jpg);
}
#recruit-about .gradation {
	width: 100%;
	margin-top: 300px;
	height: 200px;
	background: linear-gradient(to top, rgba(33,33,33,1), rgba(33,33,33,0));
}
#recruit-about .section__inner {
	padding-top: 100px;padding-bottom: 100px;
	background-color: #212121;
}

.recruit-about-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 10px;
	background-image: url(../images/img_recruit-about-bg.jpg);
}
.recruit-about-img {
	
}

@media screen and (max-width:991px) {
	#recruit-about .gradation {
		display: none;
	}
	#recruit-about {
		background: none;
	}
}

/* recruit-environment */
.recruit-environment-img-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	column-gap: 30px;
	row-gap: 0px;
}
.recruit-environment-img {
	width: calc(100% / 3 - 20px);
}

.recruit-environment-img div {
	background-color: #666;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	padding-top: 66.666%;
}
.recruit-environment-img-1 div {
	background-image: url(../images/img_recruit-environment-1.jpg);
}
.recruit-environment-img-2 div {
	background-image: url(../images/img_recruit-environment-2.jpg);
}
.recruit-environment-img-3 div {
	background-image: url(../images/img_recruit-environment-3.jpg);
}

.recruit-environment-caption {
	text-align: center;
}

.recruit-environment-icon-wrapper {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	column-gap: 60px;
	row-gap: 60px;
	max-width: 820px;
	margin-lefT: auto;
	margin-right: auto;
}
.recruit-environment-icon {
	width: calc(100% / 3 - 40px);
}

.recruit-environment-icon img {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: block;
}
.recruit-environment-icon p {
	font-size: 13px;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:767px) {
	.recruit-environment-img-wrapper {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		column-gap: 30px;
		row-gap: 0px;
	}
	.recruit-environment-img {
		width: 100%;
	}
	.recruit-environment-img div {
		padding-top: 56.25%;
	}
	.recruit-environment-img-1 {
		display: none;
	}
	.recruit-environment-img-2 {
	}
	.recruit-environment-img-3 {
		display: none;
	}
	
	.recruit-environment-icon-wrapper {
		max-width: 520px;
		column-gap: 30px;
		row-gap: 60px;
	}
	.recruit-environment-icon {
		width: calc(100% / 2 - 15px);
	}
}
@media screen and (max-width:575px) {
	
	.recruit-environment-caption {
		text-align: left;
	}
		
	.recruit-environment-icon img {
		max-width: 100px;
	}
}

/* recruit-interview */
/*
#recruit-interview .btn-wrapper {
	float: right;
	width: 360px;
	margin-top: 0;
}
*/
@media screen and (max-width:991px) {
/*
	#recruit-interview .swiper-container-horizontal>.swiper-pagination-bullets, #recruit-interview .swiper-pagination-custom, #recruit-interview  .swiper-pagination-fraction {
		left: calc(50% - 180px);
	}
	#recruit-interview .swiper-nav-wrapper {
		margin-left: 0;
		left: calc(50% - 150px);
		left: calc(50% - 150px);
	}
*/
	
	#recruit-interview .btn-wrapper {
/*
		float: none;
		width: 100%;
		max-width: 360px;
*/
		margin-top: 20px;
	}
	
}

/* recruit-FAQ */
#recruit-faq {
	background-color: #212121;
}
.faq-list-wrapper {
	
}
.faq-list {
	padding: 30px 40px;
	background-color: #fff;
	margin-bottom: 40px;
}
.faq-list__q::before {
	content: "Q.";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	
}
.faq-list__a::before {
	content: "A.";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	
}
.faq-list__q {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: 600;
}
.faq-list__q span {
	padding-bottom: 0px;
	border-bottom: 3px solid #00ff00;
}
.faq-list__a {
	position: relative;
	padding-left: 40px;
}
@media screen and (max-width: 575px) {
	.faq-list {
		padding: 20px 30px;
		background-color: #fff;
		margin-bottom: 30px;
	}
	.faq-list__q {
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.faq-list__a {
		padding-left: 20px;
	}
}

.recruit-banner-wrapper {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.recruit-banner {
	display: block;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/img_recruit-banner.jpg);
	backdrop-filter: grayscale(100%);
	border: 8px solid #00ff00;
	text-align: center;
	padding: 40px;
}
.recruit-banner-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.recruit-banner__inner {
	position: relative;
	z-index: 2;
}
.recruit-banner__txt {
	display: block;
	color: #e5e5e5;
	font-size: 25px;
	margin-bottom: 20px
}
.recruit-banner__ttl {
	display: block;
	color: #fff;
	font-size: 60px;
	margin-bottom: 40px;
}
.recruit-banner__img {
	height: 50px;
	width: auto;
}


.ttl-line-wrapper {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.ttl-line-wrapper h2 {
	display: inline-block;
	padding: 10px 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ttl-line {
	position: absolute;
	width: 100%;
	top: calc(50% - 4px);
	left: 0;
	z-index: 0;
}
.separate-line-green {
	display: block;
	width: 100%;
	height: 8px;
	background-color: #00ff00;
}
.underline-green {
	border-bottom: 3px solid #00ff00;
}
.ttl-bullet {
	position: relative;
	padding-left: 35px;
}
.ttl-bullet::before {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #00ff00;
	border-radius: 100%;
}
@media screen and (max-width:575px) {
	.ttl-bullet {
		position: relative;
		padding-left: 30px;
	}
	
	.ttl-bullet::before {
		top: 13px;
		left: 0;
		width: 18px;
		height: 18px;
	}
}

/*
.recruit-environment-icon div {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 150px;
	height: 100%;
	max-height: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.recruit-environment-icon-1 div {
	background-image: url(../images/img_icon-recruit-1.png);
}
.recruit-environment-icon-2 div {
	background-image: url(../images/img_icon-recruit-2.png);
}
.recruit-environment-icon-3 div {
	background-image: url(../images/img_icon-recruit-3.png);
}
.recruit-environment-icon-4 div {
	background-image: url(../images/img_icon-recruit-4.png);
}
.recruit-environment-icon-5 div {
	background-image: url(../images/img_icon-recruit-5.png);
}
.recruit-environment-icon-6 div {
	background-image: url(../images/img_icon-recruit-6.png);
}
.recruit-environment-icon-7 div {
	background-image: url(../images/img_icon-recruit-7.png);
}
.recruit-environment-icon-8 div {
	background-image: url(../images/img_icon-recruit-8.png);
}
.recruit-environment-icon-9 div {
	background-image: url(../images/img_icon-recruit-9.png);
}
.recruit-environment-icon-10 div {
	background-image: url(../images/img_icon-recruit-10.png);
}
.recruit-environment-icon-11 div {
	background-image: url(../images/img_icon-recruit-11.png);
}
.recruit-environment-icon-12 div {
	background-image: url(../images/img_icon-recruit-12.png);
}
*/




/* Contact Form - 
---------------------------------------------------*/
#contact,#contact-confirm,#contact-fin {
	background-color: #f0f0f0;
}

#contact-fin {
	position: relative;
	min-height: 100vh;
}
.fin-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	max-width: 380px;
	width: 100%;
}
.fin-txt__inner {
	padding-left: 20px;
	padding-right: 20px;
}
.fin-txt h3 {
	text-align: center;
	margin-bottom: 20px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea,select {
	color: #666;
	border: none;
	border-radius: 0;
	padding: 10px 10px;
	width: 100%;
}

select {
	appearance: none;
	-webkit-appearance: none;;
}

#contact tr,#contact-confirm tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#contact tr th,#contact-confirm tr th {
	vertical-align: top;
}
#contact tr p,#contact-confirm tr p {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width:991px) {
	#contact tr th,#contact tr td,#contact-confirm tr th,#contact-confirm tr td {
		display: block;
	}
}
.wpcf-customer-title {
	position: relative;
}
.wpcf-customer-title::after {
	content: "▼";
	font-size: 10px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#contact p,#contact-confirm p {
	text-align: left;
}

#contact .btn-area p,#contact-confirm .btn-area p {
	text-align: center;
}

.contact-table {
	margin-bottom: 40px;
}

.wpcf7-spinner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* footer - 
---------------------------------------------------*/
.footer__inner {
	padding-top: 80px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-logo__img {
	width: auto;
	height: 50px;
}
/* menu */
.footer-menu-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	column-gap: 60px;
	row-gap: 0px;
}
.footer-menu__list {
	position: relative;
	width: calc(50% - 30px);
	border-bottom: 1px solid #000;
}
.footer-menu__list a {
	display: block;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-menu__list-noborder {
	border-bottom: none;
}
.footer-menu__list-noborder-pc {
	border-bottom: none;
}
.footer-menu__list-topborder {
	border-top: 1px solid #000;
}
.footer-menu__list_en {
	font-size: 18px;
	font-weight: 500;
}
.footer-menu__list_ja {
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.footer-menu__list img,.footer-submenu__list img {
	display: block;
	width: 5px;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
/* submenu */
.footer-submenu__list_ja {
	font-size: 12px;
}


.footer-submenu-wrapper {
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	column-gap: 45px;
	row-gap: 0px;
/*
	column-gap: 60px;
	row-gap: 0px;
*/
}
.footer-submenu__list {
	position: relative;
/* 	width: calc(25% - 45px); */
	width: calc(100% / 3 - 30px);
}
.footer-submenu__list a {
	display: block;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-submenu__list_ja {
	font-size: 16px;
	font-weight: 500;
}

/*
#footer-rules.footer-submenu-wrapper {
	column-gap: 45px;
	row-gap: 0px;
}

#footer-rules .footer-submenu__list {
	width: calc(100% / 3 - 30px);
}
*/

@media screen and (max-width:991px) {
	.footer-submenu-wrapper {
/* 		column-gap: 45px; */
		column-gap: 60px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.footer-submenu__list {
/* 		width: calc(100% / 3 - 30px); */
		width: calc(50% - 30px);
	}
	
	.footer-menu__list a {
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.footer-submenu__list a {
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer-menu__list_en {
		font-size: 16px;
	}
	.footer-submenu__list_ja {
		font-size: 14px;
	}
	
/*
	#footer-rules.footer-submenu-wrapper {
		column-gap: 60px;
	}
	#footer-rules .footer-submenu__list {
		width: calc(50% - 30px);
	}
*/
}
@media screen and (max-width:575px) {
	.footer-menu-wrapper {
		column-gap: 0;
	}
	.footer-menu__list {
		width: 100%;
	}
	.footer-submenu-wrapper {
/* 		column-gap: 20px; */
		column-gap: 20px;
	}
	.footer-submenu__list {
		width: calc(50% - 10px);
	}
	.footer-submenu__list_ja {
		font-size: 13px;
	}
	.footer-menu__list-noborder-pc {
		border-bottom: 1px solid #000;
	}

/*
	#footer-rules.footer-submenu-wrapper {
		column-gap: 20px;
	}
	#footer-rules .footer-submenu__list {
		width: calc(50% - 10px);
	}
*/
}

