@charset "UTF-8";
/*□□□□□□□□□□ 全ページ共通 □□□□□□□□□□*/
/*||| header |||*/
header {
  /*▽header内のモーダルの共通設定*/
  /*▽ご利用中の方モーダルコンテンツ*/
  position: inherit;
  box-sizing: inherit;
  z-index: inherit;
  width: 100%;
}
.globalNav p, .modalArea p, footer p {
  margin: 0;
  line-height: 1.5;
  font-size: inherit;
}
header > .inner {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  header > .inner {
    gap: 0 1.875rem;
  }
}
@media screen and (min-width: 376px) {
  header > .inner ,
  .modalHeader{
    grid-template-columns: 1fr auto auto;
  }
}
@media screen and (max-width: 375px) {
  header > .inner ,
  .modalHeader{
    grid-template-columns: 1fr auto;
  }
}
@media screen and (min-width: 501px) {
  .header_logo {
    width: 120px;
    margin: 8px 0;
  }
}
@media screen and (min-width: 769px) {
  .header_logo:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    margin: 1em 0;
  }
}
@media screen and (max-width: 500px) {
  .header_logo {
    width: 24vw;
  }
}

header .searchArea {
  display: none; /*初期表示用*/
}

@media screen and (min-width: 769px) {
#ConOrg_servicearea{
display: none;
}
}

