@import url('../../css/all.css');
@font-face {
  font-family: 'Noto Sans JP Regular';
  src: url('../font/NotoSansJP-Regular.otf');
}
@font-face {
  font-family: 'Noto Sans JP Medium';
  src: url('../font/NotoSansJP-Medium.otf');
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-Bold.otf');
}
@font-face {
  font-family: 'Noto Sans JP Black';
  src: url('../font/NotoSansJP-Black.otf');
}

/*---------------------------------------------------- Header Style Start ----------------------------------------------------*/
@-moz-document url-prefix() {
  /* Disable scrollbar Firefox */
  html {
    scrollbar-width: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: 'Noto Sans JP Medium';
  font-size: 13px;
}

body::-webkit-scrollbar {
  display: none;
}

body.x-less-viewport::-webkit-scrollbar {
  display: block !important;
}

body.x-less-viewport::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0.8);
  border: 1px solid #fff;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table {
  width: 100%;
  background: #f2f2f2;
}

table thead th {
  vertical-align: bottom;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.x-primary-color {
  color: #0f2c7b;
}

.x-primary-bg-color {
  background-color: #0f2c7b;
}

.x-text-white {
  color: #fff;
}

.x-container-image-box {
  max-width: 900px;
}

/* .x-home-center{
  border: 5px solid #FFFF00;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
} */

body.x-less-viewport .x-section-banner,
body.x-less-viewport section.x-section-one,
body.x-less-viewport section.x-section-two,
body.x-less-viewport section.x-section-three {
  min-height: 100vh;
  height: auto;
  max-height: 100%;
}
.x-section-banner,
section.x-section-one,
section.x-section-two,
section.x-section-three {
  height: 100vh;
}

#header .collapse {
  display: none;
}

#header.collapse .logo_txt {
  color: #fff;
}

#header.collapse .collapse {
  display: block;
}

#header.collapse .collapse-non {
  display: none;
}

.logo_img {
  width: 154px;
}

.logo_img_1 {
  width: 600px;
}

.logo_txt {
  margin: -2px 0 0 10px;
  color: #0f2c7b;
}
.nav-break {
  height: 56px;
}

.scroll-menu-columns {
  left: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}
.x-triangle {
  border-top: 12px solid #0f2c7b;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
.x-opacity-bg::before {
  content: '';
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
}
.x-header::before,
.x-header-mobile::before {
  background-image: url('../images/bg1.jpg');
  background-attachment: fixed;
}

.x-blue-dot {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #0f2c7b;
  border-radius: 100%;
}

.x-section-banner {
  background-image: url('../images/bg1.jpg') !important;
  background-attachment: fixed;
  background-size: cover !important;
  
}
.x-section-banner p{
  /* color: #fff; */
}
.x-section-banner p a{
  color: #fff !important;
  text-decoration: underline;
  font-size: 14px;
}
.x-section-banner .scroll-menu a {
  color: #fff !important;
}

.x-section-banner .x-triangle {
  border-top: 12px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.x-section-one {
  background-image: url('../images/bg2.jpg');
  overflow: hidden;
  /* object-fit: cover; */
}
.x-section-two {
  background-image: url('../images/bg3.jpg');
  /* object-fit: cover; */
}
.x-section-three {
  background-image: url('../images/bg4.jpg');
  /* object-fit: cover; */
}
.x-section-right {
  overflow: auto;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
  margin-bottom: 2rem;
}
.x-section-right::-webkit-scrollbar {
  display: none;
}
.x-section-right-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.x-section-right-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #fff;
  height: 100%;
}

.x-small {
  width: 90px;
  height: 90px;
}

/* .x-small-1 {
  width: 80px;
  height: 80px;
} */

.x-small-1 img{
  width: 80px;
  height: 80px;
}

.x-small-1{
  margin-bottom: 10px;
}

.x-highlightcolor{
  background-color: #c7c8ca;
  padding: 8px;
  margin-right: 0.5rem;
}
.x-bgwhite{
  background-color: #fff;
}

/*---------------------------------------------------- Header Style Ends ----------------------------------------------------*/

/*---------------------------------------------------- Menu Style Starts ----------------------------------------------------*/
#gmenu {
  background-color: #0f2c7b;
}

