@charset "UTF-8";
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
/**
 * Section: TheRelated（関連リンクセクション）
 * PC: タイトル左・カード2列 / SP: タイトル上・カード1列
 */
.l-default:has(.p-company) .c-theRelated {
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  .l-default:has(.p-company) .c-theRelated {
    padding: 12.5rem 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .l-default:has(.p-company) .c-theRelated {
    padding: 4.5714285714rem 1.7142857143rem 5.2857142857rem 1.7142857143rem;
  }
}

.l-default-container:has(.p-philosophy) + .c-theRelated {
  margin-top: 0;
}

.c-theRelated {
  background-color: #e4e2de;
}
@media screen and (min-width: 768px) {
  .c-theRelated {
    padding: 7.1875rem 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-theRelated {
    padding: 4.5714285714rem 1.7142857143rem 5.2857142857rem 1.7142857143rem;
    margin-top: 5.7142857143rem;
  }
}

.c-theRelated-inner {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-theRelated-inner {
    max-width: 1360px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: min(9.3vw, 134px);
  }
}
@media screen and (max-width:767px) {
  .c-theRelated-inner {
    display: flex;
    flex-direction: column;
    gap: 2.8571428571rem;
  }
}

.c-theRelated-header {
  flex-shrink: 0;
  border-top: 1px dotted #7B7B7B;
}
@media screen and (min-width: 768px) {
  .c-theRelated-header {
    width: min(14.5vw, 210px);
    padding-top: 1.625rem;
  }
}
@media screen and (max-width:767px) {
  .c-theRelated-header {
    padding-top: 1.8571428571rem;
  }
}

.c-theRelated-title {
  color: #242424;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .c-theRelated-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-theRelated-title {
    font-size: 1.2857142857rem;
  }
}
.c-theRelated-title:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.c-theRelated-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-theRelated-list {
    flex: 1;
    gap: 3.125rem 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-theRelated-list {
    flex-direction: column;
    gap: 1.4285714286rem;
  }
}

@media screen and (min-width: 768px) {
  .c-theRelated-listItem {
    width: 478px;
  }
}
@media screen and (max-width:767px) {
  .c-theRelated-listItem {
    width: 100%;
  }
}
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
.c-theBreadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 768px) {
  .c-theBreadcrumb {
    gap: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .c-theBreadcrumb {
    gap: 0.7142857143rem;
  }
}
.c-theBreadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-theBreadcrumb-list {
    gap: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .c-theBreadcrumb-list {
    gap: 0.7142857143rem;
  }
}
.c-theBreadcrumb-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-theBreadcrumb-item {
    gap: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .c-theBreadcrumb-item {
    gap: 0.7142857143rem;
  }
}
.c-theBreadcrumb-item:not(:first-child)::before {
  content: none;
}
.c-theBreadcrumb-link, .c-theBreadcrumb-current {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .c-theBreadcrumb-link, .c-theBreadcrumb-current {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-theBreadcrumb-link, .c-theBreadcrumb-current {
    font-size: 0.7142857143rem;
  }
}
.c-theBreadcrumb-link {
  text-decoration: none;
}
.c-theBreadcrumb-link:hover {
  text-decoration: underline;
}
.c-theBreadcrumb-current {
  white-space: nowrap;
}
.c-theBreadcrumb-separator {
  height: 1px;
  background-color: #242424;
}
@media screen and (min-width: 768px) {
  .c-theBreadcrumb-separator {
    width: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .c-theBreadcrumb-separator {
    width: 0.7142857143rem;
  }
}
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
/**
 * Web フォントの @font-face（TheHeader.css / main.css で共有）
 * l-header 等 TheHeader のみ読み込みの環境向けに TheHeader エントリから参照する
 */
/**
 * ttf形式しかない場合、WOFFコンバータを使用してwoff2,woffに変換すること
 * https://opentype.jp/woffconv.htm
 */
/**
 * 日本語Webフォントを使用する場合
 * ファイルサイズが大きいため
 * 必要に応じてサブセット化も検討すること
 * https://opentype.jp/subsetfontmk.htm
 */
/**
 * Noto Sans JP: Regular
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Regular.woff2") format("woff2"), url("/assets/font/NotoSansJP-Regular.woff") format("woff"), url("/assets/font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Noto Sans JP: Medium
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Medium.woff2") format("woff2"), url("/assets/font/NotoSansJP-Medium.woff") format("woff"), url("/assets/font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * Noto Sans JP: Bold
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Bold.woff2") format("woff2"), url("/assets/font/NotoSansJP-Bold.woff") format("woff"), url("/assets/font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/**
 * Noto Serif: Regular
 */
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/font/NotoSerif-Regular.woff2") format("woff2"), url("/assets/font/NotoSerif-Regular.woff") format("woff"), url("/assets/font/NotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Roboto: Regular
 */
@font-face {
  font-family: Roboto;
  src: url("/assets/font/Roboto-Regular.woff2") format("woff2"), url("/assets/font/Roboto-Regular.woff") format("woff"), url("/assets/font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Roboto: Medium
 */
@font-face {
  font-family: Roboto;
  src: url("/assets/font/Roboto-Medium.woff2") format("woff2"), url("/assets/font/Roboto-Medium.woff") format("woff"), url("/assets/font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * Roboto: SemiBold
 */
@font-face {
  font-family: "Roboto SemiBold";
  src: url("/assets/font/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/**
 * Marcellus-Regular(Optimaの代替フォント)
 */
@font-face {
  font-family: "Marcellus";
  src: url("/assets/font/Marcellus-Regular.woff2") format("woff2"), url("/assets/font/Marcellus-Regular.woff") format("woff"), url("/assets/font/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * midashi-go
 */
@font-face {
  font-family: midashi;
  src: url("/assets/font/A-OTF%20Midashi%20Go%20MB31%20Pro%20MB31.woff2") format("woff2"), url("/assets/font/A-OTF%20Midashi%20Go%20MB31%20Pro%20MB31.woff") format("woff"), url("/assets/font/A-OTF Midashi Go MB31 Pro MB31.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * @font-face は the-header-font-face.scss に集約しました。
 * main.css では main.build.scss 先頭で読み込み、TheHeader.css では TheHeader.scss 先頭で読み込みます。
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
dd,
th,
td,
hr,
iframe,
fieldset,
figure,
legend,
button,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
sub,
sup,
th {
  font-size: inherit;
  font-weight: inherit;
}

address,
em,
var,
cite,
dfn {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

a,
ins,
abbr[title] {
  text-decoration: none;
}

html {
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

q::before,
q::after {
  content: none;
}

sub,
sup {
  vertical-align: baseline;
}

mark {
  background: none;
  color: inherit;
}

button,
input,
textarea,
select {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

select {
  border-radius: 0;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

@keyframes anim-slide-right-enter {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes anim-slide-right-leave {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes anim-slide-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes anim-link-hover-enter {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }
  100% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
}
@keyframes anim-link-hover-leave {
  0% {
    background-position-x: 0;
    background-size: 0% 1px;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 1px;
  }
}
@keyframes anim-btn-icon-up-enter {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-up-leave {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-right {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-right-enter {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-right-leave {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-down-enter {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-down-leave {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-left-enter {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-left-leave {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-topright {
  0% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
  50% {
    opacity: 0;
    transform: translate(70.7106781187%, -70.7106781187%);
  }
  51% {
    opacity: 0;
    transform: translate(-70.7106781187%, 70.7106781187%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
}
html.-full {
  overflow: hidden;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #FFF;
  font-feature-settings: "palt";
  line-height: 1.75;
  overflow-x: clip;
}
html.-full body {
  height: 100%;
}

[data-hover=target-icon][target=_blank] {
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  [data-hover=target-icon][target=_blank]:hover {
    opacity: 0.6;
  }
}
[data-hover=target-icon][target=_blank]:focus-visible {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  main:not(.p-index) {
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) {
  main:not(.p-index) {
    margin-top: 60px;
  }
}

@media screen and (max-width:767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._svgText {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .mtsp-30 {
    margin-top: 2.1428571429rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mtpc-47 {
    margin-top: 2.9375rem !important;
  }
}

/**
 * 左揃えテキスト
 */
.ta-left {
  text-align: left;
}

/**
 * 中央揃えテキスト
 */
.ta-center {
  text-align: center;
}

/**
 * 右揃えテキスト
 */
.ta-right {
  text-align: right;
}

@font-face {
  font-family: icomoon;
  src: url("/assets/font/icomoon.ttf?5805bs") format("truetype"), url("/assets/font/icomoon.woff?5805bs") format("woff"), url("/assets/font/icomoon.svg?5805bs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* eslint-disable-next-line font-family-no-duplicate-names */
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add::before {
  content: "\e900";
}

.icon-arrow-back::before {
  content: "\e901";
}

.icon-arrow-downward::before {
  content: "\e902";
}

.icon-arrow-forward::before {
  content: "\e903";
}

.icon-arrow-upward::before {
  content: "\e904";
}

.icon-blank::before {
  content: "\e905";
}

.icon-chevron-left::before {
  content: "\e906";
}

.icon-chevron-right::before {
  content: "\e907";
}

.icon-close::before {
  content: "\e908";
}

/**
 * Component
 */
.c-buttonPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-buttonPrimary {
    font-size: 1rem;
    min-width: 120px;
  }
}
@media screen and (max-width:767px) {
  .c-buttonPrimary {
    font-size: 1rem;
    min-width: 100px;
    padding: 0.625rem 1.25rem;
  }
}
.c-buttonPrimary:hover:not(.-disabled) {
  background-color: #0056b3;
}
.c-buttonPrimary:active:not(.-disabled) {
  background-color: #004085;
}
.c-buttonPrimary:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/**
 * Children
 */
.c-buttonPrimary-text {
  display: inline-block;
}

/**
 * Variants: Full Width
 */
.c-buttonPrimary.-fullWidth {
  width: 100%;
}

/**
 * Variants: Disabled
 */
.c-buttonPrimary.-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/**
 * Component
 */
.c-buttonArrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: #242424;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  line-height: 92.449%;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow {
    gap: 0.75rem;
    padding: 1rem 0.75rem 1rem 1.25rem;
    border-radius: 0.25rem;
    min-width: 14.375rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow {
    gap: 0.8571428571rem;
    padding: 1.1428571429rem 0.8571428571rem 1.1428571429rem 1.4285714286rem;
    border-radius: 0.2857142857rem;
    min-width: 17.1428571429rem;
    font-size: 0.9285714286rem;
  }
}
@media screen and (max-width: 288px) {
  .c-buttonArrow {
    min-width: unset;
    max-width: calc(100vw - 24px * 2);
  }
}
.c-buttonArrow .button-arrow-text-wrapper {
  width: auto;
  overflow-y: hidden;
}
.c-buttonArrow .button-arrow-text-wrapper .c-buttonArrow-text .paragraph span {
  overflow-y: visible !important;
}

/**
 * Children
 */
.c-buttonArrow-text {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-text {
    padding-block: 0.25rem;
    color: transparent;
    text-shadow: 0 0 0 #FFF, 0 1.35em 0 #FFF;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-text {
    padding-block: 0.2857142857rem;
    color: transparent;
    text-shadow: 0 0 0 #FFF, 0 1.35em 0 #FFF;
  }
}

.c-buttonArrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon {
    width: 3.375rem;
    height: 1.75rem;
    border-radius: 0.1875rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon {
    width: 3.8571428571rem;
    height: 2rem;
    border-radius: 0.2142857143rem;
  }
}
.c-buttonArrow-icon .arrow-icon-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon .arrow-icon-wrapper {
    width: 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon .arrow-icon-wrapper {
    width: 1.1428571429rem;
  }
}
.c-buttonArrow-icon svg {
  display: block;
  flex: none;
  min-height: 0;
  fill: none;
  stroke: #242424;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon svg {
    width: 1rem;
    height: 0.4375rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon svg {
    width: 1.1428571429rem;
    height: 0.5rem;
  }
}

/**
 * Variants: Light Theme
 */
.c-buttonArrow.-light {
  background-color: #FFF;
  color: #242424;
}
.c-buttonArrow.-light .c-buttonArrow-text {
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}
.c-buttonArrow.-light .c-buttonArrow-icon {
  background-color: #242424;
}
.c-buttonArrow.-light .c-buttonArrow-icon svg {
  fill: none;
  stroke: #FFF;
}

/**
 * Component
 */
.c-cardBrand {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-cardBrand:hover {
  opacity: 0.8;
}

/**
 * Children
 */
.c-cardBrand-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.c-cardBrand-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/**
 * Variants: Large
 */
.c-cardBrand.-large {
  width: 440px;
  height: 440px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-large {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Variants: Medium
 */
.c-cardBrand.-medium {
  width: 283.453px;
  height: 283.453px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-medium {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Variants: Small
 */
.c-cardBrand.-small {
  width: 199.719px;
  height: 199.719px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-small {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Component
 */
.c-cardBrandUniverse {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse {
    gap: 1.25rem;
    width: 34.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse {
    width: 100%;
    gap: 1.2857142857rem;
    align-items: start;
  }
}

/**
 * Children
 */
.c-cardBrandUniverse-content {
  flex-grow: 1;
  border-top: 1px dotted #7B7B7B;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-content {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-content {
    flex-shrink: unset;
    padding-top: 1.4285714286rem;
  }
}

.c-cardBrandUniverse-info {
  width: 100%;
}

.c-cardBrandUniverse-category {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-category {
    gap: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-category {
    gap: 0.4285714286rem;
  }
}

.c-cardBrandUniverse-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-categoryIcon {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-categoryIcon {
    width: 0.3571428571rem;
    height: 0.3571428571rem;
  }
}

.c-cardBrandUniverse-categoryText {
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 92%;
  letter-spacing: -0.02em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-categoryText {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-categoryText {
    font-size: 0.7142857143rem;
  }
}

.c-cardBrandUniverse-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-main {
    margin-top: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-main {
    margin-top: 0.8571428571rem;
    padding-left: 0.8571428571rem;
  }
}

.c-cardBrandUniverse-titleWrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-titleWrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-titleWrapper {
    justify-content: space-between;
  }
}

.c-cardBrandUniverse-title {
  display: flex;
  margin: 0;
  color: #242424;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.02em;
  font-style: normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-title {
    font-size: 1.2857142857rem;
    line-height: 120%;
  }
}
.c-cardBrandUniverse-title span {
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}

.c-cardBrandUniverse-description {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-description {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-description {
    font-size: 0.7142857143rem;
    margin-top: 0.8571428571rem;
  }
}

.c-cardBrandUniverse-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-image {
    width: min(8.8vw, 128px);
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-image {
    width: min(22.9vw, 86px);
    border-radius: 0.2857142857rem;
  }
}

.c-cardBrandUniverse-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Component
 */
.c-cardCorporateInfoLinks {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks {
    gap: 1.25rem;
    height: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks {
    gap: 1.1428571429rem;
    align-items: start;
    height: 5.4285714286rem;
  }
}

/**
 * Children
 */
.c-cardCorporateInfoLinks-content {
  flex-shrink: 0;
  flex-grow: 1;
  border-top: 1px dotted #7B7B7B;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-content {
    padding-top: 1rem;
    height: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-content {
    flex-shrink: unset;
    padding-top: 0.7142857143rem;
  }
}

.c-cardCorporateInfoLinks-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.c-cardCorporateInfoLinks-category {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-category {
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-category {
    gap: 0.4285714286rem;
  }
}

.c-cardCorporateInfoLinks-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-categoryIcon {
    width: 0.375rem;
    height: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-categoryIcon {
    width: 0.4285714286rem;
    height: 0.4285714286rem;
  }
}

.c-cardCorporateInfoLinks-categoryText {
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.02em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-categoryText {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-categoryText {
    font-size: 0.7142857143rem;
  }
}

.c-cardCorporateInfoLinks-main {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-main {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-main {
    margin-top: 0.5714285714rem;
    position: relative;
  }
}
.c-cardCorporateInfoLinks-main .c-boxArrow {
  margin-inline: auto 0;
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-main .c-boxArrow {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.c-cardCorporateInfoLinks-titleWrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-titleWrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-titleWrapper {
    justify-content: space-between;
    padding-right: 3.5714285714rem;
  }
}

.c-cardCorporateInfoLinks-title {
  display: flex;
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  font-style: normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-title {
    font-size: 1.5rem;
    padding-block: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-title {
    font-size: 1.4285714286rem;
    padding-block: 0.2857142857rem;
  }
}
.c-cardCorporateInfoLinks-title span {
  color: transparent;
  text-shadow: 0 0 0 #000, 0 1.35em 0 #000;
}

.c-cardCorporateInfoLinks-description {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-description {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-description {
    font-size: 0.7142857143rem;
    margin-top: 0.8571428571rem;
  }
}

.c-cardCorporateInfoLinks-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-image {
    width: 11.25rem;
    border-radius: 0.25rem;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-image {
    width: 8.0714285714rem;
    border-radius: 0.2857142857rem;
    aspect-ratio: 113/76;
  }
}

.c-cardCorporateInfoLinks-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Component
 */
.c-cardTopic {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-cardTopic {
    width: 100%;
    gap: 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic {
    width: 100%;
    gap: 1.4285714286rem;
  }
}

/**
 * Children
 */
.c-cardTopic-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-image {
    aspect-ratio: 325/217;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-image {
    aspect-ratio: 3/2;
    border-radius: 0.2857142857rem;
  }
}

.c-cardTopic-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-cardTopic-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-content {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-content {
    gap: 0.8571428571rem;
  }
}

.c-cardTopic-date {
  margin: 0;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 0.9;
  opacity: 0.6;
  font-style: normal;
  flex-shrink: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-date {
    font-size: 0.8571428571rem;
  }
}

.c-cardTopic-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
  font-style: normal;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-title {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-title {
    font-size: 1rem;
  }
}

/**
 * Component
 */
.c-cardNotice {
  display: flex;
  align-items: center;
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-block: 1.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice {
    width: 100%;
    border-radius: 0.2857142857rem;
    padding-inline: 1.4285714286rem 2.1428571429rem;
    padding-block: 1.4285714286rem;
    display: grid;
    gap: 0.7142857143rem;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "space arrow";
  }
}

/**
 * Children
 */
.c-cardNotice-iconWrapper {
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-iconWrapper {
    width: 1.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-iconWrapper {
    width: 1.6428571429rem;
    grid-area: icon;
    align-self: center;
  }
}
.c-cardNotice-iconWrapper svg {
  width: 100%;
  height: 100%;
  fill: #6E6E6E;
  display: block;
}

.c-cardNotice-title {
  flex-grow: 1;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-title {
    padding-inline: 1.125rem 0.625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-title {
    padding-inline: 0rem;
    font-size: 0.9285714286rem;
    grid-area: title;
  }
}

.c-cardNotice-arrow {
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-arrow {
    width: 1.5rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-arrow {
    width: 1.4285714286rem;
    grid-area: arrow;
    justify-self: end;
  }
}
.c-cardNotice-arrow svg {
  display: block;
  flex: none;
  fill: none;
  stroke: #000;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-arrow svg {
    width: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-arrow svg {
    width: 1.4285714286rem;
  }
}

/**
 * Component
 */
.c-cardNoticeSmall {
  display: flex;
  align-items: center;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall {
    max-width: 20.3125rem;
    border-radius: 0.25rem;
    padding: 0.8125rem 1.4375rem 0.8125rem 1.1875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall {
    border-radius: 0.2857142857rem;
    padding: 0.8571428571rem 1.2857142857rem 0.8571428571rem 0.8571428571rem;
    display: grid;
    gap: 0.5714285714rem;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "space arrow";
  }
}

/**
 * Children
 */
.c-cardNoticeSmall-iconWrapper {
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-iconWrapper {
    width: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-iconWrapper {
    width: 1.4285714286rem;
    grid-area: icon;
    align-self: center;
  }
}
.c-cardNoticeSmall-iconWrapper svg {
  width: 100%;
  height: 100%;
  fill: #6E6E6E;
  display: block;
}

.c-cardNoticeSmall-title {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-title {
    padding-inline: 0.875rem 0.5625rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-title {
    padding-inline: 0rem;
    font-size: 0.8571428571rem;
    grid-area: title;
  }
}

.c-cardNoticeSmall-arrow {
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-arrow {
    width: 1.5rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-arrow {
    width: 1.4285714286rem;
    grid-area: arrow;
    justify-self: end;
  }
}
.c-cardNoticeSmall-arrow svg {
  display: block;
  flex: none;
  fill: none;
  stroke: #000;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-arrow svg {
    width: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-arrow svg {
    width: 1.4285714286rem;
  }
}

/**
 * Component
 */
@media screen and (min-width: 768px) {
  .headingLv2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2 {
    margin-top: 3.4285714286rem;
    margin-bottom: 1.7142857143rem;
  }
}

/**
 * Children
 */
.headingLv2-title {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .headingLv2-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .headingLv2-description {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2-description {
    font-size: 1rem;
  }
}

/**
 * Component
 */
.c-headingSection {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 {
    margin-top: 5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 {
    margin-top: 7.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 1rem;
  }
}
.c-headingSection.-h1 .c-headingSection-title {
  color: #242424;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 .c-headingSection-title {
    margin-top: 0.625rem;
    font-size: 5.625rem;
    letter-spacing: -0.1125rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 .c-headingSection-title {
    margin-top: 0.8571428571rem;
    font-size: 4rem;
    letter-spacing: -0.08rem;
  }
}

/**
 * Children
 */
.c-headingSection-subtitle {
  position: relative;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  font-style: normal;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection-subtitle {
    font-size: 0.875rem;
    gap: 0.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
    gap: 0.4285714286rem;
  }
}
.c-headingSection-subtitle svg {
  fill: #7B7B7B;
  flex-shrink: 0;
}

.c-headingSection-subtitleText {
  display: inline-block;
}

.c-headingSection-title {
  position: relative;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection-title {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection-title {
    font-size: 2.2857142857rem;
    margin-top: 0.5714285714rem;
  }
}

/**
 * Variants: Medium
 */
@media screen and (min-width: 768px) {
  .c-headingSection.-medium .c-headingSection-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-medium .c-headingSection-title {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-medium .c-headingSection-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-medium .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Variants: Small
 */
@media screen and (min-width: 768px) {
  .c-headingSection.-small .c-headingSection-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-small .c-headingSection-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-small .c-headingSection-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-small .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Component
 */
.c-imageFigurePicture {
  /* Layout children */
}

/**
 * Children
 */
.c-imageFigurePicture-img {
  width: 100%;
  height: auto;
}

.c-imageFigurePicture-caption {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  color: #888;
}
@media screen and (min-width: 768px) {
  .c-imageFigurePicture-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageFigurePicture-caption {
    font-size: 3.2vw;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageFigurePicture.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imageFigureSimple {
  /* Layout children */
}

/**
 * Children
 */
.c-imageFigureSimple-img {
  width: 100%;
  height: auto;
}

.c-imageFigureSimple-caption {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  color: #888;
}
@media screen and (min-width: 768px) {
  .c-imageFigureSimple-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageFigureSimple-caption {
    font-size: 3.2vw;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageFigureSimple.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imagePicture {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imagePicture.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imageSimple {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageSimple.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component: ImageScaleLink
 * 画像リンク。ホバーで画像が中央を原点に scale し要素全体を覆う。
 * 親の a タグに overflow: hidden を適用し、画像のはみ出しを防ぐ。
 */
.c-imageScaleLink {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f4f6f6;
}
@media (hover: hover) {
  .c-imageScaleLink[data-hover=target-icon][target=_blank]:hover {
    opacity: 1;
  }
}
.c-imageScaleLink[data-hover=target-icon][target=_blank]:focus-visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink {
    width: 100%;
    aspect-ratio: 325/415;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink {
    width: 100%;
    aspect-ratio: 327/165;
    min-height: 150px;
    border-radius: 0.2857142857rem;
  }
}
.c-imageScaleLink[data-hover=target-icon][target=_blank] .c-imageScaleLink-main .c-boxArrow {
  border: none;
  background: transparent;
}
.c-imageScaleLink[data-hover=target-icon][target=_blank] .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external {
  color: #7B7B7B;
  transition: color 0.2s ease;
}
.c-imageScaleLink[data-hover=target-icon][target=_blank].-hover-active .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external, .c-imageScaleLink[data-hover=target-icon][target=_blank].-hover-enter .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external {
  color: #FFF;
  transition: color 0.2s ease;
}

.c-imageScaleLink-image-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image-bg {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-image-bg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.c-imageScaleLink-img-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-img-bg {
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

/**
 * 画像エリア（デフォルトは小さく右上に配置。ホバーでこの要素が translate + scale し a 全体を覆う）
 * 子の .c-imageScaleLink-img は width/height 100% で親に合わせて表示される。
 */
.c-imageScaleLink-image {
  position: absolute;
  overflow: hidden;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image {
    top: 1.875rem;
    right: 1.875rem;
    width: 7.125rem;
    height: 7.125rem;
    border-radius: 0.125rem;
  }
  .c-imageScaleLink-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
    opacity: 0;
    transition: opacity 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-image {
    top: 1.4285714286rem;
    right: 1.4285714286rem;
    width: 4.7142857143rem;
    height: 4.7142857143rem;
    border-radius: 0.1428571429rem;
  }
}

.c-imageScaleLink-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-img {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

/**
 * コンテンツ（カテゴリ・タイトル・BoxArrow）のラッパー
 */
.c-imageScaleLink-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-content {
    padding: 1.875rem;
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-content {
    padding: 1.4285714286rem;
  }
}

/**
 * カテゴリ（ダイヤアイコン + テキスト）
 */
.c-imageScaleLink-category {
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-category {
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-category {
    gap: 0.4285714286rem;
  }
}

.c-imageScaleLink-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-categoryIcon {
    width: 0.375rem;
    height: 0.375rem;
    transition: fill 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
    transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-categoryIcon {
    width: 0.4285714286rem;
    height: 0.4285714286rem;
  }
}

.c-imageScaleLink-categoryText {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-categoryText {
    font-size: 0.75rem;
    transition: color 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-categoryText {
    font-size: 0.7142857143rem;
  }
}

/**
 * メイン（タイトル + BoxArrow）
 */
.c-imageScaleLink-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main {
    margin-top: 0.5rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-main {
    margin-top: 0.5714285714rem;
    gap: 0.5714285714rem;
  }
}
.c-imageScaleLink-main .c-boxArrow {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main .c-boxArrow {
    border: 1px solid transparent;
    transition: background-color 300ms ease cubic-bezier(0.23, 1, 0.32, 1), border-color 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main .c-boxArrow .arrow-icon-wrapper svg {
    transition: stroke 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-main .c-boxArrow {
    position: absolute;
    right: 1.4285714286rem;
    bottom: 1.4285714286rem;
  }
}

.c-imageScaleLink-title {
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-title {
    font-size: 1.5rem;
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-title {
    font-size: 1.4285714286rem;
    line-height: 1.08;
    padding-right: 3.5714285714rem;
  }
}

.c-imageScaleLink-boxArrow {
  box-sizing: content-box;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-categoryIcon {
    fill: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-categoryText {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-title {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-image-bg {
    opacity: 1;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-img-bg {
    transform: scale(1.01);
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-img {
    opacity: 0;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
  }
}

/**
 * Variants: Hover active
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-active .c-imageScaleLink-categoryIcon {
    fill: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-categoryText {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-title {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-image-bg {
    opacity: 1;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-img-bg {
    transform: scale(1.01);
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-img {
    opacity: 0;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-categoryIcon {
    transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    fill: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-categoryText {
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-title {
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-image-bg {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-img-bg {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.1);
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-img {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-boxArrow {
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #242424;
    border-color: transparent;
  }
}

/**
 * モディファイア: -fullBg
 * 画像を全面に表示し、テキスト・矢印を白で表示（IRカードなど全面背景用）
 */
.c-imageScaleLink.-fullBg {
  background-color: transparent;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-categoryIcon {
  fill: #FFF;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-categoryText {
  color: #FFF;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-title {
  color: #FFF;
}
.c-imageScaleLink.-fullBg .c-boxArrow {
  background-color: transparent;
  border-color: #FFF;
}
.c-imageScaleLink.-fullBg .c-boxArrow .arrow-icon-wrapper svg {
  stroke: #FFF;
}

/**
 * Component
 */
.c-linkAnchor {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor {
    gap: 1.1428571429rem;
  }
}
.c-linkAnchor {
  /* Layout children */
}

/**
 * Children
 */
.c-linkAnchor-icon {
  color: #000;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor-icon {
    font-size: 1.5rem;
    transition: color 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor-icon {
    font-size: 1.7142857143rem;
  }
}

.c-linkAnchor-text {
  color: #000;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor-text {
    font-size: 0.875rem;
    transition: color 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor-text {
    font-size: 1.1428571429rem;
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-enter .c-linkAnchor-icon,
  .c-linkAnchor.-hover-enter .c-linkAnchor-text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Hover active
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-active .c-linkAnchor-icon,
  .c-linkAnchor.-hover-active .c-linkAnchor-text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-leave .c-linkAnchor-icon,
  .c-linkAnchor.-hover-leave .c-linkAnchor-text {
    transition-duration: 0.3s;
    color: #000;
  }
}

/**
 * Component
 * 親のaタグに overflow: hidden を適用し、画像のインタラクションは画像にのみ適用する
 */
.c-maskImageLink {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-maskImageLink {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLink {
    border-radius: 0.2857142857rem;
  }
}

/**
 * Children: 出現アニメーション用ラッパー（clip-path・scale を適用し、ホバーと競合しない）
 */
.c-maskImageLink-inner {
  display: block;
  width: 100%;
  overflow: hidden;
}

/**
 * Children: 画像（ホバー拡大の対象。出現は .c-maskImageLink-inner に適用）
 */
.c-maskImageLink-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-maskImageLink-img {
    aspect-ratio: 385/492;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLink-img {
    aspect-ratio: 343/438;
  }
}

/**
 * Component
 * PC: 縦並び（見出し＋リード → 画像リンク）
 * SP: 横並び（左: 見出し＋リード、右: 画像リンク）
 */
.c-maskImageLinkWithTitle {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle {
    gap: 1.875rem;
    max-width: 27.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.1428571429rem;
  }
}

/**
 * Children: タイトルブロック（サブタイトル＋タイトル＋リード）
 */
.c-maskImageLinkWithTitle-heading {
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading {
    min-width: 0;
    flex: 1;
  }
}

/**
 * Children: カテゴリーラベル（サブタイトル）
 */
.c-maskImageLinkWithTitle-subtitle {
  position: relative;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  font-style: normal;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.875rem;
    gap: 0.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
    gap: 0.4285714286rem;
  }
}
.c-maskImageLinkWithTitle-subtitle svg {
  fill: #7B7B7B;
  flex-shrink: 0;
}

.c-maskImageLinkWithTitle-subtitleText {
  display: inline-block;
}

/**
 * Children: タイトル（見出しではなくpタグ）
 */
.c-maskImageLinkWithTitle-title {
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-title {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-title {
    font-size: 2.2857142857rem;
    margin-top: 0.5714285714rem;
    word-break: break-all;
  }
}

/**
 * Variants: タイトルサイズ medium
 */
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-title {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Variants: タイトルサイズ small
 */
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Children: リード文（タイトル下の説明）
 */
.c-maskImageLinkWithTitle-lead {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-lead {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-lead {
    margin-top: 0.4285714286rem;
    font-size: 0.7142857143rem;
  }
}

/**
 * Children: 画像＋ロゴのラッパー（logoSrc 指定時はロゴを重ねる）
 */
.c-maskImageLinkWithTitle-figure {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-figure {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-figure {
    flex-shrink: 0;
    width: min(41.3vw, 155px);
  }
}

/**
 * Children: MaskImageLink（インタラクション対象）
 */
.c-maskImageLinkWithTitle-link {
  display: block;
  min-width: 0;
}

/**
 * Children: オーバーレイロゴ（logoSrc 指定時のみ、MaskImageLinkの上に重ねる、クリック対象外）
 */
.c-maskImageLinkWithTitle-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-logo {
    max-width: 13.5625rem;
    bottom: 10.7%;
    width: 38.6%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-logo {
    max-width: 5.6428571429rem;
    bottom: 1.4285714286rem;
    width: 4.2857142857rem;
  }
}

/**
 * Component
 * PC: 縦並び（画像＋オーバーレイロゴ → 小タイトル → リード）
 * SP: 縦並び（画像＋オーバーレイロゴ → 小タイトル → リード）、画像幅155px
 */
.c-maskImageLinkWithSmallTitle {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle {
    gap: 1.5625rem;
    max-width: 27.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle {
    gap: 1.4285714286rem;
  }
}

/**
 * Children: 画像＋ロゴのラッパー（position: relative でロゴを重ねる）
 */
.c-maskImageLinkWithSmallTitle-figure {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-figure {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-figure {
    width: 100%;
    flex-shrink: 0;
  }
}

/**
 * Children: MaskImageLink（インタラクション対象）
 */
.c-maskImageLinkWithSmallTitle-link {
  display: block;
  min-width: 0;
}

/**
 * Children: オーバーレイロゴ（MaskImageLinkの上に重ねる、クリック対象外）
 */
.c-maskImageLinkWithSmallTitle-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-logo {
    bottom: 6.4%;
    width: 36.8%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-logo {
    bottom: 6.4%;
    width: 36.8%;
  }
}

/**
 * Children: テキストブロック（小タイトル＋リード）
 */
.c-maskImageLinkWithSmallTitle-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-body {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-body {
    gap: 0.8571428571rem;
  }
}

/**
 * Children: 小タイトル（見出しではなくpタグ）
 */
.c-maskImageLinkWithSmallTitle-title {
  margin: 0;
  color: #242424;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-title {
    font-size: 1.25rem;
    font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-title {
    font-size: 1.2857142857rem;
    font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: -0.02em;
    word-break: break-all;
  }
}

/**
 * Children: リード文
 */
.c-maskImageLinkWithSmallTitle-lead {
  margin: 0;
  color: #242424;
  opacity: 0.6;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-lead {
    font-size: 0.75rem;
    max-width: 18.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-lead {
    font-size: 0.7142857143rem;
  }
}

/**
 * Component
 */
.c-linkText {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-linkText {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkText {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-linkText {
    margin-top: 16px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText {
    margin-top: 1.1428571429rem;
  }
}
.c-linkText {
  color: #000;
}

/**
 * Children
 */
.c-linkText .text {
  padding-bottom: 2px;
  will-change: background-size;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

/**
 * Variants: Blank
 */
.c-linkText[target=_blank] .inner::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* eslint-disable-next-line font-family-no-duplicate-names */
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media screen and (min-width: 768px) {
  .c-linkText[target=_blank] .inner::after {
    font-size: 0.875em;
    margin-left: 4px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText[target=_blank] .inner::after {
    font-size: 0.8571428571em;
    margin-left: 1.0666666667vw;
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-enter .text {
    animation: anim-link-hover-enter 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
  }
}

/**
 * Variants: Hover actie
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-active .text {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-leave .text {
    animation: anim-link-hover-leave 0.35s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
  }
}

/**
 * Override Sibling Margin
 */
@media screen and (min-width: 768px) {
  .c-linkText + .c-linkText {
    margin-top: 8px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText + .c-linkText {
    margin-top: 0.5714285714rem;
  }
}

/**
 * Component
 */
.c-linkArrowUnderline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  border-bottom: 1px dashed #7B7B7B;
  color: #242424;
  font-weight: 500;
  line-height: 1.35;
}
.c-linkArrowUnderline:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-linkArrowUnderline {
    font-size: 0.875rem;
    padding-inline: 0.25rem 1rem;
    padding-bottom: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkArrowUnderline {
    font-size: 1rem;
    padding-inline: 0.2857142857rem 1.1428571429rem;
    padding-bottom: 0.8571428571rem;
    margin-top: 1.4285714286rem;
  }
}

/**
 * Children
 */
.c-linkArrowUnderline-text-wrapper {
  width: auto;
  overflow-y: hidden;
}

.c-linkArrowUnderline-text {
  display: inline-block;
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}

/**
 * Component
 */
.c-listAccordion {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-listAccordionItem {
  width: 100%;
  border-top-style: solid;
  border-top-color: #E7E7E7;
  transition: background-color 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem {
    backdrop-filter: blur(0.3125rem);
    border-top-width: 0.0625rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem {
    backdrop-filter: blur(0.3571428571rem);
    border-top-width: 0.0714285714rem;
  }
}

/**
 * Children
 */
.c-listAccordionItem-button {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-button {
    gap: 1rem;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-button {
    gap: 0.5714285714rem;
    padding: 1.7142857143rem 0;
  }
}

.c-listAccordionItem-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-text {
    gap: 1rem;
    transition: padding-left 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-text {
    gap: 0.5714285714rem;
  }
}

.c-listAccordionItem-title {
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-title {
    font-size: 1.1428571429rem;
  }
}

.c-listAccordionItem-icon {
  display: block;
  transform: rotate(90deg);
}

.c-listAccordionItem-content {
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-listAccordionItem-content-inner {
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-content-inner {
    padding-bottom: 1.7142857143rem;
  }
}

/**
 * Variants: Opened
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem[data-is-opened=true] .c-listAccordionItem-text {
    padding-left: 2rem;
  }
}
.c-listAccordionItem[data-is-opened=true] .c-listAccordionItem-content {
  display: block;
}

/**
 * Variants: Button Hover enter
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem[data-is-opened=false] .c-listAccordionItem-button.-hover-enter,
  .c-listAccordionItem[data-is-opened=false] .c-listAccordionItem-button.-hover-active {
    background: rgba(0, 0, 0, 0.03);
  }
  .c-listAccordionItem-button.-hover-enter .c-listAccordionItem-text,
  .c-listAccordionItem-button.-hover-active .c-listAccordionItem-text {
    transition-duration: 0.25s;
    padding-left: 2rem;
  }
  .c-listAccordionItem-button.-hover-enter .c-listAccordionItem-text .text,
  .c-listAccordionItem-button.-hover-active .c-listAccordionItem-text .text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Button Hover leave
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem-button.-hover-leave .c-listAccordionItem-text .text {
    transition-duration: 0.3s;
    color: #000;
  }
}

/**
 * Component
 */
.c-listLinkAnchor {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-listLinkAnchor {
    gap: 1rem;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width:767px) {
  .c-listLinkAnchor {
    gap: 0.5714285714rem;
    padding-top: 4.2857142857rem;
    padding-bottom: 5.7142857143rem;
  }
}
.c-listLinkAnchor {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-listItemNews {
  display: inline-grid;
  grid-template-columns: minmax(100%, 1fr);
  grid-template-rows: max-content;
  place-items: start;
  width: 100%;
  position: relative;
  border-top: 1px dotted #7B7B7B;
}
.c-listItemNews .c-listItemNews-title {
  transition: all 0.15s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .c-listItemNews:hover .c-listItemNews-title {
    text-decoration-color: #000;
  }
}

/**
 * Children
 */
.c-listItemNews-content {
  grid-column: 1;
  grid-row: 1;
  display: inline-grid;
  place-items: start;
  position: relative;
  text-decoration: none;
  align-items: flex-start;
  width: 100%;
  grid-template-areas: "date title";
}
@media screen and (min-width: 768px) {
  .c-listItemNews-content {
    grid-template-columns: 21.5625rem 1fr;
    margin-block: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-content {
    grid-template-columns: 4.4285714286rem 1fr;
    gap: 2.1428571429rem;
    margin-block: 1.1428571429rem;
  }
}

.c-listItemNews-date {
  grid-area: date;
  margin: 0;
  position: relative;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-listItemNews-date {
    font-size: 0.875rem;
    margin-left: 5.9375rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-date {
    font-size: 0.8571428571rem;
  }
}

.c-listItemNews-title {
  grid-area: title;
  margin: 0;
  margin-top: 0;
  position: relative;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-listItemNews-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-title {
    font-size: 0.9285714286rem;
    margin-left: 0;
    max-width: 100%;
  }
}

/**
 * Component
 */
.c-mediaYoutube {
  width: 100%;
  aspect-ratio: 16/9;
  /* Layout children */
}

/**
 * Children
 */
.c-mediaYoutube > iframe {
  width: 100%;
  height: 100%;
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-overlayModal {
  background-color: transparent;
  /* Layout children */
}

/**
 * Children
 */
.c-overlayModal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.7);
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-bg {
    backdrop-filter: blur(3.125rem);
  }
}
@media screen and (max-width:767px) {
  .c-overlayModal-bg {
    backdrop-filter: blur(2.1428571429rem);
  }
}

.c-overlayModal-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  overflow: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-inner {
    width: calc(100% - 15rem);
    max-width: 85rem;
    height: fit-content;
    padding-top: 6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.c-overlayModal-content {
  position: relative;
  width: 100%;
}
.c-overlayModal-content .buttonClose {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-content .buttonClose {
    top: -5rem;
    right: -6.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-overlayModal-content .buttonClose {
    top: -4.5714285714rem;
    right: 1.1428571429rem;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-textBody {
  font-weight: 200;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-textBody {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-textBody {
    font-size: 1rem;
  }
}

/**
 * Variants: No Margin
 */
.c-textBody.-noMargin {
  margin-top: 0;
}

/* stylelint-disable-next-line scss/load-no-partial-leading-underscore */
.l-default {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-default-header {
  position: fixed;
  top: 0;
  z-index: 50;
}

.l-default-container {
  flex: 1;
}

.l-default-page {
  min-height: 100%;
  width: 100%;
  margin-inline: auto;
}

.l-default-footer {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .inner {
    padding: 1.4285714286rem 1.7142857143rem 0 1.7142857143rem;
  }
}

@media screen and (min-width: 768px) {
  .inner-company {
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
  }
}

/**
 * Component
 */
.p-pageIndexSectionKv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv {
    z-index: calc(2147483647 + 1);
  }
}

/**
 * Children
 */
.p-pageIndexSectionKv-overlay {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

.p-pageIndexSectionKv-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-pageIndexSectionKv-link {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 0.5s;
  }
  .p-pageIndexSectionKv-link:hover {
    opacity: 0.8;
    transition-duration: 0.4s;
  }
}

.p-pageIndexSectionKv-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242424;
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-bg .img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.2);
  opacity: 0;
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Times New Roman", YuMincho, "游明朝", "Times New Roman", "Hiragino Mincho ProN", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
  color: #FFF;
  white-space: nowrap;
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-main {
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 76.095px */
  letter-spacing: -0.705px;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-main {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 867px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-main {
    font-size: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-main {
    font-size: 2.0714285714rem;
  }
}
@media screen and (max-width: 374px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-main {
    font-size: 6.4vw;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-sub {
  font-style: normal;
  font-weight: 400;
  line-height: 108%; /* 41.71px */
  letter-spacing: -0.386px;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-sub {
    font-size: 2.375rem;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 867px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-sub {
    font-size: 2.125rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-sub {
    font-size: 1.0714285714rem;
    margin-top: 0.5714285714rem;
  }
}
@media screen and (max-width: 374px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-sub {
    font-size: 3.7vw;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link {
    font-size: 1.25rem;
    margin-top: 5.625rem;
    padding: 0.625rem 0.25rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link {
    font-size: 1.1428571429rem;
    margin-top: 3.4285714286rem;
    padding: 0.7142857143rem 0.2857142857rem;
    gap: 0.7857142857rem;
  }
}
@media screen and (max-width: 374px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link {
    font-size: 4.2vw;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .arrow-icon-wrapper {
  display: flex;
  align-items: center;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .arrow-icon-wrapper {
    width: 1rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .arrow-icon-wrapper {
    width: 1.1428571429rem;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .arrow-icon-wrapper svg {
  fill: none;
  stroke: #FFF;
  display: block;
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .p-pageIndexSectionKv-title-text-link-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .p-pageIndexSectionKv-title-text-link-icon {
    width: 4.1875rem;
    height: 4.1875rem;
    right: -23px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .p-pageIndexSectionKv-title-text-link-icon {
    width: 4.2857142857rem;
    height: 4.2857142857rem;
    right: -19px;
  }
}
.p-pageIndexSectionKv-content .p-pageIndexSectionKv-title-text-wrapper .p-pageIndexSectionKv-title-text-link .p-pageIndexSectionKv-title-text-link-icon .img {
  width: 100%;
  height: 100%;
}

.p-pageIndexSectionKv-title {
  position: sticky;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionKv-title {
    top: 3.125rem;
    left: 3rem;
    width: 16.625rem;
    margin: 0;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionKv-title {
    top: 1.7857142857rem;
    left: 1.7857142857rem;
    width: 8.8571428571rem;
    margin: 0;
    margin-bottom: 1.7857142857rem;
  }
}
.p-pageIndexSectionKv-title .logo {
  width: 100%;
  height: auto;
}

.p-pageIndexSectionKv-parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Variants
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
@keyframes p-pageIndexSectionStatement-spLottieBlurIn {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
/**
 * Component
 */
.p-pageIndexSectionStatement {
  background-image: linear-gradient(38.63deg, #ebeded 19.823%, #fff 81.685%), linear-gradient(90deg, #f4f6f6 0%, #f4f6f6 100%);
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionStatement {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 15.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionStatement {
    background-image: linear-gradient(64.94deg, #ebeded 19.823%, #fff 81.685%), linear-gradient(90deg, #f4f6f6 0%, #f4f6f6 100%);
    padding-inline: 1.7142857143rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 12.9285714286rem;
  }
}

/**
 * Children
 */
.p-pageIndexSectionStatement-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionStatement-inner {
    padding-inline: 40px;
  }
}

.p-pageIndexSectionStatement-lottie {
  margin: 0;
  width: 100%;
  max-width: 100%;
  line-height: 0;
  text-align: center;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionStatement-lottie {
    max-width: 41.9375rem;
    margin-inline: auto;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionStatement-lottie {
    margin-inline: auto;
  }
}
.p-pageIndexSectionStatement-lottie svg {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionStatement-lottie.is-sp-lottie-blur-animate svg {
    animation: p-pageIndexSectionStatement-spLottieBlurIn 1.8s ease-out both;
    will-change: filter;
  }
}

/**
 * Component
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands {
    margin-top: 8.5714285714rem;
  }
}

/**
 * Children
 */
.p-pageIndexSectionBrands-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
.p-pageIndexSectionBrands-inner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-inner {
    width: 100%;
    max-width: 1360px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
    column-gap: min(13.8vw, 200px);
    align-items: start;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-heading {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-content {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    display: grid;
    grid-template-columns: min(31.2vw, 450px) 1fr;
    grid-template-rows: auto auto;
    column-gap: min(3.1vw, 46px);
    row-gap: 0;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) and (max-width: 984px) {
  .p-pageIndexSectionBrands-content {
    display: flex;
    flex-direction: column;
  }
}

.p-pageIndexSectionBrands-category {
  border-top: 1px dashed #7B7B7B;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .p-pageIndexSectionBrands-category:first-child {
    grid-column: 1;
    grid-row: 1/-1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:first-child .p-pageIndexSectionBrands-logos {
    padding-inline: min(2.9vw, 42px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 984px) {
  .p-pageIndexSectionBrands-category:first-child .p-pageIndexSectionBrands-logos {
    padding-block: min(6.3vw, 90px);
    padding-inline: min(7.9vw, 112px);
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-pageIndexSectionBrands-category:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category {
    padding-top: 1.1428571429rem;
    padding-bottom: 1.7142857143rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:first-child {
    height: 23.3571428571rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
}

.p-pageIndexSectionBrands-categoryLabel {
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-categoryLabel {
    font-size: 0.875rem;
    letter-spacing: -0.0175rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-categoryLabel {
    font-size: 0.8571428571rem;
    letter-spacing: -0.0171428571rem;
  }
}

.p-pageIndexSectionBrands-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-logos {
    gap: 1.5rem 2rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-logos {
    gap: 1.1428571429rem 1.7142857143rem;
  }
}

.p-pageIndexSectionBrands-category:first-child .p-pageIndexSectionBrands-logos {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 0;
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(2) {
    padding-bottom: min(5.5vw, 80px);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:nth-child(2) {
    padding-top: 1.1428571429rem;
    padding-bottom: 3.7857142857rem;
  }
}

.p-pageIndexSectionBrands-category:nth-child(2) .p-pageIndexSectionBrands-logos {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(2) .p-pageIndexSectionBrands-logos {
    margin-top: min(4.3vw, 63px);
    gap: min(6.5vw, 96px);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:nth-child(2) .p-pageIndexSectionBrands-logos {
    gap: 4.1428571429rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(2) .p-pageIndexSectionBrands-logos .p-pageIndexSectionBrands-logosItem {
    width: min(12.5vw, 180px);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:nth-child(2) .p-pageIndexSectionBrands-logos .p-pageIndexSectionBrands-logosItem {
    width: 7.7142857143rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(3) {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:nth-child(3) {
    padding-top: 1.1428571429rem;
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:nth-child(3) .p-pageIndexSectionBrands-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: min(3.1vw, 45px) min(2.7vw, 40px);
    align-items: center;
    justify-items: start;
    margin-top: min(3.4vw, 50px);
    padding-inline: min(1.9vw, 28px);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:nth-child(3) .p-pageIndexSectionBrands-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1428571429rem 1.7142857143rem;
    align-items: center;
    justify-items: start;
    margin-top: 2.1428571429rem;
    padding-inline: 1.3571428571rem;
  }
}

.p-pageIndexSectionBrands-logosItem {
  display: flex;
  align-items: center;
}

.p-pageIndexSectionBrands-logoLink {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-pageIndexSectionBrands-logoLink {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-duration: 0.5s;
  }
  .p-pageIndexSectionBrands-logoLink:hover {
    opacity: 0.6;
    transition-duration: 0.4s;
  }
}

.p-pageIndexSectionBrands-logoImage {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-logoImage {
    max-height: 8.75rem;
    max-width: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-logoImage {
    max-height: 3.2142857143rem;
    max-width: 11.4285714286rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-category:first-child .p-pageIndexSectionBrands-logoImage {
    max-height: 8.75rem;
    max-width: 22.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-category:first-child .p-pageIndexSectionBrands-logoImage {
    max-height: 6.5rem;
    max-width: 100%;
  }
}

.p-pageIndexSectionBrands-button {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrands-button {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
    align-self: end;
    margin-top: min(7.9vw, 115px);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrands-button {
    margin-top: 4.2857142857rem;
  }
}

/**
 * Component
 */
.p-pageIndexSectionBrandUniverse {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
.p-pageIndexSectionBrandUniverse {
  background-color: #f4f6f6;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse {
    margin-top: 12.5rem;
    padding-top: 5rem;
    padding-bottom: 5.625rem;
    padding-inline: min(6.2vw, 94px) min(7.5vw, 115px);
    border-radius: 0.25rem;
    width: calc(100% - 40px * 2);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse {
    margin-top: 8.5714285714rem;
    padding-top: 3.5714285714rem;
    padding-bottom: 4.2857142857rem;
    padding-inline: 1.9285714286rem;
    border-radius: 0.2857142857rem;
    width: calc(100% - 24px * 2);
  }
}

/**
 * Children
 */
.p-pageIndexSectionBrandUniverse-inner {
  display: flex;
  flex-direction: column;
}
.p-pageIndexSectionBrandUniverse-heading .c-headingSection .c-headingSection-title {
  margin-top: 0;
  color: #242424;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse-heading .c-headingSection .c-headingSection-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse-heading .c-headingSection .c-headingSection-title {
    font-size: 1.7142857143rem;
  }
}

.p-pageIndexSectionBrandUniverse-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse-content {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse-content {
    margin-top: 2.8571428571rem;
  }
}

.p-pageIndexSectionBrandUniverse-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 2.5625rem;
    gap: 40px min(2.7vw, 41px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-pageIndexSectionBrandUniverse-list {
    display: flex;
    flex-direction: column;
  }
  .p-pageIndexSectionBrandUniverse-list .p-pageIndexSectionBrandUniverse-listItem {
    width: 100%;
  }
  .p-pageIndexSectionBrandUniverse-list .p-pageIndexSectionBrandUniverse-listItem .c-cardBrandUniverse {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse-list {
    display: flex;
    flex-direction: column;
    gap: 2.1428571429rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionBrandUniverse-listItem {
    width: calc(50% - 2.5625rem / 2);
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionBrandUniverse-listItem {
    width: 100%;
  }
}

/**
 * Section: Company（左テキスト・右画像 sticky）
 * PC: 右画像は position: sticky、100vh。SP: 縦積み、sticky なし。
 */
.p-pageIndexSectionCompanySticky {
  background-color: #f4f6f6;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky {
    margin-top: 8.5714285714rem;
  }
}

.p-pageIndexSectionCompanySticky-inner {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-inner {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-inner {
    flex-direction: column;
    padding-top: 2.7142857143rem;
    padding-bottom: 5.7142857143rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:767px) and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}

/**
 * 左カラム: テキストエリア（通常スクロール）
 */
.p-pageIndexSectionCompanySticky-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-content {
    flex-grow: 1;
    padding-inline: 40px;
    max-width: 1300px;
    align-items: flex-start;
    padding-left: 94px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-content {
    order: 2;
    gap: 8.5714285714rem;
    margin-top: 8.5714285714rem;
  }
}

.p-pageIndexSectionCompanySticky-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-block {
    gap: 3.75rem;
    height: 100vh;
    height: 100dvh;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-block {
    gap: 4.2857142857rem;
    align-items: start;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-block .p-pageIndexSectionCompanySticky-block-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-block .p-pageIndexSectionCompanySticky-block-inner .c-buttonArrow {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-block .p-pageIndexSectionCompanySticky-block-inner .c-buttonArrow {
    margin-top: 4.2857142857rem;
  }
}

.p-pageIndexSectionCompanySticky-mainCopy {
  color: #242424;
  font-family: "Roboto SemiBold", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-mainCopy {
    font-size: 4rem;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-mainCopy {
    font-size: 3.7142857143rem;
    margin-top: 5.7142857143rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-mainCopy.top-message {
    font-size: 2rem;
    font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 144%;
  }
}

.p-pageIndexSectionCompanySticky-body {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-body {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-body {
    font-size: 1rem;
    margin-top: 2.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-body + .c-buttonArrow {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-body + .c-buttonArrow {
    margin-top: 2.8571428571rem;
  }
}

.p-pageIndexSectionCompanySticky-bodyParagraph {
  margin: 0;
}
.p-pageIndexSectionCompanySticky-bodyParagraph:not(:last-child) {
  margin-bottom: 1em;
}

/**
 * 右カラム: 画像（PC で sticky、100vh）
 */
.p-pageIndexSectionCompanySticky-media {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-media {
    position: sticky;
    top: 60px;
    min-width: 0;
    width: auto;
    height: calc(100vh - 60px);
    align-self: flex-start;
    border-radius: 0;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-media {
    order: 1;
    width: 100%;
    border-radius: 0.2857142857rem;
  }
}

.p-pageIndexSectionCompanySticky-mediaReveal {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-mediaReveal {
    border-radius: inherit;
  }
}

.p-pageIndexSectionCompanySticky-media .c-maskImageLink-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionCompanySticky-media .c-maskImageLink-img {
    height: 100%;
    aspect-ratio: unset;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionCompanySticky-media .c-maskImageLink-img {
    aspect-ratio: 327/414;
    height: auto;
  }
}

/**
 * Section
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageScaleLinks {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageScaleLinks {
    margin-top: 8.5714285714rem;
  }
}

/**
 * Children
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageScaleLinks-inner {
    width: 85rem;
    margin-inline: auto;
    max-width: 100%;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageScaleLinks-inner {
    padding-inline: 1.7142857143rem;
  }
}

.p-pageIndexSectionImageScaleLinks-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageScaleLinks-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .p-pageIndexSectionImageScaleLinks-grid {
    grid-template-columns: repeat(2, minmax(0, 325px));
    gap: 1.25rem;
    justify-content: center;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageScaleLinks-grid {
    grid-template-columns: 1fr;
    gap: 0.2857142857rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageScaleLinks-gridItem {
    min-width: 0;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageScaleLinks-gridItem {
    min-width: 0;
  }
  .p-pageIndexSectionImageScaleLinks-gridItem .c-imageScaleLink {
    margin-inline: auto;
  }
}

/**
 * Section
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageLinks {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageLinks {
    margin-top: 8.5714285714rem;
  }
}

/**
 * Children
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageLinks-inner {
    width: min(80.9vw, 1166px);
    margin-inline: auto;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageLinks-inner {
    padding-inline: 1.7142857143rem;
  }
}

.p-pageIndexSectionImageLinks-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  align-items: start;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageLinks-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3125rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageLinks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.1428571429rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionImageLinks-gridItem {
    min-width: 0;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionImageLinks-gridItem {
    min-width: 0;
  }
}

/**
 * セクション全体（背景・余白）
 */
.p-pageIndexSectionNotice {
  background-color: #e8e8e4;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice {
    padding-top: 4.0625rem;
    padding-bottom: 4.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNotice {
    padding-top: 4.2857142857rem;
    padding-bottom: 5.7142857143rem;
  }
}

/**
 * インナー（幅・パディング・レイアウト）
 */
.p-pageIndexSectionNotice-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNotice-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}

/**
 * 見出しブロック（配置のみ・コンポーネントのスタイルは変更しない）
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice-heading .c-headingSection .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNotice-heading .c-headingSection .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 0.8571428571rem;
  }
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice-heading .c-headingSection .c-headingSection-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNotice-heading .c-headingSection .c-headingSection-title {
    font-size: 1.7142857143rem;
  }
}

/**
 * カードリスト（グリッド配置）
 */
.p-pageIndexSectionNotice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNotice-list {
    grid-template-columns: 1fr;
    gap: 0.8571428571rem;
    margin-top: 2.8571428571rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionNotice-listItem {
    width: 100%;
  }
}

/**
 * Component
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionTopics {
    margin-top: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionTopics {
    margin-top: 8.5714285714rem;
  }
}

/**
 * Children
 */
.p-pageIndexSectionTopics-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionTopics-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionTopics-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
.p-pageIndexSectionTopics-inner {
  display: flex;
  flex-direction: column;
}
.p-pageIndexSectionTopics-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionTopics-list {
    margin-top: 3.75rem;
    width: 100%;
    margin-inline: auto;
    display: flex;
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionTopics-list {
    margin-top: 2.8571428571rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8571428571rem 1.0714285714rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pageIndexSectionTopics-listItem {
    flex-shrink: 0;
    width: calc((100% - 1.25rem * 3) / 4);
  }
}

/**
 * Component
 */
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNews {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNews {
    margin-top: 8.5714285714rem;
    margin-bottom: 8.5714285714rem;
  }
}

/**
 * Children
 */
.p-pageIndexSectionNews-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNews-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNews-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}
.p-pageIndexSectionNews-inner {
  display: flex;
  flex-direction: column;
}
.p-pageIndexSectionNews-content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNews-content {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNews-content {
    margin-top: 2.8571428571rem;
  }
}

.p-pageIndexSectionNews-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #7B7B7B;
}

.p-pageIndexSectionNews-listItem {
  width: 100%;
}

.p-pageIndexSectionNews-button {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-pageIndexSectionNews-button {
    margin-top: 3.75rem;
    justify-content: flex-end;
  }
}
@media screen and (max-width:767px) {
  .p-pageIndexSectionNews-button {
    margin-top: 4.2857142857rem;
  }
}

.p-index-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-index-inner {
    width: 85rem;
    width: 100%;
    max-width: 1360px;
    padding-inline: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-index-inner {
    width: 23.3571428571rem;
    width: 100%;
    padding-inline: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-index-section {
    gap: 100px 100px;
  }
}
@media screen and (max-width:767px) {
  .p-index-section {
    gap: 5.7142857143rem 5.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .p-index-section {
    margin-top: 10rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width:767px) {
  .p-index-section {
    margin-top: 8.5714285714rem;
    margin-bottom: 11.4285714286rem;
  }
}
.p-index-section .img {
  width: 100%;
  height: auto;
}

.listIcons {
  display: grid;
}
@media screen and (min-width: 768px) {
  .listIcons {
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width:767px) {
  .listIcons {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.7142857143rem;
    margin-top: 3.4285714286rem;
  }
}

.listIcons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .listIcons-item {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .listIcons-item {
    gap: 1.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .listIcons-item .icon {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .listIcons-item .icon {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .listIcons-item .text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .listIcons-item .text {
    font-size: 0.8571428571rem;
  }
}

.modal-content {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal-content {
    padding: 48px;
  }
}
@media screen and (max-width:767px) {
  .modal-content {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .modal-content {
    border-radius: 1rem;
  }
}
@media screen and (max-width:767px) {
  .modal-content {
    border-radius: 1.1428571429rem;
  }
}

/**
 * Page: Components
 */
.p-components {
  min-height: 100vh;
  background-color: #f4f6f6;
}

/**
 * Hero
 */
.p-components-hero {
  background: linear-gradient(135deg, #242424 0%, #424242 100%);
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width:767px) {
  .p-components-hero {
    padding: 60px 0;
  }
}

.p-components-heroInner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width:767px) {
  .p-components-heroInner {
    padding: 0 20px;
  }
}

.p-components-title {
  margin: 0 0 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .p-components-title {
    font-size: 4rem;
  }
}
@media screen and (max-width:767px) {
  .p-components-title {
    font-size: 2.8571428571rem;
  }
}

.p-components-subtitle {
  margin: 0;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-components-subtitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:767px) {
  .p-components-subtitle {
    font-size: 1.1428571429rem;
  }
}

/**
 * Inner
 */
.p-components-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width:767px) {
  .p-components-inner {
    padding: 60px 20px;
  }
}

/**
 * Section
 */
.p-components-section {
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  .p-components-section {
    margin-bottom: 80px;
  }
}
.p-components-section:last-child {
  margin-bottom: 0;
}

/**
 * Subsection
 */
.p-components-subsection {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .p-components-subsection {
    margin-top: 40px;
  }
}
.p-components-subsection:first-child {
  margin-top: 40px;
}

.p-components-subsectionTitle {
  margin: 0 0 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #242424;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-components-subsectionTitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .p-components-subsectionTitle {
    font-size: 1.4285714286rem;
  }
}

/**
 * Grid
 */
.p-components-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-components-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-components-grid.-single {
  grid-template-columns: 1fr;
}
.p-components-grid.-full {
  grid-template-columns: minmax(100%, 1fr);
  gap: 0;
}

/**
 * Item
 */
.p-components-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-components-itemTitle {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7b7b7b;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-components-itemTitle {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .p-components-itemTitle {
    font-size: 1rem;
  }
}

.p-components-itemContent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px;
  background-color: #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .p-components-itemContent {
    gap: 0.625rem;
  }
}
@media screen and (max-width:767px) {
  .p-components-itemContent {
    padding: 20px;
    gap: 0.7142857143rem;
    flex-wrap: wrap;
  }
  .p-components-itemContent > * {
    flex: 1 1 calc(50% - 5px);
    align-self: flex-start;
  }
}
.p-components-itemContent.-dark {
  background-color: #242424;
}
@charset "UTF-8";
/**
 * Web フォントの @font-face（TheHeader.css / main.css で共有）
 * l-header 等 TheHeader のみ読み込みの環境向けに TheHeader エントリから参照する
 */
/**
 * ttf形式しかない場合、WOFFコンバータを使用してwoff2,woffに変換すること
 * https://opentype.jp/woffconv.htm
 */
/**
 * 日本語Webフォントを使用する場合
 * ファイルサイズが大きいため
 * 必要に応じてサブセット化も検討すること
 * https://opentype.jp/subsetfontmk.htm
 */
/**
 * Noto Sans JP: Regular
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Regular.woff2") format("woff2"), url("/assets/font/NotoSansJP-Regular.woff") format("woff"), url("/assets/font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Noto Sans JP: Medium
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Medium.woff2") format("woff2"), url("/assets/font/NotoSansJP-Medium.woff") format("woff"), url("/assets/font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * Noto Sans JP: Bold
 */
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/font/NotoSansJP-Bold.woff2") format("woff2"), url("/assets/font/NotoSansJP-Bold.woff") format("woff"), url("/assets/font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/**
 * Noto Serif: Regular
 */
@font-face {
  font-family: "Noto Serif";
  src: url("/assets/font/NotoSerif-Regular.woff2") format("woff2"), url("/assets/font/NotoSerif-Regular.woff") format("woff"), url("/assets/font/NotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Roboto: Regular
 */
@font-face {
  font-family: Roboto;
  src: url("/assets/font/Roboto-Regular.woff2") format("woff2"), url("/assets/font/Roboto-Regular.woff") format("woff"), url("/assets/font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * Roboto: Medium
 */
@font-face {
  font-family: Roboto;
  src: url("/assets/font/Roboto-Medium.woff2") format("woff2"), url("/assets/font/Roboto-Medium.woff") format("woff"), url("/assets/font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * Roboto: SemiBold
 */
@font-face {
  font-family: "Roboto SemiBold";
  src: url("/assets/font/Roboto-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/**
 * Marcellus-Regular(Optimaの代替フォント)
 */
@font-face {
  font-family: "Marcellus";
  src: url("/assets/font/Marcellus-Regular.woff2") format("woff2"), url("/assets/font/Marcellus-Regular.woff") format("woff"), url("/assets/font/Marcellus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/**
 * midashi-go
 */
@font-face {
  font-family: midashi;
  src: url("/assets/font/A-OTF%20Midashi%20Go%20MB31%20Pro%20MB31.woff2") format("woff2"), url("/assets/font/A-OTF%20Midashi%20Go%20MB31%20Pro%20MB31.woff") format("woff"), url("/assets/font/A-OTF Midashi Go MB31 Pro MB31.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/**
 * @font-face は the-header-font-face.scss に集約しました。
 * main.css では main.build.scss 先頭で読み込み、TheHeader.css では TheHeader.scss 先頭で読み込みます。
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
dd,
th,
td,
hr,
iframe,
fieldset,
figure,
legend,
button,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
strong,
sub,
sup,
th {
  font-size: inherit;
  font-weight: inherit;
}

address,
em,
var,
cite,
dfn {
  font-style: normal;
}

caption,
th {
  text-align: left;
}

a,
ins,
abbr[title] {
  text-decoration: none;
}

html {
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
  text-size-adjust: 100%;
}

main {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
}

q::before,
q::after {
  content: none;
}

sub,
sup {
  vertical-align: baseline;
}

mark {
  background: none;
  color: inherit;
}

button,
input,
textarea,
select {
  background: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

select {
  border-radius: 0;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

@keyframes anim-slide-right-enter {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes anim-slide-right-leave {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes anim-slide-right {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes anim-link-hover-enter {
  0% {
    background-position-x: 100%;
    background-size: 100% 1px;
  }
  100% {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
}
@keyframes anim-link-hover-leave {
  0% {
    background-position-x: 0;
    background-size: 0% 1px;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 1px;
  }
}
@keyframes anim-btn-icon-up-enter {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-up-leave {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-right {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-right-enter {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-right-leave {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-down-enter {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-down-leave {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes anim-btn-icon-left-enter {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-left-leave {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes anim-btn-icon-topright {
  0% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
  50% {
    opacity: 0;
    transform: translate(70.7106781187%, -70.7106781187%);
  }
  51% {
    opacity: 0;
    transform: translate(-70.7106781187%, 70.7106781187%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
/* stylelint-disable color-hex-case */
/**
 * 本文（通常）
 */
/**
 * リンク
 */
/**
 * 大見出し（h2）
 */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

html {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  html {
    font-size: 14px;
  }
}
html.-full {
  overflow: hidden;
  height: 100%;
}

body {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #FFF;
  font-feature-settings: "palt";
  line-height: 1.75;
  overflow-x: clip;
}
html.-full body {
  height: 100%;
}

[data-hover=target-icon][target=_blank] {
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  [data-hover=target-icon][target=_blank]:hover {
    opacity: 0.6;
  }
}
[data-hover=target-icon][target=_blank]:focus-visible {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  main:not(.p-index) {
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) {
  main:not(.p-index) {
    margin-top: 60px;
  }
}

@media screen and (max-width:767px) {
  ._pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

._svgText {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width:767px) {
  .mtsp-30 {
    margin-top: 2.1428571429rem !important;
  }
}

@media screen and (min-width: 768px) {
  .mtpc-47 {
    margin-top: 2.9375rem !important;
  }
}

/**
 * 左揃えテキスト
 */
.ta-left {
  text-align: left;
}

/**
 * 中央揃えテキスト
 */
.ta-center {
  text-align: center;
}

/**
 * 右揃えテキスト
 */
.ta-right {
  text-align: right;
}

@font-face {
  font-family: icomoon;
  src: url("/assets/font/icomoon.ttf?5805bs") format("truetype"), url("/assets/font/icomoon.woff?5805bs") format("woff"), url("/assets/font/icomoon.svg?5805bs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* eslint-disable-next-line font-family-no-duplicate-names */
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add::before {
  content: "\e900";
}

.icon-arrow-back::before {
  content: "\e901";
}

.icon-arrow-downward::before {
  content: "\e902";
}

.icon-arrow-forward::before {
  content: "\e903";
}

.icon-arrow-upward::before {
  content: "\e904";
}

.icon-blank::before {
  content: "\e905";
}

.icon-chevron-left::before {
  content: "\e906";
}

.icon-chevron-right::before {
  content: "\e907";
}

.icon-close::before {
  content: "\e908";
}

/**
 * Component
 */
.c-buttonPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .c-buttonPrimary {
    font-size: 1rem;
    min-width: 120px;
  }
}
@media screen and (max-width:767px) {
  .c-buttonPrimary {
    font-size: 1rem;
    min-width: 100px;
    padding: 0.625rem 1.25rem;
  }
}
.c-buttonPrimary:hover:not(.-disabled) {
  background-color: #0056b3;
}
.c-buttonPrimary:active:not(.-disabled) {
  background-color: #004085;
}
.c-buttonPrimary:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

/**
 * Children
 */
.c-buttonPrimary-text {
  display: inline-block;
}

/**
 * Variants: Full Width
 */
.c-buttonPrimary.-fullWidth {
  width: 100%;
}

/**
 * Variants: Disabled
 */
.c-buttonPrimary.-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

/**
 * Component
 */
.c-buttonArrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background-color: #242424;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-style: normal;
  line-height: 92.449%;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow {
    gap: 0.75rem;
    padding: 1rem 0.75rem 1rem 1.25rem;
    border-radius: 0.25rem;
    min-width: 14.375rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow {
    gap: 0.8571428571rem;
    padding: 1.1428571429rem 0.8571428571rem 1.1428571429rem 1.4285714286rem;
    border-radius: 0.2857142857rem;
    min-width: 17.1428571429rem;
    font-size: 0.9285714286rem;
  }
}
@media screen and (max-width: 288px) {
  .c-buttonArrow {
    min-width: unset;
    max-width: calc(100vw - 24px * 2);
  }
}
.c-buttonArrow .button-arrow-text-wrapper {
  width: auto;
  overflow-y: hidden;
}
.c-buttonArrow .button-arrow-text-wrapper .c-buttonArrow-text .paragraph span {
  overflow-y: visible !important;
}

/**
 * Children
 */
.c-buttonArrow-text {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-text {
    padding-block: 0.25rem;
    color: transparent;
    text-shadow: 0 0 0 #FFF, 0 1.35em 0 #FFF;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-text {
    padding-block: 0.2857142857rem;
    color: transparent;
    text-shadow: 0 0 0 #FFF, 0 1.35em 0 #FFF;
  }
}

.c-buttonArrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon {
    width: 3.375rem;
    height: 1.75rem;
    border-radius: 0.1875rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon {
    width: 3.8571428571rem;
    height: 2rem;
    border-radius: 0.2142857143rem;
  }
}
.c-buttonArrow-icon .arrow-icon-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon .arrow-icon-wrapper {
    width: 1rem;
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon .arrow-icon-wrapper {
    width: 1.1428571429rem;
  }
}
.c-buttonArrow-icon svg {
  display: block;
  flex: none;
  min-height: 0;
  fill: none;
  stroke: #242424;
}
@media screen and (min-width: 768px) {
  .c-buttonArrow-icon svg {
    width: 1rem;
    height: 0.4375rem;
  }
}
@media screen and (max-width:767px) {
  .c-buttonArrow-icon svg {
    width: 1.1428571429rem;
    height: 0.5rem;
  }
}

/**
 * Variants: Light Theme
 */
.c-buttonArrow.-light {
  background-color: #FFF;
  color: #242424;
}
.c-buttonArrow.-light .c-buttonArrow-text {
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}
.c-buttonArrow.-light .c-buttonArrow-icon {
  background-color: #242424;
}
.c-buttonArrow.-light .c-buttonArrow-icon svg {
  fill: none;
  stroke: #FFF;
}

/**
 * Component
 */
.c-cardBrand {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-cardBrand:hover {
  opacity: 0.8;
}

/**
 * Children
 */
.c-cardBrand-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.c-cardBrand-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/**
 * Variants: Large
 */
.c-cardBrand.-large {
  width: 440px;
  height: 440px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-large {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Variants: Medium
 */
.c-cardBrand.-medium {
  width: 283.453px;
  height: 283.453px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-medium {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Variants: Small
 */
.c-cardBrand.-small {
  width: 199.719px;
  height: 199.719px;
}
@media screen and (max-width:767px) {
  .c-cardBrand.-small {
    width: 100%;
    aspect-ratio: 1;
  }
}

/**
 * Component
 */
.c-cardBrandUniverse {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse {
    gap: 1.25rem;
    width: 34.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse {
    width: 100%;
    gap: 1.2857142857rem;
    align-items: start;
  }
}

/**
 * Children
 */
.c-cardBrandUniverse-content {
  flex-grow: 1;
  border-top: 1px dotted #7B7B7B;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-content {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-content {
    flex-shrink: unset;
    padding-top: 1.4285714286rem;
  }
}

.c-cardBrandUniverse-info {
  width: 100%;
}

.c-cardBrandUniverse-category {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-category {
    gap: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-category {
    gap: 0.4285714286rem;
  }
}

.c-cardBrandUniverse-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-categoryIcon {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-categoryIcon {
    width: 0.3571428571rem;
    height: 0.3571428571rem;
  }
}

.c-cardBrandUniverse-categoryText {
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 92%;
  letter-spacing: -0.02em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-categoryText {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-categoryText {
    font-size: 0.7142857143rem;
  }
}

.c-cardBrandUniverse-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-main {
    margin-top: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-main {
    margin-top: 0.8571428571rem;
    padding-left: 0.8571428571rem;
  }
}

.c-cardBrandUniverse-titleWrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-titleWrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-titleWrapper {
    justify-content: space-between;
  }
}

.c-cardBrandUniverse-title {
  display: flex;
  margin: 0;
  color: #242424;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 90%;
  letter-spacing: -0.02em;
  font-style: normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-title {
    font-size: 1.2857142857rem;
    line-height: 120%;
  }
}
.c-cardBrandUniverse-title span {
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}

.c-cardBrandUniverse-description {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-description {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-description {
    font-size: 0.7142857143rem;
    margin-top: 0.8571428571rem;
  }
}

.c-cardBrandUniverse-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .c-cardBrandUniverse-image {
    width: min(8.8vw, 128px);
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardBrandUniverse-image {
    width: min(22.9vw, 86px);
    border-radius: 0.2857142857rem;
  }
}

.c-cardBrandUniverse-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Component
 */
.c-cardCorporateInfoLinks {
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks {
    gap: 1.25rem;
    height: 7.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks {
    gap: 1.1428571429rem;
    align-items: start;
    height: 5.4285714286rem;
  }
}

/**
 * Children
 */
.c-cardCorporateInfoLinks-content {
  flex-shrink: 0;
  flex-grow: 1;
  border-top: 1px dotted #7B7B7B;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-content {
    padding-top: 1rem;
    height: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-content {
    flex-shrink: unset;
    padding-top: 0.7142857143rem;
  }
}

.c-cardCorporateInfoLinks-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-info {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}

.c-cardCorporateInfoLinks-category {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-category {
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-category {
    gap: 0.4285714286rem;
  }
}

.c-cardCorporateInfoLinks-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-categoryIcon {
    width: 0.375rem;
    height: 0.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-categoryIcon {
    width: 0.4285714286rem;
    height: 0.4285714286rem;
  }
}

.c-cardCorporateInfoLinks-categoryText {
  color: #7B7B7B;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: -0.02em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-categoryText {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-categoryText {
    font-size: 0.7142857143rem;
  }
}

.c-cardCorporateInfoLinks-main {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-main {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-main {
    margin-top: 0.5714285714rem;
    position: relative;
  }
}
.c-cardCorporateInfoLinks-main .c-boxArrow {
  margin-inline: auto 0;
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-main .c-boxArrow {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.c-cardCorporateInfoLinks-titleWrapper {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-titleWrapper {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-titleWrapper {
    justify-content: space-between;
    padding-right: 3.5714285714rem;
  }
}

.c-cardCorporateInfoLinks-title {
  display: flex;
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  font-style: normal;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-title {
    font-size: 1.5rem;
    padding-block: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-title {
    font-size: 1.4285714286rem;
    padding-block: 0.2857142857rem;
  }
}
.c-cardCorporateInfoLinks-title span {
  color: transparent;
  text-shadow: 0 0 0 #000, 0 1.35em 0 #000;
}

.c-cardCorporateInfoLinks-description {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-description {
    font-size: 0.75rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-description {
    font-size: 0.7142857143rem;
    margin-top: 0.8571428571rem;
  }
}

.c-cardCorporateInfoLinks-image {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardCorporateInfoLinks-image {
    width: 11.25rem;
    border-radius: 0.25rem;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width:767px) {
  .c-cardCorporateInfoLinks-image {
    width: 8.0714285714rem;
    border-radius: 0.2857142857rem;
    aspect-ratio: 113/76;
  }
}

.c-cardCorporateInfoLinks-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**
 * Component
 */
.c-cardTopic {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-cardTopic {
    width: 100%;
    gap: 1.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic {
    width: 100%;
    gap: 1.4285714286rem;
  }
}

/**
 * Children
 */
.c-cardTopic-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-image {
    aspect-ratio: 325/217;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-image {
    aspect-ratio: 3/2;
    border-radius: 0.2857142857rem;
  }
}

.c-cardTopic-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-cardTopic-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-content {
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-content {
    gap: 0.8571428571rem;
  }
}

.c-cardTopic-date {
  margin: 0;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 300;
  line-height: 0.9;
  opacity: 0.6;
  font-style: normal;
  flex-shrink: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-date {
    font-size: 0.8571428571rem;
  }
}

.c-cardTopic-title {
  margin: 0;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  flex-shrink: 0;
  font-style: normal;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-cardTopic-title {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardTopic-title {
    font-size: 1rem;
  }
}

/**
 * Component
 */
.c-cardNotice {
  display: flex;
  align-items: center;
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-block: 1.375rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice {
    width: 100%;
    border-radius: 0.2857142857rem;
    padding-inline: 1.4285714286rem 2.1428571429rem;
    padding-block: 1.4285714286rem;
    display: grid;
    gap: 0.7142857143rem;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "space arrow";
  }
}

/**
 * Children
 */
.c-cardNotice-iconWrapper {
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-iconWrapper {
    width: 1.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-iconWrapper {
    width: 1.6428571429rem;
    grid-area: icon;
    align-self: center;
  }
}
.c-cardNotice-iconWrapper svg {
  width: 100%;
  height: 100%;
  fill: #6E6E6E;
  display: block;
}

.c-cardNotice-title {
  flex-grow: 1;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-title {
    padding-inline: 1.125rem 0.625rem;
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-title {
    padding-inline: 0rem;
    font-size: 0.9285714286rem;
    grid-area: title;
  }
}

.c-cardNotice-arrow {
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-arrow {
    width: 1.5rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-arrow {
    width: 1.4285714286rem;
    grid-area: arrow;
    justify-self: end;
  }
}
.c-cardNotice-arrow svg {
  display: block;
  flex: none;
  fill: none;
  stroke: #000;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNotice-arrow svg {
    width: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNotice-arrow svg {
    width: 1.4285714286rem;
  }
}

/**
 * Component
 */
.c-cardNoticeSmall {
  display: flex;
  align-items: center;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall {
    max-width: 20.3125rem;
    border-radius: 0.25rem;
    padding: 0.8125rem 1.4375rem 0.8125rem 1.1875rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall {
    border-radius: 0.2857142857rem;
    padding: 0.8571428571rem 1.2857142857rem 0.8571428571rem 0.8571428571rem;
    display: grid;
    gap: 0.5714285714rem;
    align-items: start;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "icon title" "space arrow";
  }
}

/**
 * Children
 */
.c-cardNoticeSmall-iconWrapper {
  flex-shrink: 0;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-iconWrapper {
    width: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-iconWrapper {
    width: 1.4285714286rem;
    grid-area: icon;
    align-self: center;
  }
}
.c-cardNoticeSmall-iconWrapper svg {
  width: 100%;
  height: 100%;
  fill: #6E6E6E;
  display: block;
}

.c-cardNoticeSmall-title {
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-title {
    padding-inline: 0.875rem 0.5625rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-title {
    padding-inline: 0rem;
    font-size: 0.8571428571rem;
    grid-area: title;
  }
}

.c-cardNoticeSmall-arrow {
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-arrow {
    width: 1.5rem;
    gap: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-arrow {
    width: 1.4285714286rem;
    grid-area: arrow;
    justify-self: end;
  }
}
.c-cardNoticeSmall-arrow svg {
  display: block;
  flex: none;
  fill: none;
  stroke: #000;
  display: block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-cardNoticeSmall-arrow svg {
    width: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-cardNoticeSmall-arrow svg {
    width: 1.4285714286rem;
  }
}

/**
 * Component
 */
@media screen and (min-width: 768px) {
  .headingLv2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2 {
    margin-top: 3.4285714286rem;
    margin-bottom: 1.7142857143rem;
  }
}

/**
 * Children
 */
.headingLv2-title {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .headingLv2-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .headingLv2-description {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .headingLv2-description {
    font-size: 1rem;
  }
}

/**
 * Component
 */
.c-headingSection {
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 {
    margin-top: 5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 {
    margin-top: 7.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 .c-headingSection-subtitle .c-headingSection-subtitleText {
    font-size: 1rem;
  }
}
.c-headingSection.-h1 .c-headingSection-title {
  color: #242424;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-headingSection.-h1 .c-headingSection-title {
    margin-top: 0.625rem;
    font-size: 5.625rem;
    letter-spacing: -0.1125rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-h1 .c-headingSection-title {
    margin-top: 0.8571428571rem;
    font-size: 4rem;
    letter-spacing: -0.08rem;
  }
}

/**
 * Children
 */
.c-headingSection-subtitle {
  position: relative;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  font-style: normal;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection-subtitle {
    font-size: 0.875rem;
    gap: 0.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
    gap: 0.4285714286rem;
  }
}
.c-headingSection-subtitle svg {
  fill: #7B7B7B;
  flex-shrink: 0;
}

.c-headingSection-subtitleText {
  display: inline-block;
}

.c-headingSection-title {
  position: relative;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-headingSection-title {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection-title {
    font-size: 2.2857142857rem;
    margin-top: 0.5714285714rem;
  }
}

/**
 * Variants: Medium
 */
@media screen and (min-width: 768px) {
  .c-headingSection.-medium .c-headingSection-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-medium .c-headingSection-title {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-medium .c-headingSection-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-medium .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Variants: Small
 */
@media screen and (min-width: 768px) {
  .c-headingSection.-small .c-headingSection-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-small .c-headingSection-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .c-headingSection.-small .c-headingSection-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-headingSection.-small .c-headingSection-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Component
 */
.c-imageFigurePicture {
  /* Layout children */
}

/**
 * Children
 */
.c-imageFigurePicture-img {
  width: 100%;
  height: auto;
}

.c-imageFigurePicture-caption {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  color: #888;
}
@media screen and (min-width: 768px) {
  .c-imageFigurePicture-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageFigurePicture-caption {
    font-size: 3.2vw;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageFigurePicture.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imageFigureSimple {
  /* Layout children */
}

/**
 * Children
 */
.c-imageFigureSimple-img {
  width: 100%;
  height: auto;
}

.c-imageFigureSimple-caption {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.75;
  color: #888;
}
@media screen and (min-width: 768px) {
  .c-imageFigureSimple-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageFigureSimple-caption {
    font-size: 3.2vw;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageFigureSimple.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imagePicture {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imagePicture.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-imageSimple {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
.c-imageSimple.-noMargin {
  margin-top: 0;
}

/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component: ImageScaleLink
 * 画像リンク。ホバーで画像が中央を原点に scale し要素全体を覆う。
 * 親の a タグに overflow: hidden を適用し、画像のはみ出しを防ぐ。
 */
.c-imageScaleLink {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #f4f6f6;
}
@media (hover: hover) {
  .c-imageScaleLink[data-hover=target-icon][target=_blank]:hover {
    opacity: 1;
  }
}
.c-imageScaleLink[data-hover=target-icon][target=_blank]:focus-visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink {
    width: 100%;
    aspect-ratio: 325/415;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink {
    width: 100%;
    aspect-ratio: 327/165;
    min-height: 150px;
    border-radius: 0.2857142857rem;
  }
}
.c-imageScaleLink[data-hover=target-icon][target=_blank] .c-imageScaleLink-main .c-boxArrow {
  border: none;
  background: transparent;
}
.c-imageScaleLink[data-hover=target-icon][target=_blank] .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external {
  color: #7B7B7B;
  transition: color 0.2s ease;
}
.c-imageScaleLink[data-hover=target-icon][target=_blank].-hover-active .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external, .c-imageScaleLink[data-hover=target-icon][target=_blank].-hover-enter .c-imageScaleLink-main .c-boxArrow--external .c-boxArrow-arrowIconWrapper--external {
  color: #FFF;
  transition: color 0.2s ease;
}

.c-imageScaleLink-image-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image-bg {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-image-bg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.c-imageScaleLink-img-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-img-bg {
    transform: scale(1.1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

/**
 * 画像エリア（デフォルトは小さく右上に配置。ホバーでこの要素が translate + scale し a 全体を覆う）
 * 子の .c-imageScaleLink-img は width/height 100% で親に合わせて表示される。
 */
.c-imageScaleLink-image {
  position: absolute;
  overflow: hidden;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-image {
    top: 1.875rem;
    right: 1.875rem;
    width: 7.125rem;
    height: 7.125rem;
    border-radius: 0.125rem;
  }
  .c-imageScaleLink-image::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 40%;
    pointer-events: none;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), transparent);
    opacity: 0;
    transition: opacity 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-image {
    top: 1.4285714286rem;
    right: 1.4285714286rem;
    width: 4.7142857143rem;
    height: 4.7142857143rem;
    border-radius: 0.1428571429rem;
  }
}

.c-imageScaleLink-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-img {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

/**
 * コンテンツ（カテゴリ・タイトル・BoxArrow）のラッパー
 */
.c-imageScaleLink-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-content {
    padding: 1.875rem;
    padding-bottom: 1.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-content {
    padding: 1.4285714286rem;
  }
}

/**
 * カテゴリ（ダイヤアイコン + テキスト）
 */
.c-imageScaleLink-category {
  display: flex;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-category {
    gap: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-category {
    gap: 0.4285714286rem;
  }
}

.c-imageScaleLink-categoryIcon {
  flex-shrink: 0;
  fill: #7B7B7B;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-categoryIcon {
    width: 0.375rem;
    height: 0.375rem;
    transition: fill 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
    transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-categoryIcon {
    width: 0.4285714286rem;
    height: 0.4285714286rem;
  }
}

.c-imageScaleLink-categoryText {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 180%;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-categoryText {
    font-size: 0.75rem;
    transition: color 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-categoryText {
    font-size: 0.7142857143rem;
  }
}

/**
 * メイン（タイトル + BoxArrow）
 */
.c-imageScaleLink-main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main {
    margin-top: 0.5rem;
    gap: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-main {
    margin-top: 0.5714285714rem;
    gap: 0.5714285714rem;
  }
}
.c-imageScaleLink-main .c-boxArrow {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main .c-boxArrow {
    border: 1px solid transparent;
    transition: background-color 300ms ease cubic-bezier(0.23, 1, 0.32, 1), border-color 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-main .c-boxArrow .arrow-icon-wrapper svg {
    transition: stroke 300ms ease cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-main .c-boxArrow {
    position: absolute;
    right: 1.4285714286rem;
    bottom: 1.4285714286rem;
  }
}

.c-imageScaleLink-title {
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-title {
    font-size: 1.5rem;
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (max-width:767px) {
  .c-imageScaleLink-title {
    font-size: 1.4285714286rem;
    line-height: 1.08;
    padding-right: 3.5714285714rem;
  }
}

.c-imageScaleLink-boxArrow {
  box-sizing: content-box;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-categoryIcon {
    fill: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-categoryText {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-title {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-image-bg {
    opacity: 1;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-img-bg {
    transform: scale(1.01);
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-img {
    opacity: 0;
  }
  .c-imageScaleLink.-hover-enter .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
  }
}

/**
 * Variants: Hover active
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-active .c-imageScaleLink-categoryIcon {
    fill: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-categoryText {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-title {
    color: #FFF;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-image-bg {
    opacity: 1;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-img-bg {
    transform: scale(1.01);
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-img {
    opacity: 0;
  }
  .c-imageScaleLink.-hover-active .c-imageScaleLink-boxArrow {
    background-color: transparent;
    border-color: #FFF;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-categoryIcon {
    transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    fill: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-categoryText {
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-title {
    transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: #7B7B7B;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-image-bg {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-img-bg {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.1);
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-img {
    transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  .c-imageScaleLink.-hover-leave .c-imageScaleLink-boxArrow {
    transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #242424;
    border-color: transparent;
  }
}

/**
 * モディファイア: -fullBg
 * 画像を全面に表示し、テキスト・矢印を白で表示（IRカードなど全面背景用）
 */
.c-imageScaleLink.-fullBg {
  background-color: transparent;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-categoryIcon {
  fill: #FFF;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-categoryText {
  color: #FFF;
}
.c-imageScaleLink.-fullBg .c-imageScaleLink-title {
  color: #FFF;
}
.c-imageScaleLink.-fullBg .c-boxArrow {
  background-color: transparent;
  border-color: #FFF;
}
.c-imageScaleLink.-fullBg .c-boxArrow .arrow-icon-wrapper svg {
  stroke: #FFF;
}

/**
 * Component
 */
.c-linkAnchor {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor {
    gap: 1.1428571429rem;
  }
}
.c-linkAnchor {
  /* Layout children */
}

/**
 * Children
 */
.c-linkAnchor-icon {
  color: #000;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor-icon {
    font-size: 1.5rem;
    transition: color 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor-icon {
    font-size: 1.7142857143rem;
  }
}

.c-linkAnchor-text {
  color: #000;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-linkAnchor-text {
    font-size: 0.875rem;
    transition: color 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-linkAnchor-text {
    font-size: 1.1428571429rem;
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-enter .c-linkAnchor-icon,
  .c-linkAnchor.-hover-enter .c-linkAnchor-text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Hover active
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-active .c-linkAnchor-icon,
  .c-linkAnchor.-hover-active .c-linkAnchor-text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-linkAnchor.-hover-leave .c-linkAnchor-icon,
  .c-linkAnchor.-hover-leave .c-linkAnchor-text {
    transition-duration: 0.3s;
    color: #000;
  }
}

/**
 * Component
 * 親のaタグに overflow: hidden を適用し、画像のインタラクションは画像にのみ適用する
 */
.c-maskImageLink {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-maskImageLink {
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLink {
    border-radius: 0.2857142857rem;
  }
}

/**
 * Children: 出現アニメーション用ラッパー（clip-path・scale を適用し、ホバーと競合しない）
 */
.c-maskImageLink-inner {
  display: block;
  width: 100%;
  overflow: hidden;
}

/**
 * Children: 画像（ホバー拡大の対象。出現は .c-maskImageLink-inner に適用）
 */
.c-maskImageLink-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-maskImageLink-img {
    aspect-ratio: 385/492;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLink-img {
    aspect-ratio: 343/438;
  }
}

/**
 * Component
 * PC: 縦並び（見出し＋リード → 画像リンク）
 * SP: 横並び（左: 見出し＋リード、右: 画像リンク）
 */
.c-maskImageLinkWithTitle {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle {
    gap: 1.875rem;
    max-width: 27.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.1428571429rem;
  }
}

/**
 * Children: タイトルブロック（サブタイトル＋タイトル＋リード）
 */
.c-maskImageLinkWithTitle-heading {
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading {
    min-width: 0;
    flex: 1;
  }
}

/**
 * Children: カテゴリーラベル（サブタイトル）
 */
.c-maskImageLinkWithTitle-subtitle {
  position: relative;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  font-style: normal;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.875rem;
    gap: 0.6875rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
    gap: 0.4285714286rem;
  }
}
.c-maskImageLinkWithTitle-subtitle svg {
  fill: #7B7B7B;
  flex-shrink: 0;
}

.c-maskImageLinkWithTitle-subtitleText {
  display: inline-block;
}

/**
 * Children: タイトル（見出しではなくpタグ）
 */
.c-maskImageLinkWithTitle-title {
  margin: 0;
  color: #000;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.02em;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-title {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-title {
    font-size: 2.2857142857rem;
    margin-top: 0.5714285714rem;
    word-break: break-all;
  }
}

/**
 * Variants: タイトルサイズ medium
 */
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-title {
    font-size: 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-title {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-medium .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Variants: タイトルサイズ small
 */
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-heading.-small .c-maskImageLinkWithTitle-subtitle {
    font-size: 0.8571428571rem;
  }
}

/**
 * Children: リード文（タイトル下の説明）
 */
.c-maskImageLinkWithTitle-lead {
  margin: 0;
  color: #7B7B7B;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-lead {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-lead {
    margin-top: 0.4285714286rem;
    font-size: 0.7142857143rem;
  }
}

/**
 * Children: 画像＋ロゴのラッパー（logoSrc 指定時はロゴを重ねる）
 */
.c-maskImageLinkWithTitle-figure {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-figure {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-figure {
    flex-shrink: 0;
    width: min(41.3vw, 155px);
  }
}

/**
 * Children: MaskImageLink（インタラクション対象）
 */
.c-maskImageLinkWithTitle-link {
  display: block;
  min-width: 0;
}

/**
 * Children: オーバーレイロゴ（logoSrc 指定時のみ、MaskImageLinkの上に重ねる、クリック対象外）
 */
.c-maskImageLinkWithTitle-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithTitle-logo {
    max-width: 13.5625rem;
    bottom: 10.7%;
    width: 38.6%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithTitle-logo {
    max-width: 5.6428571429rem;
    bottom: 1.4285714286rem;
    width: 4.2857142857rem;
  }
}

/**
 * Component
 * PC: 縦並び（画像＋オーバーレイロゴ → 小タイトル → リード）
 * SP: 縦並び（画像＋オーバーレイロゴ → 小タイトル → リード）、画像幅155px
 */
.c-maskImageLinkWithSmallTitle {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle {
    gap: 1.5625rem;
    max-width: 27.5rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle {
    gap: 1.4285714286rem;
  }
}

/**
 * Children: 画像＋ロゴのラッパー（position: relative でロゴを重ねる）
 */
.c-maskImageLinkWithSmallTitle-figure {
  position: relative;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-figure {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-figure {
    width: 100%;
    flex-shrink: 0;
  }
}

/**
 * Children: MaskImageLink（インタラクション対象）
 */
.c-maskImageLinkWithSmallTitle-link {
  display: block;
  min-width: 0;
}

/**
 * Children: オーバーレイロゴ（MaskImageLinkの上に重ねる、クリック対象外）
 */
.c-maskImageLinkWithSmallTitle-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-logo {
    bottom: 6.4%;
    width: 36.8%;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-logo {
    bottom: 6.4%;
    width: 36.8%;
  }
}

/**
 * Children: テキストブロック（小タイトル＋リード）
 */
.c-maskImageLinkWithSmallTitle-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-body {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-body {
    gap: 0.8571428571rem;
  }
}

/**
 * Children: 小タイトル（見出しではなくpタグ）
 */
.c-maskImageLinkWithSmallTitle-title {
  margin: 0;
  color: #242424;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-title {
    font-size: 1.25rem;
    font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-title {
    font-size: 1.2857142857rem;
    font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    letter-spacing: -0.02em;
    word-break: break-all;
  }
}

/**
 * Children: リード文
 */
.c-maskImageLinkWithSmallTitle-lead {
  margin: 0;
  color: #242424;
  opacity: 0.6;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .c-maskImageLinkWithSmallTitle-lead {
    font-size: 0.75rem;
    max-width: 18.75rem;
  }
}
@media screen and (max-width:767px) {
  .c-maskImageLinkWithSmallTitle-lead {
    font-size: 0.7142857143rem;
  }
}

/**
 * Component
 */
.c-linkText {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .c-linkText {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkText {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-linkText {
    margin-top: 16px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText {
    margin-top: 1.1428571429rem;
  }
}
.c-linkText {
  color: #000;
}

/**
 * Children
 */
.c-linkText .text {
  padding-bottom: 2px;
  will-change: background-size;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
  text-decoration: none;
}

/**
 * Variants: Blank
 */
.c-linkText[target=_blank] .inner::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* eslint-disable-next-line font-family-no-duplicate-names */
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
}
@media screen and (min-width: 768px) {
  .c-linkText[target=_blank] .inner::after {
    font-size: 0.875em;
    margin-left: 4px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText[target=_blank] .inner::after {
    font-size: 0.8571428571em;
    margin-left: 1.0666666667vw;
  }
}

/**
 * Variants: Hover enter
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-enter .text {
    animation: anim-link-hover-enter 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
  }
}

/**
 * Variants: Hover actie
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-active .text {
    background-position-x: 100%;
    background-size: 0% 1px;
  }
}

/**
 * Variants: Hover leave
 */
@media screen and (min-width: 768px) {
  .c-linkText.-hover-leave .text {
    animation: anim-link-hover-leave 0.35s cubic-bezier(0.23, 1, 0.32, 1) 0s forwards;
  }
}

/**
 * Override Sibling Margin
 */
@media screen and (min-width: 768px) {
  .c-linkText + .c-linkText {
    margin-top: 8px;
  }
}
@media screen and (max-width:767px) {
  .c-linkText + .c-linkText {
    margin-top: 0.5714285714rem;
  }
}

/**
 * Component
 */
.c-linkArrowUnderline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1em;
  border-bottom: 1px dashed #7B7B7B;
  color: #242424;
  font-weight: 500;
  line-height: 1.35;
}
.c-linkArrowUnderline:lang(en) {
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .c-linkArrowUnderline {
    font-size: 0.875rem;
    padding-inline: 0.25rem 1rem;
    padding-bottom: 0.75rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-linkArrowUnderline {
    font-size: 1rem;
    padding-inline: 0.2857142857rem 1.1428571429rem;
    padding-bottom: 0.8571428571rem;
    margin-top: 1.4285714286rem;
  }
}

/**
 * Children
 */
.c-linkArrowUnderline-text-wrapper {
  width: auto;
  overflow-y: hidden;
}

.c-linkArrowUnderline-text {
  display: inline-block;
  color: transparent;
  text-shadow: 0 0 0 #242424, 0 1.35em 0 #242424;
}

/**
 * Component
 */
.c-listAccordion {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-listAccordionItem {
  width: 100%;
  border-top-style: solid;
  border-top-color: #E7E7E7;
  transition: background-color 0.25s ease-out;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem {
    backdrop-filter: blur(0.3125rem);
    border-top-width: 0.0625rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem {
    backdrop-filter: blur(0.3571428571rem);
    border-top-width: 0.0714285714rem;
  }
}

/**
 * Children
 */
.c-listAccordionItem-button {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-button {
    gap: 1rem;
    padding: 2.5rem 0;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-button {
    gap: 0.5714285714rem;
    padding: 1.7142857143rem 0;
  }
}

.c-listAccordionItem-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 200;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-text {
    gap: 1rem;
    transition: padding-left 0.25s ease-out;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-text {
    gap: 0.5714285714rem;
  }
}

.c-listAccordionItem-title {
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-listAccordionItem-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-title {
    font-size: 1.1428571429rem;
  }
}

.c-listAccordionItem-icon {
  display: block;
  transform: rotate(90deg);
}

.c-listAccordionItem-content {
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-listAccordionItem-content-inner {
    padding: 0 2rem 2rem;
  }
}
@media screen and (max-width:767px) {
  .c-listAccordionItem-content-inner {
    padding-bottom: 1.7142857143rem;
  }
}

/**
 * Variants: Opened
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem[data-is-opened=true] .c-listAccordionItem-text {
    padding-left: 2rem;
  }
}
.c-listAccordionItem[data-is-opened=true] .c-listAccordionItem-content {
  display: block;
}

/**
 * Variants: Button Hover enter
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem[data-is-opened=false] .c-listAccordionItem-button.-hover-enter,
  .c-listAccordionItem[data-is-opened=false] .c-listAccordionItem-button.-hover-active {
    background: rgba(0, 0, 0, 0.03);
  }
  .c-listAccordionItem-button.-hover-enter .c-listAccordionItem-text,
  .c-listAccordionItem-button.-hover-active .c-listAccordionItem-text {
    transition-duration: 0.25s;
    padding-left: 2rem;
  }
  .c-listAccordionItem-button.-hover-enter .c-listAccordionItem-text .text,
  .c-listAccordionItem-button.-hover-active .c-listAccordionItem-text .text {
    transition-duration: 0.25s;
    color: #80ccf9;
  }
}

/**
 * Variants: Button Hover leave
 */
@media screen and (min-width: 768px) {
  .c-listAccordionItem-button.-hover-leave .c-listAccordionItem-text .text {
    transition-duration: 0.3s;
    color: #000;
  }
}

/**
 * Component
 */
.c-listLinkAnchor {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-listLinkAnchor {
    gap: 1rem;
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width:767px) {
  .c-listLinkAnchor {
    gap: 0.5714285714rem;
    padding-top: 4.2857142857rem;
    padding-bottom: 5.7142857143rem;
  }
}
.c-listLinkAnchor {
  /* Layout children */
}

/**
 * Children
 */
/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-listItemNews {
  display: inline-grid;
  grid-template-columns: minmax(100%, 1fr);
  grid-template-rows: max-content;
  place-items: start;
  width: 100%;
  position: relative;
  border-top: 1px dotted #7B7B7B;
}
.c-listItemNews .c-listItemNews-title {
  transition: all 0.15s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (hover: hover) {
  .c-listItemNews:hover .c-listItemNews-title {
    text-decoration-color: #000;
  }
}

/**
 * Children
 */
.c-listItemNews-content {
  grid-column: 1;
  grid-row: 1;
  display: inline-grid;
  place-items: start;
  position: relative;
  text-decoration: none;
  align-items: flex-start;
  width: 100%;
  grid-template-areas: "date title";
}
@media screen and (min-width: 768px) {
  .c-listItemNews-content {
    grid-template-columns: 21.5625rem 1fr;
    margin-block: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-content {
    grid-template-columns: 4.4285714286rem 1fr;
    gap: 2.1428571429rem;
    margin-block: 1.1428571429rem;
  }
}

.c-listItemNews-date {
  grid-area: date;
  margin: 0;
  position: relative;
  font-family: "Roboto", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.8;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .c-listItemNews-date {
    font-size: 0.875rem;
    margin-left: 5.9375rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-date {
    font-size: 0.8571428571rem;
  }
}

.c-listItemNews-title {
  grid-area: title;
  margin: 0;
  margin-top: 0;
  position: relative;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .c-listItemNews-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width:767px) {
  .c-listItemNews-title {
    font-size: 0.9285714286rem;
    margin-left: 0;
    max-width: 100%;
  }
}

/**
 * Component
 */
.c-mediaYoutube {
  width: 100%;
  aspect-ratio: 16/9;
  /* Layout children */
}

/**
 * Children
 */
.c-mediaYoutube > iframe {
  width: 100%;
  height: 100%;
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-overlayModal {
  background-color: transparent;
  /* Layout children */
}

/**
 * Children
 */
.c-overlayModal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 14, 14, 0.7);
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-bg {
    backdrop-filter: blur(3.125rem);
  }
}
@media screen and (max-width:767px) {
  .c-overlayModal-bg {
    backdrop-filter: blur(2.1428571429rem);
  }
}

.c-overlayModal-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  overflow: auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-inner {
    width: calc(100% - 15rem);
    max-width: 85rem;
    height: fit-content;
    padding-top: 6.25rem;
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.c-overlayModal-content {
  position: relative;
  width: 100%;
}
.c-overlayModal-content .buttonClose {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-overlayModal-content .buttonClose {
    top: -5rem;
    right: -6.25rem;
  }
}
@media screen and (max-width:767px) {
  .c-overlayModal-content .buttonClose {
    top: -4.5714285714rem;
    right: 1.1428571429rem;
  }
}

/**
 * Variants
 */
/**
 * Variants: No Margin
 */
/**
 * Variants: Hover enter
 */
/**
 * Variants: Hover active
 */
/**
 * Variants: Hover leave
 */
/**
 * Component
 */
.c-textBody {
  font-weight: 200;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .c-textBody {
    font-size: 1rem;
  }
}
@media screen and (max-width:767px) {
  .c-textBody {
    font-size: 1rem;
  }
}

/**
 * Variants: No Margin
 */
.c-textBody.-noMargin {
  margin-top: 0;
}

/* stylelint-disable-next-line scss/load-no-partial-leading-underscore */
.l-default {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.l-default-header {
  position: fixed;
  top: 0;
  z-index: 50;
}

.l-default-container {
  flex: 1;
}

.l-default-page {
  min-height: 100%;
  width: 100%;
  margin-inline: auto;
}

.l-default-footer {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
@media screen and (max-width:767px) {
  .inner {
    padding: 1.4285714286rem 1.7142857143rem 0 1.7142857143rem;
  }
}

@media screen and (min-width: 768px) {
  .inner-company {
    width: 100%;
    max-width: 1360px;
    margin-inline: auto;
  }
}