@charset "UTF-8";
/*
Theme Name: K.I.E
Author:Seeknet
Description: K.I.E Official Website
Version:1.0
*/
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #303030; }

:root {
  scroll-padding-top: 75px !important; }

.elementor-widget-heading .elementor-heading-title {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #303030; }

.elementor-widget-text-editor {
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #303030; }

.container-fluid {
  max-width: 2400px; }

@media (min-width: 1440px) {
  .container {
    max-width: 1400px !important; } }

.d-blue {
  color: #00447B !important; }

.lapis {
  color: #0862AC !important; }

.white {
  color: #fff !important; }

.red {
  color: #B42A0D !important; }

.ora {
  color: #E29012 !important; }

#header-whole {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 33;
  width: 100%; }

#header-whole.UpMove {
  animation: UpAnime 0.5s forwards; }
  @media (max-width: 1399px) {
    #header-whole.UpMove {
      animation: UpAnime2 0.5s forwards; } }
  @media (max-width: 767px) {
    #header-whole.UpMove {
      animation: UpAnime3 0.5s forwards; } }

@keyframes UpAnime {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-113px); } }
@keyframes UpAnime2 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-95px); } }
@keyframes UpAnime3 {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-72px); } }
/*　下に下がる動き　*/
#header-whole.DownMove {
  animation: DownAnime 0.5s forwards; }
  @media (max-width: 1399px) {
    #header-whole.DownMove {
      animation: DownAnime2 0.5s forwards; } }
  @media (max-width: 767px) {
    #header-whole.DownMove {
      animation: DownAnime3 0.5s forwards; } }

@keyframes DownAnime {
  from {
    transform: translateY(-113px); }
  to {
    transform: translateY(0); } }
@keyframes DownAnime2 {
  from {
    transform: translateY(-95px); }
  to {
    transform: translateY(0); } }
@keyframes DownAnime3 {
  from {
    transform: translateY(-72px); }
  to {
    transform: translateY(0); } }
.logo img {
  width: 113px; }
  @media (max-width: 1399px) {
    .logo img {
      width: 95px; } }
  @media (max-width: 767px) {
    .logo img {
      width: 72px; } }

#header-upper h2 {
  font-size: 21px;
  font-weight: 700;
  font-family: Century Gothic, 'Noto Sans JP', sans-serif !important; }
  @media (max-width: 1199px) {
    #header-upper h2 {
      margin-left: 15px; } }
  @media (max-width: 991px) {
    #header-upper h2 {
      margin-left: 35px; } }
  @media (max-width: 767px) {
    #header-upper h2 {
      margin-left: 0;
      position: relative;
      left: -20px; } }
  @media (max-width: 575px) {
    #header-upper h2 {
      left: 10px; }
      #header-upper h2 a {
        font-size: 18px; } }

.header-upper-nav {
  justify-content: flex-end; }

#searchform {
  margin-right: 10px; }
  @media (max-width: 1199px) {
    #searchform {
      margin-right: 0; } }
  #searchform input {
    padding: 6px;
    border: 1px solid #8a8a8a !important;
    color: #8a8a8a; }
    @media (min-width: 1200px) {
      #searchform input {
        width: 14vw;
        max-width: 170px;
        position: absolute;
        right: 39px;
        top: 10px; } }
    @media (max-width: 1399px) {
      #searchform input {
        width: 200px; } }
    @media (max-width: 1199px) {
      #searchform input {
        border: none !important;
        border-bottom: 1px solid #8a8a8a !important;
        color: #fff;
        background-color: transparent !important; }
        #searchform input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1;
          /* Firefox */
          font-size: 22px; }
        #searchform input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fff;
          font-size: 22px; } }
  #searchform button {
    border: none;
    padding: 7px 12px;
    margin: 10px 0 10px -5px;
    background-color: #8a8a8a;
    color: #fff; }
    @media (max-width: 1199px) {
      #searchform button {
        background-color: transparent !important;
        right: 0;
        position: relative; } }

.icons {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #c9c9c9; }
  .icons a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0 20px; }
    @media (max-width: 1439px) {
      .icons a {
        padding: 0 18px; } }
    @media (max-width: 1399px) {
      .icons a {
        padding: 0 10px; } }
    .icons a i {
      font-size: 23px;
      color: #AA056C; }
    .icons a span {
      display: block;
      color: #303030;
      font-size: 11px; }
    .icons a.tour-btn {
      padding: 10px 20px;
      line-height: 1.3;
      transition: .3s;
      background-color: #B42A0D; }
      .icons a.tour-btn span {
        font-size: 14px;
        font-weight: 900;
        color: #fff !important; }
      .icons a.tour-btn:hover {
        background-color: #fff; }
        .icons a.tour-btn:hover span {
          color: #B42A0D !important; }
  .icons img {
    max-height: 23px; }
  .icons.ki img {
    max-height: 16px; }

@media (max-width: 1199px) {
  .header-menu {
    display: flex;
    align-items: center;
    position: relative; } }

.header-lower {
  border-top: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .header-lower {
      display: none; } }
  .header-lower ul {
    padding-left: 0 !important; }
    .header-lower ul li {
      list-style: none;
      color: #00447B;
      font-weight: 700;
      margin-right: 22px;
      position: relative;
      cursor: pointer;
      transition: .3s; }
      @media (max-width: 1399px) {
        .header-lower ul li {
          font-size: 13px;
          margin-right: 15px; } }
      .header-lower ul li:hover {
        color: #E29012; }
      .header-lower ul li a {
        text-decoration: none;
        color: #00447B;
        font-weight: 700;
        transition: .3s; }
        @media (max-width: 1439px) {
          .header-lower ul li a {
            font-size: 15px; } }
        @media (max-width: 1399px) {
          .header-lower ul li a {
            font-size: 13px; } }
        .header-lower ul li a:hover {
          color: #E29012; }
        .header-lower ul li a.current {
          color: #E29012; }
      .header-lower ul li i {
        margin-left: 5px;
        font-size: 13px;
        transition: .3s; }
      .header-lower ul li.menu-parent {
        padding: 15px 0; }
        @media (max-width: 1399px) {
          .header-lower ul li.menu-parent {
            padding: 10px 0; } }
      .header-lower ul li.menu-parent-htl {
        padding: 15px 0; }
        @media (max-width: 1399px) {
          .header-lower ul li.menu-parent-htl {
            padding: 10px 0; } }

.menu-parent {
  padding-right: 10px !important;
  display: inline-block; }
  .menu-parent:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #00447B;
    border-right: solid 2px #00447B;
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: .3s; }
  .menu-parent:hover:after {
    transform: rotate(-135deg);
    border-bottom: solid 2px #E29012;
    border-right: solid 2px #E29012;
    margin-top: -1px; }

.contact-nav {
  width: 120px;
  text-align: center; }
  @media (max-width: 1399px) {
    .contact-nav {
      width: 105px; } }
  .contact-nav a {
    background-color: #00447B;
    padding: 8px 18px;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    display: block;
    transition: .3s; }
    @media (max-width: 1399px) {
      .contact-nav a {
        font-size: 13px !important;
        padding: 6px 10px; } }
    .contact-nav a:hover {
      background-color: #E29012; }
    .contact-nav a.current {
      background-color: #E29012; }
  .contact-nav.hotel-book-nav {
    width: max-content; }
    .contact-nav.hotel-book-nav a {
      background-color: #E29012; }
      .contact-nav.hotel-book-nav a:hover {
        background-color: #00447B; }
    .contact-nav.hotel-book-nav.mega {
      margin-top: 20px; }
      .contact-nav.hotel-book-nav.mega a {
        font-size: 20px !important; }
        @media (max-width: 1399px) {
          .contact-nav.hotel-book-nav.mega a {
            font-size: 18px !important; } }

.sub-menu {
  display: none; }

.btm-parent:hover i {
  transform: rotate(180deg); }
.btm-parent:hover .btm-sub {
  display: block;
  position: absolute;
  background-color: #00447B;
  z-index: 12;
  padding: 15px !important;
  left: -15px;
  width: 100%;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .btm-parent:hover .btm-sub {
      margin-top: 10px; } }
  .btm-parent:hover .btm-sub li {
    margin-right: 0;
    margin-bottom: 15px;
    color: #fff;
    transition: .3s; }
    .btm-parent:hover .btm-sub li:hover {
      color: #E29012; }
    .btm-parent:hover .btm-sub li a {
      color: #fff;
      transition: .3s; }
      .btm-parent:hover .btm-sub li a:hover {
        color: #E29012; }

.btm-sub-sub {
  display: none; }

.btm-system:hover i {
  transform: rotate(0deg); }
.btm-system:hover .btm-sub-sub {
  display: block;
  position: absolute;
  background-color: #00447B;
  z-index: 12;
  padding: 15px !important;
  left: 200px;
  width: 100%;
  top: -132px; }
  @media (max-width: 1399px) {
    .btm-system:hover .btm-sub-sub {
      left: 165px;
      top: -118px; } }
  .btm-system:hover .btm-sub-sub li {
    margin-right: 0;
    margin-bottom: 15px; }
    .btm-system:hover .btm-sub-sub li a {
      color: #fff;
      transition: .3s; }
      .btm-system:hover .btm-sub-sub li a:hover {
        color: #E29012; }

.mice-parent:hover i {
  transform: rotate(180deg); }
.mice-parent:hover .mice-sub {
  display: block;
  position: absolute;
  background-color: #00447B;
  z-index: 12;
  padding: 15px !important;
  left: -15px;
  width: max-content;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .mice-parent:hover .mice-sub {
      margin-top: 10px; } }
  .mice-parent:hover .mice-sub li {
    margin-right: 0;
    margin-bottom: 15px; }
    .mice-parent:hover .mice-sub li a {
      color: #fff;
      transition: .3s; }
      .mice-parent:hover .mice-sub li a:hover {
        color: #E29012; }

.resource-parent:hover i {
  transform: rotate(180deg); }
.resource-parent:hover .resource-sub {
  display: block;
  position: absolute;
  background-color: #00447B;
  z-index: 12;
  padding: 15px !important;
  left: -15px;
  width: max-content;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .resource-parent:hover .resource-sub {
      margin-top: 10px; } }
  .resource-parent:hover .resource-sub li {
    margin-right: 0;
    margin-bottom: 15px; }
    .resource-parent:hover .resource-sub li a {
      color: #fff;
      transition: .3s; }
      .resource-parent:hover .resource-sub li a:hover {
        color: #E29012; }

.info-parent:hover i {
  transform: rotate(180deg); }
.info-parent:hover .info-sub {
  display: block;
  position: absolute;
  background-color: #00447B;
  z-index: 12;
  padding: 15px !important;
  left: -15px;
  width: max-content;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .info-parent:hover .info-sub {
      margin-top: 10px; } }
  .info-parent:hover .info-sub li {
    margin-right: 0;
    margin-bottom: 15px; }
    .info-parent:hover .info-sub li a {
      color: #fff;
      transition: .3s; }
      .info-parent:hover .info-sub li a:hover {
        color: #E29012; }

/*ボタンのアイコン設定*/
#header.open {
  background-color: #00447B; }

.openbtn1 {
  z-index: 150;
  position: absolute;
  width: 50px;
  top: 33%;
  right: 0; }
  @media (max-width: 767px) {
    .openbtn1 {
      top: 25%; } }
  @media (max-width: 575px) {
    .openbtn1 {
      right: 4%; } }

.openbtn1 span {
  display: inline-block;
  transition: transform .4s;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background-color: #00447B;
  width: 30px; }

.openbtn1 span:nth-of-type(1) {
  top: 4px; }

.openbtn1 span:nth-of-type(2) {
  top: 16px; }

.openbtn1 span:nth-of-type(3) {
  top: 28px; }

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn1.active span {
  background-color: #fff; }

body.fixed {
  height: 100%;
  overflow: hidden; }

.openbtn1.active span:nth-of-type(1) {
  top: 11px;
  transform: translateY(6px) rotate(-225deg);
  width: 30px; }

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; }

.openbtn1.active span:nth-of-type(3) {
  top: 23px;
  transform: translateY(-6px) rotate(225deg);
  width: 30px; }

.hamb-menu {
  display: none; }

.hamb-menu {
  background-color: #00447B;
  overflow: auto;
  padding-top: 30px; }
  .hamb-menu ul li {
    list-style: none;
    padding: 15px 0 7px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700; }
    .hamb-menu ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 18px;
      font-weight: 700; }

@media (max-width: 991px) {
  .hamb-menu ul.hamb-nav-ul {
    padding-left: 0 !important; } }
@media (max-width: 575px) {
  .hamb-menu ul li {
    font-size: 14px;
    padding: 8px 0; }
    .hamb-menu ul li a {
      font-size: 14px; } }
.hamb-menu-upper-nav {
  height: 75vh;
  margin: auto; }
  @media (min-width: 768px) {
    .hamb-menu-upper-nav {
      max-width: 500px !important; } }
  @media (max-width: 575px) {
    .hamb-menu-upper-nav .container {
      max-width: 90% !important; } }

@media (max-width: 1199px) {
  .searchform {
    display: none;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%); } }

.mb-search-form {
  position: relative; }
  .mb-search-form i.mb-search-glass {
    position: absolute;
    right: 7%;
    color: #fff;
    font-size: 24px; }
  .mb-search-form i.fa-xmark {
    position: absolute;
    right: 7%;
    color: #fff;
    font-size: 24px;
    display: none; }
  .mb-search-form.active {
    height: 100vh; }

.parent-hamb {
  border-bottom: 1px solid #bebebe; }
  .parent-hamb i {
    margin-left: 10px;
    transition: .3s; }
  .parent-hamb.active i {
    transform: rotate(180deg); }

.sub-menu-hamb {
  display: none;
  transition-property: none; }

.mb-icon-menu {
  width: 100%;
  bottom: 0;
  z-index: 33; }
  .mb-icon-menu .icons {
    padding: 20px 0 !important;
    background-color: #f5f5f5; }

.info-parent-hamb.active {
  position: relative; }
  .info-parent-hamb.active:before {
    content: "\e1a2";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 3%;
    top: 200px;
    transform: rotate(-40deg);
    animation: finger 2s infinite;
    opacity: 0; }
  .info-parent-hamb.active:after {
    content: "scroll";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 218px; }

@keyframes finger {
  0% {
    opacity: 0;
    transform: rotate(-40deg); }
  100% {
    opacity: 1;
    transform: rotate(-40deg) translate(30px, -30px); } }
.hotel-parent-hamb.active {
  position: relative; }
  .hotel-parent-hamb.active:before {
    content: "\e1a2";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 3%;
    top: 200px;
    transform: rotate(-40deg);
    animation: finger 2s infinite;
    opacity: 0; }
  .hotel-parent-hamb.active:after {
    content: "scroll";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 218px; }

.highlight {
  background-color: #E29012;
  font-weight: bold;
  padding: 0 3px 3px 4px;
  color: #fff; }

mark, .mark {
  background-color: #E29012 !important;
  color: #fff; }

.lang {
  display: flex;
  align-items: center;
  text-align: center; }

.wpml-ls-legacy-dropdown-click {
  width: 7.5em; }

.wpml-ls-legacy-list-horizontal a {
  padding-left: 0.25em;
  position: relative;
  color: #444;
  font-size: 15px;
  font-weight: 700;
  transition: .3s; }
  @media (max-width: 991px) {
    .wpml-ls-legacy-list-horizontal a {
      padding-left: 0; } }
  .wpml-ls-legacy-list-horizontal a:hover {
    color: #E29012; }

.wpml-ls-native {
  margin-left: 6px; }

.wpml-ls-legacy-dropdown-click a {
  border: none;
  line-height: 1.5; }
  @media (max-width: 1199px) {
    .wpml-ls-legacy-dropdown-click a {
      background-color: transparent; } }
  .wpml-ls-legacy-dropdown-click a span {
    font-weight: 700;
    font-size: 15px;
    vertical-align: text-top; }

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
  color: #303030; }

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none; }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    background-color: #00447B;
    color: #fff; }

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: transparent !important;
  color: #E29012 !important; }

.js-wpml-ls-sub-menu .wpml-ls-legacy-dropdown-click a:hover {
  background-color: #00447B !important; }

.htl-mega-nav {
  display: none; }

.hotel-parent {
  position: static !important; }
  .hotel-parent:hover i {
    transform: rotate(180deg); }
  .hotel-parent:hover .htl-mega-nav {
    display: block;
    position: absolute;
    width: 84vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 12;
    padding: 30px;
    border: 5px solid #284D71;
    margin-top: 14px;
    cursor: auto; }
    @media (max-width: 1439px) {
      .hotel-parent:hover .htl-mega-nav {
        width: 96vw; } }
    @media (max-width: 1399px) {
      .hotel-parent:hover .htl-mega-nav {
        margin-top: 7px; } }

.htl-mega-nav-content {
  position: relative; }
  .htl-mega-nav-content:first-child:after {
    content: "";
    position: absolute;
    background-color: #ccc;
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 11%; }
    @media (max-width: 1439px) {
      .htl-mega-nav-content:first-child:after {
        right: 4%; } }
    @media (max-width: 1399px) {
      .htl-mega-nav-content:first-child:after {
        right: 15%; } }
  .htl-mega-nav-content h5 {
    color: #284D71;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .htl-mega-nav-content h5 {
        font-size: 15px !important; } }
    .htl-mega-nav-content h5 a {
      color: #284D71 !important;
      font-weight: 700 !important;
      transition: .3s; }
      @media (max-width: 1399px) {
        .htl-mega-nav-content h5 a {
          font-size: 15px !important; } }
      .htl-mega-nav-content h5 a:hover {
        color: #E29012 !important; }
  .htl-mega-nav-content ul li {
    margin-bottom: 10px;
    cursor: auto !important; }
    .htl-mega-nav-content ul li a {
      font-weight: 400;
      color: #303030; }
      @media (max-width: 1399px) {
        .htl-mega-nav-content ul li a {
          font-size: 14px; } }
      .htl-mega-nav-content ul li a.mega-phtl-link {
        font-size: 18px;
        color: #00447B; }
        @media (max-width: 1399px) {
          .htl-mega-nav-content ul li a.mega-phtl-link {
            font-size: 15px; } }
        .htl-mega-nav-content ul li a.mega-phtl-link:hover {
          color: #E29012 !important; }

.htl-hamb-nav-content {
  padding-top: 20px;
  padding-bottom: 10px; }
  .htl-hamb-nav-content h5 {
    font-size: 18px;
    font-weight: 700; }
    @media (max-width: 575px) {
      .htl-hamb-nav-content h5 {
        font-size: 14px; } }
    .htl-hamb-nav-content h5 i.fa-minus {
      display: none; }
    .htl-hamb-nav-content h5.active i.fa-minus {
      display: inline; }
    .htl-hamb-nav-content h5.active i.fa-plus {
      display: none; }

.htl-sub-sub {
  display: none; }

.second-nav {
  position: sticky;
  top: 0;
  z-index: 11; }
  .second-nav:before {
    content: "";
    position: absolute;
    width: calc( (100vw - 1400px) /2);
    height: 100%;
    top: 0;
    left: 0; }
    @media (max-width: 1439px) {
      .second-nav:before {
        width: calc( (100vw - 1320px) /2); } }
    @media (max-width: 1399px) {
      .second-nav:before {
        width: calc( (100vw - 1140px) /2); } }
    @media (max-width: 1199px) {
      .second-nav:before {
        width: calc( (100vw - 960px) /2); } }
    @media (max-width: 991px) {
      .second-nav:before {
        width: calc( (100vw - 720px) /2); } }
    @media (max-width: 767px) {
      .second-nav:before {
        width: 100vw;
        height: 36px; } }
  .second-nav p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    padding: 10px 20px 10px 0; }
    @media (max-width: 991px) {
      .second-nav p {
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .second-nav p {
        width: 100% !important;
        text-align: center;
        font-size: 17px;
        padding: 5px 0; } }
  .second-nav ul li {
    list-style: none;
    margin-left: 30px;
    padding-bottom: 3px; }
    .second-nav ul li a {
      color: #fff;
      text-decoration: none;
      transition: .3s; }
      .second-nav ul li a:hover {
        color: #E88D01; }
      .second-nav ul li a.current {
        color: #E29012;
        font-weight: 700; }
    .second-nav ul li:first-child {
      margin-left: 0; }
  .second-nav select {
    width: 110px;
    margin-left: 30px;
    background-color: #284D71;
    border: none;
    color: #fff;
    cursor: pointer;
    padding-bottom: 3px; }

.second-nav-menus {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #E88D01 #ccc;
  margin-left: 25px; }
  .second-nav-menus::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .second-nav-menus::-webkit-scrollbar-track {
    background-color: #ccc; }
  .second-nav-menus::-webkit-scrollbar-thumb {
    background-color: #E88D01; }
  @media (max-width: 767px) {
    .second-nav-menus {
      padding: 7px 0;
      margin-left: 0; } }
  @media (max-width: 575px) {
    .second-nav-menus {
      position: relative; } }
  .second-nav-menus ul {
    width: 845px; }
  .second-nav-menus.en ul {
    width: 1200px;
    position: relative;
    left: 0; }

@keyframes arrow {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(5px); } }
@keyframes arrow2 {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-5px); } }
.second-nav.scrolling {
  position: relative; }
  .second-nav.scrolling:after {
    content: "\f054";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    right: 10px;
    color: #fff;
    bottom: 18%;
    animation: arrow 2s infinite;
    opacity: 0; }
    @media (max-width: 767px) {
      .second-nav.scrolling:after {
        bottom: 11%;
        bottom: 10%; } }

#second-nav-container.scrolled {
  position: relative; }
  #second-nav-container.scrolled:after {
    content: "\f053";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 30%;
    color: #fff;
    bottom: 18%;
    animation: arrow2 2s infinite;
    opacity: 0; }
    @media (max-width: 767px) {
      #second-nav-container.scrolled:after {
        bottom: 11%;
        left: -5%; } }
    @media (max-width: 575px) {
      #second-nav-container.scrolled:after {
        left: 0;
        bottom: 10%; } }

#btm-nav #second-nav-container.scrolled {
  position: relative; }
  #btm-nav #second-nav-container.scrolled:after {
    content: "\f053";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 346px;
    color: #fff;
    bottom: 18%;
    animation: arrow2 2s infinite;
    opacity: 0; }
    @media (max-width: 767px) {
      #btm-nav #second-nav-container.scrolled:after {
        bottom: 11%;
        left: -5%; } }
    @media (max-width: 575px) {
      #btm-nav #second-nav-container.scrolled:after {
        left: 0;
        bottom: 10%; } }

#htl-area-nav #second-nav-container.scrolled {
  position: relative; }
  #htl-area-nav #second-nav-container.scrolled:after {
    content: "\f053";
    font-size: 19px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    position: absolute;
    left: 205px;
    color: #fff;
    bottom: 18%;
    animation: arrow2 2s infinite;
    opacity: 0; }
    @media (max-width: 767px) {
      #htl-area-nav #second-nav-container.scrolled:after {
        bottom: 11%;
        left: -5%; } }
    @media (max-width: 575px) {
      #htl-area-nav #second-nav-container.scrolled:after {
        left: 0;
        bottom: 10%; } }

.ps__thumb-x {
  background-color: #ccc !important;
  background-color: #E88D01 !important; }

.ps--active-x > .ps__rail-x {
  background-color: #00447B; }

#btm-nav {
  background-color: #00447B; }
  #btm-nav:before {
    background-color: #0862AC; }
  #btm-nav p {
    width: 300px;
    background-color: #0862AC; }
    @media (max-width: 1439px) {
      #btm-nav p {
        width: 320px; } }
    @media (max-width: 1399px) {
      #btm-nav p {
        width: 385px; } }
    @media (max-width: 1199px) {
      #btm-nav p {
        width: 480px; } }
    @media (max-width: 991px) {
      #btm-nav p {
        width: 770px; } }
    #btm-nav p:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 24px solid transparent;
      border-bottom: 23px solid transparent;
      border-left: 20px solid #0862AC;
      border-right: 0;
      right: -20px;
      top: 0;
      content: "";
      position: absolute;
      z-index: 3; }
      @media (max-width: 767px) {
        #btm-nav p:after {
          display: none; } }
  #btm-nav .second-nav-menus ul {
    width: 945px; }
  #btm-nav .second-nav-menus.en ul {
    width: 1050px; }
    #btm-nav .second-nav-menus.en ul li {
      margin-left: 25px; }
      #btm-nav .second-nav-menus.en ul li a {
        font-size: 15px; }
      #btm-nav .second-nav-menus.en ul li:first-child {
        margin-left: 0; }

#mice-nav {
  background-color: #0080CC; }
  #mice-nav:before {
    background-color: #0B97EB; }
  #mice-nav p {
    width: 210px;
    background-color: #0B97EB; }
    @media (max-width: 1399px) {
      #mice-nav p {
        width: 200px; } }
    @media (max-width: 1199px) {
      #mice-nav p {
        width: 180px; } }
    @media (max-width: 991px) {
      #mice-nav p {
        width: 275px; } }
    #mice-nav p.en {
      width: 315px; }
      @media (max-width: 991px) {
        #mice-nav p.en {
          width: 425px; } }
    #mice-nav p:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 24px solid transparent;
      border-bottom: 23px solid transparent;
      border-left: 20px solid #0B97EB;
      border-right: 0;
      right: -19px;
      top: 0;
      content: "";
      position: absolute; }
      @media (max-width: 767px) {
        #mice-nav p:after {
          display: none; } }
  #mice-nav .second-nav-menus ul {
    width: 750px; }
  #mice-nav .second-nav-menus.en ul {
    width: 525px; }

#htl-area-nav {
  background-color: #284D71; }
  #htl-area-nav:before {
    background-color: #00A6E4; }
  #htl-area-nav p {
    width: 152px;
    background-color: #00A6E4; }
    @media (max-width: 1399px) {
      #htl-area-nav p {
        width: 200px; } }
    @media (max-width: 991px) {
      #htl-area-nav p {
        width: 240px; } }
    #htl-area-nav p:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-top: 24px solid transparent;
      border-bottom: 23px solid transparent;
      border-left: 20px solid #00A6E4;
      border-right: 0;
      right: -20px;
      top: 0;
      content: "";
      position: absolute; }
      @media (max-width: 767px) {
        #htl-area-nav p:after {
          display: none; } }

#hero .swiper-container {
  height: 35vw; }
  @media (max-width: 991px) {
    #hero .swiper-container {
      height: 39vw; } }
  @media (max-width: 767px) {
    #hero .swiper-container {
      height: 136vw; } }
#hero .swiper-slide img {
  height: 35vw; }
  @media (max-width: 991px) {
    #hero .swiper-slide img {
      height: 39vw; } }
  @media (max-width: 767px) {
    #hero .swiper-slide img {
      height: 136vw; } }
#hero .swiper-button-prev {
  background-image: none;
  left: 3%; }
  @media (max-width: 1399px) {
    #hero .swiper-button-prev {
      left: 1%; } }
  #hero .swiper-button-prev:after {
    content: "\f053";
    font-size: 41px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #AFC0CB;
    transition: .3s; }
    @media (max-width: 991px) {
      #hero .swiper-button-prev:after {
        font-size: 20px; } }
  #hero .swiper-button-prev:hover:after {
    color: #E29012; }
#hero .swiper-button-next {
  background-image: none;
  right: 3%;
  left: inherit; }
  @media (max-width: 1399px) {
    #hero .swiper-button-next {
      right: 1%; } }
  #hero .swiper-button-next:after {
    content: "\f054";
    font-size: 41px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #AFC0CB;
    transition: .3s; }
    @media (max-width: 991px) {
      #hero .swiper-button-next:after {
        font-size: 20px; } }
    @media (max-width: 767px) {
      #hero .swiper-button-next:after {
        color: #fff;
        font-size: 24px; } }
  #hero .swiper-button-next:hover:after {
    color: #E29012; }
#hero .swiper-pagination-bullet {
  border-radius: inherit;
  width: 14px;
  height: 14px; }
  @media (max-width: 1399px) {
    #hero .swiper-pagination-bullet {
      width: 10px;
      height: 10px; } }
#hero .swiper-pagination-bullet-active {
  background: #E29012; }
#hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.25vw; }
#hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }
  @media (max-width: 1399px) {
    #hero .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px; } }

.hero.open {
  position: relative; }
  .hero.open:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00447B;
    z-index: 11; }

.second-nav.open {
  position: relative; }
  .second-nav.open:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00447B !important;
    z-index: 11; }

