@charset "utf-8";
.pc { display: block;}
.sp { display: none;}
.cf { *zoom: 1; }
.cf:before,
.cf:after  { content: " "; display: table; }
.cf:after  { clear: both; }
.cf .left  { float: left; }
.cf .right { float: right; }
.pcbr      { display: inline; }
.spbr      { display: none;   }
.anchor_common { height: 0; }
.gothic { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" }
.cormorant { font-family: "Cormorant Garamond", serif; font-weight: 400;}
.caption01 {
	color: #fff;
	font-size: 62.5%;
	line-height: 1;
	text-align: center;
	padding: 0.3em 0.75em;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.caption01-Left {
	left: 0;
}
.caption01-Right {
	right: 0;
}
.caption01.fix01 {
	color: #000;
	background: rgba(255,255,255,0.75);
}
.caption01.fix02 {
  background: transparent;
}
.caption01.fix03 {
  color: #000;
  background: transparent;
}
.caption01.fix04 {
  color: #000;
  padding: 0;
  bottom: -2em;
  background: transparent;
}
.fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 1.5s;
}
.fadeup.on {
  opacity: 1;
  transform: translateY(0);
}
header {
}
header #Nav {
  min-width: 1200px;
	box-sizing: border-box;
  background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: 0.4s;
	z-index: 300;	
}
header #NavToggle {
	/*display: none;
  opacity: 0;
  transition: 0.4s;*/
  pointer-events: none;
}
header #Nav > h1 {
	position: absolute;
  top: 20px;
  left: 30px;
  width: 208px;
  pointer-events: auto;
  opacity: 1;
  transition: 0.4s;
}
header #Nav #description {
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.5;
  position: absolute;
  top: 42px;
  left: 290px;
  transition: 0.4s;
}
header #NavInner ul.pc {
	display: flex;
	flex-wrap: wrap;
	max-width: 1300px/*1130px*//*1100px*/;
	margin: auto;
	padding-right: 35px;
	float: right;
  opacity: 1;
  transition: 0.4s;
}
header #NavInner ul.pc li {
	text-align: center;
	padding: 3.0em 1em 1.8em;
}
header #NavInner ul.pc li a {
  border-bottom: 4px solid transparent;
	display: block;
	position: relative;
	transition: 0.4s;
}
header #NavInner ul.pc li a:after {
	display: block;
	content: '';
	margin: auto;
	width: 90%;
	height: 3px;
	background: #005fac;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
  transform: scaleX(0);
	transition: 0.4s;
}
header #NavInner ul.pc li a.is-hover:after {
	transform: scaleX(1);
  opacity: 1;
	transition: 0.4s;
}
body.achievement header #NavInner ul.pc li:nth-child(7) a:after,
body.revitalization header #NavInner ul.pc li:nth-child(6) a:after,
body.nextstage header #NavInner ul.pc li:nth-child(5) a:after,
body.development header #NavInner ul.pc li:nth-child(4) a:after,
body.business header #NavInner ul.pc li:nth-child(3) a:after,
body.usp header #NavInner ul.pc li:nth-child(2) a:after,
body.top header #NavInner ul.pc li:nth-child(1) a:after {
  transform: scaleX(1);
  opacity: 1;
}
header #NavInner ul.pc li a,
header #NavToggle ul li a {
  font-family: 'Noto Serif JP', serif;
}
header #NavInner ul.pc li a img {
	width: auto;
}
header #NavInner ul.pc li br {
	display: none;
}
header #NavToggle ul {
	padding: 2em 0;
	height: calc(100vh - 110px);
	box-sizing: border-box;
	background: rgba(0,0,0,0.85);
	position: absolute;
	top: 110px;
	right: -50%;
	transition: 1.4s;
}
header #NavToggle .btn01 {
	cursor: pointer;
	width: 110px;
	height: 110px;
  margin: auto;
	position: absolute;
	top: 0;
	right: 1em;
  bottom: 0;
	z-index: 9999;
}
header #NavToggle .btn01 {
  width: 60px;
  height: 60px;
}
header #NavToggle .btn01 span:not(:last-child) {
  width: 36px;
  height: 2px;
	margin: auto;
	/* background: linear-gradient(to right,#A5A295 ,#A5A295 4px,transparent 4px,transparent 6px,#A5A295 6px,#A5A295); */
  background: #A5A295;
	position: absolute;
	top: 0;
	left: 0;
	right: -4em;
	bottom: 0;
	z-index: 100;
	transform: 0;
  opacity: 0;
	transition: 0.4s;
}
header #NavToggle .btn01 span:nth-child(1) {
  top: -20px;
  right: -2.5em;
}
header #NavToggle .btn01 span:nth-child(2) {
  right: -4.0em;
}
header #NavToggle .btn01 span:nth-child(3) {
  top: 20px;
  right: -5.5em;
}
header #NavToggle .btn01 span:nth-child(4) {
  color: #A5A295;
  font-size: 10.6px;
  font-weight: 700;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: -7em;
  bottom: -0.5em;
  opacity: 0;
  z-index: 100;
}
header #NavToggle ul {
  padding: 1em 0;
  height: calc(100vh - 60px);
  top: 60px;
  right: -200%;
	opacity: 0;
	transition: 0.7s;
}
header #NavToggle ul li {
	opacity: 0;
	margin: 0 2em;
	box-sizing: border-box;
	transition: 0.7s;
}
header #NavToggle ul li a {
	display: block;
	color: #fff;
	font-size: 93.75%;
	text-align: center;
  /*padding: 1em 0;*/
	padding: 0.7em 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	transition: 0.4s;
}
body.achievement header #NavToggle ul li:nth-child(6) a,
body.revitalization header #NavToggle ul li:nth-child(5) a,
body.nextstage header #NavToggle ul li:nth-child(4) a,
body.development header #NavToggle ul li:nth-child(3) a,
body.usp header #NavToggle ul li:nth-child(2) a,
body.top header #NavToggle ul li:nth-child(1) a {
  color: #005fac;
  font-weight: 600;
  border-color: #005fac;
}
header #NavToggle ul li:nth-child(1)  { margin-left:  4em; }
header #NavToggle ul li:nth-child(2)  { margin-left:  8em; }
header #NavToggle ul li:nth-child(3)  { margin-left: 12em; }
header #NavToggle ul li:nth-child(4)  { margin-left: 16em; }
header #NavToggle ul li:nth-child(5)  { margin-left: 20em; }
header #NavToggle ul li:nth-child(6)  { margin-left: 24em; }
header #NavToggle ul li:nth-child(7)  { margin-left: 28em; }
header #NavToggle ul li:nth-child(8)  { margin-left: 32em; }
header #NavToggle ul li:nth-child(9)  { margin-left: 36em; }
header #NavToggle ul li.fix01 {
}
header #NavToggle.active .btn01 span {
	transition: 0.8s !important;
}
header #NavToggle.active ul {
	width: 100vw;
	opacity: 1;
	overflow: hidden;
	right: 0;
	transition: 0.7s;
}
header #NavToggle.active ul li {
	transition: 0.7s;
}
header #NavToggle.active ul li:nth-child(1) { opacity: 1; margin-left: 2em !important; transition-delay: 0.3s; }
header #NavToggle.active ul li:nth-child(2) { opacity: 1; margin-left: 2em !important; transition-delay: 0.4s; }
header #NavToggle.active ul li:nth-child(3) { opacity: 1; margin-left: 2em !important; transition-delay: 0.5s; }
header #NavToggle.active ul li:nth-child(4) { opacity: 1; margin-left: 2em !important; transition-delay: 0.6s; }
header #NavToggle.active ul li:nth-child(5) { opacity: 1; margin-left: 2em !important; transition-delay: 0.7s; }
header #NavToggle.active ul li:nth-child(6) { opacity: 1; margin-left: 2em !important; transition-delay: 0.8s; }
header #NavToggle.active ul li:nth-child(7) { opacity: 1; margin-left: 2em !important; transition-delay: 0.9s; }
header #NavToggle.active ul li:nth-child(8) { opacity: 1; margin-left: 2em !important; transition-delay: 1.0s; }
header #NavToggle.active ul li:nth-child(9) { opacity: 1; margin-left: 2em !important; transition-delay: 1.1s; }
header.is-show #Nav {
  background: transparent;
  transition: 0.4s;
}
header.is-show #Nav h1 {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
header.is-show #Nav #description {
  opacity: 0;
  right: 0;
  pointer-events: none;
  transition: 0.4s;
}
header.is-show #NavInner ul.pc {
  padding-right: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
