/* 既存css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  color: #555;
}

body.js-scrollStop {
  overflow: hidden;
}

.top ol, .top ul {
  list-style: none;
}
.top li, .top dd {
  list-style-type: none;
}
.top table {
  border-collapse: collapse;
  border-spacing: 0;
}
.top caption, .top th, .top td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.top q, .top blockquote {
  quotes: none;
}
.top q:before, .top q:after {
  content: "";
  content: none;
}
.top blockquote:before, .top blockquote:after {
  content: "";
  content: none;
}
.top article, .top aside, .top details, .top figcaption, .top figure, .top footer, .top header, .top hgroup, .top main, .top menu, .top nav, .top section, .top summary {
  display: block;
}
.top img {
  border: none;
  width: 100%;
}
.top a {
  cursor: pointer;
  text-decoration: none;
}
/* =========================
   Header (data-v-6695ac66)
========================= */

header[data-v-6695ac66] {
  background: #fafafa;
}

header .logo[data-v-6695ac66] {
  width: 150px;
}

header .header-content[data-v-6695ac66] {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-top: 36px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

header .header-content-left[data-v-6695ac66] {
  left: 30px;
  position: absolute;
}

@media only screen and (max-width: 1279px) {
  header .header-content-left-menu[data-v-6695ac66] {
    display: none;
  }
}

header .header-content-right[data-v-6695ac66] {
  display: flex;
  position: absolute;
  right: 50px;
}

@media only screen and (max-width: 1279px) {
  header .header-content-right[data-v-6695ac66] {
    display: none;
  }
}

header .header-content-right .lang-list[data-v-6695ac66] {
  margin-right: 30px;
}

header .header-content-right .btn-bg-white-cover[data-v-6695ac66] {
  background-color: #fff;
  border-radius: 2px;
}
.square-btn.btn-orange[data-v-1e947e69] {
  background-color: #f1912e !important;
  color: #fff;
}
.square-btn[data-v-1e947e69] {
  align-items: center;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 1.25px;
  padding: 0 16px;
  position: relative;
  text-decoration: none;
  text-indent: 1.25px;
  vertical-align: middle;
  white-space: nowrap;
  width: 120px;
}

/* burger (SP) */
header .header-burger[data-v-6695ac66],
header .header-burger-nav[data-v-6695ac66],
header .header-burger > hr[data-v-6695ac66] {
  display: none;
}

@media only screen and (max-width: 1279px) {
  header .header-burger[data-v-6695ac66] {
    align-items: flex-end;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 30px;
    justify-content: space-between;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 39px;
    z-index: 100;
  }

  header .header-burger > hr[data-v-6695ac66] {
    background-color: #1660af;
    border: none;
    display: block;
    height: 2px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 5px;
    width: 22px;
  }

  header .header-burger[data-v-6695ac66]::before,
  header .header-burger[data-v-6695ac66]::after {
    background-color: #1660af;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
  }

  header .header-burger-nav[data-v-6695ac66] {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1279px) and (max-width: 1279px) {
  header .header-burger-nav[data-v-6695ac66] {
    align-items: stretch;
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    padding: 30px 40px;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.4s;
    width: 300px;
    z-index: 99;
  }
}

/* header state (SP) */
@media only screen and (max-width: 1279px) {
  header.is-white .header-burger[data-v-6695ac66]::before,
  header.is-white .header-burger[data-v-6695ac66]::after,
  header.is-white .header-burger > hr[data-v-6695ac66] {
    background-color: #000;
  }

  header.is-open-menu .header-burger[data-v-6695ac66]::before,
  header.is-open-menu .header-burger[data-v-6695ac66]::after,
  header.is-open-menu .header-burger > hr[data-v-6695ac66] {
    transition: all 0.4s;
  }

  header.is-open-menu .header-burger > hr[data-v-6695ac66] {
    opacity: 0;
  }

  header.is-open-menu .header-burger[data-v-6695ac66]::before,
  header.is-open-menu .header-burger[data-v-6695ac66]::after {
    background-color: #1660af;
    position: absolute;
  }

  header.is-open-menu .header-burger[data-v-6695ac66]::before {
    top: 20px;
    transform: rotate(45deg) scale(1.2);
  }

  header.is-open-menu .header-burger[data-v-6695ac66]::after {
    top: 20px;
    transform: rotate(-45deg) scale(1.2);
  }

  header.is-open-menu .header-burger-nav[data-v-6695ac66] {
    box-shadow: -4px 4px 10px #00000040;
    right: 0;
  }

  header.is-open-menu .header-burger-nav-main ul li a[data-v-6695ac66],
  header.is-open-menu .header-burger-nav-main ul li > span[data-v-6695ac66] {
    color: #020910 !important;
  }

  header.is-open-menu .header-burger-nav-main ul li .router-link-exact-active[data-v-6695ac66] {
    color: #0063ff !important;
  }
}

/* =========================
   Header component (.header)
   ※同ファイル内に別系統のヘッダー定義も存在
========================= */

.header[data-v-6695ac66] {
  background-color: #fff;
  height: 80px;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media only screen and (max-width: 1279px) {
  .header[data-v-6695ac66] {
    background-color: #fff;
    height: 50px !important;
    position: fixed;
  }
}

/* =========================
   Header inner (参考：同スコープ)
========================= */

.header-inner[data-v-6695ac66] {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 17px 36px 18px;
}

@media only screen and (max-width: 1279px) {
  .header-inner[data-v-6695ac66] {
    padding: 5px;
  }
}

/* ...（ここ以下は header-inner-logo / nav / burger 等が続きますが、
        「先ほどの<header>」= header-content 系とは別DOMの可能性が高いです） */


/* =========================
   menu-list (header内で使用)
========================= */

.is-white .menu-list li a[data-v-13a5b313] {
  color: #000;
}

@media only screen and (max-width: 1279px) {
  .is-white .menu-list li a[data-v-13a5b313] {
    color: #1660af;
  }
}

.menu-list[data-v-13a5b313] {
  padding-left: 0;
}

@media only screen and (max-width: 1279px) {
  .menu-list[data-v-13a5b313] {
    left: -20px;
    margin-top: 40px;
    max-height: calc(100vh - 180px);
    overflow-y: scroll;
    padding-left: 20px;
    position: relative;
  }
}

.menu-list li[data-v-13a5b313] {
  line-height: 1;
}

.menu-list li[data-v-13a5b313]:not(:last-child) {
  margin-bottom: 10px;
}

.menu-list li.is-active[data-v-13a5b313] {
  position: relative;
}

.menu-list li.is-active a[data-v-13a5b313]::before {
  background-color: #f1912e;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: -20px;
  position: absolute;
  top: 7px;
  width: 10px;
}

.menu-list li a[data-v-13a5b313] {
  color: #1660af;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

@media only screen and (max-width: 959px) {
  .menu-list li a[data-v-13a5b313] {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.menu-list li ul li a[data-v-13a5b313] {
  font-size: 12px;
}

@media only screen and (max-width: 959px) {
  .menu-list li ul li a[data-v-13a5b313] {
    font-size: 15px;
  }
}

.menu-list li .anchor-list[data-v-13a5b313] {
  margin-top: 7px;
  padding-left: 15px;
}

/* =========================
   lang-list (header内で使用)
========================= */

.is-white .lang-list li[data-v-5f0fed1e]:first-child {
  border-right-color: #000;
}

.is-white .lang-list li > *[data-v-5f0fed1e] {
  color: #000;
}

.is-white .lang-list li a[data-v-5f0fed1e] {
  opacity: 0.5;
}

/* burger nav内では色が変わる */
.is-white .header-burger-nav .lang-list li[data-v-5f0fed1e]:first-child {
  border-right-color: #1660af;
}

.is-white .header-burger-nav .lang-list li > *[data-v-5f0fed1e] {
  color: #1660af;
}

.lang-list[data-v-5f0fed1e] {
  align-items: center;
  display: flex;
  padding-left: 0;
}

.lang-list li[data-v-5f0fed1e] {
  line-height: 1;
}

.lang-list li[data-v-5f0fed1e]:first-child {
  border-right: 1px solid #d9d9d9;
  padding-right: 10px;
}

.lang-list li[data-v-5f0fed1e]:last-child {
  padding-left: 10px;
}

.lang-list li > *[data-v-5f0fed1e] {
  color: #1660af;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

.lang-list li a[data-v-5f0fed1e] {
  opacity: 0.7;
}

/* footer root */
footer[data-v-725ee785]{
  background-color:#fff;
  position:relative
}

/* ===== common-text-links (該当セクション) ===== */
.footer-inner .common-text-links.is-bg-gray[data-v-725ee785]{
  background:#f8f8f8
}

.footer-inner .common-text-links-inner[data-v-725ee785]{
  align-items:flex-start;
  display:flex;
  gap:20px;
  margin:0 auto;
  max-width:1280px;
  padding:20px 20px 40px;
  width:100%
}
@media only screen and (max-width:1279px){
  .footer-inner .common-text-links-inner[data-v-725ee785]{
    flex-direction:column;
    padding:10px 30px 30px
  }
}
@media only screen and (max-width:599px){
  .footer-inner .common-text-links-inner[data-v-725ee785]{
    padding:10px 20px 30px
  }
}

.footer-inner .common-text-links-inner-corp-link[data-v-725ee785],
.footer-inner .common-text-links-inner-service-link[data-v-725ee785]{
  width:240px
}
@media only screen and (max-width:1279px){
  .footer-inner .common-text-links-inner-corp-link[data-v-725ee785],
  .footer-inner .common-text-links-inner-service-link[data-v-725ee785]{
    width:100%
  }
}

.footer-inner .common-text-links-inner-corp-link .list-title[data-v-725ee785],
.footer-inner .common-text-links-inner-service-link .list-title[data-v-725ee785]{
  font-size:13px;
  font-weight:700;
  line-height:1.5;
  margin:0;
  padding:0
}
.footer-inner .common-text-links-inner-corp-link .list-title.semi-title[data-v-725ee785],
.footer-inner .common-text-links-inner-service-link .list-title.semi-title[data-v-725ee785]{
  margin-bottom:20px
}
.footer-inner .common-text-links-inner-corp-link .list-subtitle[data-v-725ee785],
.footer-inner .common-text-links-inner-service-link .list-subtitle[data-v-725ee785]{
  font-size:11px
}

.footer-inner .common-text-links-inner-corp-link[data-v-725ee785]{
  display:flex;
  flex-direction:column;
  gap:20px
}

.footer-inner .common-text-links-inner-corp-link .footer-asuene-grd-logo[data-v-725ee785]{
  align-items:flex-end;
  border-bottom:1px solid #e8e8e8;
  display:flex;
  line-height:0;
  min-height:60px;
  padding-bottom:15px
}
.footer-inner .common-text-links-inner-corp-link .footer-asuene-grd-logo a[data-v-725ee785]{
  width:180px
}
.footer-inner .common-text-links-inner-corp-link .footer-asuene-grd-logo a img[data-v-725ee785]{
  width:100%
}
.footer-inner .common-text-links-inner-corp-link .footer-asuene-grd-logo a[data-v-725ee785]:hover{
  opacity:.6
}

.footer-inner .common-text-links-inner-top-list[data-v-725ee785]{
  list-style:none;
  padding:0
}
.footer-inner .common-text-links-inner-top-list li[data-v-725ee785]{
  font-size:12px;
  margin-top:15px
}
.footer-inner .common-text-links-inner-top-list li[data-v-725ee785]:before{
  content:"-";
  padding-right:10px
}
.footer-inner .common-text-links-inner-top-list+.list-title[data-v-725ee785]{
  margin-top:30px
}
.footer-inner .common-text-links-inner-top-list a[data-v-725ee785]{
  color:#3c3c3c;
  text-decoration:none
}
.footer-inner .common-text-links-inner-top-list a[data-v-725ee785]:hover{
  opacity:.6
}

.footer-inner .common-text-links-inner-service-link[data-v-725ee785]{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:20px
}

.footer-inner .common-text-links-inner-service-link-content[data-v-725ee785]{
  display:flex;
  gap:30px;
  justify-content:space-between
}
@media only screen and (max-width:959px){
  .footer-inner .common-text-links-inner-service-link-content[data-v-725ee785]{
    flex-wrap:wrap;
    justify-content:flex-start
  }
}
@media only screen and (max-width:599px){
  .footer-inner .common-text-links-inner-service-link-content[data-v-725ee785]{
    flex-direction:column
  }
}

.footer-inner .common-text-links-inner-service-link>.service-link-ttl[data-v-725ee785]{
  align-items:flex-end;
  border-bottom:1px solid #e8e8e8;
  display:flex;
  font-size:14px;
  font-weight:700;
  margin:0;
  min-height:60px;
  padding-bottom:15px
}

.footer-inner .common-text-links-inner .text-link-list[data-v-725ee785]{
  list-style:none;
  padding:0
}
.footer-inner .common-text-links-inner .text-link-list li[data-v-725ee785]{
  font-size:12px;
  margin-top:20px
}
.footer-inner .common-text-links-inner .text-link-list li[data-v-725ee785]:before{
  content:"-";
  padding-right:10px
}
.footer-inner .common-text-links-inner .text-link-list+.list-title[data-v-725ee785]{
  margin-top:30px
}
.footer-inner .common-text-links-inner .text-link-list a[data-v-725ee785]{
  color:#3c3c3c;
  text-decoration:none
}
.footer-inner .common-text-links-inner .text-link-list a[data-v-725ee785]:hover{
  opacity:.6
}

.footer-inner .common-text-links-inner .certification-image[data-v-725ee785]{
  display:flex;
  flex-direction:column;
  row-gap:20px;
  width:131px
}
.footer-inner .common-text-links-inner .certification-image img[data-v-725ee785]{
  width:104px
}
.footer-inner .common-text-links-inner .certification-image img.aicpa-logo-image[data-v-725ee785]{
  width:131px;
  height:auto;
}
.footer-inner .common-text-links-inner .certification-image img.ghg-logo-image[data-v-725ee785]{
  width:131px;
  height:auto;
}

/* ===== footer-bottom (該当セクション) ===== */
.footer-inner .footer-bottom[data-v-725ee785]{
  background:#1660af;
  color:#fff;
  font-size:14px;
  padding:20px
}
.footer-inner .footer-bottom.has-sticky[data-v-725ee785]{
  padding-bottom:100px
}

.footer-inner .footer-bottom-inner[data-v-725ee785]{
  margin:0 auto;
  max-width:1280px
}

.footer-inner .footer-bottom-inner .corp-address[data-v-725ee785]{
  display:flex;
  flex-wrap:wrap;
  font-size:12px;
  gap:0 1em;
  line-height: 1.5;
}

.footer-inner .footer-bottom-inner .corp-menu-logo[data-v-725ee785]{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  gap:20px 40px;
  justify-content:space-between;
  margin-top:10px
}

.footer-inner .footer-bottom-inner .corp-menu-logo ul[data-v-725ee785]{
  display:flex;
  flex-wrap:wrap;
  gap:0 40px;
  padding:0
}

.footer-inner .footer-bottom-inner .corp-menu-logo ul li[data-v-725ee785]{
  list-style:none
}

.footer-inner .footer-bottom-inner .corp-menu-logo[data-v-725ee785] a{
  color:#fff;
  font-size:12px;
  font-weight:400;
  line-height:25px;
  text-decoration:none;
  vertical-align:middle
}
.footer-inner .footer-bottom-inner .corp-menu-logo[data-v-725ee785] a:hover{
  opacity:.7
}

.article {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 0 80px;
  color: #000;
}
.article .article__img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.article .article__ttl {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 32px;
}
.article .article__subttl {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 32px;
}
.article .article__sub {
  display: flex;
  align-items: center;
  gap: 24px;
}
.article .article__date {
  color: #AAAAAA;
  font-weight: 700;
  font-size: 14px;
}
.article .article__cat {
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
}
.article .article__content {
  margin-top: 64px;
}
.article .article__content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 20px;
}
.article .article__content h2 {
  color: #1660AF;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 48px;
  margin-bottom: 24px;
  padding-left: 20px;
  position: relative;
}
.article .article__content h2:before {
  content: '';
  width: 6px;
  height: 100%;
  background-color: #1660AF;
  position: absolute;
  top: 0;
  left: 0;
}
.article .article__content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 48px;
  margin-bottom: 24px;
}
.article .article__content h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 8px;
}
.article .article__content img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.article .article__content a {
  color: #00afe8;
}
@media (max-width: 960px) {
  .article {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .article {
    max-width: 90%;
  }
  .article .article__ttl {
    font-size: 24px;
  }
  .article .article__content {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .article .article__ttl {
    font-size: 20px;
  }
  .article .article__subttl {
    font-size: 16px;
  }
} 

/* 記事ページの追従領域（article基準） */
.article-wrap{
  position: relative;
  max-width: 1100px;      /* サイトのコンテンツ幅に合わせて調整 */
  margin: 0 auto;
  padding: 0 16px;        /* SPの余白 */
}

/* SNS：article-wrap内でsticky追従 */
.c-follow-sns{
  position: sticky;
  top: var(--sns-sticky-top, 96px); /* ヘッダー高さに応じて調整 */
  z-index: 10;

  /* 左に固定っぽく見せる（article基準で相対配置） */
  width: 56px;

  /* 実レイアウト：articleと並べるためにabsoluteではなく“レイアウトで左カラム化” */
}

.c-follow-sns{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.c-follow-sns_sp {
  display: none !important;
}

.c-follow-sns__btn{
  width: 50px;
  height: auto;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff;
  text-decoration: none;
}

.c-follow-sns__icon{
  height: 32px;
  display: block;
  object-fit: contain;
}
.c-follow-sns__btn.is-linkedin {
  transform: translateX(3px);
  margin-top: 24px;
}
@media (max-width: 960px) {
  .c-follow-sns_pc {
    display: none !important;
  }
  .c-follow-sns_sp {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin-top: 24px;
    position: static;
  }
  .c-follow-sns__btn.is-linkedin {
    margin-top: 0;
  }
}