.hero-text1 {
  top: 50%;
  transform: translateY(-50%);
  left: 50vw; }
  .hero-text1 h2 {
    color: #fff; }
  .hero-text1 h1 {
    color: #fff;
    margin-top: 1.25vw; }

.hero-text2 {
  top: 9.5vw;
  right: 8.5vw; }
  @media (max-width: 991px) {
    .hero-text2 {
      top: 6.5vw; } }
  .hero-text2 h2 {
    color: #fff; }
  .hero-text2 h1 {
    color: #fff;
    margin-top: 1.25vw; }
  .hero-text2 a {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 2.25vw;
    transition: .3s; }
    @media (max-width: 1399px) {
      .hero-text2 a {
        font-size: 16px;
        padding: 9px 16px;
        margin-top: 2vw; } }
    .hero-text2 a:hover {
      color: #fff;
      background-color: #E29012; }

.hero-text3 {
  top: 4.3vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; }
  @media (max-width: 767px) {
    .hero-text3 {
      text-align: left; } }
  .hero-text3 h2 {
    color: #fff; }
  .hero-text3 h1 {
    color: #fff;
    margin-top: 0.5vw; }
  .hero-text3 a {
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 1.75vw;
    transition: .3s; }
    @media (max-width: 1399px) {
      .hero-text3 a {
        font-size: 16px;
        padding: 9px 16px;
        margin-top: 1.5vw; } }
    .hero-text3 a:hover {
      color: #fff;
      background-color: #E29012; }

.hero-text {
  position: absolute; }
  @media (max-width: 767px) {
    .hero-text {
      top: 8%;
      transform: translateY(-50%);
      left: 50%;
      transform: translateX(-50%);
      width: 90%; } }
  .hero-text h2 {
    font-size: 1.095vw;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .hero-text h2 {
        font-size: 1.595vw; } }
    @media (max-width: 767px) {
      .hero-text h2 {
        font-size: 4.095vw; } }
    @media (max-width: 575px) {
      .hero-text h2 {
        font-size: 4.595vw; } }
  .hero-text h1 {
    font-size: 2.604vw;
    font-weight: 700;
    line-height: 1.4; }
    @media (max-width: 1399px) {
      .hero-text h1 {
        font-size: 2.804vw; } }
    @media (max-width: 767px) {
      .hero-text h1 {
        font-size: 6.204vw; } }
    @media (max-width: 575px) {
      .hero-text h1 {
        font-size: 8.404vw; } }

#general {
  padding-top: 75px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    #general {
      padding-top: 50px;
      padding-bottom: 50px; } }

.general-content h3 {
  font-size: 26px;
  font-weight: 900;
  padding-top: 30px; }
  @media (max-width: 1399px) {
    .general-content h3 {
      font-size: 21px; } }
  @media (max-width: 1199px) {
    .general-content h3 {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .general-content h3 {
      padding-top: 0; } }
.general-content h2 {
  font-size: 50px;
  color: #0862AC;
  font-weight: 900;
  margin-top: 30px; }
  @media (max-width: 1399px) {
    .general-content h2 {
      font-size: 42px;
      margin-top: 20px; } }
  @media (max-width: 1199px) {
    .general-content h2 {
      font-size: 36px; } }
  .general-content h2.en {
    font-size: 44px; }
    @media (max-width: 1199px) {
      .general-content h2.en {
        font-size: 38px; } }
.general-content p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 40px; }
  @media (max-width: 1399px) {
    .general-content p {
      font-size: 16px;
      margin-top: 25px; } }
  @media (max-width: 1199px) {
    .general-content p {
      font-size: 15px; } }

@media (max-width: 991px) {
  .general-video {
    margin-top: 20px; } }
.general-video iframe {
  width: 100%; }
  @media (max-width: 1399px) {
    .general-video iframe {
      height: 270px; } }
  @media (max-width: 1199px) {
    .general-video iframe {
      height: 230px; } }
  @media (max-width: 991px) {
    .general-video iframe {
      height: 392px; } }
  @media (max-width: 767px) {
    .general-video iframe {
      height: 290px; } }
  @media (max-width: 575px) {
    .general-video iframe {
      height: 52.433vw; } }

.textflow1 {
  height: 60px; }
  @media (max-width: 1399px) {
    .textflow1 {
      height: 55px; } }
  @media (max-width: 1199px) {
    .textflow1 {
      height: 50px; } }
  .textflow1 .block {
    top: 15px; }
    @media (max-width: 1399px) {
      .textflow1 .block {
        top: 7px; } }
    @media (max-width: 1199px) {
      .textflow1 .block {
        top: 4px; } }

@keyframes service {
  0% {
    width: 0; }
  100% {
    width: 70%; } }
@keyframes service-mb {
  0% {
    width: 0; }
  100% {
    width: 96%; } }
@media (max-width: 991px) {
  .service .row {
    justify-content: center; } }
@media (max-width: 575px) {
  .service .row.service-row {
    width: 96%;
    margin: auto; } }

.service-btm {
  position: relative;
  margin-top: 150px; }
  @media (max-width: 991px) {
    .service-btm {
      margin-top: 410px; } }
  @media (max-width: 767px) {
    .service-btm {
      margin-top: 310px; } }
  @media (max-width: 575px) {
    .service-btm {
      margin-top: 210px; } }
  .service-btm:before {
    content: "";
    position: absolute;
    width: 0;
    height: calc( 100% + 100px);
    background-color: #1B5F86;
    top: -40px;
    right: 0; }
    @media (max-width: 991px) {
      .service-btm:before {
        height: calc( 100% + 350px);
        top: -300px;
        right: 2%; } }
    @media (max-width: 575px) {
      .service-btm:before {
        height: calc( 100% + 275px);
        top: -225px;
        width: 94.25%;
        right: 2.75%; } }
  .service-btm.active:before {
    animation: service 0.9s forwards; }
    @media (max-width: 991px) {
      .service-btm.active:before {
        animation: service-mb 0.9s forwards; } }
    @media (max-width: 575px) {
      .service-btm.active:before {
        animation: none; } }

.service-mice {
  position: relative;
  margin-top: 220px; }
  @media (max-width: 991px) {
    .service-mice {
      margin-top: 525px; } }
  @media (max-width: 767px) {
    .service-mice {
      margin-top: 410px; } }
  @media (max-width: 575px) {
    .service-mice {
      margin-top: 330px; } }
  .service-mice:before {
    content: "";
    position: absolute;
    width: 0;
    height: calc( 100% + 100px);
    background-color: #1471AE;
    top: -40px;
    left: 0; }
    @media (max-width: 991px) {
      .service-mice:before {
        height: calc( 100% + 350px);
        top: -300px;
        left: 2%; } }
    @media (max-width: 575px) {
      .service-mice:before {
        height: calc( 100% + 275px);
        top: -225px;
        width: 94.25%;
        left: 2.75%; } }
  .service-mice.active:before {
    animation: service 0.9s forwards; }
    @media (max-width: 991px) {
      .service-mice.active:before {
        animation: service-mb 0.9s forwards; } }
    @media (max-width: 575px) {
      .service-mice.active:before {
        animation: none; } }

.service-jp {
  position: relative;
  margin-top: 275px; }
  @media (max-width: 991px) {
    .service-jp {
      margin-top: 525px; } }
  @media (max-width: 767px) {
    .service-jp {
      margin-top: 410px; } }
  @media (max-width: 575px) {
    .service-jp {
      margin-top: 330px; } }
  .service-jp:before {
    content: "";
    position: absolute;
    width: 0;
    height: calc( 100% + 100px);
    background-color: #B42A0D;
    top: -40px;
    right: 0; }
    @media (max-width: 991px) {
      .service-jp:before {
        height: calc( 100% + 350px);
        top: -300px;
        right: 2%; } }
    @media (max-width: 575px) {
      .service-jp:before {
        height: calc( 100% + 275px);
        top: -225px;
        width: 94.25%;
        right: 2.75%; } }
  .service-jp.active:before {
    animation: service 0.9s forwards; }
    @media (max-width: 991px) {
      .service-jp.active:before {
        animation: service-mb 0.9s forwards; } }
    @media (max-width: 575px) {
      .service-jp.active:before {
        animation: none; } }
  .service-jp h2.jp {
    letter-spacing: -3px; }

.service-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 1399px) {
    .service-content h3 {
      font-size: 21px; } }
.service-content h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .service-content h2 {
      font-size: 33px; } }
  @media (max-width: 575px) {
    .service-content h2 {
      font-size: 30px; } }
.service-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px; }
  @media (max-width: 1399px) {
    .service-content p {
      font-size: 15px; } }
.service-content a {
  color: #fff;
  font-size: 18px;
  padding: 12px 20px;
  border: 1px solid #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  transition: .3s; }
  @media (max-width: 1199px) {
    .service-content a {
      font-size: 16px;
      padding: 9px 16px; } }
  @media (max-width: 991px) {
    .service-content a {
      display: block;
      width: 130px;
      margin: 30px auto 0;
      text-align: center; } }
  .service-content a:hover {
    color: #fff;
    background-color: #E29012; }

.service-btm-content {
  margin-left: auto;
  position: relative; }
  @media (max-width: 991px) {
    .service-btm-content {
      margin-left: 0; } }
  .service-btm-content:before {
    content: "";
    background-image: url("images/btm.jpg");
    position: absolute;
    background-size: cover;
    left: -700px;
    top: -140px;
    width: 660px;
    height: 580px; }
    @media (max-width: 1399px) {
      .service-btm-content:before {
        left: -555px;
        width: 528px;
        height: 464px; } }
    @media (max-width: 1199px) {
      .service-btm-content:before {
        left: -445px;
        width: 429px;
        height: 377px; } }
    @media (max-width: 991px) {
      .service-btm-content:before {
        background-image: url("images/btm-mb.jpg");
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 405px;
        top: -430px; } }
    @media (max-width: 767px) {
      .service-btm-content:before {
        height: 308px;
        top: -330px; } }
    @media (max-width: 575px) {
      .service-btm-content:before {
        height: 222px;
        top: -240px; } }

.service-mice-content {
  position: relative; }
  .service-mice-content:before {
    content: "";
    background-image: url("images/mice.jpg");
    position: absolute;
    background-size: cover;
    right: -685px;
    top: -110px;
    width: 660px;
    height: 580px; }
    @media (max-width: 1649px) {
      .service-mice-content:before {
        right: -660px; } }
    @media (max-width: 1399px) {
      .service-mice-content:before {
        width: 528px;
        height: 464px;
        right: -555px; } }
    @media (max-width: 1199px) {
      .service-mice-content:before {
        right: -445px;
        width: 429px;
        height: 377px; } }
    @media (max-width: 991px) {
      .service-mice-content:before {
        background-image: url("images/mice-mb.jpg");
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 100%;
        height: 405px;
        top: -430px; } }
    @media (max-width: 767px) {
      .service-mice-content:before {
        height: 308px;
        top: -330px; } }
    @media (max-width: 575px) {
      .service-mice-content:before {
        height: 222px;
        top: -240px; } }

.service-jp-content {
  margin-left: auto;
  position: relative; }
  @media (max-width: 575px) {
    .service-jp-content {
      margin-left: 0; } }
  .service-jp-content:before {
    content: "";
    background-image: url("images/jp.jpg");
    position: absolute;
    background-size: cover;
    left: -700px;
    top: -140px;
    width: 660px;
    height: 580px; }
    @media (max-width: 1399px) {
      .service-jp-content:before {
        left: -555px;
        width: 528px;
        height: 464px; } }
    @media (max-width: 1199px) {
      .service-jp-content:before {
        left: -445px;
        width: 429px;
        height: 377px; } }
    @media (max-width: 991px) {
      .service-jp-content:before {
        background-image: url("images/jp-mb.jpg");
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 405px;
        top: -430px; } }
    @media (max-width: 767px) {
      .service-jp-content:before {
        height: 308px;
        top: -330px; } }
    @media (max-width: 575px) {
      .service-jp-content:before {
        height: 222px;
        top: -240px; } }

.service-icons {
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 1399px) {
    .service-icons {
      padding: 10px 0; } }
  @media (max-width: 991px) {
    .service-icons {
      padding: 20px 0; } }
  .service-icons i {
    font-size: 50px;
    color: #fff;
    width: 64px;
    text-align: center;
    margin-right: 10px; }
    @media (max-width: 1399px) {
      .service-icons i {
        font-size: 42px; } }
    @media (max-width: 1199px) {
      .service-icons i {
        font-size: 36px;
        margin-right: 5px; } }
  .service-icons span {
    font-size: 26px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 1399px) {
      .service-icons span {
        font-size: 21px; } }
    @media (max-width: 1199px) {
      .service-icons span {
        font-size: 18px; } }
    .service-icons span.en {
      font-size: 24px;
      position: absolute;
      left: 80px; }
      @media (max-width: 1199px) {
        .service-icons span.en {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .service-icons span.en {
          font-size: 20px; } }

.service-icon-pic {
  width: 75px;
  text-align: center;
  margin-right: 5px; }
  @media (max-width: 1399px) {
    .service-icon-pic {
      width: 65px; } }

.service-icon-pic-conv img {
  width: 64px; }
  @media (max-width: 1399px) {
    .service-icon-pic-conv img {
      width: 55px; } }

.service-icon-pic-rew img {
  width: 48px; }
  @media (max-width: 1399px) {
    .service-icon-pic-rew img {
      width: 40px; } }

.service-icon-pic-conf img {
  width: 70px; }
  @media (max-width: 1399px) {
    .service-icon-pic-conf img {
      width: 60px; } }

.service-icon-pic-exh img {
  width: 55px; }
  @media (max-width: 1399px) {
    .service-icon-pic-exh img {
      width: 45px; } }

#hotels {
  background-color: #284D71;
  margin-top: 200px;
  padding-top: 75px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #hotels {
      margin-top: 90px;
      padding-top: 50px;
      padding-bottom: 75px; } }
  #hotels h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    margin-top: 25px; }
    @media (max-width: 1399px) {
      #hotels h3 {
        font-size: 24px; } }
    @media (max-width: 575px) {
      #hotels h3 {
        font-size: 17px; } }
  #hotels h2 {
    text-align: center;
    color: #fff;
    font-size: 46px;
    font-weight: 900; }
    @media (max-width: 1399px) {
      #hotels h2 {
        font-size: 42px; } }
    @media (max-width: 575px) {
      #hotels h2 {
        font-size: 31px; } }

.htls-cta {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #fff;
  width: 420px;
  max-width: 100%;
  color: #fff;
  margin: 65px auto 0;
  transition: .3s; }
  .htls-cta:hover {
    color: #fff;
    background-color: #E29012; }

.hotels-top-icon img {
  width: 66px; }

.hotels-container {
  margin-top: 50px !important; }

.hotels-content {
  margin-top: 40px !important; }
  @media (max-width: 991px) {
    .hotels-content {
      margin-top: 15px !important; } }
  .hotels-content p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px; }

.hotels-content-title {
  display: flex;
  align-items: center;
  height: 100px; }
  @media (max-width: 1399px) {
    .hotels-content-title {
      height: 75px; } }
  .hotels-content-title h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0 !important;
    text-transform: uppercase; }
    @media (max-width: 1399px) {
      .hotels-content-title h4 {
        font-size: 28px; } }
    @media (max-width: 1399px) {
      .hotels-content-title h4 {
        font-size: 20px; } }

.hotels-icon {
  width: 96px;
  text-align: center;
  margin-right: 10px; }
  @media (max-width: 1399px) {
    .hotels-icon {
      width: 85px; } }
  @media (max-width: 575px) {
    .hotels-icon {
      width: 60px; } }

.hotels-icon-lhr img {
  width: 96px; }
  @media (max-width: 1399px) {
    .hotels-icon-lhr img {
      width: 80px; } }
  @media (max-width: 575px) {
    .hotels-icon-lhr img {
      width: 60px; } }

.hotels-icon-ep img {
  width: 82px; }
  @media (max-width: 1399px) {
    .hotels-icon-ep img {
      width: 70px; } }
  @media (max-width: 575px) {
    .hotels-icon-ep img {
      width: 60px; } }

.hotels-icon-vip img {
  width: 82px; }
  @media (max-width: 1399px) {
    .hotels-icon-vip img {
      width: 65px; } }
  @media (max-width: 575px) {
    .hotels-icon-vip img {
      width: 56px; } }

.hotels-icon-flex img {
  width: 84px; }
  @media (max-width: 1399px) {
    .hotels-icon-flex img {
      width: 70px; } }
  @media (max-width: 575px) {
    .hotels-icon-flex img {
      width: 56px; } }

.hotels-icon-time img {
  width: 88px; }
  @media (max-width: 1399px) {
    .hotels-icon-time img {
      width: 75px; } }
  @media (max-width: 575px) {
    .hotels-icon-time img {
      width: 58px; } }

.hotels-icon-comp img {
  width: 62px; }
  @media (max-width: 1399px) {
    .hotels-icon-comp img {
      width: 50px; } }
  @media (max-width: 575px) {
    .hotels-icon-comp img {
      width: 45px; } }

.textflow2 {
  height: 55px;
  margin: 18px auto 0; }
  @media (max-width: 1399px) {
    .textflow2 {
      height: 50px; } }
  .textflow2 .block {
    top: 0; }

#others {
  padding-top: 100px; }
  @media (max-width: 575px) {
    #others {
      padding-top: 50px; } }
  #others h3 {
    text-align: center;
    font-weight: 900;
    font-size: 26px; }
    @media (max-width: 1399px) {
      #others h3 {
        font-size: 24px; } }
    @media (max-width: 575px) {
      #others h3 {
        font-size: 20px; } }
  #others h2 {
    text-align: center;
    color: #0862AC;
    font-weight: 900;
    font-size: 46px; }
    @media (max-width: 1399px) {
      #others h2 {
        font-size: 42px; } }
    @media (max-width: 575px) {
      #others h2 {
        font-size: 26px; } }

.others-content {
  background-color: #0862AC;
  padding: 30px 50px; }
  @media (max-width: 1199px) {
    .others-content {
      padding: 25px; } }
  @media (max-width: 991px) {
    .others-content {
      padding: 20px; } }
  @media (max-width: 767px) {
    .others-content {
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .others-content {
      display: block; } }
  .others-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      .others-content h4 {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .others-content h4 {
        font-size: 19px; } }
    @media (max-width: 575px) {
      .others-content h4 {
        text-align: center; } }
  .others-content p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px; }
    @media (max-width: 991px) {
      .others-content p {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .others-content p {
        margin-top: 20px; } }
  .others-content a {
    display: block;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 20px;
    border: 1px solid #fff;
    width: 160px;
    color: #fff;
    margin: 65px auto 0;
    transition: .3s; }
    @media (max-width: 1199px) {
      .others-content a {
        font-size: 16px;
        padding: 9px 16px;
        margin: 40px auto 0; } }
    @media (max-width: 991px) {
      .others-content a {
        margin: 25px auto 0; } }
    @media (max-width: 575px) {
      .others-content a {
        margin: 30px auto 0; } }
    .others-content a:hover {
      color: #fff;
      background-color: #E29012; }

.others-content-middle {
  background-color: #00447B; }

@media (max-width: 575px) {
  .other-content-desc {
    margin-left: auto;
    width: 100%; } }

.others-icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .others-icon {
      height: 90px;
      margin-right: 20px; }
      .others-icon img {
        height: 100%; }
      .others-icon-wifi {
        height: 55px; }
      .others-icon-ins {
        height: 75px; } }
  @media (max-width: 767px) {
    .others-icon {
      height: 75px;
      margin-right: 10px; }
      .others-icon-wifi {
        height: 45px; }
      .others-icon-ins {
        height: 60px; } }
  @media (max-width: 575px) {
    .others-icon {
      width: auto; } }

.textflow3 {
  height: 55px;
  margin: 25px auto 0; }
  @media (max-width: 1399px) {
    .textflow3 {
      height: 50px; } }
  .textflow3 .block {
    top: -5px; }

#news-promo {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 575px) {
    #news-promo {
      padding-top: 50px;
      padding-bottom: 75px; } }
  #news-promo h2 {
    font-size: 38px;
    font-weight: 900;
    color: #0862AC;
    text-align: center; }
    @media (max-width: 575px) {
      #news-promo h2 {
        font-size: 26px; } }

.date-cat {
  display: flex;
  align-items: center;
  margin-top: 10px; }
  .date-cat span {
    font-size: 18px; }
    @media (max-width: 1399px) {
      .date-cat span {
        font-size: 16px; } }
    @media (max-width: 1199px) {
      .date-cat span {
        font-size: 14px; } }
  .date-cat a {
    background-color: #00447B;
    padding: 6px 12px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 15px;
    text-decoration: none;
    transition: .3s; }
    @media (max-width: 1399px) {
      .date-cat a {
        font-size: 14px;
        margin-left: 10px; } }
    @media (max-width: 1199px) {
      .date-cat a {
        font-size: 13px;
        padding: 4px 8px; } }
    .date-cat a:hover {
      color: #fff !important;
      background-color: #E29012; }

.news-content h3 {
  color: #00447B;
  font-size: 22px;
  font-weight: 900;
  margin-top: 25px;
  line-height: 1.5;
  height: 66px; }
  @media (max-width: 1399px) {
    .news-content h3 {
      font-size: 20px;
      margin-top: 15px; } }
  @media (max-width: 1199px) {
    .news-content h3 {
      font-size: 18px;
      margin-top: 10px; } }
.news-content p {
  font-size: 16px;
  margin-top: 30px; }
  @media (max-width: 1399px) {
    .news-content p {
      margin-top: 20px; } }
  @media (max-width: 1199px) {
    .news-content p {
      font-size: 15px;
      margin-top: 15px; } }

.news-more-btn {
  display: block;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  padding: 12px 20px;
  border: 2px solid #00447B;
  width: 140px;
  color: #00447B;
  margin: 40px auto 0;
  transition: .3s; }
  @media (max-width: 1199px) {
    .news-more-btn {
      font-size: 16px;
      padding: 9px 16px;
      margin: 25px auto 0; } }
  .news-more-btn:hover {
    color: #fff;
    background-color: #E29012; }

.textflow4 {
  height: 55px;
  margin: 25px auto 0; }
  .textflow4 .block {
    top: -5px; }

.bread i {
  color: #00447B;
  font-size: 17px;
  transition: .3s; }
  @media (max-width: 1199px) {
    .bread i {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .bread i {
      font-size: 14px; } }
@media (max-width: 1199px) {
  .bread span {
    font-size: 15px; } }
@media (max-width: 991px) {
  .bread span {
    font-size: 13px; } }
.bread a {
  text-decoration: none;
  transition: .3s; }
  @media (max-width: 1199px) {
    .bread a {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .bread a {
      font-size: 13px; } }
  .bread a:hover {
    color: #E29012 !important; }
    .bread a:hover i {
      color: #E29012 !important; }
.bread br {
  display: none !important; }

#btm-top-hero {
  background-image: url("images/btm/btm-hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 36vw; }
  @media (max-width: 767px) {
    #btm-top-hero {
      height: 136vw;
      background-image: url("images/kie2-mb.jpg"); } }
  #btm-top-hero h1 {
    position: absolute;
    color: #fff;
    font-size: 2.34vw;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    left: 58%;
    line-height: 1.4;
    width: 35vw;
    max-width: 850px; }
    @media (max-width: 1399px) {
      #btm-top-hero h1 {
        font-size: 2.74vw; } }
    @media (max-width: 767px) {
      #btm-top-hero h1 {
        font-size: 6.204vw;
        top: 20%;
        left: 6%;
        width: 88%; } }
    @media (max-width: 575px) {
      #btm-top-hero h1 {
        font-size: 8.404vw;
        width: 80%; } }
    @media (max-width: 575px) {
      #btm-top-hero h1 span.en {
        font-size: 8.004vw;
        display: block;
        margin-top: 14%; } }

#btm-overview {
  margin-top: 60px; }
  @media (max-width: 575px) {
    #btm-overview .row {
      margin: 50px auto 0; } }

.btm-intro h3 {
  font-size: 21px;
  font-weight: 900; }
  @media (max-width: 1399px) {
    .btm-intro h3 {
      font-size: 19px; } }
  @media (max-width: 1199px) {
    .btm-intro h3 {
      font-size: 18px; } }
.btm-intro h2 {
  color: #0862AC;
  font-size: 55px;
  font-weight: 900;
  margin: 20px auto 0; }
  @media (max-width: 1399px) {
    .btm-intro h2 {
      font-size: 48px; } }
  @media (max-width: 1199px) {
    .btm-intro h2 {
      font-size: 42px;
      margin: 10px auto 0; } }
  @media (max-width: 991px) {
    .btm-intro h2 {
      font-size: 36px; } }
  @media (max-width: 575px) {
    .btm-intro h2 {
      font-size: 30px; } }
.btm-intro p {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.9; }
  @media (max-width: 1399px) {
    .btm-intro p {
      font-size: 16px; } }
  @media (max-width: 1199px) {
    .btm-intro p {
      font-size: 15px;
      margin-top: 30px; } }
  .btm-intro p.en {
    max-width: 1166px;
    margin: 40px auto 0; }
.btm-intro .textflow1 .block {
  top: 10px; }

#btm-egs {
  margin-top: 100px; }

.btm-egs-content {
  padding: 40px 30px 320px 30px !important;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (max-width: 1399px) {
    .btm-egs-content {
      padding: 30px 20px 250px 20px !important; } }
  @media (max-width: 1199px) {
    .btm-egs-content {
      padding: 25px 15px 220px 15px !important; } }
  @media (max-width: 991px) {
    .btm-egs-content {
      padding: 25px 15px 330px 15px !important; } }
  @media (max-width: 767px) {
    .btm-egs-content {
      padding: 25px 15px 250px 15px !important; } }
  @media (max-width: 575px) {
    .btm-egs-content {
      padding: 20px 20px 33vw 20px !important; } }
  @media (max-width: 575px) {
    .btm-egs-content.btm-egs-cost {
      padding: 20px 20px 37vw 20px !important; } }
  .btm-egs-content h3 {
    font-size: 33px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #303030; }
    @media (max-width: 1399px) {
      .btm-egs-content h3 {
        font-size: 28px; } }
    @media (max-width: 1199px) {
      .btm-egs-content h3 {
        font-size: 23px; } }
  .btm-egs-content p {
    margin-top: 15px;
    line-height: 1.6; }
    @media (max-width: 1199px) {
      .btm-egs-content p {
        font-size: 15px; } }
  .btm-egs-content a {
    font-size: 18px;
    font-weight: 600;
    color: #00447B;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none; }
    .btm-egs-content a:hover {
      color: #00447B; }
      .btm-egs-content a:hover i {
        transform: translateX(5px); }
    .btm-egs-content a i {
      margin-left: 5px;
      transition: .3s; }
  .btm-egs-content-en {
    padding: 20px 30px 320px 30px !important; }
    @media (max-width: 1399px) {
      .btm-egs-content-en {
        padding: 20px 30px 300px 30px !important; } }
    @media (max-width: 1199px) {
      .btm-egs-content-en {
        padding: 20px 20px 290px 20px !important; } }
    @media (max-width: 991px) {
      .btm-egs-content-en {
        padding: 20px 20px 330px 20px !important;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .btm-egs-content-en {
        padding: 20px 20px 250px 20px !important; } }
    @media (max-width: 575px) {
      .btm-egs-content-en {
        padding: 20px 20px 33vw 20px !important; } }
    @media (max-width: 575px) {
      .btm-egs-content-en.btm-egs-cost {
        padding: 20px 20px 37vw 20px !important; } }
    .btm-egs-content-en h3 {
      font-size: 30px;
      height: 88px;
      display: flex;
      align-items: flex-end; }
      @media (max-width: 1399px) {
        .btm-egs-content-en h3 {
          font-size: 28px; } }
      @media (max-width: 1199px) {
        .btm-egs-content-en h3 {
          font-size: 25px;
          height: 75px; } }
      @media (max-width: 767px) {
        .btm-egs-content-en h3 {
          height: auto; } }

.btm-egs-eff {
  background-image: url("images/btm/btm-eff.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #7ED2DC; }
  @media (max-width: 767px) {
    .btm-egs-eff {
      background-image: url("images/btm/btm-eff-mb.png"); } }

.btm-egs-risk {
  background-image: url("images/btm/btm-risk.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #1B97B0;
  color: #fff; }
  @media (max-width: 767px) {
    .btm-egs-risk {
      background-image: url("images/btm/btm-risk-mb.png"); } }
  .btm-egs-risk h3 {
    border-color: #fff; }
  .btm-egs-risk a {
    color: #fff; }
    .btm-egs-risk a:hover {
      color: #fff; }

.btm-egs-cost {
  background-image: url("images/btm/btm-cost.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #419DBD;
  color: #fff; }
  @media (max-width: 767px) {
    .btm-egs-cost {
      background-image: url("images/btm/btm-cost-mb.png"); } }
  .btm-egs-cost h3 {
    border-color: #fff; }
  .btm-egs-cost a {
    color: #fff; }
    .btm-egs-cost a:hover {
      color: #fff; }

.btm-egs-gov {
  background-image: url("images/btm/btm-gvn.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #fff; }
  @media (max-width: 767px) {
    .btm-egs-gov {
      background-image: url("images/btm/btm-gvn-mb.png"); } }

#btm-merit {
  margin-top: 100px; }
  @media (max-width: 575px) {
    #btm-merit {
      margin-top: 50px; } }
  #btm-merit h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    margin-top: 4.16vw;
    position: relative; }
    @media (max-width: 1399px) {
      #btm-merit h2 {
        font-size: 36px; } }
    @media (max-width: 1199px) {
      #btm-merit h2 {
        font-size: 34px; } }
    @media (max-width: 575px) {
      #btm-merit h2 {
        font-size: 24px;
        margin-top: 7.16vw; } }
  #btm-merit .swiper-slide {
    height: 40.95vw;
    padding: 0 15%; }
    @media (max-width: 1199px) {
      #btm-merit .swiper-slide {
        padding: 0; } }
    @media (max-width: 991px) {
      #btm-merit .swiper-slide {
        height: 80.95vw; } }
    @media (max-width: 767px) {
      #btm-merit .swiper-slide {
        height: 84.95vw; } }
    @media (max-width: 575px) {
      #btm-merit .swiper-slide {
        height: 166.95vw; } }
  #btm-merit .swiper-button-prev {
    background-image: none;
    left: 11%; }
    @media (max-width: 1399px) {
      #btm-merit .swiper-button-prev {
        left: 8%; } }
    @media (max-width: 1199px) {
      #btm-merit .swiper-button-prev {
        left: 4%; } }
    #btm-merit .swiper-button-prev:after {
      content: "\f053";
      font-size: 41px;
      font-family: "Font Awesome 6 Pro";
      font-weight: 400;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      transition: .3s; }
      @media (max-width: 991px) {
        #btm-merit .swiper-button-prev:after {
          font-size: 20px; } }
    #btm-merit .swiper-button-prev:hover:after {
      color: #E29012; }
  #btm-merit .swiper-button-next {
    background-image: none;
    right: 11%;
    left: inherit; }
    @media (max-width: 1399px) {
      #btm-merit .swiper-button-next {
        right: 8%; } }
    @media (max-width: 1199px) {
      #btm-merit .swiper-button-next {
        right: 4%; } }
    #btm-merit .swiper-button-next:after {
      content: "\f054";
      font-size: 41px;
      font-family: "Font Awesome 6 Pro";
      font-weight: 400;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      transition: .3s; }
      @media (max-width: 991px) {
        #btm-merit .swiper-button-next:after {
          font-size: 20px; } }
      @media (max-width: 767px) {
        #btm-merit .swiper-button-next:after {
          color: #fff;
          font-size: 24px; } }
    #btm-merit .swiper-button-next:hover:after {
      color: #E29012; }

.btm-merit-pic img {
  width: 100%; }

.btm-merit-desc {
  position: relative;
  top: 8.33vw !important;
  margin-left: auto; }
  @media (max-width: 1199px) {
    .btm-merit-desc {
      top: 5.33vw !important; } }
  @media (max-width: 991px) {
    .btm-merit-desc {
      top: 2.33vw !important; } }
  .btm-merit-desc h3 {
    font-size: 1.82vw;
    font-weight: 600;
    padding: 8px 24px;
    border: 1px solid #fff;
    color: #fff;
    width: max-content; }
    @media (max-width: 1199px) {
      .btm-merit-desc h3 {
        font-size: 2.22vw; } }
    @media (max-width: 991px) {
      .btm-merit-desc h3 {
        font-size: 2.88vw;
        margin: auto; } }
    @media (max-width: 575px) {
      .btm-merit-desc h3 {
        font-size: 4.88vw; } }
  .btm-merit-desc ul {
    padding-left: 0 !important;
    margin-top: 30px; }
    @media (max-width: 991px) {
      .btm-merit-desc ul {
        width: 80%;
        margin: 33vw auto; } }
    @media (max-width: 575px) {
      .btm-merit-desc ul {
        margin: 66vw auto; } }
    .btm-merit-desc ul li {
      list-style: none;
      color: #fff;
      font-size: 1.2vw;
      margin-top: 0.78vw;
      display: flex; }
      @media (max-width: 1199px) {
        .btm-merit-desc ul li {
          font-size: 1.48vw; } }
      @media (max-width: 991px) {
        .btm-merit-desc ul li {
          font-size: 2.38vw; } }
      @media (max-width: 575px) {
        .btm-merit-desc ul li {
          font-size: 4.08vw; } }
      .btm-merit-desc ul li i {
        margin-right: 10px;
        position: relative;
        top: 0.4vw; }
        @media (max-width: 991px) {
          .btm-merit-desc ul li i {
            top: 0.6vw; } }
        @media (max-width: 575px) {
          .btm-merit-desc ul li i {
            top: 1.1vw; } }
  .btm-merit-desc.gtj ul li {
    font-size: 1.05vw; }
    @media (max-width: 1199px) {
      .btm-merit-desc.gtj ul li {
        font-size: 1.2Svw; } }
    @media (max-width: 991px) {
      .btm-merit-desc.gtj ul li {
        font-size: 2.02vw; } }
    @media (max-width: 575px) {
      .btm-merit-desc.gtj ul li {
        font-size: 3.64vw; } }