header.is-show #NavToggle {
  /*display: block;
  opacity: 1;
  transition: 0.4s;*/
  pointer-events: auto;
}
header.is-show #NavToggle .btn01 span:nth-child(4),
header.is-show #NavToggle .btn01 span:nth-child(3),
header.is-show #NavToggle .btn01 span:nth-child(2),
header.is-show #NavToggle .btn01 span:nth-child(1) {
  opacity: 1;
  transition: 0.5s;
}
header.is-show #NavToggle .btn01 span:nth-child(4),
header.is-show #NavToggle .btn01 span:nth-child(3),
header.is-show #NavToggle .btn01 span:nth-child(2),
header.is-show #NavToggle .btn01 span:nth-child(1) {
  right: 0;
  transition-delay: 0.5s;
  transition: 1.0s;
}
header.is-show.active #Nav {
  background: #fff;
  transition: 0.4s;
}
header.is-show.active #Nav h1 {
  pointer-events: auto;
  opacity: 1;
  transition: 0.4s;
}
header.is-show.active #Nav #description {
  pointer-events: auto;
  opacity: 1;
  right: 50px;
  transition: 0.4s;
}
header.is-show #NavInner.active ul.pc {
  padding-right: 35px;
  opacity: 1;
  pointer-events: auto;
  transition: 0.4s;
}
header.is-show #NavInner.active #NavToggle .btn01 {
  opacity: 0;
  transition: 0.4s;
}
#billboard p,
#contents p,
#contents a,
#contents ul li {
  font-family: 'Noto Serif JP', serif;
}
#billboard.page { 
}
#billboard.page .inner01 { 
  position: relative;
}
#billboard.page .inner01 img:last-child {
  width: 100%;
}
#billboard.page .inner01 .caption01.fix02:before {
  display: inline-block;
  content: '';
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  background: linear-gradient(to right,#9b8a51,#bfa774);
  vertical-align: bottom;
}
#container {
  margin-top: 120px;
  /*background: #ccc;*/
}
footer {
  padding-top: 4em !important;
  margin-bottom: 80px;
}
footer .pagetop {
  bottom: 6em !important;
  transition: 0.4s;
  opacity: 0 !important;
  z-index: 1;
}
footer .pagetop.is-show {
  transition: 0.4s;
  opacity: 1 !important;
}
footer #footerBtn {
  background: rgba(0,0,0,0.65);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9990;
}
footer #footerBtn ul.inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  max-width: 1200px;
  margin: auto;
  padding: 0.75em 0;
}
footer #footerBtn ul.inner01 li {
}
footer #footerBtn ul.inner01 li p,
footer #footerBtn ul.inner01 li a,
footer #footerBtn ul.inner01 li span,
footer #footerBtn ul.inner01 li small {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}
footer #footerBtn ul.inner01 li span {
  font-size: 115%;
}
footer #footerBtn ul.inner01 li:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer #footerBtn ul.inner01 li:nth-child(1) .ttl01 {
  display: inline-block;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  margin-right: 1em;
  vertical-align: middle;
}
footer #footerBtn ul.inner01 li:nth-child(1) small {
  font-size: 80%;
}
footer #footerBtn ul.inner01 li:nth-child(1) a img {
  display: inline-block;
  height: 2.5em;
  vertical-align: baseline;
}
footer #footerBtn ul.inner01 li:nth-child(1) .txt01 {
  display: inline-block;
  font-size: 87.5%;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.25;
  margin-left: 1em;
  vertical-align: middle;
}
footer #footerBtn ul.inner01 li:last-child a {
  font-size: 87.5%;
  font-weight: 400;
  line-height: 3;
  text-align: center;
  padding: 0 1.5em;
  margin-top: 6px;
  border: 1px solid #fff;
  transition: 0.4s;
  width: 180px;
}
footer #btnTop2 {
  display: none !important;
  position: absolute;
  top: 23px;
  right: 60px;
  line-height: 0;
  z-index: 100;
}
footer #btnTop2 a {
  display: block;
  font-size: 200%;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  background: #aaa;
  position: relative;
}
footer #btnTop2 a span {
  display: block;
	text-indent: -9999px;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  transform-origin: center;
  position: absolute;
  top: 0.35em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
