@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	box-sizing: border-box;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
a {
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
}
a:link, a:visited,a:hover {
	color:#333;
}
input,textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-size: 16px;
	color: #333;
	outline: none;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
.inner {
	width: 1100px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.align-center {
	text-align: center;
}
.sp-block {
	display: none;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
#main {
	display: block;
}
#pagescroll a {
	position: fixed;
	bottom: 10px;
	right: 1%;
	z-index: 200;
	background: #555;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin: 0 0 0 -50px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	opacity: 0.8;
}
#pagescroll a:after {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	transform: translate(-50%, -50%) rotate(45deg);
}
#pagescroll a:hover {
	background: #111;
	transition: 0.3s;
}
@media screen and (max-width:1100px) {
	.inner {
		width: 100%;
		padding: 0 20px;
	}
}
@media screen and (max-width:767px) {
	body {
		font-size: 15px;
	}
	input,textarea {
		font-size: 15px;
	}
	.pc-block {
		display: none !important;
	}
	.sp-block {
		display: block !important;
	}
}
/* contact
------------------------------------------------*/
#main #contact {
	background: #f7f7f7;
	padding: 60px 0;
}
#main #contact h2 {
	margin: 0;
}
#main #contact ul li {
	width: 340px;
}
#main #contact ul li:last-child {
	margin: 0 0 0 30px;
}
#main #contact ul li a {
	display: block;
	border-radius: 40px;
	padding: 20px 15px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#main #contact ul li a:hover {
	opacity: 0.8;
}
#main #contact ul li:first-child a {
	background: #ea9312;
}
#main #contact ul li:last-child a {
	background: #333;
}
#main #contact ul li a span {
	position: relative;
}
#main #contact ul li a span:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width:1024px) {
	#main #contact ul li {
		width: 230px;
	}
	#main #contact ul li:last-child {
		margin: 0 0 0 20px;
	}
	#main #contact ul li a {
		padding: 20px 15px 20px 10px;
		font-size: 17px;
	}
}
@media screen and (max-width:767px) {
	#main #contact {
		padding: 40px 0;
	}
	#main #contact .inner {
		display: block;
	}
	#main #contact h2 {
		margin: 0 0 30px;
		text-align: center;
	}
	#main #contact .flex {
		justify-content: center;
	}
	#main #contact ul li {
		width: 220px;
	}
	#main #contact ul li a {
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	#main #contact ul li {
		width: 90%;
	}
	#main #contact ul li:last-child {
		margin: 10px 0 0;
	}
	#main #contact ul li a {
		font-size: 18px;
	}
}
/* product
------------------------------------------------*/
#main #product {
	padding-top: 60px;
}
#main #product h2 {
	text-align: center;
	font-size: 18px;
}
#main #product h2 span {
	font-size: 40px;
}
#main #product .column {
	width: 24%;
}
#main #product .column h3 {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
	color: #e99313;
}
#main #product .column ul {
	margin: 0 0 40px;
}
#main #product .column ul li {
	position: relative;
	margin: 5px 0;
	padding: 0 0 0 15px;
	line-height: 1.5;
}
#main #product .column ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5px;
	height: 5px;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	transform: rotate(45deg);
}
#main #product .column ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width:1024px) {
	#main #product .column h3 {
		font-size: 17px;
	}
	#main #product .column ul li a {
		font-size: 15px;
	}
}
@media screen and (max-width:767px) {
	#main #product {
		padding-top: 40px;
	}
	#main #product h2 {
		margin: 0 0 30px;
		font-size: 17px;
	}
	#main #product h2 span {
		font-size: 30px;
	}
	#main #product .column {
		width: 48%;
	}
}
@media screen and (max-width:480px) {
	#main #product h2 span {
		font-size: 26px;
	}
	#main #product .column {
		width: 100%;
	}
}
/* case
------------------------------------------------*/
#main #case {
	background: #f7f7f7;
	padding: 60px 0 30px;
}
#main #case ul li {
	width: 48%;
	margin: 0 0 30px;
}
#main #case ul li a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100%;
	border: 1px solid #DF600F;
	padding: 10px;
	font-weight: bold;
}
#main #case ul li a:hover {
	opacity: 0.8;
}
#main #case ul li.new a {
	background: #fff;
}
#main #case ul li.casestudy a {
	background: #DF600F;
}
#main #case ul li.movie a,
#main #case ul li.downloads a {
	background: #E99313;
}
#main #case ul li:not(.new) a:before,
#main #case ul li:not(.new) a:after {
	content: "";
	display: block;
	position: absolute;
}
#main #case ul li:not(.new) a:before {
	top: 0;
	right: 0;
	background: #fff;
	width: 30px;
	height: 100%;
}
#main #case ul li:not(.new) a:after {
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #DF600F;
	border-right: 1px solid #DF600F;
	transform: translate(0, -50%) rotate(45deg);
}
#main #case ul li.new img {
	width: 35%;
	height: auto;
	margin: 0 20px 0 0;
}
#main #case ul li.new div {
	width: calc(65% - 20px);
}
#main #case ul li span {
	display: block;
	color: #fff;
}
#main #case ul li span:first-child {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
#main #case ul li.casestudy span:first-child {
	background: #fff url("img/icon-casestudy.svg") no-repeat center;
	background-size: 40px auto;
}
#main #case ul li.movie span:first-child {
	background: #fff url("img/icon-movie.svg") no-repeat center;
	background-size: 40px auto;
}
#main #case ul li.downloads span:first-child {
	background: #fff url("img/icon-downloads.svg") no-repeat center;
	background-size: 40px auto;
}
#main #case ul li span:first-child + span {
	margin: 0 20px;
	letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
	font-size: 23px;
}
#main #case ul li i {
	font-style: normal;
	font-weight: normal;
	color: #555;
}
@media screen and (max-width:1024px) {
	#main #case ul li {
		width: 49%;
	}
	#main #case ul li a {
		font-size: 14px;
	}
	#main #case ul li span:first-child {
		width: 50px;
		height: 50px;
	}
	#main #case ul li.casestudy span:first-child,
	#main #case ul li.movie span:first-child,
	#main #case ul li.downloads span:first-child {
		background-size: 25px auto;
	}
	#main #case ul li span:first-child + span {
		margin: 0 10px;
		letter-spacing: 0.06em;
		font-size: 19px;
	}
	#main #case ul li:not(.new) a:before {
		width: 20px;
	}
	#main #case ul li:not(.new) a:after {
		right: 9px;
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width:767px) {
	#main #case {
		padding: 40px 0 30px;
	}
	#main #case ul li {
		width: 100%;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:480px) {
	#main #case ul li span:first-child {
		width: 40px;
		height: 40px;
	}
	#main #case ul li.casestudy span:first-child,
	#main #case ul li.movie span:first-child,
	#main #case ul li.downloads span:first-child {
		background-size: 20px auto;
	}
	#main #case ul li span:first-child + span {
		margin: 0 10px;
		letter-spacing: 0.06em;
		font-size: 19px;
	}
}
/* newsinfo
------------------------------------------------*/
#main #newsinfo {
	background: #EAE7E3;
	padding: 60px 0;
}
#main #newsinfo ul#tab {
	display: flex;
	margin: 0 0 20px;
}
#main #newsinfo ul#tab li {
	width: 155px;
	margin: 0 5px 0 0;
}
#main #newsinfo ul#tab li:last-child {
	margin: 0;
}
#main #newsinfo ul#tab li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #fff;
	padding: 5px;
	text-align: center;
	line-height: 1.3;
	font-size: 15px;
}
#main #newsinfo ul#tab li a:hover,
#main #newsinfo ul#tab li.active,
#main #newsinfo ul#tab li.active a,
#main #newsinfo ul#tab li.active a:hover {
	background: #E99313;
	color: #fff;
}
#detail {
	width: 100%;
}
.tabbox {
	display: none;
}
#main #newsinfo dl {
	border-top: 1px solid #ccc;
	margin: 0;
	font-size: 14px;
}
#main #newsinfo #detail dt {
	display: flex;
	align-items: center;
	float: left;
	width: 300px;
	padding: 15px;
}
#main #newsinfo #detail dt .cat {
	display: inline-block;
	background: #666;
	width: 180px;
	margin: 0 0 0 15px;
	padding: 0 5px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
