@charset "utf-8";

/* COMMON
-------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
	position: relative;
	color: #333;
	background: #f2f2f2;
	overflow-x: hidden;
	line-height: 1.75;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.acumin {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.stencil {
	font-family: paralucent-stencil, sans-serif;
	font-weight: 500;
	font-style: normal;
}
main {
	position: relative;
	z-index: 1;
	margin-top: 116px;
}
.wrapper {
	overflow: hidden;
}
a, a:visited, a:focus {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a.hover-none:hover{
  text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
.imgbase{
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table {
	border-collapse: separate;
}
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (min-width:768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media (max-width: 1119px) {
	main {
		margin-top: 80px;
	}
}

/* パス閲覧用 */
.post-password-form {
	padding: 20vh 0;
	text-align: center;
}

/* HEADER
-------------------------------------------------------------- */
header {
	position: relative;
	z-index: 9999;
}
header .navbar-default {
	background: #000;
	margin-bottom: 0;
	border: none;
}
header .navbar-brand {
	padding: 29px 15px;
	display: block;
	height: auto;
}
header .navbar-nav {
	margin: 47px 130px 47px 0;
}
header .navbar-default .navbar-nav > li > a {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding: 0 15px;
	letter-spacing: 2px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
}
header .navbar-default .navbar-nav > li > a::after {
	content: "";
	width: 10px;
	height: 7px;
	display: inline-block;
	vertical-align: 3px;
	margin-left: 10px;
	background: url(../../images/en/common/arrow.png) no-repeat;
	background-size: contain;
}
header .navbar-default .navbar-nav > li.contact > a::after {
	content: none;
}
header .navbar-default .navbar-nav > li > a:hover {
	color: #f3981d;
}
header .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
header .language {
	position: absolute;
	top: 43px;
	right: 20px;
}
header .language > li {
	display: inline-block;
}
header .language > li::before {
	content: "|";
	color: #fff;
	font-size: 1rem;
	vertical-align: 2px;
	display: inline-block;
	margin: 0 10px 0 5px;
}
header .language > li:first-child::before {
	content: none;
}
header .language > li > a {
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
}
header .language > li.on > a {
	color: #f3981d;
}
header .language > li > a:hover {
	text-decoration: none;
	color: #f3981d;
}
header .language > li.on > a:hover {
	text-decoration: none;
	color: #fff;
}
@media (max-width: 1305px) {
	header .navbar-brand {
		padding: 40px 5px;
	}
	header .navbar-brand > img {
		width: auto;
		height: 40px;
	}
	header .navbar-default .navbar-nav > li > a {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}
@media (max-width: 1119px) {
	header .navbar-brand {
		padding: 25px 5px;
	}
	header .navbar-brand > img {
		height: 25px;
	}
	header .navbar-nav {
		margin: 30px 130px 30px 0;
	}
	header .navbar-default .navbar-nav > li > a {
		font-size: 1.6rem;
		padding: 0 10px;
	}
	header .language {
		top: 28px;
	}
	header .language > li > a {
		font-size: 1.2rem;
	}
}
@media (max-width: 991px) {
	header .navbar-default .navbar-nav > li > a {
		font-size: 1.2rem;
		padding: 0 10px;
	}
	header .navbar-default .navbar-nav > li > a::after {
		vertical-align: 0;
	}
}
@media (max-width: 767px) {
	header .navbar-default {
		margin-bottom: 0;
	}
	.navbar-toggle {
		padding: 12px 10px;
		margin: 20px 10px;
		background: #fff;
	}
	header .navbar-brand {
		padding: 0;
		margin: 18px 10px;
		float: left;
	}
	header .navbar-brand > img {
		height: 42px;
	}
	header .navbar-nav {
		float: none;
		overflow: auto;
		margin: 0;
		padding-bottom: 20px;
		max-width: 100%;
	}
	header .navbar-default .navbar-nav > li {
		width: 100%!important;
		border-bottom: 1px solid #ececec;
	}
	header .navbar-default .navbar-nav > li > a {
		color: #fff;
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.4;
		padding: 20px 12px;
	}
	header .navbar-default .navbar-nav > li > a:hover,
	header .navbar-default .navbar-nav > li > a:active {
		color: #fff;
	}
	.navbar-default .navbar-collapse {
		background: #000;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		min-height: 500px;
	}
	header .language {
		position: relative;
		text-align: center;
		top: auto;
		right: auto;
	}
	header .language > li > a {
		font-size: 1.5rem;
	}
}

@media (max-width: 750px) and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse  {
		height: 100vh;
		padding-bottom: 300px;
	}
}

