@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  color: #252525;
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

.fadeColor {
  position: relative;
}
.fadeColor::before {
  -webkit-transition-delay: 0.4s;
  -webkit-transition: opacity 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  mix-blend-mode: color;
  transition: opacity 0.7s;
  transition-delay: 0.4s;
}
.fadeColor.is-show::before {
  opacity: 0;
}

.s-notFound {
  padding: 15.3rem 0 5rem;
}
.s-notFound__ttl {
  font-weight: 600;
  font-size: min(4rem, 40px);
  text-align: center;
}
.s-notFound__desc {
  margin-top: 6rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  text-align: center;
}

/*下記追加記述*/
.en {
  font-family: "Josefin Sans", sans-serif;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

cite {
  font-style: normal;
}

/* layout */
.l-header__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 12.5rem;
  padding: 0 4rem;
  pointer-events: none;
}
.l-header__cont__logo {
  width: 17.7rem;
  pointer-events: auto;
}
.l-header__cont__menu {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  pointer-events: auto;
}
.l-header__cont__menu .contact.is-color {
  background-color: #dadada;
  color: #000;
}
.l-header__cont__menu .contact.is-color .icon {
  color: #000;
}
.l-header__cont__menu .navi {
  -ms-overflow-style: none;
  -webkit-transition: opacity 0.3s;
  display: none;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  overflow-y: scroll;
  overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
  background-color: #252525;
  scrollbar-width: none;
  transition: opacity 0.3s;
}
@starting-style {
  .l-header__cont__menu .navi {
    opacity: 0;
  }
}
.l-header__cont__menu .navi::-webkit-scrollbar {
  display: none;
}
.l-header__cont__menu .navi.is-active {
  display: block;
}
.l-header__cont__menu .navi__logo {
  display: none;
}
.l-header__cont__menu .navi__cont {
  display: grid;
  position: relative;
  place-content: start end;
  padding: 15rem 22rem;
}
.l-header__cont__menu .navi__cont .close {
  display: grid;
  position: absolute;
  top: 5rem;
  right: 5rem;
  place-content: center;
  aspect-ratio: 40/43;
  height: 4.2rem;
}
.l-header__cont__menu .navi__cont .close::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/icon_hexa.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.l-header__cont__menu .navi__cont .close span {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.9rem;
  rotate: 45deg;
}
.l-header__cont__menu .navi__cont .close span::before, .l-header__cont__menu .navi__cont .close span::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #000;
  content: "";
}
.l-header__cont__menu .navi__cont .close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.l-header__cont__menu .navi__cont .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  max-width: 55rem;
  gap: 5.2rem 11rem;
}
.l-header__cont__menu .navi__cont .list__item {
  min-width: 22rem;
}
.l-header__cont__menu .navi__cont .list__item .link {
  display: grid;
  row-gap: 1rem;
  color: #fff;
}
.l-header__cont__menu .navi__cont .list__item .link .en {
  font-weight: 500;
  font-size: min(3.2rem, 32px);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.l-header__cont__menu .navi__cont .list__item .link .jp {
  font-size: min(1.4rem, 14px);
}
.l-header__cont__menu .navi__cont .list__item .link:hover {
  opacity: 0.7;
}
.l-header__cont__menu .navi__cont .typo {
  position: absolute;
  top: 0;
  left: 0;
  width: 22dvh;
}
.l-header__cont__menu .navi__links {
  display: none;
}
.l-header__cont__menu .navi__links .link {
  -webkit-backdrop-filter: blur(1rem);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 9.2rem;
  padding: 2.8rem 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(1rem);
  background: #fff;
  color: #252525;
}
.l-header__cont__menu .navi__links .link .ttl {
  -webkit-transition: all 0.3s;
  display: grid;
  row-gap: 0.5rem;
  transition: all 0.3s;
}
.l-header__cont__menu .navi__links .link .ttl .en {
  font-weight: 600;
  font-size: min(2.4rem, 24px);
}
.l-header__cont__menu .navi__links .link .ttl .jp {
  font-size: min(1.4rem, 14px);
}
.l-header__cont__menu .navi__links .link .hexa {
  display: grid;
  position: relative;
  place-content: center;
  aspect-ratio: 40/43;
  height: 4rem;
}
.l-header__cont__menu .navi__links .link .hexa .icon {
  -webkit-transition: all 0.3s;
  width: 1.6rem;
  rotate: -45deg;
  transition: all 0.3s;
}
.l-header__cont__menu .navi__links .link .hexa::before, .l-header__cont__menu .navi__links .link .hexa::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  content: "";
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
.l-header__cont__menu .navi__links .link .hexa::before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  background-image: url("../img/icon_hexa_frame_bk.svg");
}
.l-header__cont__menu .navi__links .link .hexa::after {
  background-image: url("../img/icon_hexa.svg");
  opacity: 0;
}

.l-footer {
  margin: 0 3rem 4rem;
  padding: 10rem 6rem 5rem;
  border-radius: 2rem;
  background-color: #252525;
}
.l-footer__links {
  -webkit-column-gap: 3.6rem;
  -moz-column-gap: 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.6rem;
}
.l-footer__links .link {
  -webkit-backdrop-filter: blur(1rem);
  display: grid;
  row-gap: 3rem;
  width: calc((100% - 3.6rem) / 2);
  height: 22.6rem;
  padding: 4rem;
  border-radius: 1rem;
  backdrop-filter: blur(1rem);
  background-color: #fff;
  color: #252525;
}
.l-footer__links .link .ttl {
  -webkit-transition: all 0.3s;
  display: grid;
  row-gap: 0.3rem;
  transition: all 0.3s;
}
.l-footer__links .link .ttl .en {
  font-weight: 600;
  font-size: min(4rem, 40px);
}
.l-footer__links .link .ttl .jp {
  font-size: min(1.6rem, 16px);
}
.l-footer__links .link .desc {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: flex-end;
}
.l-footer__links .link .desc .txt {
  -webkit-transition: all 0.3s;
  font-size: min(1.6rem, 16px);
  line-height: 1.75;
  text-align: right;
  transition: all 0.3s;
}
.l-footer__links .link .desc .hexa {
  display: grid;
  position: relative;
  place-content: center;
  aspect-ratio: 40/43;
  height: 4rem;
}
.l-footer__links .link .desc .hexa .icon {
  -webkit-transition: all 0.3s;
  width: 1.6rem;
  rotate: -45deg;
  transition: all 0.3s;
}
.l-footer__links .link .desc .hexa::before, .l-footer__links .link .desc .hexa::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  content: "";
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, transform 0.3s;
  transition: opacity 0.5s, transform 0.3s, -webkit-transform 0.3s;
}
.l-footer__links .link .desc .hexa::before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  background-image: url("../img/icon_hexa_frame_bk.svg");
}
.l-footer__links .link .desc .hexa::after {
  background-image: url("../img/icon_hexa_gr.svg");
  opacity: 0;
}
.l-footer__links .link:hover .ttl {
  color: #a7ff72;
  opacity: 0.5;
}
.l-footer__links .link:hover .txt {
  opacity: 0.5;
}
.l-footer__links .link:hover .hexa .icon {
  color: #252525;
}
@-webkit-keyframes rotate {
  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);
  }
}
@keyframes rotate {
  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);
  }
}
.l-footer__links .link:hover .hexa::before {
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  opacity: 0;
}
.l-footer__links .link:hover .hexa::after {
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  opacity: 1;
}
.l-footer__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 9rem;
}
.l-footer__cont .company .logo {
  width: 17.7rem;
}
.l-footer__cont .company .address {
  margin-top: 2rem;
  color: #fff;
  font-size: min(1.2rem, 12px);
  line-height: 1.67;
}
.l-footer__cont .menu {
  width: 55rem;
}
.l-footer__cont .menu__links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3rem 4.2rem;
}
.l-footer__cont .menu__links .link {
  color: #fff;
  font-weight: 600;
  font-size: min(2rem, 20px);
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.l-footer__cont .menu__links .link:hover {
  opacity: 0.5;
}
.l-footer__cont .menu .copyright {
  display: block;
  margin-top: 4rem;
  color: #fff;
  font-size: min(1rem, 10px);
  text-align: right;
}

/*component*/
.c-inner01 {
  width: 120rem;
  max-width: 95%;
  margin: 0 auto;
}

.c-btn01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17.6rem;
  height: 4.5rem;
  padding: 0 1.7rem;
  border-radius: 1rem;
  background-color: #000;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  text-transform: uppercase;
}
.c-btn01 .icon {
  width: 1.6rem;
  color: #fff;
}
.c-btn01:hover {
  opacity: 0.7;
}

