@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Onest:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap");
:root {
  --vw: 1600;
  --font: "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium,
    "游ゴシック", Yu Gothic, sans-serif;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --pc-width: 102.4rem;
  --color-white: #ffffff;
  --color-white-opacity-900: rgba(255, 255, 255, 0.9);
  --color-gray-700: #323232;
  --color-gray-600: #5a5a5a;
  --color-gray-500: #6e6e6e;
  --color-gray-400: #bebebe;
  --color-gray-300: #d2d2d2;
  --color-gray-200: #e6e6e6;
  --color-gray-100: #f5f5f5;
  --color-gray-50: #f5f5f5;
  --color-orange-700: #f08300;
  --color-orange-600: #f39b33;
  --color-orange-500: #f6b466;
  --color-orange-400: #f9cd99;
  --color-orange-300: #fce6cc;
  --color-orange-200: #fef2e5;
  --color-orange-100: #fff9f2;
  --fw-bold: bold;
  --fw-regular: initial;
  --fw-medium: 500;
  --lh-2xl: 2;
  --lh-xl: 1.8;
  --lh-lg: 1.6;
  --lh-md: 1.5;
  --lh-sm: 1.25;
  --lh-xs: 1;
  --color-shadow: rgba(0, 0, 0, 0.15);
  --color-overlay: rgba(32, 32, 32, 0.5);
}
@media screen and (max-width: 768px) {
  :root {
    --vw: 768;
  }
}
@media screen and (max-width: 430px) {
  :root {
    --vw: 430;
  }
}

*, :before, :after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.54545455;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
html:lang(en) * {
  letter-spacing: normal !important;
}
html:lang(en) .p-header__menu--link {
  gap: 0.5em;
  row-gap: 0;
}

[data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain; /* オーバースクロールを防ぐ */
}

article, aside, figcaption, figure, footer, hgroup, main, nav, section {
  display: block;
}

header {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-700);
  text-align: left;
  background-color: var(--color-white);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

button:focus-visible {
  outline: 0.2rem solid var(--color-gray-700);
  border-radius: 0.2rem;
  outline-offset: 0.2rem;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio], input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: 0.2rem;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.open-drawer,
