@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

svg,
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, th, dt {
  font-weight: inherit;
}

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

:root {
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  --serif: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  --font: var(--sans);
  --Plus: "Plus Jakarta Sans", sans-serif;
  --color: #1A1A1A;
  --color-inverse: #fff;
  --color-accent: #02B0E6;
  --header-height: 5.125rem;
  --border: 1px solid var(--color);
  --border-gray: 1px solid #ccc;
  --border-gray-dark: 1px solid #8a9599;
  --gap: 0.75rem;
  --padding-section: 5rem;
  --padding-page: 7.5rem;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-height: 8.375rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --gap: 1rem;
    --padding-section: 7.5rem;
    --padding-page: 11.25rem;
  }
}

:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-section-dark {
  --color: #fff;
}

/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
  color: var(--color);
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

input[type=submit],
button {
  cursor: pointer;
  border: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
  background: transparent;
  color: var(--color);
  font-family: var(--font);
  font-size: 16px;
}

*:focus {
  outline: none;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 19.2px;
  }
}

body {
  font-family: var(--font);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: var(--color);
}

.serif {
  font-family: var(--serif);
}

/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tab {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
button,
a {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: 0.3s cubic-bezier(0.33, 0.64, 0.67, 0.96);
  transition: 0.3s cubic-bezier(0.33, 0.64, 0.67, 0.96);
  cursor: pointer;
}
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: none) {
  a, button {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
}
[data-scroll-target] {
  content: "";
  display: block;
  position: relative;
  pointer-events: none;
  top: calc(-1 * var(--header-height));
}

/*----------------------------------------------------
	コンテナ
----------------------------------------------------*/
.l-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media screen and (max-width: 640px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .l-container {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 13.625vw;
    padding-right: 13.625vw;
  }
}
@media screen and (min-width: 1921px) {
  .l-container {
    padding-left: 261.6px;
    padding-right: 261.6px;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--lg {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

/*----------------------------------------------------
	body
----------------------------------------------------*/
html {
  height: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body {
  position: relative;
  height: 100%;
  background: url(../img/bg-noise.webp) center center/23.4375rem 50.75rem;
}
body.page-front {
  overflow: hidden;
}
.l-body-wrap {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.l-header-logo {
  position: fixed;
  width: 8.25rem;
  left: calc(50% - 4.125rem);
  top: 2rem;
  z-index: 500;
}
.page-front .l-header-logo {
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.page-front.is-opener-end .l-header-logo {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-header-logo {
    width: 14.625rem;
    top: 3.25rem;
    left: calc(50% - 7.3125rem);
  }
}

.l-header-menu.l-header-menu {
  position: fixed;
  right: 1.25rem;
  top: 1.5625rem;
  z-index: 600;
}
.page-front .l-header-menu.l-header-menu {
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.page-front.is-opener-end .l-header-menu.l-header-menu {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .l-header-menu.l-header-menu {
    right: 3.125rem;
    top: 3rem;
  }
}

/*----------------------------------------------------
	l-header-drawer
----------------------------------------------------*/
.l-header-drawer {
  width: 100%;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 550;
  pointer-events: none;
}
.is-nav-open .l-header-drawer {
  pointer-events: auto;
}
.l-header-drawer__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  background: transparent;
  backdrop-filter: blur(0.5rem);
  will-change: opacity;
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.is-nav-open .l-header-drawer__bg {
  opacity: 1;
}
.l-header-drawer__wrap {
  position: relative;
  height: 100%;
  padding: 7.5rem 1.25rem 3.75rem;
  background: #fff;
  overflow: auto;
  will-change: opacity;
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.is-nav-open .l-header-drawer__wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1024px) {
  .l-header-drawer__wrap {
    width: 35rem;
    padding: 7.5rem 5rem 3.75rem;
    margin-left: auto;
  }
}

.l-header-drawer__nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  font-family: var(--Plus);
  font-weight: 500;
  font-size: 2rem;
}
/*----------------------------------------------------
	main
----------------------------------------------------*/
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
.l-footer {
  padding: var(--padding-page) 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  .l-footer {
    padding: var(--padding-page) 0 5rem;
  }
}

.l-footer-canvas video {
  display: none;
}
.l-footer-canvas canvas {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1600/720;
}

.l-footer__nav {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.375rem;
  font-family: var(--Plus);
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    font-size: 1.5rem;
  }
}

.l-footer__bottom {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: var(--border-gray-dark);
  font-family: var(--Plus);
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .l-footer__bottom {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    font-size: 0.875rem;
  }
}

/*----------------------------------------------------
	p-top
----------------------------------------------------*/
.p-top svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-mv {
  position: absolute;
  width: 100%;
  min-height: 37.5rem;
  inset: 0;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    height: 100vh;
    min-height: 48.75rem;
  }
}

.p-top-mv__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  pointer-events: none;
}
.p-top-mv__bg video {
  display: none;
}
.p-top-mv__bg canvas {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1600/720;
}
.p-top-mv__title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 10rem);
}
.p-top-mv__title svg {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__title {
    top: calc(50% - 40rem);
  }
  .p-top-mv__title svg {
    width: 75rem;
  }
}

.scene1 #mv-title1,
.scene1 #mv-title2,
.scene1 #mv-title3,
.scene1 #mv-title4,
.scene1 #mv-title5,
.scene1 #mv-title6 {
  -webkit-transition: 1s var(--easeOutQuart);
  transition: 1s var(--easeOutQuart);
}
.scene1 #mv-title1 {
  -webkit-transform: translateY(550px);
          transform: translateY(550px);
}
.scene1 #mv-title2 {
  -webkit-transform: translateY(315px);
          transform: translateY(315px);
}
.scene1 #mv-title3 {
  -webkit-transform: translateY(140px);
          transform: translateY(140px);
}
.scene1 #mv-title4 {
  -webkit-transform: translateY(-135px);
          transform: translateY(-135px);
}
.scene1 #mv-title5 {
  -webkit-transform: translateY(-272px);
          transform: translateY(-272px);
}
.scene1 #mv-title6 {
  -webkit-transform: translateY(-495px);
          transform: translateY(-495px);
}

