/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * フロントエンドのCSS
**/
/**
 * 1. Foundation
 */
/**
 * 4. Vendor
 */
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}
/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}
/**
 * Meyer Reset
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/**
 * _variable.scss
 * @layer Foundation / Variable
 * @description サイト全体で利用する変数。
**/
/* Include files */
/* Variables */
/* Stylesheet */
:root {
  /* テーマカラー */
  --orange: #fa7a00;
  --navy: #12284b;
  --dark-navy: #0b1930;
  --gradation: linear-gradient(45deg, #ff7a00 50%, #ffb347 100%);
  /* ニュートラルカラー */
  --gray: #e5e7eb;
  --white: #fff;
  /* サイト用カラー ※ 必須設定 */
  --color-primary: #fa7a00;
  --color-primary-rgb: 250, 122, 0;
  --color-primary-contrast: #fff;
  --color-secondary: #12284b;
  --color-secondary-contrast: #fff;
  --color-text: #222b39;
  --color-text-rgb: 34, 43, 57;
  --color-text-gray: #8a94a6;
  --color-text-link: blue;
  --color-border: #e5e7eb;
  /* その他 */
  --transition: 0.2s;
  /* 状態別カラー */
  --color-success: #1f8a5b;
  --color-success-bg: #eaf6f0;
  --color-success-text: #0d4f35;
  --color-success-border: #a8d7c0;
  --color-caution: #d99a00;
  --color-caution-bg: #fff7e6;
  --color-caution-text: #6b4500;
  --color-caution-border: #f2cf7a;
  --color-danger: #d94a3a;
  --color-danger-bg: #fdecea;
  --color-danger-text: #7a1f18;
  --color-danger-border: #f4b3ab;
  /* SNSカラー */
  --color-x: #000;
  --color-facebook: #0076fb;
  --color-instagram: #d93177;
  --color-youtube: #f00;
  --color-line: #00b900;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _media-query.scss
 * @layer Foundation / Media query
 * @description CSS全体で利用する、メディアクエリMixin。
**/
/* Include files */
/* Variables */
/* mixin */
/* Variables */
/* Stylesheet */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", -apple-system, blinkmacsystemfont, "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", meiryo, sans-serif;
  color: var(--color-text);
  background: url(../images/common/background.png) repeat;
  -webkit-font-smoothing: antialiased;
}
body[data-nav-visible=true] {
  overflow: hidden;
}
main {
  display: block;
}
p {
  line-height: 1.8;
}
th {
  text-align: left;
}
em,
dfn {
  font-style: italic;
}
a,
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
label {
  display: block;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
}
button,
input {
  overflow: visible;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}
@media only screen and (min-width: 1024px) {
  [data-mobile-only] {
    display: none;
  }
}
@media only screen and (max-width: 1023.9px) {
  [data-desktop-only] {
    display: none;
  }
}
/**
 * 2. Lauout
 */
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _header.scss
 * @layer Layout / Header
 * @description サイトの共通ヘッダーのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 56px;
  background: var(--white);
  border-bottom: 1px solid var(--color-border);
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 80px;
    transition: var(--transition);
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header__logo {
  margin-left: -4px;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    margin-left: -20px;
  }
}
.header__logo-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  transition: 0.2s;
}
.header__logo-link:hover {
  opacity: 0.75;
}
.header__logo-image {
  width: auto;
  height: 32px;
}
@media only screen and (min-width: 1024px) {
  .header__logo-image {
    height: 40px;
  }
}
.header__button {
  position: relative;
  z-index: 12;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  background: var(--white);
  border-radius: 2px;
}
@media only screen and (min-width: 1024px) {
  .header__button {
    display: none;
  }
}
.header__button-bar {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 12px);
  width: 24px;
  height: 3px;
  background: var(--navy);
  border-radius: 2px;
  transition: 0.2s;
}
.header__button-bar:nth-child(1) {
  margin-top: -8px;
}
.header__button-bar:nth-child(3) {
  margin-top: 8px;
}
[data-nav-visible=true] .header__button-bar:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}
[data-nav-visible=true] .header__button-bar:nth-child(2) {
  left: 50%;
  width: 0;
}
[data-nav-visible=true] .header__button-bar:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.header .global-nav__action {
  margin-right: -20px;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _mobile-nav.scss
 * @layer Layout / Mobile nav
 * @description モバイル表示時のグローバルナビゲーションのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  width: calc(100% - 40px);
  overflow-y: scroll;
  background: var(--dark-navy);
  transform: translate3d(100%, 0, 0);
  transition: 0.2s;
}
[data-nav-visible=true] .mobile-nav {
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__panel {
  padding: 56px 24px 24px;
}
.mobile-nav__menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav__menu-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav__menu-link {
  display: flex;
  align-items: center;
  height: 54px;
  font-weight: 500;
  color: var(--white);
}
.mobile-nav__action-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.mobile-nav__action-item {
  text-align: center;
}
.mobile-nav__sub-menu-list {
  margin-top: 24px;
}
.mobile-nav__sub-menu-link {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  color: var(--white);
}
.mobile-nav__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-text-rgb), 0.75);
  opacity: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: 0.2s;
}
[data-nav-visible=true] .mobile-nav__bg {
  visibility: visible;
  opacity: 1;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _global-nav.scss
 * @layer Layout / Global nav
 * @description PC表示時のグローバルナビゲーションのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
@media only screen and (max-width: 1023.9px) {
  .global-nav__menu {
    display: none;
  }
}
.global-nav__menu-list {
  display: flex;
  gap: 8px;
}
.global-nav__menu-link {
  position: relative;
  display: block;
  padding: 16px 12px;
  transition: var(--transition);
}
.global-nav__menu-link::after {
  position: absolute;
  bottom: 4px;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  content: "";
  background: var(--color-secondary);
  border-radius: 50%;
  opacity: 0;
  transition: var(--transition);
}
.global-nav__menu-link:hover::after {
  opacity: 1;
}
@media only screen and (max-width: 1023.9px) {
  .global-nav__action {
    display: none;
  }
}
.global-nav__action-list {
  display: flex;
}
.global-nav__action-item .button-primary {
  min-width: 0;
  min-height: 48px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _page-header.scss
 * @layer Layout / Main header
 * @description 下層ページ共通で表示するヘッダーのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.page-header {
  padding: 32px 0 16px;
  border-bottom: 1px solid var(--color-border);
}
@media only screen and (min-width: 1024px) {
  .page-header {
    padding: 40px 0 32px;
  }
}
.page-header__content {
  max-width: 520px;
}
.page-header__description {
  margin-top: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023.9px) {
  .page-header__description {
    font-size: 14px;
  }
}
.page-header__button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-header__button-list {
    gap: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023.9px) {
  .page-header__button-item .button-primary, .page-header__button-item .button-secondary-outline {
    width: 100%;
    min-width: 0;
    padding: 12px 4px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__button-item .button-primary, .page-header__button-item .button-secondary-outline {
    width: 100%;
  }
}
.page-header .breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width: 1023.9px) {
  .page-header .breadcrumb {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header .breadcrumb {
    max-width: calc(100% - 520px - 60px);
    margin-top: -16px;
    margin-left: auto;
    font-size: 14px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _section.scss
 * @layer Layout / Section
 * @description サイト共通で使用するセクション区切りにおける上下のマージンおよびパディング。
**/
/**
 * セクション
**/
/* Include files */
/* Variables */
/* Stylesheet */
.section {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.section__description {
  margin-top: 8px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .section__description {
    margin-top: 20px;
  }
}
.section__content {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__content {
    margin-top: 40px;
  }
}
.section__footer {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .section__footer {
    margin-top: 40px;
  }
}
.section__button {
  text-align: center;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _container.scss
 * @layer Layout / Container
 * @description サイト共通で使用する横幅を設定。
**/
/* Include files */
/* Variables */
.container-xs, .container-s, .container-m, .container {
  box-sizing: content-box;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .container-xs, .container-s, .container-m, .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/* Stylesheet */
.container {
  max-width: 1200px;
}
.container-m {
  max-width: 960px;
}
.container-s {
  max-width: 800px;
}
.container-xs {
  max-width: 640px;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _column.scss
 * @layer Layout / Column
 * @description サイト共通で使用するカラムを設定。
**/
/* Include files */
/* Variables */
/* Stylesheet */
@media only screen and (min-width: 1024px) {
  .column-toc {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .column-toc__main {
    width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .column-toc__aside {
    width: calc(100% - 640px - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  .column-toc__aside .toc {
    position: sticky;
    top: 100px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _sub-cta.scss
 * @layer Layout / Sub CTA
 * @description サイト共通で表示するサブCTAのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.sub-cta {
  color: var(--white);
}
.sub-cta .heading-2 {
  font-weight: 700;
}
.sub-cta__description {
  margin-top: 16px;
}
.sub-cta__button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .sub-cta__button-list {
    gap: 20px;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 1023.9px) {
  .sub-cta__button-item .button-primary, .sub-cta__button-item .button-white {
    width: 100%;
    min-width: 0;
    padding: 12px 4px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .sub-cta__button-item .button-primary, .sub-cta__button-item .button-white {
    width: 100%;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _cta.scss
 * @layer Layout / CTA
 * @description サイト共通で表示するCTAのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.cta {
  color: var(--white);
}
.cta .heading-2 {
  font-weight: 700;
}
.cta__description {
  margin-top: 16px;
}
.cta__button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .cta__button-list {
    gap: 20px;
    max-width: 500px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 1023.9px) {
  .cta__button-item .button-primary, .cta__button-item .button-white {
    width: 100%;
    min-width: 0;
    padding: 12px 4px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta__button-item .button-primary, .cta__button-item .button-white {
    width: 100%;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _footer.scss
 * @layer Layout / Footer
 * @description サイトの共通フッターのレイアウトおよび装飾。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.footer {
  padding: 32px 0 24px;
  border-top: 1px solid var(--color-border);
}
@media only screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 1023.9px) {
  .footer .container {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__company {
    width: calc(100% - 640px);
  }
}
.footer__company-logo {
  height: 32px;
}
@media only screen and (min-width: 1024px) {
  .footer__company-logo {
    height: 40px;
  }
}
.footer__company-logo-image {
  width: auto;
  height: 100%;
}
.footer__company-message {
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.5;
}
.footer__company-name {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.footer__company-address {
  font-size: 14px;
  line-height: 1.5;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 0;
}
@media only screen and (max-width: 1023.9px) {
  .footer__nav {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 640px;
  }
}
.footer__nav .heading-label {
  color: var(--color-secondary);
}
.footer__nav-menu-list {
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .footer__nav-menu-list {
    margin-top: 16px;
  }
}
.footer__nav-menu-item {
  line-height: 1.5;
}
@media only screen and (max-width: 1023.9px) {
  .footer__nav-menu-item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__nav-menu-item {
    margin: 8px 0;
  }
}
.footer__nav-menu-link {
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 1023.9px) {
  .footer__nav-menu-link {
    display: block;
    padding: 8px 0 8px 1em;
  }
}
.footer__nav-menu-link:hover {
  text-decoration: underline;
}
.footer__nav-menu-link::before {
  position: absolute;
  top: 17px;
  left: 4px;
  width: 0.375em;
  height: 0.375em;
  content: "";
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .footer__nav-menu-link::before {
    top: 10px;
  }
}
.footer__copyright {
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--color-text-gray);
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    margin-top: 60px;
    font-size: 14px;
  }
}
.footer__copyright a:hover {
  text-decoration: underline;
}
/**
 * 3. Object - Component
 */
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _badge.scss
 * @layer Object / Component / Badge
 * @description サイト全体で再利用する、汎用的なバッジコンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.badge-gray, .badge-secondary, .badge-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 20px;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 2px;
}
/* Stylesheet */
.badge-primary {
  color: var(--color-primary-contrast);
  background: var(--color-primary);
}
.badge-secondary {
  color: var(--color-secondary-contrast);
  background: var(--color-secondary);
}
.badge-gray {
  color: var(--white);
  background: var(--color-text-gray);
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _breadcrumb.scss
 * @layer Object / Component / Breadcrumb
 * @description サイト全体で再利用する、汎用的なパンくずリストコンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.breadcrumb {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-text-gray);
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span::before {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 6px;
  margin-left: 4px;
  content: "";
  background: var(--color-text-gray);
}
.breadcrumb span:first-child::before {
  content: none;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _button.scss
 * @layer Object / Component / Button
 * @description サイト全体で再利用する、汎用的なボタンコンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.button-white, .button-secondary-outline, .button-secondary, .button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 48px;
  padding: 8px 24px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
  transition: var(--transition);
}
@media only screen and (min-width: 1024px) {
  .button-white, .button-secondary-outline, .button-secondary, .button-primary {
    min-height: 64px;
    font-size: 18px;
  }
}
.button-white span, .button-secondary-outline span, .button-secondary span, .button-primary span {
  position: relative;
  top: 2px;
}
.button-white span:first-child, .button-secondary-outline span:first-child, .button-secondary span:first-child, .button-primary span:first-child {
  margin-right: 6px;
}
/* Stylesheet */
.button-primary {
  color: var(--color-primary-contrast);
  background: var(--gradation);
}
.button-primary:hover {
  opacity: 0.75;
}
.button-secondary {
  color: var(--color-secondary-contrast);
  background: var(--color-secondary);
}
.button-secondary:hover {
  opacity: 0.75;
}
.button-secondary-outline {
  color: var(--color-secondary);
  background: var(--color-secondary-contrast);
  border: 1px solid var(--color-secondary);
}
.button-secondary-outline:hover {
  background: var(--gray);
}
.button-white {
  color: var(--color-secondary);
  background: var(--color-secondary-contrast);
}
.button-white:hover {
  background: var(--gray);
}
.button-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding-left: 44px;
  font-weight: 500;
  color: var(--color-secondary);
}
.button-text::before, .button-text::after {
  content: "";
  transition: var(--transition);
}
.button-text::before {
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
.button-text::after {
  position: absolute;
  top: 18px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  transform: rotate(45deg);
}
.button-text:hover::before {
  background: var(--color-secondary);
}
.button-text:hover::after {
  border-color: var(--color-secondary-contrast);
  animation: arrow-move 0.2s forwards;
}
.button-text-s {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding-right: 32px;
  color: var(--color-secondary);
}
.button-text-s::before, .button-text-s::after {
  content: "";
  transition: var(--transition);
}
.button-text-s::before {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
}
.button-text-s::after {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  transform: rotate(45deg);
}
.button-text-s:hover::before {
  background: var(--color-secondary);
}
.button-text-s:hover::after {
  border-color: var(--color-secondary-contrast);
  animation: arrow-move 0.2s forwards;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  49% {
    transform: translateX(8px) rotate(45deg);
  }
  50% {
    transform: translateX(-8px) rotate(45deg);
  }
  100% {
    transform: translateX(0) rotate(45deg);
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _form.scss
 * @layer Object / Component / Form
 * @description サイト全体で再利用する、汎用的なフォーム関連コンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.form-select, .form-textarea, .form-input {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.75em;
  letter-spacing: inherit;
  background-color: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .form-select, .form-textarea, .form-input {
    padding: 0.75em 1em;
  }
}
.form-select:focus, .form-textarea:focus, .form-input:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}
.form-select::-moz-placeholder, .form-textarea::-moz-placeholder, .form-input::-moz-placeholder {
  color: var(--color-text-gray);
  opacity: 0.5;
}
.form-select::placeholder, .form-textarea::placeholder, .form-input::placeholder {
  color: var(--color-text-gray);
  opacity: 0.5;
}
/* Stylesheet */
.form-group {
  margin-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .form-group {
    margin-top: 24px;
  }
}
.form-label {
  margin-bottom: 4px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .form-label {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.form-textarea {
  height: 10em;
  line-height: 1.5;
}
.form-action {
  margin-top: 32px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .form-action {
    margin-top: 40px;
  }
}
.form-action .button-primary {
  min-height: 56px;
}
@media only screen and (min-width: 1024px) {
  .form-action .button-primary {
    min-height: 64px;
    font-size: 18px;
  }
}
/* ラベルにclassを設定する */
.form-required::after {
  color: var(--color-danger);
  content: "*";
}
/* Contact form 7 */
.wpcf7-not-valid {
  border-color: var(--color-danger-border);
}
.wpcf7-not-valid-tip {
  margin-top: 4px;
  font-size: 14px;
  color: var(--color-danger);
}
.wpcf7-spinner {
  display: block;
  margin: 8px auto 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  padding: 12px 16px;
  margin: 8px 0 0;
  line-height: 1.5;
  border-radius: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--color-caution);
  background: var(--color-caution-bg);
  border-color: var(--color-caution-border);
}
.wpcf7-turnstile {
  text-align: center;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _heading.scss
 * @layer Object / Component / Heading
 * @description サイト全体で再利用する、汎用的な見出しコンポーネント。Wysiwygの見出しタグを設定する。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.heading-4,
.wysiwyg h4, .heading-3,
.wysiwyg h3, .heading-2,
.wysiwyg h2, .heading-1 {
  font-weight: 500;
  line-height: 1.5;
}
/* Stylesheet */
.heading-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-text-gray);
}
@media only screen and (min-width: 1024px) {
  .heading-label {
    font-size: 16px;
  }
}
.heading-1 {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .heading-1 {
    font-size: 40px;
  }
}
.heading-2,
.wysiwyg h2 {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .heading-2,
  .wysiwyg h2 {
    font-size: 32px;
  }
}
.heading-3,
.wysiwyg h3 {
  font-size: 20px;
}
@media only screen and (min-width: 1024px) {
  .heading-3,
  .wysiwyg h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .heading-4,
  .wysiwyg h4 {
    font-size: 20px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _list.scss
 * @layer Object / Component / List
 * @description サイト全体で再利用する、汎用的なリストコンポーネント。Wysiwygのリストタグを設定する。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.list-decimal li,
.wysiwyg :where(ol) li, .list-square li, .list-circle li, .list-disc li,
.wysiwyg :where(ul) li {
  position: relative;
  padding-left: 1.5em;
  margin: 8px 0;
  line-height: 1.5;
}
.list-decimal li::before,
.wysiwyg :where(ol) li::before, .list-square li::before, .list-circle li::before, .list-disc li::before,
.wysiwyg :where(ul) li::before {
  position: absolute;
  top: 0.5625em;
  left: 0.5em;
  width: 0.375em;
  height: 0.375em;
  content: "";
}
/* Stylesheet */
.list-disc li::before,
.wysiwyg :where(ul) li::before {
  background: var(--color-text);
  border-radius: 50%;
}
.list-circle li::before {
  border: 1px solid var(--color-text);
  border-radius: 50%;
}
.list-square li::before {
  background: var(--color-text);
}
.list-decimal,
.wysiwyg :where(ol) {
  counter-reset: i;
}
.list-decimal li::before,
.wysiwyg :where(ol) li::before {
  top: 0;
  left: 0.25em;
  width: auto;
  height: auto;
  content: counter(i) ".";
  counter-increment: i;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _pagination.scss
 * @layer Object / Component / Pagination
 * @description サイト全体で再利用する、汎用的なページネーションコンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  border-radius: 2px;
  transition: var(--transition);
}
.pagination .page-numbers.current {
  color: var(--color-secondary-contrast);
  pointer-events: none;
  cursor: default;
  background: var(--color-secondary);
  border-color: var(--color-secondary);
}
.pagination .page-numbers.dots {
  pointer-events: none;
  cursor: default;
  border: none;
}
.pagination .page-numbers:hover {
  background: var(--gray);
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _table.scss
 * @layer Object / Component / Table
 * @description サイト全体で再利用する、汎用的なテーブルコンポーネント。Wysiwygのテーブルタグを設定する。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
.table-bordered,
.wysiwyg table {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
.table-bordered th,
.wysiwyg table th,
.table-bordered td,
.wysiwyg table td {
  min-width: 100px;
  padding: 8px;
}
@media only screen and (min-width: 1024px) {
  .table-bordered th,
  .wysiwyg table th,
  .table-bordered td,
  .wysiwyg table td {
    padding: 16px 20px;
  }
}
/* Stylesheet */
.table-bordered th,
.table-bordered td,
.wysiwyg table th,
.wysiwyg table td {
  border: 1px solid var(--color-border);
}
@media only screen and (max-width: 1023.9px) {
  .table-bordered th,
  .table-bordered td,
  .wysiwyg table th,
  .wysiwyg table td {
    font-size: 14px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _toc.scss
 * @layer Object / Component / TOC
 * @description サイト全体で再利用する、汎用的な目次コンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.toc {
  padding: 16px;
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.toc__title {
  font-weight: 700;
  color: var(--color-secondary);
  text-align: center;
}
.toc__list {
  line-height: 1.5;
}
.toc__item, .toc__child-item {
  position: relative;
  padding-left: 1em;
  margin: 8px 0;
  line-height: 1.5;
}
.toc__item::before, .toc__child-item::before {
  position: absolute;
  top: 0.5625em;
  left: 0;
  width: 0.375em;
  height: 0.375em;
  content: "";
  border-radius: 50%;
}
.toc__item::before {
  background: var(--color-text);
}
.toc__item.is-current > a {
  font-weight: 700;
  color: var(--color-secondary);
}
.toc__child-item::before {
  border: 1px solid var(--color-text);
}
.toc a:hover {
  text-decoration: underline;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _wysiwyg.scss
 * @layer Object / Component / Wysiwyg
 * @description サイト全体で再利用する、汎用的なウィジウィグコンポーネント。
 * ※ 固有の余白（Margin）や位置調整は、呼び出し側のProjectやLayoutで行うこと。
**/
/**
 * WYSIWYG（本文エリア）
**/
/* Include files */
/* Variables */
/* Stylesheet */
.wysiwyg {
  line-height: 1.8;
}
.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg table,
.wysiwyg blockquote {
  margin: 1em 0;
}
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  margin-top: 1.5em;
}
.wysiwyg a {
  color: var(--color-text-link);
}
.wysiwyg a:hover {
  text-decoration: underline;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg blockquote {
  padding: 16px 24px;
  color: var(--color-text-gray);
  border-left: 4px solid var(--color-border);
}
.wysiwyg table ul {
  margin: 0;
}
/**
 * 4. Object - Project
 */
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
.blog-list {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
.news-item {
  border-top: 1px solid var(--color-border);
}
.news-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.news-item__link {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 4px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .news-item__link {
    padding: 32px 8px;
  }
}
.news-item__date {
  width: 100px;
}
@media only screen and (min-width: 1024px) {
  .news-item__date {
    width: 120px;
  }
}
.news-item__category {
  padding-top: 4px;
  font-size: 12px;
  color: var(--color-text-gray);
}
@media only screen and (min-width: 1024px) {
  .news-item__category {
    width: 140px;
    padding-top: 2px;
    font-size: 14px;
  }
}
.news-item__title {
  line-height: 1.5;
}
@media only screen and (max-width: 1023.9px) {
  .news-item__title {
    width: 100%;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  .news-item__title {
    width: calc(100% - 120px - 140px);
  }
}
.news-item {
  /* hover state */
}
.news-item__link:hover .news-item__title {
  text-decoration: underline;
}
.news-article__content {
  margin-top: 24px;
}
@media only screen and (min-width: 1024px) {
  .news-article__content {
    margin-top: 40px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
.work-list--grid {
  display: grid;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  .work-list--grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 32px;
  }
}
.work-card__link {
  display: block;
}
.work-card__image {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  transition: var(--transition);
}
.work-card__link:hover .work-card__image {
  background: var(--gray);
}
.work-card__image img {
  transition: var(--transition);
}
.work-card__link:hover .work-card__image img {
  transform: scale(1.05);
}
.work-card__figcaption {
  margin-top: 8px;
}
.work-card__company {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-gray);
}
.work-card__title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .work-card__title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .work-article__title {
    width: 100%;
  }
}
.work-article__thumbnail {
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
@media only screen and (max-width: 1023.9px) {
  .work-article__thumbnail {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-article__thumbnail {
    order: 3;
    width: 560px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-article__detail {
    width: calc(100% - 560px - 60px);
  }
}
.work-article__detail a {
  text-decoration: underline;
}
.work-article__detail a:hover {
  color: var(--color-text-link);
}
.work-article__dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023.9px) {
  .work-article__dl {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .work-article__dl {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}
.work-article__dt, .work-article__dd {
  padding: 12px 0;
}
.work-article__dt {
  border-bottom: 1px solid var(--color-secondary);
}
.work-article__dd {
  border-bottom: 1px solid var(--color-border);
}
.work-article__member-role {
  margin-top: 8px;
  color: var(--color-text-gray);
}
@media only screen and (min-width: 1024px) {
  .work-article__member-role {
    margin-top: 16px;
  }
}
.work-article__member-role:first-child {
  margin-top: 0;
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
.case-list {
  display: grid;
  gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .case-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 48px;
  }
}
.case-card__title {
  padding: 12px 16px;
  font-weight: 500;
  line-height: 1.5;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .case-card__title {
    padding: 16px 20px;
    font-size: 18px;
  }
}
.case-card__user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.case-card__user-image {
  width: 64px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .case-card__user-image {
    width: 80px;
  }
}
.case-card__user-name {
  width: calc(100% - 64px - 12px);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-gray);
}
@media only screen and (max-width: 1023.9px) {
  .case-card__user-name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .case-card__user-name {
    width: calc(100% - 80px - 16px);
  }
}
.case-card__user-name span {
  display: block;
}
.case-card__link {
  margin-top: 4px;
  text-align: right;
}
.case-article__user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.case-article__user-image {
  width: 64px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .case-article__user-image {
    width: 80px;
  }
}
.case-article__user-name {
  width: calc(100% - 64px - 12px);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-gray);
}
@media only screen and (max-width: 1023.9px) {
  .case-article__user-name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .case-article__user-name {
    width: calc(100% - 80px - 16px);
  }
}
.case-article__user-name span {
  display: block;
}
.case-article__thumbnail {
  margin-top: 12px;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .case-article__thumbnail {
    margin-top: 20px;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
.home-hero__container {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__container {
    align-items: end;
    justify-content: space-between;
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-left: calc((100% - 1280px) / 2);
  }
}
.home-hero__content {
  padding: 16px 0 24px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__content {
    width: 520px;
    padding: 40px 0;
  }
}
.home-hero__heading {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .home-hero__heading {
    margin-right: -20px;
  }
}
.home-hero__description {
  margin-top: 8px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__description {
    margin-top: 20px;
  }
}
.home-hero__description p {
  margin-top: 8px;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__description p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.home-hero__feature {
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__feature {
    margin-top: 40px;
  }
}
.home-hero__feature-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__feature-item {
    display: flex;
    align-items: center;
  }
}
.home-hero__feature-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-secondary-contrast);
  background: var(--color-secondary);
  border-radius: 50%;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__feature-item-icon {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__feature-item-icon {
    width: 44px;
    height: 44px;
    margin-right: 8px;
    font-size: 18px;
  }
}
.home-hero__feature-item-text {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__feature-item-text {
    margin-top: 4px;
    text-align: center;
  }
}
.home-hero__feature-item-text span {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--navy);
}
.home-hero__button {
  margin-top: 12px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__button {
    margin-top: 20px;
  }
}
.home-hero__button-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .home-hero__button-list {
    gap: 20px;
  }
}
.home-hero__button-item .button-primary, .home-hero__button-item .button-secondary-outline {
  width: 100%;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__button-item .button-primary, .home-hero__button-item .button-secondary-outline {
    min-width: 0;
    padding: 12px 4px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__button-item .button-primary, .home-hero__button-item .button-secondary-outline {
    width: 100%;
  }
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide {
    order: -1;
    margin: 0 -16px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
  }
}
.home-hero__slide-item {
  position: relative;
}
.home-hero__slide-figure {
  position: relative;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide-figure {
    aspect-ratio: 3/2;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-figure {
    width: 100%;
    height: 480px;
  }
}
.home-hero .home-hero__slide-img--c, .home-hero .home-hero__slide-img--b, .home-hero .home-hero__slide-img--a, .home-hero .home-hero__slide-img {
  position: absolute;
  max-width: none;
}
@media only screen and (min-width: 1024px) {
  .home-hero .home-hero__slide-img--c, .home-hero .home-hero__slide-img--b, .home-hero .home-hero__slide-img--a, .home-hero .home-hero__slide-img {
    width: auto;
  }
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide-img--a {
    bottom: -4vw;
    left: 5vw;
    width: 115vw;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-img--a {
    bottom: -80px;
    left: 600px;
    height: 520px;
  }
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide-img--b {
    bottom: 0;
    left: -10vw;
    width: 105vw;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-img--b {
    bottom: -40px;
    left: 460px;
    height: 480px;
  }
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide-img--c {
    bottom: 0;
    left: 2.5vw;
    width: 100vw;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-img--c {
    bottom: 0;
    left: 600px;
    height: 440px;
  }
}
.home-hero__slide-figcaption {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 1023.9px) {
  .home-hero__slide-figcaption {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-figcaption {
    right: calc((100vw - 1200px) / 2);
    bottom: 40px;
    font-size: 18px;
  }
}
.home-hero__slide-figcaption span {
  display: inline-block;
  padding: 4px 5px 5px;
  margin-top: 4px;
  line-height: 1;
  color: var(--white);
  background: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .home-hero__slide-figcaption span {
    padding: 6px 10px 8px;
  }
}
.home-client {
  display: flex;
  width: 100%;
  padding: 12px 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .home-client {
    padding: 20px 0;
  }
}
.home-client__slide {
  display: flex;
  animation: logo-scroll 32s linear infinite;
  will-change: transform;
}
.home-client__list {
  display: flex;
}
.home-client__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 120px;
  aspect-ratio: 3/1;
  padding: 8px 12px;
  margin: 0 4px;
  background: var(--white);
  border-radius: 2px;
}
@media only screen and (min-width: 1024px) {
  .home-client__item {
    width: 180px;
    padding: 12px 16px;
    margin: 0 6px;
  }
}
.home-client__item img {
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home-issue__list {
  display: grid;
  gap: 12px;
}
@media only screen and (min-width: 1024px) {
  .home-issue__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
  }
}
.home-issue__item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  padding: 12px 16px;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
}
@media only screen and (min-width: 1024px) {
  .home-issue__item {
    gap: 12px;
    padding: 20px 24px;
  }
}
.home-issue__item i {
  margin-top: 4px;
  font-size: 20px;
  color: var(--color-primary);
}
@media only screen and (min-width: 1024px) {
  .home-issue__item i {
    margin-top: 6px;
  }
}
.home-issue__item-p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .home-issue__item-p {
    font-size: 22px;
  }
}
.home-strength__list,
.home-weakness__list {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .home-strength__list,
  .home-weakness__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.home-strength__icon,
.home-weakness__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  color: var(--white);
  background: var(--color-secondary);
  border-radius: 50%;
}
.home-strength__heading,
.home-weakness__heading {
  margin-top: 12px;
}
.home-strength__item-p,
.home-weakness__item-p {
  margin-top: 8px;
}
.home-strength__icon {
  background: var(--color-primary);
}
.home-weakness__icon {
  background: var(--color-secondary);
}
@media only screen and (min-width: 1024px) {
  .home-service .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .home-service .section__header {
    width: calc(100% - 800px);
  }
}
@media only screen and (min-width: 1024px) {
  .home-service .section__content {
    width: 800px;
    margin-top: 0;
  }
}
.home-service__category-list {
  display: grid;
  gap: 24px;
  counter-reset: i;
}
@media only screen and (min-width: 1024px) {
  .home-service__category-list {
    gap: 40px;
  }
}
.home-service__category-heading::before {
  position: relative;
  top: 0;
  top: -0.25em;
  width: auto;
  height: auto;
  margin-right: 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  color: var(--color-primary);
  content: "0" counter(i) ".";
  counter-increment: i;
}
.home-service__category-description {
  margin-top: 8px;
}
.home-service__content-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8px;
  margin-top: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .home-service__content-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
    margin-top: 10px;
    font-size: 15px;
  }
}
.home-service__content-item {
  margin: 0 !important;
}
.home-service__content-item::before {
  top: 14px !important;
}
.home-service__content-item a, .home-service__content-item span {
  display: flex;
  align-items: center;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-flow__list {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .home-flow__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
}
.home-flow__item {
  position: relative;
}
.home-flow__item::before {
  position: absolute;
  top: 23px;
  left: 23px;
  z-index: -1;
  content: "";
  border: 1px dashed var(--color-secondary);
  opacity: 0.25;
}
@media only screen and (max-width: 1023.9px) {
  .home-flow__item::before {
    width: 1px;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-flow__item::before {
    top: 31px;
    left: 40px;
    width: 100%;
    height: 1px;
  }
}
.home-flow__item:last-child::before {
  content: none;
}
.home-flow__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  color: var(--color-secondary-contrast);
  background: var(--color-secondary);
  border-radius: 50%;
}
@media only screen and (max-width: 1023.9px) {
  .home-flow__item-icon {
    float: left;
  }
}
@media only screen and (min-width: 1024px) {
  .home-flow__item-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}
.home-flow .heading-3 {
  margin-top: 8px;
}
@media only screen and (max-width: 1023.9px) {
  .home-flow .heading-3 {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-flow .heading-3 {
    font-size: 20px;
  }
}
.home-flow__item-description {
  margin-top: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 1023.9px) {
  .home-flow__item-description {
    padding-left: 60px;
  }
}
.home-company__button {
  margin-top: 24px;
}
@media only screen and (max-width: 1023.9px) {
  .home-company__button {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .home-company__button {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-news .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .home-news .section__content {
    width: 920px;
    margin-top: 0;
  }
}
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/* Include files */
/* Stylesheet */
@media only screen and (min-width: 1024px) {
  .company-greeting .section__content {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 60px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company-greeting__text h3 span {
  background: var(--color-primary);
  background: linear-gradient(transparent 70%, rgba(var(--color-primary-rgb), 0.25) 70%);
}
.company-greeting__text p {
  margin-top: 16px;
}
@media only screen and (max-width: 1023.9px) {
  .company-greeting__image {
    width: 64%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company-greeting__image figcaption {
  margin-top: 8px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .company-philosophy .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .company-philosophy .section__content {
    width: 800px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .company-overview .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .company-overview .section__header {
    width: calc(100% - 800px);
  }
}
@media only screen and (min-width: 1024px) {
  .company-overview .section__content {
    width: 800px;
    margin-top: 0;
  }
}
.company-overview__dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .company-overview__dl {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}
.company-overview__dt, .company-overview__dd {
  padding: 12px 0;
}
.company-overview__dt {
  border-bottom: 1px solid var(--color-secondary);
}
.company-overview__dd {
  border-bottom: 1px solid var(--color-border);
}
.company-overview__dd .list-square li {
  margin: 0;
}
.company-origin .section__content {
  display: grid;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .company-origin .section__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
.company-origin__text p {
  margin-bottom: 16px;
}
.company-origin__text p span {
  font-weight: 500;
}
.company-origin__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 5/2;
  background: var(--white);
  border: 1px solid var(--color-border);
  border-radius: 4px;
}
.company-origin__image img {
  width: 64%;
}
/**
 * 3. Object - Utility
 */
/**
 * _selector.scss
 * @layer Foundation / Selector
 * @description サイト全体の基本セレクター。
**/
/* Include files */
/**
 * _background.scss
 * @layer Object / Component / Background
 * @description サイト全体で再利用する、背景ユーティリティー。
**/
/* Include files */
/* Variables */
/* Stylesheet */
.background-white {
  background: var(--white);
}
.background-dark {
  background: rgba(239, 237, 229, 0.5);
}
.background-gray {
  background-color: rgba(229, 231, 235, 0.4);
}
.background-navy {
  background: var(--navy);
}
.background-dark-navy {
  background: var(--dark-navy);
}
/**
 * ラシオ | ユーティリティー
 *
 * 画像等の比率のユーティリティークラス
 * @path /object/utility/_ratio.scss
**/
/**
 * Include file
**/
/**
 * Local variable
**/
/**
 * Ratio
**/
.ratio-ogp {
  width: 100%;
  aspect-ratio: 1200/630;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-3x1 {
  width: 100%;
  aspect-ratio: 3/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-2x1 {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-16x9 {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-3x2 {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-4x3 {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-1x1 {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-3x4 {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.ratio-2x3 {
  width: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
/**
 * テキスト | ユーティリティー
 *
 * テキストのユーティリティークラス
 * @path /object/utility/_text.scss
**/
/**
 * Include file
**/
/**
 * Local variable
**/
/**
 * Ratio
**/
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/*# sourceMappingURL=style.css.map*/