@charset "UTF-8";
/* --------------------------------------------------------------------------------------
   ヘッダー
--------------------------------------------------------------------------------------- */
body {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
header {
  width: 100%;
  height: 114px;
  /* margin: 0px auto; */
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background: #FFF;
}
/* header div.logo {
	position: absolute;
	top: 24px;
	left: 10px;
}

header div.logo a {
	background: url(../img/common/footer_logo.png) no-repeat center center;
	display: block;
	width: 238px;
	height: 42px;
}
header .language {
	position: absolute;
	top: 0;
	right: 238px;
}
header .language p {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}
header .language p a {
	display: block;
	width: 120px;
	height: 27px;
	padding-top: 1px;
	padding-bottom: 0;
	text-align: center;
	border: 1px hsla(0,0%,13%,1.00) solid;
	box-sizing: border-box;
	border-radius: 5px;
	text-indent: inherit;
	color: #000000;
}
header .language p.lan_en a {
    padding-top: 4px;
}

header h1 {
	position: absolute;
	top: 30px;
	left: 280px;
	color: #645f5f;
	font-size: 125%;
	text-align: left;
	width: 472px;
}

header p.news  {
	position: absolute;
	top: 0px;
	right: 0px;
}

header p.news  a {
	background: url(../img/common/banner_news.png) no-repeat center top;
	display: block;
	width: 219px;
	height: 51px;
}

header ul {
	position: absolute;
	top: 107px;
	left: 0px;
	overflow: hidden;
}

header li {
	border-right: 1px solid #a9a9a9;
	float: left;
}

header li:first-child { border-left: 1px solid #a9a9a9; }

header li a {
	display: block;
	width: 119px;
	height: 153px;
	margin: 0 1px;
}

header li:nth-child(1) a { background: url(../img/common/navi_top.png) no-repeat center center; }
header li:nth-child(2) a { background: url(../img/common/navi_company.png) no-repeat center center; }
header li:nth-child(3) a { background: url(../img/common/navi_strength.png) no-repeat center center; }
header li:nth-child(4) a { background: url(../img/common/navi_komehiko.png) no-repeat center center; }
header li:nth-child(5) a { background: url(../img/common/navi_maguro.png) no-repeat center center; }
header li:nth-child(6) a { background: url(../img/common/navi_recruit.png) no-repeat center center; }
header li:nth-child(7) a { background: url(../img/common/navi_uogashi.png) no-repeat center center; }
header li:nth-child(8) a { background: url(../img/common/navi_contact.png) no-repeat center center; }

header .active:nth-child(1) a,
header li:nth-child(1) a:hover { background: url(../img/common/navi_top_over.png) no-repeat center center; }

header .active:nth-child(2) a,
header li:nth-child(2) a:hover { background: url(../img/common/navi_company_over.png) no-repeat center center; }

header .active:nth-child(3) a,
header li:nth-child(3) a:hover { background: url(../img/common/navi_strength_over.png) no-repeat center center; }

header .active:nth-child(4) a,
header li:nth-child(4) a:hover { background: url(../img/common/navi_komehiko_over.png) no-repeat center center; }

header .active:nth-child(5) a,
header li:nth-child(5) a:hover { background: url(../img/common/navi_maguro_over.png) no-repeat center center; }

header .active:nth-child(6) a,
header li:nth-child(6) a:hover { background: url(../img/common/navi_recruit_over.png) no-repeat center center; }

header .active:nth-child(7) a,
header li:nth-child(7) a:hover { background: url(../img/common/navi_uogashi_over.png) no-repeat center center; }

header .active:nth-child(8) a,
header li:nth-child(8) a:hover { background: url(../img/common/navi_contact_over.png) no-repeat center center; } */
.header-main {
  display: flex;
  justify-content: space-between;
}
.logo-box {
  padding: 22px 0 0 19px;
}
.language {
  display: flex;
  margin-bottom: 10px;
  width: 94px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.language p {
  width: 50%;
  box-sizing: border-box;
}
.language p + p {
  border-left: 1px solid #000;
}
.language a {
  display: block;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  text-indent: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
.language a:hover {
  opacity: 0.7;
}
.language a.active {
  background: #240682;
  color: #FFF;
}
.main-nav-sns {
  display: flex;
  justify-content: flex-end;
}
.main-nav-sns .right {
  margin-left: 25px;
  width: 478px;
  background: #e2e2e2;
  position: relative;
}
.main-nav-sns .right ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.main-nav-sns .right ul li:nth-child(2) a:hover {
  opacity: 0.8;
}
.main-nav-sns .left {
  position: relative;
  padding-top: 35px;
}
.main-nav-sns .left ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.main-nav-sns .left ul li {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.main-nav-sns .left ul li.hover:hover nav {
  opacity: 1;
  visibility: visible;
}
.main-nav-sns .left ul li nav {
  display: block;
  position: absolute;
  top: 100%;
  left: -5%;
  width: 110%;
  background: url(../img/common/arr.png) no-repeat top center #FFF;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.main-nav-sns .left ul li nav a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #e5e5e5;
  text-align: center;
  text-indent: 0;
  padding: 10px 0;
  margin-bottom: -1px;
}
.main-nav-sns .left ul li a {
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.main-nav-sns .left ul li a::before {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  transition: all 0.3s ease;
  opacity: 0;
}
.main-nav-sns .left ul li a:hover {
  opacity: 0.7;
}
.main-nav-sns .left ul li.active a::before {
  opacity: 1;
}
.main-nav-sns .left h1 {
  font-size: 13px;
  color: #645f5f;
  position: absolute;
  top: 70px;
  right: 0;
}
.nav-fixed {
  display: none;
}
@media screen and (max-width: 1379px) and (min-width: 1020px) {
  .main-nav-sns .left ul li a {
    font-size: 13px;
  }
  .main-nav-sns .left h1 {
    font-size: 11px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1020px) {
  .main-nav-sns .right {
    width: 310px;
  }
  .main-nav-sns .right::before {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 46.75%;
    height: 100%;
    background-color: #d70000;
  }
  .main-nav-sns .right ul {
    height: 114px;
    align-items: center;
  }
  .main-nav-sns .right ul img {
    width: 100%;
    height: auto;
  }
  .logo-box .logo {
    width: 175px;
  }
  .logo-box .logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1079px) and (min-width: 1020px) {
  .main-nav-sns .left ul li {
    margin-left: 11px;
  }
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  .main-nav-sns .right {
    width: 310px;
    position: absolute;
    height: 44px;
    overflow: hidden;
    top: 0;
    right: 0;
  }
  .main-nav-sns .right ul {
    height: 44px;
    align-items: center;
  }
  .main-nav-sns .right ul img {
    width: 100%;
    height: auto;
  }
  .main-nav-sns .left {
    position: relative;
    padding-top: 58px;
    padding-right: 20px;
  }
  .main-nav-sns .left h1 {
    font-size: 10px;
    color: #645f5f;
    position: absolute;
    top: 85px;
    right: 20px;
  }
  .main-nav-sns .left ul li a {
    font-size: 13px;
  }
  .btn-cont {
    width: 58px;
  }
  .btn-cont img {
    width: 100%;
    height: auto;
  }
  .logo-box .logo {
    width: 200px;
  }
  .logo-box .logo img {
    width: 100%;
    height: auto;
  }
}
.sp-btn {
  display: none;
}
@media (max-width: 767px) {
  .sp-btn {
    display: block;
    padding: 40px 0 250px;
  }
  .sp-btn a {
    padding: 5px 5%;
    border-bottom: none !important;
  }
  header {
    position: absolute;
  }
  .header-main {
    display: block;
    width: 100%;
  }
  .logo-box {
    padding: 10px 0 0 0px;
    text-align: center;
    width: 90%;
    margin: auto;
    display: block;
  }
  .logo-box .logo {
    position: relative;
    margin-top: 10px;
    width: 200px;
    margin: 10px auto 0;
  }
  .language {
    display: flex;
    margin: 0 auto 10px;
    width: 94px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .language p {
    width: 50%;
    box-sizing: border-box;
  }
  .language p + p {
    border-left: 1px solid #000;
  }
  .language a {
    display: block;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    text-indent: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .language a:hover {
    opacity: 0.7;
  }
  .language a.active {
    background: #240682;
    color: #FFF;
  }
  .smpOpen .main-nav-sns .left ul {
    right: 0;
    z-index: 99;
  }
  .smpOpen .language {
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 100;
  }
  .main-nav-sns {
    display: block;
  }
  .main-nav-sns .right {
    display: none;
  }
  .main-nav-sns .right ul {
    display: none;
    position: relative;
    z-index: 2;
  }
  .main-nav-sns .left {
    position: relative;
    padding-top: 35px;
  }
  .main-nav-sns .left ul {
    display: block;
    position: fixed;
    z-index: -1;
    top: 0;
    right: -105%;
    width: 100%;
    height: 100vh;
    background: #FFF;
    transition: all 0.35s ease;
    padding: 20vw 0 0;
    margin: 0;
    overflow: auto;
  }
  .main-nav-sns .left ul li {
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
  .main-nav-sns .left ul li.hover::before {
    width: 10px;
    height: 1px;
    position: absolute;
    top: 5px;
    right: 6%;
    content: "+";
    font-size: 25px;
  }
  .main-nav-sns .left ul li.hover:hover nav {
    opacity: 1;
    visibility: visible;
  }
  .main-nav-sns .left ul li nav {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    opacity: 1 !important;
    visibility: visible !important;
    transition: all 0.3s ease;
  }
  .main-nav-sns .left ul li nav a {
    box-sizing: border-box;
    display: block;
    border: none;
    text-align: left;
    text-indent: 0;
    padding: 10px 20%;
    margin-bottom: 0;
    position: relative;
  }
  .main-nav-sns .left ul li nav a::before {
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 14%;
    content: "";
    background: #000;
    opacity: 1;
  }
  .main-nav-sns .left ul li.open-sub nav {
    display: block;
  }
  .main-nav-sns .left ul li.open-sub.hover::before {
    content: "-";
  }
  .main-nav-sns .left ul li a {
    font-size: 20px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    display: block;
    text-indent: inherit;
    padding: 12px 5%;
    border-bottom: 1px solid;
    text-align: left;
  }
  .main-nav-sns .left ul li a::before {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -3px;
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
  }
  .main-nav-sns .left ul li a:hover {
    opacity: 0.7;
  }
  .main-nav-sns .left ul li.active a::before {
    opacity: 1;
  }
  .main-nav-sns .left h1 {
    font-size: 10px;
    color: #645f5f;
    position: absolute;
    top: 11px;
    right: 0;
    width: 100%;
    display: block;
    letter-spacing: 0;
  }
  .btn-cont {
    display: none;
  }
  .open-nav #ft-fixed {
    opacity: 0;
  }
  .open-nav #pagetop {
    opacity: 0;
  }
  .main-nav-sns .pc{ display: none;}
}
@media (min-width: 768px) {
  .main-nav-sns .sp{ display: none;}
}
/* --------------------------------------------------------------------------------------
   共通部分
--------------------------------------------------------------------------------------- */
.btn-cont {
  position: absolute;
  right: 0;
  top: 175px;
  transition: all 0.3s ease;
  z-index: 90;
}
.btn-cont:hover {
  opacity: 0.8;
}
#key {
  /* background: url(../img/common/dotted_bg.png) repeat left top;
  padding: 13px 0px; */
  padding-top: 114px;
}
.sub-key {
  background-size: cover !important;
  width: 100%;
  height: 650px;
}
.sub-key h2 {
  background-size: cover !important;
  width: 1000px;
  height: 650px;
  position: relative;
  margin: 0px auto;
}
.sub-key h2 span {
  display: block;
  position: absolute;
}
/* --------------------------------------------------------------------------------------
   フッター
--------------------------------------------------------------------------------------- */
footer {
  background: url(../img/common/bg_ft.jpg) repeat left top;
  padding: 58px 70px 0;
  color: #FFF;
}
footer a {
  color: #FFF !important;
  text-decoration: none !important;
}
footer .inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
footer .box-wrap {
  position: relative;
  padding: 0 100px 55px;
  text-align: left;
}
footer .box-wrap::after {
  width: 1px;
  height: 260px;
  position: absolute;
  top: 76px;
  left: 478px;
  border-left: 1px dotted #FFF;
  content: "";
  opacity: 0.5;
}
footer .box-wrap .tel-box {
  margin: 19px 0 16px;
}
footer .box-wrap .item {
  position: absolute;
  top: 90px;
  left: 520px;
  z-index: 2;
}
footer .box-wrap .item .title {
  font-size: 25px;
  margin-bottom: 10px;
}
footer .box-wrap .item p {
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
}
footer .box-wrap .item p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
footer .box-wrap .item p a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .box-wrap .item p a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}
footer .box-wrap ul {
  position: relative;
}
footer .box-wrap ul li {
  position: relative;
  display: inline-block;
}
footer .box-wrap ul li .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
footer .box-wrap ul li a {
  display: block;
  margin-top: 6px;
  position: relative;
}
footer .box-wrap ul li a:hover .on {
  opacity: 1;
}
footer .box-wrap ul .btn-show-box {
  position: absolute;
  bottom: 6px;
  left: 420px;
  cursor: pointer;
}
footer .box-wrap ul .btn-show-box:hover .on {
  opacity: 1;
}
footer .sns-icon {
  display: flex;
  position: absolute;
  right: 0;
  top: 17px;
}
footer .sns-icon p {
  margin-left: 7px;
  transition: all 0.3s ease;
}
footer .sns-icon p:hover {
  opacity: 0.7;
}
footer .language {
  display: flex;
  margin-bottom: 0;
  width: 120px;
  height: 26px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 310px;
  right: 0;
}
footer .language p {
  width: 50%;
  box-sizing: border-box;
}
footer .language p + p {
  border-left: 1px solid #FFF;
}
footer .language a {
  display: block;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  text-indent: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .language a:hover {
  opacity: 0.7;
}
footer .language a.active {
  background: #FFF;
  color: #000 !important;
}
footer .show .pp-hide {
  display: block;
  opacity: 1;
  visibility: visible;
}
footer .pp-hide {
  max-width: 1000px;
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
footer .pp-hide .box-common.box02 {
  margin-top: 42px;
  padding: 50px 0 25px;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
}
footer .pp-hide .box-common .title {
  font-size: 35px;
  margin-bottom: 18px;
  line-height: 35px;
}
footer .pp-hide .box-common .map {
  margin-bottom: 23px;
}
footer .pp-hide .box-common .map a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
footer .pp-hide .box-common .map a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
footer .pp-hide .box-common .map a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}
footer .pp-hide .box-common .info {
  display: flex;
  flex-wrap: wrap;
}
footer .pp-hide .box-common .info span {
  display: block;
  margin-left: 10px;
}
footer .pp-hide .box-common .info dl {
  width: 430px;
}
footer .pp-hide .box-common .info dl dt {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
footer .pp-hide .box-common .item {
  display: flex;
}
footer .pp-hide .box-common .item dl {
  width: 355px;
  margin-bottom: 25px;
}
#copyright {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 15px 0px;
}
#copyright a {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
}
#copyright a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1179px) and (min-width: 1020px) {
  footer {
    padding: 58px 20px 0;
  }
  footer .box-wrap {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1079px) and (min-width: 1020px) {
  footer .pp-hide {
    font-size: 13px;
  }
  footer .pp-hide .box-common .item dl {
    width: 340px;
  }
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  footer {
    background: url(../img/common/bg_ft.jpg) repeat left top;
    padding: 58px 20px 0;
    position: relative;
    overflow: hidden;
  }
  footer .inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  footer .box-wrap {
    position: relative;
    padding: 0 0px 55px;
    text-align: left;
  }
  footer .box-wrap img {
    width: 100%;
    height: auto;
  }
  footer .box-wrap::after {
    width: 1px;
    height: 208px;
    position: absolute;
    top: 63px;
    left: 297px;
    border-left: 1px dotted #FFF;
    content: "";
    opacity: 0.5;
  }
  footer .box-wrap .logo {
    width: 265px;
  }
  footer .box-wrap .tel-box {
    width: 265px;
    margin: 19px 0 16px;
  }
  footer .box-wrap .item {
    position: absolute;
    top: 40px;
    left: 330px;
    z-index: 2;
  }
  footer .box-wrap .item .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  footer .box-wrap .item p {
    font-size: 12px;
    line-height: 25px;
    padding-top: 10px;
  }
  footer .box-wrap .item p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
  }
  footer .box-wrap .item p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  footer .box-wrap .item p a img {
    position: relative;
    top: -4px;
    margin-left: -8px;
    width: 12px;
  }
  footer .box-wrap ul {
    position: relative;
  }
  footer .box-wrap ul li {
    position: relative;
    display: inline-block;
    width: 265px;
  }
  footer .box-wrap ul li .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  footer .box-wrap ul li a {
    display: block;
    margin-top: 6px;
    position: relative;
  }
  footer .box-wrap ul li a:hover .on {
    opacity: 1;
  }
  footer .box-wrap ul .btn-show-box {
    position: absolute;
    bottom: 6px;
    left: 330px;
    cursor: pointer;
  }
  footer .box-wrap ul .btn-show-box:hover .on {
    opacity: 1;
  }
  footer .sns-icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 17px;
  }
  footer .sns-icon p {
    width: 55px;
    margin-left: 7px;
    transition: all 0.3s ease;
  }
  footer .sns-icon p:hover {
    opacity: 0.7;
  }
  footer .language {
    display: flex;
    margin-bottom: 0;
    width: 90px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    position: absolute;
    top: 245px;
    right: 0;
  }
  footer .language p {
    width: 50%;
    box-sizing: border-box;
  }
  footer .language p + p {
    border-left: 1px solid #FFF;
  }
  footer .language a {
    display: block;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    text-indent: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  footer .language a:hover {
    opacity: 0.7;
  }
  footer .language a.active {
    background: #FFF;
    color: #000 !important;
  }
  footer .show .pp-hide {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  footer .pp-hide {
    max-width: 1000px;
    margin: auto;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  footer .pp-hide .box-common.box02 {
    margin-top: 42px;
    padding: 50px 0 25px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
  }
  footer .pp-hide .box-common .title {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 35px;
  }
  footer .pp-hide .box-common .map {
    margin-bottom: 23px;
  }
  footer .pp-hide .box-common .map a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
  }
  footer .pp-hide .box-common .map a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  footer .pp-hide .box-common .map a img {
    position: relative;
    top: -3px;
    margin-left: 5px;
  }
  footer .pp-hide .box-common .info {
    display: flex;
    flex-wrap: wrap;
  }
  footer .pp-hide .box-common .info span {
    display: block;
    margin-left: 10px;
  }
  footer .pp-hide .box-common .info dl {
    width: 350px;
  }
  footer .pp-hide .box-common .info dl dt {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  footer .pp-hide .box-common .item {
    display: flex;
    flex-wrap: wrap;
  }
  footer .pp-hide .box-common .item dl {
    width: 350px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  footer {
    background: url(../img/common/bg_ft.jpg) repeat left top;
    padding: 50px 5% 0;
    color: #FFF;
    position: relative;
    overflow: hidden;
  }
  footer a {
    color: #FFF !important;
    text-decoration: none !important;
  }
  footer .inner {
    max-width: 1200px;
    margin: auto;
    position: relative;
  }
  footer .box-wrap {
    position: relative;
    padding: 0 0 55px;
    text-align: left;
    max-width: 340px;
    margin: auto;
  }
  footer .box-wrap::after {
    width: 1px;
    height: 260px;
    position: absolute;
    top: 76px;
    left: 478px;
    border-left: 1px dotted #FFF;
    content: "";
    opacity: 0.5;
  }
  footer .box-wrap .tel-box {
    margin: 19px 0 16px;
  }
  footer .box-wrap .item {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 35px;
  }
  footer .box-wrap .item .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  footer .box-wrap .item p {
    font-size: 12px;
    line-height: 25px;
    padding-top: 10px;
  }
  footer .box-wrap .item p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
    display: inline-flex;
    line-height: 13px;
    padding: 0 3px;
    position: relative;
    top: 2px;
  }
  footer .box-wrap .item p a.telhref {
    padding: 0;
    position: relative;
    top: 0;
  }
  footer .box-wrap .item p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  footer .box-wrap .item p a img {
    position: relative;
    top: 0;
    margin-left: 0;
    width: 12px;
  }
  footer .box-wrap ul {
    position: relative;
  }
  footer .box-wrap ul li {
    position: relative;
    display: inline-block;
  }
  footer .box-wrap ul li .on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
  }
  footer .box-wrap ul li a {
    display: block;
    margin-top: 6px;
    position: relative;
  }
  footer .box-wrap ul li a:hover .on {
    opacity: 1;
  }
  footer .box-wrap ul .btn-show-box {
    position: relative;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  footer .box-wrap ul .btn-show-box:hover .on {
    opacity: 1;
  }
  footer .sns-icon {
    display: flex;
    position: relative;
    right: 0;
    top: 0;
    justify-content: center;
    margin-bottom: 25px;
  }
  footer .sns-icon p {
    margin: 0 7px;
    transition: all 0.3s ease;
  }
  footer .sns-icon p:hover {
    opacity: 0.7;
  }
  footer .language {
    display: flex;
    margin-bottom: 0;
    width: 120px;
    height: 26px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
    margin: 0 auto 50px;
  }
  footer .language p {
    width: 50%;
    box-sizing: border-box;
  }
  footer .language p + p {
    border-left: 1px solid #FFF;
  }
  footer .language a {
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    text-indent: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  footer .language a:hover {
    opacity: 0.7;
  }
  footer .language a.active {
    background: #FFF;
    color: #000 !important;
  }
  footer .show .pp-hide {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  footer .pp-hide {
    max-width: 1000px;
    margin: auto;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  footer .pp-hide .box-common.box02 {
    margin-top: 15px;
    padding: 35px 0 25px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4);
  }
  footer .pp-hide .box-common .title {
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 35px;
  }
  footer .pp-hide .box-common .map {
    margin-bottom: 23px;
  }
  footer .pp-hide .box-common .map a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
    display: inline-flex;
    line-height: 13px;
    padding: 0 3px;
    position: relative;
    top: 2px;
  }
  footer .pp-hide .box-common .map a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  footer .pp-hide .box-common .map a img {
    position: relative;
    top: 0;
    margin-left: 0;
    width: 12px;
  }
  footer .pp-hide .box-common .info {
    display: flex;
    flex-wrap: wrap;
  }
  footer .pp-hide .box-common .info span {
    display: block;
    margin-left: 10px;
  }
  footer .pp-hide .box-common .info dl {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .pp-hide .box-common .info dl dt {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  footer .pp-hide .box-common .info dl dd .telhref {
    display: inline-flex;
  }
  footer .pp-hide .box-common .item {
    display: flex;
    flex-wrap: wrap;
  }
  footer .pp-hide .box-common .item dl {
    width: 100%;
    margin-bottom: 25px;
  }
  #copyright {
    padding: 15px 0px 25vw;
  }
}
#footer-inner {
  background-color: #fff;
  padding: 51px 0px 40px;
  position: relative;
}
#translate {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
#google_translate_element {
  position: absolute;
  top: -32px;
  right: 0;
}
#footer-inner nav {
  width: 1000px;
  margin: 0px auto;
  overflow: hidden;
}
#footer-inner nav div {
  float: left;
  width: 238px;
}
#footer-inner nav div a {
  background: url(../img/common/footer_logo.png) no-repeat center center;
  display: block;
  width: 238px;
  height: 42px;
}
#footer-inner nav ul {
  font-size: 0.85em;
  float: right;
  width: 760px;
  margin-top: 13px;
  overflow: hidden;
}
#footer-inner nav li {
  background: url(../img/common/footer_icon.png) no-repeat left center;
  float: right;
  padding-left: 15px;
  margin-left: 10px;
  font-size: 90%;
}
#footer-inner nav li:last-child {
  margin-left: 0px;
}
#footer-inner .clearfix {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 1000px;
  margin: 44px auto 0px;
}
#footer-inner .clearfix dl {
  border-right: 1px solid #a9a9a9;
  float: left;
  width: 174px;
  min-height: 560px;
  padding: 0px 12px;
}
#footer-inner .clearfix dl:first-child {
  border-left: 1px solid #a9a9a9;
}
#footer-inner .clearfix dt {
  margin-top: -10px;
}
#footer-inner .clearfix dd {
  text-align: left;
  margin-top: 15px;
  font-size: 95%;
  letter-spacing: 0px;
}
#footer-inner .clearfix .tel {
  margin: 5px 0px;
  letter-spacing: 0px;
}
#copyright a {
  color: #FFF;
}
header div a, header li a, header p.news a, .sub-key h2 span, #footer-inner nav div a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
/* --------------------------------------------------------------------------------------
   タブレット
--------------------------------------------------------------------------------------- */
@media (max-width: 1024px) and (min-width: 767px) {
  /* --------------------------------------------------------------------------------------
  	ヘッダー
  --------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------
  	共通部分
  --------------------------------------------------------------------------------------- */
  .sub-key {
    width: auto;
    height: auto;
    padding-bottom: 55%;
    position: relative;
  }
  .sub-key h2 {
    width: auto;
    height: auto;
    position: static;
  }
  /* --------------------------------------------------------------------------------------
  	フッター
  --------------------------------------------------------------------------------------- */
  #footer-inner nav {
    width: auto;
  }
  #translate {
    width: auto;
  }
  #google_translate_element {
    top: -32px;
    right: 21px;
  }
  #footer-inner nav div {
    float: none;
    width: auto;
    margin: 0px auto;
    display: inline-block;
  }
  #footer-inner nav ul {
    float: none;
    width: auto;
    margin: 3% 4% 0px 0%;
  }
  #footer-inner .clearfix {
    width: auto;
    margin: 5% 3% 0px;
  }
  #footer-inner .clearfix dl {
    border-top: 1px solid #a9a9a9;
    width: 41.9%;
    min-height: 150px;
    padding: 5% 4%;
  }
  #footer-inner .clearfix dl.no2 {
    border-top: 1px solid #a9a9a9;
    width: 41.9%;
    min-height: 450px;
    padding: 5% 4%;
  }
  #footer-inner .clearfix dl:nth-child(1), #footer-inner .clearfix dl:nth-child(2) {
    border-top: none;
  }
  #footer-inner .clearfix dl:nth-child(odd) {
    border-left: none;
  }
  #footer-inner .clearfix dl:nth-child(2n) {
    border-right: none;
  }
  #footer-inner .clearfix dt {
    margin-top: 0px;
  }
  #footer-inner .clearfix dd {
    text-align: center;
  }
}
/* --------------------------------------------------------------------------------------
   スマホ
--------------------------------------------------------------------------------------- */
@media (max-width: 766px) {
  /* --------------------------------------------------------------------------------------
  	ヘッダー
  --------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------
  	共通部分
  --------------------------------------------------------------------------------------- */
  .sub-key {
    width: auto;
    height: auto;
    padding-bottom: 55%;
    position: relative;
  }
  .sub-key h2 {
    width: auto;
    height: auto;
    position: static;
  }
  .nav-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100000;
  }
  #panel-btn {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    background: #000;
  }
  #panel-btn:hover {
    background: #000;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 37%;
    width: 27px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 27px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -10px;
  }
  #panel-btn-icon:after {
    margin-top: 8px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* --------------------------------------------------------------------------------------
  	フッター
  --------------------------------------------------------------------------------------- */
  #footer-inner {
    padding: 10% 0% 0%;
  }
  #translate {
    width: auto;
  }
  #google_translate_element {
    top: -24px;
    right: 10px;
  }
  #google_translate_element a, #google_translate_element img {
    display: inline-block;
  }
  #footer-inner nav {
    width: auto;
  }
  #footer-inner nav div {
    float: none;
    width: auto;
    margin: 0px auto;
    display: inline-block;
  }
  #footer-inner nav ul {
    float: none;
    width: auto;
    margin: 3% 4% 0px 0%;
    display: none;
  }
  #footer-inner .clearfix {
    width: auto;
    margin: 5% 0% 0px;
  }
  #footer-inner .clearfix dl {
    border-top: 1px solid #a9a9a9;
    border-right: none;
    width: 96%;
    min-height: inherit;
    padding: 5% 2% 4%;
  }
  #footer-inner .clearfix dl:nth-child(1) {
    border: none !important;
  }
  #footer-inner .clearfix dl:nth-child(odd) {
    border-left: none;
  }
  #footer-inner .clearfix dl:nth-child(2n) {
    border-right: none;
  }
  #footer-inner .clearfix dt {
    margin-top: 0px;
  }
  #footer-inner .clearfix dd {
    text-align: center;
  }
  #footer-inner .clearfix .tel {
    font-size: 95%;
    line-height: 1.5;
  }
  #pagetop {
    margin-bottom: 22vw;
  }
}
.nav-target {
  position: relative;
  z-index: 0;
}
.lan_jp a {
  background: #240682;
  color: #FFF;
}
footer .lan_jp a {
  background: #FFF;
  color: #000 !important;
}
/*====================== ft-fixed ====================== */
#ft-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  color: #000;
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
#ft-fixed ul {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 10;
  display: flex;
}
#ft-fixed ul a img {
  opacity: 1 !important;
  width: 100%;
  height: auto;
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer::after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 26vw;
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer::after {
    background: #000;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 26vw;
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  footer::after {
    background: #000;
    content: "";
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 26vw;
  }
}
@media screen and (min-width: 767px) {
  footer::after {
    display: none !important;
  }
  #ft-fixed {
    display: none;
  }
  .btn-show-box .sp{ display: none;}
}
@media screen and (max-width: 766px) {
  .btn-show-box .pc{ display: none;}
}