#main #newsinfo #detail dt .cat-news {
	background: #DF600F;
}
#main #newsinfo #detail dt .productandservice {
	background: #e7a600;
}
#main #newsinfo #detail dt .cat-technology {
	background: #6e9acf;
}
#main #newsinfo #detail dt .case {
	background: #6ecf93;
}
#main #newsinfo #detail dt .movie {
	background: #c67aad;
}
#main #newsinfo #detail dt .event {
	background: #6EB7CF;
}
#main #newsinfo #detail dd {
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 15px 0 15px 300px;
}
#main #newsinfo #detail dd a {
	position: relative;
	display: block;
	font-weight: bold;
}
#main #newsinfo #detail dd a:hover {
	opacity: 0.8;
}
#main #newsinfo .listlink {
	margin: 0;
}
#main #newsinfo .listlink a {
	display: block;
	background: #E99313;
	width: 190px;
	margin: 20px 0 0 auto;
	padding: 5px;
	text-align: center;
	color: #fff;
}
#main #newsinfo .listlink a:hover {
	opacity: 0.8;
}
@media screen and (max-width:1100px) {
	#main #newsinfo ul#tab li a {
		font-size: 14px;
	}
}
@media screen and (max-width:767px) {
	#main #newsinfo #detail dt {
		float: none;
		width: auto;
		padding: 10px 0;
	}
	#main #newsinfo #detail dt .cat {
		font-size: 12px;
	}
	#main #newsinfo #detail dd {
		padding: 0 0 10px;
	}
}
@media screen and (max-width:480px) {
	#main #newsinfo ul#tab {
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 5px;
	}
	#main #newsinfo ul#tab li {
		width: 23.5%;
		margin: 0 0 5px;
	}
	#main #newsinfo ul#tab li:nth-child(1),
	#main #newsinfo ul#tab li:nth-child(2),
	#main #newsinfo ul#tab li:nth-child(3) {
		width: 32%;
	}
	#main #newsinfo ul#tab li:last-child {
		margin: 0 0 5px;
	}
	#main #newsinfo ul#tab li a {
		font-size: 13px;
	}
	#main #newsinfo ul#tab li:nth-child(1) a,
	#main #newsinfo ul#tab li:nth-child(2) a,
	#main #newsinfo ul#tab li:nth-child(3) a {
		padding: 10px 5px;
	}
}
/* arrival
------------------------------------------------*/
#main #arrival {
	background: #f7f7f7;
	padding: 60px 0;
}
#main #arrival h2 {
	text-align: center;
	font-size: 18px;
}
#main #arrival h2 span {
	font-size: 40px;
}
#main #arrival .flex .box {
	width: 30%;
}
#main #arrival .flex .box a {
	display: block;
	position: relative;
	height: 100%;
}
#main #arrival .flex .box a:hover {
	opacity: 0.8;
}
#main #arrival .flex .box p {
	position: relative;
	margin: 0;
}
#main #arrival .flex .box .cat {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	padding: 5px 15px;
	line-height: 1;
	color: #fff;
}
#main #arrival .flex .box .overflow {
	position: relative;
	display: block;
	background: #fff;
	overflow: hidden;
	aspect-ratio: 8 / 5;
}
#main #arrival .flex .box .overflow img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	height: auto;
}
#main #arrival .flex .box dl {
	margin: 20px 0 0;
	padding: 0 0 40px;
}
#main #arrival .flex .box dt {
	font-weight: bold;
}
#main #arrival .flex .box dd {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	color: #555;
}
@media screen and (max-width:767px) {
	#main #arrival {
		padding: 40px 0 10px;
	}
	#main #arrival h2 {
		margin: 0 0 30px;
		font-size: 17px;
	}
	#main #arrival h2 span {
		font-size: 30px;
	}
	#main #arrival .flex {
		display: block;
	}
	#main #arrival .flex .box {
		width: 80%;
		margin: 0 auto 30px;
	}
	#main #arrival .flex .box dl {
		margin: 10px 0 0;
		padding: 0 0 30px;
	}
}
@media screen and (max-width:480px) {
	#main #arrival h2 span {
		font-size: 26px;
	}
	#main #arrival .flex .box {
		width: 100%;
	}
}
/* main common
------------------------------------------------*/
#main h2 {
	margin: 0 0 30px;
	line-height: 1.5;
	font-weight: normal;
	font-size: 18px;
	color: #555;
}
#main h2 span {
	display: block;
	letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
	font-size: 30px;
  font-weight: 600;
	color: #333;
}
#main img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	#main h2 {
		font-size: 17px;
	}
	#main h2 span {
		font-size: 30px;
	}
}
@media screen and (max-width:480px) {
	#main h2 span {
		font-size: 26px;
	}
}
/* swiper
------------------------------------------------*/
.swiper {
	background: #f7f7f7;
	padding: 0 0 40px;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
	width: 900px;
}
.swiper .swiper-pagination {
	bottom: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 10px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #E99313;
}
.swiper-slide .slide-content {
	background-size: cover;
	position: relative;
	aspect-ratio: 16 / 9;
}
.swiper-slide .slide-content p {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: rgba(0,0,0,0.4);
	margin: 0;
	padding: 30px;
	line-height: 1.5;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
  opacity: 0;
  transform: translateY(20px);
}
.swiper-slide .slide-content a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.swiper-slide .slide-content a:hover {
	background: rgba(0,0,0,0.2);
}
.swiper-slide-active p {
  animation: fadeIn 1s ease 0.3s forwards;
}
@keyframes fadeIn {
  70% {
    opacity: 0;
		transform: translateY(20px);
	}
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width:1024px) {
	.swiper-slide {
		width: 750px;
	}
	.swiper-slide .slide-content p {
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	.swiper-slide {
		width: 500px;
	}
	.swiper-slide .slide-content p {
		padding: 20px;
		font-size: 16px;
	}
}
@media screen and (max-width:480px) {
	.swiper-slide {
		width: 300px;
	}
	.swiper-slide .slide-content p {
		bottom: 10px;
		left: 10px;
		right: 10px;
		padding: 15px;
		font-size: 14px;
	}
}
/* header
------------------------------------------------*/
body {
	padding-top: 125px; /* header + nav 高さ */
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	width: 100%;
	height: 125px;
	padding: 15px 30px 0;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
#sitelogo {
	height: 0;
	margin: 0;
	line-height: 1;
	font-size: 10px;
}
#sitelogo img {
	display: block;
}
#sitelogo a {
	display: inline-block;
}
#sitelogo a:hover img {
	opacity: 0.8;
}
#header .sub {
	display: flex;
	align-items: center;
}
#header .sub .search-form {
	display: flex;
	align-items: center;
}
#header .sub .search-form label {
	width: 100%;
}
#header .sub .screen-reader-text {
	display: none;
}
#header .sub .search-field {
	background: #e9e9e9;
	width: 100%;
	border: 0;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 8px 15px;
	line-height: 1.5;
}
#header .sub .search-submit-btn {
	background: #8a8a8a;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	width: 40px;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
}
#header .sub ul {
	display: flex;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#header .sub ul li:last-child {
	margin: 0 0 0 10px;
}
#header .sub ul li a {
	display: block;
	background: #333;
	border-radius: 25px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
}
#header .sub ul li a:hover {
	opacity: 0.8;
	color: #fff;
}
#header .sub ul li:last-child a {
	background: #ea9312;
}
#nav {
	width: 100%;
	margin: 10px 0 0;
}
#nav > ul {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
#nav > ul > li {
	margin: 0 0 0 20px;
}
#nav > ul > li:first-child {
	margin: 0;
}
#nav li {
	position: relative;
}
#nav ul li a,
#nav ul li span {
  display: block;
	padding: 5px;
  text-decoration: none;
	font-weight: bold;
  color: #333;
  transition: all .3s;
}
#nav ul li span {
	cursor: pointer;
}
#nav ul li li a,
#nav ul li li span {
  padding: 10px;
}
#nav ul li a:hover {
  color: #FE9A2E;
}
#nav ul li.menu-item-has-children {
	padding: 0 10px 0 0;
}
#nav ul li.menu-item-has-children::before {
  content: '';
  position: absolute;
	right: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(135deg);
}
#nav ul li.menu-item-has-children li {
	border-bottom: 1px solid #fff;
}
#nav ul li.menu-item-has-children li:last-child {
	border: 0;
}
#nav ul ul li.menu-item-has-children {
	padding: 0;
}
#nav ul ul li.menu-item-has-children::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 17px;
  width: 6px;
  height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
  transform: rotate(45deg);
}