.c-hamburger {
  -webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 4.5rem;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(35deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    top: 50%;
    width: 120%;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 2.2rem;
  height: 1.6rem;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1.5px;
  transform: translateX(-50%);
  background-color: #252525;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transition: none;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
  transition: none;
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}

.c-ttl01 .en {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  font-weight: 600;
  font-size: min(1.4rem, 14px);
  line-height: 1;
  text-transform: uppercase;
}
.c-ttl01 .en::before {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  display: inline-block;
  aspect-ratio: 1/1;
  width: 0.9em;
  margin-top: -0.15em;
  background-color: #252525;
  content: "";
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.c-ttl01 .jp {
  margin-top: 1rem;
  font-weight: bold;
  font-size: min(4.2rem, 42px);
  line-height: 1.62;
}

/*project*/
/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top {
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.top#top.is-color {
  background-color: #252525;
}
.top#top .fv {
  display: grid;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  width: 100%;
  height: 100dvh;
  background-color: #252525;
}
.top#top .fv__movie {
  width: 100%;
  height: 100%;
}
.top#top .s-mv {
  z-index: 3;
  position: relative;
  height: 100dvh;
  min-height: 60rem;
}
.top#top .s-mv__cont .txt {
  position: absolute;
  top: 24dvh;
  left: 6.12vw;
}
.top#top .s-mv__cont .txt .fig {
  width: 41.93vw;
}
.top#top .s-mv__cont .txt .ttl {
  margin-top: 3.13vw;
  font-weight: bold;
  font-size: 2.34vw;
}
.top#top .s-mv__cont .scroll {
  -webkit-transform-origin: bottom right;
  position: absolute;
  right: 3.65vw;
  bottom: 18%;
  transform-origin: bottom right;
  rotate: 90deg;
  font-size: 0.91vw;
}
.top#top .s-mv__typo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  row-gap: 0.8rem;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.top#top .s-mv__typo .typoSlider {
  overflow: hidden;
}
.top#top .s-mv__typo .typoSlider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.top#top .s-mv__typo .typoSlider .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top#top .s-mv__typo .typoSlider .fig {
  width: auto;
  height: calc((100dvh - 5.6rem) / 8);
}
.top#top .s-mv__typo .typoSlider .fig img {
  width: auto;
  height: 100%;
}
.top#top .s-mv::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
}
.top#top .s-message {
  padding: 5rem 0;
  overflow-x: clip;
}
.top#top .s-message__ttl .jp {
  margin-top: 2rem;
  font-size: min(6rem, 60px);
  line-height: 1.5;
}
.top#top .s-message__desc {
  margin-top: 5.2rem;
  font-weight: bold;
  font-size: min(3rem, 30px);
  line-height: 2.27;
}
.top#top .s-message__cont {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 17.5rem;
}
.top#top .s-message__cont .item {
  display: grid;
  place-content: start center;
  place-items: start center;
  width: 33.3333333333%;
}
.top#top .s-message__cont .item:not(:first-child) {
  border-left: 1px solid #252525;
}
.top#top .s-message__cont .item .ttl {
  font-size: min(2.4rem, 24px);
  text-transform: uppercase;
}
.top#top .s-message__cont .item .nums {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: min(11rem, 110px);
}
.top#top .s-message__cont .item .desc {
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.5;
  text-align: center;
}
.top#top .s-message__cont .item .ant {
  margin-top: 0.5rem;
  font-size: min(1.2rem, 12px);
}
.top#top .s-service {
  padding: 33rem 0;
}
.top#top .s-service * {
  color: #fff;
}
.top#top .s-service__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 27rem;
  -moz-column-gap: 27rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 27rem;
  align-items: flex-start;
}
.top#top .s-service__cont .items {
  width: 53rem;
}
.top#top .s-service__cont .items .box {
  min-height: 80vh;
  padding: 10rem 0;
}
.top#top .s-service__cont .items .box .fig {
  display: none;
}
.top#top .s-service__cont .items .box__ttl {
  display: grid;
  line-height: 1;
}
.top#top .s-service__cont .items .box__ttl .nums {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  font-size: min(2rem, 20px);
}
.top#top .s-service__cont .items .box__ttl .nums span:not(:first-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.top#top .s-service__cont .items .box__ttl .nums span:not(:first-child)::before {
  display: inline-block;
  width: 1.1rem;
  border-top: 1px solid #fff;
  content: "";
}
.top#top .s-service__cont .items .box__ttl .sub {
  margin-top: 1.8rem;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.top#top .s-service__cont .items .box__ttl .main {
  margin-top: 2.3rem;
  font-weight: bold;
  font-size: min(4.6rem, 46px);
}
.top#top .s-service__cont .items .box__cont .wrap {
  margin-top: 3.6rem;
}
.top#top .s-service__cont .items .box__cont .wrap .ttl {
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 11.7rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 2.5rem;
  background-color: #fff;
  color: #252525;
  font-weight: bold;
  font-size: min(1.2rem, 12px);
}
.top#top .s-service__cont .items .box__cont .wrap .desc {
  margin-top: 1.2rem;
  font-size: min(1.8rem, 18px);
  line-height: 1.75;
}
.top#top .s-service__cont .movie {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-transform: translateY(-50%);
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  flex: 1;
  place-content: center;
  transform: translateY(-50%);
}
.top#top .s-case {
  padding: 15rem 0 25.6rem;
}
.top#top .s-case__ttl .jp {
  font-size: min(4.2rem, 42px);
}
.top#top .s-case .caseSlider {
  position: relative;
  margin-top: 5.2rem;
  overflow-x: clip;
}
.top#top .s-case .caseSlider .cont {
  -webkit-box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
  padding: 5.4rem 4rem;
  border-radius: 1rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
}
.top#top .s-case .caseSlider .cont .wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 5.6rem;
  -moz-column-gap: 5.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.6rem;
  align-items: flex-start;
}
.top#top .s-case .caseSlider .cont .wrap .fig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 279/230;
}
.top#top .s-case .caseSlider .cont .wrap .fig img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.top#top .s-case .caseSlider .cont .wrap .txt {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  column-gap: 2rem;
  row-gap: 2.4rem;
  width: 43.3%;
}
.top#top .s-case .caseSlider .cont .wrap .txt__nums {
  display: grid;
  row-gap: 0.2rem;
  grid-row: 1/2;
  grid-column: 1/2;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  height: 8.2rem;
  padding-top: 0.7rem;
  background-image: url("../img/icon_hexa_bk.svg");
  background-position: center;
  background-size: auto 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.top#top .s-case .caseSlider .cont .wrap .txt__nums .eng {
  font-size: min(1.4rem, 14px);
}
.top#top .s-case .caseSlider .cont .wrap .txt__nums .num {
  font-weight: 600;
  font-size: min(2.8rem, 28px);
}
.top#top .s-case .caseSlider .cont .wrap .txt__ttl {
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
  line-height: 1.5;
}
.top#top .s-case .caseSlider .cont .wrap .txt__industry {
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.top#top .s-case .caseSlider .cont .link {
  margin: 6.3rem auto 0;
}
.top#top .s-case .caseSlider .control {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.top#top .s-case .caseSlider .control .arrow {
  -webkit-transform: translateY(-50%);
  display: grid;
  z-index: 2;
  position: absolute;
  top: 50%;
  place-content: center;
  aspect-ratio: 1/1;
  height: 4rem;
  transform: translateY(-50%);
}
.top#top .s-case .caseSlider .control .arrow::before, .top#top .s-case .caseSlider .control .arrow::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: auto 100%;
  content: "";
  transition: all 0.3s;
}
.top#top .s-case .caseSlider .control .arrow::before {
  background-image: url("../img/icon_hexa_gr.svg");
}
.top#top .s-case .caseSlider .control .arrow::after {
  background-image: url("../img/icon_hexa_bk.svg");
  opacity: 0;
}
.top#top .s-case .caseSlider .control .arrow .icon {
  width: 1.6rem;
}
.top#top .s-case .caseSlider .control .arrow.prev {
  left: 19%;
}
.top#top .s-case .caseSlider .control .arrow.prev .icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.top#top .s-case .caseSlider .control .arrow.next {
  right: 19%;
}
.top#top .s-case .caseSlider .control .arrow:hover .icon {
  color: #fff;
}
.top#top .s-case .caseSlider .control .arrow:hover::after {
  opacity: 1;
}
.top#top .s-case .caseSlider .control .arrow:hover::before, .top#top .s-case .caseSlider .control .arrow:hover:after {
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}
.top#top .s-case .caseSlider .control .dots {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(2rem, 20px);
}
.top#top .s-case .caseSlider .control .dots .separator {
  display: inline-block;
  width: 2.3rem;
  height: 1px;
  background-color: #000;
}
.top#top .s-case .caseModal {
  display: none;
  z-index: 40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top#top .s-case .caseModal.is-active {
  display: grid;
  place-content: center;
  place-items: center;
}
.top#top .s-case .caseModal__bg {
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.7);
}
@starting-style {
  .top#top .s-case .caseModal__bg {
    opacity: 0;
  }
}
.top#top .s-case .caseModal .modal {
  -webkit-transition: 0.5s;
  display: none;
  position: relative;
  width: 110rem;
  max-width: 90vw;
  height: 66rem;
  max-height: 80dvh;
  padding: 6rem;
  border-radius: 1rem;
  background-color: #fff;
  transition: 0.5s;
}
@starting-style {
  .top#top .s-case .caseModal .modal {
    scale: 0.9;
    opacity: 0;
  }
}
.top#top .s-case .caseModal .modal.is-active {
  display: block;
}
.top#top .s-case .caseModal .modal__close {
  display: grid;
  z-index: 3;
  position: absolute;
  top: 3.6rem;
  right: 3.6rem;
  place-content: center;
  aspect-ratio: 40/43;
  height: 4.2rem;
}
.top#top .s-case .caseModal .modal__close::after {
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/icon_hexa_bk.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.top#top .s-case .caseModal .modal__close span {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.9rem;
  rotate: 45deg;
}
.top#top .s-case .caseModal .modal__close span::before, .top#top .s-case .caseModal .modal__close span::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
}
.top#top .s-case .caseModal .modal__close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.top#top .s-case .caseModal .modal__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6rem;
  align-items: flex-start;
  height: 100%;
}
.top#top .s-case .caseModal .modal__cont .wrap {
  display: grid;
  row-gap: 3rem;
  width: 40rem;
}
.top#top .s-case .caseModal .modal__cont .wrap .txt {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  column-gap: 2rem;
  row-gap: 2.4rem;
}
.top#top .s-case .caseModal .modal__cont .wrap .txt__nums {
  display: grid;
  row-gap: 0.2rem;
  grid-row: 1/2;
  grid-column: 1/2;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  height: 8.2rem;
  padding-top: 0.7rem;
  background-image: url("../img/icon_hexa_bk.svg");
  background-position: center;
  background-size: auto 100%;
  color: #fff;
  line-height: 1;
  text-align: center;
}
.top#top .s-case .caseModal .modal__cont .wrap .txt__nums .eng {
  font-size: min(1.4rem, 14px);
}
.top#top .s-case .caseModal .modal__cont .wrap .txt__nums .num {
  font-weight: 600;
  font-size: min(2.8rem, 28px);
}
.top#top .s-case .caseModal .modal__cont .wrap .txt__ttl {
  grid-row: 1/2;
  grid-column: 2/3;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
  line-height: 1.5;
}
.top#top .s-case .caseModal .modal__cont .wrap .txt__industry {
  grid-row: 2/3;
  grid-column: 1/3;
  padding: 1rem 2rem;
  border-radius: 1rem;
  background-color: #f7f7f7;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.top#top .s-case .caseModal .modal__cont .box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -ms-overflow-style: none;
  flex: 1;
  height: calc(100% + 6rem);
  padding-bottom: 6rem;
  overflow-y: scroll;
  overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
  scrollbar-gutter: stable;
  scrollbar-width: none;
}
.top#top .s-case .caseModal .modal__cont .box::-webkit-scrollbar {
  display: none;
}
.top#top .s-case .caseModal .modal__cont .box__before {
  font-size: min(1.8rem, 18px);
  line-height: 2.25;
}
.top#top .s-case .caseModal .modal__cont .box__after {
  position: relative;
  margin-top: 5rem;
  padding: 5.7rem 3.6rem;
  border-radius: 0.8rem;
  background-color: #f7f7f7;
}
.top#top .s-case .caseModal .modal__cont .box__after .icon {
  -webkit-transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  display: grid;
  position: absolute;
  top: 0;
  left: 50%;
  place-content: center;
  aspect-ratio: 1/1;
  width: 6.5rem;
  height: 7rem;
  transform: translate(-50%, -50%);
  background-color: #f7f7f7;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}