.btm-merit-bt {
  background-color: #E88D01;
  position: relative; }
  .btm-merit-bt:before {
    content: "";
    position: absolute;
    background-image: url("images/btm/btm1.png");
    background-size: cover;
    width: 35.31vw;
    height: 27.71vw;
    top: 15.5%;
    left: 12.5%; }
    @media (max-width: 991px) {
      .btm-merit-bt:before {
        top: 26.5%;
        left: 31%; } }
    @media (max-width: 575px) {
      .btm-merit-bt:before {
        width: 70.62vw;
        height: 55.42vw;
        top: 21.5%;
        left: 12%; } }

.btm-merit-som {
  background-color: #0862AC;
  position: relative; }
  .btm-merit-som:before {
    content: "";
    position: absolute;
    background-image: url("images/btm/btm2.png");
    background-size: cover;
    width: 39.79vw;
    height: 23.9vw;
    top: 20.5%;
    left: 9.5%; }
    @media (max-width: 991px) {
      .btm-merit-som:before {
        top: 28.5%;
        left: 34%; } }
    @media (max-width: 575px) {
      .btm-merit-som:before {
        width: 79.58vw;
        height: 47.8vw;
        top: 24.5%;
        left: 12%; } }

.btm-merit-acnt {
  background-color: #893CA4;
  position: relative; }
  .btm-merit-acnt:before {
    content: "";
    position: absolute;
    background-image: url("images/btm/btm3.png");
    background-size: cover;
    width: 42.66vw;
    height: 21.4vw;
    top: 29.5%;
    left: 6.5%; }
    @media (max-width: 991px) {
      .btm-merit-acnt:before {
        top: 31.5%;
        left: 29.5%; } }
    @media (max-width: 575px) {
      .btm-merit-acnt:before {
        width: 85.32vw;
        height: 42.8vw;
        top: 26.5%;
        left: 10%; } }

#btm-system {
  margin-top: 100px;
  padding-bottom: 50px;
  background-image: url("images/btm/wave.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain; }
  @media (max-width: 575px) {
    #btm-system {
      margin-top: 50px;
      background-image: url("images/btm/wave-mb.jpg"); } }
  #btm-system h2 {
    color: #0862AC;
    font-weight: 900;
    font-size: 35px; }
    @media (max-width: 575px) {
      #btm-system h2 {
        font-size: 26px; } }
  #btm-system h4 {
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6; }
    @media (max-width: 1399px) {
      #btm-system h4 {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      #btm-system h4 {
        font-size: 17px; } }
    #btm-system h4.en {
      font-weight: 400; }

.btm-system-wrapper {
  margin-top: 75px; }
  @media (max-width: 575px) {
    .btm-system-wrapper {
      margin-top: 20px; } }

.btm-system-content {
  margin-bottom: 30px; }
  @media (max-width: 575px) {
    .btm-system-content {
      padding: 0;
      text-align: center; } }

@media (max-width: 575px) {
  .btm-system-pic {
    display: none; } }
.btm-system-pic img {
  width: 100%; }

.btm-system-desc h5 {
  font-size: 23px;
  font-weight: 700;
  margin-top: 5px; }
  @media (max-width: 1399px) {
    .btm-system-desc h5 {
      font-size: 19px; } }
  @media (max-width: 1199px) {
    .btm-system-desc h5 {
      font-size: 16px; } }
@media (max-width: 1399px) {
  .btm-system-desc p {
    font-size: 15px; } }
.btm-system-desc a {
  font-size: 18px;
  font-weight: 600;
  color: #00447B;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none; }
  .btm-system-desc a:hover {
    color: #00447B; }
    .btm-system-desc a:hover i {
      transform: translateX(5px); }
  .btm-system-desc a i {
    margin-left: 5px;
    transition: .3s; }

.btm-system-logo img {
  height: 56px;
  width: auto; }
  @media (max-width: 1399px) {
    .btm-system-logo img {
      height: 48px; } }

@media (max-width: 991px) {
  .btm-system-booking {
    margin-top: 30px !important; } }
@media (max-width: 575px) {
  .btm-system-booking {
    text-align: center; } }
.btm-system-booking h4 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.6; }
  @media (max-width: 1399px) {
    .btm-system-booking h4 {
      font-size: 20px; } }
  @media (max-width: 1199px) {
    .btm-system-booking h4 {
      font-size: 17px; } }
  .btm-system-booking h4.en {
    font-weight: 400; }
.btm-system-booking h3 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #303030; }
  @media (max-width: 1399px) {
    .btm-system-booking h3 {
      font-size: 25px; } }
  @media (max-width: 575px) {
    .btm-system-booking h3 {
      font-size: 22px; } }
.btm-system-booking a {
  color: #303030;
  font-size: 18px;
  padding: 12px 20px;
  border: 1px solid #303030;
  text-decoration: none;
  display: inline-block;
  margin-top: 2.75vw;
  transition: .3s; }
  @media (max-width: 1399px) {
    .btm-system-booking a {
      font-size: 16px;
      padding: 9px 16px;
      margin-top: 1.5vw; } }
  @media (max-width: 575px) {
    .btm-system-booking a {
      width: 140px;
      display: block;
      margin: 10.5vw auto; } }
  .btm-system-booking a:hover {
    color: #303030;
    background-color: #E29012; }

.btm-system-booking-content {
  margin-top: 30px; }

.btm-system-booking-logo {
  margin-top: 20px; }
  @media (max-width: 575px) {
    .btm-system-booking-logo img {
      width: 94%;
      max-height: 56px;
      object-fit: contain; } }
  @media (max-width: 575px) {
    .btm-system-booking-logo-emb img {
      max-height: 80px; } }

.btm-system-info {
  margin-top: 100px; }
  .btm-system-info .swiper-slide {
    padding-top: 15px;
    padding-bottom: 15px; }
    .btm-system-info .swiper-slide .row {
      width: 1045px;
      margin: auto;
      padding: 25px;
      justify-content: space-between;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
      border-radius: 15px;
      background-color: #fff; }
      @media (max-width: 1399px) {
        .btm-system-info .swiper-slide .row {
          width: 980px; } }
      @media (max-width: 1199px) {
        .btm-system-info .swiper-slide .row {
          width: 800px; } }
      @media (max-width: 991px) {
        .btm-system-info .swiper-slide .row {
          width: 710px; } }
      @media (max-width: 767px) {
        .btm-system-info .swiper-slide .row {
          width: 530px; } }
      @media (max-width: 575px) {
        .btm-system-info .swiper-slide .row {
          width: 96%;
          padding: 20px 2%; } }
  .btm-system-info .swiper-button-prev {
    background-image: none;
    left: 8%;
    transform: translateY(-50%); }
    @media (max-width: 1399px) {
      .btm-system-info .swiper-button-prev {
        left: 2%; } }
    .btm-system-info .swiper-button-prev:after {
      content: "\f053";
      font-size: 51px;
      font-family: "Font Awesome 6 Pro";
      font-weight: 400;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #0862AC;
      transition: .3s; }
      @media (max-width: 991px) {
        .btm-system-info .swiper-button-prev:after {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .btm-system-info .swiper-button-prev:after {
          font-size: 24px; } }
    .btm-system-info .swiper-button-prev:hover:after {
      color: #E29012; }
  .btm-system-info .swiper-button-next {
    background-image: none;
    right: 8%;
    left: inherit;
    transform: translateY(-50%); }
    @media (max-width: 1399px) {
      .btm-system-info .swiper-button-next {
        right: 2%; } }
    .btm-system-info .swiper-button-next:after {
      content: "\f054";
      font-size: 51px;
      font-family: "Font Awesome 6 Pro";
      font-weight: 400;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #0862AC;
      transition: .3s; }
      @media (max-width: 991px) {
        .btm-system-info .swiper-button-next:after {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .btm-system-info .swiper-button-next:after {
          font-size: 24px; } }
    .btm-system-info .swiper-button-next:hover:after {
      color: #E29012; }

.btm-system-banner-pic {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btm-system-banner-pic img {
    width: 100%;
    object-fit: cover;
    height: 200px; }
    @media (max-width: 1399px) {
      .btm-system-banner-pic img {
        height: 190px; } }
    @media (max-width: 1199px) {
      .btm-system-banner-pic img {
        height: 155px; } }
    @media (max-width: 1199px) {
      .btm-system-banner-pic img {
        height: 130px; } }
    @media (max-width: 767px) {
      .btm-system-banner-pic img {
        height: 250px; } }
    @media (max-width: 575px) {
      .btm-system-banner-pic img {
        height: 54vw; } }

.btm-system-banner-cat {
  display: flex;
  flex-wrap: wrap; }
  .btm-system-banner-cat span {
    font-size: 18px;
    color: #fff;
    background-color: #0862AC;
    padding: 3px 12px;
    margin-right: 20px; }
    @media (max-width: 1399px) {
      .btm-system-banner-cat span {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .btm-system-banner-cat span {
        font-size: 14px; } }
    @media (max-width: 575px) {
      .btm-system-banner-cat span {
        font-size: 13px;
        margin-bottom: 7px; } }

@media (max-width: 767px) {
  .btm-system-banner-desc {
    margin-top: 20px !important; } }
.btm-system-banner-desc h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px; }
  @media (max-width: 1399px) {
    .btm-system-banner-desc h3 {
      font-size: 26px;
      margin-top: 15px; } }
  @media (max-width: 991px) {
    .btm-system-banner-desc h3 {
      font-size: 22px;
      margin-top: 10px; } }
.btm-system-banner-desc h4 {
  font-size: 20px !important;
  color: #0862AC;
  font-weight: 700 !important;
  margin-top: 20px; }
  @media (max-width: 1399px) {
    .btm-system-banner-desc h4 {
      font-size: 19px !important;
      margin-top: 15px; } }
  @media (max-width: 991px) {
    .btm-system-banner-desc h4 {
      font-size: 16px !important; } }
@media (max-width: 1399px) {
  .btm-system-banner-desc p {
    font-size: 15px; } }

.btm-system-banner-btn {
  text-align: right;
  margin-top: 20px; }
  .btm-system-banner-btn a {
    color: #0862AC !important;
    font-size: 17px;
    padding: 8px 20px;
    border: 2px solid #0862AC;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: .3s; }
    @media (max-width: 575px) {
      .btm-system-banner-btn a {
        width: max-content;
        margin: auto;
        display: block; } }
    .btm-system-banner-btn a:hover {
      background-color: #E29012;
      color: #fff !important; }

#btm-flow {
  padding-top: 100px;
  padding-bottom: 175px;
  background-image: url("images/btm/btm-flow.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 575px) {
    #btm-flow {
      padding-top: 50px;
      background-image: url("images/btm/btm-flow-mb.png");
      background-position: top;
      background-color: #fff;
      background-size: contain; } }
  #btm-flow h2 {
    font-size: 38px;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 575px) {
      #btm-flow h2 {
        font-size: 26px; } }

.btm-flow-tabs {
  margin-top: 60px;
  width: 940px !important; }
  @media (max-width: 575px) {
    .btm-flow-tabs {
      width: 100% !important; } }
  .btm-flow-tabs.en {
    width: 975px !important; }
    @media (max-width: 575px) {
      .btm-flow-tabs.en {
        width: 100% !important; } }
    .btm-flow-tabs.en h3 {
      padding: 0 0 8px; }
      @media (max-width: 991px) {
        .btm-flow-tabs.en h3 {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .btm-flow-tabs.en h3 {
          padding: 10px; } }
  .btm-flow-tabs h3 {
    opacity: 0.42;
    font-weight: 600;
    color: #fff;
    padding: 0 20px 8px;
    border-bottom: 4px solid #fff;
    height: 42px; }
    @media (max-width: 991px) {
      .btm-flow-tabs h3 {
        height: 36px;
        padding: 0 10px 4px; } }
    @media (max-width: 767px) {
      .btm-flow-tabs h3 {
        height: 60px;
        line-height: 1.4; } }
    @media (max-width: 575px) {
      .btm-flow-tabs h3 {
        height: auto;
        padding: 10px;
        border: 1px solid #fff;
        margin-bottom: 20px; } }

.btm-flow-tab {
  text-align: center;
  cursor: pointer; }
  .btm-flow-tab.active h3 {
    opacity: 1; }

.btm-flow-tab1 h3 {
  font-size: 23px; }
  @media (max-width: 991px) {
    .btm-flow-tab1 h3 {
      font-size: 18px; } }
  @media (max-width: 575px) {
    .btm-flow-tab1 h3 {
      font-size: 16px; } }

.btm-flow-tab2 h3 {
  font-size: 24px; }
  @media (max-width: 991px) {
    .btm-flow-tab2 h3 {
      font-size: 19px; } }
  @media (max-width: 575px) {
    .btm-flow-tab2 h3 {
      font-size: 16px; } }

.btm-flow-chart {
  margin-top: 50px;
  display: none; }
  .btm-flow-chart img {
    width: 100%; }
  .btm-flow-chart.active {
    display: block; }

.btm-cta-banner {
  border: 3px solid #00447B;
  border-radius: 15px;
  padding: 20px;
  width: 880px;
  margin: auto;
  background-image: url("images/btm/btm-cta.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  position: relative;
  top: -80px; }
  @media (max-width: 991px) {
    .btm-cta-banner {
      width: 94%;
      top: -70px;
      max-width: 720px; } }
  @media (max-width: 767px) {
    .btm-cta-banner {
      padding: 210px 0 25px;
      max-width: 540px;
      background-image: url("images/btm/btm-cta-md.png"); } }
  @media (max-width: 575px) {
    .btm-cta-banner {
      padding: 0vw 3% 2vw;
      background-image: url("images/btm/btm-cta-mb.png"); } }
  .btm-cta-banner h2 {
    font-size: 39px;
    font-weight: 900;
    color: #00447B;
    text-align: right;
    margin-top: 40px !important; }
    @media (max-width: 991px) {
      .btm-cta-banner h2 {
        font-size: 30px !important; } }
    @media (max-width: 767px) {
      .btm-cta-banner h2 {
        text-align: center;
        margin-top: 15px !important; } }
    @media (max-width: 575px) {
      .btm-cta-banner h2 {
        font-size: 6vw !important;
        padding-bottom: 0 !important;
        text-align: left;
        width: 60%;
        margin-left: 40%; } }
    @media (max-width: 991px) {
      .btm-cta-banner h2.cta-banner-en {
        margin-top: 10px !important; } }
    .btm-cta-banner h2.gt {
      font-size: 37px; }
      @media (max-width: 575px) {
        .btm-cta-banner h2.gt {
          font-size: 5.5vw !important; } }

.btm-cta-desc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .btm-cta-desc {
      justify-content: center; } }
  @media (max-width: 575px) {
    .btm-cta-desc {
      display: block;
      margin-left: 40%;
      width: 60%; } }
  .btm-cta-desc p {
    font-size: 19px;
    color: #00447B;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 0 !important; }
    @media (max-width: 991px) {
      .btm-cta-desc p {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .btm-cta-desc p {
        font-size: 3.8vw;
        margin-right: 0; } }
  .btm-cta-desc a {
    font-size: 18px;
    padding: 12px 24px;
    background-color: #00447B;
    border-radius: 10px;
    color: #fff !important;
    text-decoration: none;
    transition: .3s; }
    @media (max-width: 991px) {
      .btm-cta-desc a {
        font-size: 17px; } }
    @media (max-width: 575px) {
      .btm-cta-desc a {
        display: block;
        width: max-content;
        margin: 5px 0 0;
        font-size: 14px; } }
    .btm-cta-desc a:hover {
      background-color: #E29012;
      color: #fff !important; }
  @media (max-width: 991px) {
    .btm-cta-desc.btm-cta-desc-en {
      display: block;
      margin-top: 15px;
      text-align: right; } }
  @media (max-width: 767px) {
    .btm-cta-desc.btm-cta-desc-en {
      text-align: center; } }
  @media (max-width: 575px) {
    .btm-cta-desc.btm-cta-desc-en {
      text-align: left; } }
  @media (max-width: 991px) {
    .btm-cta-desc.btm-cta-desc-en p {
      margin-right: 0;
      margin-bottom: 15px !important; } }
  @media (max-width: 767px) {
    .btm-cta-desc.btm-cta-desc-en p {
      text-align: center;
      margin-bottom: 0.5rem !important; } }
  @media (max-width: 575px) {
    .btm-cta-desc.btm-cta-desc-en p {
      text-align: left; } }
  @media (max-width: 991px) {
    .btm-cta-desc.btm-cta-desc-en a {
      display: inline-block;
      padding: 10px 20px; } }

.cta-banner-inner {
  width: 482px;
  margin-left: auto; }
  @media (max-width: 767px) {
    .cta-banner-inner {
      margin-right: auto; } }
  @media (max-width: 575px) {
    .cta-banner-inner {
      width: 100%; } }

#btm-services {
  margin-top: 100px; }
  @media (max-width: 575px) {
    #btm-services {
      margin-top: 0; } }
  #btm-services img {
    height: 100%;
    object-fit: cover; }
    @media (min-width: 1200px) {
      #btm-services img {
        width: 100%; } }

.btm-service-content {
  padding: 30px !important; }
  @media (max-width: 1199px) {
    .btm-service-content {
      padding: 20px !important; } }
  .btm-service-content h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .btm-service-content h3 {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .btm-service-content h3 {
        font-size: 17px; } }
  .btm-service-content h2 {
    font-size: 38px;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 1199px) {
      .btm-service-content h2 {
        font-size: 32px; } }
    @media (max-width: 575px) {
      .btm-service-content h2 {
        font-size: 30px; } }
  .btm-service-content p {
    color: #fff;
    margin-top: 15px; }
    @media (max-width: 1199px) {
      .btm-service-content p {
        font-size: 15px; } }
  .btm-service-content ul {
    flex-wrap: wrap; }
    .btm-service-content ul li {
      list-style: none;
      margin-right: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .btm-service-content ul li {
          width: 45%; } }
      @media (max-width: 575px) {
        .btm-service-content ul li {
          width: 100%;
          margin-bottom: 10px; } }
      .btm-service-content ul li span {
        color: #fff;
        font-weight: 700;
        font-size: 20px; }
        @media (max-width: 1439px) {
          .btm-service-content ul li span {
            font-size: 18px; } }
        @media (max-width: 1399px) {
          .btm-service-content ul li span {
            font-size: 15px; } }
        .btm-service-content ul li span i {
          font-size: 36px; }
          @media (max-width: 1399px) {
            .btm-service-content ul li span i {
              font-size: 32px; } }
          @media (max-width: 575px) {
            .btm-service-content ul li span i {
              font-size: 32px; } }
  .btm-service-content a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    transition: .3s; }
    @media (max-width: 1199px) {
      .btm-service-content a {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .btm-service-content a {
        display: block;
        margin: 30px auto;
        width: 140px;
        text-align: center; } }
    .btm-service-content a:hover {
      background-color: #E29012;
      color: #fff; }

@media (max-width: 1199px) {
  .mice-gvn-text {
    width: 125px; } }
@media (max-width: 575px) {
  .mice-gvn-text {
    width: 225px; } }

.btm-service-mice-content {
  background-color: #1471AE; }

.btm-service-jp-content {
  background-color: #B42A0D; }

@media (max-width: 1399px) {
  .btm-service-icon-pic-conv {
    width: 55px; } }
@media (max-width: 1199px) {
  .btm-service-icon-pic-conv {
    width: 64px; } }
@media (max-width: 1199px) {
  .btm-service-icon-pic-conv img {
    width: 64px; } }
@media (max-width: 991px) {
  .btm-service-icon-pic-conv img {
    width: 48px; } }

.btm-service-icon-pic-rew {
  width: 48px; }
  @media (max-width: 1399px) {
    .btm-service-icon-pic-rew {
      width: 40px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-rew {
      width: 64px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-rew img {
      width: 45px; } }
  @media (max-width: 991px) {
    .btm-service-icon-pic-rew img {
      width: 36px; } }

.btm-service-icon-pic-conf {
  width: 70px; }
  @media (max-width: 1399px) {
    .btm-service-icon-pic-conf {
      width: 56px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-conf {
      width: 64px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-conf img {
      width: 60px; } }
  @media (max-width: 991px) {
    .btm-service-icon-pic-conf img {
      width: 48px; } }

.btm-service-icon-pic-exh {
  width: 55px; }
  @media (max-width: 1399px) {
    .btm-service-icon-pic-exh {
      width: 50px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-exh {
      width: 65px; } }
  @media (max-width: 1199px) {
    .btm-service-icon-pic-exh img {
      width: 55px; } }
  @media (max-width: 991px) {
    .btm-service-icon-pic-exh img {
      width: 45px; } }

#btm-faq {
  margin-top: 200px; }
  @media (max-width: 575px) {
    #btm-faq {
      margin-top: 50px;
      margin-bottom: 75px; } }
  #btm-faq h2 {
    color: #0862AC;
    font-size: 35px;
    font-weight: 900; }
    @media (max-width: 575px) {
      #btm-faq h2 {
        font-size: 26px; } }
  @media (max-width: 575px) {
    #btm-faq .row {
      max-width: 360px;
      margin: auto; } }

.btm-faq-box {
  margin-top: 50px !important;
  background-color: #0862AC;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  transition: .3s;
  cursor: pointer; }
  @media (max-width: 991px) {
    .btm-faq-box {
      background-position: top;
      height: 140px; } }
  @media (max-width: 575px) {
    .btm-faq-box {
      background-color: transparent; } }
  .btm-faq-box:hover a {
    color: #E29012; }
  .btm-faq-box:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .btm-faq-box a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    transition: .3s; }
    @media (max-width: 1399px) {
      .btm-faq-box a {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      .btm-faq-box a {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .btm-faq-box a {
        font-size: 16px; } }

.btm-faq-air {
  background-image: url("images/btm/faq-air.jpg"); }

.btm-faq-htl {
  background-image: url("images/btm/faq-htl.jpg"); }

.btm-faq-car {
  background-image: url("images/btm/faq-car.jpg"); }

.btm-faq-visa {
  background-image: url("images/btm/faq-passport.jpg"); }

.btm-faq-group {
  background-image: url("images/btm/faq-group.jpg"); }

.btm-faq-system {
  background-image: url("images/btm/faq-system.jpg"); }

.btm-faq-cta {
  margin-top: 75px;
  text-align: center; }
  .btm-faq-cta a {
    font-size: 20px;
    font-weight: 600;
    color: #0862AC;
    padding: 12px 24px;
    text-decoration: none;
    border: 1px solid #0862AC;
    transition: .3s; }
    .btm-faq-cta a:hover {
      background-color: #E29012;
      color: #fff; }

.btm-faq-visa a {
  font-size: 20px; }
  @media (max-width: 1399px) {
    .btm-faq-visa a {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .btm-faq-visa a {
      font-size: 15px; } }
  @media (max-width: 575px) {
    .btm-faq-visa a {
      font-size: 14px; } }

.intro {
  animation: intro 1s forwards;
  opacity: 0; }

@keyframes intro {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
#btm-pages-hero {
  background-size: cover;
  height: 13vw;
  position: relative; }
  @media (max-width: 767px) {
    #btm-pages-hero {
      height: 24vw;
      background-image: none !important; } }

.btm-hero-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  .btm-hero-text h2 {
    font-size: 1.146vw;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .btm-hero-text h2 {
        font-size: 1.446vw; } }
    @media (max-width: 767px) {
      .btm-hero-text h2 {
        font-size: 2.746vw; } }
    @media (max-width: 575px) {
      .btm-hero-text h2 {
        font-size: 4vw;
        margin-bottom: 0.25rem; } }
  .btm-hero-text h1 {
    font-size: 2.34vw;
    font-weight: 900;
    margin-bottom: 0 !important; }
    @media (max-width: 1399px) {
      .btm-hero-text h1 {
        font-size: 2.74vw; } }
    @media (max-width: 767px) {
      .btm-hero-text h1 {
        font-size: 5.74vw; } }
    @media (max-width: 575px) {
      .btm-hero-text h1 {
        font-size: 6.5vw; } }

#btm-pages-intro {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 1199px) {
    #btm-pages-intro {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (max-width: 575px) {
    #btm-pages-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #btm-pages-intro h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.6; }
    @media (max-width: 1399px) {
      #btm-pages-intro h2 {
        font-size: 32px; } }
    @media (max-width: 1199px) {
      #btm-pages-intro h2 {
        font-size: 28px; } }
    @media (max-width: 575px) {
      #btm-pages-intro h2 {
        font-size: 20px; } }
  #btm-pages-intro h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
    margin-top: 25px; }

#btm-time {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #1F6D95; }
  @media (max-width: 1399px) {
    #btm-time {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 575px) {
    #btm-time {
      padding-top: 50px;
      padding-bottom: 50px; } }

.btm-time-pic img {
  width: 100%; }

@media (max-width: 991px) {
  .btm-time-desc {
    margin-top: 30px !important; } }
.btm-time-desc h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600; }
  @media (max-width: 1399px) {
    .btm-time-desc h3 {
      font-size: 21px; } }
  @media (max-width: 575px) {
    .btm-time-desc h3 {
      font-size: 18px; } }
.btm-time-desc h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin-top: 15px; }
  @media (max-width: 1399px) {
    .btm-time-desc h2 {
      font-size: 45px; } }
  @media (max-width: 575px) {
    .btm-time-desc h2 {
      font-size: 30px; } }
  .btm-time-desc h2 span {
    font-size: 21px; }
    @media (max-width: 575px) {
      .btm-time-desc h2 span {
        font-size: 18px; } }
.btm-time-desc p {
  font-weight: 600;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-top: 40px;
  line-height: 1.8; }
  @media (max-width: 1399px) {
    .btm-time-desc p {
      font-size: 15px;
      margin-top: 30px; } }

@media (max-width: 575px) {
  #btm-simplify {
    margin-top: 40px; } }

@media (max-width: 991px) {
  .btm-simplify {
    text-align: center; } }
.btm-simplify h2 {
  font-size: 33px;
  font-weight: 900; }
  @media (max-width: 1199px) {
    .btm-simplify h2 {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .btm-simplify h2 {
      text-align: left; } }
  @media (max-width: 575px) {
    .btm-simplify h2 {
      font-size: 26px; } }
.btm-simplify p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 50px;
  margin-top: 25px; }
  @media (max-width: 1199px) {
    .btm-simplify p {
      font-size: 16px; } }
  @media (max-width: 991px) {
    .btm-simplify p {
      text-align: left; } }
.btm-simplify img {
  max-width: 100%; }

#btm-helps {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-color: #E29012; }
  @media (max-width: 1199px) {
    #btm-helps {
      padding-top: 60px; } }
  @media (max-width: 575px) {
    #btm-helps {
      padding-top: 40px;
      margin-top: 40px; } }
  #btm-helps h2 {
    font-size: 33px;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 767px) {
      #btm-helps h2 {
        font-size: 30px; } }
    @media (max-width: 575px) {
      #btm-helps h2 {
        font-size: 26px; } }
    @media (max-width: 991px) {
      #btm-helps h2.en {
        font-size: 28px; } }
    @media (max-width: 767px) {
      #btm-helps h2.en {
        font-size: 25px; } }

.btm-helps-pic {
  height: 178px; }
  @media (max-width: 991px) {
    .btm-helps-pic {
      height: 100px; } }
  @media (max-width: 767px) {
    .btm-helps-pic {
      height: 178px; } }
  .btm-helps-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.btm-helps-content {
  margin-top: 25px !important;
  background-color: #fff;
  border-radius: 15px;
  padding: 25px !important; }
  @media (max-width: 1399px) {
    .btm-helps-content {
      padding: 15px !important; } }
  .btm-helps-content h3 {
    font-size: 24px;
    font-weight: 900;
    margin-top: 30px; }
    @media (max-width: 1439px) {
      .btm-helps-content h3 {
        font-size: 23px; } }
    @media (max-width: 1399px) {
      .btm-helps-content h3 {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      .btm-helps-content h3 {
        font-size: 17px; } }
    .btm-helps-content h3.en {
      height: 58px; }
      @media (max-width: 767px) {
        .btm-helps-content h3.en {
          height: auto; } }
  .btm-helps-content p {
    margin-top: 15px;
    line-height: 1.6; }
    @media (max-width: 1399px) {
      .btm-helps-content p {
        font-size: 15px; } }

#btm-works {
  padding-top: 50px;
  padding-bottom: 100px;
  background-image: url("images/btm/wave.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 575px) {
    #btm-works {
      padding-bottom: 50px; } }
  #btm-works h2 {
    font-size: 38px;
    font-weight: 900;
    margin-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 575px) {
      #btm-works h2 {
        font-size: 26px; } }
  #btm-works .btm-system-info {
    margin-top: 25px; }
  #btm-works .btm-cta-banner {
    top: 180px;
    z-index: 2; }
    @media (max-width: 575px) {
      #btm-works .btm-cta-banner {
        top: 50px; } }

