@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --main-font-c: #2c2c2c;
  --sub-font-c-1: #999;
  --ac-font-c-1: #47a0e3;
  --bg-black: #111;
  --bg-white: #fff;
  --link-font-c: #00a2e9;
  scroll-behavior: smooth;
  scroll-padding-top: 128px !important;
}
@media (width <= 520px) {
  :root {
    scroll-padding-top: 96px !important;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /*スマホ横画面で文字の拡大・収縮防止用*/
  -webkit-font-smoothing: antialiased;
  /* 文字の太さを整える。Safari環境用 */
  color: #202020;
}

a {
  text-decoration: none;
  color: inherit;
  text-underline-offset: 0.2em;
}

img {
  width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.03em;
}

/* はみ出し防止クラス */
.body-inner {
  display: block;
  min-width: 320px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.sp {
  display: none !important;
}
@media (width <= 520px) {
  .sp {
    display: block !important;
  }
}

@media (width <= 520px) {
  .pc {
    display: none !important;
  }
}

/* カスタマイズ画面（管理画面）用クラス */
.customize-support {
  margin: 0;
}
.customize-support .header {
  top: 32px;
}
@media (width <= 782px) {
  .customize-support .header {
    top: 46px;
  }
}
.customize-support #wpadminbar {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (width <= 782px) {
  .customize-support #wpadminbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}

/* -----------------------------------------------------------------------------------
ヘッダー（ページ上部）
----------------------------------------------------------------------------------- */
.header {
  background: var(--bg-black) 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 24px 32px;
  width: 100%;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width <= 520px) {
  .header {
    padding: 24px 20px;
    border-bottom: 2px solid var(--ac-font-c-1);
  }
}

.header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  width: 200px;
  height: 32px;
  display: block;
}
.header-logo img {
  width: 100%;
}
@media (width <= 520px) {
  .header-logo {
    width: 150px;
    height: 24px;
  }
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 70%;
}
@media (width <= 520px) {
  .header-menu-list {
    display: none;
  }
}
.header-menu-list--sp {
  display: none;
}
@media (width <= 520px) {
  .header-menu-list--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: 80%;
    margin: 0 auto;
  }
}
.header-menu-list__item {
  list-style-type: none;
}

.header-menu-list-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

.header-contact {
  display: block;
  width: 150px;
  background-color: var(--ac-font-c-1);
  border-radius: 900px;
  margin: 0;
}
@media (width <= 520px) {
  .header-contact {
    text-align: center;
    width: 150px;
  }
}
.header-contact .header-menu-list-link {
  display: block;
  padding: 1em 32px calc(1em + 2px);
  text-align: center;
  letter-spacing: 0.02em;
}

.header-sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
  min-width: 10%;
}
@media (width <= 520px) {
  .header-sns {
    display: none;
  }
}
.header-sns--sp {
  display: none;
}
@media (width <= 520px) {
  .header-sns--sp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header-sns__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.header-sns__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sp-header-menu {
  display: none;
}
@media (width <= 520px) {
  .sp-header-menu {
    display: none;
    height: 100vh;
    width: 100%;
    background-color: var(--bg-black);
    padding: 0 20px 0 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
  }
  .sp-header-menu.is_active {
    display: block;
  }
}

.open-button {
  display: none;
}
@media (width <= 520px) {
  .open-button {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/common/hamburger.svg) center no-repeat;
    background-size: contain;
  }
}