/* TOP
-------------------------------------------------------------- */
/* COMMON */
.en_top {
	background: #000 url(../../images/en/index/bg_info.jpg) no-repeat top right;
	background-size: contain;
	padding: 8% 0 0;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2;
	position: relative;
}

.en_top_banner li img{
	width: 100%;
	max-width: ;
}
.chara {
	position: absolute;
	top: 20px;
	right: -60px;
	z-index: 999;
}
.chara:hover {
	right: 5px;
  	transition: 0.8s;
}
.explain.fixed .chara {
	position: fixed;
	top: 62%;
}
.pop {
	opacity: 0;
	width: 480px;
	position: absolute;
	top: 15px;
	right: 190px;
	padding: 25px;
	border-radius: 10px;
	background: #fff;
	font-size: 1.5rem;
	color: #333;
	z-index: 999;
}
.pop::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fff;
}
.chara:hover + .pop {
	opacity: 1;
  	transition: 0.8s;
}
.explain.fixed .pop {
	position: fixed;
	top: 62%;
}
.pop dt {
	font-size: 1.9rem;
	font-weight: 700;
	color: #f3981d;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.en_top {
		padding: 10% 0 0;
		font-size: 1.4rem;
		line-height: 1.75;
	}
}


/* MV */
#mv {
	position: relative;
}
#mv .txt {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
	z-index: 999;
}
#mv h2 {
	font-size: 6rem;
	font-weight: 700;
	margin-bottom: 50px;
	width: 50%;
}
#mv p {
	font-size: 1.6rem;
	width: 50%;
}
#mv img {
	width: 100%;
}
.flexslider {
	margin: 0;
	border: none;
}
@media (max-width: 991px) {
	#mv h2 {
		font-size: 5rem;
		margin-bottom: 0;
		width: 65%;
	}
}
@media (max-width: 767px) {
	#mv h2 {
		font-size: 2.4rem;
		font-weight: 700;
		margin-bottom: 10px;
		width: 100%;
	}
	#mv .txt {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		padding: 20px 15px;
		transform: translate(0, 0);
		background: #000;
	}
	#mv p {
		font-size: 1.2rem;
		width: 100%;
	}
}

/* INFORMATION */
#information h2 {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#information h2 span {
	padding-left: 30px;
}
#information h2 span::before {
	content: "→";
	font-size: 1.5rem;
	padding-right: 10px;
}
#information h2 span a {
	color: #fff;
	font-size: 1.5rem;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#information li {
	padding: 10px 0;
	overflow: hidden;
}
#information li p {
	float: left;
}
#information li p .date {
	padding-right: 20px;
	font-size: 1.4rem;
	color: #a4a4a4;
}
#information li p .cat {
	color: #0f0f0f;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 1px 5px;
	background-color: #f88804;
	display: inline-block;
	text-align: center;
	width: 200px;
	margin-right: 20px;
}
#information li a {
	text-decoration: underline;
	float: left;
	font-size: 1.6rem;
	color: #fff;
	display: inline-block;
	width: calc(100% - 340px)
}
#information li a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
	#information h2 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	#information h2 span {
		padding-left: 20px;
	}
	#information h2 span::before {
		font-size: 1.2rem;
	}
	#information li p {
		float: none;
	}
	#information li p .date {
		padding-right: 20px;
		font-size: 1.2rem;
		color: #a4a4a4;
	}
	#information li p .cat {
		font-size: 1.1rem;
		margin-right: 0;
	}
	#information li a {
		float: none;
		font-size: 1.4rem;
		width: 100%;
	}
}

/* superiority */
#superiority {
	padding: 10% 0 0;
}
#superiority .txtarea01 {
	padding: 0 30px 20px 15px;
}
#superiority .txtarea01 h2 {
	color: #f3981d;
	font-size: 2rem;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#superiority .txtarea01 .txt01 {
	font-size: 2rem;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#superiority .txtarea01 h3 {
	color: #f3981d;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	#superiority {
		padding: 15% 0 0;
	}
	#superiority .txtarea01 {
		padding: 0 15px 20px;
	}
	#superiority .txtarea01 h2 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	#superiority .txtarea01 .txt01 {
		font-size: 1.6rem;
		margin-bottom: 15px;
	}
	#superiority .txtarea01 h3 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
}