body.open-drawer {
  overflow: hidden;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 1.4rem;
  font-family: var(--font-jp);
  color: var(--color-gray-700);
}
@media screen and (max-width: 768px) {
  body.is-menu-open {
    overflow: hidden;
  }
  body.is-menu-open .p-header {
    background-color: var(--color-orange-700);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.is-menu-open .p-header__logo svg {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  body.is-menu-open .p-header__logo svg .st0, body.is-menu-open .p-header__logo svg .st1 {
    fill: var(--color-white);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  body.is-menu-open .p-header__menu--link {
    color: var(--color-white);
  }
  body.is-menu-open .p-menu-button__line {
    background-color: var(--color-white);
  }
}

a {
  color: var(--color-gray-700);
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  a:hover {
    color: var(--color-orange-700);
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
/* 動きの削減設定 */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
  }
}
/* ページ内リンク フォーカス移動時の制御用 */
.js-focus-target:focus,
.js-focus-target:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 印刷時の設定 */
@media print {
  header,
  .p-footer__bottom-page-top {
    display: none;
  }
}
/* コンテナレイアウト
----------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
.l-container--white {
  background-color: var(--color-white);
}
.l-container__block {
  display: block;
}

/* ヘッダーレイアウト
----------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 0;
  left: 0;
}

/* ヘッダーレイアウト
----------------------------------------------- */
.l-footer {
  margin-top: 10rem;
  padding: 5rem 3rem 10rem;
  border-top: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 5rem;
    padding: 3rem 2rem 5rem;
  }
}

/* メニューボタンレイアウト
----------------------------------------------- */
.l-menu-button {
  display: none;
  position: relative;
  z-index: 1001;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.l-menu-button:focus {
  outline: none;
}
@media screen and (max-width: 768px) {
  .l-menu-button {
    display: block;
    margin-right: 1rem;
  }
  .l-menu-button[aria-expanded=true] .p-menu-button__line--01 {
    -webkit-transform: translateY(0.8rem) rotate(45deg);
            transform: translateY(0.8rem) rotate(45deg);
  }
  .l-menu-button[aria-expanded=true] .p-menu-button__line--02 {
    opacity: 0;
  }
  .l-menu-button[aria-expanded=true] .p-menu-button__line--03 {
    -webkit-transform: translateY(-0.8rem) rotate(-45deg);
            transform: translateY(-0.8rem) rotate(-45deg);
  }
}

/* TOPレイアウト
----------------------------------------------- */
.l-top__kv {
  width: 100%;
  height: 100vh;
  padding-top: 9.9rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .l-top__kv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: calc(100vh - 13rem);
    margin-top: 7rem;
    padding: 2rem 2rem 0;
  }
}
.l-top__about {
  margin-top: 5rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .l-top__about {
    margin-top: 10rem;
    padding-inline: 2rem;
  }
}
.l-top__slide {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-top__slide {
    margin-top: 5rem;
  }
}
.l-top__service {
  max-width: 120rem;
  margin: 10rem auto 0;
  background-color: var(--color-gray-100);
  padding: 10rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-top__service {
    margin-top: 3.5rem;
    padding: 5rem 2rem;
  }
}
.l-top__company {
  padding: 10rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-top__company {
    margin-top: 5rem;
    padding: 0 2rem;
  }
}
.l-top__media {
  max-width: 120rem;
  margin: 10rem auto 0;
  background-color: var(--color-gray-100);
  padding: 10rem 3rem;
}
@media screen and (max-width: 768px) {
  .l-top__media {
    margin-top: 5rem;
    padding: 5rem 2rem;
  }
}
.l-top__recruit {
  margin-top: 10rem;
  padding: 10rem 3rem 0;
  background-color: var(--color-gray-100);
}
@media screen and (max-width: 768px) {
  .l-top__recruit {
    margin-top: 5rem;
    padding: 5rem 2rem 0;
  }
}
.l-top__recruit-slide {
  position: relative;
  padding-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .l-top__recruit-slide {
    padding-top: 3.5rem;
  }
}
.l-top__recruit-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: var(--color-gray-100);
}
.l-top__recruit-bg {
  position: relative;
}
.l-top__recruit-bg::after {
  position: absolute;
  content: "";
  top: -23.6rem;
  right: -8rem;
  width: 19rem;
  height: 33rem;
  background-image: url(../img/index/hero-graphic.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: 0;
  -webkit-filter: blur(var(--blur-amount, 0rem));
  filter: blur(var(--blur-amount, 0rem));
  will-change: filter;
}
@media screen and (max-width: 768px) {
  .l-top__recruit-bg {
    display: none;
  }
}
.l-top__data {
  margin-top: 10rem;
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .l-top__data {
    margin-top: 5rem;
    padding-inline: 2rem;
  }
}

/* ページレイアウト
----------------------------------------------- */
.l-page--bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100rem;
  margin: 9.9rem auto 0;
  z-index: -1;
}
.l-page--bg::after {
  position: absolute;
  content: "";
  top: 1rem;
  right: 0;
  width: 19rem;
  height: 33rem;
  background-image: url("../img/index/hero-graphic.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1;
  /* ↓ JavaScriptから操作するCSS変数を指定。初期値は0remに設定 */
  -webkit-filter: blur(var(--blur-amount, 0rem));
          filter: blur(var(--blur-amount, 0rem));
  /* パフォーマンス向上のため、変化するプロパティをブラウザに伝えます */
  will-change: filter;
}
@media screen and (max-width: 768px) {
  .l-page--bg::after {
    content: none;
  }
}
.l-page--heading {
  padding: 9.9rem 3rem 10rem;
}
@media screen and (max-width: 768px) {
  .l-page--heading {
    padding: 8rem 2rem 4rem;
  }
}
.l-page--heading__inner {
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
.l-page--heading__inner--symboly {
  position: relative;
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
.l-page--heading:has(.p-page-header--news) {
  padding: 9.9rem 3rem 6rem;
}
.l-page--lead {
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .l-page--lead {
    padding-inline: 2rem;
  }
}
.l-page--lead:has(+ .l-page--content--orange) {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .l-page--lead:has(+ .l-page--content--orange) {
    padding-bottom: 4rem;
  }
}
.l-page--lead .c-text {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .l-page--lead .c-text {
    margin-top: 2rem;
  }
}
.l-page--lead .c-text + .c-text {
  margin-top: 2em;
}
.l-page--content {
  padding-inline: 3rem;
}
@media screen and (max-width: 768px) {
  .l-page--content {
    padding-inline: 2rem;
  }
}
.l-page--content--orange {
  padding-inline: 3rem;
  background-color: var(--color-orange-100);
}
@media screen and (max-width: 768px) {
  .l-page--content--orange {
    padding-inline: 2rem;
  }
}
.l-page + .l-footer {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .l-page + .l-footer {
    margin-top: 5rem;
  }
}
.l-page--floating-button {
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 2;
}
.l-page--floating-button:lang(en) a {
  line-height: 1;
  padding: 0 3rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .l-page--floating-button {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-page--floating-button + footer {
    padding-bottom: 10rem;
  }
}
.l-page--floating-button:has(.c-button--floating) + .l-footer .p-footer__bottom-page-top {
  right: 2rem;
  bottom: 10rem;
}

/* 見出し
========================================================= */
.c-heading {
  font-weight: var(--fw-bold);
}
.c-heading__en {
  display: block;
  font-size: 10rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: var(--font-en);
  color: var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading__en {
    font-size: 6rem;
  }
}
.c-heading__en--11 {
  font-size: 1.1rem;
  line-height: 1.2;
}
.c-heading__en--35 {
  font-size: 3.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-heading__en--35 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__en--30-sp {
    font-size: 3rem !important;
  }
}
.c-heading__en--36 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-heading__en--36 {
    font-size: 3rem;
  }
}
.c-heading__en--40 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-heading__en--40 {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}
.c-heading__en--50 {
  font-size: 5rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-heading__en--50 {
    font-size: 3.6rem;
    letter-spacing: -0.02em;
  }
}
.c-heading__jp {
  display: block;
  font-size: 1.7rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading__jp {
    font-size: 1.6rem;
  }
}
.c-heading__jp--14 {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--14 {
    font-size: 1.2rem;
  }
}
.c-heading__jp--14-sp {
  font-size: 1.4rem !important;
}
.c-heading__jp--16 {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--16 {
    font-size: 1.6rem;
  }
}
.c-heading__jp--20 {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--20-sp {
    font-size: 2rem !important;
  }
}
.c-heading__jp--23 {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--23 {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
.c-heading__jp--24 {
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--24 {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__jp--24-sp {
    font-size: 2.4rem !important;
  }
}
.c-heading__jp--32 {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--32 {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
.c-heading__jp--36 {
  font-size: 3.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--36 {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}
.c-heading__jp--40 {
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--40 {
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
}
.c-heading__jp--44 {
  font-size: 4.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .c-heading__jp--44 {
    font-size: 2.6rem;
  }
}
.c-heading__black {
  color: var(--color-gray-700);
}
.c-heading__orange {
  color: var(--color-orange-700);
}
.c-heading--large .c-heading__en {
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .c-heading--large .c-heading__en {
    font-size: 6rem;
  }
}
.c-heading--large .c-heading__jp {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-heading--large .c-heading__jp {
    font-size: 1.6rem;
  }
}
.c-heading--medium .c-heading__en {
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .c-heading--medium .c-heading__en {
    font-size: 4rem;
  }
}
.c-heading--medium .c-heading__jp {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-heading--medium .c-heading__jp {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.c-heading--small .c-heading__en {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .c-heading--small .c-heading__en {
    font-size: 4rem;
  }
}
.c-heading--small .c-heading__jp {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-heading--small .c-heading__jp {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.c-heading--accent-left {
  font-size: 2rem;
  padding: 1.5rem 2.5rem;
  border-left: 0.4rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left {
    font-size: 1.8rem;
  }
}
.c-heading--accent-left-small {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 2rem;
  border-bottom: 0.1rem solid var(--color-gray-500);
  border-left: 0.2rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left-small {
    padding: 1.5rem;
  }
}
.c-heading--accent-left-small:has(.c-heading--accent-left-small__inner) {
  border-left: none;
  padding-inline: 0;
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left-small:has(.c-heading--accent-left-small__inner) .c-heading--accent-left-small__inner {
    padding: 0 0 0 1.5rem;
  }
}
.c-heading--accent-left-small-gray {
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 2rem;
  border-bottom: 0.1rem solid var(--color-gray-300);
  border-left: 0.2rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left-small-gray {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}
.c-heading--accent-left-small-border-none {
  border-bottom: none;
  padding-block: 0;
}
.c-heading--accent-left-small__inner {
  display: block;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-left: 1.5rem;
  border-left: 0.3rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left-small__inner {
    font-size: 1.8rem;
  }
}
.c-heading--accent-left-large {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 2.5rem 3rem;
  border-left: 0.3rem solid var(--color-orange-700);
  background-color: var(--color-gray-100);
}
@media screen and (max-width: 768px) {
  .c-heading--accent-left-large {
    font-size: 2rem;
    padding: 1.5rem;
  }
}

/* リンク
========================================================= */
.c-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.c-link[target=_blank] {
  gap: 0.5rem;
}
.c-link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link-icon-non::after {
  display: none !important;
}
.c-link--white[target=_blank] {
  gap: 0.9rem;
}
.c-link--white[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/icon/icon-blank-white.svg) no-repeat left top;
  background-size: contain;
}
.c-link--orange {
  color: var(--color-orange-700);
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-link--orange[target=_blank] {
  gap: 1.5rem;
}
.c-link--orange[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-link--orange:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-link--orange-small {
  color: var(--color-orange-700);
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-link--orange-small[target=_blank] {
  gap: 1rem;
}
.c-link--orange-small[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  background-size: contain;
}
@media (any-hover: hover) {
  .c-link--orange-small:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-link--inline {
  display: inline;
}
.c-link--inline::after {
  margin-left: 0.5em;
}
.c-link--inline-icon-non::after {
  display: none !important;
}
.c-link--disabled {
  pointer-events: none;
  color: var(--color-gray-400);
  text-decoration: none;
  cursor: default;
}
.c-link--download {
  gap: 0.5rem;
}
.c-link--download::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/icon/icon-dawnload.svg) no-repeat left top;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.c-link--list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
.c-link--list-box__item {
  width: calc(33.3333333333% - 1.39rem);
}
@media screen and (max-width: 768px) {
  .c-link--list-box__item {
    width: 100%;
  }
}
.c-link--list-box__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 1rem 3rem 3rem;
  border-bottom: 0.1rem solid var(--color-gray-200);
  font-weight: bold;
}
.c-link--list-box__item a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../img/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link--list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  line-height: 1.2;
}
.c-link--list-arrow li::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../img/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-link--list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34rem;
  height: 7.9rem;
  padding: 3rem 1rem 3rem 3rem;
}
@media screen and (max-width: 768px) {
  .c-link--list-service {
    height: 5.9rem;
    padding: 2rem 1rem 2rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-link--list-service-icon-arrow-down {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .c-link--list-service-icon-arrow-down:hover {
    color: var(--color-white);
    background-color: var(--color-orange-700);
  }
  .c-link--list-service-icon-arrow-down:hover::after {
    background-image: url(../img/icon/icon-arrow-down-white.svg);
    -webkit-transform: translateY(1.5rem);
            transform: translateY(1.5rem);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-link--list-service-icon-arrow-down::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url(../img/icon/icon-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-link--panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  padding: 3rem 5rem 3rem 4rem;
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-orange-700);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-link--panel {
    padding: 2rem 5.5rem 2rem 2rem;
    min-height: 12rem;
  }
}
.c-link--panel__inner {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 1.5rem;
  height: 100%;
}
.c-link--panel-heading {
  font-size: 2rem;
  font-weight: var(--fw-bold);
  color: var(--color-orange-700);
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-link--panel-heading {
    font-size: 1.6rem;
  }
}
.c-link--panel-heading span {
  font-size: 1.5rem;
}
.c-link--panel-text {
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-link--panel-text {
    font-size: 1.2rem;
  }
}
.c-link--panel-icon-arrow::after {
  position: absolute;
  right: 1.5rem;
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-right: 0.2rem solid var(--color-orange-700);
  border-bottom: 0.2rem solid var(--color-orange-700);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-link--panel-icon-arrow[target=_blank]::after {
  width: 1.3rem;
  height: 1.3rem;
  background: none;
}
@media (any-hover: hover) {
  .c-link--panel:hover {
    background-color: var(--color-orange-700);
  }
  .c-link--panel:hover .c-link--panel-heading,
  .c-link--panel:hover .c-link--panel-text {
    color: var(--color-white);
  }
  .c-link--panel:hover.c-link--panel-icon-arrow::after {
    border-right: 0.2rem solid var(--color-white);
    border-bottom: 0.2rem solid var(--color-white);
  }
}
.c-link--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
.c-link--image:has(.c-link--image__item--column3) {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-link--image {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.c-link--image__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .c-link--image__item {
    width: 100%;
  }
}
.c-link--image__item--column3 {
  width: calc(33.3333333333% - 2rem);
}
@media screen and (max-width: 768px) {
  .c-link--image__item--column3 {
    width: 100%;
  }
}
.c-link--anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .c-link--anchor {
    gap: 0.6rem;
  }
}
.c-link--anchor__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media screen and (max-width: 768px) {
  .c-link--anchor__item a {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.2rem;
    padding: 1rem;
  }
  .c-link--anchor__item a:lang(en) {
    line-height: 1.3;
    height: 3.9em;
  }
}
.c-link--anchor__item a::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #f08300;
  border-right: 0.1rem solid #f08300;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: -0.3rem;
}
@media (any-hover: hover) {
  .c-link--anchor__item a:hover::after {
    border-color: var(--color-orange-700);
    -webkit-transform: translateY(0.3rem) rotate(135deg);
            transform: translateY(0.3rem) rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-link--anchor__item {
    width: calc(50% - 0.3rem);
    border: 0.1rem solid var(--color-gray-300);
  }
}

/* ボタン
========================================================= */
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31rem;
  height: 7.5rem;
  background-color: var(--color-orange-700);
  color: var(--color-white);
  padding: 0 1.8rem 0 2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 0.2rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 6.7rem;
  }
}
@media (any-hover: hover) {
  .c-button:hover {
    color: var(--color-orange-700);
    background-color: var(--color-white);
  }
}
.c-button--icon-arrow::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1.6rem;
  background: url(../img/icon/icon-arrow-white.svg) no-repeat left top;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .c-button--icon-arrow:hover::after {
    background: url(../img/icon/icon-arrow.svg) no-repeat left top;
    border-color: var(--color-orange-700);
    -webkit-transform: translateX(0.8rem);
            transform: translateX(0.8rem);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-button--icon-arrow.c-button--white:hover::after {
  border-color: var(--color-white);
}
.c-button--icon-external-link::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background: url(../img/icon/icon-blank-white.svg) no-repeat left top;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .c-button--icon-external-link:hover::after {
    border-color: var(--color-orange-700);
    width: 1.7rem;
    height: 1.7rem;
    background: url(../img/icon/icon-blank.svg) no-repeat left top;
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-button--icon-external-link.c-button--white::after {
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
}
.c-button--icon-external-link.c-button--white:hover::after {
  background: url(../img/icon/icon-blank-white.svg) no-repeat left top;
}
.c-button--white {
  background-color: var(--color-white);
  color: var(--color-orange-700);
}
.c-button--white::after {
  background: url(../img/icon/icon-arrow.svg) no-repeat left top;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .c-button--white:hover {
    color: var(--color-white);
    background-color: var(--color-orange-700);
  }
  .c-button--white:hover::after {
    background: url(../img/icon/icon-arrow-white.svg) no-repeat left top;
  }
}
.c-button--service {
  background-color: var(--color-white);
  color: var(--color-gray-700);
  border: 0.1rem solid var(--color-gray-300);
}
.c-button--service::after {
  border-color: var(--color-orange-700);
}
@media (any-hover: hover) {
  .c-button--service:hover {
    color: var(--color-gray-700);
  }
}
@media screen and (max-width: 768px) {
  .c-button--service {
    font-size: 1.4rem;
  }
}
.c-button--service.c-button--icon-arrow::after {
  background: url(../img/icon/icon-arrow.svg) no-repeat left top;
}
.c-button--medium {
  width: 100%;
  max-width: 33.5rem;
  height: 6.7rem;
}
.c-button--large {
  width: 100%;
  max-width: 40rem;
  height: 8rem;
}
.c-button--floating {
  position: relative;
  width: 30rem;
  height: 7rem;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: var(--color-white);
  color: var(--color-orange-700);
  border-radius: 4.5rem;
  border: 0.3rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .c-button--floating {
    width: 100%;
  }
}
.c-button--floating::after {
  position: absolute;
  right: 2rem;
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  border-right: 0.2rem solid var(--color-orange-700);
  border-bottom: 0.2rem solid var(--color-orange-700);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button--floating:hover {
  background-color: var(--color-orange-700);
  color: var(--color-white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button--floating:hover::after {
  border-right: 0.2rem solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  -webkit-transform: translateX(0.8rem) rotate(-45deg);
          transform: translateX(0.8rem) rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button--branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  padding: 1.2rem 1rem 1.2rem 1.5rem;
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-gray-300);
  border-radius: 0.2rem;
  color: var(--color-gray--700);
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  font-weight: var(--fw-regular);
  text-decoration: none;
  text-align: left;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button--branch::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #f08300;
  border-right: 0.1rem solid #f08300;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .c-button--branch:hover {
    background-color: var(--color-gray-50);
  }
  .c-button--branch:hover::after {
    border-color: var(--color-orange-700);
    -webkit-transform: translateY(0.5rem) rotate(135deg);
            transform: translateY(0.5rem) rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-button--submit {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-button:disabled {
  background-color: var(--color-gray-400);
  border-color: var(--color-gray-400);
  pointer-events: none;
}

/* テキスト
========================================================= */
.c-text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 1.4rem;
  }
}
.c-text-wrap {
  display: grid;
  gap: 1.5em;
}
.c-text--xlarge {
  font-size: 2.4rem;
}
.c-text--large {
  font-size: 1.8rem;
}
.c-text--small {
  font-size: 1.4rem;
}
.c-text--xsmall {
  font-size: 1.2rem;
}
.c-text--2xsmall {
  font-size: 1rem;
}
.c-text--center {
  text-align: center;
  margin-top: 4rem;
}
.c-text-note::before {
  content: "※";
}
.c-text-note-small {
  font-size: 1rem;
  line-height: 1.4;
}
.c-text-note-outside {
  display: block;
  padding-left: 1em;
}
.c-text-note-outside::before {
  content: "※";
  margin-left: -1em;
}
@media screen and (max-width: 768px) {
  .c-text--medium-sp {
    font-size: 1.6rem;
  }
  .c-text--small-sp {
    font-size: 1.4rem;
  }
}

/* リスト
========================================================= */
.c-list {
  padding-left: 2.5rem;
  list-style-type: disc;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-list {
    font-size: 1.4rem;
  }
}
.c-list li::marker {
  font-size: 1em;
}
.c-list--orange {
  list-style: none;
  padding: 0;
}
.c-list--orange li {
  position: relative;
  padding-left: 2rem;
}
.c-list--orange li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  left: 0;
  background: var(--color-orange-700);
  border-radius: 100%;
  margin-top: 0.5em;
}
.c-list--inline-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}
.c-list--inline-divider li {
  position: relative;
  padding: 0 1em;
}
.c-list--inline-divider li:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.1rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-gray-400);
}
@media (any-hover: hover) {
  .c-list--inline-divider li:hover {
    text-decoration: underline;
    text-decoration-color: var(--color-orange-700);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-list--contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4rem;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-list--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.c-list--contact__item {
  width: calc(50% - 2rem);
}
@media screen and (max-width: 768px) {
  .c-list--contact__item {
    width: 100%;
  }
}
.c-list--uniqueness {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 4rem;
}
.c-list--uniqueness__item {
  display: grid;
  grid-template-rows: 3.6rem 16rem 1fr 1fr;
  width: calc(50% - 2rem);
  padding-block: 4rem;
}
@media screen and (max-width: 768px) {
  .c-list--uniqueness__item {
    width: 100%;
    padding-block: 2rem;
  }
}
.c-list--uniqueness__item:first-of-type {
  position: relative;
}
.c-list--uniqueness__item:first-of-type :not(.c-icon)::before {
  position: absolute;
  top: 2rem;
  right: -2rem;
  content: "";
  width: 0.1rem;
  height: calc(100% - 4rem);
  background-color: var(--color-gray-300);
}
.c-list--uniqueness__item:first-of-type ::after {
  position: absolute;
  left: 0;
  bottom: -2rem;
  content: "";
  width: calc(100% - 2rem);
  height: 0.1rem;
  background-color: var(--color-gray-300);
}
@media screen and (max-width: 768px) {
  .c-list--uniqueness__item:first-of-type :not(.c-icon)::before,
  .c-list--uniqueness__item:first-of-type ::after {
    display: none;
  }
}
.c-list--uniqueness__item:nth-of-type(4) {
  position: relative;
}
.c-list--uniqueness__item:nth-of-type(4) :not(.c-icon)::before {
  position: absolute;
  top: 2rem;
  left: -2rem;
  content: "";
  width: 0.1rem;
  height: calc(100% - 4rem);
  background-color: var(--color-gray-300);
}
.c-list--uniqueness__item:nth-of-type(4) ::after {
  position: absolute;
  top: -2rem;
  right: 0;
  content: "";
  width: calc(100% - 2rem);
  height: 0.1rem;
  background-color: var(--color-gray-300);
}
@media screen and (max-width: 768px) {
  .c-list--uniqueness__item:nth-of-type(4) :not(.c-icon)::before,
  .c-list--uniqueness__item:nth-of-type(4) ::after {
    display: none;
  }
}
.c-list--uniqueness__item .motif {
  width: 10rem;
  height: 10rem;
  will-change: transform, opacity;
}
.c-list--uniqueness__item .anim-part {
  visibility: hidden;
}
.c-list--uniqueness__title {
  font-size: 2.4rem;
  font-weight: var(--fw-bold);
  color: var(--color-orange-700);
  text-align: center;
}
.c-list--uniqueness__motif-wrap {
  text-align: center;
  padding-block: 3rem;
}
.c-list--uniqueness p:has(.c-icon--triangle) {
  padding-top: 1em;
}
.c-list--rlp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 4rem;
}
@media screen and (max-width: 768px) {
  .c-list--rlp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-list--rlp .motif {
  width: 10rem;
  height: 10rem;
  will-change: transform, opacity;
}
.c-list--rlp .anim-part {
  visibility: hidden;
}
.c-list--description dt {
  padding-top: 4rem;
}
.c-list--description dd {
  margin-top: 3rem;
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid var(--color-gray-300);
}
.c-list--description dd:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.c-list--data-link {
  margin: 3rem 0 7rem;
}
.c-list--data-link:last-of-type {
  margin-bottom: 0;
}
.c-list--data-link li {
  font-size: 1.6rem;
  text-decoration: underline;
  padding: 2rem 0;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
.c-list--data-link li .c-icon--after {
  gap: 2rem;
}
.c-list--data-link li a {
  text-decoration: underline;
}
.c-list--data-link-colum2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
.c-list--data-link-colum2 dt {
  width: 100%;
  max-width: 26rem;
  font-size: 1.4rem;
  color: var(--color-gray-500);
  font-weight: var(--fw-regular);
  padding: 2rem 0;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .c-list--data-link-colum2 dt {
    width: 100%;
    max-width: 100%;
    padding: 1.6rem 0 1rem;
    border-bottom: none;
    font-size: 1.2rem;
  }
}
.c-list--data-link-colum2 dd {
  width: calc(100% - 26rem);
  font-size: 1.6rem;
  padding: 2rem 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .c-list--data-link-colum2 dd {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1.6rem;
    font-size: 1.4rem;
  }
}
.c-list--data-link-colum2 dd a {
  gap: 0;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-list--data-link-colum2 dd a {
    display: inline-block;
  }
}
.c-list--data-link-colum2 dd a::after {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1em;
}
.c-list--member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5rem;
  row-gap: 5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-list--member {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.c-list--member__item {
  width: calc(33.333% - 2.35rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-list--member__item {
    width: 100%;
  }
}
.c-list--member__item--no-image .c-list--member__text {
  margin-top: 0;
}
@media (any-hover: hover) {
  .c-list--member__item:hover .c-list--member__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-list--member__item:hover .c-list--member__button-plus {
    background-color: var(--color-orange-700);
  }
  .c-list--member__item:hover .c-list--member__button-plus::before, .c-list--member__item:hover .c-list--member__button-plus::after {
    background-color: var(--color-white);
  }
}
.c-list--member__item:not(:has(.c-list--member__button)) {
  cursor: default;
}
.c-list--member__image {
  overflow: hidden;
}
.c-list--member__image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-list--member__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 3rem;
  padding-right: 4.4rem;
}
@media screen and (max-width: 768px) {
  .c-list--member__text {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid var(--color-gray-200);
  }
}
.c-list--member__text:not(:has(.c-list--member__button)) {
  padding-right: 0;
}
.c-list--member__position {
  font-size: 1.4rem;
  color: var(--color-gray-500);
  margin: 0 0 0.5rem;
}
.c-list--member__name {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
}
.c-list--member__name-en {
  font-size: 1.2rem;
  color: var(--color-orange-700);
  display: block;
  margin-top: 0.5rem;
}
.c-list--member__name-en:lang(en) {
  display: none;
}
.c-list--member__button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-list--member__button {
    bottom: 2rem;
  }
}
.c-list--member__button-plus {
  width: 4rem;
  height: 4rem;
  background-color: #FFF9F2;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-list--member__button-plus::before, .c-list--member__button-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #F08300;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-list--member__button-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-list--member__button-plus:focus-visible {
  border-radius: 50%;
}

/* 数字リスト
----------------------------------------------- */
ol.c-list {
  list-style-type: decimal;
}
ol.c-list li::marker {
  font-size: 1.4rem;
  font-size: 1em;
}

/* 説明リスト
----------------------------------------------- */
dl.c-list {
  /* dtの先頭に全角の括弧があるもの */
  /* dtの先頭に全角の括弧（数字）があるもの */
}
dl.c-list--text {
  padding: 0;
}
dl.c-list--text dt, dl.c-list--text dd {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  dl.c-list--text dt, dl.c-list--text dd {
    font-size: 1.4rem;
  }
}
dl.c-list--starts-with-bracket dd {
  padding-left: 0.5em;
}
dl.c-list--starts-with-bracket-num dt {
  margin-bottom: 0.5rem;
}
dl.c-list--starts-with-bracket-num dd {
  padding-left: 1em;
}

/* パンくずリスト
========================================================= */
.c-breadcrumbs {
  width: 100%;
}
.c-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1rem 0;
}
.c-breadcrumbs__item {
  font-size: 1.2rem;
  line-height: 2;
  position: relative;
  max-width: 40em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__item {
    max-width: 30em;
  }
}
.c-breadcrumbs__item br {
  display: none;
}
.c-breadcrumbs__item a {
  color: var(--color-gray-700);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-breadcrumbs__item a:hover {
    opacity: 1;
    color: var(--color-black-opacity-400);
  }
  .c-breadcrumbs__item a:hover *, .c-breadcrumbs__item a:hover::after, .c-breadcrumbs__item a:hover::before {
    background-color: var(--color-gray-500);
  }
}
.c-breadcrumbs__item a:focus-visible {
  border-radius: 0.4rem;
  outline: 0.2rem solid var(--color-gray-700);
  outline-offset: 0;
}
.c-breadcrumbs__item:not(.c-breadcrumbs__item--current) {
  padding-inline: 0.2rem 2rem;
}
.c-breadcrumbs__item:not(.c-breadcrumbs__item--current)::after {
  content: "＞";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 0;
  left: auto;
  right: 0.2rem;
  bottom: 0.5rem;
  margin: auto;
  font-size: 1rem;
}

/* アイコン
========================================================= */
.c-icon {
  --icon-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-icon::before, .c-icon::after {
  display: inline-block;
  width: var(--icon-size);
  height: var(--icon-size);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-icon::before {
  content: "";
}
.c-icon::after {
  content: none;
}
.c-icon--after::before {
  content: none;
}
.c-icon--after::after {
  content: "";
}
.c-icon--inline {
  display: inline-block;
  vertical-align: middle;
}
.c-icon--inline::after {
  margin-left: 0.2rem;
}
.c-icon--baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-icon--space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-icon--2xlarge {
  gap: 0.4rem;
  --icon-size: 4rem;
}
.c-icon--xlarge {
  gap: 0.4rem;
  --icon-size: 3.4rem;
}
.c-icon--large {
  gap: 0.4rem;
  --icon-size: 2.4rem;
}
.c-icon--small {
  gap: 0.2rem;
  --icon-size: 1.2rem;
}
.c-icon--xsmall {
  gap: 0.2rem;
  --icon-size: 1.4rem;
}
.c-icon--gap-8 {
  gap: 0.8rem;
}
.c-icon--gap-15 {
  gap: 1.5rem;
}
.c-icon--arrow::before, .c-icon--arrow::after {
  background-image: url(../img/icon/icon-arrow.svg);
}
.c-icon--arrow-circle::before, .c-icon--arrow-circle::after {
  background-image: url(../img/icon/icon_arrow-circle.svg);
}
.c-icon--triangle {
  gap: 0;
}
.c-icon--triangle::before {
  background: var(--color-orange-700);
  height: 1.3856406461rem;
  width: 1.6rem;
  clip-path: polygon(0 0, 0 100%, 75% 50%);
}
.c-icon--square {
  gap: 0.5rem;
}
.c-icon--square::before {
  content: "";
  display: block;
  background: var(--color-orange-700);
  height: 1.6rem;
  width: 1.6rem;
}
.c-icon--pdf::before, .c-icon--pdf::after {
  background-image: url(../img/icon/icon_pdf.svg);
}
.c-icon--pdf.c-icon--large::after {
  width: 1.8rem;
  height: 2.2rem;
}
.c-icon--pdf.c-icon--inline::after {
  margin-left: 1.1rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
}
.c-icon--xlsx::before, .c-icon--xlsx::after {
  background-image: url(../img/icon/icon-xlsx.svg);
}
.c-icon--xlsx.c-icon--large::after {
  width: 1.8rem;
  height: 2.2rem;
}
.c-icon--xlsx.c-icon--inline::after {
  margin-left: 1.1rem;
  margin-bottom: 0.2rem;
  vertical-align: middle;
}
.c-icon--plus {
  position: relative;
}
.c-icon--plus::before, .c-icon--plus::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.2rem;
  background-color: var(--color-orange-700);
}
.c-icon--plus::after {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-icon--link-circle::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/icon/icon-blank-circle.svg);
}
.c-icon--check-circle::before {
  content: "";
  display: block;
  background-image: url(../img/icon/icon-check-circle.svg);
}

/* ページネーション
========================================================= */
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6rem;
}
.c-pagination__list {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.c-pagination__item {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: 0.1rem solid var(--color-gray-500);
  font-size: 1.4rem;
  line-height: 1;
  color: var(--color-gray-500);
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-pagination__item a:hover {
    background-color: var(--color-gray-50);
    opacity: 1;
  }
  .c-pagination__item a:hover *, .c-pagination__item a:hover::after, .c-pagination__item a:hover::before {
    color: var(--color-green-700);
    opacity: 1;
  }
}
.c-pagination__item a:focus {
  outline: 0.2rem solid var(--color-gray-500);
  outline-offset: -0.1rem;
}
.c-pagination__item--prev a::before, .c-pagination__item--next a::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-pagination__item--prev a::before {
  border-top: 0.1rem solid var(--color-gray-700);
  border-left: 0.1rem solid var(--color-gray-700);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: -0.4rem;
}
.c-pagination__item--next a::before {
  border-right: 0.1rem solid var(--color-gray-700);
  border-bottom: 0.1rem solid var(--color-gray-700);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -0.4rem;
}
.c-pagination__item--omit {
  width: 4.8rem;
  position: relative;
}
.c-pagination__item--omit::before {
  top: 0.3rem;
  content: "・・・";
  font-size: 1em;
}
.c-pagination__item--current a {
  color: var(--color-orange-700);
  pointer-events: none;
  border: 0.1rem solid var(--color-orange-700);
}

/* チェックボックス
========================================================= */
.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-checkbox__label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-checkbox__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--color-white);
  border: 0.2rem solid var(--color-gray-700);
}
.c-checkbox__label:has(input:checked)::before {
  border: 0.2rem solid var(--color-gray-700);
}
.c-checkbox__label:has(input:checked)::after {
  position: absolute;
  top: 0.3rem;
  left: 0.2rem;
  width: 0.7rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 0.2rem solid var(--color-orange-700);
  border-bottom: 0.2rem solid var(--color-orange-700);
  content: "";
}
.c-checkbox__label:has(input:disabled) {
  pointer-events: none;
}
.c-checkbox__label:has(input:disabled)::before {
  border: 0.2rem solid var(--color-gray-400) !important;
}
.c-checkbox__label:has(input:disabled) .c-checkbox__text {
  color: var(--color-gray-400);
}
.c-checkbox__label:has(input:disabled):has(input:checked)::before {
  background-color: var(--color-gray-400) !important;
}
.c-checkbox__label:focus {
  outline: 0.2rem auto var(--color-gray-700);
}
.c-checkbox__label:has(input:focus-visible) {
  outline: 0.2rem solid var(--color-gray-700);
  outline-offset: 0.2rem;
  border-radius: 0.2rem;
}
.c-checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-checkbox__text {
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  margin-left: 0.8rem;
}
.c-checkbox__text--small {
  font-size: 1.2rem;
}
.c-checkbox--black .c-checkbox__label:has(input:checked)::before {
  background-color: var(--color-gray-700);
  border: 0.2rem solid var(--color-gray-700);
}
.c-checkbox--orange .c-checkbox__label::before {
  border: 0.2rem solid var(--color-orange-700);
}
.c-checkbox--orange .c-checkbox__label:has(input:checked)::before {
  background-color: var(--color-orange-700);
  border: 0.2rem solid var(--color-orange-700);
}
.c-checkbox--orange .c-checkbox__label:has(input:checked)::after {
  border-color: var(--color-white);
}
.c-checkbox--large .c-checkbox__label::before {
  width: 2.2rem;
  height: 2.2rem;
}
.c-checkbox--large .c-checkbox__label:has(input:checked)::after {
  top: 0.3rem;
  left: 0.8rem;
  width: 0.7rem;
  height: 1.2rem;
}
.c-checkbox--large .c-checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.2rem;
  padding: 0 0.4rem 0 0;
}
.c-checkbox:not(.c-checkbox--large) .c-checkbox__label {
  gap: 0.5rem;
}
.c-checkbox:not(.c-checkbox--large) .c-checkbox__label::before {
  min-width: 1.6rem;
  border-width: 0.1rem;
}
.c-checkbox:not(.c-checkbox--large) .c-checkbox__label::after {
  top: 0.3rem;
  bottom: auto;
  margin: auto 0.4rem;
}
.c-checkbox:not(.c-checkbox--large) .c-checkbox__text {
  margin-left: 0;
}
.c-checkbox--button .c-checkbox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  border: 0.1rem solid var(--color-gray-700);
  border-radius: 0.8rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.c-checkbox--button .c-checkbox__label:has(input:checked)::after {
  top: -0.3rem;
  left: 1.3rem;
  bottom: 0;
}
.c-checkbox--button .c-checkbox__label:has(input:disabled) {
  border: 0.1rem solid var(--color-gray-400);
}
.c-checkbox--button .c-checkbox__label:focus {
  outline: none;
}
.c-checkbox--button .c-checkbox__label:has(input:focus-visible) {
  outline: 0.2rem solid var(--focus-color);
  outline-offset: 0;
  background-color: var(--color-gray-100);
  opacity: 1;
}
.c-checkbox--button .c-checkbox__text {
  padding-right: 0;
}
@media (any-hover: hover) {
  .c-checkbox--button .c-checkbox__label:hover {
    background-color: var(--color-gray-100);
  }
}
@media (any-hover: hover) {
  .c-checkbox:not(.c-checkbox--button) .c-checkbox__label:hover {
    opacity: 0.7;
  }
}

/* ラジオボタン
========================================================= */
.c-radio {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-radio__label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  border-radius: 0.2rem;
  gap: 0.4rem;
}
.c-radio__label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-gray-700);
  border-radius: 50%;
}
.c-radio__label:has(input:checked) {
  pointer-events: none;
}
.c-radio__label:has(input:checked)::before {
  border: 0.1rem solid var(--color-gray-500);
}
.c-radio__label:has(input:checked)::after {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  bottom: auto;
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  background-color: var(--color-gray-500);
  border-radius: 50%;
}
.c-radio__label:has(input:disabled) {
  pointer-events: none;
}
.c-radio__label:has(input:disabled)::before {
  border: 0.1rem solid var(--color-gray-500);
}
.c-radio__label:has(input:disabled) .c-radio__text {
  color: var(--color-gray-500);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-radio__label:has(input:disabled):has(input:checked)::after {
  background-color: var(--color-gray-400);
}
.c-radio__label:focus {
  outline: 0.2rem auto var(--color-gray-700);
}
.c-radio__label:has(input:focus-visible) {
  outline: 0.2rem solid var(--color-gray-700);
  outline-offset: 0.2rem;
  border-radius: 0.2rem;
}
.c-radio__label:has(input:focus-visible) .c-radio__text {
  color: var(--color-black-opacity-400);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .c-radio__label:hover .c-radio__text {
    color: var(--color-black-opacity-400);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.c-radio__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-radio__text {
  color: var(--color-gray-700);
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  line-height: 1;
}

/* 検索フォーム
========================================================= */
.c-search-form {
  position: relative;
}
.c-search-form input[type=text] {
  min-height: 4.5rem;
  padding: 1.3rem 3.2rem 1.3rem 0.5rem;
  border: none;
  border-bottom: 0.1rem solid var(--color-gray-500);
}
.c-search-form input[type=text]::-webkit-input-placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}
.c-search-form input[type=text]::-moz-placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}
.c-search-form input[type=text]:-ms-input-placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}
.c-search-form input[type=text]::-ms-input-placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}
.c-search-form input[type=text]::placeholder {
  color: var(--color-gray-400);
  opacity: 1;
}
.c-search-form input[type=text]:disabled {
  background-color: var(--color-white);
  border-color: var(--disabled-border-color);
}
.c-search-form input[type=text]:focus-visible:hover {
  background-color: var(--color-white);
}
@media (any-hover: hover) {
  .c-search-form input[type=text]:hover {
    opacity: 0.5;
  }
}
.c-search-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0.5rem;
  bottom: 0;
  padding: 0;
  width: 2.5rem;
  border: none;
  background-color: transparent;
  color: transparent;
  background-image: url(../img/icon/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* テーブル
========================================================= */
.c-table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
}
.c-table tr {
  border-bottom: 0.1rem solid var(--color-gray-200);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-table tr {
    width: 100%;
    display: block;
    padding-block: 2rem;
    font-size: 1.4rem;
  }
}
.c-table th {
  width: 30rem;
  padding-block: 2.5rem;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.c-table td {
  padding-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-table td {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 2rem;
  }
}
.c-table--center th, .c-table--center td {
  text-align: center;
}
.c-table--middle th, .c-table--middle td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .c-table-scroll {
    overflow-x: auto;
  }
  .c-table-scroll .c-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .c-table-scroll .c-table tr {
    width: auto;
    display: table-row;
  }
  .c-table-scroll .c-table th,
  .c-table-scroll .c-table td {
    width: auto;
    display: table-cell;
  }
}
.c-table--framed {
  width: 100%;
  table-layout: auto;
  overflow: auto;
  border: 0.1rem solid var(--color-gray-200);
}
.c-table--framed th {
  padding: 1.5rem;
  background-color: var(--color-orange-100);
  border: 0.1rem solid var(--color-gray-200);
}
.c-table--framed td {
  padding: 1.5rem;
  border: 0.1rem solid var(--color-gray-200);
}
.c-table--framed .p-entry-list li {
  line-height: 1.5;
}

/* パネル
========================================================= */
.c-panel--branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-panel--branch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
}
.c-panel--branch__title {
  width: 20rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.c-panel--branch__info {
  display: grid;
  gap: 3rem;
  width: calc(100% - 20rem);
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-panel--branch__info .c-text {
    font-size: 1.4rem;
  }
}
.c-panel--branch__train-line {
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__train-line {
    font-size: 1.4rem;
  }
}
.c-panel--branch__station-exit {
  font-size: 1.6rem;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__station-exit {
    font-size: 1.4rem;
  }
}
.c-panel--branch__on-foot {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__on-foot {
    font-size: 1.4rem;
  }
}
.c-panel--branch__map {
  position: relative;
  width: 100%;
  aspect-ratio: 800/380;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__map {
    aspect-ratio: 365/220;
    max-height: 280px;
  }
}
.c-panel--branch__map iframe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 55rem;
}
@media screen and (max-width: 768px) {
  .c-panel--branch__map iframe {
    height: 28rem;
  }
}
.c-panel--service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-panel--service__image {
  width: 40%;
  text-align: center;
}
.c-panel--service__image img {
  width: 100%;
  max-width: 40rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__image {
    width: 100%;
  }
}
.c-panel--service__text {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 2rem;
  width: calc(60% - 4rem);
}
@media screen and (max-width: 768px) {
  .c-panel--service__text {
    width: 100%;
  }
}
.c-panel--service__link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.2em;
}
@media (any-hover: hover) {
  .c-panel--service__link a:hover {
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0.6rem;
  }
}
.c-panel--service__link img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-panel--service-reverse .c-panel--service__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-panel--service__logo-130 {
  height: 5.5rem;
  margin-block: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-130 {
    height: 3.7rem;
    margin-block: 1.15rem;
  }
}
.c-panel--service__logo-140 {
  height: 5rem;
  margin-block: 2rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-140 {
    height: 3.3rem;
    margin-block: 1.35rem;
  }
}
.c-panel--service__logo-150 {
  height: 6rem;
  margin-block: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-150 {
    height: 4.3rem;
    margin-block: 0.85rem;
  }
}
.c-panel--service__logo-195 {
  height: 8rem;
  margin-block: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-195 {
    height: 5rem;
  }
}
.c-panel--service__logo-218 {
  height: 5.3rem;
  margin-block: 1.85rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-218 {
    height: 3.4rem;
    margin-block: 1.3rem;
  }
}
.c-panel--service__logo-242 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-242 {
    width: 16.1rem;
    height: 6rem;
  }
}
.c-panel--service__logo-330 {
  height: 8rem;
  margin-block: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-panel--service__logo-330 {
    height: 5rem;
  }
}

/* ラベル
========================================================= */
.c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.3rem;
  padding-inline: 0.5rem;
  font-size: 1.6rem;
  font-weight: var(--fw-medium);
  white-space: nowrap;
  border: 0.1rem solid var(--color-gray-500);
}
.c-label--inquiry {
  min-width: 6rem;
}

/* ローダー
========================================================= */
.c-loader {
  border: 0.4rem solid var(--color-gray-50);
  border-top: 0.4rem solid var(--color-orange-700);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 4rem auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ヘッダー
----------------------------------------------- */
.p-header {
  width: 100%;
  background-color: var(--color-white-opacity-900);
  -webkit-transition-delay: 0.4s ease;
          transition-delay: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.p-header.is-scroll {
  -webkit-box-shadow: 0 0.9rem 2rem 0 var(--color-shadow);
          box-shadow: 0 0.9rem 2rem 0 var(--color-shadow);
}
@media screen and (max-width: 768px) {
  .p-header.is-scroll {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.p-header:has(.is-open) {
  background-color: var(--color-white);
}
.p-header__inner {
  position: relative;
  width: 100%;
  height: 8.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    height: 7rem;
  }
}
.p-header__logo {
  width: 4.3rem;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    margin-left: 1rem;
  }
}
.p-header__logo svg {
  width: 100%;
}
.p-header__logo svg .st0, .p-header__logo svg .st1 {
  -webkit-transition-delay: 0.3s ease;
          transition-delay: 0.3s ease;
}
.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-orange-700);
    z-index: -1;
    overflow-y: auto;
    padding-top: 7rem;
    padding-bottom: 4rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: visibility 0.4s, -webkit-transform 0.4s ease;
    transition: visibility 0.4s, -webkit-transform 0.4s ease;
    transition: transform 0.4s ease, visibility 0.4s;
    transition: transform 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
  }
  .p-header__nav.p-header__nav.is-open {
    display: block;
    -webkit-transform: translateY(0) matrix(1, 0, 0, 1, 0, 0);
            transform: translateY(0) matrix(1, 0, 0, 1, 0, 0);
    visibility: visible;
  }
}
.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}
.p-header__menu-item {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-header__menu-item {
    width: 100%;
    border-bottom: 0.1rem solid #E6E6E6;
  }
}
.p-header__menu--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.4rem;
  margin: 0 0.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  height: 100%;
  font-size: clamp(1.2rem, 1.3131313131vw, 1.4rem);
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-header__menu--link {
    display: block;
    padding: 1.6rem;
    width: 100%;
    height: auto;
    color: var(--color-orange-700);
    margin: 0;
    text-align: left;
  }
}
.p-header__menu--link:hover, .p-header__menu--link:focus {
  background-color: var(--color-orange-700);
  color: var(--color-white);
}
.p-header__menu--link.is-current {
  color: var(--color-orange-700);
}
.p-header__menu--link.is-current:hover, .p-header__menu--link.is-current:focus {
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-header__menu--link p {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .p-header__menu--link p + p:lang(en) {
    margin-left: 0.5em;
  }
}
.p-header__menu--link p.u-en-hidden + p {
  margin-left: 0;
}
.p-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 0 2rem;
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .p-header__lang {
    margin: 0;
    padding: 1.4rem;
  }
}
.p-header__lang--item {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--font-en);
  font-optical-sizing: auto;
  font-weight: 700;
}
.p-header__lang--link {
  display: block;
  padding: 0.8rem 1.2rem;
  background-color: var(--color-gray-50);
  color: var(--color-gray-400);
}
.p-header__lang--link.is-current, .p-header__lang--link[data-stt-active] {
  background-color: var(--color-orange-700);
  color: var(--color-white) !important;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-header__lang--link.is-current, .p-header__lang--link[data-stt-active] {
    outline: 0.1rem solid var(--color-white);
    outline-offset: -0.1rem;
  }
}
.p-header__lang--link:focus-visible {
  outline-offset: -0.2rem;
}

/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
  .p-header__menu--link {
    border: 0.2rem solid transparent;
  }
  .p-mega-menu__link:focus {
    outline: 0.3rem solid #000;
  }
}
/* ヘッダー
----------------------------------------------- */
.p-footer {
  width: 100%;
  max-width: 120rem;
  margin: auto;
}
.p-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__actions {
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-footer__actions {
    width: 100%;
  }
  .p-footer__actions .c-button {
    width: 100%;
  }
}
.p-footer__actions .c-button {
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .p-footer__actions .c-button {
    margin: 3rem auto 1.5rem;
  }
}
.p-footer__sns {
  margin-top: 6rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    margin-top: 1.5rem;
  }
}
.p-footer__sns-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-block: 1rem;
  border-top: 0.1rem solid #ccc;
}
.p-footer__sns-item::before {
  display: block;
  content: "";
  width: 2.6rem;
  height: 2.6rem;
}
.p-footer__sns-item--facebook:before {
  background-image: url(../img/icon/logo_facebook.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__sns-item--x:before {
  background-image: url(../img/icon/logo_x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-footer__sns-item--note:before {
  background-image: url(../img/icon/logo_note.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__sns-item--youtube:before {
  background-image: url(../img/icon/icon_youtube.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__sns-item--hatenablog:before {
  background-image: url(../img/icon/logo_hatenablog.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (any-hover: hover) {
  .p-footer__sns-item:hover {
    opacity: 0.6;
    color: var(--color-gray-700);
  }
}
.p-footer__sns-link {
  display: grid;
}
.p-footer__nav {
  display: grid;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  gap: 6rem;
  width: 100%;
  max-width: 27rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    max-width: 100%;
    gap: 0;
  }
}
.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-footer__nav-head {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-orange-700) !important;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-footer__nav-head {
    position: relative;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    color: var(--color-gray-700) !important;
  }
  .p-footer__nav-head.panel-header.is-open {
    border-bottom: none;
  }
  .p-footer__nav-head.panel-header.is-open .p-footer__nav-icon::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
}
.p-footer__nav-list {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    margin-top: 0;
    padding: 0;
    font-size: 1.4rem;
    gap: 0;
  }
}
.p-footer__nav-list-wrap {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list-wrap {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
}
.p-footer__nav-list-recruit {
  gap: 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list-recruit {
    gap: 0rem;
  }
}
.p-footer__nav-item--sub {
  display: grid;
  gap: 1rem;
}
.p-footer__nav-item--sub .p-footer__nav-link {
  text-indent: 1em;
  gap: 0;
}
.p-footer__nav-item--sub .p-footer__nav-link::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 0.1rem;
  background-color: var(--color-gray-700);
  margin-right: 0.3em;
  vertical-align: super;
}
.p-footer__nav-item--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item--sp {
    display: block;
  }
}
.p-footer__nav-link {
  font-size: 1.4rem;
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 768px) {
  .p-footer__nav-link {
    display: block;
    padding: 1.2rem;
  }
}
.p-footer__nav-link.c-link[target=_blank] {
  display: inline-block;
}
.p-footer__nav-link.c-link[target=_blank]::after {
  margin-left: 0.5rem;
}
@media (any-hover: hover) {
  .p-footer__nav-link:hover {
    text-decoration: underline;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-footer__nav-link:hover::before {
    background-color: var(--color-orange-700);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 1em;
    bottom: 0;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    margin: auto 0.2rem auto auto;
  }
  .p-footer__nav-icon::before {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 0.1rem);
    left: 0;
    width: 1.3rem;
    height: 0.2rem;
    background: #ea6f00;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .p-footer__nav-icon::after {
    position: absolute;
    content: "";
    display: block;
    top: calc(50% - 0.1rem);
    left: 0;
    width: 1.3rem;
    height: 0.2rem;
    margin: auto 0.2rem auto auto;
    background: #ea6f00;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.p-footer__middle {
  padding-bottom: 3rem;
}
.p-footer__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  list-style-type: none;
  grid-column: 1/4;
  grid-row: 1/2;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-footer__lang {
    justify-self: start;
    height: 6rem;
    margin-top: 2rem;
    padding: 0;
    grid-column: 1/4;
    grid-row: 2/3;
    border-bottom: none;
  }
}
.p-footer__lang--item {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: var(--font-en);
  font-optical-sizing: auto;
  font-weight: 700;
}
.p-footer__lang--link {
  display: block;
  padding: 0.8rem 1.2rem;
  background-color: var(--color-gray-50);
  color: var(--color-gray-400);
}
.p-footer__lang--link.is-current, .p-footer__lang--link[data-stt-active] {
  background-color: var(--color-orange-700);
  color: var(--color-white) !important;
  pointer-events: none;
}
.p-footer__lang--link:focus-visible {
  outline-offset: -0.2rem;
}
.p-footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr 9rem;
  grid-template-rows: 7rem 7.2rem 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
}
.p-footer__bottom-left {
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom-left {
    grid-column: 1/4;
    grid-row: 1/2;
    padding-top: 0;
  }
}
.p-footer__bottom-page-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-footer__bottom-page-top.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-footer__bottom-page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.05rem;
  width: 9rem;
  height: 9rem;
  background-color: var(--color-white);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-footer__bottom-page-top a {
    width: 6rem;
    height: 6rem;
  }
}
.p-footer__bottom-page-top a::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 1.6rem;
  background-image: url(../img/icon/icon-arrow-up.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-footer__bottom-page-top a::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: var(--color-orange-700);
  margin: 0.6rem auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer__bottom-page-top a:hover {
    background-color: var(--color-orange-700);
    color: var(--color-white);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-footer__bottom-page-top a:hover::before {
    background-image: url(../img/icon/icon-arrow-up-white.svg);
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .p-footer__bottom-page-top a:hover::after {
    background-color: var(--color-white);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.p-footer__cm-gallery {
  position: relative;
  display: block;
}
.p-footer__cm-gallery::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-13.5rem, -40%);
          transform: translate(-13.5rem, -40%);
  content: "";
  display: block;
  content: "CM GALLERY";
  font-family: var(--font-en);
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: var(--fw-bold);
}
@media screen and (max-width: 768px) {
  .p-footer__cm-gallery::before {
    -webkit-transform: translate(-14.6rem, -35%);
            transform: translate(-14.6rem, -35%);
  }
}
.p-footer__copyright {
  grid-column: 1/3;
  grid-row: 3/4;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    grid-column: 1/4;
    grid-row: 3/4;
    font-size: 1.2rem;
  }
}

/* グリッド
========================================================= */
.p-grid {
  --col-num: 1;
  gap: 0;
  display: grid;
  grid-template-columns: repeat(var(--col-num), 1fr);
  gap: var(--gap);
  width: 100%;
}
.p-grid--align-content-start {
  -ms-flex-line-pack: start;
      align-content: start;
}
.p-grid--justify-items-center {
  justify-items: center;
}
.p-grid--auto-rows {
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr auto;
  grid-template-rows: max-content max-content 1fr auto;
}
.p-grid--gap-4 {
  gap: 0.4rem;
}
.p-grid--gap-8 {
  gap: 0.8rem;
}
.p-grid--gap-10 {
  gap: 1rem;
}
.p-grid--gap-12 {
  gap: 1.2rem;
}
.p-grid--gap-15 {
  gap: 1.5rem;
}
.p-grid--gap-16 {
  gap: 1.6rem;
}
.p-grid--gap-20 {
  gap: 2rem;
}
.p-grid--gap-24 {
  gap: 2.4rem;
}
.p-grid--gap-26 {
  gap: 2.6rem;
}
.p-grid--gap-30 {
  gap: 3rem;
}
.p-grid--gap-40 {
  gap: 4rem;
}
.p-grid--gap-48 {
  gap: 4.8rem;
}
.p-grid--gap-60 {
  gap: 6rem;
}
.p-grid--gap-64 {
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-grid--gap-20-sp {
    gap: 2rem;
  }
}

/* フレックス
========================================================= */
.p-flex {
  --gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
}
.p-flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flex--justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flex--justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-flex--justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-flex--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flex--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-flex--align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-flex--align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.p-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-flex--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-flex__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-flex__item--shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.p-flex__item--half {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - var(--gap)) / 2);
}
.p-flex__item--3col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - var(--gap) * 2) / 3);
}
.p-flex__item--4col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc((100% - var(--gap) * 3) / 4);
}
@media screen and (max-width: 768px) {
  .p-flex__item--1col-sp {
    width: 100%;
  }
}
.p-flex__item--w-40per {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .p-flex__item--w-40per {
    width: 100%;
  }
}
.p-flex__item--w-46per {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-flex__item--w-46per {
    width: 100%;
  }
}
.p-flex__item--w-55per {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-flex__item--w-55per {
    width: 100%;
  }
}
.p-flex--gap-2 {
  --gap: 0.2rem;
}
.p-flex--gap-4 {
  --gap: 0.4rem;
}
.p-flex--gap-8 {
  --gap: 0.8rem;
}
.p-flex--gap-10 {
  --gap: 1rem;
}
.p-flex--gap-12 {
  --gap: 1.2rem;
}
.p-flex--gap-16 {
  --gap: 1.6rem;
}
.p-flex--gap-20 {
  --gap: 2rem;
}
.p-flex--gap-24 {
  --gap: 2.4rem;
}
.p-flex--gap-30 {
  --gap: 3rem;
}
.p-flex--gap-35 {
  --gap: 3.5rem;
}
.p-flex--gap-40 {
  --gap: 4rem;
}
.p-flex--gap-48 {
  --gap: 4.8rem;
}
.p-flex--gap-50 {
  --gap: 5rem;
}
.p-flex--gap-60 {
  --gap: 6rem;
}
.p-flex--row-gap-4 {
  row-gap: 0.4rem;
}
.p-flex--row-gap-8 {
  row-gap: 0.8rem;
}
.p-flex--column-gap-16 {
  -webkit-column-gap: 1.6rem;
     -moz-column-gap: 1.6rem;
          column-gap: 1.6rem;
}
.p-flex--column-gap-24 {
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.p-flex--row-gap-10 {
  row-gap: 1rem;
}
.p-flex--row-gap-30 {
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-flex--gap-2-sp {
    --gap: 0.2rem;
  }
  .p-flex--gap-4-sp {
    --gap: 0.4rem;
  }
  .p-flex--gap-8-sp {
    --gap: 0.8rem;
  }
  .p-flex--gap-10-sp {
    --gap: 1rem;
  }
  .p-flex--gap-12-sp {
    --gap: 1.2rem;
  }
  .p-flex--gap-16-sp {
    --gap: 1.6rem;
  }
  .p-flex--gap-20-sp {
    --gap: 2rem;
  }
  .p-flex--gap-24-sp {
    --gap: 2.4rem;
  }
  .p-flex--gap-30-sp {
    --gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flex--split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flex--split > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* メガメニュー
----------------------------------------------- */
.p-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 0;
  display: block;
  margin: 0 auto;
  color: var(--color-white);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, max-height 0.4s ease, visibility 0.3s;
  transition: opacity 0.3s ease, max-height 0.4s ease, visibility 0.3s;
  z-index: 0;
  background-color: var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .p-mega-menu {
    position: static;
    width: 100%;
    max-width: none;
    max-height: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
    transition: max-height 0.4s ease, padding 0.4s ease; /* paddingもアニメーション対象に */
    background-color: var(--color-orange-700);
    z-index: auto;
  }
}
.p-mega-menu.is-open {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .p-mega-menu.is-open {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.p-mega-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-overlay);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__overlay {
    display: none;
  }
}
.p-mega-menu__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.p-mega-menu__content {
  width: 100%;
  max-width: 120rem;
  display: grid;
  grid-template-columns: clamp(12rem, 15vw, 16rem) 27.7rem 27.7rem 27.7rem;
  padding: 5rem 10rem;
  padding-inline: clamp(3rem, 4vw, 10rem);
  background-color: var(--color-orange-700);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__content {
    grid-template-columns: 1fr !important;
    padding: 0 1.6rem;
    background-color: transparent;
  }
}
.p-mega-menu#ir-menu .p-mega-menu__content, .p-mega-menu#about-menu .p-mega-menu__content {
  grid-template-columns: clamp(12rem, 15vw, 16rem) repeat(auto-fit, minmax(16rem, 1fr));
}
.p-mega-menu__section {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__section {
    margin-bottom: 1.5rem;
  }
}
.p-mega-menu__section:has(.p-mega-menu__title) {
  border-right: 0.1rem solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-mega-menu__section:has(.p-mega-menu__title) {
    border-right: none;
    margin-bottom: 0;
  }
}
.p-mega-menu__title {
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 0.5vw, 1.7rem);
  font-weight: var(--fw-bold);
  color: var(--color-white);
  margin-bottom: 1.6rem;
  padding-bottom: 0.8rem;
  pointer-events: none;
}
.p-mega-menu__title a {
  display: inline-block;
  color: var(--color-white);
  padding-inline: 0.4rem;
}
.p-mega-menu__title a:focus-visible {
  outline: 0.2rem solid var(--color-white);
  border-radius: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__title {
    padding: 0 0 0 2rem;
  }
  .p-mega-menu__title a {
    font-size: 1.2rem;
    pointer-events: all;
    font-weight: normal;
  }
  .p-mega-menu__title a::after {
    content: " トップ";
  }
  .p-mega-menu__title a:lang(en)::after {
    content: " Top";
  }
  .p-mega-menu__title:not(:has(a)) {
    display: none;
  }
}
.p-mega-menu__list {
  display: grid;
  gap: 1.5rem;
  list-style: none;
  -webkit-padding-start: 5rem;
          padding-inline-start: 5rem;
  -webkit-padding-start: clamp(3rem, 3vw, 5rem);
          padding-inline-start: clamp(3rem, 3vw, 5rem);
}
@media screen and (max-width: 768px) {
  .p-mega-menu__list {
    -webkit-padding-start: 2rem;
            padding-inline-start: 2rem;
  }
}
.p-mega-menu__item--sub {
  display: grid;
  gap: 1rem;
}
.p-mega-menu__item--sub .p-mega-menu__link {
  text-indent: 1em;
  gap: 0;
}
.p-mega-menu__item--sub .p-mega-menu__link::before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 0.1rem;
  background-color: var(--color-white);
  margin-right: 0.3em;
  vertical-align: super;
}
.p-mega-menu.tab-open .p-mega-menu__title a {
  pointer-events: all;
}
.p-mega-menu__link {
  position: relative;
  font-size: clamp(1.2rem, 1.3131313131vw, 1.4rem);
  line-height: 1.2;
  color: var(--color-white);
  text-decoration: none;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__link {
    color: var(--color-white);
    font-size: 1.2rem;
  }
}
.p-mega-menu__link:focus {
  outline: 0.2rem solid var(--color-white);
  outline-offset: 0.2rem;
  -webkit-transition: none;
  transition: none;
}
@media (any-hover: hover) {
  .p-mega-menu__link:hover {
    color: var(--color-white);
    opacity: 0.6;
  }
}
.p-mega-menu__link[target=_blank]::after {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-mega-menu__link[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-mega-menu__link.c-link[target=_blank] {
  display: inline-block;
}
.p-mega-menu__link.c-link[target=_blank]::after {
  margin-left: 0.8rem;
  vertical-align: bottom;
}
.p-mega-menu__link.is-current {
  font-weight: 700;
  pointer-events: none;
}

/* SP用クローンメニューのコンテナ */
/* ----------------------------------------------- */
.mobile-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color-orange-700);
  overflow-y: auto;
  padding-top: 7rem; /* ヘッダーの高さ分 */
  padding-bottom: 4rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  visibility: hidden;
  -webkit-transition: visibility 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0.4s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, visibility 0.4s;
  transition: transform 0.4s ease, visibility 0.4s, -webkit-transform 0.4s ease;
}
.mobile-menu-container.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