@media screen and (min-width: 769px) {
  header .searchArea {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  header .searchArea {
    padding: 0.625rem;
  }
}

header .searchArea .searchForm .search_text ::-webkit-input-placeholder {
  font-size: 0.875rem;
}
header .searchArea .searchForm .search_text ::-moz-placeholder {
  font-size: 0.875rem;
}
header .searchArea .searchForm .search_text :-ms-input-placeholder {
  font-size: 0.875rem;
}
header .searchArea .searchForm .search_text ::-ms-input-placeholder {
  font-size: 0.875rem;
}
header .searchArea .searchForm .search_text ::placeholder {
  font-size: 0.875rem;
}
[data-commonnav] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4c4c4c;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  [data-commonnav] {
    gap: 0 1.875rem;
  }
}
@media screen and (max-width: 1100px) {
  [data-commonnav] {
    gap: 0 clamp(10px, (100vw - 375px) * 10 / 725 + 1.818vw, 1.25rem);
  }
}
@media screen and (max-width: 768px) {
  [data-commonnav] {
    gap: 0 2.604vw;
  }
}
@media screen and (max-width: 375px) {
  [data-commonnav] {
    gap: 0 2.667vw;
  }
}
[data-commonnav] small {
  color: inherit;
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: unset;
  padding-left: unset;
  text-indent: unset;
  line-height: 1;
}
[data-commonnav] > a[data-icon]::before,
[data-commonnav] > button[data-icon]::before {
  width: 1.5rem;
  height: 1.5rem;
}
[data-commonnav="1"] > a.active,
[data-commonnav="1"] > button.active {
  position: relative;
  z-index: 102;
  pointer-events: none;
}
[data-commonnav="1"] > a.active::after,
[data-commonnav="1"] > button.active::after {
  position: absolute;
  top: -0.9375rem;
  left: -1.25rem;
  display: block;
  width: 140%;
  height: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
  background-color: #fff;
  -webkit-mask: unset;
  mask: unset;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 1101px) {
  [data-commonnav="1"] > a.active::after,
  [data-commonnav="1"] > button.active::after {
    padding: 1.875rem 0 2.5rem;
  }
}
@media screen and (max-width: 1100px) {
  [data-commonnav="1"] > a.active::after,
  [data-commonnav="1"] > button.active::after {
    padding: 2.5rem 0 2.5rem;
  }
}
header [data-commonnav="2"] {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
header [data-commonnav="2"] > a,
header [data-commonnav="2"] > button {
  margin-top: auto;
  /*各アイコンサイズ*/
}
@media screen and (min-width: 769px) {
  header [data-commonnav="2"] > a,
  header [data-commonnav="2"] > button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  header [data-commonnav="2"] > a,
  header [data-commonnav="2"] > button {
    font-size: 0.75rem;
  }
}
header [data-commonnav="2"] > a[data-icon],
header [data-commonnav="2"] > button[data-icon] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  header [data-commonnav="2"] > a[data-icon],
  header [data-commonnav="2"] > button[data-icon] {
    gap: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  header [data-commonnav="2"] > a[data-icon],
  header [data-commonnav="2"] > button[data-icon] {
    gap: 3px 0;
  }
}
header [data-commonnav="2"] > a[data-icon]::before,
header [data-commonnav="2"] > button[data-icon]::before {
  background-color: #4c4c4c;
}
@media screen and (max-width: 375px) {
  header [data-commonnav="2"] > a[data-icon]::before,
  header [data-commonnav="2"] > button[data-icon]::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
header [data-commonnav="2"] > a[data-icon]:hover, header [data-commonnav="2"] > a[data-icon].active,
header [data-commonnav="2"] > button[data-icon]:hover,
header [data-commonnav="2"] > button[data-icon].active {
  color: #005bac;
}
header [data-commonnav="2"] > a[data-icon]:hover::before, header [data-commonnav="2"] > a[data-icon]:hover::after, header [data-commonnav="2"] > a[data-icon].active::before, header [data-commonnav="2"] > a[data-icon].active::after,
header [data-commonnav="2"] > button[data-icon]:hover::before,
header [data-commonnav="2"] > button[data-icon]:hover::after,
header [data-commonnav="2"] > button[data-icon].active::before,
header [data-commonnav="2"] > button[data-icon].active::after {
  background-color: #005bac;
}
header [data-commonnav="2"] > a[data-icon=translation]::before,
header [data-commonnav="2"] > button[data-icon=translation]::before {
  width: 1.875rem;
}
@media screen and (min-width: 376px) {
  header [data-commonnav="2"] > a[data-icon=translation]::before,
  header [data-commonnav="2"] > button[data-icon=translation]::before {
    width: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  header [data-commonnav="2"] > a[data-icon=translation]::before,
  header [data-commonnav="2"] > button[data-icon=translation]::before {
    width: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .commonNav {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .commonNav [data-commonnav="1"] {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding: 0.875rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);
    box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);
  }
}
@media screen and (max-width: 375px) {
  .commonNav [data-commonnav="1"] {
    padding: 0.875rem 2.667vw;
  }
}
@media screen and (min-width: 769px) {
  .commonNav [data-commonnav="1"] a,
  .commonNav [data-commonnav="1"] button {
    font-size: clamp(10px, (100vw - 375px) * 10 / 725 + 1.455vw, 1rem);
  }
}
@media screen and (max-width: 1100px) {
  .commonNav [data-commonnav="1"] a,
  .commonNav [data-commonnav="1"] button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: clamp(10px, (100vw - 375px) * 10 / 725 + 1.273vw, 0.875rem);
  }
}
@media screen and (max-width: 768px) {
  .commonNav [data-commonnav="1"] a,
  .commonNav [data-commonnav="1"] button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 5px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .commonNav [data-commonnav="1"] a,
  .commonNav [data-commonnav="1"] button {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .commonNav [data-commonnav="1"] a[data-icon],
  .commonNav [data-commonnav="1"] button[data-icon] {
    gap: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .commonNav [data-commonnav="1"] a[data-icon],
  .commonNav [data-commonnav="1"] button[data-icon] {
    gap: 5px 0;
  }
}
header .modalArea .modalContents {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .modalArea [onclick*=modalClose] {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#menuCustomerArea .buttonArea {
  display: grid;
}
@media screen and (min-width: 769px) {
  #menuCustomerArea .buttonArea {
    grid-template-columns: 1fr 2fr;
    gap: 0 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  #menuCustomerArea .buttonArea {
    grid-template-columns: unset;
    gap: 1.25rem 0;
  }
}
#menuCustomerArea .buttonArea .bottomArrowLinkButton_fill, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 769px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border {
    display: grid;
    place-items: center;
    place-content: center;
    gap: 5px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 375px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border {
    font-size: 3.733vw;
  }
}
@media screen and (min-width: 769px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill#userSupportButton, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border#userSupportButton {
    display: grid;
    place-items: center;
    place-content: center;
    text-align: center;
    gap: 5px;
  }
}
@media screen and (min-width: 769px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill img, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #menuCustomerArea .buttonArea .bottomArrowLinkButton_fill img, #menuCustomerArea .buttonArea .bottomArrowLinkButton_border img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
#menuCustomerArea .buttonArea .userSupportContentsLinks {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
#menuCustomerArea .bannerArea {
  margin-top: 1.25em;
}
#menuCustomerArea .bannerArea a {
  display: block;
  margin: 0 auto;
  width: 315px;
  max-width: 100%;
}

/*||| globalNav |||*/
.globalNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  color: #fff;
  /*slickしない*/
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .globalNav {
    width: 100%;
    min-width: 1260px;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);*/
    /* box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);*/
  }
}
@media screen and (max-width: 768px) {
  .globalNav {
    position: fixed;
    bottom: 5px;
    left: 0;
    gap: 0 0.625rem;
    width: 100%;
    /*z-index: 80;*/
  }
}
@media screen and (min-width: 769px) {
  .globalNav.notSlick .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .globalNav.notSlick .nav a,
  .globalNav.notSlick .nav button {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
/* @media screen and (min-width: 769px) { */
  header.overHeader {
    position: fixed;
    top: 0;
    z-index: 1001;
  }
/* } */
.globalNav #firstMessageImg {
  display: none;
  width: 92px;
  position: absolute;
  bottom: 60px;
  left: -5px;
}

/*▽デザイン的に.globalNavから出しています*/
.nav {
  width: calc(100vw - 60px);
  height: 100%;
  /* z-index: 1001; */
}
@media screen and (min-width: 769px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #4e4e4e;
    /*▽スライダーになったら*/
  }
  .nav a:not(.active),
  .nav button:not(.active) {
    font-weight: 500;
  }
  .nav a.active,
  .nav button.active {
    border-radius: 0.75rem 0.75rem 0 0;
    font-weight: 700;
  }
  .nav a.active::after,
  .nav button.active::after {
    border-left: unset !important;
  }
  .nav.slick-slider .slick-list {
    padding: 0 30px;
  }
  .nav.slick-slider .slick-prev,
  .nav.slick-slider .slick-next {
    position: absolute;
    top: 0;
    padding: 0;
    width: 30px;
    height: 60px;
    background-color: #000;
    -webkit-transform: unset;
    transform: unset;
    z-index: 1;
  }
  .nav.slick-slider .slick-prev::before,
  .nav.slick-slider .slick-next::before {
    background-color: #fccf00;
    opacity: 1;
    color: transparent;
  }
  .nav.slick-slider .slick-prev::after,
  .nav.slick-slider .slick-next::after {
    display: none;
  }
  .nav.slick-slider .slick-prev {
    left: 0;
  }
  .nav.slick-slider .slick-prev::before {
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%207.1%2011.2%22%20style%3D%22enable-background%3Anew%200%200%207.1%2011.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3C%2Fmetadata%3E%3Cpolygon%20points%3D%225.8%2C11.3%200.1%2C5.6%205.6%2C0.1%207.1%2C1.5%202.9%2C5.6%207.2%2C9.9%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/37%;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%207.1%2011.2%22%20style%3D%22enable-background%3Anew%200%200%207.1%2011.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cmetadata%3E%3C%2Fmetadata%3E%3Cpolygon%20points%3D%225.8%2C11.3%200.1%2C5.6%205.6%2C0.1%207.1%2C1.5%202.9%2C5.6%207.2%2C9.9%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/37%;
  }
  .nav.slick-slider .slick-next {
    right: 0;
  }
  .nav.slick-slider .slick-next::before {
    -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%207.1%2011.2%22%20style%3D%22enable-background%3Anew%200%200%207.1%2011.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cmetadata%3E%3C%2Fmetadata%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.7%2C10.5%205.7%2C5.5%200.9%2C0.7%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/37%;
    mask: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%207.1%2011.2%22%20style%3D%22enable-background%3Anew%200%200%207.1%2011.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23000000%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3Cmetadata%3E%3C%2Fmetadata%3E%3Cpolyline%20class%3D%22st0%22%20points%3D%220.7%2C10.5%205.7%2C5.5%200.9%2C0.7%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/37%;
  }
  .nav.slick-slider .slick-list .slick-track {
    height: 100%;
  }
  .nav.slick-slider .slick-list .slick-slide {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0.875rem 0 0 0.875rem;
    -webkit-box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);
    box-shadow: 0 0 5px 0 rgba(49, 49, 49, 0.2);
  }
  .nav a,
  .nav button {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav a:first-child,
  .nav button:first-child {
    border-radius: 0.875rem 0 0 0.875rem;
  }
  .nav a.active:first-child,
  .nav button.active:first-child {
    border-radius: 0 0 0 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .nav.copy {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav.copy {
    position: fixed;
    right: 0;
    bottom: 5px;
    width: calc(100% - (60px + 0.625rem));
    height: 60px;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    z-index: 101;
  }
  .nav.copy a:not(.active),
  .nav.copy button:not(.active) {
    opacity: 0;
  }
  .nav.copy a.active,
  .nav.copy button.active {
    position: relative;
  }
  .nav.copy a.active::after,
  .nav.copy button.active::after,
  .nav a.active::after,
  .nav button.active::after {
    position: absolute;
    top: -1.25rem;
    display: block;
    width: 100%;
    height: 1.25rem;
    -webkit-mask: unset;
    mask: unset;
    background-color: #fff;
    content: "";
  }
  .nav.copy a:first-child.active,
  .nav.copy button:first-child.active {
    border-radius: 0 0 0 0.875rem;
  }
}
.nav a,
.nav button {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  /*jsによるアクティブ時*/
}
@media screen and (min-width: 1101px) {
  .nav a,
  .nav button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 769px) {
  .nav a,
  .nav button {
    gap: 0.625rem;
  }
  .nav a:not(.menuButton),
  .nav button:not(.menuButton) {
    padding: 8px 0.875rem;
  }
  .nav .slick-track a:not(.menuButton):not(:first-child)::after,
  .nav .slick-track button:not(.menuButton):not(:first-child)::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-left: 1px solid #3a3a3a;
    height: 40px;
    -webkit-mask: unset;
    mask: unset;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .nav a,
  .nav button {
    gap: 5px;
    background-color: #4e4e4e;
  }
  .nav a::after,
  .nav button::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .nav a[data-icon],
  .nav button[data-icon] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .nav a[data-icon],
  .nav button[data-icon] {
    display: grid;
    place-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 769px) {
  .nav a[data-icon]::before,
  .nav button[data-icon]::before {
    width: 1.75rem;
    height: 1.75rem;
  }
  .nav a[data-icon]:not(:first-child)::after,
  .nav button[data-icon]:not(:first-child)::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    border-left: 1px solid #3a3a3a;
    height: 40px;
    -webkit-mask: unset;
    mask: unset;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .nav a[data-icon]::before,
  .nav button[data-icon]::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.nav a:not(.active)[data-icon],
.nav button:not(.active)[data-icon] {
  color: #fff;
}
.nav a:not(.active)[data-icon]::before,
.nav button:not(.active)[data-icon]::before {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .nav a:not(.active)[data-icon]:hover,
  .nav button:not(.active)[data-icon]:hover {
    background-color: #ffea04;
    color: #005bac;
  }
  .nav a:not(.active)[data-icon]:hover::before,
  .nav button:not(.active)[data-icon]:hover::before {
    background-color: #005bac;
  }
}
.nav a.active,
.nav button.active {
  position: relative;
  z-index: 101;
  background-color: #fff;
  /*pointer-events: none;*/
}
.nav a.active[data-icon],
.nav button.active[data-icon] {
  color: #005bac;
}
.nav a.active[data-icon]::before,
.nav button.active[data-icon]::before {
  background-color: #005bac;
}

/*▽各メニューボタンコンテンツ*/
/*↓これだけ特殊*/
#navMenuArea {
  z-index: 1002;
  font-size: min(16px, 4.267vw);
}
/*▽モーダル内コンテンツ*/
#navMenuArea .modalContents {
  position: relative;
  display: block;
  overflow-y: auto;
  height: 100%;
  border-radius: unset;
  background-color: #005bac;
}
@media screen and (max-width: 375px) {
  #navMenuArea [data-commonnav="1"] a,
  #navMenuArea [data-commonnav="1"] button {
    font-size: 3.2vw;
  }
}
#navMenuArea .searchForm {
  width: 100%;
}
#navMenuArea .searchForm label {
  border-radius: 1rem;
  background-color: #00427c;
  color: #fff;
}
#navMenuArea .searchForm label[data-icon=search]::before {
  background-color: #fff;
}
#navMenuArea .searchForm .search_text::-webkit-input-placeholder {
  color: #fff;
}
#navMenuArea .searchForm .search_text::-moz-placeholder {
  color: #fff;
}
#navMenuArea .searchForm .search_text:-ms-input-placeholder {
  color: #fff;
}
#navMenuArea .searchForm .search_text::-ms-input-placeholder {
  color: #fff;
}
#navMenuArea .searchForm .search_text::placeholder {
  color: #fff;
}
#navMenuArea .fixedContent_bottom.showTB {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.5rem;
  padding: 0.625rem 0.875rem;
  width: 100%;
  height: 70px;
  background-color: #005bac;
  -webkit-box-shadow: 0 -2px 2px 0 rgba(49, 49, 49, 0.2);
  box-shadow: 0 -2px 2px 0 rgba(49, 49, 49, 0.2);
}
#navMenuArea .fixedContent_bottom.showTB [data-icon=close] {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.625rem;
  color: #fff;
}
#navMenuArea .fixedContent_bottom.showTB [data-icon=close]::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
}