/* strengths */
#strengths {
	padding: 8% 0;
}
#strengths .mb {
	margin-bottom: 50px;
}
#strengths .txtarea02 {
	padding: 40px 30px 20px 15px;
	position: relative;
}
#strengths .txtarea02::after {
	content: "01";
	font-size: 22.7rem;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: 10px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: 0;
}
#strengths .txtarea02 h2 {
	color: #f3981d;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#strengths .txtarea02 h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
#strengths .photo02 {
	padding: 0 15px 0 30px
}
#strengths .txtarea03 {
	padding: 30px 15px 0 30px;
	position: relative;
}
#strengths .txtarea03::after {
	content: "02";
	font-size: 22.7rem;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: 10px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: 0;
}
#strengths .txtarea03 h2 {
	color: #f3981d;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#strengths .txtarea03 h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
#strengths .photo03 {
	padding: 0 30px 20px 15px;
}
#strengths .txtarea04 {
	padding: 10px 30px 20px 15px;
	position: relative;
}
#strengths .txtarea04::after {
	content: "03";
	font-size: 22.7rem;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: 10px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: 0;
}
#strengths .txtarea04 h2 {
	color: #f3981d;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#strengths .txtarea04 h3 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 60px;
}
#strengths .txtarea05 {
	padding: 30px 15px 0 30px;
	position: relative;
}
#strengths .txtarea05::after {
	content: "04";
	font-size: 22.7rem;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: 10px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: 0;
}
#strengths .txtarea05 h2 {
	color: #f3981d;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#strengths .txtarea05 h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
#strengths .photo05 {
	padding: 0 30px 20px 15px;
}
#strengths .txtarea06 {
	padding: 30px 30px 20px 15px;
	position: relative;
}
#strengths .txtarea06::after {
	content: "05";
	font-size: 22.7rem;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	letter-spacing: 10px;
	color: rgba(255,255,255,.3);
	display: inline-block;
	position: absolute;
	top: -15rem;
	right: 0;
}
#strengths .txtarea06 h2 {
	color: #f3981d;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#strengths .txtarea06 h3 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#strengths {
		padding: 15% 0;
	}
	#strengths .mb {
		margin-bottom: 30px;
	}
	#strengths .txtarea02 {
		padding: 0 5px 20px;
	}
	#strengths .txtarea02::after {
		font-size: 12rem;
		top: -7rem;
	}
	#strengths .txtarea02 h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea02 h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#strengths .photo02 {
		padding: 0 5px 30px;
	}
	#strengths .txtarea03 {
		padding: 0 5px 20px;
	}
	#strengths .txtarea03::after {
		font-size: 12rem;
		top: -7rem;
	}
	#strengths .txtarea03 h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea03 h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#strengths .photo03 {
		padding: 0 5px 30px;
	}
	#strengths .txtarea04 {
		padding: 0 5px 20px;
	}
	#strengths .txtarea04::after {
		font-size: 12rem;
		top: -7rem;
	}
	#strengths .txtarea04 h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea04 h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea05 {
		padding: 0 5px 20px;
	}
	#strengths .txtarea05::after {
		font-size: 12rem;
		top: -7rem;
	}
	#strengths .txtarea05 h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea05 h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea06 {
		padding: 0 5px 20px;
	}
	#strengths .txtarea06::after {
		font-size: 12rem;
		top: -7rem;
	}
	#strengths .txtarea06 h2 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	#strengths .txtarea06 h3 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
}

/* technology */
#technology {
	padding: 6% 0;
	background-color: #262626;
}
#technology h2 {
	text-align: center;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#technology .box {
	background-color: #000;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
#technology h3 {
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin: -30px 30px 30px;
}
#technology .txt {
	margin: 0 30px 30px;
}
#technology .yt01 {
	padding: 50px 20px 30px 15px;
	font-size: 2rem;
	text-align: center;
}
#technology .yt02 {
	padding: 50px 15px 30px 20px;
	font-size: 2rem;
	text-align: center;
}
#technology .yt01 a,
#technology .yt02 a {
	margin-bottom: 10px;
	display: block;
}
.lity-close {
	position: absolute;
	top: -60px;
	width: 40px;
	height: 40px;
	font-size: 60px;
}
.lity-close:hover {
	position: absolute;
	top: -60px;
	width: 40px;
	height: 40px;
	font-size: 60px;
	opacity: .8;
}
@media (max-width: 767px) {
	#technology {
		padding: 10% 0;
	}
	#technology h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#technology .box {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	#technology .box img {
		width: 100%;
	}
	#technology h3 {
		font-size: 2.4rem;
		margin: -20px 20px 20px;
	}
	#technology .txt {
		margin: 0 20px 20px;
	}
	#technology .yt01,
	#technology .yt02 {
		padding: 0px 15px 20px;
		font-size: 1.6rem;
	}
}


