#header-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 9999;
}

#header-wrap .header-inner {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-weight: bold;
}

#header-wrap .header-logo {
  display: block;
  margin: 0;
  padding: 5px 0 5px 20px;
  width: 100%;
  font-size: 0;
  background: #fff;
}

#header-wrap .slct-lang {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
}

#header-wrap .slct-lang span {
  font-weight: bold;
}

#header-wrap .slct-lang a {
  color: #1a3256;
  text-decoration: none;
}

#header-wrap .slct-lang a:hover {
  color: #F9C270;
  font-weight: bold;
}

#header-globalnavi ul {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  margin-top: 36px;
  padding: 0;
  list-style-type: none;
}

#header-globalnavi ul > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  color: #000;
  transition: .3s;
  text-decoration: none;
}

#header-globalnavi ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #419CC0;
  transition: .3s;
  transform: translateX(-50%);
}

#header-globalnavi ul > li > a:hover {
  box-sizing: border-box;
  color: #419CC0;
}

#header-globalnavi ul > li > a:hover::after {
  width: 100%;
}

#header-globalnavi ul > li .globalnavi-class-wrap {
  display: block;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  transition: all .3s ease-in-out;
  background: #419CC0;
}

#header-globalnavi ul > li .globalnavi-class-wrap ul {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0;
}

#header-globalnavi ul > li .globalnavi-class-wrap ul li > a {
  display: block;
  padding: 40px 20px;
  width: 100%;
  color: #fff;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#header-globalnavi ul > li .globalnavi-class-wrap ul li > a::after {
  height: 0;
}

#header-globalnavi ul > li .globalnavi-class-wrap ul li > a:hover {
  color: #F9C270;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#header-globalnavi ul > li .globalnavi-class-wrap ul li + li {
  position: relative;
}

#header-globalnavi ul > li .globalnavi-class-wrap ul li + li::before {
  content: '/';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

#header-globalnavi ul > li:hover .globalnavi-class-wrap {
  opacity: 1;
  left: 0;
  width: 100%;
  max-height: 9999px;
  transition: all .3s ease-in;
}

#globalnavi-toggle {
  display: none;
  position: absolute;
  top: 25px;
  right: 12px;
  width: 34px;
  height: 34px;
}

#globalnavi-toggle div {
  position: relative;
}

#globalnavi-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #419CC0;
  transition: .35s ease-in-out;
}

#globalnavi-toggle span:nth-child(1) {
  top: 0;
}

#globalnavi-toggle span:nth-child(2) {
  top: 11px;
}

#globalnavi-toggle span:nth-child(3) {
  top: 22px;
}

.fixed {
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
}

@media all and (-ms-high-contrast: none) {
  #header-wrap {
    height: 85px;
  }
  #header-globalnavi ul {
    margin-top: 47px;
  }
  .fixed {
    border-bottom: #EFEFEF 2px solid;
  }
}

#footer-wrap {
  margin: 0;
  padding: 0;
}

#footer-wrap .contact-wrap {
  background: #EFEFEF;
  margin: 0;
  padding-top: 10px;
}

#footer-wrap .contact-wrap .footer-contact-inner {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
  padding: 30px 0 80px;
}

#footer-wrap .contact-wrap .footer-contact-inner .contact-info > p {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
}

#footer-wrap .contact-wrap .footer-contact-inner .contact-info .contact-address {
  padding: 20px 0;
  text-align: center;
}

#footer-wrap .contact-wrap .footer-contact-inner .contact-info .telno, #footer-wrap .contact-wrap .footer-contact-inner .contact-info .faxno {
  margin: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #1a3256;
}

#footer-wrap .contact-wrap .footer-contact-inner .contact-info .telno::before {
  content: '\f098';
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .contact-wrap .footer-contact-inner .contact-info .faxno::before {
  content: '\f1ac';
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .contact-wrap .footer-contact-inner .mailform-button {
  display: inline-block;
  padding: 10px;
  width: 520px;
  font-size: 25px;
  color: #1a3256;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 2px solid #1a3256;
  border-radius: 4px;
  transition: .5s;
}

#footer-wrap .contact-wrap .footer-contact-inner .mailform-button:hover {
  color: #fff;
  background-color: #1a3256;
  border-color: #419CC0;
}