#btm-other-egs {
  background-color: #ededed;
  padding-top: 200px;
  padding-bottom: 120px;
  position: relative;
  top: -5px; }
  @media (max-width: 575px) {
    #btm-other-egs {
      padding-top: 75px;
      padding-bottom: 50px; } }
  #btm-other-egs-h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 900; }
    @media (max-width: 575px) {
      #btm-other-egs-h3 {
        font-size: 18px; } }
  #btm-other-egs h2 {
    font-size: 38px;
    font-weight: 900; }
    @media (max-width: 575px) {
      #btm-other-egs h2 {
        font-size: 26px; } }
  #btm-other-egs #btm-egs {
    margin-top: 50px;
    padding: 0 100px; }
    @media (max-width: 1399px) {
      #btm-other-egs #btm-egs {
        padding: 0 80px; } }
    @media (max-width: 1199px) {
      #btm-other-egs #btm-egs {
        padding: 0; } }
    #btm-other-egs #btm-egs .btm-egs-content {
      padding: 40px 30px 360px 30px !important; }
      @media (max-width: 1399px) {
        #btm-other-egs #btm-egs .btm-egs-content {
          padding: 40px 30px 290px 30px !important;
          margin-bottom: 25px; } }
      @media (max-width: 1199px) {
        #btm-other-egs #btm-egs .btm-egs-content {
          padding: 20px 20px 235px 20px !important; } }
      @media (max-width: 991px) {
        #btm-other-egs #btm-egs .btm-egs-content {
          padding: 20px 20px 320px 20px !important; } }
      @media (max-width: 767px) {
        #btm-other-egs #btm-egs .btm-egs-content {
          padding: 40px 30px 460px 30px !important;
          margin-bottom: 25px; } }
      @media (max-width: 575px) {
        #btm-other-egs #btm-egs .btm-egs-content {
          padding: 20px 20px 33vw 20px !important; } }
      @media (max-width: 575px) {
        #btm-other-egs #btm-egs .btm-egs-content.btm-egs-cost {
          padding: 20px 20px 37vw 20px !important; } }
      #btm-other-egs #btm-egs .btm-egs-content-en {
        padding: 20px 30px 320px 30px !important; }
        @media (max-width: 1199px) {
          #btm-other-egs #btm-egs .btm-egs-content-en {
            padding: 20px 20px 235px 20px !important; } }
        @media (max-width: 991px) {
          #btm-other-egs #btm-egs .btm-egs-content-en {
            padding: 20px 20px 320px 20px !important; } }
        @media (max-width: 767px) {
          #btm-other-egs #btm-egs .btm-egs-content-en {
            padding: 20px 20px 250px 20px !important; } }
        #btm-other-egs #btm-egs .btm-egs-content-en h3 {
          font-size: 30px;
          height: 88px;
          display: flex;
          align-items: flex-end; }
          @media (max-width: 1399px) {
            #btm-other-egs #btm-egs .btm-egs-content-en h3 {
              font-size: 28px; } }
          @media (max-width: 1199px) {
            #btm-other-egs #btm-egs .btm-egs-content-en h3 {
              font-size: 25px;
              height: 75px; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs .btm-egs-content-en.btm-egs-eff {
            padding: 20px 20px 33vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs .btm-egs-content-en.btm-egs-risk {
            padding: 20px 20px 33vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs .btm-egs-content-en.btm-egs-cost {
            padding: 20px 20px 37vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs .btm-egs-content-en.btm-egs-gov {
            padding: 20px 20px 33vw 20px !important; } }
    #btm-other-egs #btm-egs3 {
      margin-top: 50px;
      padding: 0 100px; }
      @media (max-width: 1399px) {
        #btm-other-egs #btm-egs3 {
          padding: 0 80px; } }
      @media (max-width: 1199px) {
        #btm-other-egs #btm-egs3 {
          padding: 0; } }
      #btm-other-egs #btm-egs3 .btm-egs-content {
        padding: 40px 30px 360px 30px !important; }
        @media (max-width: 1399px) {
          #btm-other-egs #btm-egs3 .btm-egs-content {
            padding: 40px 30px 290px 30px !important; } }
        @media (max-width: 991px) {
          #btm-other-egs #btm-egs3 .btm-egs-content {
            padding: 40px 30px 210px 30px !important; } }
        @media (max-width: 767px) {
          #btm-other-egs #btm-egs3 .btm-egs-content {
            padding: 20px 20px 500px 20px !important;
            margin-bottom: 25px; } }
        #btm-other-egs #btm-egs3 .btm-egs-content-en {
          padding: 20px 30px 360px 30px !important; }
          @media (max-width: 1399px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en {
              padding: 20px 30px 300px 30px !important; } }
          @media (max-width: 1199px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en {
              padding: 20px 20px 290px 20px !important; } }
          @media (max-width: 767px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en {
              padding: 20px 20px 500px 20px !important;
              margin-bottom: 25px; } }
          #btm-other-egs #btm-egs3 .btm-egs-content-en h3 {
            font-size: 30px;
            height: 88px;
            display: flex;
            align-items: flex-end; }
            @media (max-width: 1399px) {
              #btm-other-egs #btm-egs3 .btm-egs-content-en h3 {
                font-size: 28px; } }
            @media (max-width: 1199px) {
              #btm-other-egs #btm-egs3 .btm-egs-content-en h3 {
                font-size: 25px;
                height: 75px; } }
          @media (max-width: 767px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en.btm-egs-eff {
              padding: 20px 20px 430px 20px !important; } }
          @media (max-width: 575px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en.btm-egs-eff {
              padding: 20px 20px 33vw 20px !important; } }
          @media (max-width: 575px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en.btm-egs-risk {
              padding: 20px 20px 33vw 20px !important; } }
          @media (max-width: 575px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en.btm-egs-cost {
              padding: 20px 20px 37vw 20px !important; } }
          @media (max-width: 575px) {
            #btm-other-egs #btm-egs3 .btm-egs-content-en.btm-egs-gov {
              padding: 20px 20px 33vw 20px !important; } }
        @media (max-width: 767px) {
          #btm-other-egs #btm-egs3 .btm-egs-content.btm-egs-eff {
            padding: 20px 20px 430px 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs3 .btm-egs-content.btm-egs-eff {
            padding: 20px 20px 33vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs3 .btm-egs-content.btm-egs-risk {
            padding: 20px 20px 33vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs3 .btm-egs-content.btm-egs-cost {
            padding: 20px 20px 37vw 20px !important; } }
        @media (max-width: 575px) {
          #btm-other-egs #btm-egs3 .btm-egs-content.btm-egs-gov {
            padding: 20px 20px 33vw 20px !important; } }

.risk-grey {
  position: relative; }
  .risk-grey:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 87%;
    background-color: #E6E6E6; }
    @media (max-width: 991px) {
      .risk-grey:before {
        width: 100%; } }
  .risk-grey .btm-risk-desc {
    margin-left: auto;
    padding: 50px 30px 50px 0;
    position: relative;
    background-color: #E6E6E6; }
    @media (max-width: 1199px) {
      .risk-grey .btm-risk-desc {
        padding: 30px 30px 30px 0; } }
    @media (max-width: 991px) {
      .risk-grey .btm-risk-desc {
        padding: 160px 30px 30px 30px; } }
    @media (max-width: 575px) {
      .risk-grey .btm-risk-desc {
        padding: 160px 0 30px; } }
    .risk-grey .btm-risk-desc h3 {
      font-size: 35px;
      font-weight: 900;
      color: #0862AC;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .risk-grey .btm-risk-desc h3 {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .risk-grey .btm-risk-desc h3 {
          font-size: 26px; } }
    .risk-grey .btm-risk-desc p {
      font-size: 16px;
      font-weight: 600;
      margin-top: 20px;
      line-height: 1.8; }
      @media (max-width: 1199px) {
        .risk-grey .btm-risk-desc p {
          font-size: 15px; } }

.risk-blue {
  position: relative; }
  .risk-blue:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 87%;
    background-color: #267EC6; }
    @media (max-width: 991px) {
      .risk-blue:before {
        width: 100%; } }
  .risk-blue .btm-risk-desc {
    padding: 50px 40px 50px 50px;
    position: relative;
    background-color: #267EC6; }
    @media (max-width: 1199px) {
      .risk-blue .btm-risk-desc {
        padding: 30px 40px 30px 30px; } }
    @media (max-width: 991px) {
      .risk-blue .btm-risk-desc {
        padding: 160px 30px 30px 30px; } }
    @media (max-width: 575px) {
      .risk-blue .btm-risk-desc {
        padding: 160px 0 30px; } }
    .risk-blue .btm-risk-desc h3 {
      font-size: 35px;
      font-weight: 900;
      color: #fff;
      line-height: 1.3; }
      @media (max-width: 1199px) {
        .risk-blue .btm-risk-desc h3 {
          font-size: 30px; } }
      @media (max-width: 575px) {
        .risk-blue .btm-risk-desc h3 {
          font-size: 26px; } }
    .risk-blue .btm-risk-desc p {
      font-size: 16px;
      font-weight: 600;
      margin-top: 20px;
      line-height: 1.8;
      color: #fff; }
      @media (max-width: 1199px) {
        .risk-blue .btm-risk-desc p {
          font-size: 15px; } }

#btm-risk1 {
  margin-top: 75px; }
  @media (max-width: 991px) {
    #btm-risk1 {
      margin-top: 215px; } }
  #btm-risk1 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -80%;
    top: -90px;
    width: 491px;
    height: 531px;
    background-image: url("/wp-content/uploads/2023/08/risk1.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-risk1 .btm-risk-desc:before {
        width: 442px;
        height: 478px; } }
    @media (max-width: 1199px) {
      #btm-risk1 .btm-risk-desc:before {
        width: 393px;
        height: 425px;
        left: -87%; } }
    @media (max-width: 991px) {
      #btm-risk1 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -275px; } }
    @media (max-width: 575px) {
      #btm-risk1 .btm-risk-desc:before {
        width: 346px;
        height: 374px;
        top: -230px; } }

#btm-risk2 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-risk2 {
      margin-top: 125px; } }
  @media (max-width: 991px) {
    #btm-risk2 {
      margin-top: 175px; } }
  #btm-risk2 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -80%;
    top: -115px;
    width: 481px;
    height: 430px;
    background-image: url("/wp-content/uploads/2023/08/risk2.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-risk2 .btm-risk-desc:before {
        top: -105px;
        width: 433px;
        height: 387px; } }
    @media (max-width: 1199px) {
      #btm-risk2 .btm-risk-desc:before {
        top: -90px;
        width: 385px;
        height: 344px;
        right: -87%; } }
    @media (max-width: 991px) {
      #btm-risk2 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -180px;
        right: auto; } }
    @media (max-width: 575px) {
      #btm-risk2 .btm-risk-desc:before {
        top: -160px;
        width: 346px;
        height: 309px; } }

#btm-risk3 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-risk3 {
      margin-top: 125px; } }
  @media (max-width: 991px) {
    #btm-risk3 {
      margin-top: 300px; } }
  #btm-risk3 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -85%;
    top: -130px;
    width: 553px;
    height: 574px;
    background-image: url("/wp-content/uploads/2023/08/risk3.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-risk3 .btm-risk-desc:before {
        top: -110px;
        width: 470px;
        height: 488px; } }
    @media (max-width: 1199px) {
      #btm-risk3 .btm-risk-desc:before {
        top: -95px;
        width: 415px;
        height: 431px;
        left: -92%; } }
    @media (max-width: 991px) {
      #btm-risk3 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -280px; } }
    @media (max-width: 575px) {
      #btm-risk3 .btm-risk-desc:before {
        top: -230px;
        width: 345px;
        height: 358px; } }

#btm-risk4 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-risk4 {
      margin-top: 125px; } }
  @media (max-width: 991px) {
    #btm-risk4 {
      margin-top: 245px; } }
  @media (max-width: 575px) {
    #btm-risk4 {
      margin-top: 150px; } }
  #btm-risk4 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -98%;
    top: -60px;
    width: 658px;
    height: 515px;
    background-image: url("/wp-content/uploads/2023/08/risk4.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-risk4 .btm-risk-desc:before {
        width: 559px;
        height: 438px; } }
    @media (max-width: 1199px) {
      #btm-risk4 .btm-risk-desc:before {
        width: 494px;
        height: 386px; } }
    @media (max-width: 991px) {
      #btm-risk4 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -240px;
        right: auto; } }
    @media (max-width: 575px) {
      #btm-risk4 .btm-risk-desc:before {
        width: 346px;
        height: 270px;
        top: -125px; } }

.btm-risk-seminar {
  margin-top: 250px;
  background-color: #00447B;
  padding: 15px; }
  @media (max-width: 1199px) {
    .btm-risk-seminar {
      margin-top: 150px; } }
  @media (min-width: 1400px) {
    .btm-risk-seminar.container {
      max-width: 1200px !important; } }

.btm-risk-seminar-inner {
  border: 1px solid #fff; }

.btm-risk-seminar-desc {
  padding: 30px 30px 30px 40px !important;
  border-right: 1px solid #fff; }
  @media (max-width: 1199px) {
    .btm-risk-seminar-desc {
      padding: 20px 20px 20px 30px !important; } }
  @media (max-width: 767px) {
    .btm-risk-seminar-desc {
      border: none; } }
  .btm-risk-seminar-desc h3 {
    font-size: 40px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 1199px) {
      .btm-risk-seminar-desc h3 {
        font-size: 32px; } }
  .btm-risk-seminar-desc p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    margin: 20px 0 0 !important; }
    @media (max-width: 1199px) {
      .btm-risk-seminar-desc p {
        font-size: 15px; } }

.receive-nl {
  padding: 0 40px 0 30px !important;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .receive-nl {
      padding: 0 30px 0 25px !important; } }
  @media (max-width: 767px) {
    .receive-nl {
      padding: 30px 30px 30px 25px !important;
      position: relative; }
      .receive-nl:before {
        content: "";
        background-color: #fff;
        width: calc( 100% - 40px );
        height: 1px;
        left: 20px;
        top: 0;
        position: absolute; } }
  .receive-nl h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .receive-nl h4 {
        font-size: 19px; } }

.risk-nl-rgst {
  margin-top: 10px; }
  .risk-nl-rgst h5 {
    font-size: 36px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 1199px) {
      .risk-nl-rgst h5 {
        font-size: 34px; } }

#deem {
  margin-top: 125px;
  margin-bottom: 60px; }
  @media (min-width: 1400px) {
    #deem.container {
      max-width: 1200px !important; } }
  @media (max-width: 1199px) {
    #deem.container h2 img {
      width: 250px; } }
  @media (max-width: 575px) {
    #deem.container h2 img {
      width: 180px; } }
  #deem.container h3 {
    text-align: center;
    margin-top: 35px;
    font-weight: 700;
    font-size: 33px; }
    @media (max-width: 1199px) {
      #deem.container h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      #deem.container h3 {
        font-size: 24px; } }
    @media (max-width: 575px) {
      #deem.container h3 {
        font-size: 23px; } }
    #deem.container h3 b {
      font-weight: 900; }
    #deem.container h3 i {
      font-size: 35px;
      color: #99C01F;
      margin-left: 7px; }
  #deem.container p {
    text-align: center;
    margin-top: 25px;
    font-weight: 600;
    line-height: 1.8; }

.deem-video iframe {
  width: 100%;
  height: 425px; }
  @media (max-width: 1199px) {
    .deem-video iframe {
      height: 345px; } }
  @media (max-width: 991px) {
    .deem-video iframe {
      height: 255px; } }
  @media (max-width: 575px) {
    .deem-video iframe {
      height: 52vw; } }
.deem-video span {
  text-align: center;
  display: block;
  margin-top: 5px; }

#booking-intro {
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (min-width: 1440px) {
    #booking-intro {
      padding-left: 150px; } }
  @media (min-width: 1400px) and (max-width: 1439px) {
    #booking-intro {
      padding-left: 80px; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    #booking-intro {
      padding-left: 70px; } }
  @media (min-width: 576px) and (max-width: 1199px) {
    #booking-intro {
      padding-left: 0; } }
  @media (max-width: 575px) {
    #booking-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #booking-intro h3 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 50px;
    line-height: 1.8; }
    @media (max-width: 1199px) {
      #booking-intro h3 {
        font-size: 16px;
        margin-top: 25px; } }
    @media (max-width: 575px) {
      #booking-intro h3 {
        font-size: 15px; } }

.booking-h2 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4; }
  @media (max-width: 1199px) {
    .booking-h2 {
      font-size: 28px; } }
  @media (max-width: 575px) {
    .booking-h2 {
      font-size: 24px; } }

.ob-pic {
  position: relative;
  left: -40px; }
  @media (max-width: 991px) {
    .ob-pic {
      left: 0;
      max-width: 420px !important;
      margin: auto; } }

#booking-feature {
  margin-top: 50px; }
  @media (max-width: 575px) {
    #booking-feature {
      margin-top: 25px; } }
  #booking-feature h2 {
    margin-bottom: 15px; }

.col-md-30.booking-feature-box {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  width: 49.25%;
  margin-top: 30px;
  padding: 35px; }
  @media (max-width: 767px) {
    .col-md-30.booking-feature-box {
      width: 96%;
      margin: 30px auto 0; } }
  @media (max-width: 575px) {
    .col-md-30.booking-feature-box {
      padding: 20px;
      margin: 20px auto 0; } }
  .col-md-30.booking-feature-box p {
    margin-top: 20px;
    line-height: 1.8; }

.booking-feature-heading {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .booking-feature-heading {
      height: 110px; } }
  @media (max-width: 767px) {
    .booking-feature-heading {
      height: 60px; } }
  @media (max-width: 575px) {
    .booking-feature-heading {
      height: auto; } }
  .booking-feature-heading h3 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 15px;
    line-height: 1.4; }
    @media (max-width: 991px) {
      .booking-feature-heading h3 {
        font-size: 18px; } }
  .booking-feature-heading-en h3 {
    font-size: 23px; }
    @media (max-width: 1399px) {
      .booking-feature-heading-en h3 {
        font-size: 19px; } }
    @media (max-width: 991px) {
      .booking-feature-heading-en h3 {
        font-size: 18px; } }

.booking-feature-icon img {
  width: 80px; }
  @media (max-width: 991px) {
    .booking-feature-icon img {
      width: 70px; } }

#booking-systems {
  margin-top: 150px;
  padding-bottom: 150px; }
  @media (max-width: 575px) {
    #booking-systems {
      margin-top: 50px;
      padding-bottom: 25px; } }
  #booking-systems h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 30px;
    line-height: 1.8; }

.booking-system-row {
  position: relative;
  padding-bottom: 3.9vw;
  margin-top: 5vw; }
  .booking-system-row:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 9.37vw;
    max-height: 180px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, #133F63, #267EC6);
    z-index: -1; }
    @media (max-width: 991px) {
      .booking-system-row:after {
        top: auto; } }
    @media (max-width: 767px) {
      .booking-system-row:after {
        height: 13.37vw; } }
    @media (max-width: 575px) {
      .booking-system-row:after {
        height: 25.37vw;
        bottom: -7vw; } }
  .booking-system-row2:after {
    background: linear-gradient(to right, #133F63, #267EC6); }

.booking-slider .slick-slide {
  height: 450px; }
  @media (max-width: 1399px) {
    .booking-slider .slick-slide {
      height: 340px; } }
  @media (max-width: 575px) {
    .booking-slider .slick-slide {
      height: 54vw; } }
.booking-slider .slick-prev {
  right: 13.5%;
  left: auto; }
  @media (max-width: 575px) {
    .booking-slider .slick-prev {
      opacity: 0; } }
  .booking-slider .slick-prev:before {
    color: #fff;
    content: "\f0a8";
    font-size: 36px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    transition: .3s;
    top: 1280%; }
    @media (max-width: 1399px) {
      .booking-slider .slick-prev:before {
        top: 975%; } }
    @media (max-width: 1199px) {
      .booking-slider .slick-prev:before {
        font-size: 30px; } }
  .booking-slider .slick-prev:hover:before {
    color: #E88D01; }
.booking-slider .slick-next {
  right: 5.5%; }
  @media (max-width: 575px) {
    .booking-slider .slick-next {
      opacity: 0; } }
  .booking-slider .slick-next:before {
    color: #fff;
    content: "\f0a9";
    font-size: 36px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    transition: .3s;
    top: 1280%; }
    @media (max-width: 1399px) {
      .booking-slider .slick-next:before {
        top: 975%; } }
    @media (max-width: 1199px) {
      .booking-slider .slick-next:before {
        font-size: 30px; } }
  .booking-slider .slick-next:hover:before {
    color: #E88D01; }
.booking-slider .slick-dots {
  bottom: -6%;
  height: 3px; }
  .booking-slider .slick-dots li {
    width: 45px;
    height: 3px; }
    .booking-slider .slick-dots li button {
      width: 45px;
      height: 3px; }
      .booking-slider .slick-dots li button:before {
        width: 45px;
        height: 3px;
        content: "";
        background-color: #fff; }

.booking-deem-logo img {
  width: 14.58vw; }
  @media (max-width: 767px) {
    .booking-deem-logo img {
      width: 20.58vw; } }
  @media (max-width: 575px) {
    .booking-deem-logo img {
      width: 35.58vw; } }

.booking-sap-logo img {
  width: 21.46vw; }
  @media (max-width: 767px) {
    .booking-sap-logo img {
      width: 34.46vw; } }
  @media (max-width: 575px) {
    .booking-sap-logo img {
      width: 60.46vw; } }

.booking-emburse-logo img {
  width: 18.13vw; }
  @media (max-width: 767px) {
    .booking-emburse-logo img {
      width: 34.13vw; } }
  @media (max-width: 575px) {
    .booking-emburse-logo img {
      width: 60.13vw; } }

@media (max-width: 991px) {
  .booking-system-desc {
    margin-top: 40px !important; } }
@media (max-width: 575px) {
  .booking-system-desc {
    margin-top: 50px !important; } }
.booking-system-desc h4 {
  margin-top: 3vw; }
.booking-system-desc p {
  line-height: 1.8;
  margin-top: 2vw; }

.booking-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.booking-system-cta {
  margin-top: 100px;
  text-align: center; }
  @media (max-width: 575px) {
    .booking-system-cta {
      margin-top: 50px; } }
  .booking-system-cta a {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 20px 60px;
    border-radius: 45px;
    background-color: #0862AC;
    text-decoration: none;
    transition: .3s; }
    @media (max-width: 767px) {
      .booking-system-cta a {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .booking-system-cta a {
        max-width: 96%;
        display: block;
        margin: auto;
        padding: 12px 30px; } }
    .booking-system-cta a:hover {
      background-color: #E88D01;
      color: #fff; }

.btm-h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px; }

#btm-cost-intro {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #btm-cost-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #btm-cost-intro .row {
    justify-content: space-around; }
  #btm-cost-intro h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
    margin-top: 25px; }
    @media (max-width: 1199px) {
      #btm-cost-intro h3 {
        font-size: 16px; } }
    @media (max-width: 575px) {
      #btm-cost-intro h3 {
        font-size: 15px;
        margin-top: 20px; } }

@media (max-width: 767px) {
  .cost-pic {
    max-width: 360px !important;
    margin: auto; } }

.btm-cost-case {
  padding: 30px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  height: auto; }
  @media (max-width: 1399px) {
    .btm-cost-case {
      padding: 20px; } }
  @media (max-width: 575px) {
    .btm-cost-case {
      padding: 20px 10px; } }
  .btm-cost-case h3 {
    font-size: 24px;
    color: #fff;
    background-color: #0862AC;
    padding: 10px 24px;
    width: 1000px;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 2em;
    line-height: 1.3; }
    @media (max-width: 1399px) {
      .btm-cost-case h3 {
        font-size: 19px;
        width: 800px; } }
    @media (max-width: 991px) {
      .btm-cost-case h3 {
        width: 100%; } }
    @media (max-width: 575px) {
      .btm-cost-case h3 {
        padding: 10px;
        font-size: 16px; } }
    .btm-cost-case h3 i {
      margin-right: 10px;
      font-size: 34px; }
      @media (max-width: 1399px) {
        .btm-cost-case h3 i {
          font-size: 29px; } }
      @media (max-width: 575px) {
        .btm-cost-case h3 i {
          font-size: 24px; } }
  .btm-cost-case p {
    padding-top: 30px;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    width: 825px;
    line-height: 1.8; }
    @media (max-width: 1399px) {
      .btm-cost-case p {
        font-size: 16px;
        width: 700px; } }
    @media (max-width: 1199px) {
      .btm-cost-case p {
        width: 555px; } }
    @media (max-width: 991px) {
      .btm-cost-case p {
        width: 55%;
        padding-top: 10px;
        padding-left: 10px;
        font-size: 15px; } }
    @media (max-width: 767px) {
      .btm-cost-case p {
        width: 100%; } }

.btm-cost-case1-inner {
  background-image: url("/wp-content/uploads/2023/09/btm-cost-case1-2.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 270px; }
  @media (max-width: 1199px) {
    .btm-cost-case1-inner {
      height: 300px; } }
  @media (max-width: 767px) {
    .btm-cost-case1-inner {
      height: auto;
      padding-bottom: 400px;
      background-position: bottom; } }
  @media (max-width: 575px) {
    .btm-cost-case1-inner {
      padding-bottom: 70vw; } }

.btm-cost-case2 {
  margin-top: 50px; }
  .btm-cost-case2-inner {
    background-image: url("/wp-content/uploads/2023/09/btm-cost-case2-2.png");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 270px; }
    @media (max-width: 1199px) {
      .btm-cost-case2-inner {
        height: 300px; } }
    @media (max-width: 991px) {
      .btm-cost-case2-inner {
        height: 270px; } }
    @media (max-width: 767px) {
      .btm-cost-case2-inner {
        height: auto;
        padding-bottom: 325px;
        background-position: bottom; } }
    @media (max-width: 575px) {
      .btm-cost-case2-inner {
        padding-bottom: 65vw; } }

#btm-cost-max {
  background-image: url("/wp-content/uploads/2023/08/btm-cost-max.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 150px; }
  @media (max-width: 1199px) {
    #btm-cost-max {
      background-position: right; } }
  @media (max-width: 991px) {
    #btm-cost-max {
      background-position: 72%; } }
  @media (max-width: 767px) {
    #btm-cost-max {
      background-position: 70%; } }
  @media (max-width: 575px) {
    #btm-cost-max {
      background-position: 60%;
      margin-top: 75px; } }

.btm-cost-max-desc {
  padding-top: 5.2vw;
  padding-left: 40px; }
  @media (max-width: 1199px) {
    .btm-cost-max-desc {
      padding-top: 3.2vw; } }
  .btm-cost-max-desc h3 {
    font-size: 32px;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .btm-cost-max-desc h3 {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .btm-cost-max-desc h3 {
        font-size: 26px; } }
    @media (max-width: 575px) {
      .btm-cost-max-desc h3 {
        font-size: 20px; } }
  .btm-cost-max-desc p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    width: 1005px;
    margin-top: 2.75vw; }
    @media (max-width: 1399px) {
      .btm-cost-max-desc p {
        font-size: 16px;
        width: 895px; } }
    @media (max-width: 1199px) {
      .btm-cost-max-desc p {
        font-size: 15px;
        width: 500px; } }
    @media (max-width: 767px) {
      .btm-cost-max-desc p {
        width: 425px; } }
    @media (max-width: 575px) {
      .btm-cost-max-desc p {
        width: 100%; } }
  .btm-cost-max-desc h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 4vw;
    padding: 0.5vw;
    position: relative;
    top: -1vw;
    background: #F7FF00;
    width: max-content; }
    @media (max-width: 1399px) {
      .btm-cost-max-desc h2 {
        font-size: 28px; } }
    @media (max-width: 1199px) {
      .btm-cost-max-desc h2 {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .btm-cost-max-desc h2 {
        font-size: 19px; } }
    @media (max-width: 575px) {
      .btm-cost-max-desc h2 {
        width: 100%;
        margin-top: 10vw;
        top: -4vw; } }
    .btm-cost-max-desc h2 span {
      font-size: 40px; }
      @media (max-width: 1399px) {
        .btm-cost-max-desc h2 span {
          font-size: 36px; } }
      @media (max-width: 1199px) {
        .btm-cost-max-desc h2 span {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .btm-cost-max-desc h2 span {
          font-size: 30px; } }

#btm-cost1 {
  margin-top: 335px; }
  @media (max-width: 1199px) {
    #btm-cost1 {
      margin-top: 240px; } }
  @media (max-width: 991px) {
    #btm-cost1 {
      margin-top: 350px; } }
  @media (max-width: 575px) {
    #btm-cost1 {
      margin-top: 250px; } }
  #btm-cost1 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -87%;
    top: -200px;
    width: 540px;
    height: 555px;
    background-image: url("/wp-content/uploads/2023/09/cost1.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-cost1 .btm-risk-desc:before {
        width: 488px;
        height: 502px;
        left: -94%;
        top: -155px; } }
    @media (max-width: 1199px) {
      #btm-cost1 .btm-risk-desc:before {
        width: 431px;
        height: 443px; } }
    @media (max-width: 991px) {
      #btm-cost1 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -290px; } }
    @media (max-width: 575px) {
      #btm-cost1 .btm-risk-desc:before {
        width: 345px;
        height: 353px;
        top: -205px; } }

#btm-cost2 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-cost2 {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    #btm-cost2 {
      margin-top: 300px; } }
  @media (max-width: 575px) {
    #btm-cost2 {
      margin-top: 195px; } }
  #btm-cost2 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -85%;
    top: -115px;
    width: 572px;
    height: 534px;
    background-image: url("/wp-content/uploads/2023/09/cost2.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-cost2 .btm-risk-desc:before {
        right: -92%;
        top: -45px;
        width: 507px;
        height: 473px; } }
    @media (max-width: 1199px) {
      #btm-cost2 .btm-risk-desc:before {
        width: 447px;
        height: 417px; } }
    @media (max-width: 991px) {
      #btm-cost2 .btm-risk-desc:before {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: -275px; } }
    @media (max-width: 575px) {
      #btm-cost2 .btm-risk-desc:before {
        width: 344px;
        height: 321px;
        top: -175px; } }

#btm-cost3 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-cost3 {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    #btm-cost3 {
      margin-top: 285px; } }
  @media (max-width: 575px) {
    #btm-cost3 {
      margin-top: 220px; } }
  #btm-cost3 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -87%;
    top: -85px;
    width: 507px;
    height: 521px;
    background-image: url("/wp-content/uploads/2023/09/cost3.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-cost3 .btm-risk-desc:before {
        left: -90%;
        top: -25px;
        width: 458px;
        height: 470px; } }
    @media (max-width: 1199px) {
      #btm-cost3 .btm-risk-desc:before {
        width: 404px;
        height: 415px;
        top: -30px; } }
    @media (max-width: 991px) {
      #btm-cost3 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -265px; } }
    @media (max-width: 575px) {
      #btm-cost3 .btm-risk-desc:before {
        width: 343px;
        height: 352px;
        top: -205px; } }

#btm-cost4 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-cost4 {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    #btm-cost4 {
      margin-top: 240px; } }
  @media (max-width: 575px) {
    #btm-cost4 {
      margin-top: 200px; } }
  #btm-cost4 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -92.5%;
    top: -125px;
    width: 597px;
    height: 439px;
    background-image: url("/wp-content/uploads/2023/09/cost4.png");
    background-size: cover; }
    @media (max-width: 1399px) {
      #btm-cost4 .btm-risk-desc:before {
        width: 520px;
        height: 390px;
        top: -115px; } }
    @media (max-width: 1199px) {
      #btm-cost4 .btm-risk-desc:before {
        width: 459px;
        height: 344px; } }
    @media (max-width: 991px) {
      #btm-cost4 .btm-risk-desc:before {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: -215px; } }
    @media (max-width: 575px) {
      #btm-cost4 .btm-risk-desc:before {
        width: 344px;
        height: 258px;
        top: -120px; } }

.booking-system-cta.btm-cost-cta {
  margin-top: 200px; }
  @media (max-width: 991px) {
    .booking-system-cta.btm-cost-cta {
      margin-top: 75px; } }

#btm-htl-programs {
  margin-top: 175px;
  margin-bottom: 175px; }
  @media (max-width: 575px) {
    #btm-htl-programs {
      margin-top: 100px;
      margin-bottom: 50px; } }

.btm-htl-program {
  width: 1342px !important;
  margin: 75px auto;
  position: relative;
  background-color: #0862AC;
  padding: 30px !important; }
  @media (max-width: 1399px) {
    .btm-htl-program {
      width: 1100px !important;
      padding: 20px !important; } }
  @media (max-width: 1199px) {
    .btm-htl-program {
      width: 920px !important; } }
  @media (max-width: 575px) {
    .btm-htl-program {
      width: 100% !important; } }

