header {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", sans-serif;
}
header a.cta_button {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  min-width: unset !important;
  padding: unset !important;
}
header a#cta_button_6347049_95355824-60dd-4943-a796-c853b35101dd,
header a#cta_button_6347049_77efc9b4-737d-4219-9356-3f2b505b0405 {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  min-width: unset !important;
  padding: unset !important;
  display: inline-block;
  min-width: 164px !important;
  padding: 15px 27px !important;
  border-radius: 3px !important;
}
header a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}
header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: unset;
}

@media (min-width: 1025px) {
  header #header-top {
    color: #fff;
    background-color: #198DA2;
  }
  header #header-top .header__nav__btns a {
    color: #198DA2 !important;
    background-color: #fff !important;
  }
  header #header-fix {
    width: 100%;
    color: #151F26;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    visibility: visible;
    -webkit-transition: 0.5s ease transform, 0s 0s visibility;
    transition: 0.5s ease transform, 0s 0s visibility;
  }
  header #header-fix.hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: 0.5s ease transform, 0s 0.5s visibility;
    transition: 0.5s ease transform, 0s 0.5s visibility;
  }
  header #header-fix .header__nav__list .hs-menu-wrapper > ul > li {
    -webkit-transition: 0.3s ease background-color, 0.3s ease color;
    transition: 0.3s ease background-color, 0.3s ease color;
  }
  header #header-fix .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
  }
  header #header-fix .header__nav__btns a {
    color: #fff !important;
    background-color: #198DA2 !important;
  }
  header #header-fix .header__nav__tel {
    color: #198DA2;
  }
  header a {
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
  }
  header a:hover {
    opacity: 0.8;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 32px 30px 32px 97px;
  }
  header .header__logo {
    width: 99px;
    position: relative;
  }
  header .header__logo img {
    width: 100%;
  }
  header .header__logo .logo-option {
    width: 98px;
    position: absolute;
    top: -47px;
    left: -111px;
  }
  header .header__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
  header .header__nav__list .hs-menu-wrapper > ul {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li {
    z-index: 3;
    position: relative;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-right: 3px;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: 17px 20px;
    border-radius: 3px 3px 0 0;
    -webkit-transition: 0.3s ease background-color, 0.3s ease color;
    transition: 0.3s ease background-color, 0.3s ease color;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li a:hover {
    opacity: 1;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children {
    -webkit-transition: 0.3s ease filter;
    transition: 0.3s ease filter;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children:hover a {
    color: #198DA2;
    background-color: #fff;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
    color: #151F26;
    background-color: #fff;
    width: 193px;
    border-radius: 0 3px 3px 3px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease opacity, 0s 0.3s visibility;
    transition: 0.3s ease opacity, 0s 0.3s visibility;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    font-size: 12px;
    line-height: 1.33333;
    padding: 0 20px;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li:not(:last-child) {
    border-bottom: 1px solid #DBDBDB;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li a {
    display: inline-block;
    width: 100%;
    padding: 18px 0 18px 12px;
    position: relative;
  }
  header .header__nav__list .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li a::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 7px;
    border-top: 3.5px solid transparent;
    border-left: 4px solid #198DA2;
    border-bottom: 3.5px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header__nav__btns {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 700;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__nav__btns li:not(:last-child) {
    margin-right: 20px;
  }
  header .header__nav__btns li a {
    display: inline-block;
    min-width: 164px;
    padding: 15px 27px;
    border-radius: 3px;
  }
  header .header__nav__tel {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    position: absolute;
    bottom: calc(100% + 7px);
    right: 0;
  }
  header .header__nav__tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header__nav__tel img {
    width: 18.17px;
    margin-right: 6px;
  }
  #g-nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  header #header-top {
    color: #fff;
    background-color: #198DA2;
    overflow: hidden;
  }
  header #header-top .header__hamburger span {
    background-color: #fff;
  }
  header #header-fix {
    width: 100%;
    color: #151F26;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: 0.5s ease transform, 0s 0s visibility;
    transition: 0.5s ease transform, 0s 0s visibility;
  }
  header #header-fix.hidden {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: 0.5s ease transform, 0s 0.5s visibility;
    transition: 0.5s ease transform, 0s 0.5s visibility;
  }
  header #header-fix .header__hamburger span {
    background-color: #198DA2;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 20px 17px 72px;
  }
  header .header__logo {
    width: 80px;
    position: relative;
  }
  header .header__logo img {
    width: 100%;
  }
  header .header__logo .logo-option {
    width: 78px;
    position: absolute;
    top: -29px;
    left: -82px;
  }
  header .header__nav {
    display: none;
  }
  header .header__hamburger {
    display: inline-block;
    width: 34px;
    height: 26px;
    position: relative;
  }
  header .header__hamburger.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .header__hamburger.open span:nth-child(2) {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  header .header__hamburger.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  header .header__hamburger span {
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease transform, 0.3s ease top;
    transition: 0.3s ease transform, 0.3s ease top;
  }
  header .header__hamburger span:nth-child(1) {
    top: calc(0% - 1.5px);
  }
  header .header__hamburger span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  header .header__hamburger span:nth-child(3) {
    top: calc(100% - 1.5px);
  }
  #g-nav {
    color: #fff;
    width: 100%;
    height: 100vh;
    background-color: #198DA2;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.5s ease transform;
    transition: 0.5s ease transform;
    overflow: auto;
  }
  #g-nav a {
    text-decoration: none;
    color: inherit;
  }
  #g-nav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #g-nav .container {
    width: 100%;
    max-width: 375px;
    padding: 115px 20px 54px;
    margin: 0 auto;
  }
  #g-nav .g-nav__hamburger {
    display: inline-block;
    width: 34px;
    height: 26px;
    position: absolute;
    top: 31.5px;
    right: 20px;
  }
  #g-nav .g-nav__hamburger.open span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #g-nav .g-nav__hamburger.open span:nth-child(2) {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  #g-nav .g-nav__hamburger.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #g-nav .g-nav__hamburger span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s ease transform, 0.3s ease top;
    transition: 0.3s ease transform, 0.3s ease top;
  }
  #g-nav .g-nav__hamburger span:nth-child(1) {
    top: calc(0% - 1.5px);
  }
  #g-nav .g-nav__hamburger span:nth-child(2) {
    top: calc(50% - 1.5px);
  }
  #g-nav .g-nav__hamburger span:nth-child(3) {
    top: calc(100% - 1.5px);
  }
  #g-nav .g-nav__list {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    text-align: left;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li {
    border-top: 1px solid #fff;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li:last-child {
    border-bottom: 1px solid #fff;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li.hs-item-has-children {
    position: relative;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li > a {
    font-size: 20px;
    line-height: 1.5;
    display: block;
    padding: 15px 0;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li > ul > li {
    font-size: 14px;
    line-height: 1.42857;
    padding: 16px 10px;
    border-top: 1px solid #5AAAB9;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li > ul > li a {
    padding-left: 10px;
    display: block;
    position: relative;
  }
  #g-nav .g-nav__list .hs-menu-wrapper > ul > li > ul > li a::before {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border-top: 5.5px solid transparent;
    border-left: 6px solid currentColor;
    border-bottom: 5.5px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #g-nav .g-nav__btns {
    margin-top: 40px;
  }
  #g-nav .g-nav__btns li {
    width: 100%;
  }
  #g-nav .g-nav__btns li + li {
    margin-top: 30px;
  }
  #g-nav .g-nav__btns li a {
    font-size: 14px;
    line-height: 1.42857;
    font-weight: 700;
    color: #198DA2;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 3px;
  }
  #g-nav .g-nav__tel {
    width: 100%;
  }
  #g-nav .g-nav__tel a {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    margin-top: 20px;
  }
  #g-nav .g-nav__tel a img {
    width: 18.17px;
    margin: 0 6px 0 0;
  }
}