/* ヘッダー
----------------------------------------------- */
.p-menu-button__line {
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: var(--color-gray-700);
  margin: 0.6rem auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* キービジュアル
----------------------------------------------- */
.p-kv {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-kv__inner {
  width: 80%;
  margin: -10rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-kv__inner {
    width: 100%;
    gap: 4rem;
    margin: auto;
  }
}
.p-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 5.8vw, 6.8rem);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .p-kv__title {
    font-size: 3rem;
    width: 100%;
  }
}
.p-kv__title-accent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: anchor-center;
      -ms-flex-align: anchor-center;
          align-items: anchor-center;
  font-size: clamp(3rem, 8vw, 9rem);
}
@media screen and (max-width: 768px) {
  .p-kv__title-accent {
    font-size: 4rem;
  }
}
.p-kv__title-symboly {
  font-size: clamp(3rem, 9vw, 10rem);
}
@media screen and (max-width: 768px) {
  .p-kv__title-symboly {
    font-size: 4.5rem;
  }
}
.p-kv__image {
  width: 27.1rem;
}
@media screen and (max-width: 768px) {
  .p-kv__image {
    width: 16.1rem;
  }
}
.p-kv--top-video__element {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.p-kv--top-video.c-show-icon .p-kv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-kv--about-video {
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1000/600;
  border: 0.1rem solid var(--color-gray-200);
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-kv--about-video-wrap {
  min-height: 38.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-kv--about-video__element {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-kv__scroll {
  position: absolute;
  bottom: 4.4rem;
  left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: var(--font-en);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: var(--color-gray-600);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media screen and (max-width: 768px) {
  .p-kv__scroll {
    bottom: 1.4rem;
    left: 0%;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
}
.p-kv__scroll__line {
  position: relative;
  margin-top: 1.6rem;
  display: block;
  width: 0.1rem;
  height: 8.6rem;
  background-color: #adadad;
}
.p-kv__scroll__circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--color-orange-700);
  -webkit-animation: SCROLL_DOWN 2.4s ease infinite;
  animation: SCROLL_DOWN 2.4s ease infinite;
}
.p-kv__scroll__circle::before {
  position: absolute;
  content: " ";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgba(234, 111, 0, 0.2);
  border-radius: 50%;
  top: -0.2rem;
  left: -0.2rem;
  -webkit-animation: SCROLL_FLASH 2.4s linear infinite;
  animation: SCROLL_FLASH 2.4s linear infinite;
}
.p-kv__scroll.is-active {
  opacity: 1;
}
@-webkit-keyframes SCROLL_DOWN {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8rem);
    transform: scale(1) translateY(8rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(8rem);
    transform: scale(1) translateY(8rem);
  }
}
@keyframes SCROLL_DOWN {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(8rem);
    transform: scale(1) translateY(8rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1) translateY(8rem);
    transform: scale(1) translateY(8rem);
  }
}
@-webkit-keyframes SCROLL_FLASH {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes SCROLL_FLASH {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* スライダー
----------------------------------------------- */
@media screen and (max-width: 768px) {
  .p-slide#auto-slide-container-reverse {
    display: none;
  }
}
.p-slide#auto-slide-container, .p-slide#auto-slide-container-reverse {
  overflow: hidden;
  width: 100%;
}
.p-slide#auto-slide-container .p-top-slide__wrapper, .p-slide#auto-slide-container-reverse .p-top-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.p-slide#auto-slide-container .p-top-slide__wrapper {
  -webkit-animation-name: autoSlide;
          animation-name: autoSlide;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-slide#auto-slide-container-reverse .p-top-slide__wrapper {
  -webkit-animation-name: autoSlideReverse;
          animation-name: autoSlideReverse;
  -webkit-animation-duration: 100s;
          animation-duration: 100s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.p-slide#auto-slide-recruit {
  overflow: hidden;
  width: 100%;
}
.p-slide#auto-slide-recruit .p-top-recruit-slide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-name: autoSlide;
          animation-name: autoSlide;
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes autoSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes autoSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes autoSlideReverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes autoSlideReverse {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* サービス
----------------------------------------------- */
.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-service__list:has(.p-service__item-small) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.7rem 3.5rem;
}
@media screen and (max-width: 768px) {
  .p-service__list:has(.p-service__item-small) {
    gap: 2rem;
  }
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.3333333333% - 1.35rem);
  border-bottom: 0.1rem solid var(--color-gray-200);
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-service__item {
    width: 100%;
  }
}
.p-service__item:focus-within {
  outline: 0.2rem solid var(--color-gray-700);
  outline-offset: 0;
  border-radius: 0.2rem;
}
.p-service__item a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-service__item a {
    padding-bottom: 1rem;
  }
}
.p-service__item a:focus-within {
  outline: none;
}
@media (any-hover: hover) {
  .p-service__item:hover {
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0.6rem;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .p-service__item:hover {
    border-radius: 0.4rem;
  }
}
@media (any-hover: hover) {
  .p-service__item:hover a {
    color: var(--color-gray-700);
  }
}
.p-service__item::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/icon/icon-blank-circle.svg);
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service__item::after {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/icon/icon-blank-circle_sp.svg);
  }
}
.p-service__item-colum2 {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .p-service__item-colum2 {
    width: 100%;
  }
}
.p-service__item--mail {
  padding: 0;
}
.p-service__item--mail a {
  padding-block: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-service__item--mail {
    padding-block: 1.65rem;
  }
}
.p-service__item-small {
  width: calc(33.3333333333% - 2.34rem);
}
@media screen and (max-width: 768px) {
  .p-service__item-small {
    width: 100%;
  }
}
.p-service__item-small a {
  display: grid;
  gap: 1rem;
}
@media (any-hover: hover) {
  .p-service__item-small a:hover .p-service__image {
    opacity: 0.6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
.p-service__item-small .p-service__image {
  position: relative;
  padding: 2rem 2.380952381rem;
  text-align: center;
  border: 0.1rem solid var(--color-gray-200);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-height: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}
.p-service__item-small .p-service__image .p-service__logo-195 {
  width: auto;
  height: 6rem;
  margin-block: 0.5rem;
}
.p-service__item-small .p-service__image .p-service__logo-330 {
  width: auto;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .p-service__item-small .p-service__image {
    padding: 1rem;
  }
  .p-service__item-small .p-service__image .p-service__logo {
    width: 15.6rem;
    height: auto;
  }
  .p-service__item-small .p-service__image .p-service__logo-330 {
    width: auto;
    height: 6rem;
  }
  .p-service__item-small .p-service__image .p-service__logo-207 {
    width: auto;
    height: 7rem;
  }
  .p-service__item-small .p-service__image .p-service__logo-195 {
    width: auto;
    height: 6rem;
  }
  .p-service__item-small .p-service__image .p-service__logo-164 {
    width: auto;
    height: 4rem;
  }
  .p-service__item-small .p-service__image .p-service__logo-130 {
    width: auto;
    height: 4rem;
  }
}
.p-service__item-small .p-service__image::after {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon/icon-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-service__item-small .p-service__label {
  display: block;
  min-height: 5rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-service__item-small .p-service__label {
    min-height: auto;
    font-size: 1.6rem;
  }
}
.p-service__item-small .p-service__label::after {
  content: none;
}
.p-service__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 1.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__label {
    padding-left: 1rem;
    font-size: 1.2rem;
  }
}
.p-service__label--mail {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-service__label--mail {
    font-size: 1.2rem;
  }
}
.p-service__logo {
  width: 15.6rem;
  height: 7rem;
}
@media screen and (max-width: 768px) {
  .p-service__logo {
    width: 9.1rem;
    height: 4.1rem;
  }
}
.p-service__logo-130 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-130 {
    width: 8.1rem;
    height: 2.5rem;
  }
}
.p-service__logo-140 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-140 {
    width: 7.7rem;
    height: 2.5rem;
  }
}
.p-service__logo-150 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-150 {
    width: 9.4rem;
    height: 2.5rem;
  }
}
.p-service__logo-164 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-164 {
    width: 11rem;
    height: 2.5rem;
  }
}
.p-service__logo-176 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-176 {
    width: 11rem;
    height: 2.5rem;
  }
}
.p-service__logo-180 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-180 {
    width: 10.5rem;
    height: 2.5rem;
  }
}
.p-service__logo-195 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-195 {
    width: 11.4rem;
    height: 3.5rem;
  }
}
.p-service__logo-207 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-207 {
    width: 12rem;
    height: 4.1rem;
  }
}
.p-service__logo-218 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-218 {
    width: 9.7rem;
    height: 2rem;
  }
}
.p-service__logo-330 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-service__logo-330 {
    width: 19.3rem;
    height: 3.5rem;
  }
}
.p-service-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-service-introduction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-service-introduction__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-rows: 1fr 0.85fr;
  align-self: start;
}
.p-service-introduction__item:nth-child(1) {
  padding-right: 2rem;
  border-right: 0.1rem solid #E0E0E0;
}
.p-service-introduction__item:nth-child(2) {
  padding: 0 2rem;
  border-right: 0.1rem solid #E0E0E0;
}
.p-service-introduction__item:nth-child(3) {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-introduction__item {
    grid-template-rows: auto;
    gap: 0;
    padding: 0 !important;
    margin-bottom: 3.2rem;
    border-right: none !important;
  }
  .p-service-introduction__item:last-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
}
.p-service-introduction__head {
  display: grid;
  align-self: start;
  gap: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-service-introduction__head {
    padding-bottom: 0;
  }
}
.p-service-introduction__head .c-heading {
  text-align: center;
}
.p-service-introduction__body {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
}
.p-service-introduction__body-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 8rem;
  padding-right: 1rem;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-service-introduction__body-link {
    min-height: 6rem;
  }
}
.p-service-introduction__body-link::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/icon/icon-blank-circle.svg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-service-introduction__body-link::after {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/icon/icon-blank-circle_sp.svg);
  }
}
@media (any-hover: hover) {
  .p-service-introduction__body-link:hover {
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0.6rem;
  }
}