footer #footerBtn ul.inner00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px/*800px*/;
  margin: auto;
  padding: 0.5em 0 0.25em;
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
footer #footerBtn ul.inner00 li {
}
footer #footerBtn ul.inner00 li a {
  color: #fff;
  font-size: 87.5%;
  transition: 0.4s;
} 
body.nextstage  #footerBtn ul.inner00 li:nth-child(9) a,
body.faq  #footerBtn ul.inner00 li:nth-child(7) a,
body.seminar  #footerBtn ul.inner00 li:nth-child(6) a,
body.achievement  #footerBtn ul.inner00 li:nth-child(5) a,
body.service  #footerBtn ul.inner00 li:nth-child(4) a,
body.estate  #footerBtn ul.inner00 li:nth-child(3) a,
body.usp  #footerBtn ul.inner00 li:nth-child(2) a,
body.top  #footerBtn ul.inner00 li:nth-child(1) a {
  color: #b9a45d;
  font-weight: 600;
}
footer .breadcrumbs li:nth-child(2) {
  display: block;
  margin: auto;
  width: 660px;
  position: absolute;
  top: 2em;
  left: 0;
  right: 0;
  z-index: 100;
}
footer .breadcrumbs li:nth-child(2) a,
footer .breadcrumbs li:nth-child(2) p {
  float: left;
}
footer .breadcrumbs li:nth-child(2) a:before,
footer .breadcrumbs li:nth-child(2) p:before {
  display: none;
}
footer .breadcrumbs li:nth-child(2) .ttl01 {
  display: inline-block;
  color: #231815;
  margin: 1.5em 1.5em 0 0;
  vertical-align: middle;
}
footer .breadcrumbs li:nth-child(2) a {
}
footer .breadcrumbs li:nth-child(2) a img {
  display: inline-block;
  height: 3em;
  vertical-align: baseline;
}
footer .breadcrumbs li:nth-child(2) .txt01 {
  display: inline-block;
  color: #231815;
  font-size: 112.5%;
  font-weight: 600;
  line-height: 1.5;
  margin-left: 1.5em;
  vertical-align: middle;
}
footer .socialLink li:nth-child(2) i img {
  margin-top: 6px;
}
#Contact ul li a {
  border: 1px solid #fff;
  border-top: none;
  display: block;
  padding: 2em 0;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
}
#Contact ul li a:after {
  background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 25%,rgba(183,181,169,0.6) 99%,rgba(182,180,168,0.6) 100%);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#Contact ul li a:hover:after {
  opacity: 1;
}
#Contact ul li a .en {
  font-size: 17px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}