/*||| footContentArea |||*/
.footContentArea {
  background-color: #1b1b1b;
}
@media screen and (min-width: 769px) {
  .footContentArea {
    padding: 3.125rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footContentArea {
    padding: 1.875rem 0;
  }
}
.footContentArea ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .footContentArea ul {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .footContentArea ul {
    margin-top: 1.875rem;
  }
}
.footContentArea ul a {
  text-decoration: none;
  color: #fff;
}
.footContentArea ul a::before, .footContentArea ul a::after {
  background-color: #fccf00;
}

/*||| footer |||*/
footer {
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: calc(3.75rem + 5px);
  }
}
footer .copyright {
  display: grid;
  place-content: center;
  height: 5rem;
  font-size: 0.625rem;
}

/* ドロップダウンナビゲーション 2026年改修 */

/* ===== 追加アイコン定義 ===== */
/* お問い合わせ: スマートフォンアイコン */
[data-icon=inquiry]::before, [data-icon=inquiry]::after {
  -webkit-mask: url("/img/icon/inquiry_icon.png") no-repeat center center/contain;
  mask: url("/img/icon/inquiry_icon.png") no-repeat center center/contain;
  background-color: #333;
}

/* ===== ヘッダー上部ナビ [data-commonnav="2"] ===== */
/* PC (≥1201px): .showPC01 を横並びflex */
header [data-commonnav="2"] .showPC01 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 1201px) {
  header [data-commonnav="2"] .showPC01 {
    display: flex !important;
  }
}
header [data-commonnav="2"] a,
header [data-commonnav="2"] button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  color: #4c4c4c;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
header [data-commonnav="2"] a:hover,
header [data-commonnav="2"] button:hover {
  color: #005bac;
}
header [data-commonnav="2"] a:hover::before,
header [data-commonnav="2"] button:hover::before {
  background-color: #005bac;
}
header [data-commonnav="2"] a[data-icon]::before,
header [data-commonnav="2"] button[data-icon]::before {
  width: 1.5em;
  height: 1.5em;
  background-color: #4c4c4c;
}
/* サービス一覧: 多色アイコンのためmaskを解除しSVG直接表示 */
header [data-commonnav="2"] a[data-icon=service]::before {
  -webkit-mask: none;
  mask: none;
  background: url("/img/icon/service_list.svg") no-repeat center center/contain !important;
}
/* お問い合わせ */
header [data-commonnav="2"] a[data-icon=inquiry]::before {
  background-color: #4db284;
}
/* よくあるご質問 */
header [data-commonnav="2"] a[data-icon=faq]::before {
  background-color: #d26468;
}
/* 企業情報 */
header [data-commonnav="2"] a[data-icon=corporate]::before {
  background-color: #8895b9;
}
/* ホバー時: サービス一覧はmask解除のためbackground-color変更不要 */
header [data-commonnav="2"] a[data-icon=service]:hover::before {
  -webkit-mask: none;
  mask: none;
  background: url("/img/icon/service_list.svg") no-repeat center center/contain !important;
}
/* 翻訳: 縦並び（アイコン上・テキスト下） */
header [data-commonnav="2"] button[data-icon=translation] {
  flex-direction: column;
  gap: 2px;
  font-size: 0.875em;
}
header [data-commonnav="2"] button[data-icon=translation]::before {
  width: 2.8em;
  height: 1.8em;
}