/* clients */
#clients {
	padding: 6% 0;
	background: url(../../images/en/index/bg_clients.jpg) no-repeat center;
    background-size: cover;
}
#clients h2 {
	text-align: center;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#clients ul {
	text-align: center;
}
#clients li {
	display: inline-block;
	padding: 0 20px 30px;
}
@media (max-width: 767px) {
	#clients {
		padding: 10% 0;
	}
	#clients h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#clients li {
		display: inline-block;
		padding: 0 5px 12px;
	}
	#clients .n01 li {
		width: 25%;
	}
	#clients .n02 li {
		width: 22%;
	}
	#clients .n03 li {
		width: 16%;
	}
	#clients .n04 li {
		width: 23%;
	}
	#clients .n05 li {
		width: 20%;
	}
	#clients .n06 li {
		width: 18%;
	}
	#clients .n07 li {
		width: 16%;
	}
}
/* history */
#history {
	padding: 5% 0 10%;
}
#history .container {
	width: 880px;
	max-width: 94%;
}
#history h2 {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
#history dt {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: right;
	float: left;
	width: 60px;
	position: relative;
	padding-bottom: 15px;
}
#history dt::before {
	content: "";
	width: 1px;
	height: 200px;
	background: #fff;
	display: block;
	position: absolute;
	top: 15px;
	right: -65px;
}
#history dt.last::before {
	background: #000;
	height: 300px;
}
#history dt::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: -68px;
}
#history dd {
	padding-top: 8px;
	padding-bottom: 15px;
	margin-left: 180px;
	width: calc(100% - 180px);
}
@media (max-width: 767px) {
	#history {
		padding: 0 0 15%;
	}
	#history .container {
		padding: 0;
	}
	#history h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	#history dt {
		font-size: 2rem;
		width: 50px;
		padding-bottom: 15px;
	}
	#history dt::before {
		height: 500px;
		top: 15px;
		right: -25px;
	}
	#history dt::after {
		top: 12px;
		right: -28px;
	}
	#history dd {
		padding-top: 5px;
		margin-left: 100px;
		width: calc(100% - 100px);
	}
}


/* movie */
.video-wrap {
	position: relative;
	height: 32vw;
	overflow: hidden;
	max-height: 480px;
}
.video-wrap video{
	width: 100%;
	position: absolute;
	bottom: -120px;
	left: 0;
	z-index: 1;
	background: url(../../images/en/index/movie.jpg) no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	.video-wrap {
		height: 40vw;
		max-height: 480px;
	}
	.video-wrap video{
		bottom: -20px;
	}
}

/* SV
-------------------------------------------------------------- */
#sv {
	position: relative;
	padding: 80px 10px;
	text-align: center;
}
#sv h2 {
	font-size: 4.8rem;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
}
@media (max-width: 767px) {
	#sv {
		padding: 40px 10px;
	}
	#sv h2 {
		font-size: 3.2rem;
	}
}

/* パンくず
-------------------------------------------------------------- */
.breadcrumb {
	background-color: #f2f2f2;
	font-size: 1.3rem;
	padding: 20px 0;
	margin-bottom: 60px;
}
.breadcrumb i {
	padding: 0 10px;
	color: #333333;
}
.breadcrumb a {
	font-size: 1.3rem;
	color: #6b6b6b;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
#breadcrumbs {
	padding: 20px 0 70px;
}
#breadcrumbs li {
	display: inline;
}
#breadcrumbs li a {
	font-size: 1.3rem;
	color: #6b6b6b;
	text-decoration: underline;
}
#breadcrumbs li a:hover {
	text-decoration: none;
}
#breadcrumbs li::before {
	content: '\03e';
	color: #333333;
	padding: 0.5em;
}
#breadcrumbs li:first-child {
	padding-left: 0;
}
#breadcrumbs li:first-child::before {
	content: '';
}
@media (max-width: 767px) {
	.breadcrumb {
		padding: 20px 10px;
		margin-bottom: 10px;
	}
	#breadcrumbs {
		padding: 20px 10px;
	}
}