#Contact ul li a .en > span {
  display: block;
  position: relative;
}
#Contact ul li a .en > span:before {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 25%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
#Contact ul li a .en > span:after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 25%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
#Contact ul li a .jp {
  font-size: 20px;
}

@media only screen and (min-width:768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  header #Nav > h1:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
  header #NavInner ul.pc li a:hover {
    color: #000;
    transition: 0.4s;
  }
  header #NavToggle .btn01 span:nth-child(1),
  header #NavToggle .btn01 span:nth-child(2),
  header #NavToggle .btn01 span:nth-child(3) {
    transform: none !important;
  }
  footer #footerBtn ul.inner00 li a:hover {
    opacity: 0.5;
    transition: 0.4s;
  }
  footer #footerBtn ul.inner01 li:last-child a:hover {
    opacity: 0.7;
    transition: 0.4s;
  }
  #Contact ul {display: table;border-spacing: 3em;width: 100%;margin: 2em 0;}
  #Contact ul li {display: table-cell;}
  #Contact ul li a span {display: block;}
  .vbox-close {top: 50%;right: 50%;width: 1em;height: 1em;transform: translate(50%, -50%);margin: -5em -12.5em 0 0;padding: 0;}
  .vbox-open {overflow: inherit!important;}
  .vbox-container {overflow-y: hidden!important;}
}
@media only screen and (max-width:1440px) {
  header #Nav #description {
    font-size: 18px;
  }
}