.btm-htl-program-inner {
  border: 1px solid #fff; }

.btm-htl-program-desc {
  padding-left: 60px !important;
  padding-bottom: 45px; }
  @media (max-width: 1199px) {
    .btm-htl-program-desc {
      padding-left: 30px !important;
      padding-bottom: 25px; } }
  @media (max-width: 991px) {
    .btm-htl-program-desc {
      padding-right: 30px !important; } }
  .btm-htl-program-desc h2 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-top: 75px; }
    @media (max-width: 1399px) {
      .btm-htl-program-desc h2 {
        font-size: 34px; } }
    @media (max-width: 1199px) {
      .btm-htl-program-desc h2 {
        font-size: 29px;
        margin-top: 62px; } }
    @media (max-width: 575px) {
      .btm-htl-program-desc h2 {
        font-size: 26px;
        margin-top: 50px; } }
  .btm-htl-program-desc p {
    color: #fff;
    line-height: 1.8;
    margin-top: 20px; }
    @media (max-width: 1399px) {
      .btm-htl-program-desc p {
        font-size: 15px; } }
  .btm-htl-program-desc a {
    font-weight: 600;
    color: #fff !important; }
    .btm-htl-program-desc a i {
      transition: .3s;
      margin-left: 10px; }
    .btm-htl-program-desc a:hover {
      color: #E88D01 !important; }
      .btm-htl-program-desc a:hover i {
        transform: translateX(5px); }
  .btm-htl-program-desc h3 {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    margin-top: 60px; }
    @media (max-width: 1399px) {
      .btm-htl-program-desc h3 {
        font-size: 27px; } }
    @media (max-width: 1199px) {
      .btm-htl-program-desc h3 {
        font-size: 24px;
        margin-top: 35px; } }
    @media (max-width: 575px) {
      .btm-htl-program-desc h3 {
        font-size: 22px;
        margin-top: 20px; } }

.btm-htl-program-link {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1399px) {
    .btm-htl-program-link {
      padding-right: 30px !important; } }
  .btm-htl-program-link a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px 75px;
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 265px;
    border-radius: 25px;
    transition: .3s;
    font-weight: 700; }
    @media (max-width: 575px) {
      .btm-htl-program-link a {
        position: relative;
        left: 8px;
        width: 240px;
        padding: 12px 40px; } }
    .btm-htl-program-link a:hover {
      background-color: #E88D01;
      color: #fff; }
  .btm-htl-program-link-en a {
    width: auto;
    padding: 12px 36px; }
    @media (max-width: 575px) {
      .btm-htl-program-link-en a {
        padding: 12px 30px; } }

.btm-htl-program-link-pic {
  text-align: center; }
  .btm-htl-program-link-pic img {
    width: 224px; }
    @media (max-width: 575px) {
      .btm-htl-program-link-pic img {
        width: 145px; } }
  @media (max-width: 575px) {
    .btm-htl-program-link-pic {
      padding-left: 15px; } }

.btm-htl-program1:before {
  content: "さらにお得!";
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  background-image: url("https://kintetsu.demoseek.us/wp-content/uploads/2023/08/HTL-Program.png");
  background-size: cover;
  width: 225px;
  height: 80px;
  top: 30px;
  left: -41px;
  position: absolute;
  padding: 8px 0 0 24px;
  letter-spacing: 4px; }
  @media (max-width: 1399px) {
    .btm-htl-program1:before {
      top: 20px; } }
  @media (max-width: 1199px) {
    .btm-htl-program1:before {
      width: 191px;
      height: 68px;
      left: -35px;
      padding: 8px 0 0 21px;
      font-size: 20px; } }
  @media (max-width: 575px) {
    .btm-htl-program1:before {
      width: 150px;
      height: 45px;
      left: 0;
      padding: 5px 0 0px 14px;
      font-size: 16px; } }
.btm-htl-program1-en:before {
  content: "More deals!";
  letter-spacing: 1px; }

#btm-gvn-intro {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #btm-gvn-intro {
      padding-top: 50px;
      padding-bottom: 20px; } }
  #btm-gvn-intro .row {
    justify-content: space-around; }
  #btm-gvn-intro h3 {
    font-weight: 900;
    font-size: 18px;
    margin-top: 30px;
    line-height: 2.0; }
    @media (max-width: 1199px) {
      #btm-gvn-intro h3 {
        font-size: 16px; } }
    @media (max-width: 575px) {
      #btm-gvn-intro h3 {
        font-size: 15px; } }

#btm-gvn-title {
  margin-top: 50px; }
  #btm-gvn-title h3 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 35px;
    line-height: 2.0;
    width: 945px; }
    @media (max-width: 991px) {
      #btm-gvn-title h3 {
        width: 100%; } }

#btm-gvn1 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-gvn1 {
      margin-top: 100px; } }
  @media (max-width: 991px) {
    #btm-gvn1 {
      margin-top: 225px; } }
  @media (max-width: 575px) {
    #btm-gvn1 {
      margin-top: 140px; } }
  #btm-gvn1 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -98%;
    top: -150px;
    width: 651px;
    height: 458px;
    background-image: url("/wp-content/uploads/2023/09/gov1.png");
    background-size: cover; }
    @media (max-width: 1439px) {
      #btm-gvn1 .btm-risk-desc:before {
        width: 586px;
        height: 413px;
        top: -100px; } }
    @media (max-width: 1399px) {
      #btm-gvn1 .btm-risk-desc:before {
        width: 488px;
        height: 344px;
        left: -94%;
        top: -27px; } }
    @media (max-width: 1199px) {
      #btm-gvn1 .btm-risk-desc:before {
        width: 430px;
        height: 303px; } }
    @media (max-width: 991px) {
      #btm-gvn1 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -190px; } }
    @media (max-width: 575px) {
      #btm-gvn1 .btm-risk-desc:before {
        width: 344px;
        height: 242px;
        top: -110px; } }

#btm-gvn2 {
  margin-top: 200px; }
  @media (max-width: 1199px) {
    #btm-gvn2 {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    #btm-gvn2 {
      margin-top: 225px; } }
  @media (max-width: 575px) {
    #btm-gvn2 {
      margin-top: 120px; } }
  #btm-gvn2 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -98%;
    top: -105px;
    width: 669px;
    height: 432px;
    background-image: url("/wp-content/uploads/2023/09/gov2.png");
    background-size: cover; }
    @media (max-width: 1439px) {
      #btm-gvn2 .btm-risk-desc:before {
        width: 602px;
        height: 388px;
        top: -100px; } }
    @media (max-width: 1399px) {
      #btm-gvn2 .btm-risk-desc:before {
        right: -92%;
        top: -30px;
        width: 502px;
        height: 324px; } }
    @media (max-width: 1199px) {
      #btm-gvn2 .btm-risk-desc:before {
        width: 442px;
        height: 285px;
        top: -25px; } }
    @media (max-width: 991px) {
      #btm-gvn2 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -190px;
        right: auto; } }
    @media (max-width: 575px) {
      #btm-gvn2 .btm-risk-desc:before {
        width: 345px;
        height: 222px;
        top: -90px; } }

#btm-gvn3 {
  margin-top: 200px;
  margin-bottom: 200px; }
  @media (max-width: 1199px) {
    #btm-gvn3 {
      margin-top: 150px;
      margin-bottom: 150px; } }
  @media (max-width: 991px) {
    #btm-gvn3 {
      margin-top: 175px; } }
  @media (max-width: 575px) {
    #btm-gvn3 {
      margin-top: 90px;
      margin-bottom: 0; } }
  #btm-gvn3 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -100%;
    top: -35px;
    width: 665px;
    height: 348px;
    background-image: url("/wp-content/uploads/2023/09/gov3.png");
    background-size: cover; }
    @media (max-width: 1439px) {
      #btm-gvn3 .btm-risk-desc:before {
        width: 586px;
        height: 307px;
        top: -50px; } }
    @media (max-width: 1399px) {
      #btm-gvn3 .btm-risk-desc:before {
        left: -92%;
        top: 0;
        width: 488px;
        height: 255px; } }
    @media (max-width: 1199px) {
      #btm-gvn3 .btm-risk-desc:before {
        width: 430px;
        height: 225px;
        left: -94%; } }
    @media (max-width: 991px) {
      #btm-gvn3 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -120px; } }
    @media (max-width: 575px) {
      #btm-gvn3 .btm-risk-desc:before {
        width: 344px;
        height: 188px;
        top: -40px; } }

#mice-top-hero {
  background-image: url("images/kie3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 35.73vw;
  position: relative; }
  @media (max-width: 767px) {
    #mice-top-hero {
      height: 136vw;
      background-image: url("images/kie3-mb.jpg"); } }
  #mice-top-hero h1 {
    color: #fff;
    font-size: 2.6vw;
    font-weight: 700;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1.3; }
    @media (max-width: 991px) {
      #mice-top-hero h1 {
        font-size: 2.9vw; } }
    @media (max-width: 767px) {
      #mice-top-hero h1 {
        font-size: 6.204vw;
        top: 10%;
        left: 6%;
        width: 88%;
        transform: none;
        text-align: left; } }
    @media (max-width: 575px) {
      #mice-top-hero h1 {
        font-size: 8.404vw;
        width: 80%; } }

.mice-intro {
  font-size: 50px !important; }
  @media (max-width: 1199px) {
    .mice-intro {
      font-size: 32px !important; } }
  @media (max-width: 575px) {
    .mice-intro {
      font-size: 26px !important; } }

.mice-egs-jp {
  background-image: url("images/mice/gt-jp.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #ebebeb; }
  @media (max-width: 767px) {
    .mice-egs-jp {
      background-image: url("images/mice/gt-jp-mb.png"); } }
  .mice-egs-jp a {
    color: #060606; }
    .mice-egs-jp a:hover {
      color: #060606; }

.mice-egs-incentive {
  background-image: url("images/mice/inc.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #6DE4EE;
  color: #060606;
  position: relative; }
  @media (max-width: 767px) {
    .mice-egs-incentive {
      background-image: url("images/mice/inc-mb.png"); } }
  .mice-egs-incentive h3 {
    border-color: #060606;
    position: relative;
    z-index: 1; }
  .mice-egs-incentive p {
    position: relative;
    z-index: 1; }
  .mice-egs-incentive a {
    color: #060606; }
    .mice-egs-incentive a:hover {
      color: #060606; }

.mice-egs-bz {
  background-image: url("images/mice/bz.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-color: #57BCC8; }
  @media (max-width: 767px) {
    .mice-egs-bz {
      background-image: url("images/mice/bz-mb.png"); } }
  .mice-egs-bz h3 {
    color: #060606; }
  .mice-egs-bz a {
    color: #060606; }
    .mice-egs-bz a:hover {
      color: #060606; }

@media (max-width: 767px) {
  .mice-egs-content {
    margin-bottom: 25px; } }
@media (max-width: 991px) {
  .mice-egs-content h3 {
    height: 74px;
    display: flex;
    align-items: end; } }
@media (max-width: 767px) {
  .mice-egs-content h3 {
    height: 64px; } }
.mice-egs-content.btm-egs-content {
  padding: 40px 30px 350px 30px !important; }
  @media (max-width: 1399px) {
    .mice-egs-content.btm-egs-content {
      padding: 40px 30px 300px 30px !important; } }
  @media (max-width: 1199px) {
    .mice-egs-content.btm-egs-content {
      padding: 40px 30px 250px 30px !important; } }
  @media (max-width: 991px) {
    .mice-egs-content.btm-egs-content {
      padding: 15px 15px 195px 15px !important; } }
  @media (max-width: 767px) {
    .mice-egs-content.btm-egs-content {
      padding: 15px 15px 225px 15px !important; } }
  @media (max-width: 575px) {
    .mice-egs-content.btm-egs-content {
      padding: 15px 15px 33vw 15px !important; } }
  .mice-egs-content.btm-egs-content p {
    height: 128px; }
    @media (max-width: 1399px) {
      .mice-egs-content.btm-egs-content p {
        height: 150px; } }
    @media (max-width: 1199px) {
      .mice-egs-content.btm-egs-content p {
        height: 165px; } }
    @media (max-width: 991px) {
      .mice-egs-content.btm-egs-content p {
        height: 205px; } }
    @media (max-width: 767px) {
      .mice-egs-content.btm-egs-content p {
        height: auto; } }
  @media (max-width: 1439px) {
    .mice-egs-content.btm-egs-content.en p {
      height: 150px; } }
  @media (max-width: 1399px) {
    .mice-egs-content.btm-egs-content.en p {
      height: 170px; } }
  @media (max-width: 1199px) {
    .mice-egs-content.btm-egs-content.en p {
      height: 190px; } }
  @media (max-width: 991px) {
    .mice-egs-content.btm-egs-content.en p {
      height: 230px; } }
  @media (max-width: 767px) {
    .mice-egs-content.btm-egs-content.en p {
      height: auto; } }

.mice-merit-jp {
  background-color: #E29012;
  position: relative; }
  .mice-merit-jp:before {
    content: "";
    position: absolute;
    background-image: url("images/mice/mice-bn1.png");
    background-size: cover;
    width: 41.20vw;
    height: 18.44vw;
    top: 31.5%;
    left: 8.5%; }
    @media (max-width: 991px) {
      .mice-merit-jp:before {
        top: 32.5%;
        left: 31%; } }
    @media (max-width: 575px) {
      .mice-merit-jp:before {
        width: 89.62vw;
        height: 40.42vw;
        top: 26.5%;
        left: 6%; } }

.mice-merit-incentive {
  background-color: #0593B4;
  position: relative; }
  .mice-merit-incentive:before {
    content: "";
    position: absolute;
    background-image: url("images/mice/mice-bn2.png");
    background-size: cover;
    width: 50.05vw;
    height: 28.60vw;
    top: 12.5%;
    left: 8%; }
    @media (max-width: 991px) {
      .mice-merit-incentive:before {
        top: 25.5%;
        left: 27%; } }
    @media (max-width: 575px) {
      .mice-merit-incentive:before {
        width: 100.62vw;
        height: 61.42vw;
        top: 17.5%;
        left: 8%; } }

.mice-merit-bz {
  background-color: #8CA700;
  position: relative; }
  .mice-merit-bz:before {
    content: "";
    position: absolute;
    background-image: url("images/mice/mice-bn3.png");
    background-size: cover;
    width: 41.46vw;
    height: 22.29vw;
    top: 21.5%;
    left: 8.5%; }
    @media (max-width: 991px) {
      .mice-merit-bz:before {
        top: 30.5%;
        left: 30%; } }
    @media (max-width: 575px) {
      .mice-merit-bz:before {
        width: 82.62vw;
        height: 44.42vw;
        top: 24.5%;
        left: 10%; } }

.mice-merit-desc {
  margin-left: auto; }

.btm-service-btm-content {
  background-color: #1F6D95; }

.mice-faq {
  margin-top: 100px !important; }

#system-intro {
  padding-top: 100px; }
  @media (min-width: 1400px) {
    #system-intro {
      max-width: 1200px !important; } }
  @media (max-width: 575px) {
    #system-intro {
      padding-top: 50px; } }
  #system-intro h3 {
    font-size: 21px;
    font-weight: 900; }
    @media (max-width: 991px) {
      #system-intro h3 {
        font-size: 18px; } }
    @media (max-width: 575px) {
      #system-intro h3 {
        font-size: 16px; } }
  #system-intro h2 {
    font-size: 55px;
    font-weight: 900; }
    @media (max-width: 1399px) {
      #system-intro h2 {
        font-size: 42px; } }
    @media (max-width: 991px) {
      #system-intro h2 {
        font-size: 34px; } }
    @media (max-width: 767px) {
      #system-intro h2 {
        font-size: 32px; } }
    @media (max-width: 575px) {
      #system-intro h2 {
        font-size: 26px; } }
  #system-intro h4 {
    font-size: 18px;
    line-height: 2.0;
    margin-top: 30px;
    font-weight: 700; }
    @media (max-width: 1199px) {
      #system-intro h4 {
        font-size: 17px; } }
    @media (max-width: 991px) {
      #system-intro h4 {
        font-size: 16px; } }
    @media (max-width: 575px) {
      #system-intro h4 {
        font-size: 15px; } }

.system-intro-point {
  margin-top: 30px !important;
  display: flex; }
  @media (max-width: 575px) {
    .system-intro-point {
      margin-top: 10px !important; } }

.system-intro-icon {
  width: 40px;
  margin-right: 20px; }
  .system-intro-icon i {
    font-size: 36px;
    color: #0862AC; }

.system-intro-desc p {
  font-weight: 700;
  line-height: 1.8; }
  @media (max-width: 1199px) {
    .system-intro-desc p {
      font-size: 15px; } }

.container.system-wrap {
  margin-top: 75px;
  border-top: 1px solid #707070; }
  @media (min-width: 1400px) {
    .container.system-wrap {
      max-width: 1200px !important; } }
  @media (min-width: 576px) {
    .container.system-wrap {
      padding: 75px 35px 0; } }
  @media (max-width: 575px) {
    .container.system-wrap {
      margin-top: 50px;
      padding-top: 50px; } }
  .container.system-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 1.6; }
    @media (max-width: 991px) {
      .container.system-wrap h3 {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .container.system-wrap h3 {
        font-size: 16px; } }

.system-title h4 {
  font-size: 22px;
  font-weight: 900; }
  @media (max-width: 575px) {
    .system-title h4 {
      font-size: 18px; } }
.system-title h5 {
  font-size: 23px;
  font-weight: 700; }
  @media (max-width: 575px) {
    .system-title h5 {
      font-size: 20px; } }

.system-title-logo {
  padding: 10px 0; }
  .system-title-logo img {
    height: 76px; }
    @media (max-width: 575px) {
      .system-title-logo img {
        height: 60px; } }

.ki-check-desc h6 {
  margin-top: 35px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6; }
  @media (max-width: 991px) {
    .ki-check-desc h6 {
      font-size: 17px; } }
  @media (max-width: 575px) {
    .ki-check-desc h6 {
      font-size: 16px; } }
.ki-check-desc p {
  line-height: 1.8;
  margin-top: 15px; }
  @media (max-width: 991px) {
    .ki-check-desc p {
      font-size: 15px; } }

.ki-list {
  margin-top: 30px !important; }
  .ki-list ul {
    padding-left: 0 !important; }
    .ki-list ul li {
      list-style: none;
      display: flex;
      align-items: baseline;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.6; }
      @media (max-width: 991px) {
        .ki-list ul li {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .ki-list ul li {
          font-size: 15px; } }
      .ki-list ul li i {
        font-size: 20px;
        margin-right: 15px; }
        @media (max-width: 991px) {
          .ki-list ul li i {
            font-size: 18px;
            margin-right: 10px; } }
        @media (max-width: 575px) {
          .ki-list ul li i {
            font-size: 16px; } }

.kidat-list i {
  color: #A31468; }

.ki-box {
  margin-top: 40px;
  padding: 20px 25px;
  border: 1px solid #707070;
  max-width: 1082px; }
  @media (max-width: 575px) {
    .ki-box {
      padding: 10px 15px; } }
  .ki-box h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .ki-box h6 {
        font-size: 16px; } }
    @media (max-width: 575px) {
      .ki-box h6 {
        font-size: 15px; } }
    .ki-box h6 span {
      font-size: 20px;
      font-weight: 900;
      color: #A31468; }
      @media (max-width: 991px) {
        .ki-box h6 span {
          font-size: 18px; } }
      @media (max-width: 575px) {
        .ki-box h6 span {
          font-size: 16px; } }
  .ki-box img {
    width: 100%; }
  .ki-box h4 {
    font-size: 22px;
    font-weight: 900;
    color: #721E76;
    margin-bottom: 20px;
    line-height: 1.5; }
    @media (max-width: 991px) {
      .ki-box h4 {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .ki-box h4 {
        font-size: 16px; } }
  .ki-box ul {
    padding-left: 0 !important; }
    .ki-box ul li {
      list-style: none;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px;
      display: flex;
      align-items: baseline; }
      @media (max-width: 991px) {
        .ki-box ul li {
          font-size: 16px; } }
      @media (max-width: 575px) {
        .ki-box ul li {
          font-size: 15px; } }
      .ki-box ul li i {
        font-size: 20px;
        color: #721E76;
        margin-right: 10px; }
        @media (max-width: 991px) {
          .ki-box ul li i {
            font-size: 18px; } }
        @media (max-width: 575px) {
          .ki-box ul li i {
            font-size: 16px; } }
  .ki-box span {
    line-height: 1.7; }
    @media (max-width: 991px) {
      .ki-box span {
        font-size: 15px; } }

.kitrac-p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px; }
  @media (max-width: 991px) {
    .kitrac-p {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .kitrac-p {
      font-size: 15px; } }

.kitrac-list i {
  color: #721E76; }

.kitrac-wrap {
  margin-bottom: 150px; }

.mice-intro-wrap {
  background-image: url("/wp-content/uploads/2023/08/Group-3983.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat; }
  @media (max-width: 575px) {
    .mice-intro-wrap {
      background-image: none;
      position: relative; }
      .mice-intro-wrap:before {
        background-image: url("/wp-content/uploads/2023/09/cherry1.png");
        content: "";
        position: absolute;
        top: 120px;
        width: 35vw;
        height: 27vw;
        left: 0;
        background-size: cover; }
      .mice-intro-wrap:after {
        background-image: url("/wp-content/uploads/2023/09/cherry2.png");
        content: "";
        position: absolute;
        top: 300px;
        width: 32vw;
        height: 31vw;
        right: 0;
        background-size: cover;
        z-index: -1; } }
  .mice-intro-wrap p {
    width: 68%;
    margin: 40px auto; }
    @media (max-width: 575px) {
      .mice-intro-wrap p {
        width: 100%; } }

#jp-points .row {
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    #jp-points .row {
      margin-bottom: 50px; } }

.jp-points-desc h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    .jp-points-desc h3 {
      font-size: 17px; } }
  @media (max-width: 767px) {
    .jp-points-desc h3 {
      text-align: center; } }
.jp-points-desc h4 {
  font-size: 34px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.4; }
  @media (max-width: 1399px) {
    .jp-points-desc h4 {
      font-size: 32px; } }
  @media (max-width: 1199px) {
    .jp-points-desc h4 {
      font-size: 26px; } }
  @media (max-width: 991px) {
    .jp-points-desc h4 {
      font-size: 24px; } }
  @media (max-width: 767px) {
    .jp-points-desc h4 {
      text-align: center;
      font-size: 21px; } }
.jp-points-desc p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8; }
  @media (max-width: 1199px) {
    .jp-points-desc p {
      font-size: 15px;
      margin-top: 15px; } }

.jp-point-pic {
  margin: 0 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .jp-point-pic {
      margin: 0 20px 30px; } }
  .jp-point-pic img {
    width: 100%; }
    @media (max-width: 767px) {
      .jp-point-pic img {
        max-width: 300px; } }

.jp-illust {
  background-image: url("/wp-content/uploads/2023/09/Japan.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 45.36vw; }
  @media (max-width: 991px) {
    .jp-illust {
      top: -40px;
      position: relative; } }

#jp-gallery {
  margin-top: 50px;
  margin-bottom: 125px;
  max-width: 1200px !important; }
  @media (max-width: 575px) {
    #jp-gallery {
      margin-top: 0;
      margin-bottom: 50px; } }
  #jp-gallery h2 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      #jp-gallery h2 {
        font-size: 26px; } }

.mice-works#btm-works {
  background-image: none; }

.inc-intro.btm-intro p.en {
  max-width: 945px;
  margin: 40px auto; }

.inc-unleash {
  text-align: center;
  padding-top: 50px; }
  @media (max-width: 991px) {
    .inc-unleash {
      margin-top: 0; } }
  @media (max-width: 575px) {
    .inc-unleash {
      overflow: hidden; } }
  .inc-unleash h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 1.5; }
    @media (max-width: 1199px) {
      .inc-unleash h2 {
        font-size: 40px; } }
    @media (max-width: 991px) {
      .inc-unleash h2 {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .inc-unleash h2 {
        font-size: 25px; } }
  .inc-unleash p {
    max-width: 1085px;
    font-size: 20px;
    line-height: 1.8;
    margin: 25px auto 75px; }
    @media (max-width: 1199px) {
      .inc-unleash p {
        font-size: 16px; } }

.inc-illust {
  width: 99vw;
  height: 29.84vw;
  background-image: url("/wp-content/uploads/2023/09/inc4.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .inc-illust {
      margin-bottom: 50px; } }
  @media (max-width: 575px) {
    .inc-illust {
      margin-bottom: 45px;
      width: 116vw;
      height: 53.84vw;
      background-position-x: center;
      margin-top: -100px; } }

.bz-illust {
  background-image: url("https://kintetsu.demoseek.us/wp-content/uploads/2023/09/bz4.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 585px;
  margin-bottom: -50px; }
  @media (max-width: 1439px) {
    .bz-illust {
      height: 550px; } }
  @media (max-width: 1399px) {
    .bz-illust {
      height: 475px;
      margin-bottom: -20px; } }
  @media (max-width: 1199px) {
    .bz-illust {
      height: 400px;
      margin-bottom: -5px; } }
  @media (max-width: 991px) {
    .bz-illust {
      height: 300px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .bz-illust {
      height: 225px;
      margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .bz-illust {
      height: 41vw;
      margin-bottom: 40px; } }

#specialize {
  background-color: #0E89C3;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #specialize {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #specialize h2 {
    font-size: 67px;
    font-weight: 900;
    margin-bottom: 50px; }
    @media (max-width: 1199px) {
      #specialize h2 {
        font-size: 47px;
        margin-bottom: 20px; } }
    @media (max-width: 991px) {
      #specialize h2 {
        font-size: 42px; } }
    @media (max-width: 575px) {
      #specialize h2 {
        font-size: 26px; } }
  @media (min-width: 1400px) {
    #specialize .container {
      max-width: 1199px !important; } }

.sp-box {
  background-color: #fff;
  padding: 30px 20px !important;
  margin-top: 50px !important; }
  @media (max-width: 1199px) {
    .sp-box {
      padding: 20px !important; } }
  @media (max-width: 991px) {
    .sp-box {
      padding: 20px 15px !important;
      margin-top: 20px !important; } }
  @media (max-width: 767px) {
    .sp-box {
      padding: 15px !important; } }
  @media (max-width: 575px) {
    .sp-box {
      padding: 15px 3% !important; } }
  .sp-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 15px; }
    @media (max-width: 1199px) {
      .sp-box p {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .sp-box p {
        font-size: 15px; } }

.sp-upper {
  text-align: center; }
  .sp-upper i {
    color: #267EC6;
    font-size: 75px; }
    @media (max-width: 1199px) {
      .sp-upper i {
        font-size: 60px; } }
    @media (max-width: 575px) {
      .sp-upper i {
        font-size: 40px; } }
  .sp-upper h3 {
    font-size: 22px;
    font-weight: 700;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px; }
    @media (max-width: 1199px) {
      .sp-upper h3 {
        font-size: 20px;
        height: 45px; } }
    @media (max-width: 991px) {
      .sp-upper h3 {
        font-size: 18px;
        height: 40px; } }
    @media (max-width: 767px) {
      .sp-upper h3 {
        height: 30px; } }
    @media (max-width: 575px) {
      .sp-upper h3 {
        font-size: 17px; } }

#company-intro {
  padding-top: 100px; }
  @media (max-width: 575px) {
    #company-intro {
      padding-top: 50px; } }
  #company-intro h2 {
    font-weight: 900;
    font-size: 48px; }
    @media (max-width: 1439px) {
      #company-intro h2 {
        font-size: 46px; } }
    @media (max-width: 1399px) {
      #company-intro h2 {
        font-size: 40px; } }
    @media (max-width: 575px) {
      #company-intro h2 {
        font-size: 26px;
        line-height: 1.5; } }
  #company-intro h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 2.0;
    margin: 50px auto 60px;
    width: 1122px; }
    @media (max-width: 1199px) {
      #company-intro h3 {
        width: 96%; } }

#company-why {
  position: relative; }
  #company-why:before {
    background-image: url("/wp-content/uploads/2023/09/about-why.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 996px;
    height: 432px;
    bottom: -353px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute; }
    @media (max-width: 1199px) {
      #company-why:before {
        width: 797px;
        height: 346px;
        bottom: -284px; } }
    @media (max-width: 991px) {
      #company-why:before {
        width: 697px;
        height: 302px;
        bottom: -248px; } }
    @media (max-width: 767px) {
      #company-why:before {
        width: 498px;
        height: 216px;
        bottom: -176px; } }
    @media (max-width: 575px) {
      #company-why:before {
        width: 80vw;
        height: 34vw;
        bottom: -28vw; } }
  #company-why .container {
    background-color: #00447B;
    padding: 50px 50px 75px 50px !important;
    max-width: 1320px !important; }
    @media (max-width: 767px) {
      #company-why .container {
        padding: 30px !important; } }
    @media (max-width: 575px) {
      #company-why .container {
        padding: 30px 15px !important; } }
    #company-why .container .row {
      justify-content: space-between; }

.company-why-desc-upper {
  margin-left: auto; }
  .company-why-desc-upper h2 {
    color: #fff;
    font-weight: 900;
    font-size: 40px; }
    @media (max-width: 1439px) {
      .company-why-desc-upper h2 {
        font-size: 36px; } }
    @media (max-width: 1399px) {
      .company-why-desc-upper h2 {
        font-size: 32px; } }
    @media (max-width: 1199px) {
      .company-why-desc-upper h2 {
        font-size: 29px; } }
    @media (max-width: 991px) {
      .company-why-desc-upper h2 {
        font-size: 26px; } }
  .company-why-desc-upper h3 {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin-top: 15px; }
  .company-why-desc-upper h4 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    margin-top: 40px;
    line-height: 1.6; }
    @media (max-width: 1439px) {
      .company-why-desc-upper h4 {
        font-size: 20px;
        margin-top: 40px; } }
    @media (max-width: 1399px) {
      .company-why-desc-upper h4 {
        font-size: 18px;
        margin-top: 30px; } }
    @media (max-width: 1199px) {
      .company-why-desc-upper h4 {
        font-size: 17px; } }

.company-why-desc-lower {
  position: relative;
  padding-top: 50px; }
  @media (max-width: 1439px) {
    .company-why-desc-lower {
      padding-top: 35px; } }
  @media (max-width: 575px) {
    .company-why-desc-lower {
      padding-top: 15px; } }
  .company-why-desc-lower p {
    color: #fff;
    line-height: 1.8; }
    @media (max-width: 1399px) {
      .company-why-desc-lower p {
        font-size: 15px; } }
  .company-why-desc-lower:after {
    position: absolute;
    width: 1px;
    height: calc( 100% - 50px );
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    background-color: #aeaeae; }
    @media (max-width: 1439px) {
      .company-why-desc-lower:after {
        top: 35px;
        height: calc( 100% - 35px ); } }
    @media (max-width: 767px) {
      .company-why-desc-lower:after {
        display: none; } }

#company-services {
  margin-top: 425px; }
  @media (max-width: 1199px) {
    #company-services {
      margin-top: 350px; } }
  @media (max-width: 991px) {
    #company-services {
      margin-top: 310px; } }
  @media (max-width: 767px) {
    #company-services {
      margin-top: 240px; } }
  @media (max-width: 575px) {
    #company-services {
      margin-top: 36vw; } }
  #company-services h2 {
    text-align: center;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.6; }
    @media (max-width: 1399px) {
      #company-services h2 {
        font-size: 29px; } }
    @media (max-width: 1199px) {
      #company-services h2 {
        font-size: 24px; } }

.company-service-box {
  margin-top: 30px !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  padding: 40px !important;
  border-radius: 20px; }
  @media (max-width: 1199px) {
    .company-service-box {
      padding: 25px 30px !important; } }
  @media (max-width: 575px) {
    .company-service-box {
      padding: 20px 15px !important;
      width: 94% !important; } }
  .company-service-box p {
    margin-top: 20px;
    line-height: 1.8; }

