@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

p {
  letter-spacing: 0.08em;
}

.l-header {
  width: 100%;
  z-index: 5;
  /*------------------*/
  /*ハンバーガーメニュー*/
  /*------------------*/
  /*!----------------*/
  /* グローバルメニュー */
  /*---------------*/
}
.l-header .header {
  padding-bottom: 10px;
}
@media (max-width: 1060px) {
  .l-header .header {
    padding-bottom: 0;
  }
}
.l-header .inner {
  background: #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;
  padding: 17px 33px 0px 53px;
  border-top: 4px solid #ff911e;
}
@media (max-width: 1060px) {
  .l-header .inner {
    padding: 4px 23px 4px 8px;
  }
}
@media (max-width: 600px) {
  .l-header .inner {
    padding: 2px 6px;
  }
}
.l-header .inner .l-logo {
  text-decoration: none;
}
.l-header .inner .l-logo .logo-img {
  width: 107px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 13px;
}
@media (max-width: 1060px) {
  .l-header .inner .l-logo .logo-img {
    height: 35px;
    padding-right: 36px;
  }
}
@media (max-width: 600px) {
  .l-header .inner .l-logo .logo-img {
    width: 100px;
  }
}
.l-header .inner .l-logo .name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  line-height: 20.27px;
  padding-left: 4px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .l-header .inner .l-logo .name {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .l-header .inner .l-logo .name {
    font-size: 10px;
  }
}
.l-header .inner .h-text {
  margin-right: auto;
  padding-left: 50px;
}
@media (max-width: 1060px) {
  .l-header .inner .h-text {
    padding-left: 25px;
  }
}
@media (max-width: 414px) {
  .l-header .inner .h-text {
    display: none;
  }
}
.l-header .inner .h-text .text.header {
  font-weight: 500;
  font-size: 14px;
  line-height: 20.79px;
}
@media (max-width: 750px) {
  .l-header .inner .h-text .text.header {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .l-header .inner .h-text .text.header {
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  .l-header .inner .h-text .text.header {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.l-header .inner .header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-bottom: 30px;
}
@media (max-width: 1060px) {
  .l-header .inner .header-contact {
    display: none;
    padding-bottom: 0;
  }
}
.l-header .inner .header-contact .l-tel {
  background: #60b7ff;
  border-radius: 120px;
  width: 250px;
  height: 56px;
  text-decoration: none;
}
.l-header .inner .header-contact .l-tel:hover {
  background: #0d89f5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .inner .header-contact .l-tel:first-child {
  margin-right: 8px;
}
.l-header .inner .header-contact .l-tel .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header .inner .header-contact .l-tel .tel {
  text-align: center;
  margin: 0 25px 0 auto;
  padding-top: 11px;
}
.l-header .inner .header-contact .l-tel .tel .tel-head1 {
  font-size: 12px;
  line-height: 17.82px;
  margin-bottom: 0;
}
.l-header .inner .header-contact .l-tel .tel .tel-head2 {
  font-size: 14px;
  line-height: 20.79px;
  font-weight: 900;
}
.l-header .inner .header-contact .l-tel .tel-img {
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4% 0 0 12%;
}
.l-header .inner .header-contact .l-mail {
  background: #ff911e;
  border-radius: 120px;
  width: 250px;
  height: 56px;
  text-decoration: none;
}
.l-header .inner .header-contact .l-mail:hover {
  background: rgba(255, 145, 30, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .inner .header-contact .l-mail:first-child {
  margin-right: 8px;
}
.l-header .inner .header-contact .l-mail .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.l-header .inner .header-contact .l-mail .mail {
  text-align: center;
  margin: 0 25px 0 auto;
  padding-top: 11px;
}
.l-header .inner .header-contact .l-mail .mail .mail-head1 {
  font-size: 12px;
  line-height: 17.82px;
  margin-bottom: 0;
}
.l-header .inner .header-contact .l-mail .mail .mail-head2 {
  font-size: 14px;
  line-height: 20.79px;
  font-weight: 900;
}
.l-header .inner .header-contact .l-mail .mail-img {
  width: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4% 0 0 12%;
}
.l-header .pc-nav-wrap .hm-nav {
  background: #fff;
  z-index: 20;
  position: fixed;
  top: 107px;
  right: 0;
  left: 0;
  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;
  padding-bottom: 18px;
}
@media (max-width: 1060px) {
  .l-header .pc-nav-wrap .hm-nav {
    padding-bottom: 0;
  }
}
.l-header .pc-nav-wrap .hm-nav .nav-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-left: 1px dashed #ff911e;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents:last-child {
  border-right: 1px dashed #ff911e;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents.last {
  border-right: 1px dashed #ff911e;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon {
  color: #333;
  padding: 0 44px;
  text-decoration: none;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon:hover {
  color: rgba(255, 123, 0, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon:hover .img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon {
    padding: 0 41px;
  }
}
@media (max-width: 1060px) {
  .l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon {
    display: none;
  }
}
.l-header .pc-nav-wrap .hm-nav .nav-contents .list-icon .img {
  width: 40px;
  height: 39.51px;
}
.l-header .pc-nav-wrap .hm-nav .nav-contents .nav-text {
  padding-top: 5px;
  margin: 0;
}
.l-header .toggle {
  position: fixed;
  right: 22px;
  top: 10px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 21;
}
@media (min-width: 1061px) {
  .l-header .toggle {
    display: none;
  }
}
@media (max-width: 600px) {
  .l-header .toggle {
    right: 14px;
    top: 9px;
  }
}
.l-header .toggle .span {
  display: block;
  position: absolute;
  width: 70%;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  padding-top: 5px;
  right: 7px;
  margin: 0;
}
.l-header .toggle .span:nth-child(1) {
  top: 6px;
}
.l-header .toggle .span:nth-child(2) {
  top: 16px;
}
.l-header .toggle .span:nth-child(3) {
  top: 26px;
}
.l-header .toggle.active .span:nth-child(1) {
  top: -2px;
  left: 8px;
  -webkit-transform: translateY(20px) rotate(-315deg);
          transform: translateY(20px) rotate(-315deg);
}
.l-header .toggle.active .span:nth-child(2) {
  opacity: 0;
}
.l-header .toggle.active .span:nth-child(3) {
  bottom: -2px;
  left: 0;
  -webkit-transform: translateY(-20px) rotate(315deg);
          transform: translateY(-20px) rotate(315deg);
}
.l-header .global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 20;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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: #333;
}
.l-header .global-nav.active {
  -webkit-transform: none;
          transform: none;
}
.l-header .global-nav .nav-li {
  width: 100%;
}
.l-header .global-nav .nav-li a {
  display: block;
  color: #000;
}
.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 {
  background: rgba(255, 145, 30, 0.9);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .nav-li .nav-link:hover p {
  color: #fff;
}
.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;
}
.l-header .nav-li .nav-link .nav-name.bold {
  font-weight: 800;
  color: #364fbe;
}
.l-header .nav-li .nav-link.tel:hover p {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .nav-li .nav-link.contact {
  background: rgba(96, 183, 255, 0.4);
}
.l-header .nav-li .nav-link.contact:hover {
  background: rgba(0, 140, 255, 0.616);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .nav-li .nav-link.contact:hover p {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*# sourceMappingURL=header.css.map */