@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  html {
    font-size: min(0.715vw, 10px);
    scroll-padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.334vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  margin: 0;
  color: #000000;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  overflow-x: hidden;
  margin-inline: auto;
  width: 100%;
}
body.bg-fixed {
  overflow: hidden;
}

main {
  display: block;
}
main a {
  color: #000000;
}

p,
table,
figure,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

svg,
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/*-------------------------------------------
header
-------------------------------------------*/
.ly_header {
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  -webkit-transition: height 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: height 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  /* siteFunctions
  ---------------------------------*/
}

@media print, screen and (min-width: 960px) {
  .ly_header {
    padding: 0 2%;
  }
  .ly_header .inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header {
    width: 100%;
    margin: 0;
    padding: 0 0 0 2%;
    height: auto;
    border-bottom: #D6E1F0 1px solid;
  }
  .ly_header .inner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .ly_header.hideGnavHeader {
    height: 42px;
  }
}
.ly_header .logo {
  position: absolute;
  z-index: 105;
}
@media screen and (min-width: 769px) {
  .ly_header .logo {
    top: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .logo {
    padding-top: 2.8rem;
  }
}
.ly_header .logo h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .ly_header .logo h1 {
    gap: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .logo h1 {
    gap: 4.5rem;
  }
}
@media screen and (min-width: 769px) {
  .ly_header .logo h1 .logo-header01 {
    width: 28.1rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .logo h1 .logo-header01 {
    width: 31.1rem;
  }
}
@media screen and (min-width: 769px) {
  .ly_header .logo h1 .logo-header02 {
    width: 15.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .logo h1 .logo-header02 {
    width: 16.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .ly_header .logo .groupLogo img {
    width: 121px;
    vertical-align: top;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .ly_header .logo .groupLogo + .siteLogo {
    padding-left: 25px;
  }
  .ly_header .logo .siteLogo {
    padding: 0;
    line-height: 1;
  }
  .ly_header .logo .siteLogo img {
    display: inline-block;
    height: auto;
    vertical-align: top;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .ly_header .logo .originalLogo {
    padding: 14px 0 0 0;
  }
  .ly_header .logo .spMenuBtn {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .logo {
    position: relative;
  }
  .ly_header .logo .groupLogo {
    width: 90px;
  }
  .ly_header .logo .groupLogo img {
    width: 100%;
  }
  .ly_header .logo .siteLogo {
    margin: 0;
    width: auto;
    padding: 0 0 0 8px;
  }
  .ly_header .logo .siteLogo img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    height: 11px;
  }
  .ly_header .logo .spMenuBtn,
  .ly_header .logo .spRegionBtn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 50px;
  }
  .ly_header .logo .spMenuBtn i,
  .ly_header .logo .spMenuBtn::before,
  .ly_header .logo .spMenuBtn::after,
  .ly_header .logo .spRegionBtn i,
  .ly_header .logo .spRegionBtn::before,
  .ly_header .logo .spRegionBtn::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 2px;
    background-color: #1D3A65;
  }
  .ly_header .logo .spMenuBtn::before,
  .ly_header .logo .spMenuBtn::after,
  .ly_header .logo .spRegionBtn::before,
  .ly_header .logo .spRegionBtn::after {
    content: "";
  }
  .ly_header .logo .spMenuBtn.is_current i,
  .ly_header .logo .spRegionBtn.is_current i {
    margin: 0;
  }
  .ly_header .logo .spMenuBtn.is_current::before,
  .ly_header .logo .spMenuBtn.is_current::after,
  .ly_header .logo .spRegionBtn.is_current::before,
  .ly_header .logo .spRegionBtn.is_current::after {
    background-color: #00a7e3;
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .ly_header .logo .spMenuBtn.is_current i,
  .ly_header .logo .spRegionBtn.is_current i {
    opacity: 0;
  }
  .ly_header .logo .spMenuBtn.is_current::before,
  .ly_header .logo .spRegionBtn.is_current::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .ly_header .logo .spMenuBtn.is_current::after,
  .ly_header .logo .spRegionBtn.is_current::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .ly_header .logo .spRegionBtn {
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ly_header .logo .spRegionBtn:not(.is_current)::before,
  .ly_header .logo .spRegionBtn:not(.is_current)::after {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .ly_header .logo .spRegionBtn:not(.is_current) i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transition: none;
    transition: none;
  }
  .ly_header .logo .spRegionBtn:not(.is_current) i::before {
    font-family: "svgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    font-size: 20px;
    color: #1D3A65;
  }
  .ly_header .logo .spRegionBtn.is_current i {
    display: none;
  }
  .ly_header .logo .spRegionBtn.is_current::before,
  .ly_header .logo .spRegionBtn.is_current::after {
    -webkit-transition: none;
    transition: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_header .logo .groupLogo {
    width: 121px;
  }
  .ly_header .logo .groupLogo img {
    width: 100%;
  }
  .ly_header .logo .siteLogo img {
    height: 22px;
  }
  .ly_header .logo .spMenuBtn,
  .ly_header .logo .spRegionBtn {
    width: 70px;
    height: 70px;
  }
  .ly_header .logo .spMenuBtn::before,
  .ly_header .logo .spMenuBtn::after,
  .ly_header .logo .spRegionBtn::before,
  .ly_header .logo .spRegionBtn::after {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .ly_header .logo .spMenuBtn:not(.is_current)::before {
    margin-top: 27px;
  }
  .ly_header .logo .spMenuBtn:not(.is_current)::after {
    margin-top: 41px;
  }
  .ly_header .logo .spRegionBtn {
    right: 70px;
  }
}
.ly_header .headerToolDialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  background: rgba(0, 0, 0, 0.84);
  color: #fff;
  width: 100%;
}

.ly_header .headerToolDialog .inner {
  max-width: calc(1200px + 4%);
  padding: 0 2%;
  margin: auto;
}

.ly_header .headerToolDialog .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.ly_header .headerToolDialog .close:hover,
.ly_header .headerToolDialog .close:focus {
  opacity: 1;
}

.ly_header .headerToolDialog .close:before,
.ly_header .headerToolDialog .close:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  height: 41px;
  width: 2px;
  background-color: #fff;
}

.ly_header .headerToolDialog .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ly_header .headerToolDialog .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media print, screen and (min-width: 960px) {
  .ly_header .headerToolDialog {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .ly_header .headerToolDialog.is_show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ly_header .headerToolDialog .close {
    top: 5vw;
    right: 2%;
  }
  .ly_header .headerToolDialog .close i {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .headerToolDialog#headerRegionDialog {
    top: 50px;
    display: none;
    height: 100%;
    background: #1D3A65;
  }
  .ly_header .headerToolDialog#headerSearchDialog {
    position: relative;
    background: transparent;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_header .headerToolDialog#headerRegionDialog {
    top: 70px;
  }
}
.ly_header .headerToolDialog .searchSet {
  width: 100%;
}

.ly_header .headerToolDialog .searchSet .mf_finder_container {
  background-color: transparent;
}

.ly_header .headerToolDialog .searchSet input {
  display: inline-block;
  outline: none;
  font-size: 2rem;
}

.ly_header .headerToolDialog .searchSet input[type=text] {
  width: 85%;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #e5e5e5 1px solid;
  line-height: 45px;
  padding: 5px 20px;
  background-color: #fff;
}

.ly_header .headerToolDialog .searchSet input.focusOff {
  color: #ccc;
}

.ly_header .headerToolDialog .searchSet input[type=submit] {
  width: 15%;
  height: 45px;
  border: none;
  color: #fff;
}

.ly_header .headerToolDialog .searchSet input[type=submit]:hover {
  opacity: 0.8;
}

@media print, screen and (min-width: 960px) {
  .ly_header .headerToolDialog .searchSet {
    min-height: 110px;
  }
  .ly_header .headerToolDialog .searchSet .close {
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_header .headerToolDialog .searchSet .mf_finder_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5%;
  }
  .ly_header .headerToolDialog .searchSet .mf_finder_container .mf_finder_searchBox {
    width: 30%;
    padding: 20px 0;
  }
  .ly_header .headerToolDialog .searchSet .mf_finder_container input[type=text] {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    color: #fff;
  }
  .ly_header .headerToolDialog .searchSet .mf_finder_container .mf_finder_searchBox_submit {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet {
    display: block;
    position: relative;
    top: 0 !important;
    padding: 10px 0;
    background-color: inherit;
    border-bottom: #4C6EA2 1px solid;
  }
  .ly_header .headerToolDialog .searchSet .close {
    display: none;
  }
  .ly_header .headerToolDialog .searchSet form {
    width: 100%;
    margin: 0;
    height: inherit;
  }
  .ly_header .headerToolDialog .searchSet form input[type=text] {
    font-size: 16px;
    width: 78%;
    height: 40px !important;
    padding: 0 5px 0 10px !important;
    border: none;
    border-radius: 0;
  }
  .ly_header .headerToolDialog .searchSet form input[type=submit] {
    width: 22%;
    height: 40px;
    background-color: #022b66;
    border: none;
    border-radius: 0;
    font-size: 1.4rem;
  }
  .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit {
    background: #5A7296 !important;
    color: #fff !important;
  }
}
.ly_header .headerToolDialog .selectRegion {
  position: relative;
  padding: 5% 2%;
}

.ly_header .headerToolDialog .selectRegion .regionHead {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3.3%;
}

.ly_header .headerToolDialog .selectRegion .regionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .region + .region {
  margin-left: 6%;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
  font-size: 1.8rem;
  font-weight: 600;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country {
  border-collapse: collapse;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country th,
.ly_header .headerToolDialog .selectRegion .regionWrap .country td {
  padding: 10px 0 0;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country th {
  color: #999;
  font-weight: 300;
  text-align: left;
  padding-right: 20px;
  white-space: nowrap;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country td {
  font-size: 1.4rem;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country a {
  display: inline-block;
  color: #E8E7E7;
  text-decoration: underline;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country a + a {
  margin-left: 20px;
}

.ly_header .headerToolDialog .selectRegion .regionWrap .country a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .ly_header .headerToolDialog .selectRegion {
    padding: 5%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .ly_header .headerToolDialog .selectRegion .close {
    display: none;
  }
  .ly_header .headerToolDialog .selectRegion .regionHead {
    margin: 0 0 0 3%;
    font-size: 2rem;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region:last-child {
    padding-bottom: 10%;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region + .region {
    margin-left: 0;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
    margin: 8% 0 3% 3%;
    font-size: 1.6rem;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region .country {
    width: 100%;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region th,
  .ly_header .headerToolDialog .selectRegion .regionWrap .region td {
    font-size: 1.4rem;
    padding: 3%;
    border-top: #4C6EA2 1px solid;
    border-bottom: #4C6EA2 1px solid;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region th {
    width: 40%;
    color: #BDD3F4;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_header .headerToolDialog .selectRegion .regionHead {
    margin-left: 15px;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region .heading {
    margin: 30px 0 15px 15px;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region th,
  .ly_header .headerToolDialog .selectRegion .regionWrap .region td {
    padding: 15px;
  }
  .ly_header .headerToolDialog .selectRegion .regionWrap .region th {
    width: 30%;
  }
}
.ly_header .siteFunctions {
  z-index: 99;
  background-color: #fff;
}

@media print, screen and (min-width: 960px) {
  .ly_header .siteFunctions {
    display: block !important;
  }
  .ly_header .siteFunctions a {
    color: #333;
  }
  .ly_header .siteFunctions a:hover {
    text-decoration: none;
    color: var(--primary);
  }
  .ly_header .siteFunctions button:focus,
  .ly_header .siteFunctions input:focus {
    outline: 2px solid #004098;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions {
    display: none;
    position: fixed;
    z-index: inherit;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
    background: #1D3A65;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .ly_header .siteFunctions a:hover {
    color: #fff !important;
  }
  .ly_header .siteFunctions.hideGnavHeader {
    height: inherit;
  }
  .ly_header .siteFunctions .ly_gnavOverlay {
    display: none !important;
  }
}
@media print, screen and (min-width: 960px) {
  .ly_header .siteFunctions .drawer {
    height: auto !important;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions .drawer {
    display: block;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.ly_header .siteFunctions .funcBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .funcBtns {
    position: absolute;
    top: 1.2rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .funcBtns {
    width: 100%;
  }
}

@media print, screen and (min-width: 960px) {
  .ly_header .siteFunctions .funcBtns .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ly_header .siteFunctions .funcBtns .inner > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ly_header .siteFunctions .funcBtns .inner > *:not(:first-child) {
    padding-left: 10px;
    position: relative;
  }
  .ly_header .siteFunctions .funcBtns .inner > *:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #000;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ly_header .siteFunctions .funcBtns .searchOpen,
  .ly_header .siteFunctions .funcBtns .regionOpen {
    display: block;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .ly_header .siteFunctions .funcBtns .searchOpen::after,
  .ly_header .siteFunctions .funcBtns .regionOpen::after {
    font-family: "svgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #001E4B;
    padding: 5px;
  }
  .ly_header .siteFunctions .funcBtns .searchOpen:hover::after,
  .ly_header .siteFunctions .funcBtns .regionOpen:hover::after {
    color: #0089ff;
  }
  .ly_header .siteFunctions .funcBtns .searchOpen::after {
    content: "\e906";
  }
  .ly_header .siteFunctions .funcBtns .regionOpen::after {
    content: "\e901";
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions .funcBtns {
    right: inherit;
  }
  .ly_header .siteFunctions .funcBtns .searchOpen,
  .ly_header .siteFunctions .funcBtns .regionOpen {
    display: none !important;
  }
}
.ly_header .siteFunctions .funcBtns .langSelect {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  padding: 0 8px;
}

.ly_header .siteFunctions .funcBtns .langSelect a {
  padding: 1px 7px;
  line-height: 1.2;
  color: #b2b2b2;
}

.ly_header .siteFunctions .funcBtns .langSelect a:not(.is_current) {
  text-decoration: underline;
}

.ly_header .siteFunctions .funcBtns .langSelect a:not(.is_current):hover {
  text-decoration: none;
  color: #0089ff;
}

.ly_header .siteFunctions .funcBtns .langSelect a.is_current {
  color: #333;
}

@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions .funcBtns .langSelect {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ly_header .siteFunctions .funcBtns .langSelect a {
    display: inline-block;
    color: #fff;
  }
  .ly_header .siteFunctions .funcBtns .langSelect a + a {
    margin-left: 5%;
  }
  .ly_header .siteFunctions .funcBtns .langSelect a.is_current {
    color: #fff;
  }
}
.ly_header .siteFunctions .funcBtns .otherLink a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .funcBtns .otherLink a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .funcBtns .otherLink a {
    padding: 12rem 0 0;
  }
}
.ly_header .siteFunctions .funcBtns .otherLink a::after {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .funcBtns .otherLink a::after {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.2rem;
    right: -1.8rem;
    background: url(../img/img_external-link.svg) center/100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .funcBtns .otherLink a::after {
    width: 3rem;
    height: 3rem;
    top: 0.5rem;
    right: -4rem;
    background: url(../img/sp/img_external-link.svg) center/100% no-repeat;
  }
}

@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions .funcBtns .otherLink {
    height: auto;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .funcBtns .otherLink a {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0;
    font-size: 2.8rem;
  }
}

.ly_header .siteFunctions .contactLink a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00a7e3;
  color: #fff;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a {
    z-index: 0;
  }
}
.ly_header .siteFunctions .contactLink a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  width: 100%;
  background-color: #2d87b9;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a::after {
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
  }
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a:hover::after {
    right: 0;
  }
}
.ly_header .siteFunctions .contactLink a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a::before {
    width: 1.8rem;
    height: 1.4rem;
    left: 3.6rem;
    background: url(../img/img_contact-link.svg) center/100% no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .contactLink a::before {
    width: 6.6rem;
    height: 4.9rem;
    left: 12rem;
    background: url(../img/sp/img_contact-link.svg) center/100% no-repeat;
  }
}
.ly_header .siteFunctions .contactLink a span {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a:hover .ly_header .siteFunctions .contactLink a span {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 769px) {
  .ly_header .siteFunctions .contactLink a {
    width: 18rem;
    height: 2.6rem;
    border-radius: 20px;
    padding: 0.6rem 0 0.5rem 6.4rem;
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 960px) {
  .ly_header .siteFunctions .contactLink {
    position: absolute;
    top: 45px;
    right: 0;
  }
}
@media only screen and (max-width: 959px) {
  .ly_header .siteFunctions .contactLink {
    display: block;
    height: auto;
    padding: 0;
  }
  .ly_header .siteFunctions .contactLink a {
    position: relative;
    display: block;
    height: auto;
    padding: 15px;
    text-align: center;
    background: #5A7296;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    margin: auto;
  }
  .ly_header .siteFunctions .contactLink a::before {
    content: "";
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  .ly_header .siteFunctions .contactLink a {
    padding: 3%;
    max-width: 50%;
  }
}
/*-------------------------------------------
globalNav
-------------------------------------------*/
/* gnavOverlay
---------------------------------*/
.ly_gnavOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 98;
  background: transparent;
}

@media only screen and (max-width: 959px) {
  .ly_gnavOverlay {
    display: none !important;
  }
}
.ly_globalNav .menuLv1 > li > a {
  position: relative;
  color: inherit;
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .ly_globalNav .menuLv1 > li > a {
    padding: 1rem 0 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_globalNav .menuLv1 > li > a {
    font-size: 5.6rem;
    text-align: center;
    line-height: 1;
  }
}

.ly_globalNav {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 40px;
  padding: 0 2%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .ly_globalNav {
    height: 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_globalNav {
    height: 4.6rem;
  }
}

/* globalNav
---------------------------------*/
@media print, screen and (min-width: 960px) {
  .ly_globalNav.hideGnav {
    display: none;
  }
  .ly_globalNav .menuLv1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }
  .ly_globalNav .menuLv1 > li {
    margin: 0 2.2rem;
  }
  .ly_globalNav .menuLv1 > li > a.is_open {
    color: #0089ff;
  }
  .ly_globalNav .menuLv1 > li > a.off {
    color: #ccc;
  }
  .ly_globalNav .menuLv1 > li > a.off:hover,
  .ly_globalNav .menuLv1 > li > a:hover,
  .ly_globalNav .menuLv1 > li > a:focus {
    text-decoration: none;
    color: #0089ff;
    outline: none;
  }
  .ly_globalNav .menuLv1 > li > a.menuToggle {
    display: none;
  }
  .ly_globalNav .menuLv1 > li > a.is_current::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 6px;
    background: #0089ff;
  }
  .ly_globalNav .menuLv1 > li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 959px) {
  .ly_globalNav {
    display: none !important;
  }
}
.subGnav {
  display: none;
  width: 100%;
  background-color: rgba(19, 51, 95, 0.95);
  overflow-y: hidden;
  overflow-x: hidden;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.subGnav .inner {
  position: relative;
}

.subGnav .close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  right: 1vw;
  top: 0;
}

.subGnav .close:hover,
.subGnav .close:focus {
  opacity: 1;
}

.subGnav .close:before,
.subGnav .close:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  height: 41px;
  width: 2px;
  background-color: #fff;
}

.subGnav .close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subGnav .close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.subGnav a {
  color: #fff;
}

.subGnav ._iconWindow:after {
  color: #fff;
  font-size: 12px;
}

.subGnav .menus a {
  color: #fff;
}

.subGnav .heading a {
  color: #fff;
}

@media print, screen and (min-width: 960px) {
  .subGnav {
    position: absolute;
    overflow-x: hidden;
    max-height: calc(100vh - 110px);
    top: 40px;
    left: 0;
    padding: 4% 2%;
  }
  .subGnav .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 5%;
  }
  .subGnav .heading {
    margin-bottom: 1.5vw;
    margin-left: -1em;
  }
  .subGnav .heading a {
    font-size: 2.4rem;
    font-weight: 600;
    position: relative;
    padding: 12px 60px 12px 10px;
    -webkit-transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .subGnav .subHeading {
    padding: 5px 0;
  }
  .subGnav .parent > a {
    position: relative;
  }
  .subGnav .parent > a::after {
    font-family: "svgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    content: "\e90c";
    color: #fff;
    font-size: 1.3rem;
  }
  .subGnav .is_current > a {
    background: rgba(255, 255, 255, 0.2);
  }
  .subGnav .menus.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subGnav .menuLv2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 20%;
    max-width: 33.3333333333%;
    min-height: 160px;
    border-right: 1px solid rgba(255, 255, 255, 0);
  }
  .subGnav .menuLv2.is_active {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .subGnav .menuLv2 > li a {
    display: block;
    padding: 5px 50px 5px 10px;
    -webkit-transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: background 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .subGnav .menuLv2 > li a:hover,
  .subGnav .menuLv2 > li a:focus {
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    outline: none;
  }
  .subGnav .menuLv2 > li.is_current .menuLv3 {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .subGnav .menus.-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .subGnav .menus.-col2 .menuLv2:nth-of-type(1) .menuLv3,
  .subGnav .menus.-col2 .menuLv2:nth-of-type(1) .menuLv4 {
    left: 200%;
  }
  .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active {
    border-right: none;
  }
  .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active .menuLv3,
  .subGnav .menus.-col2 .menuLv2:nth-of-type(1).is_active .menuLv4 {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .subGnav .menuLv3,
  .subGnav .menuLv4 {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: calc((1200px - 5%) / 3);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 2vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .subGnav .menuLv3.is_active,
  .subGnav .menuLv4.is_active {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .subGnav .menuLv3 > li > a,
  .subGnav .menuLv4 > li > a {
    display: block;
  }
  .subGnav .menuLv3 > li.is_current > a,
  .subGnav .menuLv4 > li.is_current > a {
    background: rgba(255, 255, 255, 0.08);
  }
  .subGnav .menuLv3 > li.is_current .menuLv4,
  .subGnav .menuLv4 > li.is_current .menuLv4 {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .subGnav .menuLv3 > li.-index,
  .subGnav .menuLv4 > li.-index {
    position: relative;
    margin-bottom: 10px;
  }
  .subGnav .menuLv3 > li.-index::after,
  .subGnav .menuLv4 > li.-index::after {
    content: "";
    display: block;
    position: absolute;
    margin-left: 10px;
    width: calc(100% - 10px);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media print, screen and (min-width: 960px) {
  .gnavSp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gnavSp {
    padding: 7rem 4rem 0;
  }
}

@media only screen and (max-width: 959px) {
  .gnavSp {
    position: relative;
    display: block;
  }
  .gnavSp > .menuLv1 > li {
    border-bottom: #4C6EA2 1px solid;
  }
  .gnavSp > .menuLv1 > li > a:hover {
    text-decoration: none;
    opacity: 0.75;
  }
}
.gnavSp > .menuLv1 > li > a {
  position: relative;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gnavSp > .menuLv1 > li > a {
    padding: 6rem 0 4rem 3rem;
  }
}

.gnavSp .menuLv1 li .menuLv1_feature {
  padding: 0 0 4rem 3rem;
}

@media print {
  .ly_header {
    width: auto;
    height: 70px !important;
    position: relative !important;
    margin: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: #ccc 1px solid !important;
  }
  .ly_header .logo {
    position: relative;
    left: 0;
    top: 0;
  }
  .ly_header .logo .groupLogo img {
    width: 130px !important;
  }
  .ly_header .logo .siteLogo {
    padding: 5px 0 0 15px !important;
  }
  .ly_header .logo .siteLogo img {
    width: 70% !important;
  }
  .bl_headingLv1 {
    font-size: 30px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }
}

:root {
  --primary-dark: #439dcf;
  --primary: #82c8e6;
  --primary-50: #82c8e680;
  --primary-10: #82c8e61a;
  --primary-light: #a1d6ea;
  --primary-ex-light: #F2FAFD;
  --white: #fff;
  --black-16: #00000029;
  --gray-dark-70: #585858b3;
  --gray-ex-dark: #585858;
  --gray-dark: #777;
  --gray: #ccc;
  --brown: #C79551;
  --text: #585858;
  --text-40: #58585866;
  --text-light: #777;
  --red: #c90000;
  --red-light: #E68282;
  --blue-ex-light: #ECF7FA;
  --blue-light: #6EA8C7;
  --blue: #82A5E6;
  --purple: #7B7BD3;
  --pink: #EDA0CD;
  --green-ex-light: #51CBB8;
  --green-light: #AACB51;
  --green: #70AD73;
  --orange: #E6AD4E ;
}

@media screen and (max-width: 768px) {
  .ly_header {
    padding-left: 4rem;
    height: 12rem;
  }
}

.ly_header .logo > h1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 960px) {
  .ly_header .logo > h1 > a {
    height: 54px;
  }
}
@media screen and (min-width: 769px) {
  .ly_header .logo > h1 > a img {
    width: 47.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .logo > h1 > a img {
    width: 52.4rem;
  }
}

@media screen and (max-width: 959px) {
  .ly_header .logo .spMenuBtn {
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    width: 16.4vw;
    height: 13.3333333333vw;
    background-color: #fff;
    border: initial;
  }
}
.ly_header .logo .spMenuBtn .spMenuBtnTitle {
  font-weight: 600;
  font-size: 2rem;
  color: #00a7e3;
  position: absolute;
  bottom: 0;
}

.ly_header .logo .spMenuBtn.is_current .spMenuBtnTitle {
  display: none;
}

.ly_header .logo .spMenuBtn:before,
.ly_header .logo .spMenuBtn:after {
  width: 6rem;
  height: 0.3rem;
}

.ly_header .logo .spMenuBtn .centerLline {
  width: 6rem;
  height: 0.3rem;
  background-color: #00a7e3;
}

.ly_header .logo .spMenuBtn.is_current .centerLline {
  display: none;
}

@media screen and (max-width: 959px) {
  .ly_header .logo .spMenuBtn:not(.is_current):before {
    background-color: #00a7e3;
    top: 2.4rem;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .logo .spMenuBtn:not(.is_current):after {
    background-color: #00a7e3;
    bottom: 2.4rem;
  }
}
.ly_header a {
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet {
    padding: 2.6666666667vw 0;
    position: relative;
    border-bottom: 0.2666666667vw solid var(--gray-dark-70);
  }
}
.ly_header .headerToolDialog .searchSet:before {
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet:before {
    content: "";
    position: absolute;
    bottom: -0.2666666667vw;
    left: 0;
    right: 0;
    height: 0.2666666667vw;
    background-color: var(--white);
  }
}
@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet form input[type=text] {
    height: 10.6666666667vw !important;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_items {
    padding: 0 0 2.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit {
    padding: 0 2vw;
    position: relative;
    width: 10.6666666667vw !important;
    height: 10.6666666667vw !important;
    background: var(--gray-dark-70) !important;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit:before {
    font-size: 5.3333333333vw !important;
  }
}
.ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit:after {
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .ly_header .headerToolDialog .searchSet .mf_finder_searchBox_submit:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
  }
}
.ly_header .siteFunctions {
  background-color: #00a7e3;
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions {
    height: 125.8rem;
  }
}

@media screen and (max-width: 959px) {
  .ly_header .siteFunctions {
    top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .contactLink {
    margin-top: 6rem;
    padding: 6.8rem 0;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .contactLink a {
    width: 67rem;
    padding: 2.6rem 0;
    font-size: 4.2rem;
    line-height: 1;
    background: #00a7e3;
    border-radius: 26px;
  }
}

.ly_header .siteFunctions .contactLink a:after {
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .ly_header .siteFunctions .contactLink a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
  }
}
@media screen and (max-width: 959px) {
  .ly_header .siteFunctions .drawer ._iconWindow:after {
    color: var(--white);
  }
}
@media screen and (max-width: 959px) {
  .ly_header .siteFunctions .funcBtns .langSelect {
    margin: 8vw 0;
    padding: 0 2.1333333333vw;
  }
}
@media screen and (min-width: 960px) {
  .ly_header .siteFunctions .funcBtns .langSelect a:not(.is_current):hover {
    color: var(--primary);
  }
}
@media screen and (min-width: 960px) {
  .ly_header .siteFunctions .funcBtns .searchOpen:hover:after {
    color: var(--primary);
  }
}
@media screen and (max-width: 768px) {
  .ly_header .siteFunctions .funcBtns .otherLink {
    margin-top: 6.5rem;
  }
}

@media screen and (max-width: 959px) {
  .ly_header .gnavSp > .menuLv1 > li {
    position: relative;
    border-bottom: 0.2666666667vw solid #34b9e9;
  }
}
.ly_header .gnavSp > .menuLv1 > li:before {
  z-index: -1;
}

@media screen and (max-width: 959px) {
  .ly_header .gnavSp > .menuLv1 > li.parent > a:after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ly_header .gnavSp > .menuLv1 > li > a {
    font-weight: 600;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .ly_header .gnavSp .subGnav {
    font-size: 3.7333333333vw;
    background: var(--gray-ex-dark);
  }
}
@media screen and (max-width: 959px) {
  .ly_header .gnavSp .subGnav .close {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .gnavSp .subGnav ._iconWindow:after {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .gnavSp .subGnav .menuLv2 a {
    padding: 2% 0;
  }
}
@media screen and (max-width: 959px) {
  .ly_header .gnavSp .subGnav .menuLv3,
  .ly_header .gnavSp .subGnav .menuLv4 {
    font-size: 3.7333333333vw;
  }
}
.ly_header-english {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.ly_header-english .logo > h1 > a img {
  width: auto;
  height: 100%;
}

.ly_globalNav {
  border: none;
}

.ly_globalNav a {
  -webkit-transition: none;
  transition: none;
}

.ly_globalNav .menuLv1 > li > a.is_current:after {
  background: var(--primary);
}

@media screen and (min-width: 960px) {
  .ly_globalNav .menuLv1 > li > a.is_current:after {
    height: 1px;
  }
}
@media screen and (max-width: 959px) {
  .ly_globalNav .menuLv1 > li > a.is_current:after {
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 960px) {
  .ly_globalNav .menuLv1 > li > a.is_open,
  .ly_globalNav .menuLv1 > li > a:hover,
  .ly_globalNav .menuLv1 > li > a:focus {
    color: var(--primary);
  }
}
@media screen and (min-width: 960px) {
  .ly_globalNav .menuLv1 > li > a.off:hover {
    color: var(--primary);
  }
}
.ly_globalNav-english {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.subGnav {
  background-color: var(--primary);
}

@media screen and (min-width: 769px) {
  body:not(.is_noGnav) .ly_header,
  body:not(.is_scrolled) .ly_header {
    height: 7rem !important;
  }
}

@media screen and (min-width: 960px) {
  body:not(.is_noGnav) .ly_globalNav,
  body:not(.is_scrolled) .ly_globalNav {
    top: 7rem !important;
  }
}
a.is_current {
  pointer-events: auto;
}