.company-service-heading span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0862AC;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  color: #fff;
  font-weight: 700; }
  @media (max-width: 575px) {
    .company-service-heading span {
      width: 50px;
      height: 50px;
      font-size: 22px; } }
.company-service-heading h3 {
  font-size: 30px;
  color: #0862AC;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 0 !important;
  width: calc( 100% - 80px ); }
  @media (max-width: 1199px) {
    .company-service-heading h3 {
      font-size: 26px; } }
  @media (max-width: 575px) {
    .company-service-heading h3 {
      font-size: 20px;
      width: calc( 100% - 62px );
      margin-left: 12px; } }

#company-global {
  margin-top: 200px; }
  @media (max-width: 575px) {
    #company-global {
      margin-top: 50px; } }
  #company-global h2 {
    font-weight: 900;
    font-size: 32px; }
    @media (max-width: 575px) {
      #company-global h2 {
        font-size: 26px; } }
  #company-global h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.8;
    margin: 30px auto 0; }

.global-map {
  margin: 60px auto;
  max-width: 1000px; }

#company-history {
  margin-top: 200px;
  padding-bottom: 200px; }
  @media (max-width: 575px) {
    #company-history {
      margin-top: 100px;
      padding-bottom: 100px; } }
  #company-history h2 {
    text-align: center;
    font-weight: 900;
    font-size: 32px; }
    @media (max-width: 575px) {
      #company-history h2 {
        font-size: 26px; } }

.company-history-line {
  margin-top: 75px;
  position: relative; }
  .company-history-line:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0%;
    top: 3%;
    background-color: rgba(0, 0, 0, 0.25);
    left: 4.25%; }
    @media (max-width: 1439px) {
      .company-history-line:before {
        left: 4.5%; } }
    @media (max-width: 1399px) {
      .company-history-line:before {
        left: 5.35%; } }
    @media (max-width: 1199px) {
      .company-history-line:before {
        left: 6.25%; } }
    @media (max-width: 991px) {
      .company-history-line:before {
        left: 8.5%; } }
    @media (max-width: 767px) {
      .company-history-line:before {
        left: 3.5%; } }
  .company-history-line.in:before {
    animation: history 4s linear forwards; }

@keyframes history {
  0% {
    height: 0; }
  100% {
    height: 100%; } }
.each-year {
  margin-top: 50px;
  padding-left: 40px; }
  @media (max-width: 575px) {
    .each-year {
      margin-top: 35px; } }
  .each-year h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative; }
    @media (max-width: 575px) {
      .each-year h3 {
        font-size: 21px; } }
    .each-year h3:before {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      background-color: #0862AC;
      border-radius: 50%;
      left: -40px;
      top: 25%; }
      @media (max-width: 575px) {
        .each-year h3:before {
          left: -45px; } }
  .each-year p {
    font-size: 18px;
    margin-top: 20px; }
    @media (max-width: 575px) {
      .each-year p {
        font-size: 16px; } }

#branch .row:after {
  content: "";
  display: block;
  width: 23.33333333%; }

.branch-box {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  padding: 25px !important;
  margin-top: 30px !important; }
  @media (max-width: 1199px) {
    .branch-box {
      padding: 20px !important;
      margin-top: 20px !important; } }
  @media (max-width: 575px) {
    .branch-box {
      width: 94% !important;
      margin: 20px auto 0 !important; } }
  .branch-box h3 {
    font-size: 27px;
    font-weight: 900;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 1399px) {
      .branch-box h3 {
        font-size: 30px; } }
    @media (max-width: 1199px) {
      .branch-box h3 {
        font-size: 24px; } }
    .branch-box h3:after {
      content: "";
      position: absolute;
      width: 70px;
      height: 3px;
      background-color: #00447B;
      bottom: -15px;
      left: 0; }
      @media (max-width: 1199px) {
        .branch-box h3:after {
          width: 60px; } }

.branch-info {
  display: flex;
  align-items: center;
  padding: 6px 0; }
  .branch-info a {
    color: #303030;
    text-decoration: none;
    font-size: 16px;
    transition: .3s; }
    @media (max-width: 1199px) {
      .branch-info a {
        font-size: 16px; } }
    .branch-info a:hover {
      color: #E88D01; }

.branch-btn-ish {
  width: 70px;
  text-align: center;
  background-color: #0862AC;
  color: #fff;
  padding: 0.1em;
  margin-right: 10px; }
  @media (max-width: 1199px) {
    .branch-btn-ish {
      font-size: 15px;
      width: 60px;
      margin-right: 10px; }
      .branch-btn-ish a {
        font-size: 15px; } }
  .branch-btn-ish span {
    font-size: 15px; }

#ins-intro {
  padding-top: 100px; }
  @media (max-width: 575px) {
    #ins-intro {
      padding-top: 50px; } }
  #ins-intro h2 {
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 10px; }
    @media (max-width: 575px) {
      #ins-intro h2 {
        font-size: 26px; } }
  #ins-intro h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 2.0;
    margin: 30px auto 0;
    max-width: 1155px; }
    @media (max-width: 1199px) {
      #ins-intro h3 {
        font-size: 16px; } }

#ins-options {
  margin-top: 75px; }

.ins-option {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px; }
  @media (max-width: 767px) {
    .ins-option {
      margin-bottom: 25px; } }
  @media (max-width: 575px) {
    .ins-option {
      width: 94% !important;
      margin: 0 auto 25px; } }

.ins-option-heading {
  background-color: #0862AC;
  padding: 22px 0;
  text-align: center;
  border-radius: 20px 20px 0 0; }
  .ins-option-heading h2 {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    margin-bottom: 0 !important; }
    @media (max-width: 1439px) {
      .ins-option-heading h2 {
        font-size: 22px; } }
    @media (max-width: 1399px) {
      .ins-option-heading h2 {
        font-size: 20px; } }
    @media (max-width: 1199px) {
      .ins-option-heading h2 {
        font-size: 17px; } }
  .ins-option-heading.ins-option-heading2 {
    background-color: #E29012; }

.ins-option-desc {
  padding: 30px; }
  @media (max-width: 1199px) {
    .ins-option-desc {
      padding: 20px; } }
  .ins-option-desc p {
    line-height: 1.8; }
    @media (max-width: 1199px) {
      .ins-option-desc p {
        font-size: 15px; } }
    .ins-option-desc p b {
      font-size: 17px;
      height: 96px;
      display: block; }
      @media (max-width: 1399px) {
        .ins-option-desc p b {
          font-size: 16px; } }
      @media (max-width: 1199px) {
        .ins-option-desc p b {
          height: 106px; } }
      @media (max-width: 991px) {
        .ins-option-desc p b {
          height: 175px; } }
      @media (max-width: 767px) {
        .ins-option-desc p b {
          height: auto; } }
      .ins-option-desc p b.en {
        height: 120px; }
        @media (max-width: 1399px) {
          .ins-option-desc p b.en {
            height: 140px; } }
        @media (max-width: 1199px) {
          .ins-option-desc p b.en {
            height: 180px; } }
        @media (max-width: 991px) {
          .ins-option-desc p b.en {
            height: 240px; } }
        @media (max-width: 767px) {
          .ins-option-desc p b.en {
            height: auto; } }

.ins-banner {
  margin-top: 100px;
  text-align: center; }
  @media (max-width: 767px) {
    .ins-banner {
      margin-top: 50px; } }
  .ins-banner img {
    max-width: 100%; }

#ins-plan {
  margin-top: 120px;
  margin-bottom: 200px; }
  @media (max-width: 575px) {
    #ins-plan {
      margin-top: 50px;
      margin-bottom: 50px; } }
  #ins-plan h2 {
    font-size: 48px;
    font-weight: 900; }
    @media (max-width: 1199px) {
      #ins-plan h2 {
        font-size: 40px; } }
    @media (max-width: 575px) {
      #ins-plan h2 {
        font-size: 26px; } }

.ins-plan-table {
  margin-top: 60px;
  background: linear-gradient(to bottom, #144267, #267EC6);
  padding: 20px; }
  @media (max-width: 991px) {
    .ins-plan-table {
      padding: 0;
      overflow-x: auto; } }
  .ins-plan-table table {
    width: 100%; }
    @media (max-width: 991px) {
      .ins-plan-table table {
        width: 1000px; } }
    @media (max-width: 575px) {
      .ins-plan-table table {
        width: 598px; } }
    .ins-plan-table table th {
      background-color: #f5f5f5;
      font-size: 24px;
      font-weight: 900;
      padding: 6px 0;
      border-bottom: 1px solid rgba(184, 184, 184, 0.5);
      border-right: 1px solid rgba(184, 184, 184, 0.5); }
      .ins-plan-table table th.white {
        background: transparent; }
        @media (max-width: 991px) {
          .ins-plan-table table th.white {
            position: sticky;
            left: 0;
            background: #144267; } }
      .ins-plan-table table th span {
        font-size: 16px;
        background-color: #fff;
        padding: 6px 20px;
        border-radius: 25px;
        display: inline-block;
        margin: 10px 0; }
        @media (max-width: 575px) {
          .ins-plan-table table th span {
            display: block;
            padding: 6px 10px;
            width: 85%;
            margin: 10px auto 0;
            font-size: 14px; } }
    .ins-plan-table table td {
      background-color: #fff;
      font-size: 18px;
      font-weight: 700;
      padding: 24px 0;
      border-bottom: 1px solid rgba(184, 184, 184, 0.5);
      border-right: 1px solid rgba(184, 184, 184, 0.5); }
      @media (max-width: 1399px) {
        .ins-plan-table table td {
          font-size: 16px; } }
      .ins-plan-table table td.white {
        background: transparent; }
        @media (max-width: 991px) {
          .ins-plan-table table td.white {
            position: sticky;
            left: 0;
            background: #144267; } }
      .ins-plan-table table td i {
        color: #99C01F;
        margin-right: 6px; }

.no-bottom {
  border-bottom: none !important; }

#visa1 {
  margin-top: 100px; }
  @media (max-width: 1199px) {
    #visa1 {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    #visa1 {
      margin-top: 100px; } }
  #visa1 .btm-risk-desc:before {
    content: "";
    position: absolute;
    left: -102%;
    top: -130px;
    width: 676px;
    height: 476px;
    background-image: url("/wp-content/uploads/2023/09/visa1.png");
    background-size: cover; }
    @media (max-width: 1439px) {
      #visa1 .btm-risk-desc:before {
        width: 608px;
        height: 428px;
        top: -65px;
        left: -99%; } }
    @media (max-width: 1399px) {
      #visa1 .btm-risk-desc:before {
        width: 507px;
        height: 357px;
        left: -96%;
        top: -5px; } }
    @media (max-width: 1199px) {
      #visa1 .btm-risk-desc:before {
        width: 439px;
        height: 308px;
        top: 0; } }
    @media (max-width: 991px) {
      #visa1 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        top: -150px; } }
    @media (max-width: 575px) {
      #visa1 .btm-risk-desc:before {
        width: 342px;
        height: 240px;
        top: -80px; } }
  #visa1 a {
    color: #267EC6;
    transition: .3s; }
    #visa1 a:hover {
      color: #E29012; }

#visa2 {
  margin-top: 250px;
  margin-bottom: 200px; }
  @media (max-width: 1199px) {
    #visa2 {
      margin-top: 150px; } }
  @media (max-width: 991px) {
    #visa2 {
      margin-top: 250px; } }
  @media (max-width: 575px) {
    #visa2 {
      margin-top: 180px;
      margin-bottom: 50px; } }
  #visa2 .btm-risk-desc:before {
    content: "";
    position: absolute;
    right: -100%;
    top: -95px;
    width: 671px;
    height: 545px;
    background-image: url("/wp-content/uploads/2023/09/visa2.png");
    background-size: cover; }
    @media (max-width: 1439px) {
      #visa2 .btm-risk-desc:before {
        width: 604px;
        height: 490px;
        top: -55px; } }
    @media (max-width: 1399px) {
      #visa2 .btm-risk-desc:before {
        right: -92%;
        top: -10px;
        width: 503px;
        height: 408px; } }
    @media (max-width: 1199px) {
      #visa2 .btm-risk-desc:before {
        width: 436px;
        height: 354px;
        top: 0; } }
    @media (max-width: 991px) {
      #visa2 .btm-risk-desc:before {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: -215px; } }
    @media (max-width: 575px) {
      #visa2 .btm-risk-desc:before {
        width: 344px;
        height: 279px;
        top: -140px; } }

.visa-cta {
  color: #fff !important;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 700;
  transition: .3s; }
  .visa-cta:hover {
    background-color: #E29012;
    color: #fff !important; }
  @media (max-width: 1199px) {
    .visa-cta {
      font-size: 16px; } }
  @media (max-width: 575px) {
    .visa-cta {
      display: block;
      width: 100%;
      margin: 20px auto 0;
      text-align: center; } }

#ninja {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0862AC;
  margin-bottom: 150px; }
  @media (max-width: 575px) {
    #ninja {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 50px; } }

.ninja-desc h4 {
  font-size: 54px;
  font-weight: 900;
  color: #FBF946;
  margin-bottom: 15px; }
  @media (max-width: 1199px) {
    .ninja-desc h4 {
      font-size: 42px; } }
  @media (max-width: 575px) {
    .ninja-desc h4 {
      font-size: 32px; } }
  .ninja-desc h4 span {
    font-size: 32px;
    color: #fff; }
    @media (max-width: 1439px) {
      .ninja-desc h4 span {
        font-size: 28px; } }
    @media (max-width: 1399px) {
      .ninja-desc h4 span {
        font-size: 21px; } }
    @media (max-width: 1199px) {
      .ninja-desc h4 span {
        font-size: 19px; } }
    @media (max-width: 575px) {
      .ninja-desc h4 span {
        display: block; } }
.ninja-desc h2 {
  font-size: 32px;
  font-weight: 900;
  color: #fff; }
  @media (max-width: 1199px) {
    .ninja-desc h2 {
      font-size: 28px; } }
  @media (max-width: 575px) {
    .ninja-desc h2 {
      font-size: 20px;
      line-height: 1.4; } }
  .ninja-desc h2 span {
    font-size: 48px; }
    @media (max-width: 1199px) {
      .ninja-desc h2 span {
        font-size: 42px; } }
    @media (max-width: 575px) {
      .ninja-desc h2 span {
        font-size: 26px; } }
.ninja-desc h3 {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin-top: 15px; }
  @media (max-width: 575px) {
    .ninja-desc h3 {
      font-size: 16px;
      line-height: 1.5; } }
.ninja-desc p {
  color: #fff;
  line-height: 1.8; }
.ninja-desc a {
  color: #fff;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px;
  font-weight: 700;
  transition: .3s; }
  .ninja-desc a:hover {
    background-color: #E29012;
    color: #fff; }
  @media (max-width: 1199px) {
    .ninja-desc a {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .ninja-desc a {
      display: block;
      margin: 25px auto 0;
      width: max-content; } }
  @media (max-width: 767px) {
    .ninja-desc a {
      text-align: center;
      width: 100%; } }
  @media (max-width: 575px) {
    .ninja-desc a {
      padding: 12px 15px; } }

.ninja-points {
  display: flex;
  align-items: center;
  padding: 50px 0; }
  @media (max-width: 1199px) {
    .ninja-points {
      padding: 40px 0; } }
  @media (max-width: 575px) {
    .ninja-points {
      display: block; } }

@media (max-width: 575px) {
  .ninja-plus {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px; } }

.ninja-yellow {
  background-color: #FBF946;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  padding: 5px;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .ninja-yellow {
      width: 160px;
      height: 160px;
      margin-right: 15px; } }
  @media (max-width: 575px) {
    .ninja-yellow {
      width: 140px;
      height: 140px;
      margin: auto; } }

.ninja-white {
  background-color: #fff;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  padding: 5px;
  margin-left: 20px; }
  @media (max-width: 1199px) {
    .ninja-white {
      width: 160px;
      height: 160px;
      margin-left: 15px; } }
  @media (max-width: 575px) {
    .ninja-white {
      width: 140px;
      height: 140px;
      margin: auto; } }
  .ninja-white-en {
    border-radius: 15px;
    width: 270px;
    height: 188px; }
    @media (max-width: 991px) {
      .ninja-white-en {
        margin: auto;
        height: 110px; } }
    @media (max-width: 767px) {
      .ninja-white-en {
        width: 215px; } }
    .ninja-white-en .ninja-inner {
      width: auto;
      height: 100%;
      border-radius: 15px; }
      .ninja-white-en .ninja-inner span {
        font-size: 24px; }
        @media (max-width: 1399px) {
          .ninja-white-en .ninja-inner span {
            font-size: 20px; } }
        @media (max-width: 991px) {
          .ninja-white-en .ninja-inner span {
            font-size: 18px; } }

.ninja-inner {
  border: 1px solid #0862AC;
  text-align: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1199px) {
    .ninja-inner {
      width: 150px;
      height: 150px; } }
  @media (max-width: 575px) {
    .ninja-inner {
      width: 130px;
      height: 130px; } }
  .ninja-inner span {
    color: #0862AC;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.35; }
    @media (max-width: 1399px) {
      .ninja-inner span {
        font-size: 20px; } }
    @media (max-width: 575px) {
      .ninja-inner span {
        font-size: 18px; } }
    .ninja-inner span i {
      font-size: 21px;
      margin-right: 2px; }
      @media (max-width: 1199px) {
        .ninja-inner span i {
          font-size: 18px; } }

.ninja-plus i {
  color: #fff;
  font-size: 40px; }
  @media (max-width: 1199px) {
    .ninja-plus i {
      font-size: 30px; } }

.ninja-video {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .ninja-video {
      margin-top: 50px !important; } }
  .ninja-video iframe {
    width: 100%; }
    @media (max-width: 1399px) {
      .ninja-video iframe {
        height: 258px; } }
    @media (max-width: 1199px) {
      .ninja-video iframe {
        height: 218px; } }
    @media (max-width: 991px) {
      .ninja-video iframe {
        height: 406px; } }
    @media (max-width: 767px) {
      .ninja-video iframe {
        height: 303px; } }
    @media (max-width: 575px) {
      .ninja-video iframe {
        height: 46vw; } }

.ninja-points-en-yellows .ninja-yellow {
  width: 380px;
  height: auto;
  border-radius: 15px; }
  @media (max-width: 1199px) {
    .ninja-points-en-yellows .ninja-yellow {
      width: 300px; } }
  @media (max-width: 991px) {
    .ninja-points-en-yellows .ninja-yellow {
      width: 370px; } }
  @media (max-width: 767px) {
    .ninja-points-en-yellows .ninja-yellow {
      width: 250px; } }
  @media (max-width: 575px) {
    .ninja-points-en-yellows .ninja-yellow {
      margin: auto; } }
  .ninja-points-en-yellows .ninja-yellow .ninja-inner {
    width: auto;
    height: auto;
    border-radius: 15px; }
    .ninja-points-en-yellows .ninja-yellow .ninja-inner span {
      font-size: 24px;
      padding: 5px; }
      @media (max-width: 1399px) {
        .ninja-points-en-yellows .ninja-yellow .ninja-inner span {
          font-size: 20px; } }
      @media (max-width: 991px) {
        .ninja-points-en-yellows .ninja-yellow .ninja-inner span {
          font-size: 18px; } }

#rentalcar-intro {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 575px) {
    #rentalcar-intro {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #rentalcar-intro h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 2.0;
    margin-top: 30px; }

.rental-point-box {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  margin-top: 35px !important;
  border-radius: 20px; }
  @media (max-width: 575px) {
    .rental-point-box {
      margin: 35px auto 0 !important;
      width: 92% !important; } }

.rental-point-heading {
  background-color: #267EC6;
  padding: 22px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1199px) {
    .rental-point-heading {
      height: 125px; } }
  @media (max-width: 767px) {
    .rental-point-heading {
      height: auto; } }
  .rental-point-heading h3 {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0 !important; }
    @media (max-width: 1399px) {
      .rental-point-heading h3 {
        font-size: 22px; } }
    @media (max-width: 1199px) {
      .rental-point-heading h3 {
        font-size: 20px; } }
    @media (max-width: 991px) {
      .rental-point-heading h3 {
        font-size: 18px; } }
  .rental-point-heading.rental-point-heading-en {
    height: 190px; }
    @media (max-width: 991px) {
      .rental-point-heading.rental-point-heading-en {
        height: 200px; } }
    @media (max-width: 767px) {
      .rental-point-heading.rental-point-heading-en {
        height: auto; } }
    .rental-point-heading.rental-point-heading-en h3 {
      width: 380px;
      line-height: 1.5; }
      @media (max-width: 1399px) {
        .rental-point-heading.rental-point-heading-en h3 {
          width: 315px; } }
      @media (max-width: 1199px) {
        .rental-point-heading.rental-point-heading-en h3 {
          width: 265px; } }
      @media (max-width: 991px) {
        .rental-point-heading.rental-point-heading-en h3 {
          width: 200px; } }
      @media (max-width: 767px) {
        .rental-point-heading.rental-point-heading-en h3 {
          width: 96%; } }

.rental-point-desc {
  padding: 0 30px 20px !important; }
  @media (max-width: 1199px) {
    .rental-point-desc {
      padding: 0 20px 20px !important; } }
  .rental-point-desc p {
    line-height: 1.8; }

.rental-point-pic {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }

#rentalcar-rate {
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative; }
  @media (max-width: 1199px) {
    #rentalcar-rate {
      padding-top: 75px; } }
  @media (max-width: 991px) {
    #rentalcar-rate {
      padding-bottom: 45vw;
      overflow-x: hidden; } }
  #rentalcar-rate:before {
    content: "";
    position: absolute;
    width: 55vw;
    height: 25.5vw;
    max-width: 1220px;
    max-height: 610px;
    bottom: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2023/09/car-rate-2.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media (max-width: 991px) {
      #rentalcar-rate:before {
        width: 96vw;
        height: 44vw;
        left: 6%; } }

.rentalcar-kie {
  margin-left: auto; }
  .rentalcar-kie p {
    margin-top: 60px;
    line-height: 1.8; }
    @media (max-width: 1199px) {
      .rentalcar-kie p {
        font-size: 14px; } }

.rentalcar-kie-table {
  margin-top: 50px;
  position: relative; }
  .rentalcar-kie-table:before {
    content: "";
    position: absolute;
    width: 234px;
    height: 294px;
    background-color: #fff;
    top: -18px;
    left: 210px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px; }
    @media (max-width: 1439px) {
      .rentalcar-kie-table:before {
        width: 220px;
        left: 196px; } }
    @media (max-width: 1399px) {
      .rentalcar-kie-table:before {
        width: 160px;
        left: 184px;
        height: 275px; } }
    @media (max-width: 1199px) {
      .rentalcar-kie-table:before {
        width: 140px;
        left: 150px;
        height: 255px; } }
    @media (max-width: 991px) {
      .rentalcar-kie-table:before {
        width: 175px;
        left: 264px; } }
    @media (max-width: 767px) {
      .rentalcar-kie-table:before {
        width: 150px;
        left: 187px; } }
    @media (max-width: 575px) {
      .rentalcar-kie-table:before {
        width: 28vw;
        left: 32vw; } }
  .rentalcar-kie-table:after {
    content: "";
    position: absolute;
    width: 234px;
    height: 14px;
    background-color: #267EC6;
    top: -18px;
    left: 210px;
    border-radius: 20px 20px 0 0; }
    @media (max-width: 1439px) {
      .rentalcar-kie-table:after {
        width: 220px;
        left: 196px; } }
    @media (max-width: 1399px) {
      .rentalcar-kie-table:after {
        width: 160px;
        left: 184px; } }
    @media (max-width: 1199px) {
      .rentalcar-kie-table:after {
        width: 140px;
        left: 150px; } }
    @media (max-width: 991px) {
      .rentalcar-kie-table:after {
        width: 175px;
        left: 264px; } }
    @media (max-width: 767px) {
      .rentalcar-kie-table:after {
        width: 150px;
        left: 187px; } }
    @media (max-width: 575px) {
      .rentalcar-kie-table:after {
        width: 28vw;
        left: 32vw; } }
  .rentalcar-kie-table-en:before {
    width: 200px; }
    @media (max-width: 1439px) {
      .rentalcar-kie-table-en:before {
        left: 191px; } }
    @media (max-width: 1399px) {
      .rentalcar-kie-table-en:before {
        width: 165px;
        left: 167px; } }
    @media (max-width: 1199px) {
      .rentalcar-kie-table-en:before {
        width: 140px;
        left: 138px; } }
    @media (max-width: 991px) {
      .rentalcar-kie-table-en:before {
        width: 175px;
        left: 242px; } }
    @media (max-width: 767px) {
      .rentalcar-kie-table-en:before {
        width: 150px;
        left: 175px; } }
    @media (max-width: 575px) {
      .rentalcar-kie-table-en:before {
        width: 28vw;
        left: 30vw; } }
  .rentalcar-kie-table-en:after {
    width: 200px; }
    @media (max-width: 1439px) {
      .rentalcar-kie-table-en:after {
        left: 191px; } }
    @media (max-width: 1399px) {
      .rentalcar-kie-table-en:after {
        width: 165px;
        left: 167px; } }
    @media (max-width: 1199px) {
      .rentalcar-kie-table-en:after {
        width: 140px;
        left: 138px; } }
    @media (max-width: 991px) {
      .rentalcar-kie-table-en:after {
        width: 175px;
        left: 242px; } }
    @media (max-width: 767px) {
      .rentalcar-kie-table-en:after {
        width: 150px;
        left: 175px; } }
    @media (max-width: 575px) {
      .rentalcar-kie-table-en:after {
        width: 28vw;
        left: 30vw; } }
  .rentalcar-kie-table table {
    width: 100%;
    text-align: center; }
    .rentalcar-kie-table table th {
      font-size: 24px;
      font-weight: 900;
      padding: 15px 0;
      position: relative; }
      @media (max-width: 1399px) {
        .rentalcar-kie-table table th {
          font-size: 22px; } }
      @media (max-width: 1199px) {
        .rentalcar-kie-table table th {
          font-size: 19px; } }
      @media (max-width: 575px) {
        .rentalcar-kie-table table th {
          font-size: 16px; } }
    .rentalcar-kie-table table td {
      font-size: 24px;
      font-weight: 700;
      padding: 6px 0;
      position: relative; }
      @media (max-width: 1399px) {
        .rentalcar-kie-table table td {
          font-size: 22px; } }
      @media (max-width: 1199px) {
        .rentalcar-kie-table table td {
          font-size: 19px; } }
      @media (max-width: 575px) {
        .rentalcar-kie-table table td {
          font-size: 16px; } }
      .rentalcar-kie-table table td .f32 {
        font-size: 32px; }
        @media (max-width: 1399px) {
          .rentalcar-kie-table table td .f32 {
            font-size: 28px; } }
        @media (max-width: 1199px) {
          .rentalcar-kie-table table td .f32 {
            font-size: 25px; } }
        @media (max-width: 575px) {
          .rentalcar-kie-table table td .f32 {
            font-size: 23px; } }

.bg-blue-table {
  background-color: rgba(38, 126, 198, 0.15); }

#national-vip {
  padding-top: 75px;
  padding-bottom: 5px;
  background-color: #267EC6;
  position: relative; }
  @media (max-width: 1199px) {
    #national-vip {
      padding-top: 50px; } }
  @media (max-width: 991px) {
    #national-vip {
      background-color: #267EC6;
      background-size: contain; } }
  #national-vip:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2023/09/car.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 57vw;
    height: 19.48vw;
    max-width: 1087px;
    max-height: 370px;
    bottom: 4%;
    right: 0;
    opacity: .75; }
    @media (max-width: 767px) {
      #national-vip:before {
        width: 88vw;
        height: 30.48vw; } }
  #national-vip h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.6; }
    @media (max-width: 1399px) {
      #national-vip h2 {
        font-size: 36px; } }
    @media (max-width: 1199px) {
      #national-vip h2 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      #national-vip h2 {
        font-size: 26px; } }
    #national-vip h2 span {
      font-size: 32px; }
      @media (max-width: 1399px) {
        #national-vip h2 span {
          font-size: 28px; } }
      @media (max-width: 1199px) {
        #national-vip h2 span {
          font-size: 24px; } }
      @media (max-width: 767px) {
        #national-vip h2 span {
          font-size: 20px;
          line-height: 1.4 !important;
          display: block;
          margin-top: 15px; } }
  #national-vip h3 {
    font-size: 18px;
    font-weight: 900;
    margin-top: 30px; }
    @media (max-width: 1199px) {
      #national-vip h3 {
        font-size: 16px;
        line-height: 1.8; } }
  #national-vip .container {
    margin-top: 75px;
    padding: 0 160px; }
    @media (max-width: 1439px) {
      #national-vip .container {
        padding: 0 120px; } }
    @media (max-width: 1399px) {
      #national-vip .container {
        padding: 0 50px; } }
    @media (max-width: 1199px) {
      #national-vip .container {
        padding: 0 10px; } }
    #national-vip .container .row {
      justify-content: space-between; }
  #national-vip a {
    background-color: #fff;
    color: #303030;
    margin: 100px auto;
    display: block;
    padding: 14px 45px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 1px solid #529A97;
    border-radius: 35px;
    width: max-content;
    transition: .3s;
    position: relative; }
    @media (max-width: 575px) {
      #national-vip a {
        padding: 12px 30px;
        font-size: 18px;
        width: 100%; } }
    #national-vip a:hover {
      background-color: #E29012;
      color: #fff; }
      #national-vip a:hover span {
        color: #fff; }
    #national-vip a span {
      color: #529A97; }

.national-vip-box {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  padding: 20px !important;
  margin-bottom: 20px; }
  @media (max-width: 575px) {
    .national-vip-box {
      padding: 15px !important; } }

.national-vip-number {
  background-color: #529A97;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  position: relative; }
  @media (max-width: 1199px) {
    .national-vip-number {
      margin-right: 25px; } }
  @media (max-width: 575px) {
    .national-vip-number {
      margin-right: 15px;
      width: 70px;
      height: 70px; } }
  .national-vip-number:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: -10px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #529A97;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .national-vip-number span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2; }
    @media (max-width: 575px) {
      .national-vip-number span {
        width: 70px;
        font-size: 15px; } }
  .national-vip-number-en span {
    font-size: 20px;
    width: 93px; }
    @media (max-width: 575px) {
      .national-vip-number-en span {
        width: 70px;
        font-size: 15px; } }

.national-vip-desc p {
  font-size: 18px;
  margin-bottom: 0 !important; }
  @media (max-width: 1199px) {
    .national-vip-desc p {
      font-size: 16px; } }
  .national-vip-desc p b {
    font-size: 24px; }
    @media (max-width: 1199px) {
      .national-vip-desc p b {
        font-size: 20px; } }
.national-vip-desc-en p b {
  font-size: 20px; }
  @media (max-width: 1199px) {
    .national-vip-desc-en p b {
      font-size: 18px; } }
  @media (max-width: 1199px) {
    .national-vip-desc-en p b {
      font-size: 16px; } }

#rentalcar-sites {
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (max-width: 575px) {
    #rentalcar-sites {
      padding-top: 50px; } }
  #rentalcar-sites h2 {
    font-size: 32px;
    font-weight: 900; }
    @media (max-width: 575px) {
      #rentalcar-sites h2 {
        font-size: 26px; } }
  #rentalcar-sites p {
    margin-top: 30px; }
  #rentalcar-sites ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px !important;
    margin-top: 75px; }
    @media (max-width: 1399px) {
      #rentalcar-sites ul {
        padding: 0 !important; } }
    @media (max-width: 991px) {
      #rentalcar-sites ul {
        margin: 75px auto 0;
        flex-wrap: wrap;
        width: 470px; } }
    @media (max-width: 575px) {
      #rentalcar-sites ul {
        margin: 50px auto 0;
        width: max-content;
        display: block; } }
    #rentalcar-sites ul li {
      list-style: none; }
      @media (max-width: 991px) {
        #rentalcar-sites ul li {
          margin-bottom: 25px; } }
      #rentalcar-sites ul li a {
        width: 265px;
        height: 140px;
        text-align: center;
        font-weight: 700;
        font-size: 18px;
        text-decoration: none;
        padding: 12px;
        border-radius: 20px;
        display: block;
        position: relative;
        transition: .3s;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12); }
        @media (max-width: 1199px) {
          #rentalcar-sites ul li a {
            width: 210px; } }
        #rentalcar-sites ul li a:hover {
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.32); }
          #rentalcar-sites ul li a:hover span i {
            transform: scale(1.2); }
        #rentalcar-sites ul li a span {
          display: block; }
          #rentalcar-sites ul li a span i {
            margin-left: 5px;
            transition: .5s; }
          #rentalcar-sites ul li a span.rental-car-logo {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80px; }

