@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.ff-zen-r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ff-zen-m, .btn-more-or, .dl-pdf-btn, .btn-default, .other-service-list__btn, .common-works-list__btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ff-zen-b, .top-services-other__title, .top-services-promo__title, .top-strengths-list__item h3, .top-strengths__title-sub, .top-strengths__title, .common-works-list2__title, .other-service-list__title, .section-lede__title, .catch-title__ja, .common-contact__title, .common-works-list__title, .common-works__title-jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ff-noto, .top-services__content, .common-contact__details th .common-contact__info-title, .header-nav-list li, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.ff-en, .top-strengths__title span, .header-tel, .common-works-list2__result-title, .flow-list__num, .catch-title__en, .common-contact__info-title, .common-contact__tel, .common-contact__title::after, .common-works-list__date, .common-works__title-jp::after, .footer .copyright, .menu-btn::after {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
  scroll-padding: 150px;
}
@media (width <= 699px) {
  html {
    scroll-padding: 180px;
  }
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  text-align: left;
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  color: #000000;
  container-type: inline-size;
}
body.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}

/* リンク色 */
a {
  color: #000000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #000000;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

ul {
  list-style: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* layout */
header {
  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: 10px 30px;
  position: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  color: #fff;
  background-color: #000000;
  padding-bottom: 84px;
  box-sizing: border-box;
  min-height: 185px;
}
@media (width <= 699px) {
  header {
    padding: 20px 20px 0px;
    display: block;
    min-height: 70px;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    background-color: transparent;
  }
  header.scroll {
    background-color: transparent;
  }
  header.scroll .header-site-name,
  header.scroll .header-btn {
    display: none;
  }
}

.top header {
  background-color: transparent;
  padding-bottom: 30px;
  min-height: auto;
  padding: 40px 30px;
}

.header-site-name {
  background: url(../img/common/header/log--sitename.svg) top left/contain no-repeat;
  width: 180px;
  height: 20px;
  text-indent: -9999px;
}
.header-site-name a {
  display: block;
  width: 100%;
  line-height: 1;
}
@media (width <= 699px) {
  .header-site-name {
    height: 30px;
    width: 233px;
    margin-bottom: 35px;
  }
}

@media (width <= 699px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 32px;
  margin: 0px 20px;
}
.header-nav-list li {
  font-size: 0.94rem;
  border-bottom: 1px solid #fff;
}
.header-nav-list li a {
  color: #fff;
}
.header-nav-list li a:hover {
  color: #fff;
  opacity: 0.7;
}

.header-btn {
  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;
  gap: 12px;
}
@media (width <= 1190px) {
  .header-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width <= 699px) {
  .header-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: none;
  }
}

.menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  width: 70px;
  height: 70px;
  z-index: 9999;
  background-color: transparent;
}
.menu-btn::after {
  content: "MENU";
  color: #fff;
  font-size: 0.88rem;
  position: absolute;
  bottom: 6px;
  left: 0;
  letter-spacing: 3.64px;
  width: 70px;
}
.menu-btn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 2.5px;
  border-radius: 2px;
  background: #fff;
  width: 40px;
}
.menu-btn span:nth-of-type(1) {
  top: 22px;
}
.menu-btn span:nth-of-type(2) {
  top: 35px;
}
.menu-btn.active::after {
  content: "CLOSE";
  letter-spacing: 2px;
}
.menu-btn.active span {
  width: 33px;
}
.menu-btn.active span:nth-of-type(1) {
  top: 24px;
  left: 20px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  left: 20px;
  top: 30px;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
@media (width >= 699px) {
  .menu-btn {
    display: none;
  }
}

.footer {
  background: url(../img/common/footer/bgi--01.svg) bottom center/auto 320px no-repeat, #000;
  color: #fff;
  padding: 80px 0px 20px;
}
.footer .footer-logo img {
  height: 19.5px;
}
.footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.footer .footer-address {
  font-style: normal;
  line-height: 1.9;
  font-weight: 500;
  margin-top: 24px;
}
.footer .footer-address .tel {
  color: #fff;
}
.footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  gap: 60px;
}
.footer .footer-nav ul li {
  margin-bottom: 20px;
}
.footer .footer-nav ul li a {
  color: #fff;
}
.footer .copyright {
  text-align: center;
  font-size: 0.75rem;
}
@media (width <= 1190px) {
  .footer {
    padding: 80px 20px 20px;
  }
}
@media (width <= 699px) {
  .footer {
    padding: 50px 0px 35px;
    background-size: contain;
  }
  .footer .footer-container {
    display: block;
    margin-bottom: 80px;
  }
  .footer .footer-logo {
    text-align: center;
    margin-bottom: 40px;
    font-size: 0.88rem;
  }
  .footer .footer-logo img {
    height: 28px;
  }
  .footer .footer-nav {
    display: block;
  }
  .footer .footer-nav ul li {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  text-align: left;
  padding: 0px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 699px) {
  .layout-container {
    width: 1190px;
    padding: 0px;
    max-width: 100%;
    margin: 0px auto;
  }
}

.layout-container-mid {
  text-align: left;
  padding: 0px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 699px) {
  .layout-container-mid {
    width: 1070px;
    padding: 0px;
    padding: 0px;
    max-width: 100%;
    margin: 0px auto;
  }
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .layout-section {
    margin-bottom: 60px;
  }
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

.pc-row, .flow-list__item {
  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: 699px) {
  .pc-row, .flow-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pc-row .col, .flow-list__item .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    list-style: none;
  }
}

.row, .flow-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row .col, .flow-list__title .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  list-style: none;
}