/* ニュース一覧
----------------------------------------------- */
.p-news__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-news__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-news__card-item {
  width: calc(33.3333333333% - 1.35rem);
}
@media screen and (max-width: 768px) {
  .p-news__card-item {
    width: 100%;
  }
}
.p-news__card-item .p-card-news__body {
  margin-top: 3rem;
}
.p-news__card-item .p-card-news__title {
  line-height: 1.6;
}
.p-news__card-item .p-card-news__tag {
  color: var(--color-gray-500);
}
.p-news__card-item .p-card-news__date {
  color: var(--color-gray-500);
}
.p-news__filter-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0.8rem !important;
  border-bottom: 0.1rem solid var(--color-orange-700);
}
.p-news__filter-button::before {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.8rem;
  background-image: url(../img/icon/icon-filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2rem;
}
.p-news__filter-button .c-icon::after {
  margin-top: 0.2rem;
}

/* カード
----------------------------------------------- */
.p-card-news {
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-card-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.p-card-news > a {
  display: block;
  height: 100%;
  padding: 1.9rem 3rem;
}
.p-card-news > a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .p-card-news > a:hover {
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0.6rem;
  }
  .p-card-news > a:hover .p-card-news__image img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
@media screen and (max-width: 768px) {
  .p-card-news > a {
    padding: 0;
  }
}
.p-card-news__image {
  display: block;
  width: 100%;
  aspect-ratio: 180/120;
  position: relative;
  overflow: hidden;
  outline: 0.1rem solid var(--color-gray-100);
}
.p-card-news__image::before {
  content: "";
  display: block;
  max-width: 100%;
  padding-top: 66.5%;
}
@media screen and (max-width: 768px) {
  .p-card-news__image {
    max-width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-card-news__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-card-news__body {
  color: var(--color-gray-700);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1rem;
  width: 100%;
  height: 100%;
}
.p-card-news__date {
  font-size: 1.4rem;
  color: #5D5D5D;
  margin-bottom: 0;
  font-weight: var(--fw-medium);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-card-news__title {
  font-size: 1.6rem;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-card-news__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.2;
  color: var(--color-white);
  background-color: var(--color-orange-700);
  font-weight: var(--fw-medium);
  line-height: 1;
  padding: 0.4rem;
}
.p-card-news__category:link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-card-news__category:link:hover {
    opacity: 0.7;
  }
}
.p-card-news__tag {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: var(--fw-medium);
  text-decoration: underline;
}
.p-card-news__tag::before {
  content: "#";
}
.p-card-news__tag:not(:last-child) {
  margin-right: 1rem;
}
.p-card-news__tag-wrap {
  display: block;
}
.p-card-ir {
  height: 100%;
  border-radius: 0;
  background-color: var(--color-gray-50);
}
.p-card-ir__item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 48/25;
  overflow: hidden;
}
.p-card-ir__item img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .p-card-ir__item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.p-card-ir__text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-shadow: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-ir__text {
    left: 1.8rem;
    font-size: 1.8rem;
  }
}
.p-card-ir__link {
  padding: 2.5rem 3rem;
  min-height: 22rem;
}
@media screen and (max-width: 768px) {
  .p-card-ir__link {
    padding: 2rem;
    min-height: auto;
  }
}
.p-card-promo {
  position: relative;
  aspect-ratio: 380/238;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-card-promo {
    aspect-ratio: 335/210;
  }
}
.p-card-promo:focus-within {
  outline: 0.2rem solid var(--color-gray-700);
  outline-offset: 0;
  border-radius: 0.2rem;
}
.p-card-promo__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-card-promo__item img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-card-promo__item img {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .p-card-promo__item:hover img, .p-card-promo__item:focus-within img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.p-card-promo__text {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-shadow: none;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-card-promo__text {
    left: 1.8rem;
    font-size: 1.8rem;
  }
}
.p-card-promo__wording {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-card-promo__wording .c-text {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.5;
}
.p-card-company a {
  position: relative;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-card-company a {
    display: block;
    width: 100%;
  }
}
.p-card-company a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .p-card-company a:hover picture img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.p-card-company picture {
  overflow: hidden;
}
.p-card-company picture img {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-card-company .c-heading {
  display: grid;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .p-card-company .c-heading {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-card-company .c-heading .c-heading__jp:lang(en) {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-card-company .c-heading .c-heading__en:lang(en) {
    width: 62%;
  }
}
.p-card-company .c-heading__en--40 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.p-card-image a {
  display: grid;
  gap: 1rem;
}
.p-card-image a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .p-card-image a:hover {
    opacity: 1;
  }
  .p-card-image a:hover picture img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
    transition: all 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  }
}
.p-card-image picture {
  overflow: hidden;
  background-color: #ffffff;
}
.p-card-image picture img {
  -webkit-transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  transition: all 0.6s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-card-image .c-heading {
  display: grid;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-card-image .c-heading {
    gap: 0.5rem;
  }
}
.p-card-image .c-heading .c-heading__jp:lang(en) {
  display: none;
}
.p-card-image .c-heading__en--40 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.p-card-materiality {
  margin-top: 4rem;
}
.p-card-materiality__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  row-gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .p-card-materiality__list {
    gap: 2rem;
  }
}
.p-card-materiality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem 1.2rem;
  width: calc(50% - 2rem);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p-card-materiality__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.7rem;
  }
}
.p-card-materiality__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-card-materiality__item-image img {
  width: 9rem;
  height: 9rem;
}
.p-card-materiality__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 32rem;
}
@media screen and (max-width: 768px) {
  .p-card-materiality__item-text {
    width: 100%;
  }
}
.p-card-materiality__item-text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-card-materiality__item-text .c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #323232;
}
.p-card-materiality__item-number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.5;
  color: #323232;
}
.p-card-materiality__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #F08300;
  border-left: 0.1rem solid #6E6E6E;
  padding-left: 0.8rem;
}
.p-card-data {
  display: grid;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  height: 100%;
  text-align: center;
  padding: 2.5rem 0 2rem;
  border: 0.1rem solid var(--color-gray-200);
  border-radius: 0.5rem;
  background-color: var(--color-white);
}
.p-card-data:lang(en) {
  padding: 2.5rem 0.5rem 2rem;
}
.p-card-data__title {
  font-size: 1.9rem;
  font-weight: var(--fw-bold);
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .p-card-data__title {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.p-card-data__title:lang(en) {
  font-size: 1.4rem;
  height: 2.8em;
}
.p-card-data__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8rem;
  margin: auto;
}
.p-card-data__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-card-data__content {
  color: var(--color-orange-700);
}
.p-card-data__content--split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-card-data__content--split-colon {
  gap: 3rem;
  position: relative;
}
.p-card-data__content--split-colon::after {
  position: absolute;
  content: ":";
  top: 50%;
  left: 50%;
  font-size: 5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-card-data__content--split-ratio {
  gap: 2rem;
}
.p-card-data__content-label {
  font-size: 1.6rem;
  display: block;
  text-align: left;
}
.p-card-data__content-value {
  font-size: 5rem;
  font-family: var(--font-en);
  font-weight: var(--fw-bold);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-card-data__content-value {
    font-size: 4rem;
  }
}
.p-card-data__content-value:lang(en) {
  font-size: 4rem;
}
.p-card-data__content-unit {
  font-size: 2rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-card-data__content-unit {
    font-size: 1.5rem;
  }
}
.p-card-data__content-unit:lang(en) {
  display: inline-block;
}
.p-card-data__content-unit + p.c-text {
  margin-top: 0.5rem;
  line-height: 1.4;
}
.p-card-data__content-medium .p-card-data__content-value {
  font-size: 5rem !important;
}
@media screen and (max-width: 768px) {
  .p-card-data__content-medium .p-card-data__content-value {
    font-size: 4rem !important;
  }
}
.p-card-data__content-medium .p-card-data__content-unit {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 768px) {
  .p-card-data__content-medium .p-card-data__content-unit {
    font-size: 1.8rem !important;
  }
}

/* ボックス
----------------------------------------------- */
.p-box {
  display: grid;
  background-color: var(--color-white);
}
.p-box--framed {
  border: 0.3rem solid var(--color-orange-700);
}
.p-box--actions {
  max-width: 80rem;
  margin: auto;
  padding: 6rem 13rem;
}
@media screen and (max-width: 768px) {
  .p-box--actions {
    padding: 1.4rem 1.2rem;
  }
}
.p-box--actions__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-box--actions__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
  .p-box--actions__inner .c-button {
    width: 100%;
  }
}
.p-box--service-info {
  padding: 2.5rem 2rem;
  line-height: 1.4;
  background-color: var(--color-orange-100);
}
@media screen and (max-width: 768px) {
  .p-box--service-info {
    padding: 1.5rem 1rem;
  }
}

/* 絞り込みスライドメニュー
========================================================= */
.p-filter-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  pointer-events: none;
}
.p-filter-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  width: 67.5rem;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__panel {
    width: 100%;
    gap: 1rem;
  }
}
.p-filter-drawer__panel .p-filter-drawer__button {
  visibility: hidden;
}
.p-filter-drawer__panel-inner {
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.3s;
  transition: visibility 0s ease 0.3s;
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 6rem;
  width: 60rem;
  height: 100%;
  padding: 7rem 5.5rem 7rem;
  background-color: var(--color-white);
  overflow-y: auto;
}
.p-filter-drawer__panel-inner .c-button {
  width: 100%;
  max-width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__panel-inner {
    gap: 5rem;
    width: calc(100% - 4.5rem);
    padding: 2rem 1.5rem 2rem;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__panel-inner section {
    width: 100% !important;
  }
}
.p-filter-drawer__form {
  display: grid;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__form {
    gap: 5rem;
  }
}
.p-filter-drawer__form-category {
  width: 30rem;
}
.p-filter-drawer__form-category legend {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--color-gray-500);
  margin-bottom: 2rem;
}
.p-filter-drawer__form-tag {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__form-tag {
    width: 100%;
  }
}
.p-filter-drawer__form-tag legend {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--color-gray-500);
  margin-bottom: 2rem;
}
.p-filter-drawer__form-archive {
  width: 30rem;
}
.p-filter-drawer__form-archive legend {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--color-gray-500);
  margin-bottom: 2rem;
}
.p-filter-drawer__form-keyword legend {
  font-size: 1.4rem;
  line-height: 2;
  color: var(--color-gray-500);
  margin-bottom: 2rem;
}
.p-filter-drawer__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.p-filter-drawer__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.p-filter-drawer__checkbox-group .c-checkbox {
  width: 13.5rem;
}
.p-filter-drawer__checkbox-group .c-checkbox-wide {
  width: 21.5rem;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=すべて],
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=コーポレート],
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=その他サービス] {
  width: 100%;
  margin-bottom: 2rem;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽債権管理],
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽クラウド] {
  margin-bottom: 2rem;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽メールマーケティング] {
  width: 21.5rem;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽メールマーケティング] {
    width: 13.5rem;
  }
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽自動応対],
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽メールマーケティング] {
  margin-bottom: 2rem;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=すべて] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=コーポレート] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽精算] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽明細] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽販売] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽請求] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽勤怠] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽電子保存] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽債権管理] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽クラウド] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽自動応対] {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=楽楽メールマーケティング] {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=その他サービス] {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=メディア掲載] {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=イベント] {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=導入事例] {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=機能追加] {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=CM] {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=調査] {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.p-filter-drawer__checkbox-group .c-checkbox[data-tag=AI] {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__checkbox-group .c-checkbox__label {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-filter-drawer__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-overlay);
  visibility: hidden;
  pointer-events: all;
}
.p-filter-drawer.is-open .p-filter-drawer__panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.p-filter-drawer.is-open .p-filter-drawer__panel .p-filter-drawer__button {
  visibility: visible;
}
.p-filter-drawer.is-open .p-filter-drawer__panel-inner {
  visibility: visible;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
.p-filter-drawer.is-open .p-filter-drawer__overlay {
  visibility: visible;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  50% {
    visibility: visible;
    opacity: 0.5;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.p-filter-drawer__button {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 3rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__button {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 1rem;
  }
}
.p-filter-drawer__button-line {
  display: block;
  width: 4.5rem;
  height: 0.4rem;
  background-color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__button-line {
    width: 3rem;
    height: 0.3rem;
  }
}
.p-filter-drawer__button-line--01 {
  -webkit-transform: translateY(0.2rem) translateX(-0.4rem) rotate(45deg);
          transform: translateY(0.2rem) translateX(-0.4rem) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__button-line--01 {
    -webkit-transform: translateY(0rem) translateX(-0.2rem) rotate(45deg);
            transform: translateY(0rem) translateX(-0.2rem) rotate(45deg);
  }
}
.p-filter-drawer__button-line--02 {
  -webkit-transform: translateY(-0.2rem) translateX(-0.4rem) rotate(-45deg);
          transform: translateY(-0.2rem) translateX(-0.4rem) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-filter-drawer__button-line--02 {
    -webkit-transform: translateY(-0.3rem) translateX(-0.2rem) rotate(-45deg);
            transform: translateY(-0.3rem) translateX(-0.2rem) rotate(-45deg);
  }
}

/* ir
----------------------------------------------- */
.p-ir-tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.1rem solid var(--color-gray-300);
}
.p-ir-tab__list-item {
  width: 20%;
  max-width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8rem;
  margin-bottom: -0.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ir-tab__list-item {
    width: 6.7rem;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .p-ir-tab__list-item:lang(en) {
    font-size: 1rem;
  }
}
.p-ir-tab__list-item.is-active {
  color: var(--color-orange-700);
  font-weight: var(--fw-bold);
  border-top: 0.3rem solid var(--color-orange-700);
  border-inline: 0.1rem solid var(--color-gray-300);
  border-bottom: none;
  border-bottom: 0.2rem solid var(--color-white);
  background-color: var(--color-white);
}
.p-ir-tab__list-item.is-active .p-ir-tab__list-link {
  color: var(--color-orange-700);
  font-weight: var(--fw-bold);
}
.p-ir-tab__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-ir-tab__list-link:lang(en) {
    font-size: 1rem;
  }
}
.p-ir .c-pdfleader {
  width: 100%;
  margin: 10rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3rem;
  padding-bottom: 10em;
  border-bottom: 0.1rem solid #e2e2e2;
}
.p-ir .c-pdfleader a[href=""] {
  display: none; /* 表示しない */
}
@media screen and (max-width: 768px) {
  .p-ir .c-pdfleader {
    margin: 5rem auto;
    padding-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-ir .c-pdfleader:not(:has(+ .p-ir-pronexus__text)) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .p-ir .c-pdfleader .c-pdfleader-bnr {
    width: 50%;
  }
}
.p-ir-pronexus__text a {
  text-decoration: underline;
}
.p-ir-pronexus__icon {
  text-align: right;
  margin-top: 6rem;
}
.p-ir-pronexus__icon img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-ir-pronexus__icon .u-hide--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-ir-pronexus__icon .u-hide--pc {
    display: none;
  }
  .p-ir-pronexus__icon .u-hide--sp {
    display: block;
    width: 18.3rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.p-ir--news-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-ir--news-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.p-ir--news-title .c-heading__en:lang(en) {
  display: none;
}
.p-ir--news-link {
  font-size: 1.3rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: inline;
}
.p-ir--news-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-ir--news-link-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
  }
}
.p-ir--news-link-rss {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.p-ir--news-link-rss::before {
  content: "";
  background: url(../img/icon/icon-rss.svg) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  margin-right: 0.4rem;
  position: relative;
  top: -0.1rem;
}
.p-ir--news-link-rss::after {
  content: "";
  background: url(../img/icon/icon-arrow.svg) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  height: 1.2rem;
  background-size: contain;
  margin-left: 1.1rem;
  position: relative;
  top: -0.1rem;
}
.p-ir--news-link-mail::after {
  content: "";
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  height: 1.2rem;
  background-size: contain;
  margin-left: 0.4rem;
  position: relative;
}
.p-ir--news #tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 3rem;
}
.p-ir--news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4.4rem;
}
.p-ir--news dt {
  width: 100%;
  max-width: 26rem;
  font-size: 1.4rem;
  color: var(--color-gray-500);
  font-weight: var(--fw-regular);
  padding: 2rem 0;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-ir--news dt {
    width: 100%;
    max-width: 100%;
    padding: 1.6rem 0 1rem;
    border-bottom: none;
    font-size: 1.2rem;
  }
}
.p-ir--news dd {
  width: calc(100% - 26rem);
  font-size: 1.6rem;
  padding: 2rem 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-ir--news dd {
    width: 100%;
    max-width: 100%;
    padding: 0 0 1.6rem;
    font-size: 1.4rem;
  }
}
.p-ir--pdf-leader {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-ir--pdf-leader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 768px) {
  .p-ir--pdf-leader__bnr {
    width: 50%;
  }
}
.p-ir--pdf-leader__text {
  line-height: 1.5;
}
.p-ir--list-link {
  margin-top: 4.2rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-ir--list-link {
    margin-top: 3.2rem;
  }
}
.p-ir--list-link a {
  font-size: 1.6rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}
.p-ir--list-link a::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
  background: url(/assets/img/icon/icon_arrow-circle.svg) left top/contain no-repeat;
  margin: 0 0 0 1rem;
}
.p-ir-governance-inner {
  margin-top: 4rem;
}
.p-ir-governance__subtitle {
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: 2.5rem 3rem;
  border-left: 0.3rem solid var(--color-orange-700);
  background-color: var(--color-gray-100);
}
@media screen and (max-width: 768px) {
  .p-ir-governance__subtitle {
    font-size: 2rem;
    padding: 1.5rem;
  }
}
.p-ir .qirBox_pnexNote a {
  text-decoration: underline;
}
.p-ir-calendar--jp:lang(en) {
  display: none;
}
.p-ir-calendar--en {
  display: none;
}
.p-ir-calendar--en:lang(en) {
  display: block;
}

/* グラフの吹き出し調整（英語表示用） */
div.highcharts-label.highcharts-tooltip span:lang(en) {
  display: block;
  white-space: break-spaces !important;
  min-width: 170px;
}

/* アクセスマップ
----------------------------------------------- */
.p-branch-map {
  position: relative;
  max-width: 89.8rem;
  aspect-ratio: 898/580;
  margin: 0 auto;
}
.p-branch-map__figure {
  width: 100%;
}
.p-branch-map__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.p-branch-map__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-branch-map__item {
  position: absolute;
  width: 20%;
}
.p-branch-map__item--sapporo {
  top: 15%;
  left: 22%;
}
.p-branch-map__item--nagoya {
  top: 34.5%;
  left: 35.8%;
}
.p-branch-map__item--osaka-main {
  top: 51.4%;
  left: 9.5%;
}
.p-branch-map__item--osaka-2 {
  top: 60.6%;
  left: 9.5%;
}
.p-branch-map__item--fukuoka {
  top: 76.7%;
  left: 0;
}
.p-branch-map__item--hiroshima {
  left: 31.4%;
  bottom: 0;
}
.p-branch-map__item--shizuoka {
  top: 81.7%;
  left: 52.2%;
}
.p-branch-map__item--niigata {
  top: 51.4%;
  right: 0;
}
.p-branch-map__item--tokyo-main {
  top: 63.3%;
  right: 0;
}
.p-branch-map__item--tokyo-1 {
  top: 72.5%;
  right: 0;
}
.p-branch-map__item--tokyo-2 {
  top: 81.5%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-branch-map {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    aspect-ratio: auto;
  }
  .p-branch-map__list {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
    margin-top: 2rem;
  }
  .p-branch-map__item {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
.p-branch-panel {
  display: grid;
  gap: 4rem;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-branch-panel {
    gap: 3rem;
    margin-top: 5rem;
  }
}
.p-branch-panel__closest-station {
  border-top: 0.1rem solid var(--color-gray-300);
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-branch-panel__closest-station {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-branch-panel__closest-station .c-panel--branch__info {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/* アコーディオン
========================================================= */
.p-accordion {
  border-bottom: 0.1rem solid var(--color-gray-200);
}
.p-accordion__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2rem 0 2rem 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-accordion__button .c-icon--plus {
  margin-left: 1em;
  margin-right: 0.8em;
}
.p-accordion__button[aria-expanded=true] .c-icon--plus::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-accordion__button::before {
  position: absolute;
  top: 2rem;
  left: 0;
  content: "Q";
  font-family: var(--font-en);
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}
@media (any-hover: hover) {
  .p-accordion__button:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .p-accordion__button:hover .c-heading {
    opacity: 1;
    color: var(--color-black-opacity-400);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.p-accordion__button:focus-visible {
  outline-offset: 0;
}
@media screen and (max-width: 768px) {
  .p-accordion__button {
    line-height: 1.6;
  }
}
.p-accordion__panel {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  max-height: 0;
  border-top: 0.1rem solid var(--color-gray-200);
}
.p-accordion__panel[aria-hidden=true] {
  visibility: hidden;
  pointer-events: none;
}
.p-accordion__panel-inner {
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 2rem 0 2rem 4rem;
}
.p-accordion__panel-inner a:link {
  text-decoration: underline;
}
.p-accordion__panel::before {
  position: absolute;
  top: 2rem;
  left: 0;
  content: "A";
  font-family: var(--font-en);
  font-size: 3rem;
  line-height: 1;
}

/* お問い合わせフォーム
----------------------------------------------- */
.p-contact-form {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.p-contact-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .p-contact-form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 3rem;
  }
}
.p-contact-form__field:has(.p-contact-form__textarea), .p-contact-form__field:has(.p-contact-form__group) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact-form__field-heading {
  max-width: 30rem;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact-form__field-heading {
    font-size: 1.4rem;
  }
}
.p-contact-form__label {
  width: 30.6%;
  max-width: 30rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-contact-form__label {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-contact-form__label:has(+ .p-contact-form__textarea), .p-contact-form__label:has(+ .p-contact-form__group) {
  margin-top: 0.5rem;
}
.p-contact-form__input {
  width: 69.4%;
  font-size: 1.5rem;
  border: 0.1rem solid var(--color-gray-200);
  height: 4.5rem;
  padding: 0 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__input {
    width: 100%;
  }
}
.p-contact-form__textarea {
  width: 69.4%;
  height: 22.75rem;
  border: 0.1rem solid var(--color-gray-200);
  padding: 1.7rem 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-contact-form__textarea {
    width: 100%;
    height: 15.5rem;
  }
}
.p-contact-form__dropdown {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact-form__dropdown {
    width: 100%;
  }
}
.p-contact-form__dropdown select {
  width: 100%;
  max-width: 34rem;
  font-size: 1.5rem;
  height: 4.5rem;
  background: var(--color-orange-100);
  padding: 0 2rem;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact-form__dropdown::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.2rem solid #f08300;
  border-right: 0.2rem solid #f08300;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 1.8rem;
  right: 2.15rem;
  pointer-events: none;
}
.p-contact-form__required {
  font-size: 1rem;
  color: var(--color-orange-700);
  font-weight: bold;
  margin-left: 0.25em;
}
.p-contact-form__group {
  display: grid;
  gap: 2rem;
  width: 69.4%;
}
@media screen and (max-width: 768px) {
  .p-contact-form__group {
    width: 100%;
    gap: 1rem;
  }
}
.p-contact-form__group .p-contact-form__input {
  width: 100%;
}
.p-contact-form__privacy__field label {
  font-weight: bold;
  margin-bottom: 0;
}
.p-contact-form__privacy__field .c-checkbox__text {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-contact-form__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.5rem;
}

/* モーダル
----------------------------------------------- */
.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-y: auto;
  padding-block: 4rem;
  border: none;
  -webkit-overflow-scrolling: touch;
  /* --- モーダルコンテンツ部分 --- */
  /* --- 閉じるボタン --- */
  /* --- フォーカストラップ用の番兵要素 --- */
}
.p-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.p-modal.is-active .p-modal__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-modal__content {
  position: relative;
  width: 100%;
  max-width: 100rem;
  padding-top: 6rem;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-inline: 1rem;
  margin-block: auto;
  padding-bottom: 4rem;
}
.p-modal__content-inner {
  height: 100%;
  background-color: #fff;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .p-modal__content-inner {
    padding: 2rem;
  }
}
.p-modal__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-modal__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-modal__profile-image {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .p-modal__profile-image {
    width: 100%;
  }
}
.p-modal__profile-text {
  width: calc(45% - 3rem);
}
@media screen and (max-width: 768px) {
  .p-modal__profile-text {
    width: 100%;
  }
}
.p-modal__profile-position {
  font-size: 1.8rem;
}
.p-modal__profile-name {
  font-size: 3rem;
  font-weight: var(--fw-bold);
  margin-top: 1.5rem;
  line-height: 1.2;
}
.p-modal__profile-name-en {
  font-size: 1.6rem;
  color: var(--color-orange-700);
}
.p-modal__profile-name-en:lang(en) {
  display: none;
}
.p-modal__career > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  padding-block: 2rem;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
.p-modal__career-date {
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-modal__career-month {
  text-align: right;
}
.p-modal__career-month p + p {
  margin-top: 1.8rem;
}
.p-modal__career-text {
  width: calc(100% - 12rem - 4rem);
  margin-bottom: 0;
}
.p-modal__career-text p + p {
  margin-top: 1.8rem;
}
.p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media (any-hover: hover) {
  .p-modal__close:hover, .p-modal__close:focus {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border-radius: 50%;
    outline: 0.1rem solid var(--color-white);
    outline-offset: 0.1rem;
  }
}
.p-modal__close span {
  position: absolute !important;
  clip: rect(0.1rem 0.1rem 0.1rem 0.1rem);
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  padding: 0 !important;
  border: 0 !important;
  height: 0.1rem !important;
  width: 0.1rem !important;
}
.p-modal__close::before, .p-modal__close::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0.8rem;
  left: 2.5rem;
  width: 0.1rem;
  height: 3.5rem;
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.p-modal__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-modal__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-modal__sentinel-start, .p-modal__sentinel-end {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/* TOPページ
----------------------------------------------- */
.p-top-about {
  display: grid;
}
.p-top-about__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__head {
    margin-bottom: 2rem;
  }
}
.p-top-about__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-top-about__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-about__headline {
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-top-about__headline {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
}
.p-top-about__actions {
  display: grid;
  gap: 2rem;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-top-about__actions {
    width: 100%;
  }
  .p-top-about__actions .c-button {
    width: 100%;
  }
}
.p-top-slide__item {
  width: 37rem;
}
@media screen and (max-width: 768px) {
  .p-top-slide__item {
    width: 25.6rem;
  }
}
.p-top-slide__item img {
  border-radius: 0.5rem;
  width: 100%;
  max-width: 37rem;
  aspect-ratio: 370/233;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-slide__item img {
    max-width: 25.6rem;
    aspect-ratio: 256/160;
  }
}
.p-top-slide__item-inner {
  margin: 1.5rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
          box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
}
.p-top-service-heder {
  display: grid;
}
.p-top-service-heder__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-heder__head {
    margin-bottom: 2rem;
  }
}
.p-top-service-heder__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-service-heder__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-service-heder__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-top-service-heder__text-block {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 4rem;
  width: 100%;
  max-width: 66rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-heder__text-block .c-button {
    width: 100%;
  }
}
.p-top-service-heder__nav {
  list-style: none;
}
.p-top-service-heder__nav-item {
  max-width: 34rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-gray-700);
  border-bottom: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-top-service-heder__nav-item {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.p-top-service-cloud {
  margin-top: 8rem;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud {
    margin-top: 3rem;
  }
}
.p-top-service-cloud:first-of-type {
  margin-top: 10rem;
}
.p-top-service-cloud__inner {
  padding: 5rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud__inner {
    padding: 3rem 2rem;
  }
}
.p-top-service-cloud__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-top-service-cloud__head-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud__head-heading {
    width: 100%;
    gap: 0.5rem;
  }
}
.p-top-service-cloud__head-heading::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../img/icon/icon-blank-circle.svg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top-service-cloud__head-heading img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud__head-heading img {
    width: 24.2rem;
    height: 9rem;
  }
}
@media (any-hover: hover) {
  .p-top-service-cloud__head-heading:hover {
    -webkit-box-shadow: 0 0 2rem 0p rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2rem 0p rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0.6rem;
  }
}
.p-top-service-cloud__head-text {
  max-width: 51.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  justify-items: start;
  gap: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top-service-cloud__head-text {
    justify-items: center;
    padding-bottom: 0;
  }
  .p-top-service-cloud__head-text .c-heading {
    text-align: center;
  }
}
.p-top-service-cloud__head-image {
  max-width: 40rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-top-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-top-news {
  display: grid;
}
.p-top-news__head {
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-news__head {
    display: grid;
    margin-bottom: 3rem;
  }
}
.p-top-news__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-news__body {
  display: grid;
  grid-template-columns: 31rem auto;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__body {
    grid-template-columns: unset;
    gap: 4rem;
  }
}
.p-top-news__side {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
}
.p-top-news__side .c-button {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top-news__side .c-button {
    margin-top: 5rem;
  }
}
.p-top-news__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab ul {
    gap: 3rem;
  }
}
.p-top-news__tab ul li {
  margin-bottom: 0;
}
.p-top-news__tab ul li .is-active::after {
  background-color: var(--color-orange-700);
}
.p-top-news__tab ul button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-news__tab ul button {
    font-size: 1.6rem;
  }
}
.p-top-news__tab ul button::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 1.9rem;
  border: 0.1rem solid var(--color-gray-500);
  background-color: var(--color-white);
}
.p-top-news__tab ul button::after {
  position: absolute;
  left: 0.4rem;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 1.9rem;
}
.p-top-article-list {
  padding-top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-top-article-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-article-list .p-card-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding: 2rem;
}
@media (any-hover: hover) {
  .p-top-article-list .p-card-news a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top-article-list .p-card-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-article-list .p-card-news__image {
  max-width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-top-article-list .p-card-news__image {
    max-width: 100%;
    overflow: initial;
  }
}
.p-top-ir {
  display: grid;
  padding-top: 9rem;
  margin-top: 9rem;
  border-top: 0.1rem solid var(--color-gray-200);
}
@media screen and (max-width: 768px) {
  .p-top-ir {
    -ms-flex-line-pack: start;
        align-content: start;
    padding-top: 3rem;
    margin-top: 4.2rem;
  }
}
.p-top-ir__wrap {
  display: grid;
}
.p-top-ir__head {
  margin-bottom: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-ir__head {
    display: grid;
    margin-bottom: 3rem;
  }
}
.p-top-ir__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-ir__description {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top-ir__description {
    margin-top: 3rem;
    text-align: left;
  }
}
.p-top-ir__body {
  display: grid;
  grid-template-columns: 31rem auto;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top-ir__body {
    grid-template-columns: unset;
    gap: 3rem;
  }
}
.p-top-ir__side {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
}
.p-top-ir__side .c-button {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top-ir__side .c-button {
    margin-top: 5rem;
  }
}
.p-top-ir__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  list-style: none;
  padding: 0;
}
.p-top-ir__tab ul li {
  margin-bottom: 0;
}
.p-top-ir__tab ul li.is-active a::after {
  background-color: var(--color-orange-700);
}
.p-top-ir__tab ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-ir__tab ul a {
    font-size: 1.6rem;
  }
}
.p-top-ir__tab ul a::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  margin-right: 1.9rem;
  border: 0.1rem solid var(--color-gray-500);
  background-color: var(--color-white);
}
.p-top-ir__tab ul a::after {
  position: absolute;
  left: 0.4rem;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: 1.9rem;
}
.p-top-ir .sys_area_irnews {
  display: grid;
  grid-template-columns: 30rem auto;
  gap: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top-ir .sys_area_irnews {
    grid-template-columns: unset;
    gap: 3rem;
  }
}
.p-top-ir .newsTypeController {
  display: grid;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top-ir .newsTypeController {
    gap: 5rem;
  }
}
.p-top-promo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-top-promo {
    grid-template-columns: unset;
    margin-top: 3rem;
  }
}
.p-top-recruit {
  display: grid;
}
.p-top-recruit__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__head {
    margin-bottom: 2rem;
  }
}
.p-top-recruit__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-top-recruit__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-recruit__actions {
  height: 100%;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 2rem;
  width: 31rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit__actions {
    width: 100%;
  }
  .p-top-recruit__actions .c-button {
    width: 100%;
  }
}
.p-top-recruit-slide__item {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-top-recruit-slide__item {
    width: 20rem;
  }
}
.p-top-recruit-slide__item img {
  width: 100%;
  max-width: 30rem;
  aspect-ratio: 300/400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top-recruit-slide__item img {
    max-width: 20rem;
    aspect-ratio: 150/200;
  }
}
.p-top-recruit-slide__item-inner-r {
  margin: 8.5rem 1.5rem 1.5rem;
  border-radius: 0 9.5rem;
  -webkit-box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
          box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
}
@media screen and (max-width: 768px) {
  .p-top-recruit-slide__item-inner-r {
    margin: 8.5rem 0.8rem 1.5rem;
  }
}
.p-top-recruit-slide__item-inner-r.reverse {
  border-radius: 0 9.5rem;
}
.p-top-recruit-slide__item-inner-l {
  margin: 1.5rem 1.5rem;
  border-radius: 0 9.5rem;
  -webkit-box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
          box-shadow: 0 0 1.3rem 0.2rem var(--color-shadow);
}
@media screen and (max-width: 768px) {
  .p-top-recruit-slide__item-inner-l {
    margin: 1.5rem 0.8rem 1.5rem;
  }
}
.p-top-recruit-slide__item-inner-l.reverse {
  border-radius: 9.5rem 0;
}
.p-top-data {
  display: grid;
}
.p-top-data__head {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top-data__head {
    margin-bottom: 6rem;
  }
}
.p-top-data__head .c-heading__jp:lang(en) {
  display: none;
}
.p-top-data__body {
  display: grid;
  gap: 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-top-data__body {
    gap: 3rem;
  }
  .p-top-data__body .c-button {
    width: 100%;
  }
}
.p-top-data__body:lang(en) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-top-data__body:lang(en) {
    margin-bottom: 5rem;
  }
}
.p-top-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.6rem;
  width: 100%;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .p-top-data__list {
    gap: 1.6rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-data__list-item {
  width: calc(25% - 1.95rem);
}
@media screen and (max-width: 768px) {
  .p-top-data__list-item {
    width: calc(50% - 0.8rem);
    margin: 0;
  }
}
.p-top-data__list-item:last-child {
  margin-right: 0;
}

/* パーツページ
========================================================= */
.p-parts__container {
  margin-top: 12rem;
}
.p-parts__content {
  max-width: 102.8rem;
  margin: 0 auto;
}
.p-parts__section {
  background-color: #fff;
  border: 0.1rem solid #e0e0e0;
  border-radius: 0.8rem;
  padding: 2rem 3rem;
  margin-bottom: 3rem;
  -webkit-box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-parts__section {
    margin: auto;
    width: 98%;
    padding-inline: 1.5rem;
  }
}
.p-parts__section-title {
  font-size: 2.8rem;
  border-bottom: 0.2rem solid #ea6f00;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-parts__section-title {
    font-size: 2.1rem;
  }
}
.p-parts__component {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem dashed #ccc;
}
.p-parts__component-preview {
  display: grid;
  gap: 1rem;
  border: 0.1rem solid #eee;
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 0.4rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-parts__component-preview {
    gap: 2rem;
  }
}
.p-parts__component .c-list {
  font-size: 1.4rem;
}
.p-parts__component li:has(.c-list-label[data-status=作成中]) a {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}
.p-parts__component-block {
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-parts__component-block .c-button {
    width: 100%;
  }
}
.p-parts__component-title {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-parts__component-title {
    font-size: 1.8rem;
  }
}
.p-parts__component .c-text {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 2rem;
}