.rentalcar-national a {
  color: #00703C; }
  .rentalcar-national a:hover {
    color: #00703C; }
  .rentalcar-national a img {
    height: 60px; }
    @media (max-width: 1199px) {
      .rentalcar-national a img {
        height: 50px; } }

.rentalcar-enterprise a {
  color: #159A59; }
  .rentalcar-enterprise a:hover {
    color: #159A59; }
  .rentalcar-enterprise a img {
    height: 44px; }
    @media (max-width: 1199px) {
      .rentalcar-enterprise a img {
        height: 36px; } }

.rentalcar-hertz a {
  color: #E2BA00; }
  .rentalcar-hertz a:hover {
    color: #E2BA00; }
  .rentalcar-hertz a img {
    height: 80px; }
    @media (max-width: 1199px) {
      .rentalcar-hertz a img {
        height: 70px; } }

.rentalcar-avis a {
  color: #D4002A; }
  .rentalcar-avis a:hover {
    color: #D4002A; }
  .rentalcar-avis a img {
    height: 90px; }
    @media (max-width: 1199px) {
      .rentalcar-avis a img {
        height: 80px; } }

#contact-wrap {
  margin-top: 25px;
  position: relative; }
  #contact-wrap:before {
    content: "";
    position: absolute;
    width: 0;
    height: calc( 100% + 210px);
    background-color: #1B5F86;
    top: 60px;
    left: 0;
    animation: service 0.9s forwards; }
    @media (max-width: 991px) {
      #contact-wrap:before {
        height: calc( 100% + 300px);
        top: 0; } }
    @media (max-width: 767px) {
      #contact-wrap:before {
        animation: none;
        width: 100%; } }
  #contact-wrap h2 {
    font-size: 38px;
    color: #fff;
    line-height: 1.5; }
    @media (max-width: 1399px) {
      #contact-wrap h2 {
        font-size: 34px; } }
    @media (max-width: 991px) {
      #contact-wrap h2 {
        font-size: 32px; } }
  #contact-wrap h4 {
    font-size: 25px;
    margin-top: 30px;
    line-height: 1.7;
    color: #fff; }
    @media (max-width: 1399px) {
      #contact-wrap h4 {
        font-size: 21px; } }
    @media (max-width: 991px) {
      #contact-wrap h4 {
        font-size: 18px; } }
  #contact-wrap h5 {
    margin-top: 30px;
    color: #E29012; }

.contact-text {
  position: relative;
  top: 150px; }
  @media (max-width: 991px) {
    .contact-text {
      top: 35px; } }

.contact-form {
  padding: 30px 40px !important;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  top: -100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */ }
  @media (max-width: 1399px) {
    .contact-form {
      top: -110px; } }
  @media (max-width: 991px) {
    .contact-form {
      top: 35px;
      margin-bottom: 75px; } }
  @media (max-width: 767px) {
    .contact-form {
      top: 75px;
      margin-bottom: 125px; } }
  @media (max-width: 575px) {
    .contact-form {
      padding: 20px 4% !important;
      box-shadow: none; } }
  .contact-form h3 {
    color: #00447B;
    position: relative;
    font-size: 32px;
    font-weight: 700; }
  .contact-form p {
    color: #00447B;
    position: relative;
    margin: 1.5rem 0 0 !important; }
  .contact-form input.wpcf7-text {
    width: 100%;
    padding: 8px;
    border: 1px solid #00447B; }
  .contact-form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #00447B; }
  .contact-form .wpcf7-radio {
    margin-top: 5px;
    display: inline-block; }
  .contact-form .wpcf7-form-control-wrap {
    z-index: 22; }
  .contact-form input[type="radio"] {
    opacity: 0;
    /* デフォルトのボタンを非表示 */
    position: absolute;
    width: 55px;
    height: 24px;
    cursor: pointer; }
  @media (max-width: 1199px) {
    .contact-form .wpcf7-list-item {
      display: block;
      margin: 5px 0 !important; } }
  .contact-form .wpcf7-list-item.first {
    margin: 0; }
  .contact-form .wpcf7-list-item-label {
    display: flex;
    cursor: pointer; }
    @media (max-width: 1399px) {
      .contact-form .wpcf7-list-item-label {
        font-size: 14px; } }
  .contact-form .wpcf7-list-item-label::before {
    background: #fff;
    border-radius: 100%;
    /* ラジオボタンっぽく丸くする */
    border: 1px solid #00447B;
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s;
    /* 色をじんわり変化させる */
    width: 1.2em; }
  .contact-form input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #E29012;
    /* チェック後の中心の色 */
    box-shadow: inset 0 0 0 2px #fff;
    /* 中心の色のスタイル */ }
  .contact-form .wpcf7-list-item-label:checked + .wpcf7-list-item-label::before {
    background-color: #E29012;
    /* チェック後の中心の色 */
    box-shadow: inset 0 0 0 2px #fff;
    /* 中心の色のスタイル */ }
  .contact-form .wpcf7-not-valid-tip {
    color: #E29012; }

.form-btn {
  margin: 1.25rem 0 1.5rem; }
  @media (max-width: 575px) {
    .form-btn {
      text-align: center; } }
  .form-btn input {
    border: none;
    background-color: #00447B;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    transition: .3s; }
    .form-btn input:hover {
      background-color: #E29012; }
  .form-btn .wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.rq {
  color: #E29012; }

@media (min-width: 1200px) {
  #htl-maininfo.container {
    max-width: 1140px !important; } }
#htl-maininfo.container h1 {
  font-weight: 700;
  font-family: Century Gothic, 'Noto Sans JP', sans-serif !important; }

.rate-adds {
  flex-wrap: wrap; }
  .rate-adds p {
    font-size: 20px; }
    @media (max-width: 1199px) {
      .rate-adds p {
        font-size: 18px; } }
  .rate-adds span {
    font-size: 20px; }
    @media (max-width: 1199px) {
      .rate-adds span {
        font-size: 18px; } }

.htl-area ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  flex-wrap: wrap; }
  .htl-area ul li {
    list-style: none;
    margin-right: 10px;
    background-color: #0862AC;
    padding: 6px 12px;
    border-radius: 10px;
    color: #fff; }
    @media (max-width: 1199px) {
      .htl-area ul li {
        font-size: 14px;
        padding: 4px 12px; } }
    @media (max-width: 575px) {
      .htl-area ul li {
        margin-bottom: 5px; } }

.amenity-icons i {
  font-size: 22px; }
  @media (max-width: 1199px) {
    .amenity-icons i {
      font-size: 20px; } }

.htl-phone p {
  font-size: 20px; }
  @media (max-width: 1199px) {
    .htl-phone p {
      font-size: 18px; } }
.htl-phone span {
  font-size: 20px; }
  @media (max-width: 1199px) {
    .htl-phone span {
      font-size: 18px; } }

.htl-special {
  align-items: end;
  justify-content: flex-end;
  display: flex; }
  .htl-special p {
    border: 1px solid #E88D01;
    color: #E88D01;
    padding: 6px 24px;
    font-size: 24px;
    font-weight: 900;
    border-radius: 15px; }
    @media (max-width: 1199px) {
      .htl-special p {
        font-size: 22px; } }
    @media (max-width: 991px) {
      .htl-special p {
        font-size: 18px;
        padding: 4px 16px;
        border-radius: 10px; } }
    @media (max-width: 575px) {
      .htl-special p {
        font-size: 16px;
        padding: 3px 12px; } }

#htl-hero {
  margin-top: 20px; }

.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear; }
  .thumbnail-img.slick-current {
    opacity: 1; }
  .thumbnail-img img {
    height: 120px;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .thumbnail-img img {
        height: 100px; } }
    @media (max-width: 991px) {
      .thumbnail-img img {
        height: 85px; } }
    @media (max-width: 767px) {
      .thumbnail-img img {
        height: 75px; } }
    @media (max-width: 575px) {
      .thumbnail-img img {
        height: 15vw; } }

.htl-gallery .slider .slick-slide {
  position: relative; }
  .htl-gallery .slider .slick-slide img {
    height: 515px;
    object-fit: cover; }
    @media (max-width: 1199px) {
      .htl-gallery .slider .slick-slide img {
        height: 430px; } }
    @media (max-width: 991px) {
      .htl-gallery .slider .slick-slide img {
        height: 320px; } }
    @media (max-width: 767px) {
      .htl-gallery .slider .slick-slide img {
        height: 345px; } }
    @media (max-width: 575px) {
      .htl-gallery .slider .slick-slide img {
        height: 63vw; } }
.htl-gallery .thumbnail {
  background: rgba(0, 0, 0, 0.75); }
  .htl-gallery .thumbnail .slick-list {
    width: 90%;
    margin: auto; }
.htl-gallery .slick-prev {
  left: 1%;
  z-index: 3; }
  @media (max-width: 991px) {
    .htl-gallery .slick-prev {
      left: 0; } }
  @media (max-width: 575px) {
    .htl-gallery .slick-prev {
      left: -1%; } }
  .htl-gallery .slick-prev:before {
    color: #AFC0CB;
    content: "\f053";
    font-size: 36px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .htl-gallery .slick-prev:before {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .htl-gallery .slick-prev:before {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .htl-gallery .slick-prev:before {
        font-size: 16px; } }
  .htl-gallery .slick-prev:hover:before {
    color: #E88D01; }
.htl-gallery .slick-next {
  right: 2.5%; }
  @media (max-width: 575px) {
    .htl-gallery .slick-next {
      right: 1.5%; } }
  .htl-gallery .slick-next:before {
    color: #AFC0CB;
    content: "\f054";
    font-size: 36px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    transition: .3s;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1199px) {
      .htl-gallery .slick-next:before {
        font-size: 30px; } }
    @media (max-width: 991px) {
      .htl-gallery .slick-next:before {
        font-size: 24px; } }
    @media (max-width: 575px) {
      .htl-gallery .slick-next:before {
        font-size: 16px; } }
  .htl-gallery .slick-next:hover:before {
    color: #E88D01; }

.hotel-caption {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  font-size: 20px; }

.htl-content {
  margin-top: 35px; }
  @media (max-width: 575px) {
    .htl-content {
      margin-top: 25px; } }
  .htl-content h2 {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid;
    width: max-content;
    padding-right: 20px;
    padding-bottom: 5px; }
    @media (max-width: 1199px) {
      .htl-content h2 {
        font-size: 24px;
        width: 225px; } }
    @media (max-width: 575px) {
      .htl-content h2 {
        font-size: 22px;
        width: 100%; } }
  .htl-content ul {
    padding-left: 0 !important; }
    .htl-content ul li {
      list-style: none;
      margin-bottom: 5px; }
      .htl-content ul li i {
        margin-right: 5px;
        font-size: 12px; }

.htl-areas {
  margin-top: 35px; }
  @media (max-width: 575px) {
    .htl-areas {
      margin-top: 25px; } }
  .htl-areas h3 {
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid;
    width: 260px;
    padding-bottom: 5px; }
    @media (max-width: 1199px) {
      .htl-areas h3 {
        font-size: 22px;
        width: 100%; } }
  .htl-areas ul {
    padding-left: 0 !important; }
    .htl-areas ul li {
      list-style: none;
      margin-bottom: 5px; }
      .htl-areas ul li i {
        margin-right: 5px;
        font-size: 12px; }
      .htl-areas ul li a {
        color: #303030;
        text-decoration: none;
        transition: .3s; }
        .htl-areas ul li a:hover {
          color: #E29012 !important; }

.htl-pages-links {
  margin-top: 20px; }
  .htl-pages-links a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    transition: .3s;
    padding: 15px 20px;
    height: 100%; }
    @media (max-width: 991px) {
      .htl-pages-links a {
        display: block; } }
    @media (max-width: 767px) {
      .htl-pages-links a {
        display: flex; } }
    .htl-pages-links a:hover {
      background-color: #E29012;
      color: #fff !important; }
  .htl-pages-links iframe {
    margin-bottom: 18px; }
    @media (max-width: 991px) {
      .htl-pages-links iframe {
        height: 140px; } }
    @media (max-width: 767px) {
      .htl-pages-links iframe {
        height: 240px; } }
    @media (max-width: 575px) {
      .htl-pages-links iframe {
        height: 50vw; } }

#htl-page-link-wifi a {
  align-items: inherit; }

.htl-page-link {
  background-color: #00447B;
  margin-bottom: 20px; }
  .htl-page-link.htl-page-link2 {
    background-color: #0862AC; }
  .htl-page-link.htl-page-link-htls {
    background-color: #00A6E4;
    padding: 0 !important; }

.htl-page-link-pic {
  width: 65px;
  height: 55px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1399px) {
    .htl-page-link-pic {
      width: 60px; } }
  @media (max-width: 991px) {
    .htl-page-link-pic {
      margin: auto; } }
  @media (max-width: 767px) {
    .htl-page-link-pic {
      margin-right: 12px;
      margin-left: 0;
      width: 160px; } }
  @media (max-width: 575px) {
    .htl-page-link-pic {
      width: 30%; } }

.htl-page-link-desc {
  width: 189px; }
  @media (max-width: 1399px) {
    .htl-page-link-desc {
      width: 149px; } }
  @media (max-width: 991px) {
    .htl-page-link-desc {
      display: block;
      margin: 5px auto 0;
      text-align: center; } }
  @media (max-width: 767px) {
    .htl-page-link-desc {
      margin: 0;
      text-align: left;
      width: auto; } }
  @media (max-width: 575px) {
    .htl-page-link-desc {
      margin-top: 0;
      text-align: left;
      width: 70%; } }
  .htl-page-link-desc p {
    font-size: 13px;
    margin-top: 3px;
    margin-bottom: 10px;
    line-height: 1.2; }
    @media (max-width: 1399px) {
      .htl-page-link-desc p {
        font-size: 12px;
        margin-bottom: 5px; } }
    .htl-page-link-desc p.wifi-sp {
      font-size: 14px;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: -3px; }
      @media (max-width: 1399px) {
        .htl-page-link-desc p.wifi-sp {
          font-size: 13px;
          margin-top: 7px; } }
    .htl-page-link-desc p span.en {
      font-size: 12px;
      letter-spacing: -0.5px; }
  .htl-page-link-desc h5 {
    font-size: 32px;
    font-weight: 700;
    color: #FBF946;
    margin-bottom: 0; }
    @media (max-width: 1399px) {
      .htl-page-link-desc h5 {
        font-size: 30px; } }

.wifi-btns span {
  background-color: #FBF946;
  padding: 2px 5px;
  color: #00447B; }
  @media (max-width: 1399px) {
    .wifi-btns span {
      padding: 2px 3px;
      font-size: 13px; } }
  .wifi-btns span.en {
    font-size: 15px;
    letter-spacing: -0.5px; }
    @media (max-width: 1399px) {
      .wifi-btns span.en {
        font-size: 12px; } }

.htl-page-link-pic-car img {
  width: 62px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-car img {
      width: 50px; } }

.htl-page-link-pic-ins img {
  width: 54px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-ins img {
      width: 48px; } }

.htl-page-link-pic-wifi img {
  width: 54px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-wifi img {
      width: 44px; } }

.htl-page-link-pic-docs img {
  width: 68px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-docs img {
      width: 50px; } }

.htl-page-link-pic-nationwide img {
  width: 70px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-nationwide img {
      width: 55px; } }

.htl-page-link-pic-promo img {
  width: 62px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-promo img {
      width: 50px; } }

.htl-page-link-pic-search img {
  width: 48px; }
  @media (max-width: 1399px) {
    .htl-page-link-pic-search img {
      width: 40px; } }

.htl-cta {
  margin-top: 25px;
  text-align: center; }
  .htl-cta a {
    color: #fff;
    text-decoration: none;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
    background-color: #E29012; }
    @media (max-width: 575px) {
      .htl-cta a {
        display: block;
        padding: 12px 20px; } }
    .htl-cta a:hover {
      background-color: #00447B;
      color: #fff; }

#other-htls {
  margin-top: 150px;
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    #other-htls {
      margin-top: 75px; } }
  #other-htls h2 {
    font-size: 38px;
    font-weight: 900; }
    @media (max-width: 1199px) {
      #other-htls h2 {
        font-size: 32px; } }
    @media (max-width: 991px) {
      #other-htls h2 {
        font-size: 26px; } }

.other-htl-content .related-slider .slick-img img {
  height: 240px;
  object-fit: cover; }
  @media (max-width: 1399px) {
    .other-htl-content .related-slider .slick-img img {
      height: 225px; } }
  @media (max-width: 1199px) {
    .other-htl-content .related-slider .slick-img img {
      height: 180px; } }
  @media (max-width: 991px) {
    .other-htl-content .related-slider .slick-img img {
      height: 135px; } }
  @media (max-width: 767px) {
    .other-htl-content .related-slider .slick-img img {
      height: 240px; } }
  @media (max-width: 575px) {
    .other-htl-content .related-slider .slick-img img {
      height: 54vw; } }
.other-htl-content .related-slider .slick-dots {
  bottom: 2px; }
  @media (max-width: 991px) {
    .other-htl-content .related-slider .slick-dots {
      width: 90%; } }
  .other-htl-content .related-slider .slick-dots li {
    width: 10px; }
    .other-htl-content .related-slider .slick-dots li button:before {
      content: "\f0c8";
      font-size: 10px;
      font-family: "Font Awesome 6 Pro";
      font-weight: 900;
      color: #fff; }
    .other-htl-content .related-slider .slick-dots li.slick-active button:before {
      color: #E29012;
      opacity: 1; }
@media (max-width: 991px) {
  .other-htl-content .related-slider.slick-dotted.slick-slider {
    height: max-content; } }
@media (max-width: 767px) {
  .other-htl-content .related-slider.slick-dotted.slick-slider {
    margin-bottom: 15px; } }

.other-htl-details h3 {
  font-size: 22px;
  font-weight: 900; }
  .other-htl-details h3 a {
    text-decoration: none;
    transition: .3s; }
    .other-htl-details h3 a:hover {
      color: #E29012 !important; }

.other-htl-special span {
  border: 1px solid #E29012;
  padding: 6px 10px;
  color: #E29012;
  font-weight: 700; }
  @media (max-width: 991px) {
    .other-htl-special span {
      font-size: 15px; } }

.other-htl-amenities h4 {
  font-size: 18px;
  font-weight: 700; }
.other-htl-amenities ul {
  padding-left: 0 !important; }
  .other-htl-amenities ul li {
    list-style: none; }
    .other-htl-amenities ul li i {
      font-size: 12px;
      margin-right: 5px; }

.htl-other-ctn {
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid #00447B;
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  transition: .3s; }
  @media (max-width: 1399px) {
    .htl-other-ctn {
      margin-top: 0;
      font-size: 15px;
      padding: 6px 18px; } }
  @media (max-width: 575px) {
    .htl-other-ctn {
      display: block;
      margin: 10px auto 0;
      width: 130px;
      text-align: center; } }
  .htl-other-ctn:hover {
    background-color: #E29012;
    color: #fff !important; }

.free-htl-info {
  margin-bottom: 35px; }

@media (max-width: 575px) {
  .page-htl-search-links.container {
    width: calc(100% - 1.5rem); } }

.htl-lp-hero {
  background-color: #284D71; }
  @media (max-width: 575px) {
    .htl-lp-hero .btm-hero-text {
      width: 100%; }
      .htl-lp-hero .btm-hero-text h1 {
        font-size: 7.04vw !important;
        width: 82% !important;
        margin: auto !important;
        text-align: center; } }

.featured-htl {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 575px) {
    .featured-htl {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .featured-htl .row {
    padding: 0 150px; }
    @media (max-width: 1439px) {
      .featured-htl .row {
        padding: 0 140px; } }
    @media (max-width: 1399px) {
      .featured-htl .row {
        padding: 0 120px; } }
    @media (max-width: 1199px) {
      .featured-htl .row {
        padding: 0 100px; } }
    @media (max-width: 991px) {
      .featured-htl .row {
        padding: 0 70px; } }
    @media (max-width: 767px) {
      .featured-htl .row {
        padding: 0; } }
    .featured-htl .row:after {
      content: "";
      display: block;
      width: 31.66666667%; }

.featured-hotel-thumb {
  position: relative; }
  .featured-hotel-thumb a {
    position: relative;
    display: block;
    z-index: 11; }
    .featured-hotel-thumb a:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      transition: .3s; }
    .featured-hotel-thumb a:hover:after {
      background-color: rgba(0, 0, 0, 0.3); }
    .featured-hotel-thumb a:hover .htl-desc-hidden {
      display: block; }
      @media (max-width: 991px) {
        .featured-hotel-thumb a:hover .htl-desc-hidden {
          display: none; } }
  .featured-hotel-thumb img {
    border-radius: 12px; }

.htl-desc-hidden {
  display: none;
  position: absolute;
  bottom: 3%;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  transition: .3s; }
  .htl-desc-hidden p {
    color: #fff;
    font-weight: 700; }

.featured-hotel-link h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px; }
  .featured-hotel-link h3 a {
    text-decoration: none;
    transition: .3s; }
    .featured-hotel-link h3 a:hover {
      color: #E29012 !important; }

.htl-lp-promo {
  border-top: 1px solid #c9c9c9; }
  .htl-lp-promo h2 {
    margin-top: 75px; }

.hotels-benefits-content {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative; }
  @media (max-width: 991px) {
    .hotels-benefits-content {
      margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .hotels-benefits-content {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .hotels-benefits-content a:after {
    content: "";
    position: absolute;
    background-image: url("images/htl-plus.png");
    background-size: cover;
    width: 33px;
    height: 33px;
    right: 1px;
    bottom: 1px; }

.hotels-benefits-container {
  margin-top: 75px; }

.hotels-benefits-content-title {
  text-align: center; }
  .hotels-benefits-content-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #284D71;
    text-transform: uppercase;
    margin-top: 15px; }
    @media (max-width: 575px) {
      .hotels-benefits-content-title h4 {
        font-size: 18px; } }

.hotels-benefits-icon {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 575px) {
    .hotels-benefits-icon {
      height: 75px; } }

.htl-benefits-cta {
  border-radius: 25px;
  padding: 12px 30px;
  border: 1px solid #fff;
  width: 200px;
  margin: 75px auto 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  transition: .3s;
  text-align: center; }
  .htl-benefits-cta:hover {
    color: #fff;
    background-color: #E29012; }

#featured-htl-lists {
  margin-top: 100px; }

.featured-htl-details {
  height: 225px; }
  @media (max-width: 1199px) {
    .featured-htl-details {
      height: auto; } }

.p-htls {
  margin-top: 30px !important; }
  .p-htls .resource-thumb img {
    height: 154px;
    border-radius: 20px; }
    @media (max-width: 1439px) {
      .p-htls .resource-thumb img {
        height: 144px; } }
    @media (max-width: 1399px) {
      .p-htls .resource-thumb img {
        height: 122px; } }
    @media (max-width: 1199px) {
      .p-htls .resource-thumb img {
        height: 145px; } }
    @media (max-width: 991px) {
      .p-htls .resource-thumb img {
        height: 165px; } }
    @media (max-width: 767px) {
      .p-htls .resource-thumb img {
        height: 322px; } }
    @media (max-width: 575px) {
      .p-htls .resource-thumb img {
        height: 58vw; } }

.featured-htl-cta {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 12px 30px;
  background-color: #0862AC;
  border-radius: 50px;
  display: block;
  width: max-content;
  margin: 30px auto;
  text-decoration: none;
  transition: .3s; }
  @media (max-width: 575px) {
    .featured-htl-cta {
      width: 100%;
      text-align: center; } }
  .featured-htl-cta:hover {
    background-color: #E29012;
    color: #fff; }

#htl-cities {
  margin-top: 100px;
  margin-bottom: 200px;
  padding: 75px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px; }
  @media (max-width: 1199px) {
    #htl-cities {
      padding: 50px; } }
  @media (max-width: 991px) {
    #htl-cities {
      padding: 30px; } }
  @media (max-width: 575px) {
    #htl-cities {
      padding: 20px;
      width: 94%;
      margin-top: 50px;
      margin-bottom: 50px; } }
  #htl-cities h2 {
    font-size: 32px;
    font-weight: 900;
    margin-top: 50px; }
    @media (max-width: 991px) {
      #htl-cities h2 {
        font-size: 26px;
        line-height: 1.6; } }

.htl-country {
  margin-top: 75px; }
  .htl-country h3 {
    font-size: 32px;
    font-weight: 700; }
    @media (max-width: 575px) {
      .htl-country h3 {
        font-size: 26px; } }
    .htl-country h3 i {
      font-size: 40px;
      color: #0862AC;
      margin-right: 20px; }
      @media (max-width: 575px) {
        .htl-country h3 i {
          font-size: 32px;
          margin-right: 15px; } }
  .htl-country ul {
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap; }
    .htl-country ul li {
      list-style: none;
      margin: 10px 20px 10px 0; }
      .htl-country ul li a {
        text-decoration: none;
        color: #303030;
        padding: 12px 30px;
        border: 1px solid #303030;
        border-radius: 25px;
        transition: .3s;
        display: block; }
        @media (max-width: 575px) {
          .htl-country ul li a {
            padding: 6px 24px; } }
        .htl-country ul li a:hover {
          background-color: #E29012;
          color: #fff; }

.htl-city-area {
  margin-top: 30px; }
  .htl-city-area h4 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    @media (max-width: 575px) {
      .htl-city-area h4 {
        font-size: 22px; } }

.b-modal-pop {
  display: none; }

.b-modal {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.modaal-container {
  background: #284D71; }

.b-modal-pop-inner p {
  margin-top: 15px;
  color: #fff;
  line-height: 1.8; }

#single-htl-apply a {
  display: inline-flex;
  align-items: center; }
  #single-htl-apply a i {
    margin-left: 10px;
    transition: .5s; }
  #single-htl-apply a.active i {
    transform: rotate(-90deg); }

#htl-apply-form {
  display: none;
  background-color: #284D71;
  padding: 50px 100px 100px;
  margin: 50px auto;
  max-width: 1000px; }
  @media (max-width: 1199px) {
    #htl-apply-form {
      padding: 50px 50px 100px; } }
  @media (max-width: 575px) {
    #htl-apply-form {
      padding: 50px 4% 1px; } }
  #htl-apply-form h2 {
    font-weight: 900; }
  @media (max-width: 575px) {
    #htl-apply-form .contact-form h3 {
      font-size: 24px; } }
  #htl-apply-form .contact-form .htl-adds {
    margin: 0 !important; }
    #htl-apply-form .contact-form .htl-adds b {
      color: #303030; }
  #htl-apply-form .contact-form .wpcf7-date {
    border: none;
    border: 1px solid #284D71;
    padding: 4px 8px;
    color: #284D71; }
    @media (max-width: 767px) {
      #htl-apply-form .contact-form .wpcf7-date {
        width: 47%; } }
  #htl-apply-form .contact-form .wpcf7-number {
    border: none;
    border: 1px solid #284D71;
    padding: 4px 8px;
    color: #284D71;
    max-width: 80px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      #htl-apply-form .contact-form .wpcf7-number {
        margin-bottom: 10px; } }
    @media (max-width: 575px) {
      #htl-apply-form .contact-form .wpcf7-number {
        display: block; } }

.htl-notice {
  font-size: 16px;
  color: #E29012;
  font-weight: 700; }
  .htl-notice i {
    font-size: 17px;
    margin-right: 3px; }
  .htl-notice.htl-notice-more {
    font-size: 20px; }

.to-htl-faq {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500; }
  .to-htl-faq a {
    color: #00A6E4;
    transition: .3s; }
    .to-htl-faq a:hover {
      color: #fff; }
  .to-htl-faq.single {
    text-align: left;
    color: #284D71;
    font-size: 16px;
    font-weight: 600; }
    .to-htl-faq.single i {
      margin-right: 3px; }
    .to-htl-faq.single a:hover {
      color: #E29012; }

#htl-map-content {
  margin-top: 50px; }

.gm-style-iw-d a {
  color: #0862AC;
  font-weight: 600;
  transition: .3s;
  font-family: Century Gothic, 'Noto Sans JP', sans-serif !important; }
  .gm-style-iw-d a:hover {
    color: #E29012; }

#map {
  height: 550px; }
  @media (max-width: 991px) {
    #map {
      height: 400px; } }

.map-htl-content {
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #284D71 #ccc; }
  .map-htl-content::-webkit-scrollbar {
    width: 5px; }
  .map-htl-content::-webkit-scrollbar-track {
    background-color: #ccc; }
  .map-htl-content::-webkit-scrollbar-thumb {
    background-color: #284D71; }
  .map-htl-content h2 {
    padding: 3px;
    font-size: 18px;
    text-align: center;
    color: #284D71;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .map-htl-content h2 {
        font-size: 16px; } }
    @media (max-width: 991px) {
      .map-htl-content h2 {
        margin-top: 15px; } }
  .map-htl-content h4 {
    background-color: #284D71;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 6px;
    font-weight: 400; }
    @media (max-width: 1199px) {
      .map-htl-content h4 {
        font-size: 16px; } }

.map-htl-title {
  position: sticky;
  top: 0;
  background-color: #fff; }

.map-htl-content-inner {
  height: 492px;
  padding: 0 20px; }
  @media (max-width: 991px) {
    .map-htl-content-inner {
      padding: 0 15px;
      height: 348px; } }
  .map-htl-content-inner h3 {
    font-size: 22px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .map-htl-content-inner h3 {
        font-size: 22px; } }
    .map-htl-content-inner h3 a {
      text-decoration: none; }

.map-htl-info {
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px; }

#htl-filter {
  display: flex;
  margin-top: 50px;
  align-items: center;
  background-color: #284D71;
  padding: 15px 20px; }
  @media (max-width: 1199px) {
    #htl-filter {
      padding: 15px 20px 10px 20px; } }
  @media (max-width: 575px) {
    #htl-filter {
      display: block; } }
  #htl-filter h3 {
    color: #fff;
    font-weight: 600;
    width: 300px; }
    @media (max-width: 991px) {
      #htl-filter h3 {
        width: 210px; } }
    @media (max-width: 575px) {
      #htl-filter h3 {
        width: 100%;
        text-align: center;
        padding-bottom: 10px; } }
  #htl-filter form {
    display: flex;
    align-items: center; }
    @media (max-width: 1199px) {
      #htl-filter form {
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      #htl-filter form {
        justify-content: center; } }