/* PC検索フォーム: インライン・コンパクト */
header [data-commonnav="2"] .showPC01 .searchForm {
  flex-shrink: 1;
  min-width: 0;
}
header [data-commonnav="2"] .showPC01 .searchForm label {
  border-radius: 0.375rem;
  background-color: #f3f3f3;
  font-size: 0.9rem;
}
header [data-commonnav="2"] .showPC01 .searchForm label[data-icon=search]::before {
  width: 0.875rem;
  height: 0.875rem;
}

/* SP/Tablet (.showMaxPC): 横並びアイテム */
header [data-commonnav="2"] > a.showMaxPC,
header [data-commonnav="2"] > button.showMaxPC {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
  color: #4c4c4c;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
  font-weight: 500;
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  header [data-commonnav="2"] > a.showMaxPC,
  header [data-commonnav="2"] > button.showMaxPC {
    font-size: 0.8rem;
  }
  header [data-commonnav="2"] > a.showMaxPC[data-icon]::before,
  header [data-commonnav="2"] > button.showMaxPC[data-icon]::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  header [data-commonnav="2"] > a.showMaxPC,
  header [data-commonnav="2"] > button.showMaxPC {
    font-size: 0.6em;
  }
  header [data-commonnav="2"] > a.showMaxPC[data-icon]::before,
  header [data-commonnav="2"] > button.showMaxPC[data-icon]::before {
    width: 1rem;
    height: 1rem;
  }
}