/* privacypolicy
-------------------------------------------------------------- */
#privacypolicy {
	background: #f2f2f2;
	padding-bottom: 120px;
}
#privacypolicy .breadcrumb {
	color: #6b6b6b;
}
#privacypolicy .breadcrumb a {
	color: #6b6b6b;
}
#privacypolicy .breadcrumb i {
	color: #333;
}
#privacypolicy #sv {
	background: url(../../images/3d/contact/sv.jpg) no-repeat top center;
  background-size: cover;
	/*background: rgba(0,0,0,.5);*/
}
#privacypolicy .txtwrap {
	width: 913px;
	margin: 0 auto;
}
#privacypolicy .txtwrap p {
	font-size: 1.6rem;
}
#privacypolicy .txtwrap p.leadtxt {
	margin-bottom: 90px;
}
#privacypolicy .txtwrap p.txt {
	margin-bottom: 70px;
}
#privacypolicy .txtwrap p.txt02 {
	margin-bottom: 40px;
}
#privacypolicy .txtwrap ul {
	margin-bottom:70px;
}
#privacypolicy .txtwrap li {
	font-size: 1.6rem;
	margin-left: 1em;
	margin-bottom: 1em;
}
#privacypolicy .txtwrap li::before {
	content: "●";
	display: block;
	float: left;
	margin-left: -1em;
}
#privacypolicy .txtwrap h3 {
	font-size: 2.2rem;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #b5b5b5;
}
@media (max-width: 767px) {
	#privacypolicy {
		padding-bottom: 50px;
	}
	#privacypolicy .txtwrap {
		width: 94%;
	}
	#privacypolicy .txtwrap p {
		font-size: 1.5rem;
	}
	#privacypolicy .txtwrap p.leadtxt {
		margin-bottom: 40px;
	}
	#privacypolicy .txtwrap p.txt {
		margin-bottom: 40px;
	}
	#privacypolicy .txtwrap p.txt02 {
		margin-bottom: 20px;
	}
	#privacypolicy .txtwrap h3 {
		font-size: 1.8rem;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
}

/* catalog
-------------------------------------------------------------- */
#catalog {
	background: #f2f2f2;
	padding-bottom: 120px;
}
#catalog .breadcrumb {
	color: #6b6b6b;
}
#catalog .breadcrumb a {
	color: #6b6b6b;
}
#catalog .breadcrumb i {
	color: #333;
}
#catalog #sv {
	background: url(../../images/3d/contact/sv.jpg) no-repeat top center;
  background-size: cover;
	/*background: rgba(0,0,0,.5);*/
}

#catalog .txtwrap {
	width: 913px;
	margin: 0 auto;
}

#catalog .txtwrap ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom:70px;
}

#catalog .txtwrap ul::after {
  content: '';
  display: block;
  width: 30%;
}

#catalog .txtwrap li {
  width: 30%;
	font-size: 1.6rem;
	margin-bottom: 60px;
}

#catalog .txtwrap img {
width: 100%;}

#catalog .txtwrap .catalog_ttl {
  text-align: center;
  margin: 10px 0;
}
#catalog .catalogBtn a {
  border: none;
  transition: 0.5s;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
  background-size: 200% auto;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  padding: 15px 0;
  width: auto;
  display: block;
}

#catalog .catalogBtn a:hover{
  text-decoration: none;
  background-position: right center;
}

@media (max-width: 767px) {
	#catalog {
		padding-bottom: 50px;
	}
	#catalog .txtwrap {
		width: 94%;
	}
  #catalog .txtwrap ul::after {
    width: 48%;
  }
  #catalog .txtwrap li {
    width: 48%;
  }
}