/*下の階層を持っているulの指定*/
#nav li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 4;
  background: #e9e9e9;
  width: 180px;
  margin: 0;
	font-size: 0.8rem;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
#nav li.menu-item-has-children:hover>ul,
#nav li.menu-item-has-children ul li:hover>ul,
#nav li.menu-item-has-children:active>ul,
#nav li.menu-item-has-children ul li:active>ul {
  visibility: visible;
  opacity: 1;
}
#nav li.menu-item-has-children ul li a {
  color: #333;
}
#nav li.menu-item-has-children ul li a:hover,
#nav li.menu-item-has-children ul li a:active {
  color: #FE9A2E;
}

/*==3階層目*/
#nav li.menu-item-has-children ul ul {
  top: 0;
  left: 181px;
  width: auto;
	min-width: 180px;
	white-space: nowrap;
}
@media screen and (max-width:1024px) {
	#header {
		padding: 15px 20px 0;
	}
	#sitelogo img {
    width: 180px;
	}
	#nav > ul > li {
		margin: 0 0 0 15px;
	}
}
@media screen and (max-width:767px) {
	body {
    padding-top: 56px;
	}
	#header {
		width: 100%;
		height: 56px;
		margin: 0;
		padding: 0 56px 0 20px;
	}
	#sitelogo {
		margin: 10px 0 0;
	}
	#sitelogo img {
		width: 120px;
	}
	#header .sp-slide {
		display: none;
		position: absolute;
		top: 57px;
		left: 0;
		z-index: 1000;
		width: 100%;
		height: calc(100vh - 57px);
		background: #fff;
		padding: 20px 10.7%;
		overflow: auto;
		box-sizing: border-box;
		-webkit-overflow-scrolling: touch;
	}
	#header .sp-slide .sub {
		display: block;
	}
	#header .sp-slide .sub .search-form,
	#header .sp-slide .sub ul {
		justify-content: center;
	}
	#header .sp-slide .sub ul {
		margin: 20px 0;
	}
	#header .sp-slide .sub ul li {
		width: calc(50% - 5px);
		text-align: center;
	}
	.menu-trigger {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1002;
		background: #fff;
		width: 56px;
		height: 56px;
		cursor: pointer;
	}
	.menu-trigger .toggle-bar,
	.menu-trigger .toggle-bar::before,
	.menu-trigger .toggle-bar::after {
		position: absolute;
		width: 23px;
		height: 2px;
		background: #999;
		transition: all 0.2s;
		content: "";
	}
	.menu-trigger .toggle-bar {
		top: 25px;
		left: 17px;
	}
	.menu-trigger .toggle-bar::before {
		top: 7px;
	}
	.menu-trigger .toggle-bar::after {
		top: -7px;
	}
	.nav-open .toggle-bar {
		background: transparent;
	}
	.nav-open .toggle-bar::before,
	.nav-open .toggle-bar::after {
		top: 0;
	}
	.nav-open .toggle-bar::before {
		transform: rotate(45deg);
	}
	.nav-open .toggle-bar::after {
		transform: rotate(-45deg);
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#nav ul li a,
	#nav ul li span {
		border-bottom: 1px solid #ccc;
		padding: 10px;
	}
	#nav ul li li a {
		padding: 10px 10px 10px 45px;
	}
	#nav ul li.menu-item-has-children {
		padding: 0;
	}
	#nav ul li.menu-item-has-children::before {
		right: 18px;
		top: 15px;
	}
	#nav ul li.menu-item-has-children.open::before {
		top: 19px;
		transform: rotate(-45deg);
	}
	#nav ul li.menu-item-has-children .has-submenu {
		padding: 10px 45px 10px 10px;
	}
	#nav ul li.menu-item-has-children li .has-submenu {
		padding: 10px 45px 10px 25px;
	}
	#nav ul li.menu-item-has-children .sub-open {
		position: absolute;
    right: 0;
    top: 0;
		display: block;
		width: 45px;
		height: 45px;
		border: 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		cursor: pointer;
	}
	#nav li.menu-item-has-children:hover>ul,
	#nav li.menu-item-has-children ul li:hover>ul,
	#nav li.menu-item-has-children:active>ul,
	#nav li.menu-item-has-children ul li:active>ul {
		visibility: inherit;
		opacity: 1;
	}
	#nav li.menu-item-has-children ul {
		display: none;
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		font-size: 1rem;
		visibility: visible;
		opacity: 1;
	}
	#nav li.menu-item-has-children ul ul {
		left: 0;
		min-width: inherit;
		border-top: 1px solid #fff;
	}
	#nav li.menu-item-has-children ul a {
		border: 0;
	}
	#nav ul ul li.menu-item-has-children .sub-open {
		border-left-color: #fff;
	}
	#nav ul ul li.menu-item-has-children::before {
		right: 19px;
		transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
	}
}
@media screen and (max-width:400px) {
	.sp-slide {
		padding: 20px 6%;
	}
}
/* footer
------------------------------------------------*/
#footer {
	background: #7A7F84;
	padding: 50px 20px;
	text-align: center;
	font-size: 14px;
}
#footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footer ul li {
	margin: 0 30px 0 0;
}
#footer ul li:last-child {
	margin: 0;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 20px 0 0;
	color: #ccc;
}
@media screen and (max-width:767px) {
	#footer {
		padding: 30px 20px;
		font-size: 14px;
	}
}
@media screen and (max-width:480px) {
	#footer ul li {
		width: 25%;
		margin: 0 0 10px;
	}
	#footer ul li:last-child {
		width: 100%;
	}
}