header [data-commonnav="2"] > a.showMaxPC[data-icon]::before {
  width: 2em;
  height: 2em;
}
/* SP/Tablet アイコン色 */
header [data-commonnav="2"] > a.showMaxPC[data-icon=inquiry]::before {
  background-color: #4db284;
}
header [data-commonnav="2"] > a.showMaxPC[data-icon=faq]::before {
  background-color: #d26468;
}

/* ヘッダー内ハンバーガーボタン (SP) */
.headerMenuButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0.125rem;
  width: 2rem;
  margin-top: 0 !important;
}
.headerMenuButton > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 1.8rem;
}
.headerMenuButton > div > span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #4c4c4c;
  border-radius: 1px;
}

/* #languageList ドロップダウン位置調整 */
@media screen and (min-width: 769px) {
  #languageList {
    top: 4.375em !important;
  }
}

/* ===== [data-commonnav="2"] コンテナ ===== */
header [data-commonnav="2"] {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header [data-commonnav="2"] {
    gap: 4vw;
  }
}

/* ===== PC: ヘッダー2行レイアウト（タブバーを2行目に配置） ===== */
@media screen and (min-width: 769px) {
  header > .inner {
    grid-template-columns: auto 1fr !important;
    grid-template-rows: auto auto !important;
    height: auto !important;
    min-height: 50px;
    padding: 0.5rem 1.25rem 0;
  }
  header > .inner > [data-commonnav="2"] {
    grid-row: 1;
    grid-column: 2;
    justify-self: end;
    gap: 1.5rem;
  }
  header > .inner > .commonNav {
    grid-row: 2;
    grid-column: 1 / -1;
    padding: 0;
    margin: 0.5rem -1.25rem 0;
  }
  header > .inner > .commonNav [data-commonnav] {
    min-height: 4.4em;
  }
}