.htl-each-filter {
  width: 160px;
  margin-left: 30px; }
  @media (max-width: 1439px) {
    .htl-each-filter {
      width: 150px; } }
  @media (max-width: 1399px) {
    .htl-each-filter {
      width: 125px;
      margin-left: 25px; } }
  @media (max-width: 1199px) {
    .htl-each-filter {
      margin-bottom: 10px; } }
  @media (max-width: 575px) {
    .htl-each-filter {
      margin: 0 10px 10px; } }
  .htl-each-filter span {
    color: #fff;
    font-weight: 700;
    font-size: 15px; }
  .htl-each-filter select {
    width: 160px;
    padding: 3px;
    margin-top: 3px;
    color: #0862AC; }
    @media (max-width: 1439px) {
      .htl-each-filter select {
        width: 150px; } }
    @media (max-width: 1399px) {
      .htl-each-filter select {
        width: 125px; } }

.map-filter-btns {
  display: flex;
  margin-left: 30px;
  width: 220px; }
  @media (max-width: 1399px) {
    .map-filter-btns {
      margin-left: 25px; } }
  @media (max-width: 575px) {
    .map-filter-btns {
      margin: 10px auto;
      width: 100%;
      justify-content: center; } }
  .map-filter-btns-submit {
    background-color: transparent;
    border: none;
    padding: 6px 24px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px; }
  .map-filter-btns-clear {
    color: #fff;
    background-color: transparent;
    border: none;
    font-weight: 700;
    margin-left: 5px; }

@media (min-width: 576px) {
  .other-htl-content-map {
    padding: 0 35px; } }
@media (max-width: 575px) {
  .other-htl-content-map {
    padding-top: 0;
    padding-bottom: 0; } }

.blog-post-btn {
  text-decoration: none;
  padding: 10px 40px;
  font-size: 20px;
  background-color: #284D71;
  font-weight: 600;
  margin-top: 50px;
  display: inline-block;
  border-radius: 25px;
  transition: .3s;
  color: #fff; }
  @media (max-width: 1399px) {
    .blog-post-btn {
      margin-top: 0;
      font-size: 15px;
      padding: 6px 18px; } }
  @media (max-width: 575px) {
    .blog-post-btn {
      display: block;
      margin: 10px auto 0;
      width: 130px;
      text-align: center; } }
  .blog-post-btn:hover {
    background-color: #E29012;
    color: #fff !important; }
  .blog-post-btn.resourse-more-btn {
    border-radius: 0;
    border: 1px solid #00447B;
    background-color: transparent;
    color: #00447B; }
    .blog-post-btn.resourse-more-btn:hover {
      background-color: #E29012;
      color: #fff !important; }
  .blog-post-btn2 {
    text-decoration: none;
    padding: 10px 40px;
    font-size: 20px;
    background-color: #284D71;
    font-weight: 600;
    margin-top: 50px;
    display: inline-block;
    border-radius: 25px;
    transition: .3s;
    color: #fff; }
    @media (max-width: 1399px) {
      .blog-post-btn2 {
        margin-top: 0;
        font-size: 15px;
        padding: 6px 18px; } }
    @media (max-width: 575px) {
      .blog-post-btn2 {
        display: block;
        margin: 10px auto 0;
        width: 130px;
        text-align: center; } }
    .blog-post-btn2:hover {
      background-color: #E29012;
      color: #fff !important; }

.faq-wrap {
  margin-bottom: 180px; }

.faq-btn {
  border: 1px solid #00447B;
  color: #00447B;
  font-size: 20px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }
  @media (max-width: 991px) {
    .faq-btn {
      margin-bottom: 15px; } }
  .faq-btn i {
    font-size: 26px; }
    @media (max-width: 1199px) {
      .faq-btn i {
        font-size: 22px; } }
  .faq-btn span {
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .faq-btn span {
        font-size: 14px; } }
  .faq-btn.clicked {
    background-color: #00447B;
    color: #fff; }

.faqs {
  margin-top: 100px; }
  @media (max-width: 1199px) {
    .faqs {
      margin-top: 50px; } }
  .faqs h2 {
    font-weight: 900; }

.faq-content h3 {
  padding-top: 75px;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px; }
  @media (max-width: 575px) {
    .faq-content h3 {
      font-size: 22px;
      padding-top: 30px; } }
.faq-content h4 {
  background: rgba(126, 210, 220, 0.3);
  padding: 8px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center; }
  @media (max-width: 575px) {
    .faq-content h4 {
      font-size: 16px; } }
  .faq-content h4 span.lapis {
    margin-right: 8px; }
  .faq-content h4 span.question {
    width: 88%;
    display: block; }
    @media (max-width: 575px) {
      .faq-content h4 span.question {
        width: 83%; } }
  .faq-content h4 i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s; }
  .faq-content h4.active i {
    transform: translateY(-50%) rotate(180deg); }

.faq-answer {
  padding-left: 9px;
  padding-bottom: 25px;
  display: none;
  margin-top: -7px; }
  @media (max-width: 575px) {
    .faq-answer {
      font-size: 15px; } }
  .faq-answer span {
    font-size: 18px;
    margin-right: 8px; }
    @media (max-width: 575px) {
      .faq-answer span {
        font-size: 16px; } }
  .faq-answer p {
    padding-left: 25px;
    position: relative;
    top: -25px; }
    @media (max-width: 575px) {
      .faq-answer p {
        top: -22px; } }
    .faq-answer p a {
      color: #E29012; }

.leasure-subtitle p {
  font-size: 20px;
  font-weight: 600; }

.leisure-element {
  margin-top: 30px !important; }
  @media (max-width: 575px) {
    .leisure-element {
      margin-top: 0 !important; } }

.leisure-details h3 a {
  text-decoration: none;
  font-weight: 900;
  transition: .3s; }
  .leisure-details h3 a:hover {
    color: #E29012 !important; }

.leisure-cat {
  background-color: #E29012 !important; }

@media (max-width: 1199px) {
  .other-leisure-details h3 {
    font-size: 1.25rem; } }

.other-sub-title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.25rem; }
  @media (max-width: 1199px) {
    .other-sub-title {
      margin-top: 15px;
      font-size: 1rem;
      margin-bottom: 0.75rem !important; } }
  @media (max-width: 991px) {
    .other-sub-title {
      margin-top: 10px;
      font-size: 15px; } }

#leisures {
  overflow-x: hidden; }

.leisure-hero {
  background-color: #0080CC; }

.leisure-content .related-slider .slick-img img {
  height: 210px; }
  @media (max-width: 1399px) {
    .leisure-content .related-slider .slick-img img {
      height: 170px; } }
  @media (max-width: 1199px) {
    .leisure-content .related-slider .slick-img img {
      height: 155px; } }
  @media (max-width: 991px) {
    .leisure-content .related-slider .slick-img img {
      height: 135px; } }
  @media (max-width: 767px) {
    .leisure-content .related-slider .slick-img img {
      height: 275px; } }
  @media (max-width: 575px) {
    .leisure-content .related-slider .slick-img img {
      height: 54vw; } }
@media (max-width: 991px) {
  .leisure-content .related-slider .slick-dots {
    width: 87%;
    bottom: 24px; } }
@media (max-width: 767px) {
  .leisure-content .related-slider .slick-dots {
    width: 100%;
    bottom: 2px; } }
@media (max-width: 767px) {
  .leisure-content .related-slider.slick-dotted.slick-slider {
    margin-bottom: 15px; } }

.leisure-a-details h3 {
  font-size: 1.4rem;
  font-weight: 900; }
  @media (max-width: 1199px) {
    .leisure-a-details h3 {
      font-size: 1.25rem; } }
  .leisure-a-details h3 a {
    text-decoration: none;
    transition: .3s; }
    .leisure-a-details h3 a:hover {
      color: #E29012 !important; }

.leisure-area ul {
  padding-left: 0 !important;
  flex-wrap: wrap;
  align-content: baseline; }
  .leisure-area ul li {
    list-style: none;
    background-color: #00447B;
    color: #fff;
    margin-right: 5px;
    border-radius: 10px;
    font-size: 13px;
    padding: 3px 10px; }
    @media (max-width: 1199px) {
      .leisure-area ul li {
        font-size: 12px; } }

.other-a-sub-title {
  margin-top: 15px;
  font-size: 1.05rem; }
  @media (max-width: 1399px) {
    .other-a-sub-title {
      margin-top: 10px;
      font-size: 15px; } }

.pagination {
  justify-content: center; }
  .pagination span {
    opacity: .7;
    font-size: 1.15rem;
    margin: 5px; }
  .pagination a {
    color: #0862AC;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 5px; }

.recommended-leisure .leisure-content .related-slider .slick-img img {
  height: 160px; }
  @media (max-width: 1399px) {
    .recommended-leisure .leisure-content .related-slider .slick-img img {
      height: 135px; } }
  @media (max-width: 991px) {
    .recommended-leisure .leisure-content .related-slider .slick-img img {
      height: 100px; } }
  @media (max-width: 767px) {
    .recommended-leisure .leisure-content .related-slider .slick-img img {
      height: 240px; } }
  @media (max-width: 575px) {
    .recommended-leisure .leisure-content .related-slider .slick-img img {
      height: 54vw; } }
@media (max-width: 991px) {
  .recommended-leisure .leisure-content .related-slider .slick-dots {
    width: 100%;
    bottom: 0; } }
.recommended-leisure h4 {
  font-size: 1.15rem;
  line-height: 1.4; }
  @media (max-width: 1199px) {
    .recommended-leisure h4 {
      font-size: 1.05rem; } }
  .recommended-leisure h4 a {
    text-decoration: none;
    font-weight: 900;
    transition: .3s; }
    .recommended-leisure h4 a:hover {
      color: #E29012 !important; }

.other-r-sub-link {
  color: #303030;
  text-decoration: none;
  transition: .3s; }
  .other-r-sub-link:hover {
    color: #E29012 !important; }

.other-r-sub-title {
  font-size: .9rem; }

#resource-hero {
  height: 500px; }
  @media (max-width: 1199px) {
    #resource-hero {
      height: 375px; } }
  @media (max-width: 991px) {
    #resource-hero {
      height: 260px; } }
  @media (max-width: 575px) {
    #resource-hero {
      height: 54vw; } }
  #resource-hero img {
    object-fit: cover; }

.resource-main h2 {
  font-size: 28px;
  font-weight: 700; }

.other-resource-thumb img {
  width: 100%;
  height: 162px;
  object-fit: cover; }
  @media (max-width: 991px) {
    .other-resource-thumb img {
      height: 120px; } }
  @media (max-width: 767px) {
    .other-resource-thumb img {
      height: 322px; } }
  @media (max-width: 575px) {
    .other-resource-thumb img {
      height: 58vw; } }
.other-resource-thumb-btm img {
  width: 100%;
  height: 276px; }
  @media (max-width: 1439px) {
    .other-resource-thumb-btm img {
      height: 260px; } }
  @media (max-width: 1399px) {
    .other-resource-thumb-btm img {
      height: 222px; } }
  @media (max-width: 1399px) {
    .other-resource-thumb-btm img {
      height: 222px; } }
  @media (max-width: 1199px) {
    .other-resource-thumb-btm img {
      height: 185px; } }
  @media (max-width: 991px) {
    .other-resource-thumb-btm img {
      height: 135px; } }
  @media (max-width: 767px) {
    .other-resource-thumb-btm img {
      height: 322px; } }
  @media (max-width: 575px) {
    .other-resource-thumb-btm img {
      height: 58vw; } }

.related-resource-thumb img {
  width: 100%;
  height: 276px;
  object-fit: cover; }
  @media (max-width: 1439px) {
    .related-resource-thumb img {
      height: 260px; } }
  @media (max-width: 1399px) {
    .related-resource-thumb img {
      height: 222px; } }
  @media (max-width: 1199px) {
    .related-resource-thumb img {
      height: 185px; } }
  @media (max-width: 991px) {
    .related-resource-thumb img {
      height: 135px; } }
  @media (max-width: 767px) {
    .related-resource-thumb img {
      height: 307px; } }
  @media (max-width: 575px) {
    .related-resource-thumb img {
      height: 59vw; } }

.popular-resource-thumb img {
  width: 100%;
  height: 173px;
  object-fit: cover; }
  @media (max-width: 1439px) {
    .popular-resource-thumb img {
      height: 139px; } }
  @media (max-width: 1199px) {
    .popular-resource-thumb img {
      height: 135px; } }
  @media (max-width: 991px) {
    .popular-resource-thumb img {
      height: 97px; } }
  @media (max-width: 767px) {
    .popular-resource-thumb img {
      height: 317px; } }
  @media (max-width: 575px) {
    .popular-resource-thumb img {
      height: 58vw; } }

@media (max-width: 1199px) {
  .other-rsc-title {
    font-size: 19px !important; } }

.resource-thumb img {
  width: 100%;
  height: 202px;
  object-fit: cover; }
  @media (max-width: 1439px) {
    .resource-thumb img {
      height: 191px; } }
  @media (max-width: 1399px) {
    .resource-thumb img {
      height: 163px; } }
  @media (max-width: 1199px) {
    .resource-thumb img {
      height: 135px; } }
  @media (max-width: 991px) {
    .resource-thumb img {
      height: 97px; } }
  @media (max-width: 767px) {
    .resource-thumb img {
      height: 320px; } }
  @media (max-width: 575px) {
    .resource-thumb img {
      height: 58vw; } }

.date-excerpt span {
  font-size: 15px; }

.resource-hero {
  background-color: #00447B;
  height: 7vw !important; }
  @media (max-width: 767px) {
    .resource-hero {
      height: 15vw !important; } }

.latest-date {
  margin-bottom: 5px;
  font-size: 14px; }

.post-type {
  color: #0862AC !important;
  background-color: #fff !important;
  border: 2px solid #0862ac;
  font-weight: 700; }

.pages-hero {
  background-color: #00447B; }

.footer-upper {
  position: relative;
  z-index: 2; }
  .footer-upper:before {
    content: "";
    position: absolute;
    background-color: #00447B;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 1199px) {
      .footer-upper:before {
        width: 60%; } }
    @media (max-width: 991px) {
      .footer-upper:before {
        content: none; } }

@media (max-width: 1399px) {
  .footer-logo-pic img {
    width: 100px; } }
@media (max-width: 575px) {
  .footer-logo-pic img {
    width: 84px; } }

.footer-tm {
  margin-left: 20px;
  display: flex;
  align-items: flex-end; }
  .footer-tm p {
    color: #00447B;
    font-size: 19px;
    letter-spacing: 5px; }
    @media (max-width: 1199px) {
      .footer-tm p {
        font-size: 17px; } }
  .footer-tm h2 {
    color: #00447B;
    font-size: 23px;
    font-weight: 700;
    font-family: Century Gothic, 'Noto Sans JP', sans-serif !important; }
    @media (max-width: 1199px) {
      .footer-tm h2 {
        font-size: 19px; } }

.nl-signup {
  display: flex;
  align-items: center;
  position: relative; }
  .nl-signup h3 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
    margin-right: 20px; }
  .nl-signup p {
    color: #fff; }
  @media (max-width: 991px) {
    .nl-signup div.nl-signup-inner {
      width: 100%;
      background-color: #00447B;
      padding: 20px;
      margin-bottom: 30px; } }
  @media (max-width: 575px) {
    .nl-signup div.nl-signup-inner {
      padding: 15px; } }

#mc_embed_shell {
  max-width: 385px; }
  @media (max-width: 1439px) {
    #mc_embed_shell {
      width: 340px; } }
  @media (max-width: 1399px) {
    #mc_embed_shell {
      width: 270px; } }
  @media (max-width: 991px) {
    #mc_embed_shell {
      width: 395px; } }
  @media (max-width: 575px) {
    #mc_embed_shell {
      width: 100%; } }
  #mc_embed_shell.btm-nl {
    width: 100%; }

#mc_embed_signup form {
  margin: 0 !important; }
#mc_embed_signup .mc-field-group {
  padding-bottom: 0 !important;
  min-height: 30px !important; }
  #mc_embed_signup .mc-field-group input {
    padding: 6px 0 !important; }
#mc_embed_signup .button {
  margin: 0 5px 0 3px !important;
  font-weight: 700 !important;
  height: 38px !important;
  background-color: #E29012 !important; }

#mc_embed_signup div#mce-responses {
  position: absolute;
  top: -5em !important;
  width: 100% !important;
  padding: 0.25em !important;
  margin: 0 !important; }

#mc_embed_signup div.response {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff !important; }

.footer-nav {
  background-color: #f1f1f1;
  position: relative;
  top: -70px;
  z-index: 1; }
  .footer-nav .container {
    padding-top: 140px;
    padding-bottom: 50px; }
    @media (min-width: 1400px) {
      .footer-nav .container {
        padding-right: 157px;
        padding-left: 157px; } }
    @media (max-width: 575px) {
      .footer-nav .container {
        width: 88%; } }
    .footer-nav .container h4 {
      color: #00447B;
      font-size: 19px;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 1199px) {
        .footer-nav .container h4 {
          font-size: 17px; } }
      .footer-nav .container h4 a {
        color: #00447B;
        text-decoration: none; }
    .footer-nav .container ul li {
      list-style: none;
      padding: 5px 0; }
      .footer-nav .container ul li a {
        color: #303030;
        text-decoration: none; }
        @media (max-width: 1199px) {
          .footer-nav .container ul li a {
            font-size: 14px; } }

.footer-lower {
  margin-top: -70px;
  background-color: #00447B; }

.footer-lower-info ul {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1199px) {
    .footer-lower-info ul {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .footer-lower-info ul {
      display: block;
      text-align: center; } }
  .footer-lower-info ul li {
    list-style: none;
    font-size: 18px;
    color: #fff; }
    @media (max-width: 1649px) {
      .footer-lower-info ul li {
        font-size: 16px; } }
    @media (max-width: 1399px) {
      .footer-lower-info ul li {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .footer-lower-info ul li {
        margin: 10px 0; } }
    .footer-lower-info ul li a {
      color: #E29012;
      font-size: 18px; }
      @media (max-width: 1649px) {
        .footer-lower-info ul li a {
          font-size: 16px; } }
      @media (max-width: 1399px) {
        .footer-lower-info ul li a {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .footer-lower-info ul li a {
          display: block; } }
    .footer-lower-info ul li i {
      margin-right: 6px; }
    @media (max-width: 767px) {
      .footer-lower-info ul li span {
        display: block;
        margin: 5px 0; } }

.footer-lower-legal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff; }
  @media (max-width: 767px) {
    .footer-lower-legal {
      display: block; } }

.footer-lower-legal-links ul {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer-lower-legal-links ul {
      display: block; } }
  @media (max-width: 767px) {
    .footer-lower-legal-links ul {
      text-align: center; } }
  .footer-lower-legal-links ul li {
    list-style: none;
    margin-right: 30px; }
    .footer-lower-legal-links ul li a {
      color: #fff;
      font-weight: 300;
      font-size: 15px;
      text-decoration: none; }
      @media (max-width: 1399px) {
        .footer-lower-legal-links ul li a {
          font-size: 14px; } }
    .footer-lower-legal-links ul li span.ot-sdk-show-settings {
      color: #fff;
      font-weight: 300;
      font-size: 15px;
      padding: 0;
      border: none;
      cursor: pointer; }
      @media (max-width: 1399px) {
        .footer-lower-legal-links ul li span.ot-sdk-show-settings {
          font-size: 14px; } }
      .footer-lower-legal-links ul li span.ot-sdk-show-settings:hover {
        background-color: transparent; }

.copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 300; }
  @media (max-width: 1399px) {
    .copyright p {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .copyright p {
      margin-top: 10px; } }

@media (max-width: 767px) {
  .footer-sns {
    justify-content: center; } }
.footer-sns li {
  margin-right: 10px; }
  .footer-sns li a {
    color: #fff;
    font-size: 24px; }

#asl-storelocator.asl-cont {
  font-family: inherit !important; }

#back-to-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  transition: ease .6s;
  opacity: 0;
  z-index: 333; }
  #back-to-top a {
    color: #E29012;
    text-decoration: none;
    position: relative;
    font-size: 72px;
    transition: .7s; }
    #back-to-top a:hover {
      color: #00447B; }

#back-to-top.scrolled {
  opacity: 1.0; }

@media (max-width: 575px) {
  #back-to-top {
    right: 4%; }
    #back-to-top a {
      font-size: 56px; } }
#alert {
  background-color: #343434;
  position: relative;
  height: 33px; }
  #alert span.alert-content {
    color: #FFCC00;
    margin-right: 100px; }
    #alert span.alert-content span.ex-mark {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background-color: #FFCC00;
      color: #343434;
      margin-right: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    #alert span.alert-content a {
      color: #FFCC00;
      transition: .3s; }
      #alert span.alert-content a:hover {
        color: #fff; }
  #alert p {
    display: inline; }

.x-btn-wrap {
  width: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 99%;
  background-color: #343434; }
  .x-btn-wrap span.x-btn {
    position: absolute;
    right: 12px;
    background-color: #D5D5D5;
    color: #343434;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer; }

#hero404 {
  background-image: url("images/kie1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 35vw;
  margin-bottom: -43px; }
  @media (max-width: 991px) {
    #hero404 {
      height: 39vw;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    #hero404 {
      height: 136vw;
      background-image: url("images/kie1-mb.jpg"); } }
  #hero404:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0; }
  #hero404:after {
    content: "404";
    color: #E29012;
    font-size: 6vw;
    top: 4.9vw;
    left: 25vw;
    transform: rotate(-11deg);
    font-weight: 900;
    position: absolute;
    letter-spacing: 2px;
    font-family: Century Gothic, 'Noto Sans JP', sans-serif !important; }
    @media (max-width: 991px) {
      #hero404:after {
        top: 6.4vw;
        left: 28vw; } }
    @media (max-width: 767px) {
      #hero404:after {
        font-size: 16vw;
        top: 64vw;
        left: 49vw; } }
  #hero404 p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      #hero404 p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      #hero404 p {
        font-size: 16px; } }
  #hero404 a {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 24px;
    margin-right: 20px;
    text-decoration: none;
    transition: .3s; }
    @media (max-width: 1199px) {
      #hero404 a {
        padding: 8px 15px; } }
    @media (max-width: 991px) {
      #hero404 a {
        font-size: 15px; } }
    #hero404 a:hover {
      background-color: #E29012; }
  #hero404 #searchform input {
    background: transparent;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #fff !important; }
    #hero404 #searchform input::placeholder {
      color: #fff !important; }
      @media (max-width: 1199px) {
        #hero404 #searchform input::placeholder {
          font-size: 18px; } }
      @media (max-width: 991px) {
        #hero404 #searchform input::placeholder {
          font-size: 16px; } }
  #hero404 #searchform button {
    background: transparent;
    margin-left: -35px; }
    @media (max-width: 1199px) {
      #hero404 #searchform button {
        margin-left: 0; } }

@media (max-width: 1199px) {
  #search-container {
    width: 240px; } }
#flight-intro {
  padding-top: 50px; }
  #flight-intro h2 {
    font-size: 40px;
    font-weight: 900; }
    @media (max-width: 1199px) {
      #flight-intro h2 {
        font-size: 36px; } }
    @media (max-width: 575px) {
      #flight-intro h2 {
        font-size: 26px;
        line-height: 1.4; } }
  #flight-intro h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.8; }
    @media (max-width: 1199px) {
      #flight-intro h3 {
        font-size: 16px;
        line-height: 1.6; } }
    #flight-intro h3 span {
      font-size: 22px; }
      @media (max-width: 991px) {
        #flight-intro h3 span {
          font-size: 19px; } }
      @media (max-width: 575px) {
        #flight-intro h3 span {
          font-size: 18px; } }

.flight-cta {
  font-size: 23px;
  font-weight: 700;
  border: 1px solid #707070;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 30px auto;
  width: 313px;
  padding: 10px 15px;
  color: #303030;
  text-decoration: none;
  transition: .5s;
  position: relative; }
  .flight-cta i {
    color: #AA056C;
    transition: .75s; }
    .flight-cta i.fa-plane-circle-check {
      font-size: 43px;
      margin-right: 10px; }
    .flight-cta i.fa-chevron-right {
      font-size: 25px;
      position: absolute;
      right: 15px; }
    .flight-cta i.fa-suitcase {
      font-size: 43px;
      margin-right: 15px; }
    .flight-cta i.fa-file-invoice-dollar {
      font-size: 45px;
      margin-right: 15px; }
  .flight-cta:hover {
    color: #AA056C;
    border: 1px solid #AA056C; }
    .flight-cta:hover i {
      transition: .9s; }
      .flight-cta:hover i.fa-plane-circle-check {
        animation: flight 1.2s forwards; }
      .flight-cta:hover i.fa-chevron-right {
        opacity: 0; }
      .flight-cta:hover i.fa-suitcase {
        transform: translateX(235px); }
      .flight-cta:hover i.fa-file-invoice-dollar {
        transform: translateX(245px); }

@keyframes flight {
  0% {
    transform: none; }
  50% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(90deg) translateY(-240px); } }
.flight-guide h4 {
  font-size: 26px;
  font-weight: 900; }
  @media (max-width: 1199px) {
    .flight-guide h4 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .flight-guide h4 {
      font-size: 21px;
      line-height: 1.5; } }
.flight-guide p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 15px; }
  @media (max-width: 1199px) {
    .flight-guide p {
      font-size: 15px; } }
.flight-guide2 {
  margin-bottom: 150px; }

.inv-guide h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5; }
  @media (max-width: 1199px) {
    .inv-guide h3 {
      font-size: 25px; } }
.inv-guide p {
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .inv-guide p {
      font-size: 18px; } }
.inv-guide h4 {
  background-color: #0862AC;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 15px;
  line-height: 1.6; }
  @media (max-width: 1399px) {
    .inv-guide h4 {
      font-size: 17px; } }
  @media (max-width: 991px) {
    .inv-guide h4 {
      font-size: 16px; } }
.inv-guide h5 {
  color: #0862AC;
  font-weight: 700;
  font-size: 16px; }
  @media (max-width: 1399px) {
    .inv-guide h5 {
      font-size: 15px;
      line-height: 1.5; } }
.inv-guide h6 {
  color: #00447B;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  border: 3px solid #00447B;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  @media (max-width: 1399px) {
    .inv-guide h6 {
      font-size: 16px; } }
  @media (max-width: 1199px) {
    .inv-guide h6 {
      font-size: 14px;
      height: 80px; } }
  .inv-guide h6:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2; }
  .inv-guide h6:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #00447B;
    z-index: 1; }

.jto {
  width: 750px;
  margin: 15px 10px; }
  @media (max-width: 991px) {
    .jto {
      width: 600px; } }
  @media (max-width: 767px) {
    .jto {
      width: 500px;
      margin: 15px auto; } }
  @media (max-width: 575px) {
    .jto {
      width: 350px; } }
  .jto a {
    display: block;
    position: relative; }
    .jto a span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      font-weight: 700;
      font-size: 36px;
      color: #fff;
      text-shadow: 0 3px 12px rgba(0, 0, 0, 0.98);
      line-height: 1.2;
      letter-spacing: 0.075rem; }
      @media (max-width: 991px) {
        .jto a span {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .jto a span {
          font-size: 22px; } }
      @media (max-width: 575px) {
        .jto a span {
          right: 15px;
          font-size: 16px; } }
      .jto a span.jp-red {
        color: #B42A0D;
        position: static; }
      .jto a span.jp {
        line-height: 1.6;
        font-size: 30px; }
        @media (max-width: 991px) {
          .jto a span.jp {
            font-size: 26px; } }
        @media (max-width: 767px) {
          .jto a span.jp {
            font-size: 21px; } }
        @media (max-width: 575px) {
          .jto a span.jp {
            font-size: 16px; } }
        .jto a span.jp .jp-red {
          font-size: 30px; }
          @media (max-width: 991px) {
            .jto a span.jp .jp-red {
              font-size: 26px; } }
          @media (max-width: 767px) {
            .jto a span.jp .jp-red {
              font-size: 21px; } }
          @media (max-width: 575px) {
            .jto a span.jp .jp-red {
              font-size: 16px; } }
    .jto a:before {
      content: "";
      position: absolute;
      width: 0;
      height: 100%;
      top: 0;
      right: 0;
      transition: .5s;
      background-color: rgba(0, 0, 0, 0.33); }
    .jto a:hover:before {
      width: 100%;
      left: 0;
      right: auto; }

.jto-search a {
  position: relative; }
  .jto-search a img {
    height: 100%; }
    @media (max-width: 991px) {
      .jto-search a img {
        height: auto;
        object-fit: cover;
        object-position: top left; } }
@media (max-width: 991px) {
  .jto-search#htl-page-link-jph a img {
    height: auto;
    object-fit: cover; } }
.jto-search span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  line-height: 1.5;
  left: auto;
  right: 5%;
  font-size: 16px; }
  .jto-search span.jp-red {
    position: static; }
  .jto-search span.jp {
    line-height: 1.6; }
    @media (max-width: 1199px) {
      .jto-search span.jp {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .jto-search span.jp {
        font-size: 16px; } }
    .jto-search span.jp .jp-red {
      font-size: 15px;
      letter-spacing: 0.125rem;
      color: #fff; }
@media (max-width: 991px) {
  .jto-search#htl-page-link-jph-single a img {
    object-position: 14%; } }
@media (max-width: 767px) {
  .jto-search#htl-page-link-jph-single a img {
    object-position: top left; } }
@media (max-width: 991px) {
  .jto-search#htl-page-link-jph-single span {
    font-size: 14px;
    left: auto;
    right: 5%; } }
@media (max-width: 767px) {
  .jto-search#htl-page-link-jph-single span {
    font-size: 16px; } }
@media (max-width: 991px) {
  .jto-search#htl-page-link-jph-single span.jp {
    font-size: 14px;
    width: auto; } }
@media (max-width: 767px) {
  .jto-search#htl-page-link-jph-single span.jp {
    font-size: 16px;
    width: auto; } }

.jto-modal .modaal-container {
  background: #fff !important; }
  .jto-modal .modaal-container a {
    color: #0862AC; }
    .jto-modal .modaal-container a.popup-understand.featured-htl-cta {
      margin: 20px 0 !important;
      color: #fff !important; }
    .jto-modal .modaal-container a.exit.modaal-close {
      position: static;
      height: auto; }
      .jto-modal .modaal-container a.exit.modaal-close:hover:before, .jto-modal .modaal-container a.exit.modaal-close:hover:after {
        opacity: 0; }
    .jto-modal .modaal-container a img {
      max-width: 100%; }

/* reCaptcha 位置調整 */
.grecaptcha-badge {
  left: 0px !important;
  width: 70px !important;
  transition: .6s !important;
  opacity: 0; }

.grecaptcha-badge:hover {
  left: 0px !important;
  width: 256px !important;
  right: 0 !important; }
