@media screen and (min-width: 1400px) {

  footer .ftbase {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    padding:50px 3% 30px;
  }
  footer .ftbase .ftmenu {
  width:30%!important;
  height: auto;
  display: block;
  }
  footer .ftbase .ftinfo {
  width:50%!important;
  }
  footer .ftbase .ftinfo h2 br {
  display: none;
  }
  footer .ftbase .ftinfo p br {
  display: none;
  }
  footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc {
  width:50%!important;
  display: flex;
  flex-direction: column;
  padding-left:5%;
  }
  footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc:first-of-type {
  width:100%!important;
  /*
  border-right:1px solid var(--color-666);
  */
  padding-left:0;
  }

  footer .ftbase .ftsns {
  width:15%!important;
  }

}

/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Contact Bar */
.contact_bar {
  width:800px;
  height: 70px;
  display: flex;
  align-items: center;
  position: fixed;
  top:auto;

/*
  right:50%;
  margin-right:-30%;
  */

  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  transition: .4s all;


/*修正*/
    bottom:-90px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, -0);
    -ms-transform: translate(-50%, 0);
}
.contact_bar h3 {
  width:30%;
  height: auto;
  display: block;
  font-size:14px;
  font-weight: 500;
  line-height: 20px;
  padding:10px;
  text-align: center;
}
.contact_bar ul {
  width:70%;
  height: auto;
  display:flex;
}
.contact_bar ul li {
  flex: 1;
  text-align: center;
}
.contact_bar ul li:first-child {
  border-right:1px solid var(--color-999);
}
.contact_bar ul li a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  padding:10px 10px;
  background-color: var(--color-333);
  transition: .4s all;
}
.contact_bar ul li:first-child a {
  background-color: var(--color-black);
}
.contact_bar ul li a:hover {
  background-color: var(--color-666);
}
.contact_bar ul li a h4 {
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
}
.contact_bar ul li a p {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:16px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 30px;
  margin:0 auto;
  padding-left:30px;
  color: var(--color-white);
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 28px;
}

/* Contact Bar(Scrolled) */
.contact_bar.cbactive {
  bottom: 0;
}


/* Contact Bar(End) */
.contact_bar.cbend {
  width:800px;
  height: 70px;
  display: flex;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  margin-right:auto;
  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);

  /*追加
*/
margin: 0;
bottom: -1px;

}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
footer .ftbody {
  width:100%;
  max-width: 1920px;
  height: auto;
  display: block;
  margin:0 auto;
}
footer .ftbase {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 3% 30px;
}
footer .ftbase h3 {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-white);
  font-family: var(--font-en);
  margin-bottom: 20px;
}

/* Footer menu */
footer .ftbase .ftmenu {
  width:35%;
  height: auto;
  display: block;
}
footer .ftbase .ftmenu .ftmlist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
footer .ftbase .ftmenu ul {
  flex:1;
  margin-right:5%;
}
footer .ftbase .ftmenu ul li {
  font-size: 12px;
  line-height: 1em;
}
footer .ftbase .ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 5px;
  transition: .4s all;
}
footer .ftbase .ftmenu ul li a:hover {
  background-color: var(--color-666);
}

footer .ftbase .ftmenu ul li.ftm_brand {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  margin-bottom: 8px;
  border-radius: 3px;
}
footer .ftbase .ftmenu ul li.ftm_brand a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 15px;
  text-align: left;
  transition: .4s all;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
  background-color: var(--color-black);
}
footer .ftbase .ftmenu ul li.ftm_brand a:hover {
  background-color: var(--color-666);
}

/* Footer information */
footer .ftbase .ftinfo {
  width:40%;
}

/* MIDLANDS */
footer .ftbase .ftinfo .midlandstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
footer .ftbase .ftinfo .midlandstitle ul {
  width:220px;
  height:15px;
  display: flex;
  order:1;
}
footer .ftbase .ftinfo .midlandstitle ul li {
  flex: 1;
  height: 30px;
  display: block;
}
footer .ftbase .ftinfo .midlandstitle ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90px auto;
}
footer .ftbase .ftinfo .midlandstitle h2 {
  width:100%;
  height: 50px;
  display: block;
  order:2;
  font-size:16px;
  font-weight: 700;
  line-height: 50px;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 34%;
  padding-left:38%;
}

