/* custom scroll bar */
nav .wrapper {
  position: relative;
  max-width: 1700px;
  padding: 0px 24px;
  height: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1250px) {
  nav .wrapper {
    padding: 0px 14px;
    line-height: 58px;
  }
}
@media (max-width: 550px) {
  nav .wrapper {
    height: 50px;
    padding: 0px 8px;
  }
}
nav .wrapper a {
  display: block;
}
@media (max-width: 1250px) {
  nav .wrapper a {
    display: inline-grid;
    margin-top: 0px;
  }
}
@media (max-width: 550px) {
  nav .wrapper a {
    margin-top: 0px;
  }
}
nav input {
  display: none;
}

.wrapper .nav-links {
  display: inline-flex;
  margin: 0 0px 0px 0;
  align-items: center;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.wrapper .btn {
  font-size: 18px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

.nav-links li {
  list-style: none;
}
@media (max-width: 1250px) {
  .nav-links li {
    margin-bottom: 10px !important;
  }
}
.nav-links li.pc {
  display: block;
}
@media (max-width: 1250px) {
  .nav-links li.pc {
    display: none;
  }
}
.nav-links li.mob {
  display: none;
  padding: 0 20px;
}
@media (max-width: 1250px) {
  .nav-links li.mob {
    display: block;
    padding: 0 16px;
  }
  .nav-links li.mob a.more {
    padding: 2px 20px;
    font-size: 14px;
  }
}
.nav-links li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-left: 5px;
  margin-right: 15px;
  transition: all 0.3s ease;
  position: relative;
  display: inline;
  padding: 30px 0;
}
@media (max-width: 1450px) {
  .nav-links li a {
    font-size: 13px;
  }
}
.nav-links li a.more {
  padding: 8px 20px;
  font-size: 16px;
  position: relative;
  color: #000;
  margin-left: 0 !important;
}
@media (max-width: 1250px) {
  .nav-links li a.more {
    margin-right: 0;
  }
}
.nav-links li a.more:hover {
  color: #fff;
}
.nav-links li:hover .drop-menu {
  transition: all 0.3s ease;
  top: 80px;
  opacity: 1;
  visibility: visible;
  border-radius: 15px;
  overflow: hidden;
}
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1450px) {
  .nav-links li:hover .mega-box {
    top: 60px;
  }
}
.nav-links li.call.pc {
  display: block;
}
@media (max-width: 1250px) {
  .nav-links li.call.pc {
    display: none;
  }
}
.nav-links li.call.mob {
  display: none;
  width: 100%;
}
@media (max-width: 1250px) {
  .nav-links li.call.mob {
    display: block;
  }
}
.nav-links li.call.mob a {
  width: 100%;
}
.nav-links li.call a {
  padding: 0px 0;
  width: 41px;
  height: 41px;
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links li.call a::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #499BE6 0.34%, #00AE7C 99%), #007DBC;
  z-index: -1;
  transform: scale(1);
}
.nav-links li.call a::after {
  position: absolute;
  left: 30%;
  top: 30%;
  right: 30%;
  bottom: 30%;
  opacity: 0;
  content: "";
  border-radius: 50%;
  background: #203357;
  z-index: -1;
  transform: scale(1);
  transition: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
}
.nav-links li.call a img {
  width: 100%;
  max-width: 21px;
  max-height: 21px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
}
.nav-links li.call a:hover::after {
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  opacity: 1;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #ffffff;
  width: 300px;
  line-height: 25px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 36px 38px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .nav-links .drop-menu {
    background: transparent;
  }
}
.nav-links .drop-menu li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 0px;
  transition: all 0.3s ease;
  color: #000;
  background: #ffffff;
  color: #203357;
}
@media (max-width: 767px) {
  .nav-links .drop-menu li a {
    padding: 8px 15px;
  }
}
.nav-links .drop-menu li a::before {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #203357;
  content: "";
  transition: 400ms;
}
.nav-links .drop-menu li a:hover, .nav-links .drop-menu li a .active {
  background: #ffffff;
  color: #000000;
  padding-left: 21px;
}
.nav-links .drop-menu li a:hover::before, .nav-links .drop-menu li a .active::before {
  top: 20px;
  left: 10px;
  opacity: 1;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #ffffff;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  max-width: 1500px;
  left: auto;
  right: auto;
  margin: 0 auto;
  border-radius: 20px;
}
.mega-box .content .pc {
  display: flex;
}
@media (max-width: 1250px) {
  .mega-box .content .pc {
    display: none;
  }
}
.mega-box .content .mob {
  display: none;
}
@media (max-width: 1250px) {
  .mega-box .content .mob {
    display: block;
  }
}
.mega-box .content .mob ul {
  margin: 0;
  padding: 0;
}
.mega-box .content .mob ul li {
  margin-bottom: 0px !important;
}
.mega-box .content .mob ul li a {
  font-size: 14px;
  padding: 0;
  margin: 0 0 0px 0;
  color: #a6d8ff;
}
.mega-box .content .row .left h4 {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.mega-box nav {
  width: 35%;
  display: flex;
  align-items: center;
}
.mega-box nav .wrap {
  width: 100%;
  display: block;
}
.mega-box nav h5 {
  color: #9A9D9F;
  font-size: 17px;
  font-weight: 700;
}
.mega-box nav .nav-tabs {
  text-align: left;
  border: none;
}
.mega-box nav .nav-tabs button.nav-link {
  text-align: left;
  border: none;
  border-radius: 0;
  border-bottom: 0px solid #fff;
  border-top: 1px solid #F3F3F3;
  padding: 20px 20px 20px 25px;
  margin: 0 25px 0 0;
  position: relative;
  width: 100%;
}
.mega-box nav .nav-tabs button.nav-link::before {
  position: absolute;
  left: 0;
  top: 25px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/logo_circle.svg) center no-repeat;
  filter: grayscale(1);
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  pointer-events: none;
}
.mega-box nav .nav-tabs button.nav-link::after {
  position: absolute;
  right: 0;
  top: 25px;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/menu_arrow.svg) center no-repeat;
  opacity: 0;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  pointer-events: none;
  transform: rotate(-90deg);
}
.mega-box nav .nav-tabs button.nav-link.active {
  border: none;
  border-top: 1px solid #F3F3F3;
  border-bottom: 0px solid #fff;
}
.mega-box nav .nav-tabs button.nav-link.active::before {
  filter: grayscale(0);
}
.mega-box nav .nav-tabs button.nav-link.active::after {
  opacity: 1;
}
.mega-box nav .nav-tabs button.nav-link.active span.bigs {
  background: linear-gradient(to right, #499BE6, #4BD6AE);
  color: transparent !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  clear: right;
}
.mega-box nav .nav-tabs button.nav-link span.bigs {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: block;
  transition: 400ms;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .mega-box nav .nav-tabs button.nav-link span.bigs {
    font-size: 17px;
  }
}
.mega-box nav .nav-tabs button.nav-link span.smalls {
  font-size: 15px;
  font-weight: 300;
  color: #656565;
  width: 100%;
  display: block;
  pointer-events: none;
}
.mega-box .tab-content {
  width: 65%;
}
.mega-box .tab-content .bgs {
  background: #F8F8F8;
  background: linear-gradient(90deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
  padding: 35px;
  border-radius: 15px;
}
.mega-box .tab-content .bgs .row .left {
  font-size: 15px;
}
.mega-box .tab-content .bgs .row .right_img img {
  border-radius: 15px;
}

.content .row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content .row header {
  font-size: 18px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  font-size: 15px;
  display: block;
}
.row .mega-links li a:hover {
  color: #000000;
}

#menu-btn.nav-links .btn.close-btn {
  position: fixed;
  right: 31px;
  top: 20px;
}

.btn.menu-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.btn.menu-btn svg {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1250px) {
  .btn.menu-btn svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 800px) {
  .btn.menu-btn svg {
    width: 35px;
    height: 35px;
  }
}
.btn.menu-btn .line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn.menu-btn .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.btn.menu-btn .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.btn.menu-btn .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.btn.menu-btn .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.btn.menu-btn .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.btn.menu-btn .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

@media screen and (max-width: 1250px) {
  .wrapper .btn {
    display: flex;
    position: fixed;
    top: 20px;
    right: 15px;
    background: #fff !important;
    transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
  }
}
@media screen and (max-width: 1250px) and (max-width: 800px) {
  .wrapper .btn {
    top: 14px;
    right: 18px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 550px) {
  .wrapper .btn {
    top: 14px;
    right: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 270px;
    background: #203357;
    top: 0;
    left: -100%;
    display: block;
    padding: 50px 10px;
    line-height: 40px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
    z-index: 1;
  }
  .wrapper .nav-links::before {
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0;
    content: "";
    background: #122341;
    z-index: 0;
    width: 100%;
    height: 100%;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  #menu-btn.btn.menu-btn {
    display: none;
  }
  #menu-btn.btn.menu-btn:not(:checked) {
    display: none;
  }
  .nav-links li {
    margin: 0px 0px;
  }
  .nav-links li a {
    padding: 0 10px;
    display: block;
    font-size: 14px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 14px;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
  }
  .nav-links .mobile-item:hover {
    background: #f7f7f7;
    color: #294970;
  }
}
@media screen and (max-width: 1250px) and (max-width: 1250px) {
  .nav-links .mobile-item:hover {
    background: transparent;
    color: #fff !important;
  }
}
@media screen and (max-width: 1250px) and (max-width: 1250px) {
  .nav-links .mobile-item {
    background: transparent;
    color: #fff;
  }
}
@media screen and (max-width: 1250px) {
  .nav-links .mobile-item::after {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 15px;
    width: 15px;
    content: "";
    background: url(../images/menu_arrow.svg) right center no-repeat;
  }
  .nav-links .mobile-item:hover {
    color: #000;
  }
  #showDrop:checked ~ .drop-menu {
    max-height: 100%;
  }
  #showMega:checked ~ .mega-box {
    max-height: 100%;
    height: auto;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 16px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 0 0 0 10px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1) {
    border-top: 0px;
  }
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .content .row header {
    font-size: 19px;
  }
  .row .mega-links li {
    margin: 0;
  }
}/*# sourceMappingURL=menu.css.map */