#mv-copy,
#mv-copy-sp {
  opacity: 0;
}

.mv-title-parts {
  opacity: 0;
}

.is-opener-start .mv-title-parts {
  opacity: 1;
}

.p-top-mv__catch {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 3.9375rem);
}
.p-top-mv__catch svg {
  width: 18.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__catch {
    top: calc(50% - 12rem);
  }
  .p-top-mv__catch svg {
    width: 44rem;
  }
}

.p-top-mv__titleBg {
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 3.9375rem);
}
.p-top-mv__titleBg svg {
  width: 18.4375rem;
}
.p-top-mv__titleBg polygon,
.p-top-mv__titleBg path {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: clip-path;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__titleBg {
    top: calc(50% - 12rem);
  }
  .p-top-mv__titleBg svg {
    width: 44rem;
  }
}

.p-top-mv__copy {
  position: absolute;
  width: 100%;
  top: calc(50% + 3.25rem);
  padding-left: 4.5rem;
}
.p-top-mv__copy svg {
  width: 9.848125rem;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: clip-path;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__copy {
    top: calc(50% + 5.1875rem);
    padding-left: 32.75rem;
  }
  .p-top-mv__copy svg {
    width: 23.5025rem;
  }
}

.p-top-mv__ja {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 14.375rem;
  opacity: 0;
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
}
.is-opener-end .p-top-mv__ja {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-mv__ja {
    width: 25.3125rem;
    right: 1.6875rem;
    bottom: 3.625rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-message {
  padding: calc(100vh + 7.5rem) 1.25rem 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-message {
    padding: calc(100vh + 10.625rem) 6.25rem 7.5rem 13.625rem;
  }
  .p-top-message svg {
    width: 72.6875rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-news {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-news__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-top-news__bg img {
  vertical-align: top;
}

.p-top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 20.9375rem;
  height: 1.75rem;
  margin-inline: auto;
  padding: 0 1rem;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.p-top-news__wrap:before, .p-top-news__wrap:after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 1.75rem;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.p-top-news__wrap:before {
  left: 0;
  background: url(../img/p-top-news-bg-l.svg) center center/contain no-repeat;
}
.p-top-news__wrap:after {
  right: 0;
  background: url(../img/p-top-news-bg-r.svg) center center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .p-top-news__wrap {
    width: 53.9375rem;
    height: 2.1875rem;
    padding: 0 1.5rem;
  }
  .p-top-news__wrap:before, .p-top-news__wrap:after {
    width: 0.5rem;
    height: 2.25rem;
  }
}

.p-top-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
}
.p-top-news__items a:hover {
  color: var(--color-accent);
}
.p-top-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.p-top-news-item__date {
  font-family: var(--Plus);
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #ccc;
}
@media screen and (min-width: 1024px) {
  .p-top-news-item__date {
    font-size: 1.125rem;
  }
}

.p-top-news-item__title {
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  .p-top-news-item__title {
    font-size: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-business {
  position: relative;
  background: url(../img/bg-noise-dark.webp) center center/23.4375rem 23.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.25rem 0 0;
}
@media screen and (min-width: 1024px) {
  .p-top-business {
    padding: 12.25rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-business__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-top-business__bg img {
  vertical-align: top;
}

.p-top-business__head {
  padding: 0 0.625rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-business__head {
    border-bottom: var(--border-gray);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__head {
    width: 6.25rem;
    padding-left: 1.25rem;
  }
}

.p-top-business__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-business-fv {
  text-align: center;
}
.p-top-business-fv__lead1 {
  padding-top: 6.25rem;
}
.p-top-business-fv__lead1 svg {
  width: 23.4375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-fv__lead1 {
    padding: 11.25rem 0 0 5.25rem;
  }
  .p-top-business-fv__lead1 svg {
    width: 88rem;
  }
}

.p-top-business-fv__lead2 {
  margin-top: 5rem;
}
.p-top-business-fv__lead2 svg {
  width: 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-fv__lead2 {
    margin-top: 7.5rem;
  }
  .p-top-business-fv__lead2 svg {
    width: 11.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-business__items {
    padding-bottom: 6.25rem;
  }
}

:root {
  --yohaku: 15vh;
}

/* .p-top-business-item  */
.p-top-business-item {
  position: relative;
  min-height: 100vh;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item {
    padding: var(--yohaku) 0;
  }
}

.p-top-business-item__type {
  position: absolute;
  left: 1.25rem;
}
.p-top-business-item__type svg {
  width: 3.75rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__type {
    top: calc(var(--yohaku) + 7.5rem);
  }
  .p-top-business-item__type svg {
    width: 15rem;
  }
}

.p-top-business-item__title {
  margin-inline: auto;
  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;
  width: 20.9375rem;
  height: 20.9375rem;
  z-index: 2;
}
.p-top-business-item__title img,
.p-top-business-item__title svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__title {
    position: absolute;
    left: calc(50% - 31.25rem);
    width: 62.5rem;
    height: 50rem;
  }
}

.p-top-business-item__canvas {
  width: 20.9375rem;
  height: 20.9375rem;
  z-index: 2;
  margin-inline: auto;
}
.p-top-business-item__canvas canvas {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__canvas {
    position: absolute;
    top: 6.25rem;
    left: calc(50% - 37.5rem);
    width: 75rem;
    height: 62.5rem;
  }
}

.p-top-business-item__en {
  text-align: right;
  margin-right: 1.25rem;
}
.p-top-business-item__en svg {
  width: 11.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__en {
    position: absolute;
    top: calc(var(--yohaku) + 0rem);
    right: 1.25rem;
  }
  .p-top-business-item__en svg {
    width: 18.695625rem;
  }
}

.p-top-business-item__desc {
  position: relative;
  z-index: 5;
  margin-top: 3.75rem;
  padding: 0 1.25rem;
}
.p-top-business-item__desc svg {
  width: 17rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item__desc {
    margin-top: 50rem;
    text-align: right;
  }
  .p-top-business-item__desc svg {
    width: 45.13875rem;
  }
}

.p-top-business-item--1 .p-top-business-item__title svg,
.p-top-business-item--1 .p-top-business-item__title img {
  height: auto;
}
.p-top-business-item--1 .p-top-business-item__en {
  margin-top: -2.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--1 .p-top-business-item__en {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--1 .p-top-business-item__type {
    left: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--1 .p-top-business-item__desc {
    margin-right: 7.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-business-item--2 .p-top-business-item__type {
    left: calc(50% + 28.125rem);
    top: calc(var(--yohaku) + 37.5rem);
  }
  .p-top-business-item--2 .p-top-business-item__type svg {
    width: 14.02125rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--2 .p-top-business-item__en {
    top: calc(var(--yohaku) + 9.375rem);
    right: 8.5rem;
  }
}
.p-top-business-item--2 .p-top-business-item__desc svg {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--2 .p-top-business-item__desc {
    text-align: left;
    margin-left: 6.25rem;
  }
  .p-top-business-item--2 .p-top-business-item__desc svg {
    width: 55.5425rem;
  }
}

.p-top-business-item--3 .p-top-business-item__title img {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--3 .p-top-business-item__type {
    left: calc(50% - 23.75rem);
    top: calc(var(--yohaku) + 29.375rem);
  }
  .p-top-business-item--3 .p-top-business-item__type svg {
    width: 13.0025rem;
  }
}
.p-top-business-item--3 .p-top-business-item__en {
  margin-top: -3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--3 .p-top-business-item__en {
    top: calc(var(--yohaku) + 68.75rem);
    left: 8.125rem;
    right: auto;
  }
}
.p-top-business-item--3 .p-top-business-item__desc svg {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--3 .p-top-business-item__desc {
    text-align: left;
    margin-left: 32.5rem;
    margin-top: 41.875rem;
  }
  .p-top-business-item--3 .p-top-business-item__desc svg {
    width: 52.830625rem;
  }
}

.p-top-business-item--4 .p-top-business-item__title img,
.p-top-business-item--4 .p-top-business-item__title svg {
  width: 80%;
  height: 80%;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--4 .p-top-business-item__type {
    left: calc(50% + 17.5rem);
    top: calc(var(--yohaku) - 6.25rem);
  }
  .p-top-business-item--4 .p-top-business-item__type svg {
    width: 16.11375rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--4 .p-top-business-item__en {
    top: calc(var(--yohaku) + 61.25rem);
    right: 14.125rem;
  }
}
.p-top-business-item--4 .p-top-business-item__desc svg {
  width: 14.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--4 .p-top-business-item__desc {
    margin-top: 45.625rem;
    text-align: left;
    margin-left: 9.375rem;
  }
  .p-top-business-item--4 .p-top-business-item__desc svg {
    width: 37.535625rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-top-business-item--5 .p-top-business-item__type {
    left: 8.125rem;
    top: calc(var(--yohaku) + 45rem);
  }
  .p-top-business-item--5 .p-top-business-item__type svg {
    width: 16.15625rem;
  }
}
.p-top-business-item--5 .p-top-business-item__en {
  margin-top: -3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--5 .p-top-business-item__en {
    top: calc(var(--yohaku) + 65.625rem);
    right: 36.875rem;
  }
}
.p-top-business-item--5 .p-top-business-item__desc svg {
  width: 19rem;
}
@media screen and (min-width: 1024px) {
  .p-top-business-item--5 .p-top-business-item__desc {
    text-align: left;
    margin-top: 37.5rem;
    margin-left: 35.625rem;
  }
  .p-top-business-item--5 .p-top-business-item__desc svg {
    width: 50.629375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-works {
  position: relative;
  background: url(../img/bg-noise-blue.webp) center center/23.4375rem 15.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.25rem 0;
}
@media screen and (min-width: 1024px) {
  .p-top-works {
    padding: 12.25rem 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-work__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-top-work__bg img {
  vertical-align: top;
}

.p-top-work__head {
  padding: 0 0.625rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-work__head {
    border-bottom: var(--border-gray);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-work__head {
    width: 6.25rem;
    padding-left: 1.25rem;
  }
}

.p-top-work__body {
  padding-top: 6.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-top-work__body {
    padding-top: 7.5rem;
  }
}

.p-top-work__catch {
  padding-left: 0.625rem;
}
.p-top-work__catch svg {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-work__catch {
    padding-left: 6.25rem;
  }
  .p-top-work__catch svg {
    width: 66.50375rem;
  }
}

.p-top-work__title {
  margin-top: 1.5rem;
  text-align: right;
}
.p-top-work__title svg {
  width: 9.1875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-work__title {
    margin-top: -1.25rem;
  }
  .p-top-work__title svg {
    width: 29.2025rem;
  }
}

.p-top-work__items {
  margin-top: 2.5rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-work__items {
    margin-top: 10rem;
    padding: 0 0 0 8.875rem;
  }
}

.p-top-work__more {
  margin-top: 2.5rem;
  text-align: center;
}
.p-top-work__more a {
  font-family: var(--Plus);
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.05em;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.1em;
}
.p-top-work__more a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .p-top-work__more {
    margin-top: 7.5rem;
  }
  .p-top-work__more a {
    font-size: 4.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-top-data {
  position: relative;
  background: url(../img/bg-noise-dark.webp) center center/23.4375rem 23.4375rem;
  padding: 6.25rem 0;
}
@media screen and (min-width: 1024px) {
  .p-top-data {
    padding: 12.25rem 0;
  }
}

.p-top-data__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-top-data__bg img {
  vertical-align: top;
}

.p-top-data__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-top-data__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-data__head {
  padding: 0 0.625rem 0.625rem;
}
@media screen and (max-width: 1023px) {
  .p-top-data__head {
    border-bottom: var(--border-gray);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-data__head {
    width: 6.25rem;
    padding-left: 1.25rem;
  }
}

.p-top-data__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
  padding-top: 6.25rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data__items {
    padding-top: 0;
    gap: 12.5rem;
  }
}

.p-top-data-item {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item {
    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;
    height: 200vh;
    padding-top: 50vh;
  }
}

.p-top-data-item__visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10.8125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}

.p-top-data-item__title svg {
  width: 4.52375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__title svg {
    width: 10.625rem;
  }
}

.p-top-data-item__graph {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-top-data-item__graph img {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__graph img {
    width: 68.75rem;
  }
}

.p-top-data-item__data {
  margin-left: auto;
  padding: 0 1.25rem;
}
.p-top-data-item__data img,
.p-top-data-item__data svg {
  width: 7.123125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__data {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    height: 100vh;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 0 3.125rem 3.125rem;
  }
  .p-top-data-item__data img,
  .p-top-data-item__data svg {
    width: 11.8125rem;
  }
}

.p-top-data-item__lead {
  margin-top: 3.75rem;
  margin-inline: auto;
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__lead {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    margin-left: 6.25rem;
    width: 75rem;
  }
}

.p-top-data-item__desc {
  padding: 2.5rem 1.25rem 0;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 50vh;
    padding: 0 0 0 44.375rem;
  }
  .p-top-data-item__desc svg,
  .p-top-data-item__desc img {
    width: 31.57625rem;
  }
}

.p-top-data-item--2 .p-top-data-item__data img,
.p-top-data-item--2 .p-top-data-item__data svg {
  width: 7.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--2 .p-top-data-item__data img,
  .p-top-data-item--2 .p-top-data-item__data svg {
    width: 12.4375rem;
  }
}
.p-top-data-item--2 .p-top-data-item__lead {
  width: 16.225625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--2 .p-top-data-item__lead {
    width: 56.675rem;
    margin-left: 16.25rem;
  }
}
.p-top-data-item--2 .p-top-data-item__desc svg {
  width: 16.751875rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--2 .p-top-data-item__desc svg {
    width: 25.26375rem;
  }
}

.p-top-data-item--3 .p-top-data-item__data img,
.p-top-data-item--3 .p-top-data-item__data svg {
  width: 5.879375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--3 .p-top-data-item__data img,
  .p-top-data-item--3 .p-top-data-item__data svg {
    width: 9.75rem;
  }
}
.p-top-data-item--3 .p-top-data-item__lead {
  width: 18.07rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--3 .p-top-data-item__lead {
    width: 59.908125rem;
    margin-left: 10.625rem;
  }
}
.p-top-data-item--3 .p-top-data-item__desc svg {
  width: 18.8825rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--3 .p-top-data-item__desc svg {
    width: 28.4775rem;
  }
}

.p-top-data-item--4 {
  position: relative;
}
.p-top-data-item--4 .p-top-data-item__visual {
  display: block;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__visual {
    margin-top: 5rem;
  }
}
.p-top-data-item--4 .p-top-data-item__title {
  padding: 0 1.25rem;
}
.p-top-data-item--4 .p-top-data-item__title svg {
  width: 10.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__title {
    padding: 0 6.25rem;
  }
  .p-top-data-item--4 .p-top-data-item__title svg {
    width: 26rem;
  }
}
.p-top-data-item--4 .p-top-data-item__graph img {
  width: 20.9375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__graph img {
    width: 66rem;
  }
}
.p-top-data-item--4 .p-top-data-item__data {
  position: absolute;
  top: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0 1.25rem;
}
.p-top-data-item--4 .p-top-data-item__data img,
.p-top-data-item--4 .p-top-data-item__data svg {
  width: 22.5rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__data {
    padding: 10rem 0 0;
  }
  .p-top-data-item--4 .p-top-data-item__data img,
  .p-top-data-item--4 .p-top-data-item__data svg {
    width: 66rem;
  }
}
.p-top-data-item--4 .p-top-data-item__lead {
  width: 18.119375rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__lead {
    width: 60.325rem;
    margin-left: 8.75rem;
  }
}
.p-top-data-item--4 .p-top-data-item__desc svg {
  width: 20.143125rem;
}
@media screen and (min-width: 1024px) {
  .p-top-data-item--4 .p-top-data-item__desc {
    margin-top: -12.5rem;
  }
  .p-top-data-item--4 .p-top-data-item__desc svg {
    width: 30.378125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-work__list {
  padding-top: var(--padding-section);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1rem;
}
.p-work__list .c-card-work {
  opacity: 0;
  -webkit-transition: 1s var(--easeOutQuart);
  transition: 1s var(--easeOutQuart);
  will-change: opacity;
}
.p-work__list.is-visible .c-card-work {
  opacity: 1;
}
.p-work__list.is-visible .c-card-work:nth-child(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-work__list.is-visible .c-card-work:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-work__list.is-visible .c-card-work:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-work__list.is-visible .c-card-work:nth-child(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-work__list.is-visible .c-card-work:nth-child(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-work__list.is-visible .c-card-work:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.p-work__list.is-visible .c-card-work:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.p-work__list.is-visible .c-card-work:nth-child(8) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.p-work__list.is-visible .c-card-work:nth-child(9) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.p-work__list.is-visible .c-card-work:nth-child(10) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.p-work__list.is-visible .c-card-work:nth-child(11) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.p-work__list.is-visible .c-card-work:nth-child(12) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.p-work__list.is-visible .c-card-work:nth-child(13) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.p-work__list.is-visible .c-card-work:nth-child(14) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.p-work__list.is-visible .c-card-work:nth-child(15) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.p-work__list.is-visible .c-card-work:nth-child(16) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}
.p-work__list.is-visible .c-card-work:nth-child(17) {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}
.p-work__list.is-visible .c-card-work:nth-child(18) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.p-work__list.is-visible .c-card-work:nth-child(19) {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}
.p-work__list.is-visible .c-card-work:nth-child(20) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
@media screen and (min-width: 1024px) {
  .p-work__list {
    -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-work__detail {
  padding-top: var(--padding-section);
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.p-work__detail.is-visible {
  will-change: opacity, transform;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  transition: opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  transition: transform 1s var(--easeOutQuart), opacity 0.8s var(--easeOutQuart);
  transition: transform 1s var(--easeOutQuart), opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-news
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-business
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-company
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-contact
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	p-download
----------------------------------------------------*/
.p-download__wrap {
  padding-top: var(--padding-section);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7.5rem;
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
.p-download__wrap.is-visible {
  will-change: opacity, transform;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  transition: opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  transition: transform 1s var(--easeOutQuart), opacity 0.8s var(--easeOutQuart);
  transition: transform 1s var(--easeOutQuart), opacity 0.8s var(--easeOutQuart), -webkit-transform 1s var(--easeOutQuart);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 1024px) {
  .p-download__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5rem;
  }
}

.p-download__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1024px) {
  .p-download__form {
    padding-top: 20rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-download__info {
    width: 33.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-download--complete .p-download__form {
    padding-top: 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-block-header {
  padding-top: var(--header-height);
}
.cm-block-header__bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  color: #727f81;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cm-block-header__bc a {
  color: #727f81;
}
.cm-block-header__bc a:hover {
  color: var(--color-accent);
}
.cm-block-header__bc li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.cm-block-header__bc li:not(:first-child):before {
  content: ">";
  pointer-events: none;
  margin-inline: 0.5rem;
}
.cm-block-header__bc::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (min-width: 1024px) {
  .cm-block-header__bc {
    font-size: 0.875rem;
  }
}

.cm-block-header__title {
  padding-top: var(--padding-section);
}
@media screen and (min-width: 1024px) {
  .cm-block-header__title {
    padding-left: 7.375rem;
    padding-right: 7.375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.cm-form input[type=text],
.cm-form input[type=email],
.cm-form textarea {
  width: 100%;
  height: 4rem;
  border-radius: 0.5rem;
  background: #fff;
  border: var(--border-gray);
  padding: 1rem 1rem;
}
.cm-form input[type=text]:focus,
.cm-form input[type=email]:focus,
.cm-form textarea:focus {
  border-color: var(--color-accent);
}
@media screen and (min-width: 1024px) {
  .cm-form input[type=text],
  .cm-form input[type=email],
  .cm-form textarea {
    height: 4.6875rem;
    padding: 1.25rem 1.5rem;
  }
}
.cm-form textarea {
  height: 17.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-form textarea {
    height: 20.5rem;
  }
}
.cm-form input[type=radio],
.cm-form input[type=checkbox] {
  width: 1.25em;
  height: 1.25em;
}
.cm-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-form__inputs {
    gap: 2rem;
  }
}

.cm-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.cm-form-input dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-weight: 900;
  font-size: 1rem;
}
.cm-form-input dt ._required {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-weight: 500;
  width: 2rem;
  height: 1.3125rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-input dt {
    gap: 0.5rem;
    font-size: 1.125rem;
  }
  .cm-form-input dt ._required {
    width: 2.625rem;
    height: 1.6875rem;
    font-size: 0.8125rem;
  }
}

.cm-form-agree {
  margin-top: 2rem;
}
.cm-form-agree__wrap {
  height: 33rem;
  overflow: auto;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5;
}
.cm-form-agree__wrap h3 {
  font-weight: 900;
  font-size: 1rem;
}
.cm-form-agree__wrap h3:not(:first-child) {
  margin-top: 1em;
}
.cm-form-agree__wrap ul,
.cm-form-agree__wrap ol {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .cm-form-agree__wrap {
    padding: 1.25rem 1.5rem;
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .cm-form-agree__wrap h3 {
    font-size: 1.125rem;
  }
}

.cm-form-agree__input {
  margin-top: 0.75rem;
}
.cm-form-agree__input label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-form-agree__input label {
    font-size: 1.125rem;
  }
}

.cm-form__action {
  margin-top: 5rem;
  text-align: center;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	cm-post
----------------------------------------------------*/
body figure {
  margin-bottom: 0;
}

.cm-post-head {
  padding-bottom: 1.875rem;
  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;
}
@media screen and (min-width: 1024px) {
  .cm-post-head {
    gap: 2rem;
    padding-bottom: 5.625rem;
  }
}

.cm-post-head__date {
  font-family: var(--Plus);
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
  color: #727f81;
}
@media screen and (min-width: 1024px) {
  .cm-post-head__date {
    font-size: 1.125rem;
  }
}

.cm-post-head__title {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .cm-post-head__title {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.cm-post-head_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.cm-post-head_label li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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 8px;
  height: 26px;
  border-radius: 13px;
  border: var(--border-gray);
  font-size: 12px;
  color: #727f81;
}
.cm-post-head_label li:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .cm-post-head_label li {
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    border-radius: 16px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-post-entry {
  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;
  font-size: 1rem;
  line-height: 2;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry {
    font-size: 1.125rem;
  }
}
.cm-post-entry h1,
.cm-post-entry h2 {
  font-weight: 900;
  text-decoration: underline;
  font-size: 1.5rem;
  line-height: 1.5;
}
.cm-post-entry h1:not(:first-child),
.cm-post-entry h2:not(:first-child) {
  padding-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry h1,
  .cm-post-entry h2 {
    font-size: 2rem;
  }
}
.cm-post-entry h3 {
  font-weight: 900;
  text-decoration: underline;
  font-size: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry h3 {
    font-size: 1.75rem;
  }
}
.cm-post-entry h4 {
  font-weight: 900;
  text-decoration: underline;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry h4 {
    font-size: 1.25rem;
  }
}
.cm-post-entry figure {
  text-align: center;
}
.cm-post-entry strong {
  font-weight: bold;
}
.cm-post-entry em {
  font-style: italic;
}
.cm-post-entry ol {
  margin-left: 1.5em;
}
.cm-post-entry ul {
  padding-left: 1.5em;
}
.cm-post-entry ul li {
  position: relative;
}
.cm-post-entry ul li:before {
  content: "○";
  display: block;
  position: absolute;
  left: -1.5em;
  pointer-events: none;
}
.cm-post-entry ol li {
  list-style: decimal;
}
.cm-post-entry table th {
  font-weight: bold;
}
.cm-post-entry table th,
.cm-post-entry table td {
  padding: 0.5em 0.5em;
  border: var(--border);
}
.cm-post-entry hr {
  display: block;
  height: 0;
  border: 0;
  border-top: var(--border);
  margin: 1em 0;
  padding: 0;
}
.cm-post-entry a {
  color: var(--color-accent);
  text-decoration: underline;
}
.cm-post-entry a:hover {
  text-decoration: none;
}
.cm-post-entry blockquote {
  padding: 0.75rem 1rem;
  background: #fff;
}
.cm-post-entry blockquote ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
}
.cm-post-entry blockquote li {
  padding-left: 1.25em;
  position: relative;
  line-height: 1.5;
  list-style: none;
  margin-left: 0;
}
.cm-post-entry blockquote li:before {
  content: "○";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry blockquote {
    padding: 1.875rem 2.5rem;
  }
}
.cm-post-entry figure img {
  width: 100%;
}
.cm-post-entry video.mobile {
  aspect-ratio: 375/666;
}
@media screen and (min-width: 1024px) {
  .cm-post-entry video.mobile {
    width: 23.4375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-post-data {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data {
    padding-left: 47.75rem;
    margin-top: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .cm-post-data--hasLink {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 4.375rem auto;
        grid-template-areas: "link link" "title credit";
    -ms-grid-columns: 12.5rem 0 25rem;
    grid-template-columns: 12.5rem 25rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 4.375rem 0;
    padding-left: 0;
  }
}

.cm-post-data__title {
  font-family: var(--Plus);
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data__title {
    grid-area: title;
    font-size: 1.25rem;
  }
}

.cm-post-data-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data-link {
    grid-area: link;
    margin-left: 12.5rem;
    gap: 1.125rem;
  }
}

.cm-post-data-link__data dt {
  font-family: var(--Plus);
  font-weight: bold;
  font-size: 0.75rem;
  color: #ccc;
}
.cm-post-data-link__data dd {
  margin-top: 0.125rem;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data-link__data dt {
    font-size: 0.875rem;
  }
  .cm-post-data-link__data dd {
    font-size: 1.125rem;
  }
}

.cm-post-data-link__link a {
  text-decoration: underline;
}
.cm-post-data-link__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.cm-post-data-link__sns li {
  width: 1.75rem;
}
.cm-post-data-link__sns svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .cm-post-data-link__sns li {
    width: 2rem;
  }
}

.cm-post-data-credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data-credit {
    gap: 1.125rem;
    grid-area: credit;
  }
}
@media screen and (min-width: 1024px){
  .cm-post-data__title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .cm-post-data-link {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cm-post-data-credit {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

.cm-post-data-credit__data dt {
  font-family: var(--Plus);
  font-weight: bold;
  font-size: 0.75rem;
  color: #ccc;
}
.cm-post-data-credit__data dd {
  margin-top: 0.125rem;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .cm-post-data-credit__data dt {
    font-size: 0.875rem;
  }
  .cm-post-data-credit__data dd {
    font-size: 1.125rem;
  }
}

.cm-post__back {
  padding-top: var(--padding-section);
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-post .wp-block-gallery {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-post .wp-block-gallery {
    -ms-grid-columns: 1fr 44px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}
.editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
.cm-post .wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-post .wp-block-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .editor-styles-wrapper.editor-styles-wrapper.editor-styles-wrapper .wp-block-gallery,
  .cm-post .wp-block-gallery {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-btn
----------------------------------------------------*/
.c-btn-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  font-weight: 900;
  font-size: 1.125rem;
  border-bottom: var(--border);
}
.c-btn-action__triangle {
  line-height: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: var(--border-gray);
  border-radius: 100%;
}
.c-btn-action__triangle svg {
  width: 100%;
  height: auto;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-menu {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.c-btn-menu span {
  display: block;
  position: absolute;
  height: 0;
  width: 100%;
  border-top: var(--border);
  -webkit-transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart);
  transition: top 0.35s var(--easeOutQuart), transform 0s var(--easeOutQuart), -webkit-transform 0s var(--easeOutQuart);
}
.c-btn-menu span:nth-child(1) {
  top: calc(50% - 0.1875rem);
}
.c-btn-menu span:nth-child(2) {
  top: calc(50% + 0.1875rem);
}
.c-btn-menu:hover span {
  border-color: var(--color-accent);
}
.c-btn-menu.is-nav-open span {
  -webkit-transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart);
  transition: top 0.2s var(--easeOutQuart), transform 0.3s 0.2s var(--easeOutQuart), -webkit-transform 0.3s 0.2s var(--easeOutQuart);
}
.c-btn-menu.is-nav-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(-18deg);
          transform: scale(-1, -1) rotate(-18deg);
}
.c-btn-menu.is-nav-open span:nth-child(2) {
  top: 50%;
  -webkit-transform: scale(-1, -1) rotate(18deg);
          transform: scale(-1, -1) rotate(18deg);
}
@media screen and (min-width: 1024px) {
  .c-btn-menu {
    width: 4rem;
    height: 2.375rem;
  }
  .c-btn-menu span:nth-child(1) {
    top: calc(50% - 0.3125rem);
  }
  .c-btn-menu span:nth-child(2) {
    top: calc(50% + 0.3125rem);
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-card-work__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.c-card-work__pic {
  overflow: hidden;
}
.c-card-work__pic img {
  -webkit-transition: 0.4s var(--easeOutQuart);
  transition: 0.4s var(--easeOutQuart);
  will-change: transform;
}
a:hover .c-card-work__pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-card-work__title {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media screen and (min-width: 1024px) {
  .c-card-work__title {
    font-size: 0.9375rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-work-top {
  border-top: var(--border);
}
.c-card-work-top:last-child {
  border-bottom: var(--border);
}
.c-card-work-top__btn {
  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;
  padding: 1.875rem 0 2.25rem;
}
.c-card-work-top__ja {
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1024px) {
  .c-card-work-top__ja {
    font-size: 1.5rem;
  }
}

.c-card-work-top__en {
  margin-top: -0.1em;
  font-family: var(--Plus);
  font-weight: 900;
  font-size: 2.25rem;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-card-work-top__en {
    font-size: 8.75rem;
  }
}

.c-card-work-top_ico {
  width: 1.25rem;
  position: absolute;
  right: 0;
  bottom: 3rem;
}
.c-card-work-top_ico svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .c-card-work-top_ico {
    width: 6.25rem;
    bottom: 5.25rem;
    right: 5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-heading
----------------------------------------------------*/
.c-heading-page {
  position: relative;
}
.c-heading-page svg {
  width: auto;
  height: 1.8125rem;
}
.c-heading-page svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .c-heading-page svg {
    width: auto;
    height: 4rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-heading-section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-heading-section {
    gap: 1.5rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.c-heading-section__ja {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__ja {
    font-size: 4rem;
    letter-spacing: 0;
  }
}

.c-heading-section__en {
  font-family: var(--Plus);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .c-heading-section__en {
    font-size: 1.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-link-character {
  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;
  position: relative;
  clip-path: inset(0);
}
@media (hover: none) {
  .c-link-character:active {
    -webkit-transform: scale(0.965);
            transform: scale(0.965);
  }
}
@media (hover: hover) {
  .c-link-character:hover, a:hover .c-link-character {
    color: var(--color-accent);
  }
}

.c-link-character__txt:nth-child(2) {
  position: absolute;
  top: 100%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-accent {
  color: var(--color-accent);
}
.c-link-accent:hover {
  text-decoration: underline;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-link-underline {
  text-decoration: underline;
}
.c-link-underline:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-list-table {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}
.c-list-table tr {
  border-bottom: var(--border-gray);
}
.c-list-table th {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .c-list-table tr, .c-list-table th, .c-list-table td {
    display: block;
  }
  .c-list-table tr {
    padding: 1rem 0;
  }
  .c-list-table td {
    padding-top: 0.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-list-table {
    font-size: 1.125rem;
  }
  .c-list-table th, .c-list-table td {
    padding: 1.875rem 0;
  }
  .c-list-table th {
    width: 12.5rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-list-disc li {
  position: relative;
  padding-left: 1em;
}
.c-list-disc li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  pointer-events: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	c-paragraph
----------------------------------------------------*/
.c-paragraph {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .c-paragraph {
    font-size: 1.125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
.bold,
.strong {
  font-weight: bold;
}

.u-hide {
  display: none;
}

.u-breakLine {
  display: inline-block;
}

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

.u-only-sp {
  display: block !important;
}
@media screen and (min-width: 641px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none !important;
}
@media screen and (min-width: 641px) {
  .u-only-pc {
    display: block !important;
  }
}

.js-anime-block {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: clip-path;
}

.u-color-accent {
  color: var(--color-accent);
}

.u-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding-bottom: 6.25rem;
}
.u-template > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.u-gap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--gap);
}

.is-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.u-budoux {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

[data-delay="0.1"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-delay="1.1"] {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-delay="1.2"] {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-delay="1.3"] {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-delay="1.4"] {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-delay="1.5"] {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-delay="1.6"] {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-delay="1.7"] {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-delay="1.8"] {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-delay="1.9"] {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-delay="2"] {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-delay="2.1"] {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-delay="2.2"] {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-delay="2.3"] {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-delay="2.4"] {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-delay="2.5"] {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-delay="2.6"] {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-delay="2.7"] {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-delay="2.8"] {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-delay="2.9"] {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-delay="3"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.__loop {
  -webkit-animation: loopLeft linear 30s infinite;
          animation: loopLeft linear 30s infinite;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.__loop img {
  width: auto;
  max-width: none;
  height: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .__loop {
    -webkit-animation: loopLeft linear 50s infinite;
            animation: loopLeft linear 50s infinite;
  }
  .__loop img {
    height: 32.875rem;
  }
}

@-webkit-keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loopLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes loopRight {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}