@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic;
}

p {
  letter-spacing: 0.08em;
  line-height: 18.75px;
}

.l-header {
  width: 100%;
  z-index: 5;
  /*------------------*/
  /*ハンバーガーメニュー*/
  /*------------------*/
  /*!----------------*/
  /* グローバルメニュー */
  /*---------------*/
}
.l-header .inner {
  height: 71px;
  background-color: #fff;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1080px) {
  .l-header .inner {
    height: 61px;
  }
}
.l-header .inner .header {
  margin: 0;
  padding: 0;
}
.l-header .inner .header .l-logo {
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  overflow: hidden;
  text-decoration: none;
}
.l-header .inner .header .l-logo .logo-img {
  width: 56px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: top;
  overflow: hidden;
  margin-left: 30px;
  margin-right: 22px;
}
@media (max-width: 1080px) {
  .l-header .inner .header .l-logo .logo-img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
}
@media (max-width: 414px) {
  .l-header .inner .header .l-logo .logo-img {
    width: 45px;
    height: 45px;
    margin-left: 15px;
    margin-right: 6px;
  }
}
.l-header .inner .header .l-logo .h1-header {
  color: #333;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-header .inner .header .l-logo .h1-header {
    font-size: 14px;
  }
}
.l-header .inner .pc-nav-wrap {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.l-header .inner .pc-nav-wrap .nav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.l-header .inner .pc-nav-wrap .nav-contents .list {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 1080px) {
  .l-header .inner .pc-nav-wrap .nav-contents .list {
    display: none;
  }
}
.l-header .inner .pc-nav-wrap .nav-contents .nav-text {
  font-weight: 500;
  color: #333;
  margin: 0;
  font-size: 14px;
  position: relative;
}
.l-header .inner .pc-nav-wrap .nav-contents .nav-text:hover {
  color: #0061a1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .inner .pc-nav-wrap .nav-contents .nav-text::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #f09235;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-header .inner .pc-nav-wrap .nav-contents .nav-text:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.l-header .inner .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
}
@media (max-width: 1080px) {
  .l-header .inner .header-contact {
    display: none;
  }
}
.l-header .inner .header-contact .l-mail {
  background: #3d8ad0;
  width: 164px;
  height: 71px;
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-header .inner .header-contact .l-mail:hover {
  background: #0e3bce;
}
.l-header .inner .header-contact .l-mail .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  color: #fff;
}
.l-header .inner .header-contact .l-mail .header-btn .mail-text-box {
  margin: auto;
}
.l-header .inner .header-contact .l-mail .header-btn .mail-text-box .mail-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.75px;
  margin: 0 0 0 10px;
}
.l-header .inner .header-contact .l-mail .header-btn .mail-img {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header .toggle {
  position: fixed;
  right: 22px;
  top: 0;
  display: block;
  width: 40px;
  height: 45px;
  cursor: pointer;
  z-index: 21;
  display: none;
}
@media (max-width: 1080px) {
  .l-header .toggle {
    display: block;
  }
}
@media (max-width: 414px) {
  .l-header .toggle {
    right: 12px;
  }
}
.l-header .toggle .span {
  display: block;
  position: absolute;
  width: 70%;
  border-bottom: solid 2px #333;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding-top: 5px;
  right: 7px;
  margin: 0;
}
.l-header .toggle .span:nth-child(1) {
  top: 10px;
}
.l-header .toggle .span:nth-child(2) {
  top: 20px;
}
.l-header .toggle .span:nth-child(3) {
  top: 30px;
}
.l-header .toggle.active .span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header .toggle.active .span:nth-child(2) {
  opacity: 0;
}
.l-header .toggle.active .span:nth-child(3) {
  top: 16px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header .global-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 20;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .global-nav .global-nav-ul .nav-li {
  width: 100%;
}
.l-header .global-nav .global-nav-ul .nav-li.nav-link {
  display: block;
  color: #fff;
}
.l-header .global-nav.active {
  -webkit-transform: none;
          transform: none;
}
.l-header .global-nav .nav-li {
  width: 100%;
  background: white;
}
@media (max-width: 600px) {
  .l-header .global-nav .nav-li {
    font-size: 14px;
  }
}
.l-header .global-nav .nav-li a {
  padding-left: 30px;
  display: block;
  color: #fff;
}
@media (max-width: 600px) {
  .l-header .global-nav .nav-li a {
    padding-left: 15px;
  }
}
@media (max-width: 500px) {
  .l-header .global-nav .nav-li a {
    padding-left: 10px;
  }
}
.l-header .global-nav.active {
  -webkit-transform: none;
          transform: none;
}
.l-header .nav-li {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.l-header .nav-li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.l-header .nav-li .nav-link {
  margin: 0;
  text-decoration: none;
  padding: 14px 0;
}
.l-header .nav-li .nav-link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #cde3ff;
}
.l-header .nav-li .nav-link:hover .nav-name {
  color: #0004ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .nav-li .nav-link .nav-name {
  margin: 0;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.l-header .nav-li .nav-link .nav-name.bold {
  font-weight: 800;
  color: #fff;
}
.l-header .nav-li .nav-link.contact {
  background: #3d8ad0;
}
.l-header .nav-li .nav-link.contact:hover {
  background: #002fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*# sourceMappingURL=header.css.map */