/* BCJ */
footer .ftbase .ftinfo .bcjstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
footer .ftbase .ftinfo .bcjstitle ul {
  width:220px;
  height:15px;
  display: flex;
  order:1;
}
footer .ftbase .ftinfo .bcjstitle ul li {
  flex: 1;
  height: 30px;
  display: block;
}
footer .ftbase .ftinfo .bcjstitle ul li a {
  width:100%;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 90px auto;
}
footer .ftbase .ftinfo .bcjstitle h2 {
  width:100%;
  height: auto;
  display: block;
  order:2;
  font-size:14px;
  font-weight: 400;
  line-height: 40px;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 150px auto;
  padding-left:160px;
}

footer .ftbase .ftinfo h2 {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--color-white);
  letter-spacing: 0px;
  margin-bottom: 5px;
  flex-grow: 1;
}
footer .ftbase .ftinfo p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.8em;
  color: var(--color-white);
  margin-bottom: 0px;
}
footer .ftbase .ftinfo a {
  color:var(--color-white);
}
footer .ftbase .ftinfo p.fti_tel {
  font-size:16px;
  font-weight: 400;
}
footer .ftbase .ftinfo p.fti_tel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:30px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  transition: .4s all;
}




footer .ftbase div.tel-icon {
    font-size:16px;
  font-weight: 400;
    color: #fff;
}


footer .ftbase div.tel-icon span {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:30px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  transition: .4s all;


}










footer .ftbase .ftinfo p.fti_tel a:hover {
  color: var(--color-1st);
}

footer .ftbase .ftinfo .ftinfo_list {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-666);
  margin-bottom: 15px;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc {
  width:45%;
  display: flex;
  flex-direction: column;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc:first-of-type {
  width:100%;
  /*
  padding-right:5%;
  border-right:1px solid var(--color-666);
  */
}

/* Footer SNS list */
footer .ftbase .ftsns {
  width:15%;
}
footer .ftbase .ftsns ul {
  width:100%;
  height: auto;
  display: block;
}
footer .ftbase .ftsns ul li {
  font-size:10px;
  font-family: var(--font-en);
  border-bottom: 1px dotted var(--color-666);
}
footer .ftbase .ftsns ul li:last-child {
  border-bottom: none;
}
footer .ftbase .ftsns ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 40px;
  padding:0 0 0 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  transition: .4s all;
}
footer .ftbase .ftsns ul li a:hover {
  background-color: var(--color-666);
}

/* Footer SNS list */
footer p.ftcopy {
  width:95%;
  height: auto;
  display: block;
  border-top:1px solid var(--color-666);
  font-size:10px;
  font-family: var(--font-en);
  line-height: 50px;
  text-align: center;
  color:var(--color-white);
  margin:0 auto;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Contact Bar */
.contact_bar {
  width:100%;
  height: 70px;
  display: flex;
  align-items: center;
  position: fixed;
  top:auto;
  bottom:-90px;
  right:0;
  margin-right:0;
  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  transition: .4s all;
}
.contact_bar h3 {
  width:30%;
  height: auto;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  padding:10px;
  text-align: center;
}
.contact_bar ul {
  width:70%;
  height: auto;
  display:flex;
}
.contact_bar ul li {
  flex: 1;
  text-align: center;
}
.contact_bar ul li:first-child {
  border-right:1px solid var(--color-999);
}
.contact_bar ul li a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  padding:10px 10px;
  background-color: var(--color-black);
  transition: .4s all;
}
.contact_bar ul li a:hover {
  background-color: var(--color-666);
}
.contact_bar ul li a h4 {
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
}
.contact_bar ul li a p {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:14px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 30px;
  margin:0 auto;
  padding-left:30px;
  color: var(--color-white);
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 28px;
}

/* Contact Bar(Scrolled) */
.contact_bar.cbactive {
  bottom: 0;
}