.top#top .s-case .caseModal .modal__cont .box__after .icon svg {
  width: 2.7rem;
  rotate: 90deg;
}
.top#top .s-case .caseModal .modal__cont .box__after .ttl {
  font-weight: 500;
  font-size: min(2.4rem, 24px);
  line-height: 1.5;
}
.top#top .s-case .caseModal .modal__cont .box__after .desc {
  margin-top: 1.8rem;
  font-size: min(1.8rem, 18px);
  line-height: 1.89;
}
.top#top .s-who {
  z-index: 3;
  position: relative;
  padding: 24rem 0 11.5rem;
}
.top#top .s-who .bg {
  -webkit-filter: grayscale(1);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  filter: grayscale(1);
}
.top#top .s-who .bg.is-fix {
  position: fixed;
}
.top#top .s-who .bg.is-bottom {
  top: auto;
  bottom: 0;
}
.top#top .s-who .bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.top#top .s-who .bg-sp {
  display: none;
}
.top#top .s-who__cont .desc {
  max-width: 68.2rem;
  margin-top: 3.6rem;
  font-weight: 500;
  font-size: min(2rem, 20px);
  line-height: 2.8;
}
.top#top .s-who__cont .names {
  display: grid;
  margin-top: 3.6rem;
  font-weight: 500;
}
.top#top .s-who__cont .names .positon {
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.top#top .s-who__cont .names .name {
  font-size: min(3rem, 30px);
}
.top#top .s-slogan {
  padding-top: 19rem;
}
.top#top .s-slogan__cont {
  -webkit-column-gap: 6.3rem;
  -moz-column-gap: 6.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6.3rem;
}
.top#top .s-slogan__cont:not(:first-child) {
  padding-top: 7.4rem;
}
.top#top .s-slogan__cont__ttl {
  min-width: 16.2rem;
}
.top#top .s-slogan__cont__ttl .jp {
  font-size: min(1.8rem, 18px);
}
.top#top .s-slogan__cont .wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -1rem;
}
.top#top .s-slogan__cont.mission .desc {
  font-weight: 500;
  font-size: min(5.6rem, 56px);
  line-height: 1;
}
.top#top .s-slogan__cont.vision .desc {
  font-weight: bold;
  font-size: min(2.8rem, 28px);
  line-height: 1.43;
}
.top#top .s-slogan__cont.vision .ant {
  font-size: min(1.4rem, 14px);
  line-height: 2;
}
.top#top .s-slogan__cont.values .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 12rem;
  -moz-column-gap: 12rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 12rem;
  align-items: center;
}
.top#top .s-slogan__cont.values .wrap .list {
  display: grid;
  row-gap: 2.4rem;
  width: 48rem;
}
.top#top .s-slogan__cont.values .wrap .list__item {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #252525;
}
.top#top .s-slogan__cont.values .wrap .list__item .ttl .num {
  font-weight: 600;
  font-size: min(1.4rem, 14px);
  line-height: 1;
  vertical-align: 0.5em;
}
.top#top .s-slogan__cont.values .wrap .list__item .ttl .txt {
  font-weight: bold;
  font-size: min(2.4rem, 24px);
  line-height: 1;
}
.top#top .s-slogan__cont.values .wrap .list__item .desc {
  margin-top: 1rem;
  font-size: min(1.4rem, 14px);
  line-height: 2;
}
.top#top .s-slogan__cont.values .wrap .movie {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top#top .s-journal {
  padding-top: 12.3rem;
}
.top#top .s-journal__cont .head {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top#top .s-journal__cont .head .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.4rem;
  align-items: center;
  color: #252525;
  font-size: min(1.4rem, 14px);
  line-height: 1;
}
.top#top .s-journal__cont .head .link .txt {
  font-weight: 600;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.top#top .s-journal__cont .head .link .icon {
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  aspect-ratio: 1/1;
  width: auto;
  height: 4rem;
}
.top#top .s-journal__cont .head .link .icon svg {
  width: 1.6rem;
}
.top#top .s-journal__cont .head .link .icon::before, .top#top .s-journal__cont .head .link .icon::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: auto 100%;
  content: "";
  transition: opacity 0.3s;
}
.top#top .s-journal__cont .head .link .icon::before {
  background-image: url("../img/icon_hexa_frame_bk.svg");
}
.top#top .s-journal__cont .head .link .icon::after {
  background-image: url("../img/icon_hexa_bk.svg");
  opacity: 0;
}
.top#top .s-journal__cont .head .link:hover .icon {
  color: #fff;
}
.top#top .s-journal__cont .head .link:hover .icon::before, .top#top .s-journal__cont .head .link:hover .icon::after {
  -webkit-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
  opacity: 1;
}
.top#top .s-journal__cont .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3.5rem;
  gap: 6rem 4.7rem;
}
.top#top .s-journal__cont .list__item {
  width: calc((100% - 9.4rem) / 3);
}
.top#top .s-journal__cont .list__item .link .fig {
  -webkit-box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
  aspect-ratio: 374/233;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
}
.top#top .s-journal__cont .list__item .link .fig img {
  -o-object-fit: cover;
  -webkit-transition: all 0.3s;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.top#top .s-journal__cont .list__item .link .txt {
  margin-top: 3.7rem;
  color: #252525;
}
.top#top .s-journal__cont .list__item .link .txt__date {
  font-weight: 600;
  font-size: min(1.4rem, 14px);
  line-height: 1;
}
.top#top .s-journal__cont .list__item .link .txt__ttl {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-top: 1.4rem;
  overflow: hidden;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.56;
}
.top#top .s-journal__cont .list__item .link:hover .fig img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top#top .s-faq {
  padding-top: 12rem;
}
.top#top .s-faq__cont {
  -webkit-column-gap: 5.7rem;
  -moz-column-gap: 5.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5.7rem;
}
.top#top .s-faq__cont .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: grid;
  row-gap: 2.7rem;
  flex: 1;
}
.top#top .s-faq__cont .list__item {
  -webkit-box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
  padding: 2rem 2.6rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
  font-size: min(1.8rem, 18px);
}
.top#top .s-faq__cont .list__item .wrap {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  column-gap: 2.5rem;
  align-items: start;
  width: 100%;
}
.top#top .s-faq__cont .list__item .wrap .en {
  font-size: min(1.8rem, 18px);
  line-height: 2.13;
}
.top#top .s-faq__cont .list__item .wrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.top#top .s-faq__cont .list__item .wrap .cross {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  margin-top: 0.5rem;
}
.top#top .s-faq__cont .list__item .wrap .cross::before, .top#top .s-faq__cont .list__item .wrap .cross::after {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #252525;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top#top .s-faq__cont .list__item .wrap .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.top#top .s-faq__cont .list__item .wrap.is-active .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.top#top .s-faq__cont .list__item .js-accordion {
  display: none;
}
.top#top .s-faq__cont .list__item .question .txt {
  font-weight: bold;
}
.top#top .s-faq__cont .list__item .answer {
  padding-top: 2.4rem;
}
.top#top .s-flow {
  padding-top: 11.7rem;
}
.top#top .s-flow__cont {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.top#top .s-flow__cont .item {
  position: relative;
  width: 21%;
  margin: 0 -1%;
}
.top#top .s-flow__cont .item:nth-child(even) {
  margin-top: 4rem;
}
.top#top .s-flow__cont .item .num {
  position: absolute;
  top: 0;
  left: 2rem;
  font-weight: 600;
  font-size: min(1.4rem, 14px);
}
.top#top .s-flow__cont .item .ttl {
  display: grid;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  width: 100%;
  padding-top: 0.5rem;
  background-image: url("../img/service_frame.svg");
  background-position: center;
  background-size: 100% auto;
  text-align: center;
}
.top#top .s-flow__cont .item .ttl .jp {
  font-weight: 500;
  font-size: min(2rem, 20px);
  line-height: 1.8;
}
.top#top .s-flow__cont .item .ttl .en {
  margin-top: 1.6rem;
  font-weight: 600;
  font-size: min(1.4rem, 14px);
  line-height: 1;
}
.top#top .s-flow__cont .item .desc {
  display: block;
  width: 18.5rem;
  margin: 0 auto;
  font-size: min(1.8rem, 18px);
  line-height: 1.75;
}
.top#top .s-company {
  padding: 11.7rem 0;
}
.top#top .s-company__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4.5rem;
  align-items: flex-start;
  margin-top: 3.4rem;
}
.top#top .s-company__cont table {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  font-size: min(1.8rem, 18px);
  line-height: 1.56;
}
.top#top .s-company__cont table .column {
  border-bottom: 1px solid #bfbfbf;
}
.top#top .s-company__cont table .column td,
.top#top .s-company__cont table .column th {
  font-weight: 500;
  vertical-align: top;
}
.top#top .s-company__cont table .column .ttl {
  width: 12rem;
  text-align: left;
}
.top#top .s-company__cont table .column .etc {
  display: block;
  text-align: right;
}
.top#top .s-company__cont table .column .indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