/* Color Swatch Style */
.color-swatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}
.color-swatch__title {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-gray-700);
  margin-top: 1rem;
  border-left: 0.4rem solid var(--color-gray-700);
  padding-left: 1rem;
}
.color-swatch__title:first-of-type {
  margin-top: 0;
}
.color-swatch__inner {
  width: 12.5rem;
  width: calc(16.6666666667% - 0.7rem);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .color-swatch__inner {
    width: calc(50% - 0.4rem);
  }
}
.color-swatch__chip {
  width: 100%;
  height: 6.5rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #ddd;
  margin-bottom: 0.5rem;
}
.color-swatch__chip--orange-700 {
  background-color: var(--color-orange-700);
}
.color-swatch__chip--orange-600 {
  background-color: var(--color-orange-600);
}
.color-swatch__chip--orange-500 {
  background-color: var(--color-orange-500);
}
.color-swatch__chip--orange-400 {
  background-color: var(--color-orange-400);
}
.color-swatch__chip--orange-300 {
  background-color: var(--color-orange-300);
}
.color-swatch__chip--orange-200 {
  background-color: var(--color-orange-200);
}
.color-swatch__chip--orange-100 {
  background-color: var(--color-orange-100);
}
.color-swatch__chip--gray-700 {
  background-color: var(--color-gray-700);
}
.color-swatch__chip--gray-600 {
  background-color: var(--color-gray-600);
}
.color-swatch__chip--gray-500 {
  background-color: var(--color-gray-500);
}
.color-swatch__chip--gray-400 {
  background-color: var(--color-gray-400);
}
.color-swatch__chip--gray-300 {
  background-color: var(--color-gray-300);
}
.color-swatch__chip--gray-200 {
  background-color: var(--color-gray-200);
}
.color-swatch__chip--gray-100 {
  background-color: var(--color-gray-100);
}
.color-swatch__chip--white {
  background-color: var(--color-white);
}
.color-swatch__name {
  font-size: 1.2rem;
  font-weight: bold;
}
.color-swatch__code {
  font-size: 1.2rem;
  color: #666;
}

/* ページリスト用 ラベル */
.c-list-label {
  font-size: 1rem;
  font-weight: var(--fw-regular);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2rem;
  white-space: nowrap;
  color: var(--color-white);
  border-radius: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 0.8rem;
  padding: 0 0.3rem;
}
.c-list-label::before {
  content: attr(data-status);
  padding-inline: 0.5rem;
  border: 0.1rem solid;
  border-radius: 0.4rem;
}
.c-list-label[data-status=完了]::before {
  color: #55a77c;
  border-color: #55a77c;
  background-color: #f6fffa;
}
.c-list-label[data-status=修正中]::before {
  color: #51b1ae;
  border-color: #51b1ae;
  background-color: #edfcff;
}
.c-list-label[data-status=チェック中]::before {
  color: #d5803b;
  border-color: #d5803b;
  background-color: #ffefe3;
}
.c-list-label[data-status=新規作成]::before {
  color: #3985d3;
  border-color: #3985d3;
  background-color: #f4f9fc;
}
.c-list-label[data-status=作成中]::before {
  color: #7d39d3;
  border-color: #7d39d3;
  background-color: #f8f4fc;
}
.c-list-label[data-status="E-IR システム"]::before {
  color: #548b50;
  border-color: #7bad77;
  background-color: #ecf9ec;
}
.c-list-label[data-status=未着手]::before {
  content: "";
}

/* ページリスト用 タブ */
.c-list-tab {
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
.c-list-tab__item {
  width: 50%;
  height: 5rem;
  border-bottom: 0.3rem solid var(--color-orange-700);
  background-color: var(--color-gray-50);
  color: var(--color-gray-400);
  line-height: 5rem;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (any-hover: hover) {
  .c-list-tab__item:hover {
    opacity: 0.6;
  }
}
.c-list-tab input[name=c-list-tab__item] {
  display: none;
}
.c-list-tab__content {
  display: none;
  padding: 4rem 4rem 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-list-tab__content {
    padding: 1.5rem 0 0;
  }
}
.c-list-tab #delivery-date:checked ~ #delivery-date__content,
.c-list-tab #site-map:checked ~ #site-map__content {
  display: block;
}
.c-list-tab input:checked + .c-list-tab__item {
  background-color: var(--color-orange-700);
  color: var(--color-white);
}

.c-site-map-list__level02__item {
  position: relative;
  padding-left: 1.5em;
}
.c-site-map-list__level02__item::before {
  position: absolute;
  left: 0.5em;
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #333;
}
.c-site-map-list__level02__item::after {
  position: absolute;
  top: 0.8em;
  left: 0.5em;
  content: "";
  width: 0.5em;
  height: 0.1rem;
  background-color: #333;
}
.c-site-map-list__level02__item:last-of-type::before {
  height: 0.8em;
}
.c-site-map-list__level03__item {
  position: relative;
  padding-left: 1.5em;
}
.c-site-map-list__level03__item::before {
  position: absolute;
  left: 0.5em;
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #333;
}
.c-site-map-list__level03__item::after {
  position: absolute;
  top: 0.8em;
  left: 0.5em;
  content: "";
  width: 0.5em;
  height: 0.1rem;
  background-color: #333;
}
.c-site-map-list__level03__item:last-of-type::before {
  height: 0.8em;
}

/* 下層ページ
----------------------------------------------- */
.p-page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 4rem;
  }
}
.p-page-header .c-heading__jp:lang(en) {
  display: none;
}
.p-page-header--news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-page-header--news {
    row-gap: 0;
  }
}
.p-page-header--news .p-news-title {
  width: 100%;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-header--news .p-news-title {
    margin-bottom: 3rem;
  }
}
.p-page-header--news .p-news-title-text {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-page-header--news .p-news-title-text {
    font-size: 2rem;
  }
}
.p-page-header--news .p-news-sub-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-block: 5.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-header--news .p-news-sub-title {
    font-size: 1.6rem;
    margin-block: 3rem;
  }
}
.p-page-header--news .p-news-sub-title:empty {
  margin-block: 0;
}
.p-page-header--news .p-news-event-status {
  margin-top: 5rem;
  padding: 1rem;
  background-color: #F3DADB;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-page-header--news .p-news-event-status {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-page-header--news .c-text {
    font-size: 1.3rem;
  }
}
.p-page-sustainability__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
.p-page-sustainability__message-image {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability__message-image {
    width: 100%;
  }
  .p-page-sustainability__message-image img {
    width: 100%;
  }
}
.p-page-sustainability__message-text {
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability__message-text {
    gap: 7rem;
  }
}
.p-page-sustainability__message-name-wrap {
  display: grid;
  gap: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability__message-name-wrap {
    gap: 2rem;
  }
}
.p-page-sustainability__message-name-jp {
  font-size: 2.8rem;
}
.p-page-sustainability__message-name-en {
  font-size: 1.6rem;
}
.p-page-sustainability .p-card-image .c-heading {
  gap: 0;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-card-image .c-heading {
    gap: 0;
  }
}
.p-page-sustainability .p-box--actions {
  padding: 3rem 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions {
    padding: 1.5rem;
  }
}
.p-page-sustainability .p-box--actions__inner {
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions__inner {
    gap: 1rem;
  }
}
.p-page-sustainability .p-box--actions__image {
  max-width: 35.5rem;
  -webkit-box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions__image {
    max-width: 24rem;
  }
}
.p-page-sustainability .p-box--actions__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page-sustainability .p-box--actions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions__content {
    width: 100%;
  }
}
.p-page-sustainability .p-box--actions__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-page-sustainability .p-box--actions__sub-title {
  font-weight: 500;
  font-size: 2rem;
  color: var(--color-gray-500);
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions__sub-title {
    font-family: 1.6rem;
  }
}
.p-page-sustainability .p-box--actions__title {
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p-page-sustainability .p-box--actions__title {
    font-size: 2rem;
  }
}
.p-page-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-page-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page-message__image {
  width: 45rem;
  padding-top: 11.5rem;
}
@media screen and (max-width: 768px) {
  .p-page-message__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 0;
  }
}
.p-page-message__text {
  width: calc(100% - 45rem - 5rem);
}
@media screen and (max-width: 768px) {
  .p-page-message__text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-page-message h2.c-heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-page-message h2.c-heading {
    margin-bottom: 2rem;
  }
}
.p-page-message p {
  text-indent: 1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-page-message p {
    margin-bottom: 2rem;
  }
}
.p-page-message__name {
  font-size: 2.8rem;
}
.p-page-message__name--en {
  font-size: 1.6rem;
}
.p-page-message__name-wrap {
  display: grid;
  gap: 1.2rem;
  line-height: 1.2;
  margin-top: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-page-message__name-wrap {
    margin-top: 3rem;
  }
}
.p-page-message__name-wrap p {
  text-indent: 0;
  margin-bottom: 0;
}
.p-page-data__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-page-data__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-page-data__item {
  width: calc(33.3333333333% - 1.35rem);
}
@media screen and (max-width: 768px) {
  .p-page-data__item {
    width: 100%;
  }
}
.p-page-data .p-card-data {
  height: 100%;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 1rem;
  aspect-ratio: auto;
  padding: 10% 1rem 6%;
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data {
    padding: 2rem 1rem 1.5rem;
  }
}
.p-page-data .p-card-data__title {
  height: 2.85em;
  font-size: clamp(1.7rem, 1.9vw, 2rem);
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data__title {
    height: 4rem;
    font-size: 1.6rem;
  }
}
.p-page-data .p-card-data__title:lang(en) {
  font-size: 1.8rem;
  height: auto;
}
.p-page-data .p-card-data__image {
  height: 10rem;
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data__image {
    height: 8rem;
    margin-top: -1rem;
  }
}
.p-page-data .p-card-data__content-value {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data__content-value {
    font-size: 4rem;
  }
}
.p-page-data .p-card-data__content-unit {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data__content-unit {
    font-size: 1.8rem;
  }
}
.p-page-data .p-card-data__content .c-text:empty {
  height: 2em;
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data__content .c-text:empty {
    height: 0;
  }
}
.p-page-data .p-card-data .c-text :empty {
  content: "　";
}
@media screen and (max-width: 768px) {
  .p-page-data .p-card-data .c-text:empty {
    content: "";
  }
}
.p-page-investor-faq section {
  background-color: var(--color-white);
}
.p-page-investor-faq-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-page-investor-faq-link {
    gap: 0.6rem;
  }
}
.p-page-investor-faq-link__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.p-page-investor-faq-link__item::after {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 0.1rem solid #f08300;
  border-right: 0.1rem solid #f08300;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: -0.3rem;
}
@media (any-hover: hover) {
  .p-page-investor-faq-link__item:hover::after {
    border-color: var(--color-orange-700);
    -webkit-transform: translateY(0.3rem) rotate(135deg);
            transform: translateY(0.3rem) rotate(135deg);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .p-page-investor-faq-link__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(50% - 0.3rem);
    padding: 1rem;
    border: 0.1rem solid var(--color-gray-300);
  }
}

/* ニュース記事ページ
----------------------------------------------- */
.p-entry {
  /* ブロックエディタ用CSS */
}
.p-entry section.entry-content *:last-child {
  margin-bottom: 0 !important;
}
.p-entry-heading2 {
  font-size: 2.4rem;
  line-height: 1.2;
  border-left: 0.3rem solid var(--color-orange-700);
  padding-left: 2.3rem;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-heading2 {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.p-entry-heading3 {
  font-size: 1.8rem;
  line-height: 1.2;
  background: var(--color-orange-100);
  padding: 3rem 3.5rem;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-heading3 {
    font-size: 1.4rem;
    padding-block: 2rem;
    margin-bottom: 3rem;
  }
}
.p-entry-heading4 {
  font-size: 1.8rem;
  line-height: 1.2;
  border-left: 0.3rem solid var(--color-orange-700);
  padding-left: 2.3rem;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-heading4 {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.p-entry-heading5 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-heading5 {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.p-entry-heading5-large {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-entry-heading5-large {
    font-size: 1.8rem;
  }
}
.p-entry p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p-entry p:not(:has(+ p)) {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry p:not(:has(+ p)) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-entry p {
    font-size: 1.4rem;
  }
}
.p-entry a:not(.c-button) {
  color: var(--color-orange-700);
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-entry a:not(.c-button):hover {
    opacity: 0.6;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: var(--color-gray-700);
  }
}
.p-entry a:link:not(:has(img))[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  background-size: contain;
}
.p-entry img {
  width: revert-layer;
}
@media screen and (max-width: 768px) {
  .p-entry img {
    width: auto;
  }
}
.p-entry-news-img {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-news-img {
    margin-bottom: 3rem;
  }
}
.p-entry-news-img__text {
  background: var(--color-orange-100);
  padding: 3rem 3.5rem;
}
.p-entry-note {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.4rem !important;
}
.p-entry-note::before {
  position: absolute;
  left: 0;
  content: "※";
}
.p-entry-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.p-entry-list--disc li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-entry-list--disc li {
    font-size: 1.4rem;
  }
}
.p-entry-list--disc li::before {
  content: "";
  background: var(--color-orange-700);
  border-radius: 100%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 0.8em;
}
.p-entry-list--circle li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.p-entry-list--circle li::before {
  content: "";
  background: transparent;
  border-radius: 100%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  border: 0.1rem solid var(--color-orange-700);
  left: 0;
  margin-top: 0.8em;
}
.p-entry-list--arrow-down li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.p-entry-list--arrow-down li::before {
  content: "";
  background: var(--color-orange-700);
  height: 1.6rem;
  width: 1.4rem;
  display: block;
  position: absolute;
  clip-path: polygon(50% 61%, 0 0, 100% 0);
  left: 0;
  margin-top: 1rem;
  border-radius: 0 !important;
}
.p-entry-list--decimal {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  list-style-type: decimal;
}
.p-entry-list--decimal li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
}
.p-entry-list--decimal-orange {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  list-style-type: decimal;
}
.p-entry-list--decimal-orange li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
}
.p-entry-list--decimal-orange li::marker {
  color: var(--color-orange-700);
}
.p-entry .c-table {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .c-table {
    font-size: 1.4rem;
  }
  .p-entry .c-table tr {
    font-size: 1.4rem;
  }
}
.p-entry .c-table-scroll {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry .c-table-scroll {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-entry .c-table-scroll .c-table {
    width: 100rem;
  }
}
.p-entry-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-block: 2rem;
  border-bottom: 0.1rem solid var(--color-gray-200);
}
.p-entry-program:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-entry-program {
    padding-block: 3rem;
  }
  .p-entry-program:first-of-type {
    padding-top: 0;
  }
}
.p-entry-program__time {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-entry-program__time {
    width: 8.7rem;
    font-size: 1.2rem;
  }
}
.p-entry-program__colum1 {
  display: grid;
  gap: 1rem;
  width: calc(100% - 15rem);
}
.p-entry-program__colum2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 768px) {
  .p-entry-program__colum2 {
    width: calc(100% - 8.7rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-entry-program__colum2-item {
  width: 50%;
  display: grid;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  gap: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-entry-program__colum2-item {
    width: 100%;
    padding-right: 0;
  }
}
.p-entry-program__colum3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 15rem);
}
@media screen and (max-width: 768px) {
  .p-entry-program__colum3 {
    width: calc(100% - 8.7rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.p-entry-program__colum3-item {
  width: 33.3333333333%;
  display: grid;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  gap: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-entry-program__colum3-item {
    width: 100%;
    padding-right: 0;
  }
}
.p-entry-program__number {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-entry-program__number {
    font-size: 1.4rem;
  }
}
.p-entry-program__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-entry-program__title {
    font-size: 1.4rem;
  }
}
.p-entry-program__content {
  font-size: 1.6rem;
  padding-left: 1rem;
  border-left: 0.2rem solid var(--color-orange-700);
}
@media screen and (max-width: 768px) {
  .p-entry-program__content {
    font-size: 1.4rem;
  }
}
.p-entry-program__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-entry-program__text {
    font-size: 1.4rem;
  }
}
.p-entry-introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-introduce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-entry-introduce__img {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .p-entry-introduce__img img {
    margin: auto;
  }
}
.p-entry-introduce__text {
  width: calc(100% - 15rem - 4rem);
}
@media screen and (max-width: 768px) {
  .p-entry-introduce__text {
    width: 100%;
  }
}
.p-entry-introduce__text-name {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid var(--color-gray-700);
  margin-bottom: 1.3rem;
}
.p-entry-introduce__text-comment {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.p-entry-introduce__text p {
  line-height: 2;
}
.p-entry-table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
}
.p-entry-table tr {
  border-bottom: 0.1rem solid var(--color-gray-200);
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-entry-table tr {
    width: 100%;
    display: block;
    padding-block: 2rem;
  }
}
.p-entry-table th {
  width: 30rem;
  padding-block: 2.5rem;
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .p-entry-table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.p-entry-table td {
  padding-block: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-entry-table td {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 2rem;
  }
}
.p-entry-table--colum2 th:nth-child(1),
.p-entry-table--colum2 td:nth-child(1) {
  width: 78%;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum2 th:nth-child(1),
  .p-entry-table--colum2 td:nth-child(1) {
    width: 44%;
    padding: 2rem 1rem 2rem 0;
  }
}
.p-entry-table--colum2 th:nth-child(2),
.p-entry-table--colum2 td:nth-child(2) {
  width: 22%;
  padding: 3rem 3.7rem 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum2 th:nth-child(2),
  .p-entry-table--colum2 td:nth-child(2) {
    width: 22%;
    padding: 2rem 0.5rem;
  }
}
.p-entry-table--colum2 th {
  font-weight: 700;
  color: var(--color-orange-700);
  padding-top: 0 !important;
}
.p-entry-table--colum2 td {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum2 tr {
    display: table-row;
  }
  .p-entry-table--colum2 th, .p-entry-table--colum2 td {
    display: table-cell;
  }
}
.p-entry-table--colum3 th:nth-child(1),
.p-entry-table--colum3 td:nth-child(1) {
  width: 48%;
  padding: 3rem 4rem 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum3 th:nth-child(1),
  .p-entry-table--colum3 td:nth-child(1) {
    width: 44%;
    padding: 2rem 1rem 2ewm 0;
  }
}
.p-entry-table--colum3 th:nth-child(2),
.p-entry-table--colum3 td:nth-child(2) {
  width: 26%;
  padding: 3rem 3.7rem 3rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum3 th:nth-child(2),
  .p-entry-table--colum3 td:nth-child(2) {
    width: 26%;
    padding: 2rem 0.5rem;
  }
}
.p-entry-table--colum3 th:nth-child(3),
.p-entry-table--colum3 td:nth-child(3) {
  width: 26%;
  padding: 3rem 3.7rem 3rem 7.7rem;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum3 th:nth-child(3),
  .p-entry-table--colum3 td:nth-child(3) {
    width: 26%;
    padding: 2rem 0.5rem;
  }
}
.p-entry-table--colum3 th {
  font-weight: 700;
  color: var(--color-orange-700);
  padding-top: 0 !important;
}
.p-entry-table--colum3 td {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-entry-table--colum3 tr {
    display: table-row;
  }
  .p-entry-table--colum3 th, .p-entry-table--colum3 td {
    display: table-cell;
  }
}
.p-entry-description-list:has(.p-entry-description-list--split) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-entry-description-list--split {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .p-entry-description-list--split {
    width: 100%;
  }
}
.p-entry-description-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-block: 3rem;
  height: 100%;
  border-bottom: 0.1rem solid var(--color-gray-200);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-entry-description-list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 2rem;
  }
}
.p-entry-description-list dt {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-entry-description-list dt {
    width: 100%;
  }
}
.p-entry-description-list dd {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 768px) {
  .p-entry-description-list dd {
    width: 100%;
  }
}
.p-entry .mt-be-columns .mt-be-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-entry:not([data-editor=html]) a:link:not(:has(img))[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../img/icon/icon-blank.svg) no-repeat left top;
  background-size: contain;
}
.p-entry:not([data-editor=html]) ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.p-entry:not([data-editor=html]) ul li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
}
.p-entry:not([data-editor=html]) ul li::before {
  content: "";
  background: var(--color-orange-700);
  border-radius: 100%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 0.8em;
}
.p-entry:not([data-editor=html]) ul li ul li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 2rem;
}
.p-entry:not([data-editor=html]) ul li ul li::before {
  content: "";
  background: transparent;
  border-radius: 100%;
  width: 0.6em;
  height: 0.6em;
  display: block;
  position: absolute;
  border: 0.1rem solid var(--color-orange-700);
  left: 0;
  margin-top: 0.8em;
}
.p-entry:not([data-editor=html]) ol {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2rem;
  list-style-type: decimal;
}
.p-entry:not([data-editor=html]) ol li {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 1rem;
  position: relative;
}
.p-entry:not([data-editor=html]) iframe[src*="youtube.com/embed/"] {
  width: 100%;
  height: 100%;
  aspect-ratio: 640/360;
  max-width: 710px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
}

/* 旧ニュース記事ページ
----------------------------------------------- */
.c-news__tag {
  font-size: 1.2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem;
  color: #ffffff;
  background-color: var(--color-orange-700);
}
.c-news__date {
  display: block;
}
.p-news {
  margin: 0;
  padding: 0;
}
.p-news__item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-news__item + .p-news__item {
  border-top: 0.1rem solid #c5c5c5;
}