/* Contact Bar(End) */
.contact_bar.cbend {
  width:100%;
  height: 70px;
  display: flex;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  margin-right:auto;
  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
footer .ftbody {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
}
footer .ftbase {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
  padding:50px 5% 30px;
}
footer .ftbase h3 {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0px;
  color:var(--color-white);
  font-family: var(--font-en);
  margin-bottom: 20px;
  text-align: center;
}

/* Footer menu */
footer .ftbase .ftmenu {
  width:70%;
  height: auto;
  display: block;
  order:2;
}
footer .ftbase .ftmenu .ftmlist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
footer .ftbase .ftmenu ul {
  flex:1;
  margin-right:5%;
}
footer .ftbase .ftmenu ul li {
  font-size: 12px;
  line-height: 1em;
  border-bottom: 1px dotted var(--color-666);
}
footer .ftbase .ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 5px;
  transition: .4s all;
}
footer .ftbase .ftmenu ul li a:hover {
  background-color: var(--color-666);
}

footer .ftbase .ftmenu ul li.ftm_brand {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  margin-bottom: 8px;
  border-radius: 3px;
}
footer .ftbase .ftmenu ul li.ftm_brand a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 15px;
  text-align: left;
  transition: .4s all;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
  background-color: var(--color-black);
}
footer .ftbase .ftmenu ul li.ftm_brand a:hover {
  background-color: var(--color-666);
}

/* Footer information */
footer .ftbase .ftinfo {
  width:100%;
  order:1;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 40px;
}

/* MIDLANDS */
footer .ftbase .ftinfo .midlandstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
footer .ftbase .ftinfo .midlandstitle ul {
  width:23%;
  height: 40px;
  display: flex;
  order:1;
  margin:0 auto 10px;
}
footer .ftbase .ftinfo .midlandstitle ul li {
  flex: 1;
  height: 40px;
  display: block;
}
footer .ftbase .ftinfo .midlandstitle ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}
footer .ftbase .ftinfo .midlandstitle h2 {
  width:100%;
  height: auto;
  display: block;
  order:2;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 20%;
  padding-top:35px;
  margin:0 auto;
}


/* BCJ */
footer .ftbase .ftinfo .bcjstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
footer .ftbase .ftinfo .bcjstitle ul {
  width:23%;
  height: 40px;
  display: flex;
  order:1;
  margin:0 auto 10px;
}
footer .ftbase .ftinfo .bcjstitle ul li {
  flex: 1;
  height: 40px;
  display: block;
}
footer .ftbase .ftinfo .bcjstitle ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}
footer .ftbase .ftinfo .bcjstitle h2 {
  width:100%;
  height: auto;
  display: block;
  order:2;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 25px;
  padding-top:35px;
  margin:0 auto;
}


footer .ftbase .ftinfo h2 {
  font-size:14px;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--color-white);
  letter-spacing: 0px;
  margin-bottom: 5px;
  flex-grow: 1;
}
footer .ftbase .ftinfo p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.8em;
  color: var(--color-white);
  margin-bottom: 0px;
  text-align: center;
}
footer .ftbase .ftinfo a {
  color:var(--color-white);
}
footer .ftbase .ftinfo p.fti_tel {
  width:fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-en);
  margin:0 auto;
}
footer .ftbase .ftinfo p.fti_tel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:30px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  transition: .4s all;
}




footer .ftbase div.tel-icon {
  width:fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-en);
  margin:0 auto;
    color: #fff;
}


footer .ftbase div.tel-icon span {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:30px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px auto;
  transition: .4s all;


}












footer .ftbase .ftinfo p.fti_tel a:hover {
  color: var(--color-1st);
}