/* info
-------------------------------------------------------------- */
#info {
	background: #f2f2f2;
	padding-bottom: 120px;
}
#info #sv {
    background: url(../../images/en/common/sv.jpg) no-repeat top center;
    background-size: cover;
}
#info article {
	width: 800px;
	margin: 0 auto;
}
#infoList {
	width: 990px;
	max-width: 100%;
	margin: 0 auto;
}
#infoList ul {
	margin: 0 auto 50px;
}
#infoList li {
	width: 21%;
	float: left;
	margin: 0 15px 15px;
}
#infoList li a {
	text-align: center;
	display: block;
	background: #fff;
	color: #333;
	border: 1px solid #333;
	padding: 15px;
	font-size: 1.5rem;
	text-decoration: none;
}
#infoList li a:hover,
#infoList li.current-cat a {
	background: #333;
	color: #fff;
}
#infoList article {
	padding: 15px 0;
	font-size: 1.6rem;
	border-bottom: 1px dotted #b5b5b5;
	overflow: hidden;
}
#infoList article p {
	float: left;
}
#infoList article .date {
	padding-right: 20px;
	font-size: 1.4rem;
}
#infoList article .cat {
	color: #0f0f0f;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 1px 5px;
	background-color: #f88804;
	display: inline-block;
	text-align: center;
	width: 200px;
	margin-right: 20px;
}
#infoList article a {
	text-decoration: underline;
	float: left;
	font-size: 1.6rem;
	display: inline-block;
	width: calc(100% - 330px)
}
#infoList article a:hover {
	text-decoration: none;
}
#infoDetail article {
	font-size: 1.6rem;
	overflow: hidden;
}
#infoDetail article #articleHeader {
	margin-bottom: 20px;
}
#infoDetail article .date {
	margin-right: 20px;
}
#infoDetail article .cat {
	color: #0f0f0f;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 1px 30px;
	background-color: #f88804;
	display: inline-block;
	text-align: center;
}
#infoDetail article h3 {
	padding: 15px 0;
	font-size: 2.8rem;
	border-bottom: 2px dotted #b5b5b5;
}
.freetxt a {
	color: #1a1a1a;
}
.freetxt p {
	margin-bottom: 20px;
	clear: both;
}
.freetxt img {
	vertical-align: top;
	padding: 5px;
}
.freetxt .alignleft {
	float: left;
}
.freetxt .alignright {
	float: right;
}
.freetxt ul {
	margin: 0 20px;
}
.freetxt li {
	list-style: square;
	margin-bottom: 10px;
}
.freetxt h1 {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	font-size: 2.4rem;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.freetxt h2 {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	padding: 8px 30px;
	font-size: 2rem;
	letter-spacing: 5px;
	margin-bottom: 20px;
}
.freetxt h3 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-left: 3px solid #1a1a1a;
	border-bottom: 1px solid #ccc;
}
.freetxt h4 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}
.freetxt h5 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.freetxt h6 {
	font-size: 1.5rem;
	margin-bottom: 20px;
}
.freetxt table {
	width: 100%;
}
.freetxt table th {
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	background-color: #eee;
	border: 1px solid #999;
}
.freetxt table td {
	padding: 10px 15px;
	font-size: 1.5rem;
	border: 1px solid #999;
}
#infoDetail .back {
	text-align: center;
	margin-top: 60px;
}
#infoDetail .back a {
	font-size: 1.5rem;
	border: 1px solid #333;
	padding: 10px 50px;
	display: inline-block;
	text-align: center;
}
#infoDetail .back a:hover {
	border: 1px solid #fff;
	background-color: #333;
	color: #fff;
	text-decoration: none;
}
.wp-pagenavi {
	text-align: center;
	font-size: 1.5rem;
	margin-top: 50px;
}
.wp-pagenavi span, .wp-pagenavi a {
	text-decoration: none;
	color: #333;
	background-color: #fff;
	border: 1px solid #333;
	margin: 0 8px 8px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.wp-pagenavi span {
	color: #fff;
	background-color: #333;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #333;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	border: 1px solid transparent;
	background-color: transparent;
	font-size: 0;
}
.wp-pagenavi a.nextpostslink::before {
	content: "＞";
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
}
.wp-pagenavi a.previouspostslink::before {
	content: "＜";
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
}
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::before {
	text-decoration: underline;
	color: #333;
}
@media (max-width: 991px) {
	#infoList li {
		width: 48%;
		margin: 0 1% 15px;
	}
}
@media (max-width: 767px) {
	#info {
		padding-bottom: 50px;
	}
	#infoList ul {
		margin: 0 auto 10px;
	}
	#infoList li {
		margin: 0 1% 10px;
	}
	#infoList li a {
		font-size: 1.2rem;
		padding: 10px 5px;
	}
	#info article {
		width: 90%;
	}
	#infoList article p {
		float: none;
	}
	#infoList article .date {
		font-size: 1.3rem;
		padding-right: 5px;
	}
	#infoList article .cat {
		font-size: 1.2rem;
		margin-right: 0;
	}
	#infoList article a {
		float: none;
		font-size: 1.5rem;
		width: auto;
	}
	#infoDetail article {
		font-size: 1.4rem;
	}
	#infoDetail article .cat {
		font-size: 1.1rem;
	}
	#infoDetail article h3 {
		font-size: 1.8rem;
		padding: 10px 0;
	}
	#infoDetail article #articleHeader {
		margin-bottom: 15px;
	}
	.wp-pagenavi {
		font-size: 1rem;
	}
	.wp-pagenavi span, .wp-pagenavi a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 5px 5px
	}
	.wp-pagenavi a.nextpostslink::before,
	.wp-pagenavi a.previouspostslink::before {
		font-size: 1.1rem;
	}
}