#gmenu ul {
  border-left: 1px solid #fff;
}

#gmenu ul li {
  border-right: 1px solid #fff;
  width: calc(14.285% - 1px);
  background: linear-gradient(to bottom, #0f2c7b, #0f2c7b 50%, #0b2361);
}

#gmenu ul li.active {
  background: linear-gradient(to bottom, #227cbe, #227cbe 50%, #15649f);
}

#gmenu ul li:hover {
  background: linear-gradient(to bottom, #227cbe, #227cbe 50%, #15649f);
}

#gmenu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 60px;
  background: url('../images/common/gmenu.png') no-repeat center bottom 6px;
  background-size: 11px auto;
}

.submenu {
  position: absolute;
  background-color: rgba(34, 124, 190, 0.8);
  left: 0;
  top: 60px;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 15px 0 40px 0;
}

.submenu_link {
  max-width: 1000px;
}

#gmenu ul li .submenu_link a {
  background: linear-gradient(to bottom, #0f2c7b, #0f2c7b 50%, #0b2361);
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 0 0 20px;
  text-decoration: none;
}

#gmenu ul li .submenu_link a:hover {
  background: linear-gradient(to bottom, #227cbe, #227cbe 50%, #15649f);
}

#gmenu ul li .submenu_link a::after {
  content: '';
  background: url('../images/common/li02.png') no-repeat 0 0;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
  top: 2px;
}

#gmenu ul li ul {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 15px 20px;
  box-sizing: border-box;
}

#gmenu ul li ul li {
  font-size: 16px;
  white-space: initial;
  font-weight: normal;
  border-right: none;
  width: 19%;
  text-align: left;
  background: none;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 50px 10px 0;
}

#gmenu ul li ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid #0f2c7b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#gmenu ul li ul li:hover {
  background: none;
}

#gmenu ul li ul li a {
  color: #0f2c7b;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  background: none;
}

#gmenu ul li ul li a:hover {
  color: #999;
}

p.copy {
  color: #fff;
  text-align: center;
  background-color: #0f2c7b;
  padding: 10px 0;
}

.pagetop {
  background-color: #4e96cb;
  right: 48px;
  bottom: 48px;
}

.pagetop::after {
  content: '';
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}

.pagetop:hover {
  opacity: 0.6;
}

.x-mobile-header {
  border-top: 1px solid #fff;
  width: 60%;
}

.x-mobile-header .bukai {
  width: 100%;
}

.x-mobile-header .bukai a {
  line-height: 50px;
}

.x-mobile-header .sitemap a {
  color: #fff;
}
/*---------------------------------------------------- Menu Style Ends ----------------------------------------------------*/

/*---------------------------------------------------- Footer Style Starts ----------------------------------------------------*/
footer {
  min-height: 45px;
}

footer .x-footer-one .x-footer-title a {
  color: #0f2c7b;
}

footer .x-footer-one .x-footer-title a:hover {
  color: #999;
}

footer .x-footer-one li a {
  color: #363636;
}

footer .x-footer-one li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid #0f2c7b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

footer .x-footer-one li a:hover {
  color: #999;
}

footer .x-footer-two {
  color: #fff;
  background-color: #0f2c7b;
}

footer .container {
  max-width: 800px;
}

.x-footer-two p {
  padding-top: 0.149rem;
  padding-bottom: 0.149rem;
}

/*---------------------------------------------------- Footer Style Ends ----------------------------------------------------*/