@media only screen and (max-width:1366px) {
  header #Nav > h1 {
    left: 15px;
  }
  header #Nav #description {
    font-size: 15px;
    left: 250px;
    top: 45px;
  }
  header #NavInner ul.pc {
    padding-right: 15px;
  }
  header #NavInner ul.pc li {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  header #NavInner ul.pc li a {
    font-size: 13px;
  }
}
/* */
header #NavInner ul.pc li a.disabled {
	cursor: default;
	pointer-events: none;
	color: #b6b6b6;
}
@media only screen and (max-width:767px) {
	.pc   { display: none !important;}
	.sp   { display: block !important;}
  .page {min-width: inherit;}
	br.sp { line-height: 0;}  
  header #Nav {
    height: 60px;
    width: 100%;
    min-width: 100%;
  }
	header #Nav > h1 {
    top: 12px;
    left: 15px;
    width: 130px;
	}
  header #Nav #description {
    font-size: 10px;
    top: 15px;
    left: 160px;
    right: auto;
  }
	header #NavToggle {
		display: block !important;
    pointer-events: auto;
    opacity: 1 !important;
	}
  header #NavToggle .btn01 {
    right: 0;
  }
  header #NavToggle .btn01 span {
    /*width: 30px !important;*/
    right: 0 !important;
    opacity: 1 !important;
  }
  header #NavToggle .btn01 span:nth-child(1) {
    top: -32px;
  }
  header #NavToggle .btn01 span:nth-child(2) {
    top: -12px;
  }
  header #NavToggle .btn01 span:nth-child(3) {
    top: 8px;
  }
  header #NavToggle .btn01 span:nth-child(4) {
    bottom: -0.1em;
  }
  header #NavToggle.active .btn01 span:not(:last-child) {
    background: #A5A295;
  }
  header #NavToggle.active .btn01 span:nth-child(1) {
    transform: rotate(225deg);
    top: 0;
  }
  header #NavToggle.active .btn01 span:nth-child(2) {
    right: -150px !important;
  }
  header #NavToggle.active .btn01 span:nth-child(3) {
    transform: rotate(-225deg);
    top: 0;
  }
  #container {
    margin-top: 60px;
  }
  footer {
    margin-bottom: 40px;
  }
  footer .pagetop {
    right: 0 !important;
    bottom: 2.5em !important;
  }
  footer .breadcrumbs {
    display: block;
    padding: 2em 0 0;
  }
  footer .breadcrumbs li:nth-child(1) {
    display: none;
  }
  footer .breadcrumbs li:nth-child(2) {
    width: 100%;
    position: static;
  }
  footer .breadcrumbs li:nth-child(2) a,
  footer .breadcrumbs li:nth-child(2) p {
    display: block;
    text-align: center;
    float: none;
  }
  footer .breadcrumbs li:nth-child(2) .ttl01 {
    font-size: 112.5%;
    margin: 0 0 0.5em;
    width: 100%;
  }
  footer .breadcrumbs li:nth-child(2) a img {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 1em;
  }
  footer .breadcrumbs li:nth-child(2) .txt01 {
    margin: 0;
    width: 100%;
  }
  footer .fNav-group.fNav-group--privacy {
    padding: 1em 0;
    text-align: center;
  }
  footer #btnTop2 {
    line-height: 0;
    position: absolute;
    top: auto;
    right: 13px;
    bottom: 1em;
    z-index: 1;
  } 
  footer #footerBtn ul.inner01 {
    width: 100%;
    padding: 0;
  }
  footer #footerBtn ul.inner01 li {
    width: 100%;
    position: relative;
  }
  footer #footerBtn ul.inner01 li:last-child a {
    font-size: 100%;
    font-weight: 600;
    line-height: 3;
    margin-top: 0;
    border: none;
    width: 100%;
  }
  #Contact ul {margin: 2em;}
  #Contact ul li + li {margin-top: 2em;}
  #Contact ul li a {display: block;background-color: transparent;padding: 2em 0;position: relative;color: #fff;text-align: center;line-height: 2;}
  #Contact ul li a .jp { font-size: 16px;}
  #Contact ul li a span {margin-right: 0;}
  #Contact ul li a::after {content: "";position: absolute;top: 50%;right: 1em; border-top: 1px solid #fff;border-right: 1px solid #fff;width: 0.5em;height: 0.5em;transform-origin: 50%;transform: translateY(-50%) rotate(45deg);}
  .vbox-inline {width: 100%!important;}
  .vbox-close {top: 50%;right: 4%;width: 1em;height: 1em;margin: -5.5em 0.1em 0 0;padding: 0;}
}
@media only screen and (min-width:768px) and ( max-width:1524px) {
  #container {
    /* margin-top: 158px; */
  }
}
.d_inline_block{
	display: inline-block;
}
body {
  position: relative;
}