/* ===== 共通カラータブバー ===== */
.commonNav [data-commonnav="1"] {
  gap: 0 !important;
  align-items: stretch !important;
}
.commonNav [data-commonnav="1"] > a,
.commonNav [data-commonnav="1"] > button {
  flex: 1;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.commonNav [data-commonnav="1"] > a:hover,
.commonNav [data-commonnav="1"] > button:hover {
  opacity: 0.85;
  color: #fff !important;
}
.commonNav [data-commonnav="1"] > a::before,
.commonNav [data-commonnav="1"] > button::before {
  background-color: #fff !important;
}
/* アクティブ状態の白背景オーバーレイを非表示 */
.commonNav [data-commonnav="1"] > a.active::after,
.commonNav [data-commonnav="1"] > button.active::after {
  display: none !important;
}
.commonNav [data-commonnav="1"] > a.active,
.commonNav [data-commonnav="1"] > button.active {
  pointer-events: auto;
  opacity: 0.85;
}

/* 加入をご検討の方 - 緑 */
.commonNav [data-commonnav="1"] > a[data-icon="beginner"],
.commonNav [data-commonnav="1"] > button[data-icon="beginner"] {
  background-color: #3d8b37;
}
/* 加入者様 - オレンジ */
.commonNav [data-commonnav="1"] > a[data-icon="mypage"],
.commonNav [data-commonnav="1"] > button[data-icon="mypage"] {
  background-color: #ff7e0c;
}
/* 法人のお客様 - 青 */
.commonNav [data-commonnav="1"] > a[data-icon="corporation"],
.commonNav [data-commonnav="1"] > button[data-icon="corporation"] {
  background-color: #005bac;
}

/* PC タブバー */
@media screen and (min-width: 769px) {
  .commonNav [data-commonnav="1"] > a,
  .commonNav [data-commonnav="1"] > button {
    flex-direction: row !important;
    gap: 0 0.5rem !important;
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
  }
}

/* SP タブバー */
@media screen and (max-width: 768px) {
  .commonNav {
    padding: 0 !important;
  }
  .commonNav [data-commonnav="1"] {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }
  .commonNav [data-commonnav="1"] > a,
  .commonNav [data-commonnav="1"] > button {
    flex-direction: column !important;
    gap: 3px 0 !important;
    padding: 0.625rem 0.25rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 375px) {
  .commonNav [data-commonnav="1"] > a,
  .commonNav [data-commonnav="1"] > button {
    font-size: 2.8vw;
    padding: 0.5rem 0.125rem;
  }
}

/* ===== 共通ドロップダウンパネル ===== */
#menuJoinArea,
#menuCustomerArea {
  z-index: 101;
}
@media screen and (max-width: 500px) {
  #menuJoinArea,
  #menuCustomerArea {
    font-size: min(16px, 3.2vw);
  }
}
@media screen and (max-width: 375px) {
  #menuJoinArea,
  #menuCustomerArea {
    font-size: min(14px, 3.733vw);
  }
}
#menuJoinArea .modalContents,
#menuCustomerArea .modalContents {
  margin: 0 auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#menuJoinArea .modalContents {
  background-color: #f0fbef;
}
#menuCustomerArea .modalContents {
  background-color: #fff4ed;
}
@media screen and (max-width: 768px) {
  #menuJoinArea .modalContents,
  #menuCustomerArea .modalContents {
    width: calc(100% - 1.25rem);
    padding: 1.5em 1.2em 1.2em !important;
  }
}
@media screen and (max-width: 768px) {
  #menuJoinArea .modalContents > .inner,
  #menuCustomerArea .modalContents > .inner {
    max-height: calc(100dvh - 14.375rem) !important;
  }
}
@media screen and (min-width: 769px) {
  #menuJoinArea .modalContents,
  #menuCustomerArea .modalContents {
    top: 160px !important;
  }
  #menuJoinArea .modalContents > .inner,
  #menuCustomerArea .modalContents > .inner {
    max-height: calc(100dvh - 160px - 7.5rem);
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  #menuJoinArea .modalContents,
  #menuCustomerArea .modalContents {
    top: 160px !important;
  }
}
@media screen and (max-width: 375px) {
  #menuJoinArea .modalContents,
  #menuCustomerArea .modalContents {
    top: 140px !important;
  }
}

/* ===== TOPリンク ===== */
.dropdownTopLink {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #4c4c4c;
  text-decoration: none;
}
.dropdownTopLink::before,
.dropdownTopLink::after {
  background-color: #005bac;
}
.dropdownTopLink:hover {
  color: #005bac;
}
.dropdownTopLink:hover::before,
.dropdownTopLink:hover::after {
  background-color: #005bac;
}

/* ===== ボタングリッド ===== */
.dropdownButtonGrid {
  display: grid;
  gap: 0.75rem;
}
@media screen and (min-width: 769px) {
  .dropdownButtonGrid {
    gap: 1.2rem;
    grid-template-rows: 10.5em 7.5em;
  }
}
.dropdownButtonGrid--join {
  grid-template-columns: repeat(2, 1fr);
}
.dropdownButtonGrid--customer {
  grid-template-columns: repeat(2, 1fr);
}

/* ===== ドロップダウンボタン ===== */
.dropdownBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem 0.75rem;
  border-radius: 0.625rem;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  transition: opacity 0.3s;
  line-height: 1.4;
}
.dropdownBtn:hover img{
  opacity: unset !important;
}
.dropdownBtn img {
  width: 2.2em;
  height: 2em;
  object-fit: contain;
}
.dropdownBtn p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .dropdownBtn {
    border-radius: 0.3em;
  }
}
/* 大きいボタン（2カラムの上段） */
.dropdownBtn--large {
  padding: 1.5rem 1rem;
}
.dropdownBtn--large img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .dropdownBtn--large {
    padding: 2rem 1rem;
  }
  .dropdownBtn--large img {
    width: 3rem;
    height: 3rem;
    object-fit: contain;
  }
}

/* グリーンボタン（加入をご検討の方） */
.dropdownBtn--green {
  background-color: #3d8b37;
  color: #fff;
}
.dropdownBtn--green:hover{
  background-color: #69b704;
}
.dropdownBtn--green img {
  filter: brightness(0) invert(1);
}