.p-news-list {
  display: none;
  list-style: none;
}
@media screen and (max-width: 820px) {
  .p-news-list {
    padding: 0 2.3rem;
  }
}
.p-news-list.is-open {
  display: block;
}
.p-news-list-el {
  position: relative;
}
.p-news-list-el .p-news {
  display: none;
  border-bottom: 0.1rem solid #c5c5c5;
}
.p-news-list-el .p-news.is-open {
  display: block;
}
.p-news-list-el .c-news__tag {
  width: 14rem;
}
@media all and (-ms-high-contrast: none) {
  .p-news-list-el .c-news__tag {
    padding-top: 0.2rem;
    padding-top: 0.5rem;
  }
}
.p-news-list-el .c-news__date {
  display: block;
  width: 9.7rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 820px) {
  .p-news-list-el .c-news__date {
    width: auto;
  }
}
.p-news-list-el .c-news__title {
  width: 74.4rem;
}
@media screen and (max-width: 820px) {
  .p-news-list-el .c-news__title {
    width: auto;
  }
}
.p-news-list-btn {
  padding: 5rem 0;
  border-bottom: 0.1rem solid #c5c5c5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-list-btn-text {
  color: #222;
  font-weight: 700;
  font-size: 3rem;
  font-family: "Open Sans Condensed", sans-serif;
  margin-bottom: 0;
}
.p-news-list-btn-text__small {
  font-size: 1.2rem;
}
.p-news-list-btn-icon {
  background: #ea6f00;
  width: 5rem;
  height: 5rem;
  position: relative;
}
.p-news-list-btn-icon.is-open {
  background: #222;
}
.p-news-list-btn-icon.is-open:after {
  content: none;
}
.p-news-list-btn-icon:before {
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-news-list-btn-icon:after {
  content: "";
  height: 1.5rem;
  width: 0.2rem;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-news-tab {
  max-width: 102.8rem;
  margin: 0 auto;
  padding: 0 2.15rem 0 0;
  color: #ea6f00;
}
@media screen and (max-width: 820px) {
  .p-news-tab {
    padding: 0 2.3rem;
    position: relative;
  }
  .p-news-tab:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: 0.2rem solid;
    border-color: transparent transparent #ea6f00 #ea6f00;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 2rem;
    right: 4.3rem;
  }
}
.p-news-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.3rem;
  list-style: none;
}
.p-news-tab-list-el {
  color: #222;
  margin-right: 4rem;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.p-news-tab-list-el.is-current {
  color: #ea6f00;
}
@media screen and (min-width: 821px) {
  .p-news-tab-list-el:hover {
    color: #ea6f00;
  }
}
.p-news-tab-list-el:active {
  color: #ea6f00;
}
.p-news-tab-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e8e8e8;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 1.3rem;
  padding: 2rem;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-news-tab-select {
    font-size: 1.6rem;
  }
}