#contact.contact .s-form {
  padding: 15.3rem 0 5rem;
}
#contact.contact .s-form__ttl {
  text-align: center;
}
#contact.contact .s-form__ttl .en {
  font-weight: 600;
  font-size: min(6rem, 60px);
  line-height: 1;
}
#contact.contact .s-form__ttl .jp {
  margin-top: 0.8rem;
  font-weight: bold;
  font-size: min(1.4rem, 14px);
}
#contact.contact .s-form__cont {
  max-width: 74rem;
  margin: 7rem auto 0;
}
#contact.contact .s-form__cont .list {
  display: grid;
  row-gap: 3.2rem;
}
#contact.contact .s-form__cont .list__item .wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: flex-start;
}
#contact.contact .s-form__cont .list__item .wrap .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  flex: 1;
  align-items: center;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
#contact.contact .s-form__cont .list__item .wrap .ttl span {
  display: grid;
  place-content: center;
  height: 2rem;
  padding: 0 1.2rem;
  border-radius: 2rem;
  color: #fff;
  font-weight: 500;
  font-size: min(1.1rem, 11px);
  line-height: 1;
}
#contact.contact .s-form__cont .list__item .wrap .ttl span.required {
  background: #252525;
}
#contact.contact .s-form__cont .list__item .wrap .ttl span.optional {
  background: #dcdcdc;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap {
  width: 45.3rem;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text],
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email],
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel] {
  width: 100%;
  padding: 0 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: min(1.3rem, 13px);
  line-height: 2.54;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text]::-webkit-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email]::-webkit-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel]::-webkit-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text]::-moz-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email]::-moz-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel]::-moz-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text]:-ms-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email]:-ms-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel]:-ms-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text]::-ms-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email]::-ms-input-placeholder, #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel]::-ms-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text]::placeholder,
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email]::placeholder,
#contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel]::placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea {
  width: 100%;
  height: 24rem;
  padding: 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: min(1.3rem, 13px);
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea::-webkit-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea::-moz-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea:-ms-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea::-ms-input-placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap textarea::placeholder {
  color: #929292;
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap.check label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.7rem;
  -moz-column-gap: 0.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.7rem;
  align-items: center;
  font-weight: 500;
  font-size: min(1.3rem, 13px);
}
#contact.contact .s-form__cont .list__item .wrap .inputWrap.check label input {
  width: auto;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap {
  position: relative;
  width: 45.3rem;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.8rem;
  height: 0.8rem;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #929292;
  border-bottom: 1px solid #929292;
  content: "";
  pointer-events: none;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select {
  width: 100%;
  padding: 0 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  font-size: min(1.3rem, 13px);
  line-height: 2.54;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select::-webkit-input-placeholder {
  color: #878787;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select::-moz-placeholder {
  color: #878787;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select:-ms-input-placeholder {
  color: #878787;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select::-ms-input-placeholder {
  color: #878787;
}
#contact.contact .s-form__cont .list__item .wrap .selectWrap select::placeholder {
  color: #878787;
}
#contact.contact .s-form__cont .privacy {
  margin-top: 3.2rem;
}
#contact.contact .s-form__cont .privacy__cont {
  height: 24rem;
  padding: 4.8rem 5rem;
  overflow-y: scroll;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  background-color: #f2f2f2;
  font-size: min(1.6rem, 16px);
  line-height: 2.13;
}
#contact.contact .s-form__cont .privacy__check {
  display: grid;
  place-content: center;
  margin-top: 3.2rem;
}
#contact.contact .s-form__cont .privacy__check label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  justify-content: center;
}
#contact.contact .s-form__cont .privacy__check label input {
  margin-top: 0.2rem;
}
#contact.contact .s-form__cont .privacy__check label > span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
#contact.contact .s-form__cont .privacy__check label .required {
  display: grid;
  place-content: center;
  height: 2rem;
  margin-left: 1rem;
  padding: 0 1.2rem;
  border-radius: 2rem;
  background: #252525;
  color: #fff;
  font-weight: 500;
  font-size: min(1.1rem, 11px);
  line-height: 1;
}
#contact.contact .s-form__cont .submitBtn {
  -webkit-transition: all 0.3s;
  margin: 4.6rem auto 0;
  transition: all 0.3s;
}
#contact.contact .s-form__cont .submitBtn.is-disable {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
  pointer-events: none;
}
#contact.contact .s-thanks {
  padding: 15.3rem 0 5rem;
}
#contact.contact .s-thanks__ttl {
  font-weight: 600;
  font-size: min(4rem, 40px);
  text-align: center;
}
#contact.contact .s-thanks__desc {
  margin-top: 6rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.5;
  text-align: center;
}
#contact.contact .s-thanks__ant {
  margin-top: 2rem;
  font-weight: 500;
  font-size: min(1.2rem, 12px);
  line-height: 1.67;
  text-align: center;
}
#contact.contact .s-thanks__link {
  margin: 4rem auto 0;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .s-notFound {
    padding: 11rem 0 8rem;
  }
  .s-notFound__ttl {
    font-size: min(2rem, 20px);
  }
  .l-header__cont {
    height: 9.5rem;
    padding: 1.6rem;
  }
  .l-header__cont__logo {
    width: 15.5rem;
  }
  .l-header__cont__menu .contact {
    display: none;
  }
  .l-header__cont__menu .navi {
    padding: 3.4rem 1.6rem 5.4rem;
  }
  .l-header__cont__menu .navi__logo {
    display: block;
    width: 15.5rem;
  }
  .l-header__cont__menu .navi__cont {
    display: block;
    position: static;
    width: 100%;
    margin-top: 4.8rem;
    padding: 0;
  }
  .l-header__cont__menu .navi__cont .close {
    top: 2.5rem;
    right: 1.3rem;
  }
  .l-header__cont__menu .navi__cont .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: none;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .l-header__cont__menu .navi__cont .list__item {
    min-width: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .l-header__cont__menu .navi__cont .list__item .link {
    place-content: center;
    padding: 1.6rem 0;
  }
  .l-header__cont__menu .navi__cont .list__item .link .en {
    font-size: min(2.4rem, 24px);
  }
  .l-header__cont__menu .navi__cont .list__item .link .jp {
    display: none;
  }
  .l-header__cont__menu .navi__cont .typo {
    display: none;
  }
  .l-header__cont__menu .navi__links {
    display: grid;
    row-gap: 1.3rem;
    margin-top: 4rem;
  }
  .l-footer {
    margin: 0;
    padding: 3rem 0 5rem;
    border-radius: 2rem 2rem 0 0;
  }
  .l-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    row-gap: 1.4rem;
    flex-direction: column-reverse;
  }
  .l-footer__links .link {
    row-gap: 2.4rem;
    width: 100%;
    height: auto;
    padding: 2rem;
  }
  .l-footer__links .link .ttl .en {
    font-size: min(2.8rem, 28px);
  }
  .l-footer__links .link .desc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__links .link .desc .txt {
    font-size: min(1.3rem, 13px);
    line-height: 1.69;
    text-align: left;
  }
  .l-footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.4rem;
    padding: 0 1.6rem;
  }
  .l-footer__cont .company {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    display: block;
    order: 2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3rem auto 0;
  }
  .l-footer__cont .menu {
    display: contents;
  }
  .l-footer__cont .menu__links {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    order: 1;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .l-footer__cont .menu__links .link {
    display: grid;
    place-content: center;
    width: 100%;
    height: 5.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: min(2.4rem, 24px);
  }
  .l-footer__cont .menu .copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 3rem;
    text-align: center;
  }
  .c-inner01 {
    width: auto;
    margin: 0 1.6rem;
  }
  .c-ttl01 .jp {
    font-size: min(3rem, 30px);
    line-height: 1.4;
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .top#top .s-mv {
    min-height: 146.67vw;
  }
  .top#top .s-mv__cont .txt {
    -webkit-transform: translateX(-50%);
    top: 15rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .top#top .s-mv__cont .txt .fig {
    width: 83.73vw;
  }
  .top#top .s-mv__cont .txt .ttl {
    margin-top: 5.33vw;
    font-size: 5.33vw;
    line-height: 1.3;
  }
  .top#top .s-mv__cont .scroll {
    display: none;
  }
  .top#top .s-mv__typo .typoSlider .fig {
    min-height: 16vw;
  }
  .top#top .s-mv::after {
    height: 30%;
  }
  .top#top .s-message__ttl .jp {
    margin-top: 1rem;
    font-size: min(3rem, 30px);
    line-height: 1.53;
  }
  .top#top .s-message__desc {
    margin-top: 2.4rem;
    font-size: min(1.8rem, 18px);
    line-height: 2;
  }
  .top#top .s-message__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    row-gap: 3.6rem;
    flex-direction: column;
    align-items: center;
    margin-top: 5.5rem;
  }
  .top#top .s-message__cont .item {
    width: 27.3rem;
  }
  .top#top .s-message__cont .item:not(:first-child) {
    padding-top: 3.6rem;
    border-top: 1px solid #252525;
    border-left: none;
  }
  .top#top .s-service {
    padding: 25rem 0;
  }
  .top#top .s-service__cont {
    display: block;
  }
  .top#top .s-service__cont .items {
    width: 100%;
  }
  .top#top .s-service__cont .items .box {
    min-height: none;
    padding: 0;
  }
  .top#top .s-service__cont .items .box:not(:first-child) {
    padding-top: 5rem;
  }
  .top#top .s-service__cont .items .box .fig {
    display: block;
  }
  .top#top .s-service__cont .items .box__ttl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
  }
  .top#top .s-service__cont .items .box__ttl .nums {
    margin-top: 0.3em;
  }
  .top#top .s-service__cont .items .box__ttl .sub {
    margin-top: 0;
    font-size: min(2rem, 20px);
  }
  .top#top .s-service__cont .items .box__ttl .main {
    width: 100%;
    margin-top: 0.5rem;
    font-size: min(3.6rem, 36px);
    line-height: 1.28;
    text-align: center;
  }
  .top#top .s-service__cont .items .box__cont .wrap .desc {
    margin-top: 0.8rem;
    font-size: min(1.3rem, 13px);
    line-height: 2.15;
  }
  .top#top .s-service__cont .movie {
    display: none;
  }
  .top#top .s-case {
    position: relative;
    padding: 10rem 0 17rem;
  }
  .top#top .s-case__ttl .jp {
    font-size: min(3rem, 30px);
  }
  .top#top .s-case .caseSlider {
    margin-top: 2.8rem;
  }
  .top#top .s-case .caseSlider .cont {
    padding: 1.2rem 1.2rem 2rem;
  }
  .top#top .s-case .caseSlider .cont .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top#top .s-case .caseSlider .cont .wrap .fig {
    aspect-ratio: auto;
  }
  .top#top .s-case .caseSlider .cont .wrap .fig img {
    -o-object-fit: auto;
    height: auto;
    object-fit: auto;
  }
  .top#top .s-case .caseSlider .cont .wrap .txt {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
    width: 100%;
    margin-top: 2.4rem;
  }
  .top#top .s-case .caseSlider .cont .wrap .txt__nums {
    height: 6rem;
    padding-top: 0.4rem;
  }
  .top#top .s-case .caseSlider .cont .wrap .txt__nums .eng {
    font-size: min(1rem, 10px);
  }
  .top#top .s-case .caseSlider .cont .wrap .txt__nums .num {
    font-size: min(2.1rem, 21px);
  }
  .top#top .s-case .caseSlider .cont .wrap .txt__ttl {
    font-size: min(2rem, 20px);
    line-height: 1.4;
  }
  .top#top .s-case .caseSlider .cont .wrap .txt__industry {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: min(1.2rem, 12px);
  }
  .top#top .s-case .caseSlider .cont .link {
    margin-top: 3.4rem;
  }
  .top#top .s-case .caseSlider .control .arrow {
    -webkit-transform: translateY(0);
    position: static;
    transform: translateY(0);
  }
  .top#top .s-case .caseSlider .control .arrow::before {
    background-image: url("../img/icon_hexa_frame_bk.svg");
  }
  .top#top .s-case .caseSlider .control .dots {
    margin-top: 0;
  }
  .top#top .s-case .caseModal.is-active {
    place-content: start center;
    padding-top: 8.7rem;
  }
  .top#top .s-case .caseModal .modal {
    width: calc(100% - 3.2rem);
    max-width: none;
    height: calc(100dvh - 11rem);
    padding: 1.2rem 1.2rem 2rem;
  }
  .top#top .s-case .caseModal .modal__close {
    z-index: 3;
    top: auto;
    right: 0;
    bottom: calc(100% + 2rem);
  }
  .top#top .s-case .caseModal .modal__close::after {
    background-image: url("../img/icon_hexa.svg");
  }
  .top#top .s-case .caseModal .modal__close span::before, .top#top .s-case .caseModal .modal__close span::after {
    background-color: #252525;
  }
  .top#top .s-case .caseModal .modal__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-overflow-style: none;
    flex-direction: column;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .top#top .s-case .caseModal .modal__cont::-webkit-scrollbar {
    display: none;
  }
  .top#top .s-case .caseModal .modal__cont .wrap {
    width: 100%;
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt__nums {
    height: 6.2rem;
    padding-top: 0.4rem;
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt__nums .eng {
    font-size: min(1rem, 10px);
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt__nums .num {
    font-size: min(2.1rem, 21px);
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt__ttl {
    font-size: min(2rem, 20px);
    line-height: 1.4;
  }
  .top#top .s-case .caseModal .modal__cont .wrap .txt__industry {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: min(1.2rem, 12px);
  }
  .top#top .s-case .caseModal .modal__cont .box {
    height: auto;
    overflow-y: visible;
  }
  .top#top .s-case .caseModal .modal__cont .box__before {
    font-size: min(1.3rem, 13px);
    line-height: 2;
  }
  .top#top .s-case .caseModal .modal__cont .box__after {
    margin-top: 3.8rem;
    padding: 3.4rem 1.8rem 1.8rem;
  }
  .top#top .s-case .caseModal .modal__cont .box__after .icon {
    width: 4.3rem;
    height: 4.8rem;
  }
  .top#top .s-case .caseModal .modal__cont .box__after .icon svg {
    width: 2rem;
  }
  .top#top .s-case .caseModal .modal__cont .box__after .ttl {
    font-size: min(1.8rem, 18px);
    line-height: 1.78;
  }
  .top#top .s-case .caseModal .modal__cont .box__after .desc {
    margin-top: 1.2rem;
    font-size: min(1.5rem, 15px);
    line-height: 1.8;
  }
  .top#top .s-who {
    padding: 6rem 0 0;
    background-color: #f4f4f4;
  }
  .top#top .s-who .bg {
    display: none;
  }
  .top#top .s-who .bg-sp {
    display: block;
    position: relative;
    margin-top: -10%;
  }
  .top#top .s-who .bg-sp:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(transparent));
    background: linear-gradient(to bottom, #f4f4f4, transparent);
    content: "";
  }
  .top#top .s-who__cont {
    z-index: 3;
    position: relative;
  }
  .top#top .s-who__cont .desc {
    margin-top: 3rem;
    font-size: min(1.8rem, 18px);
    line-height: 2;
  }
  .top#top .s-who__cont .names {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 1.3rem;
    -moz-column-gap: 1.3rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.3rem;
    align-items: center;
    justify-content: center;
  }
  .top#top .s-who__cont .names .positon {
    font-size: min(1.2rem, 12px);
  }
  .top#top .s-who__cont .names .name {
    font-size: min(2.6rem, 26px);
  }
  .top#top .s-slogan {
    padding-top: 7rem;
  }
  .top#top .s-slogan__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1rem;
    flex-direction: column;
  }
  .top#top .s-slogan__cont:not(:first-child) {
    padding-top: 4rem;
  }
  .top#top .s-slogan__cont__ttl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 2rem;
    align-items: center;
    min-width: none;
  }
  .top#top .s-slogan__cont__ttl .jp {
    margin-top: -0.2em;
  }
  .top#top .s-slogan__cont .wrap {
    margin-top: 0;
  }
  .top#top .s-slogan__cont.mission .desc {
    font-size: min(3.4rem, 34px);
    line-height: 1.29;
  }
  .top#top .s-slogan__cont.vision .desc {
    font-size: min(2.2rem, 22px);
    line-height: 1.41;
  }
  .top#top .s-slogan__cont.values .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    row-gap: 3rem;
    flex-direction: column-reverse;
  }
  .top#top .s-slogan__cont.values .wrap .list {
    width: 100%;
  }
  .top#top .s-slogan__cont.values .wrap .list__item .ttl .txt {
    font-size: min(2.1rem, 21px);
  }
  .top#top .s-slogan__cont.values .wrap .list__item .desc {
    font-size: min(1.3rem, 13px);
    line-height: 1.38;
  }
  .top#top .s-journal {
    padding-top: 9.5rem;
  }
  .top#top .s-journal__cont {
    display: grid;
  }
  .top#top .s-journal__cont .head {
    display: contents;
  }
  .top#top .s-journal__cont .head .ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top#top .s-journal__cont .head .link {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 3.4rem auto 0;
  }
  .top#top .s-journal__cont .list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 2rem;
    flex-direction: column;
    order: 2;
    margin-top: 2rem;
  }
  .top#top .s-journal__cont .list__item {
    width: 100%;
  }
  .top#top .s-journal__cont .list__item .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
  }
  .top#top .s-journal__cont .list__item .link .txt {
    margin-top: 0;
  }
  .top#top .s-journal__cont .list__item .link .txt__date {
    font-size: min(1.2rem, 12px);
  }
  .top#top .s-journal__cont .list__item .link .txt__ttl {
    -webkit-line-clamp: 2;
    font-size: min(1.3rem, 13px);
    line-height: 1.69;
  }
  .top#top .s-faq {
    padding-top: 9.5rem;
  }
  .top#top .s-faq__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.6rem;
    flex-direction: column;
  }
  .top#top .s-faq__cont .list {
    row-gap: 1.2rem;
  }
  .top#top .s-faq__cont .list__item {
    padding: 2rem 2.2rem;
    font-size: min(1.3rem, 13px);
  }
  .top#top .s-faq__cont .list__item .wrap {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
  .top#top .s-faq__cont .list__item .wrap .en {
    font-size: min(1.3rem, 13px);
  }
  .top#top .s-faq__cont .list__item .wrap .txt {
    font-size: min(1.3rem, 13px);
    line-height: 1.54;
  }
  .top#top .s-faq__cont .list__item .answer {
    margin-top: 2.2rem;
  }
  .top#top .s-flow {
    padding-top: 9.5rem;
  }
  .top#top .s-flow__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 3rem;
    flex-direction: column;
    margin-top: 2rem;
  }
  .top#top .s-flow__cont .item {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 1.5rem;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  .top#top .s-flow__cont .item:nth-child(even) {
    margin-top: 0;
  }
  .top#top .s-flow__cont .item .num {
    top: 2rem;
    left: 0;
  }
  .top#top .s-flow__cont .item .ttl {
    width: 15.8rem;
    padding-top: 0;
  }
  .top#top .s-flow__cont .item .ttl .jp {
    font-size: min(1.8rem, 18px);
    line-height: 1.63;
  }
  .top#top .s-flow__cont .item .ttl .en {
    display: none;
  }
  .top#top .s-flow__cont .item .desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    font-size: min(1.3rem, 13px);
    line-height: 1.85;
  }
  .top#top .s-company {
    padding: 7rem 0;
  }
  .top#top .s-company__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.6rem;
    flex-direction: column;
  }
  .top#top .s-company__cont table {
    font-size: min(1.4rem, 14px);
    line-height: 1.57;
  }
  .top#top .s-company__cont table .column {
    display: grid;
    row-gap: 0.5rem;
    padding-bottom: 1.6rem;
  }
  .top#top .s-company__cont table .column:not(:first-child) {
    padding-top: 1.6rem;
  }
  #contact.contact .s-form {
    padding: 11rem 0 8rem;
  }
  #contact.contact .s-form__ttl .en {
    font-size: min(4rem, 40px);
  }
  #contact.contact .s-form__cont {
    max-width: none;
    margin-top: 4.4rem;
  }
  #contact.contact .s-form__cont .list {
    row-gap: 2.3rem;
  }
  #contact.contact .s-form__cont .list__item .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.2rem;
    flex-direction: column;
  }
  #contact.contact .s-form__cont .list__item .wrap .inputWrap {
    width: 100%;
  }
  #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=text],
  #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=email],
  #contact.contact .s-form__cont .list__item .wrap .inputWrap input[type=tel] {
    padding: 0 1.2rem;
  }
  #contact.contact .s-form__cont .list__item .wrap .selectWrap {
    width: 100%;
  }
  #contact.contact .s-form__cont .privacy {
    margin-top: 2.3rem;
  }
  #contact.contact .s-form__cont .privacy__cont {
    height: 16.4rem;
    padding: 1.3rem;
    font-size: min(1.3rem, 13px);
    line-height: 1.85;
  }
  #contact.contact .s-form__cont .privacy__check {
    margin-top: 2.3rem;
  }
  #contact.contact .s-form__cont .submitBtn {
    margin-top: 4.3rem;
  }
  #contact.contact .s-thanks {
    padding: 11rem 0 8rem;
  }
  #contact.contact .s-thanks__ttl {
    font-size: min(2rem, 20px);
  }
  #contact.contact .s-thanks__desc {
    margin-top: 3rem;
    font-size: min(1.4rem, 14px);
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 800px) {
  .c-ttl01 .jp span {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 0.4s ease;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: -webkit-clip-path 0.4s ease;
    transition: clip-path 0.4s ease;
    transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
  }
  .c-ttl01 .jp span::before {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #a7ff71;
    content: "";
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
  .c-ttl01 .jp.is-show span {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .c-ttl01 .jp.is-show span:nth-child(1) {
    -webkit-transition-delay: clip-path 0.6s;
    transition-delay: clip-path 0.6s;
  }
  .c-ttl01 .jp.is-show span:nth-child(1)::before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .c-ttl01 .jp.is-show span:nth-child(2) {
    -webkit-transition-delay: clip-path 0.7s;
    transition-delay: clip-path 0.7s;
  }
  .c-ttl01 .jp.is-show span:nth-child(2)::before {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .c-ttl01 .jp.is-show span:nth-child(3) {
    -webkit-transition-delay: clip-path 0.8s;
    transition-delay: clip-path 0.8s;
  }
  .c-ttl01 .jp.is-show span:nth-child(3)::before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .c-ttl01 .jp.is-show span::before {
    -webkit-animation: clipPath 0.4s ease forwards;
    animation: clipPath 0.4s ease forwards;
  }
  @-webkit-keyframes clipPath {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  @keyframes clipPath {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .top#top .s-company__cont table .column:not(:first-child) td,
  .top#top .s-company__cont table .column:not(:first-child) th {
    padding-top: 1.6rem;
  }
  .top#top .s-company__cont table .column td,
  .top#top .s-company__cont table .column th {
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 799px) and (max-width: 799px) {
  .top#top .s-case .caseModal .modal__cont .box {
    margin-top: 2.2rem;
  }
}