/* module */
.global-nav {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.global-nav.active {
  display: block;
}
.global-nav__list {
  margin-bottom: 40px;
}
.global-nav__list li {
  border-bottom: 1px solid #fff;
}
.global-nav__list li a {
  padding: 24px 30px 24px 0px;
  color: #fff;
  display: block;
  background: url(../img/common/icon/ico--arrow-global.svg) right center/14px auto no-repeat;
}
.global-nav .btn-default {
  width: 100%;
}
@media (width >= 699px) {
  .global-nav.active {
    display: none;
  }
}

.common-works {
  padding: 130px 0px;
}
.common-works .layout-container {
  position: relative;
  min-height: 768px;
  background-color: #F2F2F2;
}
.common-works__title {
  position: absolute;
  top: 50%;
  left: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-works__title-jp {
  font-size: 3rem;
  border-bottom: 2px solid #000000;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.common-works__title-jp::after {
  content: "WORKS";
  font-size: 4.13rem;
  color: rgba(0, 0, 0, 0.04);
  font-weight: 800;
  letter-spacing: -3.3px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: -56px;
  left: 3px;
}
.common-works .btn-default {
  position: absolute;
  top: 50%;
  left: 330px;
  width: 307px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (width <= 1000px) {
  .common-works .layout-container {
    min-height: auto;
  }
  .common-works__title {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 30px;
    margin: 0px auto 30px;
  }
  .common-works .btn-default {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 30px auto;
  }
}
@media (width <= 699px) {
  .common-works {
    padding: 38px 0px 46px;
  }
  .common-works__title {
    margin-bottom: 50px;
  }
  .common-works__title-jp {
    font-size: 1.75rem;
  }
  .common-works__title-jp::after {
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .common-works .btn-default {
    width: 100%;
    margin-bottom: 0;
  }
}

.common-works-list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background-color: #F2F2F2;
  /*&__content{
  	margin-top: 10px;
  	max-height: 0;
  	opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  }*/
}
.common-works-list__item {
  position: relative;
  overflow: hidden;
  height: 256px;
  overflow: hidden;
}
.common-works-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-works-list__item a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.common-works-list__item a:hover .common-works-list__btn::before {
  width: 100%;
}
.common-works-list__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.common-works-list__item:nth-of-type(4) {
  -ms-grid-column: 3;
      grid-column-start: 3;
}
.common-works-list__item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.common-works-list__text {
  position: relative;
  color: #fff;
  text-align: left;
  z-index: 2;
}
.common-works-list__cat {
  border: 1px solid #fff;
  color: #fff;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 0.81rem;
  font-weight: bold;
}
.common-works-list__date {
  font-size: 0.88rem;
  margin-left: 10px;
}
.common-works-list__title {
  font-size: 1.25rem;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  max-height: 100px;
}
.common-works-list__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-weight: normal;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-works-list__btn::after {
  content: "";
  width: 35px;
  height: 18px;
  border-radius: 30px;
  background: url(../img/common/icon/ico--arrow-btn.svg) center center no-repeat, #fff;
}
.common-works-list__btn::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media (width <= 1000px) {
  .common-works-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .common-works-list__item:nth-of-type(4) {
    -ms-grid-column: auto;
        grid-column-start: auto;
  }
}
@media (width <= 699px) {
  .common-works-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .common-works-list__item {
    height: auto;
    min-height: 215px;
  }
  .common-works-list__item a {
    padding: 10px 20px;
  }
}

.common-contact {
  padding: 50px 40px 80px;
  color: #fff;
  position: relative;
}
.common-contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 1px);
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.73);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.common-contact__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-contact .layout-container {
  position: relative;
  z-index: 2;
}
.common-contact__title {
  font-size: 3rem;
  border-bottom: 1px solid #fff;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 70px auto;
  position: relative;
}
.common-contact__title span {
  color: #FF620E;
}
.common-contact__title::after {
  content: "CONTACT";
  font-size: 4.13rem;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 800;
  letter-spacing: -3.3px;
  line-height: 0.8;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: -56px;
  left: 20px;
}
.common-contact__content {
  text-align: center;
  margin-bottom: 48px;
  line-height: 2;
}
.common-contact__tel {
  font-size: 3.5rem;
  color: #FF620E;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.common-contact__tel:hover {
  color: #FF620E;
}
.common-contact__info {
  width: 332px;
  max-width: 100%;
  margin: 0px auto;
}
.common-contact__info-title {
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  padding: 5px;
  font-weight: 500;
  line-height: 1;
}
.common-contact__details {
  margin-bottom: 48px;
}
.common-contact__details th {
  width: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-contact__details th .common-contact__info-title {
  font-size: 0.81rem;
  padding: 8px 5px;
}
.common-contact__details td {
  padding: 8px 0px 8px 15px;
}
.common-contact .btn-default {
  width: 332px;
  margin: 0px auto;
}
.common-contact .title-lv03 {
  margin-bottom: 10px;
}
@media (width <= 699px) {
  .common-contact {
    padding: 50px 0px 60px;
  }
  .common-contact__title {
    font-size: 1.75rem;
    margin-bottom: 50px;
  }
  .common-contact__title::after {
    width: 256px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .common-contact .btn-default {
    width: 100%;
    font-size: 1.13rem;
  }
  .common-contact__tel {
    margin-bottom: 20px;
  }
  .common-contact__details {
    margin-bottom: 32px;
  }
  .common-contact__content {
    text-align: left;
  }
}

.common-tel {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.common-tel span {
  font-size: 3.5rem;
  margin-left: 20px;
  color: #FF620E;
}

.common-details p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.common-details span {
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-right: 15px;
  min-width: 80px;
}

.common-contact-form-button {
  background-color: #FF620E;
  color: #fff;
  padding: 20px 32px;
  border-radius: 4px;
  font-weight: bold;
}

/*catch*/
.catch {
  margin-top: 185px;
  height: 488px;
  background: url(../img/spec/pic--main.webp) center/cover no-repeat;
}
.catch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 488px;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 185px;
  left: 0;
  z-index: 1;
}
.catch .layout-container {
  position: relative;
  height: 100%;
}
@media (width <= 699px) {
  .catch {
    height: 260px;
    margin-top: 0;
  }
  .catch::after {
    height: 260px;
    top: 0;
  }
}

.catch-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.catch-title__ja {
  font-size: 3.5rem;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #fff;
  min-width: 610px;
  line-height: 1.2;
}
.catch-title__en {
  font-size: 7.25rem;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -5.8px;
  color: #FF620E;
  opacity: 0.3;
}
@media (width <= 1190px) {
  .catch-title__ja {
    min-width: auto;
  }
}
@media (width <= 699px) {
  .catch-title__ja {
    font-size: 2rem;
  }
  .catch-title__en {
    font-size: 3rem;
    letter-spacing: -3px;
  }
}

.bc-list {
  position: absolute;
  bottom: 14px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.bc-list li {
  color: #fff;
  font-size: 0.81rem;
  gap: 16px;
  text-decoration: none;
}
.bc-list li::after {
  content: ">";
  margin: 0px 3px;
  text-decoration: none;
}
.bc-list li a {
  color: #fff;
  text-decoration: underline;
}
.bc-list li:last-of-type::after {
  content: none;
}
@media (width <= 699px) {
  .bc-list {
    left: 20px;
  }
}

/*lead*/
.section-lede {
  background-color: #000;
  color: #fff;
  padding: 70px 0px 120px;
}
.section-lede__title {
  font-size: 3rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 70px;
  text-align: center;
}
.section-lede__title span {
  border-bottom: 2px solid #fff;
}
.section-lede__title span .small {
  font-size: 2.5rem;
  border-bottom: none;
}
.section-lede__content {
  text-align: center;
}
@media (width <= 699px) {
  .section-lede {
    padding: 60px 0px;
  }
  .section-lede__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .section-lede__title span .small {
    font-size: 1rem;
  }
  .section-lede__content {
    text-align: left;
    font-size: 1rem;
  }
}

.bgc-white .section-lede__title span, .bgc-gray .section-lede__title span {
  border-bottom: 2px solid #000;
}

/*Section*/
.section-layout {
  padding: 110px 0px 125px;
}
@media (width <= 699px) {
  .section-layout {
    padding: 60px 0px;
  }
}

.bgc-black {
  color: #fff;
  background-color: #000;
}
.bgc-black + .bgc-black {
  padding-top: 0;
}
@media (width <= 699px) {
  .bgc-black {
    margin-top: -1px;
  }
}

.bgc-white {
  color: #000000;
  background-color: #fff;
}
.bgc-white + .bgc-white {
  padding-top: 0;
}

.bgc-gray {
  color: #000000;
  background-color: #F0F0F0;
}
.bgc-gray + .bgc-gray {
  padding-top: 0;
}

/*FAQ*/
.faq-section-list dt {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 30px 60px 30px 40px;
  background: url(../img/common/icon/ico--q.svg) top 35px left/24px auto no-repeat, url(../img/common/icon/ico--plus.svg) top 35px right/24px auto no-repeat;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.faq-section-list dt.active {
  background: url(../img/common/icon/ico--q.svg) top 35px left/24px auto no-repeat, url(../img/common/icon/ico--minus.svg) top 35px right/24px auto no-repeat;
  border-bottom: none;
}
.faq-section-list dd {
  display: none;
  padding-left: 40px;
  background: url(../img/common/icon/ico--a.svg) top 5px left/24px auto no-repeat;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}
.faq-section-list dd.active {
  display: block;
}
.faq-section-list dd a {
  color: #FF620E;
  text-decoration: underline;
}
.faq-section-list dd ul {
  margin-top: 20px;
  /*li{
  	padding-left: 20px;
  	background: url(../img/common/icon/ico--list.svg) top 13px left / 8px auto no-repeat;
  	margin-bottom: 5px;
  }*/
}
@media (width <= 699px) {
  .faq-section-list dt {
    font-size: 1rem;
    padding: 15px 40px 15px 30px;
    background-position: top 16px left, top 16px right;
  }
  .faq-section-list dt.active {
    background-position: top 16px left, top 16px right;
  }
  .faq-section-list dd {
    padding-left: 30px;
    padding-bottom: 15px;
    font-size: 0.94rem;
  }
}

/*flow*/
.flow-list {
  list-style: none;
  padding-left: 58px;
}
.flow-list__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 40px 0px;
  position: relative;
}
.flow-list__item::before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: -58px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.flow-list__item::after {
  content: "";
  width: 1px;
  height: calc(100% + 2px);
  left: -50px;
  background-color: #fff;
  position: absolute;
}
.flow-list__item:first-of-type::after {
  height: 50%;
  top: 50%;
}
.flow-list__item:last-of-type::after {
  height: 50%;
  top: 0;
}
.flow-list__title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 530px);
  gap: 20px;
}
.flow-list__num {
  font-size: 5.88rem;
  font-weight: bold;
  width: 135px;
}
.flow-list__content {
  width: 500px;
}
@media (width <= 699px) {
  .flow-list {
    padding-left: 30px;
  }
  .flow-list__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow-list__content {
    width: 100%;
  }
  .flow-list__num {
    font-size: 2rem;
    width: auto;
  }
  .flow-list__item {
    padding: 20px 0px;
  }
  .flow-list__item::before {
    left: -30px;
    top: 45px;
  }
  .flow-list__item::after {
    left: -22px;
    height: 100%;
    top: 45px;
  }
  .flow-list__item:first-of-type::after {
    height: 100%;
    top: 45px;
  }
  .flow-list__item:last-of-type::after {
    content: none;
  }
}

.bgc-white .flow-list__item {
  border-bottom-color: #000000;
}
.bgc-white .flow-list__item::before, .bgc-white .flow-list__item::after {
  background-color: #000000;
}

.other-service {
  padding: 72px 0px 100px;
}
.other-service .title-lv02 {
  margin-bottom: 78px;
}

.other-service-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  list-style: none;
}
.other-service-list__item {
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/other-service/pic--01.webp) center/cover no-repeat;
  min-height: 210px;
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
}
.other-service-list__item:hover {
  color: #fff;
  opacity: 0.7;
}
.other-service-list__item:nth-of-type(2) {
  background-image: url(../img/common/other-service/pic--02.webp);
}
.other-service-list__item:nth-of-type(3) {
  background-image: url(../img/common/other-service/pic--03.webp);
}
.other-service-list__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
}
.other-service-list li:nth-of-type(2) .other-service-list__item {
  background-image: url(../img/common/other-service/pic--02.webp);
}
.other-service-list li:nth-of-type(3) .other-service-list__item {
  background-image: url(../img/common/other-service/pic--03.webp);
}
.other-service-list__title {
  font-size: 1.5rem;
  min-height: 68px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.other-service-list p {
  font-size: 0.83rem;
  position: relative;
  z-index: 1;
}
.other-service-list__btn {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-weight: normal;
  color: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.other-service-list__btn::after {
  content: "";
  width: 35px;
  height: 18px;
  border-radius: 30px;
  background: url(../img/common/icon/ico--arrow-btn.svg) center center no-repeat, #fff;
}
@media (width <= 699px) {
  .other-service-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.common-works-list2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 40px;
}
.common-works-list2__item {
  position: relative;
  min-height: 372px;
  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: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-works-list2__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.common-works-list2__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.common-works-list2__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.42);
  position: absolute;
  top: 0;
  left: 0;
}
.common-works-list2__info {
  position: relative;
  color: #fff;
}
.common-works-list2__tag {
  list-style: none;
  font-size: 0.81rem;
  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: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 20px;
}
.common-works-list2__tag li {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 2px 7px;
}
.common-works-list2__title {
  font-size: 1.44rem;
  margin-bottom: 5px;
}
.common-works-list2__content {
  font-size: 0.94rem;
  min-height: 120px;
}
.common-works-list2__result-title {
  font-size: 2rem;
  letter-spacing: -1.6px;
  font-weight: 800;
  color: rgba(255, 98, 14, 0.4);
  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: flex-start;
  gap: 35px;
}
.common-works-list2__result-title::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
.common-works-list2__result-content {
  font-size: 0.94rem;
}
@media (width <= 699px) {
  .common-works-list2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .common-works-list2__item {
    padding: 20px;
  }
}

/*Loading*/
.box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  -webkit-transition: all 1.2s ease; /* 1.2秒でフェードアウト */
  transition: all 1.2s ease;
  color: #fff; /* ローディングアニメーションカラー */
  background-color: #333; /* 背景カラー */
}