#footer-wrap .contact-wrap .footer-contact-inner .mailform-button::before {
  content: '\f0e0';
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .contact-wrap .footer-contact-inner .cal_wrapper {
  padding: 0 50px;
}

#footer-wrap .footernavi-wrap {
  background: #419CC0;
}

#footer-wrap .footernavi-wrap .footer-company-info {
  padding: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

#footer-wrap .footernavi-wrap .footer-company-info h1 {
  font-size: 15px;
}

#footer-wrap .footernavi-wrap .footer-company-info .access-jp {
  position: relative;
  padding-left: 0.5em;
  color: #fff;
  text-decoration: none;
}

#footer-wrap .footernavi-wrap .footer-company-info .access-jp::before {
  position: absolute;
  content: "\f3c5";
  top: 1px;
  left: -0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .footernavi-wrap .footer-company-info .access-jp:hover {
  color: #F9C270;
  font-weight: bold;
}

#footer-wrap .footernavi-wrap .footernavi-inner {
  padding-bottom: 20px;
}

#footer-wrap .footernavi-wrap .footernavi-inner > nav > ul {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  flex-flow: row wrap;
  list-style-type: none;
}

#footer-wrap .footernavi-wrap .footernavi-inner > nav > ul > li {
  margin: 3px 0;
  min-width: 100px;
  font-size: 13px;
  text-align: center;
  border-right: 1px solid #fff;
}

#footer-wrap .footernavi-wrap .footernavi-inner > nav > ul > li:first-child {
  border-left: 1px solid #fff;
}

#footer-wrap .footernavi-wrap .footernavi-inner > nav > ul > li a {
  color: #fff;
  text-decoration: none;
}

#footer-wrap .footernavi-wrap .footernavi-inner > nav > ul > li a:hover {
  color: #F9C270;
  font-weight: bold;
}

#footer-wrap .footernavi-wrap-en {
  padding-top: 10px;
  background: #EFEFEF;
}

#footer-wrap .footernavi-wrap-en .footer-company-info {
  padding: 20px 0;
  color: #000;
  text-align: center;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-company-logo h1 {
  font-size: 15px;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-address-en {
  margin: 5px 0 30px;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-address-en .address-txt-en::before {
  content: "\f3c5";
  padding-right: 0.5em;
  color: #c32e4b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-address-en .tel-txt-en::before {
  content: "\f098";
  padding-right: 0.5em;
  color: #245d90;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-address-en .mail-txt-en::before {
  content: "\f0e0";
  padding-right: 0.5em;
  color: #245d90;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-access-map {
  margin-bottom: 50px;
  padding: 0;
}

#footer-wrap .footernavi-wrap-en .footer-company-info .footer-access-map > iframe {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#footer-wrap .copyright-wrap {
  padding: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  background: #1a3256;
}

@media screen and (max-width: 850px) {
  #header-wrap {
    position: fixed;
  }
  #header-wrap .header-inner {
    display: block;
    width: 100%;
  }
  #header-wrap .header-inner .header-burger {
    width: 100%;
  }
  #header-wrap .header-inner #header-globalnavi {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    top: -500px;
    width: 100%;
    transition: .5s ease-in-out;
    text-align: center;
    background: #1a3256;
  }
  #header-wrap .header-inner #header-globalnavi ul {
    flex-flow: column nowrap;
    margin-top: 0;
  }
  #header-wrap .header-inner #header-globalnavi ul li a {
    padding: 20px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(212, 236, 234, 0.2);
  }
  #header-wrap .header-inner #header-globalnavi ul li a::after {
    background: #419CC0;
  }
  #header-wrap .header-inner #header-globalnavi ul li a:hover {
    color: #419CC0;
  }
  #header-wrap .header-inner #header-globalnavi ul li .globalnavi-class-wrap {
    display: none;
  }
  #globalnavi-toggle {
    display: block;
    margin-top: 10px;
  }
  .open #globalnavi-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #globalnavi-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #globalnavi-toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .open #header-globalnavi {
    transform: translateY(580px);
  }
  #footer-wrap .contact-wrap .mailform-button {
    width: 450px !important;
    font-size: 23px !important;
  }
}