footer .ftbase .ftinfo .ftinfo_list {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  text-align: center;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc {
  width:50%;
  display: flex;
  flex-direction: column;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc:first-of-type {
  width:100%;
  /*
  border-right:1px solid var(--color-666);
  */
}

/* Footer SNS list */
footer .ftbase .ftsns {
  width:25%;
  order:3;
  margin-left:auto;
}
footer .ftbase .ftsns ul {
  width:100%;
  height: auto;
  display: block;
}
footer .ftbase .ftsns ul li {
  font-size:10px;
  font-family: var(--font-en);
  border-bottom: 1px dotted var(--color-666);
}
footer .ftbase .ftsns ul li:last-child {
  border-bottom: none;
}
footer .ftbase .ftsns ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 40px;
  padding:0 0 0 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 25px;
  transition: .4s all;
}
footer .ftbase .ftsns ul li a:hover {
  background-color: var(--color-666);
}

/* Footer SNS list */
footer p.ftcopy {
  width:95%;
  height: auto;
  display: block;
  border-top:1px solid var(--color-666);
  font-size:12px;
  line-height: 50px;
  text-align: center;
  color:var(--color-white);
  margin:0 auto;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* Contact Bar */
.contact_bar {
  width:100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top:auto;
  bottom:0;
  right:0;
  margin-right:0;
  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
  transition: .4s all;
}
.contact_bar h3 {
display: none;
}
.contact_bar ul {
  width:100%;
  height: auto;
  display:flex;
}
.contact_bar ul li {
  flex: 1;
  text-align: center;
}
.contact_bar ul li:first-child {
  border-right:1px solid var(--color-999);
}
.contact_bar ul li a {
  width:100%;
  height: 70px;
  display: block;
  text-decoration: none;
  padding:10px 10px;
  background-color: var(--color-black);
  transition: .4s all;
}
.contact_bar ul li a:hover {
  background-color: var(--color-666);
}
.contact_bar ul li a h4 {
  font-size:10px;
  font-weight: 500;
  line-height: 20px;
  color: var(--color-white);
}
.contact_bar ul li a p {
  width:fit-content;
  height: 30px;
  display: block;
  font-size:12px;
  font-family: var(--font-en);
  font-weight: 500;
  line-height: 26px;
  margin:0 auto;
  padding-left:30px;
  color: var(--color-white);
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 24px;
}

/* Contact Bar(Scrolled) */
.contact_bar.cbactive {
  bottom: 0;
}


/* Contact Bar(End) */
.contact_bar.cbend {
  width:100%;
  height: 70px;
  display: flex;
  position: relative;
  top:auto;
  bottom:auto;
  right:auto;
  margin-right:auto;
  margin-left:auto;
  background-color: var(--color-white);
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
footer .ftbody {
  width:100%;
  height: auto;
  display: block;
  margin:0 auto;
}
footer .ftbase {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
  padding:50px 5% 30px;
}
footer .ftbase h3 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0px;
  color:var(--color-white);
  font-family: var(--font-en);
  margin-bottom: 20px;
  text-align: center;
}

/* Footer menu */
footer .ftbase .ftmenu {
  width:100%;
  height: auto;
  display: block;
  order:2;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 40px;
}
footer .ftbase .ftmenu .ftmlist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
footer .ftbase .ftmenu ul {
  flex:1;
  margin-right:5%;
}
footer .ftbase .ftmenu ul li {
  font-size: 12px;
  line-height: 1em;
  border-bottom: 1px dotted var(--color-666);
}
footer .ftbase .ftmenu ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 5px;
  transition: .4s all;
}
footer .ftbase .ftmenu ul li a:hover {
  background-color: var(--color-666);
}

footer .ftbase .ftmenu ul li.ftm_brand {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  font-family: var(--font-en);
  margin-bottom: 8px;
  border-radius: 3px;
}
footer .ftbase .ftmenu ul li.ftm_brand a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:10px 15px;
  text-align: left;
  transition: .4s all;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 80%;
  background-color: var(--color-black);
}
footer .ftbase .ftmenu ul li.ftm_brand a:hover {
  background-color: var(--color-666);
}

/* Footer information */
footer .ftbase .ftinfo {
  width:100%;
  order:1;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 40px;
}