.secLinks h2 {
  color: #666;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
.footer_links {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 160px 0;
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.footer_links_item {
	display: flex;
  align-items: center;
  gap: 25px;
	padding: 32px 20px;
	position: relative;
	z-index: 10;
	width: 92%;
	max-width: 970px;
	margin-bottom: 40px;
	border: 1px solid #fff;
  background-color: rgba(0,0,0,.3);
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1!important;
}
.footer_links_item:hover {
	background-color: #a5a295;
}
.footer_links_item_06 { margin-bottom: 0!important; }
.footer_links_item .en {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	-webkit-transition: all .4s;
	transition: all .4s;
  width: 17em;
}
.footer_links_item .jp {
  display: block;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	letter-spacing: .1em;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.footer_links_item .more {
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 135px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all .4s;
    transition: all .4s;
}
.footer_links_item .more > span {
	-webkit-transition: all .4s;
    transition: all .4s;	
}
.footer_links_item .arrow {
	background: #fff;
	display: inline-block;
	height: 1px;
	width: 20px;
	margin-left: 10px;
	position: absolute;
  left: 100%;
  top: 50%;
	vertical-align: middle;
	-webkit-transition: all .4s;
    transition: all .4s;
}
.footer_links_item:hover .arrow {
	width: 80px;
}
.footer_links_BG {
	background: url(../imgs/common/link00_bg.jpg) no-repeat center center / cover;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
}
.footer_links_BG::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.25);
}
.footer_links_BG_item {
	background-repeat: no-repeat!important;
	background-position: center center!important;
	background-size: cover!important;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 10;
	opacity: 0;
	filter: blur(20px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease-out;
}
.footer_links .footer_links_item.footer_links_item_01:hover~.footer_links_BG .footer_links_BG_item_01,
.footer_links .footer_links_item.footer_links_item_02:hover~.footer_links_BG .footer_links_BG_item_02,
.footer_links .footer_links_item.footer_links_item_03:hover~.footer_links_BG .footer_links_BG_item_03,
.footer_links .footer_links_item.footer_links_item_04:hover~.footer_links_BG .footer_links_BG_item_04,
.footer_links .footer_links_item.footer_links_item_05:hover~.footer_links_BG .footer_links_BG_item_05,
.footer_links .footer_links_item.footer_links_item_06:hover~.footer_links_BG .footer_links_BG_item_06 {
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
@media only screen and (max-width:767px) {
  .secLinks h2 {
    font-size: 14px;
  }
	.footer_links {
		padding: 40px 0;
	}
	.footer_links_item {
    display: block;
		margin-bottom: 15px;
		padding: 15px;
	}
	.footer_links_item .en {
    display: none;
		font-size: 14px;
    letter-spacing: 0!important;
    margin-bottom: 0.25em;
		text-align: left;
	}
  .footer_links_item .jp {
    font-size: 16px;
    letter-spacing: 0!important;
  }
	.footer_links_item .more {
		font-size: 12px;
    right: 30px;
	}
	.footer_links_item .arrow {
		margin-left: 10px;
		width: 20px!important;
	}
	.footer_links_BG {
		position: absolute!important;
	}
	.footer_links_BG .slick-list,
	.footer_links_BG .slick-track {
		height: 100%!important;
	}
	.footer_links_BG_item {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

/*
a.footer_links_item.disabled{
	position: relative;
	cursor: default !important;
	pointer-events: none !important;
}
a.footer_links_item.disabled:after{
	position: absolute;
	display: block;
	content: "";
	z-index: 1;
	background: rgba(198, 198, 198,.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} */