@import 'https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap';
.header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    z-index: 999 !important;
  }
}
.header_top {
  max-width: 1366px;
  height: 91px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top .head_logo {
  padding-left: 10px;
  margin-right: 50px;
  text-align: left;
}
.header_top .head_logo img {
  display: inline-block;
}
.header_top .head_logo .logo-locca {
  display: block;
  width: 180px;
  height: 65px;
  fill: #36a1b0;
}
@media screen and (max-width: 767px) {
  .header_top {
    width: 100%;
    height: 60px;
    padding: 0;
    justify-content: space-between;
    position: relative;
  }
  .header_top .head_logo {
    width: 34%;
    padding: 0;
    margin-right: 0px;
  }
  .header_top .head_logo img {
    width: auto;
    height: 60px;
    margin-top: 8px;
  }
  .header_top .head_logo .logo-locca {
    width: 140px;
    height: 50px;
  }
  .header_top .header-cta {
    padding-right: 62px;
  }
}
.head_menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.head_menu .phone {
  width: inherit;
}
.head-menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-menu-item {
  position: relative;
  width: 60px;
  margin-right: 25px;
  font-size: 10px;
  color: #646464;
  font-weight: bold;
  text-align: center;
}
.head-menu-item:last-child {
  margin-right: 0;
}
.head-menu-item a {
  color: #646464;
}
.head-menu-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 46px;
  margin-bottom: 3px;
}
.head-menu-item .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  fill: #36a1b0;
}
.head-menu-item .icon-price {
  width: 38px;
  height: 38px;
}
.head-menu-item .icon-product {
  width: 28px;
  height: 38px;
}
.head-menu-item .icon-voice {
  width: 46px;
  height: 38px;
}
.head-menu-item .icon-campaign {
  width: 40px;
  height: 38px;
}
.head-menu-item .icon-faq {
  width: 45px;
  height: 35px;
}
.head-menu-item .icon-column {
  width: 40px;
  height: 35px;
}
.header-cta {
  margin-left: 16px;
}
.header-cta .btn {
  min-width: 185px;
  font-size: 16px;
}
.header-cta .btn .icon-arrow-right {
  width: 7px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .header-cta {
    margin-left: 0px;
  }
  .header-cta .btn {
    min-width: 150px;
    height: 33px;
    padding: 0 14px;
    font-size: 12px;
  }
  .header-cta .btn .icon-arrow-right {
    width: 5.5px;
    height: 9px;
  }
}
.header-mypage {
  width: 90px;
  height: 100%;
  margin-left: 16px;
}
.header-mypage a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f6f6f6;
  font-size: 10px;
  color: #646464;
}
.header-mypage .icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: auto;
  fill: #36a1b0;
}
#nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
}
#nav-toggle > div.nav-toggle-trigger {
  position: relative;
  width: 22px;
  margin: 0 auto;
}
#nav-toggle > div.nav-toggle-trigger span {
  width: 100%;
  height: 2px;
  display: block;
  background: #1e8b9a;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle > div.nav-toggle-trigger span:nth-child(1) {
  top: 15px;
}
#nav-toggle > div.nav-toggle-trigger span:nth-child(2) {
  top: 23px;
}
#nav-toggle > div.nav-toggle-trigger span:nth-child(3) {
  top: 31px;
}
#nav-toggle > div.nav-toggle-trigger:hover span:nth-child(1) {
  top: 15px;
}
#nav-toggle > div.nav-toggle-trigger:hover span:nth-child(3) {
  top: 31px;
}
#nav-toggle p.nav-toggle-text {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 5px;
  text-align: center;
  line-height: 2;
  font-size: 8px;
  font-size: 0.8rem;
  color: #1e8b9a;
  font-weight: bold;
}
#nav-toggle p.nav-toggle-text.close {
  display: none;
}
#gloval-nav {
  background: #fff;
  color: #646464;
  position: fixed;
  top: 60px;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 9990;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: hidden;
  padding: 0;
  width: calc(100% - 44px);
  padding-bottom: 80px;
}
#gloval-nav ul {
  margin: 0;
}
#gloval-nav ul li {
  margin: 0;
}
.gloval-nav-menu-list {
  border-top: solid 1px #e5e5e5;
}
.gloval-nav-menu-item {
  border-bottom: solid 1px #e5e5e5;
}
.gloval-nav-menu-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 14px 16px;
  color: #646464;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.gloval-nav-menu-item-icon {
  width: 38px;
  height: 28px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gloval-nav-menu-item-icon .icon {
  width: 28px;
  height: 28px;
  fill: #36a1b0;
}
.gloval-nav-menu-item-icon .icon-price {
  width: 28px;
  height: 28px;
}
.gloval-nav-menu-item-icon .icon-product {
  width: 21px;
  height: 28px;
}
.gloval-nav-menu-item-icon .icon-voice {
  width: 32px;
  height: 27px;
}
.gloval-nav-menu-item-icon .icon-campaign {
  width: 32px;
  height: 28px;
}
.gloval-nav-menu-item-icon .icon-faq {
  width: 32px;
  height: 25px;
}
.gloval-nav-menu-item-icon .icon-column {
  width: 28px;
  height: 24px;
}
.gloval-nav-cta {
  margin: 24px auto;
  padding: 0 16px;
}
.gloval-nav-cta .btn {
  width: 100%;
  min-width: inherit;
}
.gloval-nav-submenu-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 5px 16px;
  color: #646464;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.gloval-nav-submenu-item .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.gloval-nav-link-list {
  margin: 10px 0;
  text-align: left;
}
.gloval-nav-link-item a {
  display: block;
  padding: 3px 16px;
  color: #646464;
  font-size: 14px;
  font-size: 1.4rem;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #1e8b9a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.nav-open {
  position: fixed;
  overflow: hidden;
}
.nav-open #nav-toggle > div.nav-toggle-trigger span {
  background: #1e8b9a;
}
.nav-open #nav-toggle > div.nav-toggle-trigger span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}
.nav-open #nav-toggle > div.nav-toggle-trigger span:nth-child(2) {
  top: 23px;
  width: 0;
  left: 50%;
}
.nav-open #nav-toggle > div.nav-toggle-trigger span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}
.nav-open #gloval-nav {
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}
.nav-open #gloval-nav ul {
  margin: 0;
}
.nav-open #gloval-nav li {
  margin: 0;
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.nav-open #nav-toggle p.nav-toggle-text.menu {
  display: none;
}
.nav-open #nav-toggle p.nav-toggle-text.close {
  display: block;
}
.nav-open .overlay {
  opacity: 0.9;
  visibility: visible;
}
#container {
  z-index: 900;
}
