@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700&display=swap");
/*============================================================================
	Header
==============================================================================*/
.head-container {
  position: relative;
}
.head-container .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
}
.head-container .header .head-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: flex;
  align-items: center;
  margin: auto;
  height: 70px;
}
.head-container .header .head-inner h1.h1-logo {
  width: 300px;
  margin: 0 20px;
  padding: 0;
  font-size: 0;
}
.head-container .header .head-inner h1.h1-logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.annual-icon {
  border: 1px solid #3B4043;
  width: 50px;
  height: 50px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .annual-icon {
    width: 35px;
    height: 35px;
    padding: 2px;
  }
}
.annual-icon img {
  width: 100%;
  height: auto;
}

.nav-cont {
  padding-right: 15px;
}
.nav-cont ul {
  display: flex;
  justify-content: center;
}
.nav-cont ul li {
  margin: 0 15px;
}
.nav-cont ul li a {
  font-size: 12px;
  color: #3B4043;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
}
.nav-cont ul li a:hover {
  color: #666;
}

.right-nav-cont {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.right-nav-cont .btn {
  display: block;
  padding: 10px 30px;
  background-color: #002195;
  color: #fff;
  border: 1px solid #002195;
  transition: all 0.4s;
}
.right-nav-cont .btn:hover {
  border: 1px solid #002195;
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
  color: #002195;
  transition: all 0.4s;
}

.lang-nav {
  border: 1px solid #002195;
  display: flex;
  justify-content: center;
  margin-right: 20px;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .lang-nav {
    border: none;
    margin-right: 0;
  }
}
.lang-nav li {
  margin: 0;
}
.lang-nav li:last-child a {
  margin-right: 0;
}
.lang-nav a {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .lang-nav a {
    border: 1px solid #002195;
    padding: 5px 10px;
    margin-right: 5px;
  }
}
.lang-nav a.active {
  color: #002195;
}
.lang-nav a i {
  font-size: 18px;
  color: #3B4043;
  transition: all 0.5s;
}
.lang-nav a i:hover {
  color: #666;
}

.lang-nav li:not(:last-child)::after {
  content: "/";
  margin: 0;
  color: #3B4043;
}
@media screen and (max-width: 768px) {
  .lang-nav li:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .head-container .header .head-inner {
    height: 70px;
    display: flex;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .head-container .header .head-inner {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .head-container .header .head-inner h1.h1-logo {
    width: 60%;
    max-width: 300px;
    margin: 0 10px 0 10px;
  }
  .head-container .header .head-inner h1.h1-logo img {
    width: 100%;
    height: auto;
  }
  .sp-nav .sp-nav-inner .nav {
    display: block;
    z-index: 9999;
    background-color: #002195;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  .sp-nav .sp-nav-inner .nav .nav_inner {
    width: 30px;
    height: 30px;
    z-index: 9999999;
    transition: all 0.4s;
    position: absolute;
    right: 16px;
    top: 13px;
  }
  .sp-nav .sp-nav-inner .nav .nav_inner span {
    z-index: 9999;
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #fff;
  }
  .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(1) {
    top: 6px;
    width: 100%;
  }
  .sp-nav .sp-nav-inner .nav .nav_inner span:nth-child(2) {
    top: 13px;
    width: 85%;
  }
  .sp-nav .sp-nav-inner .nav .nav-txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: absolute;
    bottom: 10px;
    left: 13px;
    color: #fff;
    font-size: 7px;
  }
  .sp-nav .sp-nav-inner .nav .nav-txt img {
    width: 30px;
    height: auto;
  }
  .sp-nav .sp-nav-inner .nav.active {
    z-index: 9999;
  }
  .sp-nav .sp-nav-inner .nav.active span:nth-of-type(1) {
    background-color: #fff;
    top: 3px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .sp-nav .sp-nav-inner .nav.active span:nth-of-type(2) {
    background-color: #fff;
    top: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  .navigation {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9998;
    transition: 0.5s ease;
    opacity: 0;
    display: none;
  }
  .navigation.active {
    transition: 0.5s ease;
    overflow-y: scroll;
    opacity: 1;
    display: block;
  }
  .navigation .navigation-inner {
    padding-top: 100px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s ease;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
  }
  .navigation ul li {
    margin-bottom: 40px;
  }
  .navigation ul li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #002195;
    text-decoration: none;
  }
  .navigation .sns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
}/*# sourceMappingURL=nav.css.map */