@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

.jp {
  font-family: "Yu Gothic", "Meiryo UI", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.arial__font {
  font-family: Arial, sans-serif;
}

.abhaya__font {
  font-family: "Abhaya Libre";
}

.header {
  width: 100%;
  height: 44px;
  top: 0px;
  z-index: 1000;
  position: sticky;
  background: linear-gradient(284deg, #001880, #45b0b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  -o-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
}

.header__cont {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1360px;
  height: 100%;
  margin: 0 auto;
}

.header__nav {
  display: none;
  position: absolute;
  top: 44px;
  width: 100%;
  background: linear-gradient(284deg, #001880, #45b0b7);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 20s ease infinite;
  -moz-animation: AnimationName 20s ease infinite;
  -o-animation: AnimationName 20s ease infinite;
  animation: AnimationName 20s ease infinite;
}

.header__nav_ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  height: 100%;
  margin-bottom: 0;
  align-items: center;
  padding: 0;
}
.header__nav_ul li {
  margin: 1rem 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  transition: all 1s linear;
  min-width: 100px;
}
.header__nav_ul li a {
  font-weight: 400;
  font-size: 15px;
  color: white;
  text-align: center;
  pointer-events: none;
}
.header__nav_ul li .point {
  pointer-events: auto;
}
.header__nav_ul li .sub-menu {
  display: none;
  padding-left: 0;
  margin: 0 auto;
  z-index: 500;
  margin-left: 8rem;
}
.header__nav_ul li .sub-menu:hover {
  opacity: 1;
  display: block;
}
.header__nav_ul li .sub-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;
  padding: 0.3rem 0.5rem 0.5rem 0.5rem;
  max-width: 262px;
  min-width: 130px;
}
.header__nav_ul li .sub-menu li a {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  color: white;
  padding: 0;
}
.header__nav_ul li .sub-menu li a:hover {
  color: #BBFBFF;
}

.header__lan {
  height: 100%;
  display: flex;
  align-items: center;
  align-self: end;
}

.header__lan_link {
  display: flex;
  align-items: center;
  color: white;
}

.header__lan_title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
}

.header__lan_img {
  margin-right: 5px;
}

.heaeder__logo_cont {
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

.header__lan .lang__nav_ul {
  margin: 0 auto;
  padding: 0;
}
.header__lan .lang__nav_ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.hamburger {
  padding: 0;
  height: 44px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: 5px;
}
.hamburger .hamburger-inner {
  background-color: white;
  width: 30px;
  height: 3px;
}
.hamburger .hamburger-inner::after {
  background-color: white;
  width: 30px;
  height: 3px;
}
.hamburger .hamburger-inner::before {
  background-color: white;
  height: 3px;
  width: 30px;
}
.hamburger .hamburger-box {
  width: 30px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

.header__menu {
  display: flex;
  align-items: center;
  margin: 0.5rem;
}

.top__header {
  display: flex;
  justify-content: space-between;
  padding: 0 67px 0 97px;
  height: 88px;
  max-width: 1360px;
  margin: 0 auto;
}

.top__header_contact {
  display: flex;
}

.top__header_logo_text {
  text-align: center;
  font-weight: 900;
  font-size: 36px;
  color: #144590;
  margin-bottom: 0;
}

.top__header_phone_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}

.top__header_phone {
  display: flex;
  align-items: center;
}

.top__header_phone_img {
  margin-right: 8px;
}

.top__header_mail_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top__header_mail_button {
  width: 165px;
  height: 27px;
  background: linear-gradient(132.22deg, #001880 0%, #459BB7 57.76%), #144590;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.top__header_mail_button_link {
  font-size: 13px;
  font-weight: 500;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top__header_mail_adrs {
  font-weight: 400;
  font-size: 13px;
  color: black;
  text-align: center;
}
.top__header_mail_adrs:hover {
  color: black;
}

.top__header_phone_num_c {
  margin-right: 1rem;
}

.top__header_phone_num_c_jp {
  margin-right: 1.3rem;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 42%;
  }
  50% {
    background-position: 100% 59%;
  }
  100% {
    background-position: 0% 42%;
  }
}
ul {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  color: white;
}
a:hover {
  color: white;
  text-decoration: none !important;
}

p {
  margin: 0;
}

.border_outline {
  outline: none !important;
}

input:active, textarea:active, button:active {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
input:focus, textarea:focus, button:focus {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

input, textarea, button {
  outline: none !important;
}

/*# sourceMappingURL=header.css.map */