.box.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 200px;
  height: 200px;
	&.type1{
    border-radius:50%;
    border-width:8px;
    border-style:solid;
    border-color:#fff rgba(#fff,.12) rgba(#fff,.12);
    animation:spinner1_1 1.5s infinite linear forwards;

    img{
      animation:spinner_loading_text 1.5s infinite linear forwards reverse;
    }
  }
}

.spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 12px;
}
*/
/* ローディング要素のアニメーション内容 
@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}*/
/* Loading テキストのアニメーション内容 
@-webkit-keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner_loading_text {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}*/
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 200px;
  height: 200px;
}

.spinner.type1 {
  border-radius: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #fff rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.12);
  -webkit-animation: spinner1_1 1.5s infinite linear forwards;
          animation: spinner1_1 1.5s infinite linear forwards;
}
.spinner.type1 img {
  -webkit-animation: spinner_loading_image_revert 1.5s infinite linear forwards;
          animation: spinner_loading_image_revert 1.5s infinite linear forwards;
}

.spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ローディング要素のアニメーション内容 (変更なし) */
@-webkit-keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spinner1_1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* img要素の回転を打ち消すアニメーション */
@-webkit-keyframes spinner_loading_image_revert {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes spinner_loading_image_revert {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes spinner_loading_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner_loading_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 0.88rem;
}

.u-font-size--large {
  font-size: 1.13rem;
}

.u-font-size--x-large {
  font-size: 1.25rem;
}

.u-font-size--xx-large {
  font-size: 1.5rem;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: #F32F58;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #231815;
}

.u-color-sub {
  color: #FF620E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(20%, #FFF238));
  background: linear-gradient(transparent 80%, #FFF238 20%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
}

.u-marker-orange {
  background: #FF620E;
  padding: 0 2px;
  position: relative;
  color: #ffffff;
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* 行間の設定 */
.u-lh-mid {
  line-height: 1.8;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* マージンボトムの設定 */
.u-margin-bottom--none {
  margin-bottom: 0px;
}

.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 60px;
}

.u-margin-bottom--x-large {
  margin-bottom: 80px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 120px;
}

.u-margin-bottom--max {
  margin-bottom: 160px;
}

/* レイアウトの設定 */
.u-over-parent, .top-services-promo {
  margin-inline: -20px;
}
@media (min-width: 699px) {
  .u-over-parent, .top-services-promo {
    margin-inline: calc(50% - 50cqi);
  }
}

.u-padding-pagewidth, .top-services-promo {
  padding-inline: 20px;
}
@media (min-width: 699px) {
  .u-padding-pagewidth, .top-services-promo {
    padding-inline: calc(50cqi - 50%);
  }
}

@media (min-width: 700px) {
  .u-flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ポジションの設定 */
.u-position-relative {
  position: relative;
}

/* 改行の設定 */
@media screen and (max-width: 699px) {
  .u-br-not-sp {
    display: none;
  }
}

@media screen and (min-width: 699px) {
  .u-br-sp {
    display: none;
  }
}

.top-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-service-item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-service-item img {
  width: 50%;
}

.top-service-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-service-promotion-item {
  width: 50%;
  position: relative;
  color: #fff;
}
.top-service-promotion-item img {
  width: 100%;
  display: block;
}

@media (width <= 768px) {
  .top-strengths-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-strength-item {
    border-right: none;
    border-bottom: 2px solid #E2E2E2;
    padding: 20px 0;
  }
  .top-strength-item:last-child {
    border-bottom: none;
  }
  .top-service-item, .top-service-item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-service-item img, .top-service-text {
    width: 100%;
  }
  .top-service-promotion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-service-promotion-item {
    width: 100%;
  }
}
.list-style-01 li, .faq-section-list dd ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
.list-style-01 li::before, .faq-section-list dd ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FF620E;
  display: inline-block;
  margin-right: 10px;
  left: 0;
  top: 10px;
}
@media (width <= 699px) {
  .list-style-01 li, .faq-section-list dd ul li {
    font-size: 0.94rem;
    margin-bottom: 10px;
  }
}

.btn-default {
  width: 227px;
  height: 70px;
  background-color: #000000;
  color: #fff;
  border-radius: 4px;
  padding: 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btn-default::after {
  content: "";
  width: 35px;
  height: 18px;
  border-radius: 30px;
  background: url(../img/common/icon/ico--arrow-btn.svg) center center no-repeat, #fff;
}
.btn-default:hover {
  background-color: #fff;
  color: #000000;
}

.btn-orange {
  background-color: #FF620E;
}

.header-contact {
  background-color: #FF620E;
  color: #fff;
  padding: 10px 10px;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  height: 34px;
  font-size: 0.88rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 174px;
  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;
}
.header-contact:hover {
  color: #fff;
  opacity: 0.7;
}
@media (width <= 699px) {
  .header-contact {
    font-size: 1rem;
    height: 40px;
    width: 157px;
  }
}

.header-tel {
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 1.13rem;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  line-height: 1;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 174px;
  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;
  color: #fff;
}
.header-tel:hover {
  color: #fff;
  opacity: 0.7;
}
@media (width <= 699px) {
  .header-tel {
    height: 40px;
    width: 157px;
  }
}

.view-all-button {
  background-color: #000;
  color: #fff;
  padding: 20px 32px;
  border-radius: 4px;
  font-weight: bold;
}

.promotion-text a {
  background-color: #000;
  color: #fff;
  padding: 20px 32px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}

.contact-form-button {
  background-color: #FF620E;
  color: #fff;
  padding: 20px 32px;
  border-radius: 4px;
  font-weight: bold;
}

.btn-contact-tel {
  position: fixed;
  bottom: 136px;
  right: 16px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (width >= 699px) {
  .btn-contact-tel {
    display: none;
  }
}

.btn-contact-form {
  position: fixed;
  bottom: 48px;
  right: 16px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (width >= 699px) {
  .btn-contact-form {
    display: none;
  }
}

.dl-pdf-btn {
  width: 300px;
  max-width: 100%;
  background-color: #FF620E;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  gap: 18px;
  border-radius: 4px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.dl-pdf-btn::after {
  content: "";
  width: 28px;
  height: 30px;
  background: url(../img/common/icon/ico--pdf.svg) top left/contain no-repeat;
}
.dl-pdf-btn:hover {
  background-color: #fff;
  color: #000000;
}
.dl-pdf-btn:hover::after {
  background-image: url(../img/common/icon/ico--pdf-bl.svg);
}

.btn-more-or {
  position: relative;
  font-weight: normal;
  color: #FF620E;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-more-or::after {
  content: "";
  width: 35px;
  height: 18px;
  border-radius: 30px;
  background: url(../img/common/icon/ico--arrow-btn-or.svg) center center no-repeat, #fff;
}
.btn-more-or::before {
  content: "";
  width: 0px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.btn-more-or:hover {
  color: #000000;
}
.btn-more-or:hover::after {
  background-image: url(../img/common/icon/ico--arrow-btn.svg);
}
.btn-more-or:hover::before {
  width: 100%;
}

/* Main Visual */
.top-main-visual {
  height: 100vh;
  min-height: 768px;
  color: #fff;
  position: relative;
}
.top-main-visual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-main-visual__catch {
  position: absolute;
  top: 230px;
  left: calc(50vw - 683px + 120px);
  z-index: 2;
}
.top-main-visual__text {
  position: absolute;
  top: 506px;
  right: calc(50vw - 683px + 92px);
  text-align: left;
  z-index: 2;
}
.top-main-visual__text p {
  font-size: 1.25rem;
  font-weight: 500;
}
.top-main-visual__video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  min-height: 768px;
}
.top-main-visual .header-btn {
  display: none;
}
@media (width <= 1190px) {
  .top-main-visual__catch {
    left: 0;
  }
  .top-main-visual__text {
    right: 0;
  }
}
@media (width <= 699px) {
  .top-main-visual {
    min-height: 500px;
  }
  .top-main-visual__catch {
    top: 133px;
    left: 20px;
  }
  .top-main-visual__text {
    top: 317px;
    right: auto;
    width: 100%;
  }
  .top-main-visual__text p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1rem;
    margin: 0px auto;
  }
  .top-main-visual__video {
    min-height: 500px;
  }
  .top-main-visual .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: absolute;
    bottom: 36px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 2;
  }
  .top-main-visual .header-btn .header-tel,
  .top-main-visual .header-btn .header-contact {
    padding: 10px;
    display: block;
    text-align: center;
    width: 100%;
  }
}

/* Strengths */
.top-strengths {
  background: url(../img/index/txt--strengths.svg) left top/90px auto no-repeat;
  padding: 95px 0px 144px;
}
.top-strengths__title {
  font-size: 3rem;
  line-height: 0.8;
  margin-bottom: 0;
}
.top-strengths__title span {
  font-size: 4.25rem;
}
.top-strengths__container {
  background-color: #F0F0F0;
  padding: 56px 0px;
}
.top-strengths__container .btn-default {
  margin: 0 auto;
}
.top-strengths__title-sub {
  font-size: 2rem;
  border-bottom: 2px solid #000000;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0px auto 34px;
  line-height: 2;
}
.top-strengths__content {
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}
.top-strengths__content .u-marker-orange {
  padding: 4px 2px;
}
@media (width <= 1190px) {
  .top-strengths {
    padding: 95px 20px 144px;
  }
}
@media (width <= 699px) {
  .top-strengths {
    background-size: 36px auto;
    padding: 40px 16px 57px;
  }
  .top-strengths__title {
    font-size: 1.75rem;
  }
  .top-strengths__title span {
    font-size: 2.38rem;
  }
  .top-strengths__title-sub {
    font-size: 1.25rem;
  }
  .top-strengths__container {
    padding: 22px 16px 40px;
  }
  .top-strengths__content {
    line-height: 2.5;
    margin-bottom: 24px;
  }
}

.top-strengths-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 40px;
}
.top-strengths-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 2px solid #E2E2E2;
  padding: 50px 38px 40px;
}
.top-strengths-list__item:last-child {
  border-right: none;
}
.top-strengths-list__item img {
  margin: 0px auto 30px;
  display: block;
}
.top-strengths-list__item h3 {
  font-size: 1.75rem;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.84px;
}
.top-strengths-list__item p {
  line-height: 2;
}
@media (width <= 699px) {
  .top-strengths-list {
    display: block;
  }
  .top-strengths-list__item {
    padding: 26px 0px 36px;
    border-right: none;
    border-bottom: 2px solid #E2E2E2;
  }
  .top-strengths-list__item:last-child {
    border-bottom: none;
  }
  .top-strengths-list__item img {
    margin: 0px auto 13px;
  }
  .top-strengths-list__item h3 {
    font-size: 1.25rem;
    margin-bottom: 28px;
  }
}

.top-services {
  background-color: #231815;
}
.top-services__intro {
  padding: 90px 0px 190px;
  background: url(../img/index/bgi--services-01.webp) left bottom/920px auto no-repeat;
}
.top-services__title {
  width: 108px;
  height: 275px;
  margin-right: 200px;
  margin-left: auto;
  background: url(../img/index/txt--services.svg) top left/contain no-repeat;
  text-indent: -9999px;
}
.top-services__content {
  position: relative;
  color: #fff;
  letter-spacing: normal;
  line-height: 1.9;
  z-index: 2;
}
@media (width <= 699px) {
  .top-services {
    padding-bottom: 50px;
  }
  .top-services__intro {
    margin: 0px -20px;
    padding: 36px 0 110px;
    background-size: 466px auto;
    background-position: left -120px bottom -20px;
  }
  .top-services__title {
    width: 92px;
    height: 226px;
    margin-right: 34px;
  }
}

.top-services-promo {
  position: relative;
  padding-top: 176px;
  padding-bottom: 176px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.top-services-promo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-services-promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/index/bgi--services-02.webp) center/cover no-repeat;
  z-index: 0;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.top-services-promo.is-visible::before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.top-services-promo__video {
  position: absolute;
  height: calc(100% - 220px);
  min-height: 550px;
  width: 1190px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  border: 1px solid #fff;
}
.top-services-promo__video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-services-promo__title {
  z-index: 2;
  position: relative;
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 147px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 55px;
  margin-right: 30px;
}
.top-services-promo__title span {
  border-bottom: 2px solid #fff;
}
.top-services-promo .top-services__content {
  width: 357px;
  max-width: 100%;
  margin-bottom: 44px;
  margin-left: 710px;
  z-index: 2;
}
.top-services-promo .btn-default {
  position: relative;
  margin-left: 710px;
  z-index: 2;
}
@media (width <= 1190px) {
  .top-services-promo__video {
    width: calc(100% - 40px);
  }
}
@media (width <= 699px) {
  .top-services-promo {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .top-services-promo::before {
    background-position: left center;
  }
  .top-services-promo__title {
    margin: 0px;
    font-size: 1.75rem;
    margin-bottom: 196px;
  }
  .top-services-promo__video {
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    min-height: auto;
    -o-object-position: -130px center;
       object-position: -130px center;
  }
  .top-services-promo .top-services__content {
    width: 100%;
    margin-left: 0;
    margin-bottom: 37px;
  }
  .top-services-promo .btn-default {
    margin-left: auto;
    margin-right: auto;
  }
}

.is-visible .top-services-promo__video {
  opacity: 1;
  visibility: visible;
}

.top-services-other {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 60px;
  padding: 96px 0;
}
.top-services-other__item {
  display: block;
  padding: 40px 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-height: 270px;
}
.top-services-other__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/filter/dec--dot.svg) top left/cover no-repeat, rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-services-other__video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-services-other__title {
  font-size: 2rem;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  z-index: 2;
}
@media (width <= 1190px) {
  .top-services-other {
    padding: 96px 20px;
  }
}
@media (width <= 699px) {
  .top-services-other {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    padding: 46px 0px;
  }
  .top-services-other__item {
    padding: 27px 20px;
  }
  .top-services-other__title {
    font-size: 1.25rem;
  }
}

/*.top-services-footer{
	background: url(../img/index/bgi--service.webp) center / cover no-repeat;
	max-height: 840px;
	overflow: visible;
	view-timeline-name: --section-pin;
	view-timeline-axis: block;
	&__scroll{
		height: 100%;
		width: 100%;
		position: sticky;
		top: 0;
		overflow-x: hidden;
	}
	&__item{
		height: 100%;
		width: 150%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 0px;
		animation: horizontalScroll linear both;
		animation-timeline: --section-pin;
		animation-range: contain 0% contain 100%;
		img{
			//width: 110vw;
			width: 280vw;
		}
	}
	@media (width <= $bp-sp) {

		&__item{
			margin-top: -1px;
			width: 300%;
			img{
				animation: horizontalScroll-sp linear both;
				animation-timeline: --section-pin;
				animation-range: contain 0% contain 100%;
				width: 300vw;
			}
		}
	}
}

@keyframes horizontalScroll {
  from {
    transform: translateX(0);
  }

  to {
   //transform: translateX(-10vw);
	  transform: translateX(-45vw);
  }
}
@keyframes horizontalScroll-sp {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100vw);
  }
}*/
.top-services-footer {
  /* 背景画像と高さを定義 */
  background: url(../img/index/bgi--service.webp) center/cover no-repeat;
  max-height: 840px;
  overflow: hidden;
}

.top-services-footer__scroll {
  /* スクロールを発生させるための高さを設定 */
  height: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.top-services-footer__item {
  height: 100%;
  width: 280vw; /* デスクトップの幅を維持 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
}

.top-services-footer__item img {
  width: 145vw;
  height: auto;
}

@media (width <= 699px) {
  .top-services-footer__scroll {
    height: 230px;
  }
  .top-services-footer__item {
    width: 300vw; /* スマホの幅を維持 */
  }
  .top-services-footer__item img {
    width: 210vw;
  }
}
/*# sourceMappingURL=top.css.map */