.close-button {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 10px;
}
.close-button::before {
  content: "×";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.footer-triangle {
  padding-bottom: calc(10vw + 10px);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.footer-triangle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 10vw solid var(--bg-black);
  border-left: 100vw solid transparent;
}

.footer {
  background-color: var(--bg-black);
  padding: 16px 0;
  position: relative;
  z-index: 2;
}

.footer-container {
  display: block;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  width: 100%;
  min-height: 260px;
  padding: 56px 100px;
  margin-top: 100px;
  background-color: var(--ac-font-c-1);
  color: #fff;
  position: relative;
}
@media (width <= 520px) {
  .footer-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    min-height: auto;
    padding: 24px 20px 40px;
    margin-top: 64px;
    text-align: left;
  }
}
.footer-contact__icon {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  right: 10%;
}
@media (width <= 520px) {
  .footer-contact__icon {
    width: 32px;
    height: 32px;
    right: 20px;
  }
}
.footer-contact__title {
  font-weight: 700;
  font-size: 32px;
}
@media (width <= 520px) {
  .footer-contact__title {
    font-size: 24px;
  }
}
.footer-contact__text {
  line-height: 1.25;
  font-size: 14px;
}

.footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 0;
  line-height: 1.5;
}
@media (width <= 520px) {
  .footer-menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-menu-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 520px) {
  .footer-menu-list__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (width <= 520px) {
  .footer-menu-list__flex--sns {
    -ms-flex-item-align: self-end;
        align-self: self-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-menu-list__item {
  list-style: none;
  margin-right: 40px;
  color: #fff;
}
@media (width <= 520px) {
  .footer-menu-list__item {
    text-align: left;
    margin-right: 16px;
    font-size: 14px;
  }
}

.footer-menu-link {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
@media (width <= 520px) {
  .footer-menu-link {
    font-size: 14px;
  }
}

.footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 64px;
}
.footer-company__logo img {
  width: 200px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-company__name {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
@media (width <= 520px) {
  .footer-company__name {
    font-size: 12px;
  }
}

.footer-copyright {
  display: block;
  margin: 72px 0 0;
  color: #999;
  font-size: 10px;
  text-align: center;
}
@media (width <= 520px) {
  .footer-copyright {
    margin: 48px 0 0;
  }
}
.footer-copyright p {
  margin: 1em 0;
}
.footer-copyright a {
  color: #fff;
}

/* -----------------------------------------------------------------------------------
メイン（ページ中部、コンテンツエリア）
----------------------------------------------------------------------------------- */
.main {
  display: block;
  padding: 92px 0 120px;
}
.main:has(.page-title) {
  padding-top: 0; /* ページタイトルが存在する場合、無効になる */
}
.main:has(.page-title) .page-title {
  padding-top: 92px;
}

@media (width <= 520px) {
  .main {
    padding: 75px 0 120px;
  }
  .main:has(.page-title) {
    padding-top: 0;
  }
  .main:has(.page-title) .page-title {
    padding-top: 75px;
  }
}
/*--------------------------------------
パンクズリスト
----------------------------------------*/
.bread-crumbs {
  display: block;
  width: 100%;
  margin: 24px 0 0;
}
.bread-crumbs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 32px;
  width: 100%;
  padding: 0;
  list-style: none;
}
.bread-crumbs > ul > li {
  font-size: 12px;
  padding-right: 16px;
  color: var(--main-font-c);
  font-weight: 500;
}
.page-title .bread-crumbs > ul > li {
  color: var(--bg-white);
}

.bread-crumbs > ul > li > a {
  font-size: unset;
  color: var(--ac-font-c-1);
  font-weight: unset;
  text-decoration: underline;
}
.bread-crumbs > ul > li:has(> a) {
  position: relative;
}
.bread-crumbs > ul > li:has(> a)::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border: 2px solid var(--sub-font-c-1);
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 50%;
  right: -8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------
タイトル
----------------------------------------*/
.page-title {
  display: block;
  width: 100%;
  padding-bottom: clamp(48px, 6.45vw, 80px); /* 下の装飾用の余白 */
  margin: 0 0 40px;
  background-color: var(--bg-black);
  overflow: hidden;
  position: relative;
}
.page-title::before {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 10vw solid #fff;
  border-left: 100vw solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width <= 520px) {
  .page-title {
    margin-top: 20px;
    padding-top: 30px;
  }
}

.page-title-inner {
  margin: clamp(40px, 5.16vw, 64px) 0 0;
}

.page-title-en {
  display: block;
  margin: 0;
  font-size: 40px;
  color: var(--ac-font-c-1);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media (width <= 520px) {
  .page-title-en {
    margin-top: 32px;
    margin-bottom: 0;
  }
}

.page-title-jp {
  margin: 0.5em 0 0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (width <= 520px) {
  .page-title-jp {
    font-size: 13px;
    margin-top: 0;
  }
}

/*--------------------------------------
固定ボタン
----------------------------------------*/
.float-button {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10;
}
@media (width <= 520px) {
  .float-button {
    right: 30px;
  }
}
.float-button__link {
  /* a */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 160px;
  height: 160px;
  background-color: var(--ac-font-c-1);
  border-radius: 50%;
  color: #fff;
}
@media (width <= 520px) {
  .float-button__link {
    width: 100px;
    height: 100px;
  }
}
.float-button__img {
  width: 32px;
  height: 32px;
  background: url(../images/common/icon_dl.png) no-repeat;
  background-size: contain;
}
.float-button__text {
  margin-bottom: 0.5em;
  line-height: 1.25;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (width <= 520px) {
  .float-button__text {
    font-size: 14px;
  }
}

/*--------------------------------------
アーカイブ
----------------------------------------*/
.category-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px 0;
  margin: 0 0 96px;
}
@media (width <= 520px) {
  .category-area {
    margin: 0 0 64px;
  }
}

.category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-title__img img {
  width: 32px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-title__main {
  font-size: 24px;
  color: var(--main-font-c);
  margin: 0;
  margin-left: 16px;
}

/*--------------------------------------
遷移ボタン（リンク）
----------------------------------------*/
.next-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ac-font-c-1);
  text-decoration: none;
}
.next-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin: 0;
}

/* wrapper */
.next-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (width <= 520px) {
  .next-link-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------
戻るボタン（リンク）
----------------------------------------*/
.back-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-weight: 600;
  font-size: 14px;
  color: var(--ac-font-c-1);
  text-decoration: none;
}
.back-link img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin: 0;
}

/* wrapper */
.back-link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (width <= 520px) {
  .back-link-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*--------------------------------------
ページネーション
----------------------------------------*/
.navigation.pagination {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  width: 100%;
  padding: 0;
}
.navigation.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  padding: 0 0 2px;
  border-bottom: 2px solid #f2f2f2;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigation.pagination .page-numbers.current {
  border-bottom: 2px solid var(--ac-font-c-1);
  pointer-events: none;
}
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers {
  gap: 0 4px;
  width: auto;
  padding: 0.5em 0.8em;
  line-height: 1;
}
.navigation.pagination .prev.page-numbers::before, .navigation.pagination .prev.page-numbers::after,
.navigation.pagination .next.page-numbers::before,
.navigation.pagination .next.page-numbers::after {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation.pagination .prev.page-numbers::before {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.navigation.pagination .next.page-numbers::after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

/*--------------------------------------
ボタン
----------------------------------------*/
.button {
  display: block;
  width: min(100%, 240px);
  margin: 2.5em 0 0;
}
@media (width <= 520px) {
  .button {
    margin: 2.5em auto 0;
  }
}
.button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1em 2em;
  margin: 0;
  background-color: var(--ac-font-c-1);
  border-radius: 900px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
}

@media (width <= 520px) {
  .service-two-content-list {
    display: block;
  }
  .service-two-content-list-item {
    width: 100%;
  }
}
/*--------------------------------------
セクションwrapper
----------------------------------------*/
.section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 104px 0;
}
@media (width <= 520px) {
  .section-wrap {
    gap: 80px 0;
  }
}

.section-wrap + .section-wrap {
  margin: 104px 0 0;
}
@media (width <= 520px) {
  .section-wrap + .section-wrap {
    margin: 80px 0 0;
  }
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px 0;
}
@media (width <= 520px) {
  .article-container {
    gap: 48px 0;
  }
}

/*--------------------------------------
セクション
----------------------------------------*/
.section-container {
  display: block;
  width: min(calc(100% - clamp(20px, 3.7vw, 40px)), 1240px);
  margin: 0 auto;
}

/*--------------------------------------
見出し（大）
----------------------------------------*/
.section-title {
  display: block;
  width: 100%;
  padding: 1em 0 0;
  margin: 0 0 1.5em;
  position: relative;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
}
@media (width <= 520px) {
  .section-title {
    font-size: 25px;
  }
}
.section-title::before, .section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d8e0e6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-title::after {
  width: 10%;
  background-color: var(--ac-font-c-1);
  z-index: 2;
}

/*--------------------------------------
見出し下のコンテンツ
----------------------------------------*/
.section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px 0;
}
@media (width <= 520px) {
  .section-contents {
    gap: 40px 0;
  }
}
.section-contents > :first-child {
  margin-top: 0;
}
.section-contents__group {
  display: block;
}
.section-contents__group > :first-child {
  margin-top: 0;
}

/*--------------------------------------
見出し（中）
----------------------------------------*/
.section-title-2 {
  display: block;
  width: 100%;
  padding: 0 0 0 0.5em;
  margin: 0 0 1.5em;
  border-left: 8px solid var(--ac-font-c-1);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
}
@media (width <= 520px) {
  .section-title-2 {
    font-size: 20px;
  }
}
.section-title-2--large {
  font-size: 30px;
}
@media (width <= 520px) {
  .section-title-2--large {
    font-size: 25px;
  }
}

.section-heading {
  display: block;
  width: 100%;
  margin: 1em 0 1.5em;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
@media (width <= 520px) {
  .section-heading {
    font-size: 18px;
  }
}
.section-heading--large {
  font-size: 30px;
}
@media (width <= 520px) {
  .section-heading--large {
    font-size: 25px;
  }
}

.section-heading-2 {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
}
@media (width <= 520px) {
  .section-heading-2 {
    font-size: 17px;
  }
}

.section-lead {
  display: block;
  width: 100%;
  margin: 0 0 1em;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.6;
}
.section-lead--medium {
  font-size: 1.1em;
}
.section-lead--small {
  font-size: 1em;
}

.section-text {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.6;
}
.section-text > p {
  margin: 0.5em 0 0;
}

.accent-box {
  display: inline-block;
  width: auto;
  padding: 0.4em 1.5em;
  margin: 0 0 0.5em;
  background: var(--ac-font-c-1);
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
}
.accent-box:has(.accent-box__inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accent-box__inner {
  display: block;
  width: 100%;
}
.accent-box--full {
  display: block;
}
.accent-box--black {
  background: var(--bg-black);
}
.accent-box--orange {
  background: #f39801;
}
.accent-box--sky {
  background: #d4f4fe;
  color: var(--ac-font-c-1);
}
.accent-box--ghost {
  background: transparent;
  border: 2px solid;
  color: var(--ac-font-c-1);
}

.accent-box-duo {
  display: inline-block;
  width: auto;
  font-weight: 700;
  line-height: 1.25;
}
.accent-box-duo__top, .accent-box-duo__bottom {
  display: inline-block;
  width: 100%;
  padding: 0.4em 1em;
  border: 2px solid #bfbfbf;
  border-radius: 5px 5px 0 0;
  background: #fff;
}
.accent-box-duo__bottom {
  border-radius: 0 0 5px 5px;
  border: 2px solid #bfbfbf;
  background: #bfbfbf;
  color: #333;
}

.section-bg-box {
  display: inline-block;
  width: auto;
  padding: 1em;
  background: #f7f7f7;
  border-radius: 5px;
}
.section-bg-box--ghost {
  background: transparent;
  border: 2px solid var(--ac-font-c-1);
}

.section-box-op-flow {
  margin: 0 24px 0 0;
  position: relative;
}
@media (width <= 520px) {
  .section-box-op-flow {
    margin: 0 0 24px 0;
  }
}
.section-box-op-flow::after {
  content: "";
  display: block;
  width: 120px;
  height: 80%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(71, 160, 227, 0)), color-stop(32%, rgb(71, 160, 227)), to(rgb(71, 160, 227)));
  background: linear-gradient(90deg, rgba(71, 160, 227, 0) 0%, rgb(71, 160, 227) 32%, rgb(71, 160, 227) 100%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 20% 50%);
          clip-path: polygon(0 0, 0% 100%, 20% 50%);
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (width <= 520px) {
  .section-box-op-flow::after {
    width: 80%;
    height: 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 160, 227, 0)), color-stop(32%, rgb(71, 160, 227)), to(rgb(71, 160, 227)));
    background: linear-gradient(180deg, rgba(71, 160, 227, 0) 0%, rgb(71, 160, 227) 32%, rgb(71, 160, 227) 100%);
    -webkit-clip-path: polygon(0 0, 50% 20%, 100% 0);
            clip-path: polygon(0 0, 50% 20%, 100% 0);
    top: calc(100% + 8px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.section-box-op-flow--keep::after {
  width: 120px;
  height: 160px;
}
@media (width <= 520px) {
  .section-box-op-flow--keep::after {
    width: 160px;
    height: 120px;
  }
}
.section-box-op-flow--b-arrow {
  margin: 0 0 72px 0;
}
.section-box-op-flow--b-arrow::after {
  width: 80px;
  height: 56px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(71, 160, 227, 0)), color-stop(32%, rgb(71, 160, 227)), to(rgb(71, 160, 227)));
  background: linear-gradient(180deg, rgba(71, 160, 227, 0) 0%, rgb(71, 160, 227) 32%, rgb(71, 160, 227) 100%);
  -webkit-clip-path: polygon(20% 0, 80% 0, 80% 65%, 100% 65%, 50% 100%, 0 65%, 20% 65%);
          clip-path: polygon(20% 0, 80% 0, 80% 65%, 100% 65%, 50% 100%, 0 65%, 20% 65%);
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (width <= 520px) {
  .section-box-op-flow--b-arrow::after {
    -webkit-clip-path: polygon(20% 0, 80% 0, 80% 65%, 100% 65%, 50% 100%, 0 65%, 20% 65%);
            clip-path: polygon(20% 0, 80% 0, 80% 65%, 100% 65%, 50% 100%, 0 65%, 20% 65%);
  }
}
.section-box-op-flow--b-black::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(32%, rgb(1, 1, 1)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, rgb(1, 1, 1) 32%, rgb(0, 0, 0) 100%);
}

.section-list {
  padding: 0 0 0 1.5em;
}
.section-list li {
  margin: 0 0 0.5em;
  line-height: 1.25;
}
.section-list li::marker {
  color: var(--ac-font-c-1);
}

.section-table {
  width: 100%;
  table-layout: fixed;
}
.section-table thead {
  width: 100%;
}
.section-table thead th {
  padding: 0.5em;
  border: 1px solid #333;
  border-right-color: #fff;
  background: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  color: #fff;
  white-space: nowrap;
}
.section-table thead td {
  padding: 0.5em;
  background-color: transparent;
}
.section-table thead tr > th:last-of-type {
  border-right-color: #333;
}
.section-table tbody th,
.section-table tbody td {
  padding: 0.5em;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
}
.section-table tbody th {
  background: #f7f7f7;
  font-size: 0.9em;
}
.section-table tbody td {
  background: #fff;
}
.section-table tbody td span {
  font-size: 0.8em;
}
.section-table th.sell-active {
  background: var(--ac-font-c-1);
  border-color: #333;
}
.section-table td.sell-active {
  background: #d4f4fe;
}

@media (width <= 520px) {
  .section-table-scroll-wrap {
    overflow-x: scroll;
  }
}
@media (width <= 520px) {
  .section-table-scroll-wrap .section-table {
    min-width: 720px;
  }
}

.accent-box-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: minmax(72px, 1fr);
  gap: 16px;
}
.accent-box-list--4 {
  grid-template-columns: repeat(4, 1fr);
}
.accent-box-list--3 {
  grid-template-columns: repeat(3, 1fr);
}
.accent-box-list--2 {
  grid-template-columns: repeat(2, 1fr);
}
.accent-box-list--1 {
  grid-template-columns: repeat(1, 1fr);
}
.accent-box-list--auto {
  grid-template-columns: repeat(auto-fit, min(100%, 280px));
}
@media (width <= 520px) {
  .accent-box-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.accent-box-list .accent-box {
  list-style-type: none;
  padding: 0.4em;
  margin: 0;
  letter-spacing: 0;
  border-radius: 5px;
}
.accent-box-list .accent-box-duo {
  list-style-type: none;
  letter-spacing: 0;
}
.accent-box-list .accent-box-duo > * {
  padding: 0.4em;
}

.accent-box-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 16px;
}
.accent-box-list-flex .accent-box {
  list-style-type: none;
  width: min(100%, 240px);
  letter-spacing: 0;
  border-radius: 5px;
  padding: 1em 0.5em;
  margin: 0;
}
.accent-box-list-flex .accent-box-duo {
  list-style-type: none;
  letter-spacing: 0;
}
.accent-box-list-flex .accent-box-duo > * {
  padding: 0.5em;
}

