/* ==========================
    base.css
    サイト全体の基礎スタイル
========================== */

/* リセット、ボックスモデルの調整 */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HTML、bodyの基礎 */
html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    line-height: 28px;
    letter-spacing: 1.6px;
    color: #111;
}

/* リンク */
a {
    color: #2668D0;
    text-decoration: none;
}

/* 見出し、段落 */
p {
    line-height: 28px;
    letter-spacing: 1.6px;
}

/* リスト */
ul, ol {
    list-style-type: none;
}

/* テーブル */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Header */
@media only screen and (-ms-high-contrast:none) and (max-width:767px) {
    body {
      overflow-x: hidden
    }
}

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 10000;
    zoom: 1;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    transition: all .5s ease;
}

.header.DownMove {
    height: 60px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.header .header_inner {
    width: 100%;
    height: 100%;
    max-width: 1152px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header_inner .header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.header .header_inner .header_logo img {
    width: auto;
    height: 86px;
    transition: height .5s ease;
}

.header.DownMove .header_inner .header_logo img {
    width: auto;
    height: 60px;
}

.header-sp,
.header-sp-slide {
    display: none;
}

.menu {
    width: 25px;
    height: 25px;
    z-index: 2001;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    zoom: 1;
    line-height: 3px;
}

.menu::after, .menu::before {
    content: '';
    display: block;
    line-height: 0;
}

.menu::after {
    content: '';
    display: block;
    clear: both;
}

.menu .menu_bar-bottom, .menu .menu_bar-middle, .menu .menu_bar-top {
    background-color: #000;
    content: "";
    display: block;
    height: 2px;
    margin: 5px 0;
    transition: all 0.2s ease-in-out
}

/* Global Navi */
.gNav {
    display: flex;
    align-items: center;
    /* height: 32px; */
}

.gNav .gNav_list {
    display: flex;
    align-items: center;
    margin: 0;
}

.gNav .gNav_list > li {
    height: 32px;
    position: relative;
}

.header.DownMove .gNav .gNav_list > li {
    height: 22px;
}

.gNav .gNav_list > li > a,
.gNav .gNav_list > li > a >span.list-service {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
    color: #000;
    position: relative;
    opacity: 1;
    transition: .5s all;
}

.gNav .gNav_list > li:first-child a {
    flex-direction: row;
    align-items: baseline;
}

.gNav .gNav_list > li > a >span.list-service {
    padding-right: 0;
}


.gNav .gNav_list > li > a:hover {
    opacity: .5;
}

.gNav .gNav_list > li > a span.list-english {
    display: inline-block;
    font-size: 12px;
    color: rgba(11, 38, 169, 1);
    font-family: Montserrat;
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

.header.DownMove .gNav .gNav_list > li > a span.list-english {
    opacity: 0;
    visibility: hidden;
}

.gNav .gNav_list > li .gNav_sub_list {
    text-align: center;
    display: none;
    position: absolute;
    top: 137%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    box-shadow: 0px 0px 10px 0px #2668D0;
    box-shadow: 2px 2px 10px 0px #0000004D;

}  

.gNav .gNav_list > li .gNav_sub_list > li:first-child {
    margin-bottom: 8px;
    transition-delay: .3s;
}

.gNav .gNav_list > li .gNav_sub_list > li:last-child {
    margin-bottom: 8px;
}

.gNav .gNav_list > li .gNav_sub_list > li > a {
    font-size: 12px;
    opacity: 1;
    transition: all .3s;
}

.gNav .gNav_list > li .gNav_sub_list > li > a:hover {
    opacity: .7;
}

.fa-chevron-down:before {
    display: inline-block;
    width: 24px;
    height: 12px;
}

.menu.is-active {
    top: 15px
}

.menu.is-active .menu_bar-top {
    background-color: #fff;
    transform: translateY(7px) rotate(45deg);
}

.menu.is-active .menu_bar-bottom {
    background-color: #fff;
    transform: translateY(-8px) rotate(-45deg)
}

.menu.is-active .menu_bar-middle {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.br {
   display: none;
}

.br-none {
    display: block;
}

/* Section */
section .sec_inner {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}

.fv-page > .sec_inner {
    text-align: left;
}

section .section-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 3px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

section:not(.feature) .section-title {
    margin-bottom: 50px;
}

section .section-subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 31.5px;
    letter-spacing: 2.2px;
    position: relative;
    display: inline-block;
}

section .section-subtitle::before,
section .section-subtitle::after {
    content: '';
    display: inline-block;
    height: 2px;
    background-color: #111;
    position: absolute;
    top:50%;
}

section .section-subtitle::before {
    left: 0
}

section .section-subtitle::after {
    right: 0;
}

/* Grid Layout */
.col-4 > li {
    width: 240px;
    min-width: 240px;
}

.col-3 > li {
    width: calc((100% - 50px * 2) / 3);
}

.col-2 > li {
    width: calc((100% - 48px) / 2);
}

/* button */
.btn {
    display: inline-block;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: .8px;
    transition: .3s all;
    border: 1px solid #2668D0;
}

a.btn-style,
a.btn-style {
    background-color: #2668D0;
    color: #fff;
    margin-top: 50px;
    box-shadow: 2px 2px 10px 0px #0000001A;
}

a.btn-style:hover {
    color: #2668D0;
    background-color: #fff;
}

/* Footer */
.footer {
    background-color: #051250;
}

.footer .sec_inner {
    width: 80%;
    max-width: 1152px;
    padding-top: 331px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.footer .sec_inner.footer-contact {
    padding-top: 100px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}

.footer-top .footer-left img {
    width: 216px;
    height: 86px;
}

.footer-top .footer-left address {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: #fff;
    padding-left: 16px;
    line-height: 28px;
    font-style: inherit;
}

.footer-top .footer-left address a {
    color: #fff;
    pointer-events: none;
}

.footer-right > ul {
    display: flex;
}

.footer-right > ul > li:not(:first-child) {
    margin-left: 20px;
}

.footer-right > ul > li > a {
    color: #fff;
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: .8px;
    transition: all .3s;
    opacity: 1;
}

.footer-right > ul > li > a:hover,
.footer-right > ul > li > ul > li a:hover {
    opacity: .7;
}

.footer-right > ul > li > ul > li {
    margin-top: 4px;
    display: flex;
}

.footer-right > ul > li > ul > li a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.2px;
    position: relative;
    padding-left: 10px;
    transition: all .3s;
    opacity: 1;
}

.footer-right > ul > li > ul > li a::before {
    content: '-';
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.footer-bottom > ul {
    display: flex;
}

.footer-bottom > ul > li:not(:first-child) {
    margin-left: 16px;
}

.footer-bottom > ul > li a {
    color: #fff;
    transition: all .3s;
    opacity: 1;
}

.footer-bottom > ul > li a:hover {
    opacity: .7;
}

.footer-bottom  small {
    color: #fff;
    margin-top: 8px;
}

/* Background Color */
.bg-light-blue {
    background: linear-gradient(90deg, #E6EEFA 0%, #DDEAFF 100%);
}

.bg-lavender-blue {
    background: linear-gradient(90deg, #E6EEFA 0%, #DDEAFF 100%);
}

.bg-gray {
    background-color: #E5E5E5;
}

/* SCROLL */
.scroll-box {
    display: none;
}

.page-top-box {
    /* display: none; */
    position: absolute;
    color: #fff;
    writing-mode: vertical-rl;
    top: 0;
    left: 0;
    width: 100%;
    height: 882px;
    height: 590px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear;
}

.page-top-box.show {
    opacity: 1;
    visibility: visible;
    transition: all 1s linear;
}

.page-top-box a {
    display: block;
    width: 20px;
    height: 184px;
    position: fixed;
    right: 15px;
    bottom: 192px;
}

.scroll-box span,
.page-top-box span {
    font-family: Montserrat;
    font-weight: bold;
    letter-spacing: .8px;
    color: #fff;
    position: fixed;
    bottom: 200px;
    right: 15px;
    transform: translateY(-50%);
}

.page-top-box span {
    color: #959595;
    white-space: nowrap;
    cursor: pointer;
}

.scroll-box span::before,
.page-top-box span::before {
    content: '';
    animation: scroll-down 2.5s infinite cubic-bezier(0.85,0,0.15,1);
    background-color: #fff;
    bottom: 92px;
    content: "";
    height: 80px;
    margin: auto;
    position: absolute;
    right: 13px;
    width: 2px;
    z-index: 2;
}

.page-top-box span::before {
    top: -110%;
    background-color:#959595;
    animation: scroll-down 2.5s reverse infinite cubic-bezier(0.85,0,0.15,1);
    cursor: pointer;
}

@keyframes scroll-down {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

/* breadcrumb */
.breadcrumb-home, .breadcrumb-parent {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color .3s;
}

.breadcrumb-home:hover, .breadcrumb-parent:hover {
    text-decoration-color: #2668D0;
}

/* Announce Bar */
/* -----------------------------
   共通スタイル
----------------------------- */
.announce-bar,
.announce-bar-sp {
  width: 100%;
  color: #fff;
  z-index: 9999;
}

/* -----------------------------
   PC版バー
----------------------------- */
.announce-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  background-color: #111;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.announce-bar p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 28px;
}

.announce-bar a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .3s;
}

.announce-bar a:hover {
    text-decoration-color: #fff;
}

.announce-bar a span {
    display: inline-block;
    margin-left: 8px;
}

#close-pc {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
}

/* -----------------------------
   SP版バー
----------------------------- */
.announce-bar-sp {
  display: none;
  align-items: center;
  height: 44px;
  justify-content: center;
  background-color: #111;
  position: relative;
}

.announce-bar-sp-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  padding-right: 40px; /* ← closeアイコンの分だけ余白を空ける */
  box-sizing: border-box;
  z-index: 1;
}

.announce-bar-sp-text {
  font-size: 13px;
  line-height: 1.4;
}

.announce-bar-sp-text span {
    text-decoration: underline;
}

.close-sp {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  z-index: 10; /* リンクより上 */
  pointer-events: auto;
}

/* breadcrumb */
.breadcrumb {
    max-width: 1152px;
    width: 80%;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
}

.breadcrumb a,
.breadcrumb span {
    font-family: Montserrat;
    line-height: 16px;
}

.breadcrumb a {
    color: #2668D0;
}

/* marker */
span.marker {
    background: linear-gradient(transparent 50%, #FFE91C 50%);
}


/* Icon */
.fa-chevron-down::before {
    content: "\f078";
    display: inline-block;
    text-align: center;
}

.fa-xmark {
    position: absolute;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    top: 50%;
    right: 0;
    cursor: pointer;
    text-align: center;
    transform: translate(-50%, -50%);
}

.fa-xmark::before {
    content: "\f00d";
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fa-play {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 50%;
}

.fa-play::before {
    display: inline-block;
    color: #081C7C;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 2px;
}

/* 固定ページ用のFV */
.fv-page {
    width: 100%;
    height: 300px;
    background-image: url(https://corp.ambient-lab.co.jp/wp-content/uploads/2022/04/fv_bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 10%;
}

.fv-page h1 {
	font-weight: 500;
    font-size: 54px;
    letter-spacing: 0.03em;
    line-height: 100%;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.fv-page .subtitle {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 12px;
    width: auto;
    margin-top: -10px;
    text-transform: capitalize;
    letter-spacing: 2.7px;
}

.fv-page .subtitle::before {
    content: '';
    width: 4px;
    height: 22px;
    background-color: #FFE91C;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* section inner */

.service-section-inner,
.cloud-section-inner {
    width: 80%;
    max-width: 1152px;
    margin: 0 auto;
}

.service-section-inner.mini,
.cloud-section-inner.mini {
    width: 61.1%;
    max-width: 880px;
    margin: 0 auto;
}

.lead-text .page-description {
    line-height: 28px;
    letter-spacing: 1.6px;
}

/* page section title */

.page-section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 31.5px;
    letter-spacing: 2.8px;
    position: relative;
    padding-right: 58px;
    padding-left: 58px;
    display: inline-block;
}

.page-section-title.white {
    color: #fff;
}

.page-section-title::before,
.page-section-title::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #111;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page-section-title.white::before,
.page-section-title.white::after {
    background-color: #fff;
}

.page-section-title::before {
    left: 0;
}

.page-section-title::after {
    right: 0;
}

/* Service Section */
.service-body {
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.service-body li {
    padding: 24px;
}

.service-body li:nth-child(1),
.service-body li:nth-child(3n) {
    border-right: 1px solid #111;
}

.service-body li img {
    width: 242px;
    height: 180px;
    object-fit: contain;
}

.service-body li .description {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-body li .description {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-body li .description h3 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 1.2px;
    color: #2668D0;
}

.service-body li .description p {
    margin-top: 20px;
    color: #111;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.6px;
    text-align: left;
}

.service-body li .description .btn-viewmore {
    width: 200px;
    height: 48px;
    margin-top: 20px;
}

.service-body li .description .btn-viewmore a {
    color: #2668D0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.8px;
    transition: .3s all;
}

.service-body li .description .btn-viewmore a {
    color: #2668D0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.8px;
    transition: .3s all;
}

.service-body li .description .btn-viewmore a:hover {
    color: #fff;
    background-color: #2668D0;
}

/* News Section */
.news-card-header .category {
    font-size: 12px;
    font-weight: bold;
    color: #111;
    line-height: 18px;
    letter-spacing: 1.2px;
    padding: 2px 12px;
}

.news-card-header .category.information {
    background-color: #FFE91C;
}

.news-card-header .category.pressrelease {
    background-color: #FF8800;
}

/* Contact Section */
.contact-wrapper {
    position: relative;
    margin-top: -100px;
    z-index: 2;
}

.contact {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 1152px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 100px 20px;
    text-align: center;
    z-index: 3;
}

.contact .section-subtitle {
    padding-left: 89.5px;
    padding-right: 89.5px;
}

.contact .section-subtitle::before,
.contact .section-subtitle::after {
    width: 77.5px;
}

.contact-wrapper .contact p {
    letter-spacing: 1.6px;
    line-height: 1.7;
} 

.contact-sp {
    display: none;
}

/* lead text */
.lead-text {
    margin-top: 100px;
}


@media only screen and (max-width: 1095px) {
    .col-4 > li {
        width: calc((100% - 40px) / 2);
        min-width: calc((100% - 40px) / 2);
    }

}

@media only screen and (max-width: 990px) {
    section .section-title {
        font-size: clamp(42px, 2.5vw, 60px);
    }

    section .section-subtitle {
        font-size: 16px;
    }

    /* Banner */
    .banner-box {
        width: 150px;
    }

    .banner-box .banner-header {
        border-bottom: 1px solid #081C7C;
    }

    .banner-box .banner-header,
    .banner-box .banner-footer {
        font-size: 12px;
    }

    .banner-box .banner-header p {
        text-align: left;
    }

    .banner-box .banner-content {
        font-size: 11px;
        padding-left: 4px;
    }

    .banner-box .banner-content img {
        width: 53px;
        margin-left: -27px;
    }

    .fv-page h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .br {
        display: block;
    }

    .br-none {
        display: none;
    }

    section .sec_inner {
        padding: 50px 0;
    }

    section.feature .section-subtitle {
        margin-bottom: 16px;
    }
    section:not(.feature) .section-title {
        margin-bottom: 24px;
    }

    /* Scroll Page Top */
    .scroll-box,
    .page-top-box {
        display: none;
    }
	
	/* fv-page */
    .fv-page {
        padding: 0 20px;
    }

    .fv-page > .sec_inner {
        text-align: center;
    }

    .fv-page h1 {
        font-size: 32px;
        letter-spacing: 1.5px;
        gap: 16px;
    }

    .fv-page .subtitle {
        font-size: 16px;
        padding-left: 8px;
    }

    .fv-page .subtitle::before {
        width: 3px;
        height: 16px;
    }

    /* Footer */
    .footer .sec_inner {
        padding-top: 50px;
        width: 89.33%;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-top .footer-left {
        text-align: center;
    }

    .footer-top .footer-left > a {
        display: block;
    }

    .footer-top .footer-left address {
        padding: 0;
        font-size: 14px;
    }

    .footer-top .footer-right {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .footer-top .footer-right > ul {
        flex-direction: column;
        gap: 12px;
    }

    .footer-right > ul > li:not(:first-child) {
        margin-left: 0;
    }

    .footer-bottom {
        margin-top: 50px;
    }

    .footer-bottom > ul > li a {
        font-size: 11px;
    }

    .footer-bottom small {
        font-size: 10px;
    }

    /* button */
    a.btn-style {
        margin-top: 24px;
    }

    .cloud-section-inner.mini {
        width: 89.3%;
    }

    .strong-sp {
        font-weight: normal;;
    }

    .breadcrumb {
        display: none;
    }

    .page-section-title {
        font-size: 22px;
        letter-spacing: 2.2px;
    }

    .saas-lists .page-section-title {
        margin-left: -12px;
        margin-right: -12px;
    }

    .saas-login .page-section-title {
        margin-left: -14px;
        margin-right: -14px;
    }

    .page-section-title.br {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* Service Section */
    .service-body {
        padding: 0;
        width: 89.33%;
        flex-direction: column;
    }

    .service-body li {
        padding: 0;
    }

    .col-2 > li {
        width: 100%;
        padding-bottom: 30px;
    }

    .service-body li .description {
        margin-top: 12px;
    }

    .service-body li .description p {
        margin-top: 6px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 1.4px;
        line-height: 1.5;
    }

     /* Contact Section */
    .contact-wrapper {
        display: none;
    }

    .contact-sp {
        display: block;
    }

        .contact-sp .sec_inner {
        width: 89.33%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-sp .section-subtitle {
        padding-left: 60.5px;
        padding-right: 60.5px;
    }

    .contact-sp .section-subtitle::before,
    .contact-sp .section-subtitle::after {
        width: 48.5px;
    }

    .contact-sp .sec_inner p {
        font-size: 14px;
        letter-spacing: 1.4px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        display: none;
    }

  .announce-bar {
    display: none;
    }
  .announce-bar-sp {
     display: flex; 
    }

    .announce-bar-sp.display-none {
    display: none !important;
    }

    .header-sp {
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 10000;
        width: 100%;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    }

    .header-sp .header-spInner,
    .header-sp-slide .header-spInner {
        display: flex;
        align-items: center;
        padding: 0;
        position: relative;
        height: 60px;
        background-color: #fff;
        padding: 0 20px;
    }

    .header-sp-slide .header-spInner {
        background-color: #0A2858;
    }

    .header-sp .header-spInner .header_logo {
        width: 100%;
        max-width: 250px;
        display: flex; 
        align-items: center;
        margin: 0;
        font-size: x-large;
    }

    .header-sp .header-spInner .header_logo img,
    .header-sp-slide .header-spInner .header_logo img {
        height: 52px;
        max-width: 100%;
    }

    .header-sp .header-spInner .header_btn {
        zoom: 1;
        position: absolute;
        padding: 20px;
        height: 60px;
        width: 60px;
        top: 0;
        right: 0;
    }

    .header-sp .header-spInner .header_btn:after, .header-sp .header-spInner .header_btn:before {
        content: " ";
        display: block;
        line-height: 0
    }

    .header-sp .header-spInner .header_btn:after {
        content: " ";
        display: block;
        clear: both
    }

    .header-sp-slide {
        background-color: #0A2858;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: -767px;
        z-index: 100001;
        transition: .8s all;
        display: block;
    }

    .header-sp-slide.is-active {
        right: 0;
    }

    .header-sp-slide .gNav-sp {
        margin-top: 26px;
        padding: 20px;
    }

    .header-sp-slide .gNav-sp .gNav_list li {
        border-bottom: 1px solid #fff;
        padding: 24px 0;
    }

    .header-sp-slide .gNav-sp .gNav_list li:first-child {
        border-top: 1px solid #fff;
    }

    .header-sp-slide .gNav-sp .gNav_list li a {
        color: #fff;
        font-weight: bold;
        display: block;
    }

}