.p-news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 820px) {
  .p-news-meta {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.p-news-meta .c-news__date {
  color: var(--color-gray-500);
  width: 9.7rem;
  font-weight: var(--fw-medium);
}
@media screen and (max-width: 820px) {
  .p-news-meta .c-news__date {
    width: auto;
    font-size: 1.1rem;
  }
}

.p-news-title {
  /* margin-bottom: 5.5rem */
}
@media screen and (max-width: 820px) {
  .p-news-title {
    /* margin-bottom: 3rem */
  }
}
.p-news-title-center {
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-news-title-center {
    margin-bottom: 3rem;
  }
}
.p-news-title-text {
  line-height: 1.66667;
  font-size: 2.7rem;
  color: #222;
}
@media screen and (max-width: 820px) {
  .p-news-title-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-news-title-text-sub {
  margin-bottom: 5.5rem;
  line-height: 1.66667;
  font-size: 2.2rem;
  color: #222;
}
@media screen and (max-width: 820px) {
  .p-news-title-text-sub {
    margin-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-news-mv {
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-mv {
    margin-bottom: 3rem;
  }
}
.p-news-mv img {
  width: 100%;
}

.p-news-head {
  text-align: right;
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 820px) {
  .p-news-head {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.p-news-intro {
  margin-bottom: 9.2rem;
}
@media screen and (max-width: 820px) {
  .p-news-intro {
    margin-bottom: 4rem;
  }
}
.p-news-intro-text {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .p-news-intro-text {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.p-news-heading1 {
  margin-top: 4rem;
}
.p-news-heading1-text {
  color: #222;
  font-size: 2.3rem;
  line-height: 1.5;
  border-left: 0.3rem solid #ea6f00;
  padding-left: 2.3rem;
}
@media screen and (max-width: 820px) {
  .p-news-heading1-text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-news-heading1-text {
    padding-top: 0.8rem;
  }
}

.p-news-heading2 {
  margin: 5rem auto;
  background: #fbf7f2;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 820px) {
  .p-news-heading2 {
    padding: 2rem;
    margin-bottom: 0;
  }
}
.p-news-heading2-text {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}
.p-news-heading2-text__center {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .p-news-heading2-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-news-heading3 {
  margin: 5rem auto;
}
@media screen and (max-width: 820px) {
  .p-news-heading3 {
    margin-bottom: 0;
  }
}
.p-news-heading3-text {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-heading3-text {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}
.p-news-heading3-text-min {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 4.4rem 0 0;
}
@media screen and (max-width: 820px) {
  .p-news-heading3-text-min {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 3rem;
  }
}

.p-news-heading4 {
  margin: 5rem auto;
}
.p-news-heading4-text {
  color: #222;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .p-news-heading4-text {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.p-news-text {
  margin-top: 4.4rem;
  word-break: break-word;
}
.p-news-text img {
  width: revert-layer;
}
.p-news-text iframe {
  width: 70rem;
  height: 40rem;
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 820px) {
  .p-news-text iframe {
    width: 31rem;
    height: 19rem;
  }
}
@media screen and (max-width: 820px) {
  .p-news-text {
    margin-top: 3rem;
  }
}
.p-news-text-el {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
}
.p-news-text-el__center {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.p-news-text-el__right {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .p-news-text-el {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
  .p-news-text-el__center, .p-news-text-el__right {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
  .p-news-text-el__right.p-news-text-el__sp-left {
    text-align: left;
  }
}
.p-news-text-el a {
  color: #ea6f00;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-text-el a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.p-news-text-el a[target=_blank]:after {
  content: " ";
  margin-left: 0.4rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon_blank.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-news-text-el a[target=_blank]:after {
    width: 0.95rem;
    height: 0.95rem;
  }
}
.p-news-text__center {
  margin-top: 4.4rem;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 820px) {
  .p-news-text__center {
    margin-top: 3rem;
  }
}
.p-news-text__center .p-news-text-el__center a {
  color: #ea6f00;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-text__center .p-news-text-el__center a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.p-news-text__center .p-news-text-el__center a[target=_blank]:after {
  content: " ";
  margin-left: 0.4rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon_blank.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-news-text__center .p-news-text-el__center a[target=_blank]:after {
    width: 0.95rem;
    height: 0.95rem;
  }
}
.p-news-text__right {
  margin-top: 4.4rem;
  text-align: right;
  word-break: break-all;
}
@media screen and (max-width: 820px) {
  .p-news-text__right {
    margin-top: 3rem;
  }
}
.p-news-text__right .p-news-text-el__right a {
  color: #ea6f00;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-text__right .p-news-text-el__right a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.p-news-text__right .p-news-text-el__right a[target=_blank]:after {
  content: " ";
  margin-left: 0.4rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon_blank.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-news-text__right .p-news-text-el__right a[target=_blank]:after {
    width: 0.95rem;
    height: 0.95rem;
  }
}

.p-news-flex {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
.p-news-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .p-news-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-flex li .p-news-flex-image.w30 {
  width: 30%;
}
@media screen and (max-width: 820px) {
  .p-news-flex li .p-news-flex-image.w30 {
    width: 100%;
  }
}
.p-news-flex li .p-news-flex-image.w40 {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .p-news-flex li .p-news-flex-image.w40 {
    width: 100%;
  }
}
.p-news-flex li .p-news-flex-text {
  margin-top: 5rem;
  color: #222;
}
@media screen and (max-width: 820px) {
  .p-news-flex li .p-news-flex-text {
    margin-top: 2rem;
  }
}
.p-news-flex li .p-news-flex-text.w55 {
  width: 55%;
}
@media screen and (max-width: 820px) {
  .p-news-flex li .p-news-flex-text.w55 {
    width: 100%;
  }
}

.p-news-close {
  background: #f3dadb;
  text-align: center;
  padding: 1rem 0.2rem;
  margin-bottom: 2rem;
}
.p-news-close .p-news-text-close {
  font-size: 1.3rem;
  margin-bottom: 0;
  color: #222;
}

.p-news-img {
  margin-top: 5rem;
}
.p-news-img video,
.p-news-img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 821px) {
  .p-news-img video.pc-none,
  .p-news-img img.pc-none {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-img video,
  .p-news-img img {
    width: 100%;
  }
  .p-news-img video.sp-none,
  .p-news-img img.sp-none {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-img {
    margin-top: 3rem;
  }
}
.p-news-img.width100 img {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .p-news-img.width100 img {
    width: 100%;
  }
}
.p-news-img.width80-100 img {
  width: 80%;
}
@media screen and (max-width: 820px) {
  .p-news-img.width80-100 img {
    width: 100%;
  }
}
.p-news-img.width80 img {
  width: 80%;
}
@media screen and (max-width: 820px) {
  .p-news-img.width80 img {
    width: 80%;
  }
}
.p-news-img.width60 img {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .p-news-img.width60 img {
    width: 80%;
  }
}
.p-news-img.img_bottom_m50 {
  margin-bottom: 8rem;
}
.p-news-img-caption {
  font-size: 1.3rem;
  padding: 1.5rem 0;
  text-align: center;
  color: #222;
}
.p-news-img-text {
  background: #fbf7f2;
  padding: 3rem 3.5rem;
}
@media screen and (max-width: 820px) {
  .p-news-img-text {
    padding: 2rem;
  }
}
.p-news-img-text-el {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-img-text-el {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-img__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.4rem;
}
.p-news-img__box .p-news-img {
  margin-top: 0;
  width: 49%;
}
.p-news-img-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.4rem auto 2rem;
  width: 50%;
  list-style-type: none;
}
@media screen and (max-width: 820px) {
  .p-news-img-li {
    width: 100%;
    padding-left: 0;
  }
}
.p-news-img-li .p-news-img {
  margin-top: 0;
  width: 49%;
}
@media screen and (max-width: 820px) {
  .p-news-img-li .p-news-img {
    margin-top: 1rem;
  }
}
.p-news-img-li__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 4.4rem auto 2rem;
  width: 80%;
  list-style-type: none;
}
@media screen and (max-width: 820px) {
  .p-news-img-li__large {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news-img-li__large .p-news-img {
  margin: 0 auto 2rem;
  width: 80%;
}
@media screen and (max-width: 820px) {
  .p-news-img-li__large .p-news-img {
    margin-top: 1rem;
  }
}
.p-news-img-stack {
  list-style: none;
}
@media screen and (max-width: 820px) {
  .p-news-img-stack {
    padding-left: 0;
  }
}

.p-news-li {
  margin: 5rem auto;
}
.p-news-li-el {
  list-style: none;
  padding: 0;
}
.p-news-li-text {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
  position: relative;
  padding-left: 2rem;
}
@media screen and (max-width: 820px) {
  .p-news-li-text {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-li-text:before {
  content: "";
  background: #ea6f00;
  border-radius: 100%;
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .p-news-li-text:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.7rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-news-li-text:before {
    margin-top: 0.7rem;
  }
}
.p-news-li-text .p-news-li-text-small {
  font-size: 0.8rem;
}
.p-news-li-text-triangle:before {
  border-right: 0.8rem solid transparent;
  border-top: 1rem solid #ea6f00;
  border-left: 0.8rem solid transparent;
  border-radius: 0;
  background: 0;
  left: -0.2rem;
}
.p-news-li-text-noliststyle {
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0 0 1.3rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-news-li-text-noliststyle {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-li-text-noliststyle:before {
  content: none;
}
.p-news-li-text-noliststyle .p-news-li-text-small {
  font-size: 0.8rem;
}
.p-news-li-child {
  list-style: none;
  padding: 0;
  padding-left: 1rem;
}
.p-news-li-child-text {
  position: relative;
  padding-left: 1.4rem;
}
@media screen and (max-width: 820px) {
  .p-news-li-child-text {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-li-child-text:before {
  content: "";
  border: 0.1rem solid #ea6f00;
  border-radius: 100%;
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 820px) {
  .p-news-li-child-text:before {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.7rem;
  }
}
.p-news-li-child-noliststyle {
  position: relative;
  padding-left: 0.4rem;
}
@media screen and (max-width: 820px) {
  .p-news-li-child-noliststyle {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.p-news-order {
  margin: 5rem auto;
}
.p-news-order-el {
  padding: 0;
  padding-left: 1.5rem;
}
.p-news-order-text {
  font-weight: 700;
}
.p-news-order-text span {
  font-weight: 400;
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-news-order-text span {
    font-size: 1.3rem;
    line-height: 1.69231;
    padding-left: 0;
  }
}

.p-news-quote {
  margin: 5rem auto;
  background: #fbf7f2;
  padding: 3rem 3.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .p-news-quote {
    padding: 3rem 2.5rem;
    margin-bottom: 3rem;
  }
}
.p-news-quote:after {
  content: "";
  display: block;
  position: absolute;
  width: 2.7rem;
  height: 2.6rem;
  top: -1.3rem;
  right: 4.3rem;
  background: url(../images/news/quote.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 820px) {
  .p-news-quote:after {
    width: 2.1rem;
    height: 1.8em;
    right: 2rem;
    top: -0.8rem;
  }
}
.p-news-quote-text {
  color: #222;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-quote-text {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}
.p-news-quote-source {
  color: #222;
  font-size: 1.4rem;
  line-height: 2;
  margin: 0;
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 820px) {
  .p-news-quote-source {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.p-news-contact {
  margin-top: 8rem;
}
.p-news-contact-title {
  background: #fbf7f2;
  padding: 3rem 3.5rem;
  position: relative;
  color: #222;
  font-size: 2.3rem;
  margin: 0;
}
.p-news-contact-title small {
  display: block;
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .p-news-contact-title {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 2rem;
  }
}
.p-news-contact-heading {
  color: #222;
  font-size: 2.3rem;
  line-height: 1.5;
  border-left: 0.3rem solid #ea6f00;
  padding-left: 2.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-contact-heading {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-news-contact-heading {
    padding-top: 0.5rem;
  }
}
.p-news-contact-list {
  color: #222;
  list-style: none;
  margin: 0;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-news-contact-list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
}
.p-news-contact-list-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .p-news-contact-list-mt0 {
    margin-top: 0.5em;
  }
}
.p-news-contact-list-mb7 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 820px) {
  .p-news-contact-list-mb7 {
    margin-bottom: 0.5em;
  }
}
.p-news-contact-list.single-box {
  display: block;
}
.p-news-contact-list-el {
  color: #222;
  vertical-align: top;
  font-size: 1.5rem;
  min-height: 10rem;
  border-bottom: 0.1rem solid #b2b2b2;
}
.p-news-contact-list-el.single-box {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .p-news-contact-list-el {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-contact-list-el_130 {
  height: 13rem;
}
@media screen and (max-width: 820px) {
  .p-news-contact-list-el_130 {
    height: auto;
  }
}
.p-news-contact-table {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.6rem;
  padding: 3rem 0;
}
@media screen and (max-width: 820px) {
  .p-news-contact-table {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
  .p-news-contact-table-title .pc-only {
    display: none;
  }
}
.p-news-contact-table.single-table {
  width: 100%;
}
.p-news-contact-table-title {
  width: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-contact-table-title-wide {
  width: 20rem;
}
.p-news-contact-table-text {
  word-break: break-all;
}
.p-news-contact-table-text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-contact-table-text a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-contact-table-text {
    margin-top: 0.5rem;
  }
}

.p-news-tablearea-list {
  color: #222;
  list-style: none;
  margin: 0;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
}
.p-news-tablearea-list.p-news-contact-list-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-list.p-news-contact-list-mt0 {
    margin-top: 0.5em;
  }
}
.p-news-tablearea-list.single-box {
  display: block;
}
.p-news-tablearea-list-el {
  color: #222;
  vertical-align: top;
  font-size: 1.5rem;
  height: 10rem;
  border-bottom: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-list-el {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-tablearea-list-el.single-box {
  width: 100%;
}
.p-news-tablearea-list-el_50 {
  height: 5rem;
}
.p-news-tablearea-list-el_180 {
  height: 18rem;
}
.p-news-tablearea-list-el_250 {
  height: 25rem;
}
.p-news-tablearea-list-el_auto {
  height: auto;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-list-el_50, .p-news-tablearea-list-el_180, .p-news-tablearea-list-el_250 {
    height: auto;
  }
}
.p-news-tablearea-list-el_50 .p-news-tablearea-table {
  padding: 1.5rem 0 1rem;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-list-el_50 .p-news-tablearea-table {
    margin-bottom: 0;
    padding: 0.5rem 0;
  }
}

.p-news-tablearea-table {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.6rem;
  padding: 3rem 0;
}
.p-news-tablearea-table._wide {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
  }
  .p-news-tablearea-table._wide {
    display: block;
  }
  .p-news-tablearea-table._wide .p-news-tablearea-table-title,
  .p-news-tablearea-table._wide .p-news-tablearea-table-text {
    width: 100%;
    max-width: inherit;
  }
}
.p-news-tablearea-table.single-table {
  width: 100%;
}
.p-news-tablearea-table-title {
  width: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
._wide .p-news-tablearea-table-title {
  width: 27rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-table-title {
    margin: 0.5rem 0;
  }
}
.p-news-tablearea-table-text {
  word-break: break-all;
}
.p-news-tablearea-table-text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-tablearea-table-text a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.p-news-tablearea-table-text a[target=_blank]:after {
  content: " ";
  margin-left: 0.4rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/icon_blank.png);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-table-text a[target=_blank]:after {
    width: 0.95rem;
    height: 0.95rem;
  }
}
@media screen and (max-width: 820px) {
  .p-news-tablearea-table-text {
    margin-top: 0.5rem;
  }
}

.p-news-column {
  margin-top: 8rem;
}
.p-news-column-title {
  background: #fbf7f2;
  padding: 3rem 3.5rem;
  position: relative;
  color: #222;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-column-title {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 2rem;
  }
}
.p-news-column-heading {
  color: #222;
  font-size: 2.3rem;
  line-height: 1;
  border-left: 0.3rem solid #ea6f00;
  padding-left: 2.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-column-heading {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-news-column-heading {
    padding-top: 0.5rem;
  }
}
.p-news-column-list {
  color: #222;
  list-style: none;
  margin: 0;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-news-column-list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
}
.p-news-column-list-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .p-news-column-list-mt0 {
    margin-top: 0.5em;
  }
}
.p-news-column-list-el {
  color: #222;
  vertical-align: top;
  font-size: 1.5rem;
  border-bottom: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 820px) {
  .p-news-column-list-el {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-column-table {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.6rem;
  padding: 3rem 0;
}
@media screen and (max-width: 820px) {
  .p-news-column-table {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
}
.p-news-column-table-title {
  width: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-column-table-text {
  word-break: break-all;
}
.p-news-column-table-text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-column-table-text a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-column-table-text {
    margin-top: 0.5rem;
  }
}

.p-news-column3 {
  margin-top: 8rem;
}
.p-news-column3-title {
  background: #fbf7f2;
  padding: 3rem 3.5rem;
  position: relative;
  color: #222;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-column3-title {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 2rem;
  }
}
.p-news-column3-heading {
  color: #222;
  font-size: 2.3rem;
  line-height: 1;
  border-left: 0.3rem solid #ea6f00;
  padding-left: 2.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-column3-heading {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .p-news-column3-heading {
    padding-top: 0.5rem;
  }
}
.p-news-column3-list {
  color: #222;
  list-style: none;
  margin: 0;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-news-column3-list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
}
.p-news-column3-list-mt0 {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .p-news-column3-list-mt0 {
    margin-top: 0.5em;
  }
}
.p-news-column3-list-el {
  color: #222;
  vertical-align: top;
  font-size: 1.5rem;
  border-bottom: 0.1rem solid #b2b2b2;
}
@media screen and (max-width: 820px) {
  .p-news-column3-list-el {
    height: auto;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-column3-table {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.6rem;
  padding: 3rem 0 1rem;
}
@media screen and (max-width: 820px) {
  .p-news-column3-table {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
}
.p-news-column3-table-title {
  width: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-column3-table-text {
  word-break: break-all;
}
.p-news-column3-table-text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-column3-table-text a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-column3-table-text {
    margin-top: 0.5rem;
  }
}

.p-news-company {
  margin-top: 8rem;
}
@media screen and (max-width: 820px) {
  .p-news-company {
    margin-top: 5rem;
  }
}
.p-news-company-title {
  background: #fbf7f2;
  padding: 3rem 3.5rem;
  position: relative;
  color: #222;
  font-size: 2.3rem;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-company-title {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding: 2rem;
  }
}
.p-news-company-heading {
  color: #222;
  font-size: 2.3rem;
  line-height: 1;
  border-left: 0.3rem solid #ea6f00;
  padding-left: 2.3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-company-heading {
    font-size: 1.3rem;
    line-height: 1.84615;
    margin-top: 3rem;
    padding-left: 1rem;
  }
}
.p-news-company-list {
  color: #222;
  list-style: none;
  margin: 0;
  padding: 0 1.8rem;
  margin-top: 4rem;
}
@media screen and (max-width: 820px) {
  .p-news-company-list {
    display: block;
    padding: 0;
    margin-top: 0.5em;
  }
}
.p-news-company-list-el {
  color: #222;
  font-size: 1.5rem;
  vertical-align: top;
}
.p-news-company-list-el:nth-child(2n+2) {
  margin-left: auto;
}
@media screen and (max-width: 820px) {
  .p-news-company-list-el {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
.p-news-company-table {
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 38.6rem;
  border-bottom: 0.1rem solid #b2b2b2;
  padding: 3rem 0;
  margin: 0;
}
@media screen and (max-width: 820px) {
  .p-news-company-table {
    width: 100%;
    display: block;
    padding: 2rem 0;
  }
}
.p-news-company-table-title {
  width: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-news-company-table-text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media screen and (min-width: 821px) {
  .p-news-company-table-text a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
@media screen and (max-width: 820px) {
  .p-news-company-table-text {
    margin-top: 0.5rem;
  }
}
.p-news-company-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news-company-note {
  color: #222;
  text-align: right;
  margin-top: 5rem;
}
@media screen and (max-width: 820px) {
  .p-news-company-note {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.42857;
    margin-top: 3rem;
  }
}

.p-news-btn {
  margin: 10rem auto;
  width: 25.7rem;
}
@media screen and (max-width: 820px) {
  .p-news-btn {
    margin: 4rem auto 0;
    width: 100%;
  }
}

.p-news-auxiliary-content {
  padding: 2.75rem 0;
  border-bottom: 0.1rem solid #b2b2b2;
  color: #222;
}
@media screen and (max-width: 820px) {
  .p-news-auxiliary-content {
    padding: 2.25rem 0;
  }
}

.p-news-auxiliary-table {
  width: 100%;
}
.p-news-auxiliary-table .p-news-auxiliary-year,
.p-news-auxiliary-table .p-news-auxiliary-month,
.p-news-auxiliary-table .p-news-auxiliary-text {
  color: #ea6f00;
}
.p-news-auxiliary-table .p-news-auxiliary-month {
  padding-top: 1rem;
  width: 25rem;
}
@media screen and (max-width: 820px) {
  .p-news-auxiliary-table .p-news-auxiliary-month {
    padding-top: 0.3rem;
    line-height: 2;
    width: 9rem;
    font-size: 1.3rem;
  }
}
.p-news-auxiliary-table .p-news-auxiliary-text {
  padding-top: 1rem;
  width: 15rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-news-auxiliary-table .p-news-auxiliary-text {
    padding-top: 0.3rem;
    line-height: 2;
    padding-left: 1rem;
    width: 9rem;
    font-size: 1.3rem;
  }
}
.p-news-auxiliary-table tr:first-child .p-news-auxiliary-month,
.p-news-auxiliary-table tr:first-child .p-news-auxiliary-text {
  padding-top: 0;
}

.p-company-executive__body .p-news-auxiliary-table .p-news-auxiliary-year,
.p-company-executive__body .p-news-auxiliary-table .p-news-auxiliary-month,
.p-company-executive__body .p-news-auxiliary-table .p-news-auxiliary-text {
  color: #222;
}

.p-news-auxiliary-year {
  padding: 0;
  width: 60rem;
  padding-left: 0.3rem;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .p-news-auxiliary-year {
    width: 13rem;
    margin-right: 0.1rem;
    display: block;
    vertical-align: top;
    line-height: 2;
    font-size: 1.3rem;
  }
}

.p-news-expense-table {
  width: 100%;
}
.p-news-expense-table .p-news-expense-month {
  padding-top: 1rem;
  width: 30rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-news-expense-table .p-news-expense-month {
    padding-top: 0.3rem;
    line-height: 2;
    font-size: 1.3rem;
  }
}
.p-news-expense-table tr:first-child .p-news-expense-month {
  padding-top: 0;
}

.p-news-expense-year {
  padding: 0;
  width: 70rem;
  padding-left: 0.3rem;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .p-news-expense-year {
    font-size: 1.3rem;
    vertical-align: top;
    line-height: 2;
  }
}

.p-news-program-table {
  width: 100%;
  color: #222;
  table-layout: fixed;
}
.p-news-program-table tr {
  vertical-align: top;
  border-bottom: 0.1rem solid #b2b2b2;
}
.p-news-program-table tr:first-child .p-news-program-text {
  padding-top: 0;
}
@media screen and (max-width: 820px) {
  .p-news-program-table tr:first-child .p-news-program-text {
    padding-top: 2.75rem;
  }
}
.p-news-program-table th {
  font-size: 1.2rem;
  padding: 2.75rem 0;
}
@media screen and (max-width: 820px) {
  .p-news-program-table th {
    font-size: 1rem;
  }
}
.p-news-program-table .p-news-program-text {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.75rem 0;
}
@media screen and (max-width: 820px) {
  .p-news-program-table .p-news-program-text {
    padding-top: 0.3rem;
    line-height: 2;
    display: block;
    font-size: 1rem;
    padding: 2.75rem 0 2.75rem 1rem;
  }
  .p-news-program-table .p-news-program-text .title {
    width: 22rem;
  }
}

.p-news-program-title {
  padding: 0;
  width: 15rem;
  padding-left: 0.3rem;
  font-size: 1.5rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .p-news-program-title {
    width: 7.9rem;
    font-size: 1.3rem;
    vertical-align: top;
    line-height: 2;
  }
}

.p-program-textarea {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .p-program-textarea {
    font-size: 1rem;
  }
}
.p-program-textarea .person {
  border-left: 0.2rem solid #0078c9;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.p-program-textarea-small {
  width: 35%;
  margin-right: 2rem;
}
@media screen and (max-width: 820px) {
  .p-program-textarea-small {
    width: 100%;
    font-size: 1rem;
  }
  .p-program-textarea-small .title {
    width: 15rem;
  }
}
.p-program-textarea-small .person {
  border-left: 0.2rem solid #0078c9;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.p-program-textarea-big {
  width: 100%;
  margin-right: 2rem;
}
@media screen and (max-width: 820px) {
  .p-program-textarea-big {
    font-size: 1rem;
  }
}
.p-program-textarea-big .person {
  border-left: 0.2rem solid #0078c9;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
.p-program-textarea-ttl {
  margin-bottom: 0.5rem;
}

.p-news-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.4rem;
  color: #333;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .p-news-profile {
    display: block;
    font-size: 1.3rem;
  }
}
.p-news-profile-img {
  width: 100%;
  max-width: 15rem;
  min-width: 15rem;
  height: auto;
}
@media screen and (max-width: 820px) {
  .p-news-profile-img {
    margin: 0 auto 1.5em;
  }
}
.p-news-profile-img-item {
  width: 100%;
}
.p-news-profile-info {
  padding-left: 2rem;
}
@media screen and (max-width: 820px) {
  .p-news-profile-info {
    padding-left: 0;
  }
}
.p-news-profile-info-name {
  border-bottom: 0.1rem solid #333;
  font-weight: 700;
}
.p-news-profile-info-title {
  font-weight: 700;
}

.p_news-ttl-small {
  font-size: 1.3rem;
}

.p-news-contact-table-space {
  margin-top: -4rem;
}
@media screen and (max-width: 994px) {
  .p-news-contact-table-space {
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-news-contact-table-space {
    margin-top: 0;
  }
}

.p-news-contact-table-space2 {
  margin-top: -8rem;
}
@media screen and (max-width: 994px) {
  .p-news-contact-table-space2 {
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .p-news-contact-table-space2 {
    margin-top: 0;
  }
}

a.p-news-tel {
  display: inline-block;
  pointer-events: none;
  color: #222;
  text-decoration: none;
}
@media screen and (max-width: 820px) {
  a.p-news-tel {
    pointer-events: auto;
    color: #ea6f00;
    text-decoration: underline;
  }
}

.p-news-grid {
  display: grid;
  padding: 0;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 4.4rem;
}
@media screen and (max-width: 820px) {
  .p-news-grid {
    gap: 1rem;
    margin-top: 2.4rem;
  }
}
.p-news-grid li {
  list-style: none;
}
.p-news-grid .p-news-img {
  margin: 0;
}

.p-cross-table {
  border: 0.1rem solid #e2e2e2;
  margin-top: 2rem;
}
@media screen and (max-width: 820px) {
  .p-cross-table {
    border-right-width: 0;
    overflow-x: auto;
  }
}
.p-cross-table__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width: 820px) {
  .p-cross-table__inner {
    font-size: 1.2rem;
    width: auto;
    min-width: 100%;
  }
}
.p-cross-table__header, .p-cross-table__text {
  padding: 1.5rem;
  border-right: 0.1rem solid #e2e2e2;
  border-bottom: 0.1rem solid #e2e2e2;
  vertical-align: middle;
}
.p-cross-table__header:last-child, .p-cross-table__text:last-child {
  border-right-width: 0;
}
@media screen and (max-width: 820px) {
  .p-cross-table__header, .p-cross-table__text {
    white-space: nowrap;
  }
  .p-cross-table__header:last-child, .p-cross-table__text:last-child {
    border-right-width: 0.1rem;
  }
}
.p-cross-table__header {
  background-color: #fbf7f2;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-cross-table__header--md-sticky {
    position: sticky;
    left: 0;
  }
}
.p-cross-table__text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.p-cross-table__body-row:last-child .p-cross-table__header,
.p-cross-table__body-row:last-child .p-cross-table__text {
  border-bottom-width: 0;
}

.p-cross-table-2 {
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .p-cross-table-2 {
    border-right-width: 0;
    overflow-x: auto;
  }
}
.p-cross-table-2__inner {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
@media screen and (max-width: 820px) {
  .p-cross-table-2__inner {
    font-size: 1.2rem;
    width: auto;
    min-width: 100%;
  }
}
.p-cross-table-2__header, .p-cross-table-2__text {
  padding: 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .p-cross-table-2__header, .p-cross-table-2__text {
    min-width: 16rem;
    max-width: 30rem;
    word-break: break-all;
  }
}
.p-cross-table-2__header {
  background-color: #fbf7f2;
  border: 1px solid #e2e2e2;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .p-cross-table-2__header--md-sticky {
    left: 0;
  }
}
.p-cross-table-2__text {
  border: 0.1rem solid #e2e2e2;
  vertical-align: top;
  text-align: left;
}
.p-cross-table-2__text ul {
  padding: 0 1.5rem;
}
.p-cross-table-2__text a {
  text-decoration: underline;
  color: #ea6f00;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* マージン
----------------------------------------------- */
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mt-4 {
  margin-top: 0.4rem !important;
}

.u-mb-4 {
  margin-bottom: 0.4rem !important;
}

.u-ml-4 {
  margin-left: 0.4rem !important;
}

.u-mr-4 {
  margin-right: 0.4rem !important;
}

.u-mt-8 {
  margin-top: 0.8rem !important;
}

.u-mb-8 {
  margin-bottom: 0.8rem !important;
}

.u-ml-8 {
  margin-left: 0.8rem !important;
}

.u-mr-8 {
  margin-right: 0.8rem !important;
}

.u-mt-12 {
  margin-top: 1.2rem !important;
}

.u-mb-12 {
  margin-bottom: 1.2rem !important;
}

.u-ml-12 {
  margin-left: 1.2rem !important;
}

.u-mr-12 {
  margin-right: 1.2rem !important;
}

.u-mt-16 {
  margin-top: 1.6rem !important;
}

.u-mb-16 {
  margin-bottom: 1.6rem !important;
}

.u-ml-16 {
  margin-left: 1.6rem !important;
}

.u-mr-16 {
  margin-right: 1.6rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mt-24 {
  margin-top: 2.4rem !important;
}

.u-mb-24 {
  margin-bottom: 2.4rem !important;
}

.u-ml-24 {
  margin-left: 2.4rem !important;
}

.u-mr-24 {
  margin-right: 2.4rem !important;
}

.u-mt-28 {
  margin-top: 2.8rem !important;
}

.u-mb-28 {
  margin-bottom: 2.8rem !important;
}

.u-ml-28 {
  margin-left: 2.8rem !important;
}

.u-mr-28 {
  margin-right: 2.8rem !important;
}

.u-mt-32 {
  margin-top: 3.2rem !important;
}

.u-mb-32 {
  margin-bottom: 3.2rem !important;
}

.u-ml-32 {
  margin-left: 3.2rem !important;
}

.u-mr-32 {
  margin-right: 3.2rem !important;
}

.u-mt-36 {
  margin-top: 3.6rem !important;
}

.u-mb-36 {
  margin-bottom: 3.6rem !important;
}

.u-ml-36 {
  margin-left: 3.6rem !important;
}

.u-mr-36 {
  margin-right: 3.6rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mt-44 {
  margin-top: 4.4rem !important;
}

.u-mb-44 {
  margin-bottom: 4.4rem !important;
}

.u-ml-44 {
  margin-left: 4.4rem !important;
}

.u-mr-44 {
  margin-right: 4.4rem !important;
}

.u-mt-48 {
  margin-top: 4.8rem !important;
}

.u-mb-48 {
  margin-bottom: 4.8rem !important;
}

.u-ml-48 {
  margin-left: 4.8rem !important;
}

.u-mr-48 {
  margin-right: 4.8rem !important;
}

.u-mt-52 {
  margin-top: 5.2rem !important;
}

.u-mb-52 {
  margin-bottom: 5.2rem !important;
}

.u-ml-52 {
  margin-left: 5.2rem !important;
}

.u-mr-52 {
  margin-right: 5.2rem !important;
}

.u-mt-56 {
  margin-top: 5.6rem !important;
}

.u-mb-56 {
  margin-bottom: 5.6rem !important;
}

.u-ml-56 {
  margin-left: 5.6rem !important;
}

.u-mr-56 {
  margin-right: 5.6rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mt-64 {
  margin-top: 6.4rem !important;
}

.u-mb-64 {
  margin-bottom: 6.4rem !important;
}

.u-ml-64 {
  margin-left: 6.4rem !important;
}

.u-mr-64 {
  margin-right: 6.4rem !important;
}

.u-mt-68 {
  margin-top: 6.8rem !important;
}

.u-mb-68 {
  margin-bottom: 6.8rem !important;
}

.u-ml-68 {
  margin-left: 6.8rem !important;
}

.u-mr-68 {
  margin-right: 6.8rem !important;
}

.u-mt-72 {
  margin-top: 7.2rem !important;
}

.u-mb-72 {
  margin-bottom: 7.2rem !important;
}

.u-ml-72 {
  margin-left: 7.2rem !important;
}

.u-mr-72 {
  margin-right: 7.2rem !important;
}

.u-mt-76 {
  margin-top: 7.6rem !important;
}

.u-mb-76 {
  margin-bottom: 7.6rem !important;
}

.u-ml-76 {
  margin-left: 7.6rem !important;
}

.u-mr-76 {
  margin-right: 7.6rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mt-84 {
  margin-top: 8.4rem !important;
}

.u-mb-84 {
  margin-bottom: 8.4rem !important;
}

.u-ml-84 {
  margin-left: 8.4rem !important;
}

.u-mr-84 {
  margin-right: 8.4rem !important;
}

.u-mt-88 {
  margin-top: 8.8rem !important;
}

.u-mb-88 {
  margin-bottom: 8.8rem !important;
}

.u-ml-88 {
  margin-left: 8.8rem !important;
}

.u-mr-88 {
  margin-right: 8.8rem !important;
}

.u-mt-92 {
  margin-top: 9.2rem !important;
}

.u-mb-92 {
  margin-bottom: 9.2rem !important;
}

.u-ml-92 {
  margin-left: 9.2rem !important;
}

.u-mr-92 {
  margin-right: 9.2rem !important;
}

.u-mt-96 {
  margin-top: 9.6rem !important;
}

.u-mb-96 {
  margin-bottom: 9.6rem !important;
}

.u-ml-96 {
  margin-left: 9.6rem !important;
}

.u-mr-96 {
  margin-right: 9.6rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mt-104 {
  margin-top: 10.4rem !important;
}

.u-mb-104 {
  margin-bottom: 10.4rem !important;
}

.u-ml-104 {
  margin-left: 10.4rem !important;
}

.u-mr-104 {
  margin-right: 10.4rem !important;
}

.u-mt-108 {
  margin-top: 10.8rem !important;
}

.u-mb-108 {
  margin-bottom: 10.8rem !important;
}

.u-ml-108 {
  margin-left: 10.8rem !important;
}

.u-mr-108 {
  margin-right: 10.8rem !important;
}

.u-mt-112 {
  margin-top: 11.2rem !important;
}

.u-mb-112 {
  margin-bottom: 11.2rem !important;
}

.u-ml-112 {
  margin-left: 11.2rem !important;
}

.u-mr-112 {
  margin-right: 11.2rem !important;
}

.u-mt-116 {
  margin-top: 11.6rem !important;
}

.u-mb-116 {
  margin-bottom: 11.6rem !important;
}

.u-ml-116 {
  margin-left: 11.6rem !important;
}

.u-mr-116 {
  margin-right: 11.6rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-ml-120 {
  margin-left: 12rem !important;
}

.u-mr-120 {
  margin-right: 12rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-12 {
  margin-top: 1.2rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

@media screen and (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0 !important;
  }
  .u-mt-5-sp {
    margin-top: 0.5rem !important;
  }
  .u-mt-10-sp {
    margin-top: 1rem !important;
  }
  .u-mt-20-sp {
    margin-top: 2rem !important;
  }
  .u-mt-30-sp {
    margin-top: 3rem !important;
  }
  .u-mt-40-sp {
    margin-top: 4rem !important;
  }
  .u-mt-50-sp {
    margin-top: 5rem !important;
  }
  .u-ml-0-sp {
    margin-left: 0 !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0 !important;
  }
  .u-mb-10-sp {
    margin-bottom: 1rem !important;
  }
  .u-mb-20-sp {
    margin-bottom: 2rem !important;
  }
  .u-mb-25-sp {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-30-sp {
    margin-bottom: 3rem !important;
  }
  .u-mb-40-sp {
    margin-bottom: 4rem !important;
  }
  .u-mb-50-sp {
    margin-bottom: 5rem !important;
  }
}
/* パディング
----------------------------------------------- */
.u-p-0 {
  padding: 0rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-p-inline-0 {
  padding-inline: 0rem !important;
}

.u-p-block-0 {
  padding-block: 0rem !important;
}

.u-p-4 {
  padding: 0.4rem !important;
}

.u-pt-4 {
  padding-top: 0.4rem !important;
}

.u-pb-4 {
  padding-bottom: 0.4rem !important;
}

.u-pl-4 {
  padding-left: 0.4rem !important;
}

.u-pr-4 {
  padding-right: 0.4rem !important;
}

.u-p-inline-4 {
  padding-inline: 0.4rem !important;
}

.u-p-block-4 {
  padding-block: 0.4rem !important;
}

.u-p-8 {
  padding: 0.8rem !important;
}

.u-pt-8 {
  padding-top: 0.8rem !important;
}

.u-pb-8 {
  padding-bottom: 0.8rem !important;
}

.u-pl-8 {
  padding-left: 0.8rem !important;
}

.u-pr-8 {
  padding-right: 0.8rem !important;
}

.u-p-inline-8 {
  padding-inline: 0.8rem !important;
}

.u-p-block-8 {
  padding-block: 0.8rem !important;
}

.u-p-12 {
  padding: 1.2rem !important;
}

.u-pt-12 {
  padding-top: 1.2rem !important;
}

.u-pb-12 {
  padding-bottom: 1.2rem !important;
}

.u-pl-12 {
  padding-left: 1.2rem !important;
}

.u-pr-12 {
  padding-right: 1.2rem !important;
}

.u-p-inline-12 {
  padding-inline: 1.2rem !important;
}

.u-p-block-12 {
  padding-block: 1.2rem !important;
}

.u-p-16 {
  padding: 1.6rem !important;
}

.u-pt-16 {
  padding-top: 1.6rem !important;
}

.u-pb-16 {
  padding-bottom: 1.6rem !important;
}

.u-pl-16 {
  padding-left: 1.6rem !important;
}

.u-pr-16 {
  padding-right: 1.6rem !important;
}

.u-p-inline-16 {
  padding-inline: 1.6rem !important;
}

.u-p-block-16 {
  padding-block: 1.6rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-p-inline-20 {
  padding-inline: 2rem !important;
}

.u-p-block-20 {
  padding-block: 2rem !important;
}

.u-p-24 {
  padding: 2.4rem !important;
}

.u-pt-24 {
  padding-top: 2.4rem !important;
}

.u-pb-24 {
  padding-bottom: 2.4rem !important;
}

.u-pl-24 {
  padding-left: 2.4rem !important;
}

.u-pr-24 {
  padding-right: 2.4rem !important;
}

.u-p-inline-24 {
  padding-inline: 2.4rem !important;
}

.u-p-block-24 {
  padding-block: 2.4rem !important;
}

.u-p-28 {
  padding: 2.8rem !important;
}

.u-pt-28 {
  padding-top: 2.8rem !important;
}

.u-pb-28 {
  padding-bottom: 2.8rem !important;
}

.u-pl-28 {
  padding-left: 2.8rem !important;
}

.u-pr-28 {
  padding-right: 2.8rem !important;
}

.u-p-inline-28 {
  padding-inline: 2.8rem !important;
}

.u-p-block-28 {
  padding-block: 2.8rem !important;
}

.u-p-32 {
  padding: 3.2rem !important;
}

.u-pt-32 {
  padding-top: 3.2rem !important;
}

.u-pb-32 {
  padding-bottom: 3.2rem !important;
}

.u-pl-32 {
  padding-left: 3.2rem !important;
}

.u-pr-32 {
  padding-right: 3.2rem !important;
}

.u-p-inline-32 {
  padding-inline: 3.2rem !important;
}

.u-p-block-32 {
  padding-block: 3.2rem !important;
}

.u-p-36 {
  padding: 3.6rem !important;
}

.u-pt-36 {
  padding-top: 3.6rem !important;
}

.u-pb-36 {
  padding-bottom: 3.6rem !important;
}

.u-pl-36 {
  padding-left: 3.6rem !important;
}

.u-pr-36 {
  padding-right: 3.6rem !important;
}

.u-p-inline-36 {
  padding-inline: 3.6rem !important;
}

.u-p-block-36 {
  padding-block: 3.6rem !important;
}

.u-p-40 {
  padding: 4rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-p-inline-40 {
  padding-inline: 4rem !important;
}

.u-p-block-40 {
  padding-block: 4rem !important;
}

.u-p-44 {
  padding: 4.4rem !important;
}

.u-pt-44 {
  padding-top: 4.4rem !important;
}

.u-pb-44 {
  padding-bottom: 4.4rem !important;
}

.u-pl-44 {
  padding-left: 4.4rem !important;
}

.u-pr-44 {
  padding-right: 4.4rem !important;
}

.u-p-inline-44 {
  padding-inline: 4.4rem !important;
}

.u-p-block-44 {
  padding-block: 4.4rem !important;
}

.u-p-48 {
  padding: 4.8rem !important;
}

.u-pt-48 {
  padding-top: 4.8rem !important;
}

.u-pb-48 {
  padding-bottom: 4.8rem !important;
}

.u-pl-48 {
  padding-left: 4.8rem !important;
}

.u-pr-48 {
  padding-right: 4.8rem !important;
}

.u-p-inline-48 {
  padding-inline: 4.8rem !important;
}

.u-p-block-48 {
  padding-block: 4.8rem !important;
}

.u-p-52 {
  padding: 5.2rem !important;
}

.u-pt-52 {
  padding-top: 5.2rem !important;
}

.u-pb-52 {
  padding-bottom: 5.2rem !important;
}

.u-pl-52 {
  padding-left: 5.2rem !important;
}

.u-pr-52 {
  padding-right: 5.2rem !important;
}

.u-p-inline-52 {
  padding-inline: 5.2rem !important;
}

.u-p-block-52 {
  padding-block: 5.2rem !important;
}

.u-p-56 {
  padding: 5.6rem !important;
}

.u-pt-56 {
  padding-top: 5.6rem !important;
}

.u-pb-56 {
  padding-bottom: 5.6rem !important;
}

.u-pl-56 {
  padding-left: 5.6rem !important;
}

.u-pr-56 {
  padding-right: 5.6rem !important;
}

.u-p-inline-56 {
  padding-inline: 5.6rem !important;
}

.u-p-block-56 {
  padding-block: 5.6rem !important;
}

.u-p-60 {
  padding: 6rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-p-inline-60 {
  padding-inline: 6rem !important;
}

.u-p-block-60 {
  padding-block: 6rem !important;
}

.u-p-64 {
  padding: 6.4rem !important;
}

.u-pt-64 {
  padding-top: 6.4rem !important;
}

.u-pb-64 {
  padding-bottom: 6.4rem !important;
}

.u-pl-64 {
  padding-left: 6.4rem !important;
}

.u-pr-64 {
  padding-right: 6.4rem !important;
}

.u-p-inline-64 {
  padding-inline: 6.4rem !important;
}

.u-p-block-64 {
  padding-block: 6.4rem !important;
}

.u-p-68 {
  padding: 6.8rem !important;
}

.u-pt-68 {
  padding-top: 6.8rem !important;
}

.u-pb-68 {
  padding-bottom: 6.8rem !important;
}

.u-pl-68 {
  padding-left: 6.8rem !important;
}

.u-pr-68 {
  padding-right: 6.8rem !important;
}

.u-p-inline-68 {
  padding-inline: 6.8rem !important;
}

.u-p-block-68 {
  padding-block: 6.8rem !important;
}

.u-p-72 {
  padding: 7.2rem !important;
}

.u-pt-72 {
  padding-top: 7.2rem !important;
}

.u-pb-72 {
  padding-bottom: 7.2rem !important;
}

.u-pl-72 {
  padding-left: 7.2rem !important;
}

.u-pr-72 {
  padding-right: 7.2rem !important;
}

.u-p-inline-72 {
  padding-inline: 7.2rem !important;
}

.u-p-block-72 {
  padding-block: 7.2rem !important;
}

.u-p-76 {
  padding: 7.6rem !important;
}

.u-pt-76 {
  padding-top: 7.6rem !important;
}

.u-pb-76 {
  padding-bottom: 7.6rem !important;
}

.u-pl-76 {
  padding-left: 7.6rem !important;
}

.u-pr-76 {
  padding-right: 7.6rem !important;
}

.u-p-inline-76 {
  padding-inline: 7.6rem !important;
}

.u-p-block-76 {
  padding-block: 7.6rem !important;
}

.u-p-80 {
  padding: 8rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-p-inline-80 {
  padding-inline: 8rem !important;
}

.u-p-block-80 {
  padding-block: 8rem !important;
}

.u-p-84 {
  padding: 8.4rem !important;
}

.u-pt-84 {
  padding-top: 8.4rem !important;
}

.u-pb-84 {
  padding-bottom: 8.4rem !important;
}

.u-pl-84 {
  padding-left: 8.4rem !important;
}

.u-pr-84 {
  padding-right: 8.4rem !important;
}

.u-p-inline-84 {
  padding-inline: 8.4rem !important;
}

.u-p-block-84 {
  padding-block: 8.4rem !important;
}

.u-p-88 {
  padding: 8.8rem !important;
}

.u-pt-88 {
  padding-top: 8.8rem !important;
}

.u-pb-88 {
  padding-bottom: 8.8rem !important;
}

.u-pl-88 {
  padding-left: 8.8rem !important;
}

.u-pr-88 {
  padding-right: 8.8rem !important;
}

.u-p-inline-88 {
  padding-inline: 8.8rem !important;
}

.u-p-block-88 {
  padding-block: 8.8rem !important;
}

.u-p-92 {
  padding: 9.2rem !important;
}

.u-pt-92 {
  padding-top: 9.2rem !important;
}

.u-pb-92 {
  padding-bottom: 9.2rem !important;
}

.u-pl-92 {
  padding-left: 9.2rem !important;
}

.u-pr-92 {
  padding-right: 9.2rem !important;
}

.u-p-inline-92 {
  padding-inline: 9.2rem !important;
}

.u-p-block-92 {
  padding-block: 9.2rem !important;
}

.u-p-96 {
  padding: 9.6rem !important;
}

.u-pt-96 {
  padding-top: 9.6rem !important;
}

.u-pb-96 {
  padding-bottom: 9.6rem !important;
}

.u-pl-96 {
  padding-left: 9.6rem !important;
}

.u-pr-96 {
  padding-right: 9.6rem !important;
}

.u-p-inline-96 {
  padding-inline: 9.6rem !important;
}

.u-p-block-96 {
  padding-block: 9.6rem !important;
}

.u-p-100 {
  padding: 10rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-p-inline-100 {
  padding-inline: 10rem !important;
}

.u-p-block-100 {
  padding-block: 10rem !important;
}

.u-p-104 {
  padding: 10.4rem !important;
}

.u-pt-104 {
  padding-top: 10.4rem !important;
}

.u-pb-104 {
  padding-bottom: 10.4rem !important;
}

.u-pl-104 {
  padding-left: 10.4rem !important;
}

.u-pr-104 {
  padding-right: 10.4rem !important;
}

.u-p-inline-104 {
  padding-inline: 10.4rem !important;
}

.u-p-block-104 {
  padding-block: 10.4rem !important;
}

.u-p-108 {
  padding: 10.8rem !important;
}

.u-pt-108 {
  padding-top: 10.8rem !important;
}

.u-pb-108 {
  padding-bottom: 10.8rem !important;
}

.u-pl-108 {
  padding-left: 10.8rem !important;
}

.u-pr-108 {
  padding-right: 10.8rem !important;
}

.u-p-inline-108 {
  padding-inline: 10.8rem !important;
}

.u-p-block-108 {
  padding-block: 10.8rem !important;
}

.u-p-112 {
  padding: 11.2rem !important;
}

.u-pt-112 {
  padding-top: 11.2rem !important;
}

.u-pb-112 {
  padding-bottom: 11.2rem !important;
}

.u-pl-112 {
  padding-left: 11.2rem !important;
}

.u-pr-112 {
  padding-right: 11.2rem !important;
}

.u-p-inline-112 {
  padding-inline: 11.2rem !important;
}

.u-p-block-112 {
  padding-block: 11.2rem !important;
}

.u-p-116 {
  padding: 11.6rem !important;
}

.u-pt-116 {
  padding-top: 11.6rem !important;
}

.u-pb-116 {
  padding-bottom: 11.6rem !important;
}

.u-pl-116 {
  padding-left: 11.6rem !important;
}

.u-pr-116 {
  padding-right: 11.6rem !important;
}

.u-p-inline-116 {
  padding-inline: 11.6rem !important;
}

.u-p-block-116 {
  padding-block: 11.6rem !important;
}

.u-p-120 {
  padding: 12rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-p-inline-120 {
  padding-inline: 12rem !important;
}

.u-p-block-120 {
  padding-block: 12rem !important;
}

.u-p-50 {
  padding: 5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pr-2 {
  padding-right: 0.2rem !important;
}

.u-pb-3 {
  padding-bottom: 0.3rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-p-block-10 {
  padding-block: 1rem !important;
}

.u-p-block-25 {
  padding-block: 2.5rem !important;
}

.u-p-block-80 {
  padding-block: 8rem !important;
}

.u-p-block-100 {
  padding-block: 10rem !important;
}

.u-p-inline-20 {
  padding-inline: 2rem !important;
}

@media screen and (max-width: 768px) {
  .u-p-10-sp {
    padding: 1rem !important;
  }
  .u-p-15-sp {
    padding: 1.5rem !important;
  }
  .u-pt-0-sp {
    padding-top: 0 !important;
  }
  .u-pt-40-sp {
    padding-top: 4rem !important;
  }
  .u-pt-50-sp {
    padding-top: 5rem !important;
  }
  .u-pt-60-sp {
    padding-top: 6rem !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0 !important;
  }
  .u-pb-50-sp {
    padding-bottom: 5rem !important;
  }
  .u-p-block-15-sp {
    padding-block: 1.5rem !important;
  }
  .u-p-block-40-sp {
    padding-block: 4rem !important;
  }
  .u-p-block-50-sp {
    padding-block: 5rem !important;
  }
  .u-p-inline-10-sp {
    padding-inline: 1rem !important;
  }
}
/* 幅
----------------------------------------------- */
.u-width-0 {
  width: 0rem !important;
}

.u-max-width-0 {
  max-width: 0rem !important;
}

.u-width-4 {
  width: 0.4rem !important;
}

.u-max-width-4 {
  max-width: 0.4rem !important;
}

.u-width-8 {
  width: 0.8rem !important;
}

.u-max-width-8 {
  max-width: 0.8rem !important;
}

.u-width-12 {
  width: 1.2rem !important;
}

.u-max-width-12 {
  max-width: 1.2rem !important;
}

.u-width-16 {
  width: 1.6rem !important;
}

.u-max-width-16 {
  max-width: 1.6rem !important;
}

.u-width-20 {
  width: 2rem !important;
}

.u-max-width-20 {
  max-width: 2rem !important;
}

.u-width-24 {
  width: 2.4rem !important;
}

.u-max-width-24 {
  max-width: 2.4rem !important;
}

.u-width-28 {
  width: 2.8rem !important;
}

.u-max-width-28 {
  max-width: 2.8rem !important;
}

.u-width-32 {
  width: 3.2rem !important;
}

.u-max-width-32 {
  max-width: 3.2rem !important;
}

.u-width-36 {
  width: 3.6rem !important;
}

.u-max-width-36 {
  max-width: 3.6rem !important;
}

.u-width-40 {
  width: 4rem !important;
}

.u-max-width-40 {
  max-width: 4rem !important;
}

.u-width-44 {
  width: 4.4rem !important;
}

.u-max-width-44 {
  max-width: 4.4rem !important;
}

.u-width-48 {
  width: 4.8rem !important;
}

.u-max-width-48 {
  max-width: 4.8rem !important;
}

.u-width-52 {
  width: 5.2rem !important;
}

.u-max-width-52 {
  max-width: 5.2rem !important;
}

.u-width-56 {
  width: 5.6rem !important;
}

.u-max-width-56 {
  max-width: 5.6rem !important;
}

.u-width-60 {
  width: 6rem !important;
}

.u-max-width-60 {
  max-width: 6rem !important;
}

.u-width-64 {
  width: 6.4rem !important;
}

.u-max-width-64 {
  max-width: 6.4rem !important;
}

.u-width-68 {
  width: 6.8rem !important;
}

.u-max-width-68 {
  max-width: 6.8rem !important;
}

.u-width-72 {
  width: 7.2rem !important;
}

.u-max-width-72 {
  max-width: 7.2rem !important;
}

.u-width-76 {
  width: 7.6rem !important;
}

.u-max-width-76 {
  max-width: 7.6rem !important;
}

.u-width-80 {
  width: 8rem !important;
}

.u-max-width-80 {
  max-width: 8rem !important;
}

.u-width-84 {
  width: 8.4rem !important;
}

.u-max-width-84 {
  max-width: 8.4rem !important;
}

.u-width-88 {
  width: 8.8rem !important;
}

.u-max-width-88 {
  max-width: 8.8rem !important;
}

.u-width-92 {
  width: 9.2rem !important;
}

.u-max-width-92 {
  max-width: 9.2rem !important;
}

.u-width-96 {
  width: 9.6rem !important;
}

.u-max-width-96 {
  max-width: 9.6rem !important;
}

.u-width-100 {
  width: 10rem !important;
}

.u-max-width-100 {
  max-width: 10rem !important;
}

.u-width-104 {
  width: 10.4rem !important;
}

.u-max-width-104 {
  max-width: 10.4rem !important;
}

.u-width-108 {
  width: 10.8rem !important;
}

.u-max-width-108 {
  max-width: 10.8rem !important;
}

.u-width-112 {
  width: 11.2rem !important;
}

.u-max-width-112 {
  max-width: 11.2rem !important;
}

.u-width-116 {
  width: 11.6rem !important;
}

.u-max-width-116 {
  max-width: 11.6rem !important;
}

.u-width-120 {
  width: 12rem !important;
}

.u-max-width-120 {
  max-width: 12rem !important;
}

.u-width-124 {
  width: 12.4rem !important;
}

.u-max-width-124 {
  max-width: 12.4rem !important;
}

.u-width-128 {
  width: 12.8rem !important;
}

.u-max-width-128 {
  max-width: 12.8rem !important;
}

.u-width-132 {
  width: 13.2rem !important;
}

.u-max-width-132 {
  max-width: 13.2rem !important;
}

.u-width-136 {
  width: 13.6rem !important;
}

.u-max-width-136 {
  max-width: 13.6rem !important;
}

.u-width-140 {
  width: 14rem !important;
}

.u-max-width-140 {
  max-width: 14rem !important;
}

.u-width-144 {
  width: 14.4rem !important;
}

.u-max-width-144 {
  max-width: 14.4rem !important;
}

.u-width-148 {
  width: 14.8rem !important;
}

.u-max-width-148 {
  max-width: 14.8rem !important;
}

.u-width-152 {
  width: 15.2rem !important;
}

.u-max-width-152 {
  max-width: 15.2rem !important;
}

.u-width-156 {
  width: 15.6rem !important;
}

.u-max-width-156 {
  max-width: 15.6rem !important;
}

.u-width-160 {
  width: 16rem !important;
}

.u-max-width-160 {
  max-width: 16rem !important;
}

.u-width-164 {
  width: 16.4rem !important;
}

.u-max-width-164 {
  max-width: 16.4rem !important;
}

.u-width-168 {
  width: 16.8rem !important;
}

.u-max-width-168 {
  max-width: 16.8rem !important;
}

.u-width-172 {
  width: 17.2rem !important;
}

.u-max-width-172 {
  max-width: 17.2rem !important;
}

.u-width-176 {
  width: 17.6rem !important;
}

.u-max-width-176 {
  max-width: 17.6rem !important;
}

.u-width-180 {
  width: 18rem !important;
}

.u-max-width-180 {
  max-width: 18rem !important;
}

.u-width-184 {
  width: 18.4rem !important;
}

.u-max-width-184 {
  max-width: 18.4rem !important;
}

.u-width-188 {
  width: 18.8rem !important;
}

.u-max-width-188 {
  max-width: 18.8rem !important;
}

.u-width-192 {
  width: 19.2rem !important;
}

.u-max-width-192 {
  max-width: 19.2rem !important;
}

.u-width-196 {
  width: 19.6rem !important;
}

.u-max-width-196 {
  max-width: 19.6rem !important;
}

.u-width-200 {
  width: 20rem !important;
}

.u-max-width-200 {
  max-width: 20rem !important;
}

.u-width-204 {
  width: 20.4rem !important;
}

.u-max-width-204 {
  max-width: 20.4rem !important;
}

.u-width-208 {
  width: 20.8rem !important;
}

.u-max-width-208 {
  max-width: 20.8rem !important;
}

.u-width-212 {
  width: 21.2rem !important;
}

.u-max-width-212 {
  max-width: 21.2rem !important;
}

.u-width-216 {
  width: 21.6rem !important;
}

.u-max-width-216 {
  max-width: 21.6rem !important;
}

.u-width-220 {
  width: 22rem !important;
}

.u-max-width-220 {
  max-width: 22rem !important;
}

.u-width-224 {
  width: 22.4rem !important;
}

.u-max-width-224 {
  max-width: 22.4rem !important;
}

.u-width-228 {
  width: 22.8rem !important;
}

.u-max-width-228 {
  max-width: 22.8rem !important;
}

.u-width-232 {
  width: 23.2rem !important;
}

.u-max-width-232 {
  max-width: 23.2rem !important;
}

.u-width-236 {
  width: 23.6rem !important;
}

.u-max-width-236 {
  max-width: 23.6rem !important;
}

.u-width-240 {
  width: 24rem !important;
}

.u-max-width-240 {
  max-width: 24rem !important;
}

.u-width-244 {
  width: 24.4rem !important;
}

.u-max-width-244 {
  max-width: 24.4rem !important;
}

.u-width-248 {
  width: 24.8rem !important;
}

.u-max-width-248 {
  max-width: 24.8rem !important;
}

.u-width-252 {
  width: 25.2rem !important;
}

.u-max-width-252 {
  max-width: 25.2rem !important;
}

.u-width-256 {
  width: 25.6rem !important;
}

.u-max-width-256 {
  max-width: 25.6rem !important;
}

.u-width-260 {
  width: 26rem !important;
}

.u-max-width-260 {
  max-width: 26rem !important;
}

.u-width-264 {
  width: 26.4rem !important;
}

.u-max-width-264 {
  max-width: 26.4rem !important;
}

.u-width-268 {
  width: 26.8rem !important;
}

.u-max-width-268 {
  max-width: 26.8rem !important;
}

.u-width-272 {
  width: 27.2rem !important;
}

.u-max-width-272 {
  max-width: 27.2rem !important;
}

.u-width-276 {
  width: 27.6rem !important;
}

.u-max-width-276 {
  max-width: 27.6rem !important;
}

.u-width-280 {
  width: 28rem !important;
}

.u-max-width-280 {
  max-width: 28rem !important;
}

.u-width-284 {
  width: 28.4rem !important;
}

.u-max-width-284 {
  max-width: 28.4rem !important;
}

.u-width-288 {
  width: 28.8rem !important;
}

.u-max-width-288 {
  max-width: 28.8rem !important;
}

.u-width-292 {
  width: 29.2rem !important;
}

.u-max-width-292 {
  max-width: 29.2rem !important;
}

.u-width-296 {
  width: 29.6rem !important;
}

.u-max-width-296 {
  max-width: 29.6rem !important;
}

.u-width-300 {
  width: 30rem !important;
}

.u-max-width-300 {
  max-width: 30rem !important;
}

.u-width-304 {
  width: 30.4rem !important;
}

.u-max-width-304 {
  max-width: 30.4rem !important;
}

.u-width-308 {
  width: 30.8rem !important;
}

.u-max-width-308 {
  max-width: 30.8rem !important;
}

.u-width-312 {
  width: 31.2rem !important;
}

.u-max-width-312 {
  max-width: 31.2rem !important;
}

.u-width-316 {
  width: 31.6rem !important;
}

.u-max-width-316 {
  max-width: 31.6rem !important;
}

.u-width-320 {
  width: 32rem !important;
}

.u-max-width-320 {
  max-width: 32rem !important;
}

.u-width-324 {
  width: 32.4rem !important;
}

.u-max-width-324 {
  max-width: 32.4rem !important;
}

.u-width-328 {
  width: 32.8rem !important;
}

.u-max-width-328 {
  max-width: 32.8rem !important;
}

.u-width-332 {
  width: 33.2rem !important;
}

.u-max-width-332 {
  max-width: 33.2rem !important;
}

.u-width-336 {
  width: 33.6rem !important;
}

.u-max-width-336 {
  max-width: 33.6rem !important;
}

.u-width-340 {
  width: 34rem !important;
}

.u-max-width-340 {
  max-width: 34rem !important;
}

.u-width-344 {
  width: 34.4rem !important;
}

.u-max-width-344 {
  max-width: 34.4rem !important;
}

.u-width-348 {
  width: 34.8rem !important;
}

.u-max-width-348 {
  max-width: 34.8rem !important;
}

.u-width-352 {
  width: 35.2rem !important;
}

.u-max-width-352 {
  max-width: 35.2rem !important;
}

.u-width-356 {
  width: 35.6rem !important;
}

.u-max-width-356 {
  max-width: 35.6rem !important;
}

.u-width-360 {
  width: 36rem !important;
}

.u-max-width-360 {
  max-width: 36rem !important;
}

.u-width-364 {
  width: 36.4rem !important;
}

.u-max-width-364 {
  max-width: 36.4rem !important;
}

.u-width-368 {
  width: 36.8rem !important;
}

.u-max-width-368 {
  max-width: 36.8rem !important;
}

.u-width-372 {
  width: 37.2rem !important;
}

.u-max-width-372 {
  max-width: 37.2rem !important;
}

.u-width-376 {
  width: 37.6rem !important;
}

.u-max-width-376 {
  max-width: 37.6rem !important;
}

.u-width-380 {
  width: 38rem !important;
}

.u-max-width-380 {
  max-width: 38rem !important;
}

.u-width-384 {
  width: 38.4rem !important;
}

.u-max-width-384 {
  max-width: 38.4rem !important;
}

.u-width-388 {
  width: 38.8rem !important;
}

.u-max-width-388 {
  max-width: 38.8rem !important;
}

.u-width-392 {
  width: 39.2rem !important;
}

.u-max-width-392 {
  max-width: 39.2rem !important;
}

.u-width-396 {
  width: 39.6rem !important;
}

.u-max-width-396 {
  max-width: 39.6rem !important;
}

.u-width-400 {
  width: 40rem !important;
}

.u-max-width-400 {
  max-width: 40rem !important;
}

.u-width-404 {
  width: 40.4rem !important;
}

.u-max-width-404 {
  max-width: 40.4rem !important;
}

.u-width-408 {
  width: 40.8rem !important;
}

.u-max-width-408 {
  max-width: 40.8rem !important;
}

.u-width-412 {
  width: 41.2rem !important;
}

.u-max-width-412 {
  max-width: 41.2rem !important;
}

.u-width-416 {
  width: 41.6rem !important;
}

.u-max-width-416 {
  max-width: 41.6rem !important;
}

.u-width-420 {
  width: 42rem !important;
}

.u-max-width-420 {
  max-width: 42rem !important;
}

.u-width-424 {
  width: 42.4rem !important;
}

.u-max-width-424 {
  max-width: 42.4rem !important;
}

.u-width-428 {
  width: 42.8rem !important;
}

.u-max-width-428 {
  max-width: 42.8rem !important;
}

.u-width-432 {
  width: 43.2rem !important;
}

.u-max-width-432 {
  max-width: 43.2rem !important;
}

.u-width-436 {
  width: 43.6rem !important;
}

.u-max-width-436 {
  max-width: 43.6rem !important;
}

.u-width-440 {
  width: 44rem !important;
}

.u-max-width-440 {
  max-width: 44rem !important;
}

.u-width-444 {
  width: 44.4rem !important;
}

.u-max-width-444 {
  max-width: 44.4rem !important;
}

.u-width-448 {
  width: 44.8rem !important;
}

.u-max-width-448 {
  max-width: 44.8rem !important;
}

.u-width-452 {
  width: 45.2rem !important;
}

.u-max-width-452 {
  max-width: 45.2rem !important;
}

.u-width-456 {
  width: 45.6rem !important;
}

.u-max-width-456 {
  max-width: 45.6rem !important;
}

.u-width-460 {
  width: 46rem !important;
}

.u-max-width-460 {
  max-width: 46rem !important;
}

.u-width-464 {
  width: 46.4rem !important;
}

.u-max-width-464 {
  max-width: 46.4rem !important;
}

.u-width-468 {
  width: 46.8rem !important;
}

.u-max-width-468 {
  max-width: 46.8rem !important;
}

.u-width-472 {
  width: 47.2rem !important;
}

.u-max-width-472 {
  max-width: 47.2rem !important;
}

.u-width-476 {
  width: 47.6rem !important;
}

.u-max-width-476 {
  max-width: 47.6rem !important;
}

.u-width-480 {
  width: 48rem !important;
}

.u-max-width-480 {
  max-width: 48rem !important;
}

.u-width-484 {
  width: 48.4rem !important;
}

.u-max-width-484 {
  max-width: 48.4rem !important;
}

.u-width-488 {
  width: 48.8rem !important;
}

.u-max-width-488 {
  max-width: 48.8rem !important;
}

.u-width-492 {
  width: 49.2rem !important;
}

.u-max-width-492 {
  max-width: 49.2rem !important;
}

.u-width-496 {
  width: 49.6rem !important;
}

.u-max-width-496 {
  max-width: 49.6rem !important;
}

.u-width-500 {
  width: 50rem !important;
}

.u-max-width-500 {
  max-width: 50rem !important;
}

.u-width-504 {
  width: 50.4rem !important;
}

.u-max-width-504 {
  max-width: 50.4rem !important;
}

.u-width-508 {
  width: 50.8rem !important;
}

.u-max-width-508 {
  max-width: 50.8rem !important;
}

.u-width-512 {
  width: 51.2rem !important;
}

.u-max-width-512 {
  max-width: 51.2rem !important;
}

.u-width-516 {
  width: 51.6rem !important;
}

.u-max-width-516 {
  max-width: 51.6rem !important;
}

.u-width-520 {
  width: 52rem !important;
}

.u-max-width-520 {
  max-width: 52rem !important;
}

.u-width-524 {
  width: 52.4rem !important;
}

.u-max-width-524 {
  max-width: 52.4rem !important;
}

.u-width-528 {
  width: 52.8rem !important;
}

.u-max-width-528 {
  max-width: 52.8rem !important;
}

.u-width-532 {
  width: 53.2rem !important;
}

.u-max-width-532 {
  max-width: 53.2rem !important;
}

.u-width-536 {
  width: 53.6rem !important;
}

.u-max-width-536 {
  max-width: 53.6rem !important;
}

.u-width-540 {
  width: 54rem !important;
}

.u-max-width-540 {
  max-width: 54rem !important;
}

.u-width-544 {
  width: 54.4rem !important;
}

.u-max-width-544 {
  max-width: 54.4rem !important;
}

.u-width-548 {
  width: 54.8rem !important;
}

.u-max-width-548 {
  max-width: 54.8rem !important;
}

.u-width-552 {
  width: 55.2rem !important;
}

.u-max-width-552 {
  max-width: 55.2rem !important;
}

.u-width-556 {
  width: 55.6rem !important;
}

.u-max-width-556 {
  max-width: 55.6rem !important;
}

.u-width-560 {
  width: 56rem !important;
}

.u-max-width-560 {
  max-width: 56rem !important;
}

.u-width-564 {
  width: 56.4rem !important;
}

.u-max-width-564 {
  max-width: 56.4rem !important;
}

.u-width-568 {
  width: 56.8rem !important;
}

.u-max-width-568 {
  max-width: 56.8rem !important;
}

.u-width-572 {
  width: 57.2rem !important;
}

.u-max-width-572 {
  max-width: 57.2rem !important;
}

.u-width-576 {
  width: 57.6rem !important;
}

.u-max-width-576 {
  max-width: 57.6rem !important;
}

.u-width-580 {
  width: 58rem !important;
}

.u-max-width-580 {
  max-width: 58rem !important;
}

.u-width-584 {
  width: 58.4rem !important;
}

.u-max-width-584 {
  max-width: 58.4rem !important;
}

.u-width-588 {
  width: 58.8rem !important;
}

.u-max-width-588 {
  max-width: 58.8rem !important;
}

.u-width-592 {
  width: 59.2rem !important;
}

.u-max-width-592 {
  max-width: 59.2rem !important;
}

.u-width-596 {
  width: 59.6rem !important;
}

.u-max-width-596 {
  max-width: 59.6rem !important;
}

.u-width-600 {
  width: 60rem !important;
}

.u-max-width-600 {
  max-width: 60rem !important;
}

.u-width-auto {
  width: auto !important;
}

.u-width-full {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.u-width-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.u-width-max {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.u-width-130 {
  width: 13rem !important;
}

.u-width-240 {
  width: 24rem !important;
}

.u-width-290 {
  width: 29rem !important;
}

.u-width-310 {
  width: 31rem !important;
}

.u-width-330 {
  width: 33rem !important;
}

.u-width-365 {
  width: 36.5rem !important;
}

/* 水平方向配置
----------------------------------------------- */
.u-align-left {
  text-align: left !important;
}
.u-align-center {
  text-align: center !important;
}
.u-align-center-pc {
  text-align: center !important;
}
@media screen and (max-width: 768px) {
  .u-align-center-pc {
    text-align: left !important;
  }
}
.u-align-right {
  text-align: right !important;
}
.u-align-right-pc {
  text-align: right !important;
}
@media screen and (max-width: 768px) {
  .u-align-left-sp {
    text-align: left !important;
  }
  .u-align-center-sp {
    text-align: center !important;
  }
  .u-align-right-sp {
    text-align: right !important;
  }
  .u-align-right-pc {
    text-align: left !important;
  }
}

/* 垂直方向配置
----------------------------------------------- */
.u-vertical-top {
  vertical-align: top !important;
}
.u-vertical-middle {
  vertical-align: middle !important;
}
.u-vertical-bottom {
  vertical-align: bottom !important;
}

/* テキストサイズ
----------------------------------------------- */
.u-fs-10 {
  font-size: 1rem !important;
}

.u-fs-12 {
  font-size: 1.2rem !important;
}

.u-fs-14 {
  font-size: 1.4rem !important;
}

.u-fs-16 {
  font-size: 1.6rem !important;
}

.u-fs-18 {
  font-size: 1.8rem !important;
}

.u-fs-20 {
  font-size: 2rem !important;
}

.u-fs-22 {
  font-size: 2.2rem !important;
}

.u-fs-24 {
  font-size: 2.4rem !important;
}

.u-fs-26 {
  font-size: 2.6rem !important;
}

.u-fs-28 {
  font-size: 2.8rem !important;
}

.u-fs-30 {
  font-size: 3rem !important;
}

.u-fs-32 {
  font-size: 3.2rem !important;
}

.u-fs-34 {
  font-size: 3.4rem !important;
}

.u-fs-36 {
  font-size: 3.6rem !important;
}

.u-fs-38 {
  font-size: 3.8rem !important;
}

.u-fs-40 {
  font-size: 4rem !important;
}

/* インライン要素垂直方向配置
----------------------------------------------- */
.u-vertical-middle {
  vertical-align: middle !important;
}

/* 背景カラー
----------------------------------------------- */
.u-bg-white {
  background-color: var(--color-white) !important;
}

.u-bg-orange-700 {
  background-color: var(--color-orange-700) !important;
}

.u-bg-gray-100 {
  background-color: var(--color-gray-100) !important;
}

.u-bg-none {
  background-color: transparent !important;
}

/* テキストカラー
----------------------------------------------- */
.u-fc-white {
  color: var(--color-white) !important;
}

.u-fc-gray-700 {
  color: var(--color-gray-700) !important;
}

.u-fc-gray-500 {
  color: var(--color-gray-500) !important;
}

.u-fc-gray-400 {
  color: var(--color-gray-400) !important;
}

.u-fc-orange-700 {
  color: var(--color-orange-700) !important;
}

/* テキスト装飾
----------------------------------------------- */
.u-td-underline {
  text-decoration: underline;
}

.u-td-none {
  text-decoration: none;
}

/* インデント
----------------------------------------------- */
.u-idt-harf-minus {
  text-indent: -0.5em;
}

.u-idt-harf-minus1 {
  text-indent: -1em;
}

.u-idt-harf {
  text-indent: 0.5em;
}

.u-idt-1 {
  text-indent: 1em;
}

.u-idt-pl-1 {
  display: inline-block;
  padding-left: 1em;
}

/* フォント
----------------------------------------------- */
.u-ff-jp {
  font-family: var(--font-jp) !important;
}

.u-ff-en {
  font-family: var(--font-en) !important;
}

/* フォントの太さ
----------------------------------------------- */
.u-fw-regular {
  font-weight: var(--fw-regular) !important;
}

.u-fw-medium {
  font-weight: var(--fw-medium) !important;
}

.u-fw-bold {
  font-weight: var(--fw-bold) !important;
}

/* 角丸
----------------------------------------------- */
.u-radius-4 {
  border-radius: 0.4rem !important;
}

.u-radius-8 {
  border-radius: 0.8rem !important;
}

/* ボーダー
----------------------------------------------- */
.u-border-bottom {
  border-bottom: 0.1rem solid var(--color-gray-700);
}
.u-border-bottom--gray-200 {
  border-bottom: 0.1rem solid var(--color-gray-200);
}

.u-border-none {
  border: none !important;
}

/* 区切り線
----------------------------------------------- */
.u-separator {
  padding-top: 9rem;
  margin-top: 9rem;
  border-top: 0.1rem solid var(--color-gray-200) !important;
}
.u-separator--gray-100 {
  border-color: var(--color-gray-100) !important;
}
.u-separator--white {
  border-color: var(--color-white) !important;
}

.u-separator-middle {
  border-top: 0.1rem solid var(--color-gray-200) !important;
  padding-top: 1.6rem;
}

.u-separator-wide {
  border-top: 0.1rem solid var(--color-gray-200) !important;
  padding-top: 2.4rem;
}

.u-separator-top-bottom {
  border-top: 0.1rem solid var(--color-gray-200) !important;
  border-bottom: 0.1rem solid var(--color-gray-200) !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-separator-bottom {
  border-bottom: 0.1rem solid var(--color-gray-200) !important;
}

/* 改行制御
----------------------------------------------- */
.u-nowrap {
  white-space: nowrap !important;
}

.u-wrap {
  white-space: wrap !important;
}

.u-break-keep {
  word-break: keep-all !important;
}

/* 改行タグ制御
----------------------------------------------- */
.u-br--pc {
  display: block;
}

.u-br--mobile {
  display: none;
}

.u-br--sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .u-br--pc {
    display: none;
  }
  .u-br--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-br--sp {
    display: block;
  }
}
/* ディスプレイ表示
----------------------------------------------- */
.u-inline {
  display: inline !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

/* レスポンシブ表示切り替え
----------------------------------------------- */
/* pc */
@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}
/* sp */
.u-sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}
/* 行の高さ
----------------------------------------------- */
.u-lh-2xlarge {
  line-height: var(--lh-2xl) !important;
}

.u-lh-xlarge {
  line-height: var(--lh-xl) !important;
}

.u-lh-large {
  line-height: var(--lh-lg) !important;
}

.u-lh-medium {
  line-height: var(--lh-md) !important;
}

.u-lh-small {
  line-height: var(--lh-sm) !important;
}

.u-lh-xsmall {
  line-height: var(--lh-xs) !important;
}

/* 文字間（letter-spacing）
----------------------------------------------- */
.u-ls-0 {
  letter-spacing: 0 !important;
}

/* 英語翻訳時 非表示
----------------------------------------------- */
.u-en-hidden:lang(en) {
  display: none !important;
}

/* 英語翻訳時 表示切り替え
----------------------------------------------- */
.u-switch-display {
  display: block;
}
.u-switch--to-jp:lang(en) {
  display: none;
}
.u-switch--to-en {
  display: none;
}
.u-switch--to-en:lang(en) {
  display: block;
}

/* 非表示コンテンツ
----------------------------------------------- */
.u-visually-hidden {
  overflow: hidden !important;
  position: absolute !important;
  width: 0.1rem !important;
  height: 0.1rem !important;
  margin: -0.1rem !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}