/* ==========================================================
  footer
========================================================== */
.footer {
  background-color: #fff;
  color: #000000 !important;
  padding-bottom:0px !important;
}

.footer .footer-in {
  padding: 30px 30px 50px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in {
    padding: 0 200px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in {
    padding: 30px 30px 50px;
  }
}

.footer .footer-in .footer-head {
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0 15px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-head {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 20px;
  }
}

.footer .footer-in .footer-head .footer-breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-head .footer-breadcrumb {
    display: block;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-head .footer-breadcrumb {
    display: none;
  }
}

.footer .footer-in .footer-head .footer-breadcrumb ul {
  overflow: hidden;
}

.footer .footer-in .footer-head .footer-breadcrumb ul li {
  float: left;
  position: relative;
  padding: 0 25px 0 10px;
  font-size: 1.2rem;
  white-space: nowrap;
}

.footer .footer-in .footer-head .footer-breadcrumb ul li a {
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-head .footer-breadcrumb ul li a:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.footer .footer-in .footer-head .footer-breadcrumb ul li::after {
  content: "／";
  position: absolute;
  top: 0;
  right: 0;
}

.footer .footer-in .footer-head .footer-breadcrumb ul li:last-child {
  padding: 0 0 0 10px;
}

.footer .footer-in .footer-head .footer-breadcrumb ul li:last-child::after {
  content: "";
}

.footer .footer-in .footer-head .footer-breadcrumb ul li:first-child {
  padding: 0 25px 0 0;
}

.footer .footer-in .footer-head .footer-breadcrumb ul li:first-child a {
  padding-left: 25px;
  background: url("../img/ico_home_01.png") no-repeat left center;
  background-size: 15px;
}

.footer .footer-in .footer-head .footer-language {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer .footer-in .footer-utility {
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-utility {
    margin-top: 0;
  }
}

.footer .footer-in .footer-utility .footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-in .footer-utility .footer-links .footer-links-item {
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.footer .footer-in .footer-utility .footer-links .footer-links-item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item {
    border-bottom: none;
    margin-bottom: 40px;
    min-width: 33.33%;
    width: auto;
  }
}

@media screen and (max-width: 1100px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item {
    min-width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item {
    min-width: 25%;
  }
}

@media screen and (min-width: 1920px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item {
    min-width: 16.66%;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
    width: 100%;
  }
}

.footer .footer-in .footer-utility .footer-links .footer-links-item .title-link {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding: 20px;
  position: relative;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.footer .footer-in .footer-utility .footer-links .footer-links-item .title-link::before {
  position: absolute;
  content: '';
  top: calc(50% - 4px);
  right: 20px;
  width: 5px;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #076eaa;
}

.footer .footer-in .footer-utility .footer-links .footer-links-item .title-link[target=_blank]::before {
  top: calc(50% - 8px);
  width: 13px;
  height: 13px;
  border: none;
  background: url("../img/ico_external_01.png") center center no-repeat;
  background-size: 13px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
    padding-right: 23px;
  }
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link:not([target=_blank])::before {
    display: none;
  }
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link[target=_blank]::before {
    right: 0;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link {
    display: block;
    margin-bottom: 0;
    padding: 20px;
  }
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link:not([target=_blank])::before {
    display: block;
  }
  .footer .footer-in .footer-utility .footer-links .footer-links-item .title-link[target=_blank]::before {
    right: 20px;
  }
}

.footer .footer-in .footer-utility .footer-links-in {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links-in {
    display: block;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-utility .footer-links-in {
    display: none;
  }
}

.footer .footer-in .footer-utility .footer-links-in .footer-links-in-item {
  margin-bottom: 15px;
}

.footer .footer-in .footer-utility .footer-links-in .footer-links-in-item .text-link {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links-in .footer-links-in-item .text-link {
    font-size: 1.4rem;
    display: inline;
    -ms-filter: 'alpha( opacity=100)';
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links-in .footer-links-in-item .text-link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-utility .footer-links-in .footer-links-in-item .text-link.new-window {
    background: url("../img/ico_external_01.png") right top 2px no-repeat;
    background-size: 13px;
    padding-right: 23px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-utility .footer-links-in .footer-links-in-item .text-link {
    display: none;
  }
}

.footer .footer-in .footer-copyright-wrap {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap {
    padding: 35px 0 60px;
  }
}

@media only screen and (max-width: 897px) and (orientation: landscape) {
  .footer .footer-in .footer-copyright-wrap {
    padding: 40px 0 0;
  }
}

.footer .footer-in .footer-copyright-wrap .footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1366px) {
  .footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left .footer-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left .footer-logo .logo {
  display: block;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-left .footer-logo .logo img {
  display: block;
  width: 80px;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right {
    margin-bottom: 0;
  }
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 0 17px;
  position: relative;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item::before {
  position: absolute;
  content: '';
  top: calc(50% - 6px);
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #000;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item:first-child {
  padding-left: 0;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item:first-child::before {
  display: none;
}

.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item:last-child {
  padding-right: 0;
}
.footer .footer-in .footer-copyright-left .footer_company {
  font-size: 1.2rem;
  line-height: 2.2;
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item .link {
  /*font-size: 1.2rem;*/
  line-height: 2.2;
  display: block;
  -ms-filter: 'alpha( opacity=100)';
  filter: alpha(opacity=100);
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .footer-copyright .footer-copyright-right .footer-nav .footer-nav-item .link:hover {
    -ms-filter: 'alpha( opacity=50)';
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-decoration: none;
  }
}

.footer .footer-in .footer-copyright-wrap .txt-copyright {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.8rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .txt-copyright {
    font-size: 1rem;
    text-align: left;
  }
}

.footer .footer-in .footer-copyright-wrap .txt-copyright.pattern-01 {
  display: none;
}

@media screen and (min-width: 1680px) {
  .footer .footer-in .footer-copyright-wrap .txt-copyright.pattern-01 {
    display: block;
    margin-left: 40px;
  }
}

.footer .footer-in .footer-copyright-wrap .txt-copyright.pattern-02 {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer .footer-in .footer-copyright-wrap .txt-copyright.pattern-02 {
    margin-top: 22px;
  }
}

@media screen and (min-width: 1680px) {
  .footer .footer-in .footer-copyright-wrap .txt-copyright.pattern-02 {
    display: none;
  }
}