.img-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(100%, 300px));
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  gap: 16px 8px;
}
@media (width <= 520px) {
  .img-table {
    grid-template-columns: repeat(1, 1fr);
  }
}
.img-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 0;
}
.img-table__item > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.img-table__title {
  width: 100%;
  padding: 56.25% 0 0;
  border: 2px solid var(--ac-font-c-1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-table__title > span {
  display: block;
  width: 100%;
  padding: 0.5em;
  background: rgba(71, 160, 227, 0.8);
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.img-table__title > img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.img-table__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 100%;
  text-align: center;
}
.img-table__list > dt {
  width: 80%;
  padding: 0.25em 2em;
  border: 2px solid;
  border-radius: 20px;
  color: var(--ac-font-c-1);
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.img-table__list > dt:last-of-type {
  margin: auto 0 0;
}
.img-table__list > dd {
  margin: 0 0 1em;
  font-size: 0.95em;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.img-table__list > dd:last-of-type {
  margin: 0;
}

.section-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 1em 0;
}
.section-block-row > * {
  list-style-type: none;
}
.section-block-row__70 {
  width: calc(70% - 8px);
}
@media (width <= 520px) {
  .section-block-row__70 {
    width: 100%;
  }
}
.section-block-row__60 {
  width: calc(60% - 8px);
}
@media (width <= 520px) {
  .section-block-row__60 {
    width: 100%;
  }
}
.section-block-row__50 {
  width: calc(50% - 8px);
}
@media (width <= 520px) {
  .section-block-row__50 {
    width: 100%;
  }
}
.section-block-row__40 {
  width: calc(40% - 8px);
}
@media (width <= 520px) {
  .section-block-row__40 {
    width: 100%;
  }
}
.section-block-row__30 {
  width: calc(30% - 8px);
}
@media (width <= 520px) {
  .section-block-row__30 {
    width: 100%;
  }
}
.section-block-row__20 {
  width: calc(20% - 8px);
}
@media (width <= 520px) {
  .section-block-row__20 {
    width: 100%;
  }
}
.section-block-row .section-block-row {
  margin: 0;
}

.section-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.accent-bg-gray {
  background: #f7f7f7;
}

.accent-bg-sky {
  background: #dff2fc;
}

.accent-color-blue {
  color: var(--ac-font-c-1);
}

.accent-color-sky {
  color: #dff2fc;
}

.accent-color-black {
  color: var(--bg-black);
}

.accent-color-orange {
  color: #f39801;
}

.accent-color-gray {
  color: #bfbfbf;
}

.accent-align-center {
  text-align: center;
}

.accent-align-right {
  text-align: right;
}

.accent-fs-large {
  font-size: 1.5em;
  margin: 0 0.1em;
}

.accent-fs-small {
  font-size: 0.8em;
  margin: 0 0.1em;
}