/* MIDLANDS */
footer .ftbase .ftinfo .midlandstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
footer .ftbase .ftinfo .midlandstitle ul {
  width:50%;
  height: 40px;
  display: flex;
  order:1;
  margin:0 auto 10px;
}
footer .ftbase .ftinfo .midlandstitle ul li {
  flex: 1;
  height: 40px;
  display: block;
}
footer .ftbase .ftinfo .midlandstitle ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}

footer .ftbase .ftinfo .midlandstitle h2 {
  width:100%;
  height: auto;
  display: block;
  order:2;
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 40%;
  padding-top:30px;
  margin:0 auto;
}


/* BCJ */
footer .ftbase .ftinfo .bcjstitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
footer .ftbase .ftinfo .bcjstitle ul {
  width:50%;
  height: 40px;
  display: flex;
  order:1;
  margin:0 auto 10px;
}
footer .ftbase .ftinfo .bcjstitle ul li {
  flex: 1;
  height: 40px;
  display: block;
}
footer .ftbase .ftinfo .bcjstitle ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}

footer .ftbase .ftinfo .bcjstitle h2 {
  width:100%;
  height: auto;
  display: block;
  order:2;
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  background-image: url(../img/bcj_logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 25px;
  padding-top:35px;
  margin:0 auto;
}


footer .ftbase .ftinfo h2 {
  font-size:16px;
  font-weight: 600;
  line-height: 1.5em;
  color: var(--color-white);
  letter-spacing: 0px;
  margin-bottom: 5px;
  flex-grow: 1;
}
footer .ftbase .ftinfo h2 br {
  display: none;
}
footer .ftbase .ftinfo p {
  font-size:12px;
  font-weight: 400;
  line-height: 1.8em;
  color: var(--color-white);
  margin-bottom: 0px;
}
footer .ftbase .ftinfo p br {
  display: none;
}
footer .ftbase .ftinfo a {
  color:var(--color-white);
}
footer .ftbase .ftinfo p.fti_tel {
  width:fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-en);
  margin:0;
  padding-top:5px;
}
footer .ftbase .ftinfo p.fti_tel a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:35px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  transition: .4s all;
}






footer .ftbase div.tel-icon {
  width:fit-content;
  height: auto;
  display: block;
  font-size:16px;
  font-weight: 400;
  font-family: var(--font-en);
  margin:0;
  padding-top:5px;
  color: #fff;
}


footer .ftbase div.tel-icon span {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-left:35px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px auto;
  transition: .4s all;


}













footer .ftbase .ftinfo p.fti_tel a:hover {
  color: var(--color-1st);
}

footer .ftbase .ftinfo .ftinfo_list {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc {
  width:100%;
  display: flex;
  flex-direction: column;
}
footer .ftbase .ftinfo .ftinfo_list .ftinfo_l_cc:first-of-type {
  width:100%;
  /*
  border-bottom:1px solid var(--color-666);
  padding-bottom: 20px;
  margin-bottom: 20px;
  */
}

/* Footer SNS list */
footer .ftbase .ftsns {
  width:100%;
  order:3;
  margin-left:auto;
}
footer .ftbase .ftsns ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
}
footer .ftbase .ftsns ul li {
  flex: 1;
  font-size:8px;
  font-family: var(--font-en);
}
footer .ftbase .ftsns ul li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 1em;
  text-align: center;
  padding:30px 0 0 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 25px;
  transition: .4s all;
}
footer .ftbase .ftsns ul li a:hover {
  background-color: var(--color-666);
}

/* Footer SNS list */
footer p.ftcopy {
  width:95%;
  height: auto;
  display: block;
  border-top:1px solid var(--color-666);
  font-size:10px;
  font-family: var(--font-en);
  line-height: 50px;
  text-align: center;
  color:var(--color-white);
  margin:0 auto;
}

}


.w-50-100 li{
  width: 50%;

}

.close-link{
    padding-top: 17px;
    text-align: center;
}
.close-link a{

  color: #fff;


}




@media screen and (max-width: 768px) {
.w-50-100 {
  margin-right: 0px !important;

}
.w-50-100 li{
  width: 50%;
  text-align: center;
  display: table;
  margin: 0 auto;

}

.w-50-100 a{
  text-align: center !important;
}


  }