/*---------------------------------------------------- Fixed Menu Style Starts ----------------------------------------------------*/
.menu-wrapper {
  display: block;
}
.menu-wrapper div {
  width: auto;
}
.menu-wrapper div::before {
  transition: all 0.4s ease;
  content: '';
  border-top: 11px solid transparent;
  border-right: 14px solid #0f2c7b;
  border-bottom: 11px solid transparent;
  position: absolute;
  left: -13px;
  top: 0;
}
.menu-wrapper.active div::before {
  border-right-color: #fff;
}
.scroll-indicator-controller {
  position: fixed;
  top: 50vh;
  transform: translate(0, -50%);
  left: 25px;
  z-index: 999;
}

.scroll-indicator-controller.indi-mobile > div span {
  display: none;
}

.menu-title-mobile {
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
  padding-top: 15px;
}

.menu-title-mobile a{
  color: #fff;
}


.scroll-indicator-controller > .menu-wrapper {
  position: relative;
  margin: 0 0 5px 0;
  cursor: pointer;
  transition: 0.4s ease;
}

.scroll-indicator-controller > .menu-wrapper::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0f2c7b;
  position: absolute;
  margin-top: 3px;
}

.scroll-indicator-controller > .menu-wrapper span {
  color: #fff;
  left: calc(100% + 8px);
  white-space: nowrap;
  top: 50%;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 17px;
  width: 0;
  overflow: visible;
  opacity: 1;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.4s ease;
  will-change: transition;
  background-color: #0f2c7b;
  margin-left: 25px;
}

.scroll-indicator-controller > .menu-wrapper div {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  overflow: visible;
  opacity: 1;
  transform: translateY(-17%) translateX(-5px);
  transition: all 0.4s ease;
  background-color: #0f2c7b;
  margin-left: 35px;
  padding: 5px 8px;
  width: auto;
  display: inline-block;
  border-radius: 0 4px 4px 0;
}

.scroll-indicator-controller > .menu-wrapper div::after {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

@media (hover: none) {
  .scroll-indicator-controller > .menu-wrapper span {
    display: none;
  }
}

@media (hover: hover), (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .scroll-indicator-controller > .menu-wrapper:hover::before {
    background: #fff;
  }
  .scroll-indicator-controller > .menu-wrapper:hover div {
    width: auto;
    opacity: 1;
    overflow: visible;
    background: #fff;
    color: #0f2c7b;
  }
  .menu-wrapper:hover div::before {
    border-right-color: #fff;
  }
}

.scroll-indicator-controller > .menu-wrapper.active::before {
  background: #fff;
}

.scroll-indicator-controller > .menu-wrapper.active div {
  background: #fff;
  color: #0f2c7b;
}

@supports (-ms-ime-align: auto) {
  .scroll-indicator-controller > .menu-wrapper span {
    transition: opacity 0.4s ease;
  }
}
/*---------------------------------------------------- Fixed Menu Style Ends ----------------------------------------------------*/

/*---------------------------------------------------- roadmap Style Starts ----------------------------------------------------*/
.x-blue-bg {
  background-color: #0f2c7b;
  height: 370px;
}

.video-container{
  position: relative;
}
.video-container:hover{
  cursor: pointer;
}
.video-container:hover > .play-icon{
  color: #ff386b;
}
.play-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
}
.modal-video-body{
  max-width: 85% !important;
  padding: 0px !important;
}
@media only screen and (max-width: 1024px) {
  .modal-video-body{
    max-width: 100% !important;
    padding: 0px !important;
  }
  .modal-video-inner{
    padding: 0 !important;
  }
 
.modal-video-body {
  max-width: 100% !important;
}
}


.modal-video-movie-wrap{
  transform: unset !important;
}
.modal-video-close-btn{
  width: 25px !important;
    height: 25px !important;
  position: fixed !important;
  right: 15px !important;
  top: 15px !important;
}
/*---------------------------------------------------- roadmap Style Ends ----------------------------------------------------*/