/* 3カラムの小さいボタン（料金シミュレーション等） */
@media screen and (min-width: 769px) {
  /* 下段3つは3列 */
  .dropdownButtonGrid--join {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(1) {
    grid-column: 1 / 4;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(2) {
    grid-column: 4 / 7;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(3) {
    grid-column: 1 / 3;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(4) {
    grid-column: 3 / 5;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(5) {
    grid-column: 5 / 7;
  }
}
@media screen and (max-width: 768px) {
  .dropdownButtonGrid--join {
    grid-template-columns: repeat(2, 1fr);
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(1) {
    grid-column: 1;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(2) {
    grid-column: 2;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(3),
  .dropdownButtonGrid--join .dropdownBtn:nth-child(4),
  .dropdownButtonGrid--join .dropdownBtn:nth-child(5) {
    grid-column: 1 / -1;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(n+3) {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    gap: 0.75rem;
  }
  .dropdownButtonGrid--join .dropdownBtn:nth-child(n+3) img {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* オレンジボタン（加入者様） */
.dropdownBtn--orange {
  background-color: #ff7e0c;
  color: #fff;
}
.dropdownBtn--orange:hover {
  background-color: #fdb300;
}
.dropdownBtn--orange img {
  filter: brightness(0) invert(1);
}

/* 加入者様: 上段2つ大きめ、下段4つ小さめ */
@media screen and (min-width: 769px) {
  .dropdownButtonGrid--customer {
    grid-template-columns: repeat(4, 1fr);
  }
  .dropdownButtonGrid--customer .dropdownBtn:nth-child(1),
  .dropdownButtonGrid--customer .dropdownBtn:nth-child(2) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .dropdownButtonGrid--customer {
    grid-template-columns: repeat(2, 1fr);
  }
  .dropdownButtonGrid--customer .dropdownBtn:nth-child(n+3) {
    flex-direction: row;
    justify-content: center;
    padding: 1em;
    gap: 0.75em;
  }
}

/* ===== ドロップダウン下部リンク ===== */
.dropdownBottomLinks {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #3d8b37;
  list-style: none;
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .dropdownBottomLinks {
    margin-top: 2.5rem;
  }
}
.dropdownBottomLinks li {
  display: inline-flex;
  align-items: center;
  flex: 1;
  min-height: 3rem;
}
.dropdownBottomLinks li::after {
  display: block !important;
  content: "";
  width: 1px;
  height: 100%;
  mask: unset;
  background-color: #3d8b37;
}
.dropdownBottomLinks li:last-child::after {
  background-color: transparent;
}
.dropdownBottomLinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 5px;
  font-weight: 400;
  color: #4c4c4c;
  text-decoration: none;
}
.dropdownBottomLinks a[data-icon].icon_before::before {
  width: 2em;
  height: 2em;
  background-color: #3d8b37;
}
.dropdownBottomLinks a:hover {
  color: #005bac;
}
@media screen and (max-width: 768px) {
  .dropdownBottomLinks {
    align-items: start;
    gap: 0;
    margin-top: 1.5rem;
    padding-top: 0.75rem;
  }
  .dropdownBottomLinks li::after {
    height: 6rem;
  }
  .dropdownBottomLinks a {
    display: grid;
    grid-template-rows: 1fr 1.5fr;
    place-items: center;
    gap: 0;
    text-align: center;
  }
}

/* ===== 下部横並びラッパー ===== */
@media screen and (min-width: 900px) {
  .dropdownBottomRow {
    display: flex;
    align-items: center;
  }
  .dropdownBottomRow .dropdownSubLinks {
    margin-top: 0;
    flex-shrink: 0;
  }
  .dropdownBottomRow .dropdownTextLinks {
    margin-top: 0;
    padding-top: 0;
    flex: 1;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 769px) {
  .dropdownBottomRow {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .dropdownBottomRow {
    margin-top: 1.6em;
  }
}

/* ===== サブリンクボタン（キャンペーン・特典・プレゼント） ===== */
.dropdownSubBtn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border: 1px solid #ff7e0c;
  border-radius: 0.625em;
  text-decoration: none;
  color: #4c4c4c;
  transition: background-color 0.3s;
}
.dropdownSubBtn:hover {
  background-color: #fff8e6;
}
.dropdownSubBtn img {
  width: 1.5rem;
  height: 1.5rem;
}
.dropdownSubBtn p {
  margin: 0;
  flex: 1;
}
@media screen and (min-width: 769px) {
  .dropdownSubBtn {
    padding: 1.2em 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .dropdownSubBtn {
    padding: 0.6em 0.8em;
    border-radius: 0.3em;
  }
}

/* ===== テキストリンク（サポート情報、障害メンテ等） ===== */
.dropdownTextLinks {
  display: flex;
  margin-top: 1rem;
  padding-top: 0.75rem;
}
.dropdownTextLinks a {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  color: #4c4c4c;
  text-decoration: none;
}
.dropdownTextLinks a::after {
  background-color: #005bac;
}
.dropdownTextLinks a:hover {
  color: #005bac;
}
.dropdownTextLinks a:hover::after {
  background-color: #005bac;
}
@media screen and (max-width: 768px) {
  .dropdownTextLinks {
    flex-direction: column;
    gap: 0.6em;
    margin-top: 1.2em;
    padding-top: 0;
  }
}

/* ===== SP ハンバーガーメニュー ===== */
#navMenuArea .modalContents [data-icon=close] {
  position: static !important;
}
#navMenuArea .modalContents .inner {
  width: 100% !important;
}
#navMenuArea .arrowLinkList_before,
#navMenuArea .arrowLinkList_after {
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  #navMenuArea .modalContents {
    background-color: #fff !important;
    place-items: start center !important;
  }
  #navMenuArea .modalContents .inner {
    padding-bottom: 1rem;
    width: 100%;
  }
  /* リスト交互色の上書き */
  #navMenuArea .arrowLinkList_after li:nth-child(odd) a,
  #navMenuArea .arrowLinkList_after li:nth-child(odd) button {
    background-color: transparent !important;
  }
  #navMenuArea .arrowLinkList_after li {
    border-bottom: 1px solid #e9e9e9 !important;
  }
  #navMenuArea .arrowLinkList_after a,
  #navMenuArea .arrowLinkList_after button {
    color: #333 !important;
  }
  #navMenuArea .arrowLinkList_after a::after,
  #navMenuArea .arrowLinkList_after button::after {
    background-color: #ccc !important;
  }
  /* 検索フォーム上書き */
  #navMenuArea .hamburgerSearchArea .searchForm label {
    background-color: #f3f3f3 !important;
    border-radius: 0.5rem;
    color: #333 !important;
  }
  #navMenuArea .hamburgerSearchArea .searchForm label[data-icon=search]::before {
    background-color: #999 !important;
  }
  #navMenuArea .hamburgerSearchArea .searchForm .search_text {
    color: #333 !important;
  }
  #navMenuArea .hamburgerSearchArea .searchForm .search_text::placeholder {
    color: #999 !important;
  }
  #navMenuArea .hamburgerSearchArea .searchForm .search_text::-webkit-input-placeholder {
    color: #999 !important;
  }
}
.hamburgerMenuList {
  border-top: none !important;
}
.hamburgerMenuList li {
  border-bottom: 1px solid #e9e9e9;
}
.hamburgerMenuList li a {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0.875rem !important;
  color: #333 !important;
  font-weight: 500;
  text-decoration: none;
}
.hamburgerMenuList li a[data-icon]::before {
  width: 1.2em;
  height: 1.2em;
}
/* サービス一覧: 多色アイコンのためmaskを解除 */
.hamburgerMenuList li a[data-icon=service]::before {
  -webkit-mask: none;
  mask: none;
  background: url("/img/icon/service_list.svg") no-repeat center center/contain !important;
}
/* 企業情報 */
.hamburgerMenuList li a[data-icon=corporate]::before {
  background-color: #8895b9;
}

.hamburgerCardLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  padding: 1rem 0.875rem;
}
.hamburgerCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.25rem;
  border: 1px solid #e9e9e9;
  border-radius: 0.5em;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  font-size: 0.875em;
}
.hamburgerCard[data-icon]::before {
  width: 1.5rem;
  height: 1.5rem;
}
/* お問い合わせ */
.hamburgerCard[data-icon=inquiry]::before {
  background-color: #4db284;
}
/* よくあるご質問 */
.hamburgerCard[data-icon=faq]::before {
  background-color: #d26468;
}
.hamburgerCard p {
  margin: 0;
}

.hamburgerSearchArea {
  padding: 0 0.875rem;
}

.hamburgerNavTabs {
  display: flex;
  gap: 0.5rem !important;
  padding: 0.875rem !important;
}
.hamburgerNavTabs a small,
.hamburgerNavTabs button small{
  font-size: 0.7em;
}
#navMenuArea [data-commonnav="1"] a,
#navMenuArea [data-commonnav="1"] button {
  display: grid;
  flex: 1;
  aspect-ratio: 1;
  justify-items: center;
  align-content: center;
  gap: 5px;
  padding: 0.5rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  color: #fff !important;
}
#navMenuArea [data-commonnav="1"] a[data-icon="beginner"] {
  background-color: #3d8b37;
}
#navMenuArea [data-commonnav="1"] a[data-icon="beginner"]::before {
  background-color: #fff;
}
#navMenuArea [data-commonnav="1"] a[data-icon="mypage"] {
  background-color: #ff7e0c;
}
#navMenuArea [data-commonnav="1"] a[data-icon="mypage"]::before {
  background-color: #fff;
}
#navMenuArea [data-commonnav="1"] a[data-icon="corporation"] {
  background-color: #005bac;
}
#navMenuArea [data-commonnav="1"] a[data-icon="corporation"]::before {
  background-color: #fff;
}

/* ===== Language セクション ===== */
.hamburgerLanguage {
  padding: 0.875rem;
  border-top: 1px solid #e9e9e9;
}
.hamburgerLanguageToggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 0;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
}
.hamburgerLanguageToggle[data-icon=translation]::before {
    width: 1.8em;
    height: 1.5em;
}
#hamburgerLanguageButton::after {
  content: "＋";
  margin-left: auto;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-mask: unset;
  mask: unset;
  background-color: unset;
}
#hamburgerLanguageButton.active::after {
  content: "ー";
}
.hamburgerLanguageListItems {
  display: block;
  padding: 0.5rem 0;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  width: 95%;
  margin: 0.5rem auto 0;
}
.hamburgerLanguageListItems li {
  list-style: none;
}
.hamburgerLanguageListItems li a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #333;
  text-decoration: none;
  font-size: 0.875rem;
}
.hamburgerLanguageListItems li a:hover {
  background-color: #e9e9e9;
}

/* ===== モーダルヘッダー ===== */
#navMenuArea .modalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2.604vw;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
}
#navMenuArea .modalHeader [data-icon=close] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
#navMenuArea .modalHeader [data-icon=close]::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #333;
}