/* contact
--------------------------------------------------------------*/
#contact_3d #sv {
    background: url(../../images/3d/contact/sv.jpg) no-repeat top center;
    background-size: cover;
}
#contact_3d h3{font-size: 2.4rem;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;}
#contact_3d h4{font-size: 2rem;
padding-bottom: 10px;
font-weight: bold;
margin-bottom: 20px;}
#contact_3d .red{color: #ff002a;}
#contact_3d .fs-15{font-size: 1.5rem; display: block; margin-top: -3em;}
#contact_3d .bdr-gray{border-bottom: 2px dotted #b5b5b5;}
#contact_3d .mb3e{margin-bottom: 0;}
#contact_3d .pb1e{padding-bottom: 1em;}
#contact_3d .pb2e{padding-bottom: 2em;}

#contact_3d .flex-container-12{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contact_3d .flex-grid-04{
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  margin-top: -25px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  #contact_3d .flex-grid-05 strong {
   	margin-top: 0.5em;
  }
  #contact_3d .flex-grid-04{
    line-height: 1;
    font-size: 3rem;
  }
}

#contact_3d .container p{
  font-size: 1.6rem;
  margin-bottom: 2em;
}
#contact_3d .container p a{
  color: #7c7c7c;
  text-decoration: underline;
}
@media (min-width: 1200px){
#contact_3d .w-70{
  width: 70%;
}}
section.inquiry-form {
  padding-top: 1em;
  font-size: 1.6rem;

}

section.inquiry-form input, section.inquiry-form textarea {
  display: inline-block;
  border: #c5c5c5 1px solid;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0, inset rgba(0, 0, 0, 0.7) 0 0px 0px;
  padding: 8px;
  width: 100%;
}

section.inquiry-form input:focus, section.inquiry-form textarea:focus {
  outline: 0;
  background: #fff;
  color: #333;
}

section.inquiry-form textarea {
  resize: vertical;
}

section.inquiry-form dl {
  margin-bottom: 1em;
  line-height: 2;
}

section.inquiry-form dt {
  font-weight: bold;
  width: 25%;
  display: inline-block;
  vertical-align: top;
}

section.inquiry-form dt em {
  color: #ff002a;
  padding-left: 0.5em;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  section.inquiry-form dt {
    width: 100%;
  }
}

section.inquiry-form dd {
  display: inline-block;
  width: 70%;
  line-height: 1.75;
}
section.inquiry-form dd.p35 {
  width: 35%;
}
@media screen and (max-width: 768px) {
  section.inquiry-form dd.p35 {
    width: 100%;
  }
}
section.inquiry-form dd.p10 {
  width: 10%;
}
@media screen and (max-width: 768px) {
  section.inquiry-form dd.p10 {
    width: 100%;
  }
}
section.inquiry-form dd p{
  margin-bottom: 0!important;
}
section.inquiry-form dd ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

section.inquiry-form dd ul li {
  width: 25%;
}
section.inquiry-form dd ul.p35 li {
  width: 35%;
}
section.inquiry-form dd ul.p30 li {
  width: 32%;
}
section.inquiry-form dd ul li.w100 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section.inquiry-form dd ul.p30 li, section.inquiry-form dd ul.p35 li{
    width: 100%;
  }
}

section.inquiry-form dd ul li input {
  width: auto;
}

@media screen and (max-width: 768px) {
  section.inquiry-form dd ul li {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  section.inquiry-form dd {
    width: 100%;
  }
}

section.inquiry-form h3 {
  margin: 48px 0;
}
.mw_wp_form .error {
	white-space: pre;
}

section.inquiry-form .inquiry-btn {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 4em!important;
}
section.inquiry-form .inquiry-btn input{
  border: none;
  transition: 0.5s;
  background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
  background-size: 200% auto;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 60px;
  line-height: 68px;
  width: auto;
  white-space: normal;
  position: relative;
  display: inline-block;
}
section.inquiry-form .inquiry-btn input:hover{
  text-decoration: none;
  background-position: right center;
}
section.inquiry-form p.captxt {
  text-align: center;
  padding-top: 1em;
}
section.inquiry-form .captcha {
  text-align: center;
  margin-top: -1em;
  color: #f1f1f2;
  position: relative;
}
section.inquiry-form .captcha span.red{
  color: #ff002a;
}
section.inquiry-form .captcha input{
  width: 20%;
  margin-top: 0.5em;
}
section.inquiry-form .cap_en {
  color: #333;
  position: absolute;
  top: 55px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.inquiry-form .captcha input{
    width: 50%;
  }
  section.inquiry-form .inquiry-btn input{
  	line-height: 1.75;
  	padding: 10px;
  }
}

/* footer
-------------------------------------------------------------- */
footer {
	position: relative;
	background-color: #000;
}
footer #contact {
	background: url(../../images/en/common/bg_contact.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 5% 15px;
	color: #fff;
}
footer #contact h2 {
    font-family: acumin-pro-condensed, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
footer #contact .txt {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
footer #contact .contactbox {
	width: 600px;
	margin: 0 auto;
}
footer #contact .contactbox li:first-child a {
	color: #fff;
	padding-top: 6px;
	display: block;
	font-size: 1.3rem;
}
footer #contact .contactbox li:first-child img {
	display: block;
}

footer #contact .btn_contact a {
	text-transform: uppercase;
	transition: 0.5s;
	background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
	background-size: 200% auto;
	font-size: 2rem;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
	line-height: 68px;
	width: 370px;
	max-width: 80%;
	position: relative;
	display: inline-block;
}
footer #contact .btn_contact a::before{
	content: "";
	background: url(../../images/3d/common/icon_mail.png) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 25px;
	height: 19px;
	margin-right: 20px;
	vertical-align: -2px;
}
footer #contact .btn_contact a:hover {
	text-decoration: none;
	background-position: right center;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
footer .finfo {
	color: #bdbdbd;
	font-size: 1.3rem;
	position: relative;
	text-align: center;
	padding: 50px 0 40px;
}
footer .finfo .flogo {
	margin-bottom: 20px;
}
footer .finfo p {
	line-height: 1.7;
}
footer .finfo strong {
	color: #fff;
	display: block;
}
footer .copy {
	font-size: 1.1rem;
	color: #868686;
	padding-bottom: 50px;
}
@media (max-width: 1199px) {
	footer .inner {
		width: auto;
		padding: 0 15px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media (max-width: 767px) {
	footer #contact  {
		background: url(../../images/3d/common/bg_form.png) no-repeat 70% 0;
		background-size: cover;
		padding: 15% 15px;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	footer #contact  h2 {
		font-size: 2.4rem;
	}
	footer #contact  p {
		font-size: 1.3rem;
	}
	footer .inner {
		padding: 5% 0;
	}
	footer .finfo {
		padding: 30px 20px 20px;
		font-size: 1.2rem;
	}
	footer .flogo {
		text-align: center;
	}
	footer .copy {
		padding-bottom: 20px;
	}
}

/*page-top*/
#Pagetop {
  position:fixed;
  bottom: 50px;
  right:3%;
  cursor:pointer;
  width: 58px;
  height: 58px;
  z-index: 9999;
  opacity: 0.8;
  display: none;
}

#Pagetop p {
  background-color: #000;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  line-height: 75px;
  height: 70px;
  width: 70px;
  padding: 0;
  margin: 0;
  /* box-shadow: 1px 1px 2px rgba(255,255,255,.5), -1px -1px 2px rgba(255,255,255,.5); */
}

@media (max-width: 767px) {
	#Pagetop {
		bottom: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
	}
	#Pagetop p {
		width: 60px;
		height: 60px;
		padding: 10px;
		line-height: 40px;
		font-size: 2rem;
	}
}


/* 2020.10.01追記 */
.en_top_banner_area {
	padding: 20px 0;
	background-color: #000;
}
.en_top_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.en_top_banner li {
	width: 100%;
	/* max-width: 400px; */
	/* max-width: 350px; */
	max-width: 27% !important;
	margin: 10px 20px;
}

.en_top_banner li a img{
	transition: 0.3s;
}

.en_top_banner li a:hover img{
	opacity: 0.8;
}
.bg_blk{
  background: black;
}
.movie_area01{
  max-width: 768px;
  margin: 0 auto;
  background-color: #000;
}
.movie_area01 .movie_inner{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
}
.movie_area01 iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767px){
	.en_top_banner li {
		margin: 10px;
	}
}
@media (max-width: 540px){
	.en_top_banner li {
	max-width: 100% !important;
	}
}