/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
@-moz-keyframes scrollBtn {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }

  30% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  70% {
    opacity: 1;
    transform: translate(0, 61px) scale(1);
  }

  100% {
    opacity: 0.5;
    transform: translate(0, 61px) scale(0);
  }
}

@-webkit-keyframes scrollBtn {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }

  30% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  70% {
    opacity: 1;
    transform: translate(0, 61px) scale(1);
  }

  100% {
    opacity: 0.5;
    transform: translate(0, 61px) scale(0);
  }
}

@-o-keyframes scrollBtn {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }

  30% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  70% {
    opacity: 1;
    transform: translate(0, 61px) scale(1);
  }

  100% {
    opacity: 0.5;
    transform: translate(0, 61px) scale(0);
  }
}

@keyframes scrollBtn {
  0% {
    opacity: 0;
    transform: translate(0, 0) scale(0.5);
  }

  30% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }

  70% {
    opacity: 1;
    transform: translate(0, 61px) scale(1);
  }

  100% {
    opacity: 0.5;
    transform: translate(0, 61px) scale(0);
  }
}

@-moz-keyframes pageTopShaft {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@-webkit-keyframes pageTopShaft {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@-o-keyframes pageTopShaft {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@keyframes pageTopShaft {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }

  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@-moz-keyframes pageTopHead {
  0% {
    opacity: 0;
    transform: translate(-56%, 65px);
  }

  50% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }
}

@-webkit-keyframes pageTopHead {
  0% {
    opacity: 0;
    transform: translate(-56%, 65px);
  }

  50% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }
}

@-o-keyframes pageTopHead {
  0% {
    opacity: 0;
    transform: translate(-56%, 65px);
  }

  50% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }
}

@keyframes pageTopHead {
  0% {
    opacity: 0;
    transform: translate(-56%, 65px);
  }

  50% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }

  100% {
    opacity: 1;
    transform: translate(-56%, 0px);
  }
}

html main {
  font-size: 62.5%;
  font-family: YuGothic, 'Yu Gochic', '\6E38\30B4\30B7\30C3\30AF', Hiragino Sans, '\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF', Hiragino Kaku Gothic ProN, '\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3', Meiryo, '\30E1\30A4\30EA\30AA', sans-serif;
  color: #000;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
}

button,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0 none;
  outline: none;
}

fieldset {
  padding: 0;
  border: 0 none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl,
dd {
  margin: 0;
}

html main :lang(en) {
  font-family: 'Questrial', YuGothic, 'Yu Gochic', '\6E38\30B4\30B7\30C3\30AF', Hiragino Sans, '\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF', Hiragino Kaku Gothic ProN, '\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3', Meiryo, '\30E1\30A4\30EA\30AA', sans-serif;
}

.l-wrapper {
  width: 100%;
  margin: 0 auto;
}

.l-wrapper__flex {
  display: flex;
}

.l-wrapper__spacer {
  width: calc(100% - 267px);
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__spacer {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__spacer {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__spacer {
    width: 100%;
  }
}

.l-wrapper__inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-wrapper__inner {
    width: auto;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__inner {
    width: auto;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner {
    width: auto;
    max-width: 375px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner {
    width: auto;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.l-wrapper__inner--wide {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-wrapper__inner--wide {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__inner--wide {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--wide {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--wide {
    width: 100%;
    margin: 0 auto;
  }
}

.l-wrapper__inner--center {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__inner--center {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--center {
    max-width: 375px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--center {
    max-width: 320px;
    padding: 0 10px;
  }
}

.l-wrapper__inner--center-wide {
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__inner--center-wide {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--center-wide {
    max-width: 375px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--center-wide {
    max-width: 320px;
    padding: 0 10px;
  }
}

.l-wrapper__inner--center-expanded {
  width: 100%;
  max-width: 1192px;
  margin: 0 auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-wrapper__inner--center-expanded {
    max-width: 1232px;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .l-wrapper__inner--center-expanded {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--center-expanded {
    max-width: 375px;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--center-expanded {
    max-width: 320px;
    padding: 0 10px;
  }
}

.l-wrapper__inner--left {
  width: 50%;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--left {
    max-width: 167.5px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--left {
    max-width: 150px;
  }
}

.l-wrapper__inner--right {
  width: 50%;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .l-wrapper__inner--right {
    max-width: 167.5px;
  }
}

@media only screen and (max-width: 320px) {
  .l-wrapper__inner--right {
    max-width: 150px;
  }
}

.u-flex {
  display: flex;
}

.u-flex--top {
  align-items: flex-start;
}

.u-flex--middle {
  align-items: center;
}

.u-flex--bottom {
  align-items: flex-end;
}

.u-flex--center {
  justify-content: center;
}

.u-flex--left {
  justify-content: flex-start;
}

.u-flex--right {
  justify-content: flex-end;
}

.u-flex--space-between {
  justify-content: space-between;
}

.u-flex--space-around {
  justify-content: space-around;
}

.u-flex--column {
  flex-direction: column;
}

.u-flex--nowrap {
  flex-wrap: nowrap;
}

.u-flex--wrap {
  flex-wrap: wrap;
}

.u-flex--wrap-top {
  align-content: flex-start;
}

.u-flex--wrap-middle {
  align-content: center;
}

.u-flex--wrap-bottom {
  align-content: flex-end;
}

.u-flex--wrap-space-between {
  align-content: space-between;
}

.u-flex--wrap-space-around {
  align-content: space-around;
}

.u-flex--grow-1 {
  flex-grow: 1;
}

.u-flex--grow-2 {
  flex-grow: 2;
}

.u-flex--grow-3 {
  flex-grow: 3;
}

.u-clearfix {
  *zoom: 1;
}

.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.u-ml--0 {
  margin-left: 0%;
}

.u-ml--1 {
  margin-left: 1%;
}

.u-ml--2 {
  margin-left: 2%;
}

.u-ml--3 {
  margin-left: 3%;
}

.u-ml--4 {
  margin-left: 4%;
}

.u-ml--5 {
  margin-left: 5%;
}

.u-ml--6 {
  margin-left: 6%;
}

.u-ml--7 {
  margin-left: 7.000000000000001%;
}

.u-ml--8 {
  margin-left: 8%;
}

.u-ml--9 {
  margin-left: 9%;
}

.u-ml--10 {
  margin-left: 10%;
}

.u-ml--11 {
  margin-left: 11%;
}

.u-ml--12 {
  margin-left: 12%;
}

.u-ml--13 {
  margin-left: 13%;
}

.u-ml--14 {
  margin-left: 14.000000000000002%;
}

.u-ml--15 {
  margin-left: 15%;
}

.u-ml--16 {
  margin-left: 16%;
}

.u-ml--17 {
  margin-left: 17%;
}

.u-ml--18 {
  margin-left: 18%;
}

.u-ml--19 {
  margin-left: 19%;
}

.u-ml--20 {
  margin-left: 20%;
}

.u-ml--21 {
  margin-left: 21%;
}

.u-ml--22 {
  margin-left: 22%;
}

.u-ml--23 {
  margin-left: 23%;
}

.u-ml--24 {
  margin-left: 24%;
}

.u-ml--25 {
  margin-left: 25%;
}

.u-ml--26 {
  margin-left: 26%;
}

.u-ml--27 {
  margin-left: 27%;
}

.u-ml--28 {
  margin-left: 28.000000000000004%;
}

.u-ml--29 {
  margin-left: 28.999999999999996%;
}

.u-ml--30 {
  margin-left: 30%;
}

.u-mr--0 {
  margin-right: 0%;
}

.u-mr--1 {
  margin-right: 1%;
}

.u-mr--2 {
  margin-right: 2%;
}

.u-mr--3 {
  margin-right: 3%;
}

.u-mr--4 {
  margin-right: 4%;
}

.u-mr--5 {
  margin-right: 5%;
}

.u-mr--6 {
  margin-right: 6%;
}

.u-mr--7 {
  margin-right: 7.000000000000001%;
}

.u-mr--8 {
  margin-right: 8%;
}

.u-mr--9 {
  margin-right: 9%;
}

.u-mr--10 {
  margin-right: 10%;
}

.u-mr--11 {
  margin-right: 11%;
}

.u-mr--12 {
  margin-right: 12%;
}

.u-mr--13 {
  margin-right: 13%;
}

.u-mr--14 {
  margin-right: 14.000000000000002%;
}

.u-mr--15 {
  margin-right: 15%;
}

.u-mr--16 {
  margin-right: 16%;
}

.u-mr--17 {
  margin-right: 17%;
}

.u-mr--18 {
  margin-right: 18%;
}

.u-mr--19 {
  margin-right: 19%;
}

.u-mr--20 {
  margin-right: 20%;
}

.u-mr--21 {
  margin-right: 21%;
}

.u-mr--22 {
  margin-right: 22%;
}

.u-mr--23 {
  margin-right: 23%;
}

.u-mr--24 {
  margin-right: 24%;
}

.u-mr--25 {
  margin-right: 25%;
}

.u-mr--26 {
  margin-right: 26%;
}

.u-mr--27 {
  margin-right: 27%;
}

.u-mr--28 {
  margin-right: 28.000000000000004%;
}

.u-mr--29 {
  margin-right: 28.999999999999996%;
}

.u-mr--30 {
  margin-right: 30%;
}

.u-mt--0 {
  margin-top: 0%;
}

.u-mt--1 {
  margin-top: 1%;
}

.u-mt--2 {
  margin-top: 2%;
}

.u-mt--3 {
  margin-top: 3%;
}

.u-mt--4 {
  margin-top: 4%;
}

.u-mt--5 {
  margin-top: 5%;
}

.u-mt--6 {
  margin-top: 6%;
}

.u-mt--7 {
  margin-top: 7.000000000000001%;
}

.u-mt--8 {
  margin-top: 8%;
}

.u-mt--9 {
  margin-top: 9%;
}

.u-mt--10 {
  margin-top: 10%;
}

.u-mt--11 {
  margin-top: 11%;
}

.u-mt--12 {
  margin-top: 12%;
}

.u-mt--13 {
  margin-top: 13%;
}

.u-mt--14 {
  margin-top: 14.000000000000002%;
}

.u-mt--15 {
  margin-top: 15%;
}

.u-mt--16 {
  margin-top: 16%;
}

.u-mt--17 {
  margin-top: 17%;
}

.u-mt--18 {
  margin-top: 18%;
}

.u-mt--19 {
  margin-top: 19%;
}

.u-mt--20 {
  margin-top: 20%;
}

.u-mt--21 {
  margin-top: 21%;
}

.u-mt--22 {
  margin-top: 22%;
}

.u-mt--23 {
  margin-top: 23%;
}

.u-mt--24 {
  margin-top: 24%;
}

.u-mt--25 {
  margin-top: 25%;
}

.u-mt--26 {
  margin-top: 26%;
}

.u-mt--27 {
  margin-top: 27%;
}

.u-mt--28 {
  margin-top: 28.000000000000004%;
}

.u-mt--29 {
  margin-top: 28.999999999999996%;
}

.u-mt--30 {
  margin-top: 30%;
}

.u-mb--0 {
  margin-bottom: 0%;
}

.u-mb--1 {
  margin-bottom: 1%;
}

.u-mb--2 {
  margin-bottom: 2%;
}

.u-mb--3 {
  margin-bottom: 3%;
}

.u-mb--4 {
  margin-bottom: 4%;
}

.u-mb--5 {
  margin-bottom: 5%;
}

.u-mb--6 {
  margin-bottom: 6%;
}

.u-mb--7 {
  margin-bottom: 7.000000000000001%;
}

.u-mb--8 {
  margin-bottom: 8%;
}

.u-mb--9 {
  margin-bottom: 9%;
}

.u-mb--10 {
  margin-bottom: 10%;
}

.u-mb--11 {
  margin-bottom: 11%;
}

.u-mb--12 {
  margin-bottom: 12%;
}

.u-mb--13 {
  margin-bottom: 13%;
}

.u-mb--14 {
  margin-bottom: 14.000000000000002%;
}

.u-mb--15 {
  margin-bottom: 15%;
}

.u-mb--16 {
  margin-bottom: 16%;
}

.u-mb--17 {
  margin-bottom: 17%;
}

.u-mb--18 {
  margin-bottom: 18%;
}

.u-mb--19 {
  margin-bottom: 19%;
}

.u-mb--20 {
  margin-bottom: 20%;
}

.u-mb--21 {
  margin-bottom: 21%;
}

.u-mb--22 {
  margin-bottom: 22%;
}

.u-mb--23 {
  margin-bottom: 23%;
}

.u-mb--24 {
  margin-bottom: 24%;
}

.u-mb--25 {
  margin-bottom: 25%;
}

.u-mb--26 {
  margin-bottom: 26%;
}

.u-mb--27 {
  margin-bottom: 27%;
}

.u-mb--28 {
  margin-bottom: 28.000000000000004%;
}

.u-mb--29 {
  margin-bottom: 28.999999999999996%;
}

.u-mb--30 {
  margin-bottom: 30%;
}

.c-logo__yoo--medium.is--invert svg {
  fill: #fff;
}

.c-logo__yoo--medium svg {
  transition: fill 0.3s ease-in-out;
}

.c-logo__yamaha svg {
  display: block;
  width: 100%;
  max-width: 99px;
  max-height: 22px;
  fill: #fff;
}

.c-nav--global {
  width: 260px;
}

.c-nav--global svg {
  fill: #000;
}

.c-nav__list--footer {
  display: flex;
  justify-content: flex-start;
}

@media only screen and (max-width: 320px) {
  .c-nav__list--footer {
    justify-content: center;
  }
}

.c-nav__item--global {
  height: 19px;
  overflow: hidden;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__item--global {
    height: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__item--global {
    height: auto;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__item--global {
    height: auto;
  }
}

.c-nav__item--footer {
  display: block;
  position: relative;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__item--footer {
    padding: 0 13px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__item--footer {
    padding: 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__item--footer {
    padding: 0 10px;
  }
}

.c-nav__item--footer:first-child {
  padding: 0 20px 0 0;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__item--footer:first-child {
    padding: 0 13px 0 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__item--footer:first-child {
    padding: 0 13px 0 0;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__item--footer:first-child {
    padding: 0 10px 0 0;
  }
}

.c-nav__item--footer:last-child {
  padding: 0 0 0 20px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__item--footer:last-child {
    padding: 0 0 0 13px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__item--footer:last-child {
    padding: 0 0 0 13px;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__item--footer:last-child {
    padding: 0 0 0 10px;
  }
}

.c-nav__item--footer:last-child:before {
  display: none;
}

.c-nav__item--footer:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 6px;
  margin-top: -3px;
  background-color: #333;
}

.c-nav__item--footer a {
  display: block;
  line-height: 0;
}

.c-nav__item--footer a:hover svg {
  fill: #ccc;
}

.c-nav__item--footer svg {
  height: 12px;
  fill: #646464;
}

.c-nav__sns {
  display: flex;
}

.c-nav__sns svg {
  fill: #000;
}

.c-nav__sns--tw {
  margin: 0 9px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__sns--tw {
    margin: 0 15px 10px 15px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__sns--tw {
    margin: 0 15px 10px 15px;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__sns--tw {
    margin: 0 15px 10px 15px;
  }
}

.c-nav__sns--tw:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__sns--tw:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__sns--tw:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__sns--tw:hover {
    opacity: 1;
  }
}

.c-nav__sns--tw button {
  display: block;
  padding: 0;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
}

.c-nav__sns--tw svg {
  width: 17px;
  height: 14px;
}

.c-nav__sns--fb {
  margin: 0 9px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__sns--fb {
    margin: 0 15px 10px 15px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__sns--fb {
    margin: 0 15px 10px 15px;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__sns--fb {
    margin: 0 15px 10px 15px;
  }
}

.c-nav__sns--fb:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-nav__sns--fb:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-nav__sns--fb:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 320px) {
  .c-nav__sns--fb:hover {
    opacity: 1;
  }
}

.c-nav__sns--fb button {
  display: block;
  padding: 0;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
}

.c-nav__sns--fb svg {
  width: 16px;
  height: 16px;
}

.c-nav__lang {
  display: flex;
}

.c-nav__lang svg {
  fill: #a0a0a0;
}

.c-nav__lang--jp {
  padding: 0 16px;
  border-right: 1px solid #fff;
}

.c-nav__lang--jp svg {
  width: 19px;
  height: 12px;
}

.c-nav__lang--en {
  padding: 0 16px;
}

.c-nav__lang--en svg {
  width: 20px;
  height: 12px;
}

.c-nav__btnline {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #000;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.c-nav__btnline--top {
  top: 0;
  right: 0;
}

.c-nav__btnline--mid {
  top: 50%;
  right: 10px;
  margin-top: -1.5px;
}

.c-nav__btnline--btm {
  bottom: 0;
  right: 0;
}

.c-nav__btn--close {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.c-nav__btn--close.is--stay .c-nav__btnline--top {
  transform: translate(2px, 12px) rotate(45deg);
}

.c-nav__btn--close.is--stay .c-nav__btnline--mid {
  opacity: 0;
  transform: translateX(100%);
}

.c-nav__btn--close.is--stay .c-nav__btnline--btm {
  transform: translate(2px, -12px) rotate(-45deg);
}

.c-box__section {
  display: block;
  position: relative;
  padding-top: 98px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__section {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__section {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__section {
    padding-top: 50px;
  }
}

.c-box__inner {
  position: relative;
}

.c-box__figure--stretch {
  width: 100%;
  max-width: 840px;
  margin: 0;
  line-height: 0;
}

.c-box__figure--stretch img {
  width: 100%;
}

.c-box__figure--stretch-wide {
  width: 100%;
  margin: 0;
  line-height: 0;
}

.c-box__figure--fixed {
  position: absolute;
  z-index: 1;
  margin: 0;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__figure--fixed {
    width: 100%;
    max-width: 320px;
  }

  .c-box__figure--fixed img {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__figure--fixed {
    width: 320px;
  }

  .c-box__figure--fixed img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__figure--fixed {
    width: 320px;
  }

  .c-box__figure--fixed img {
    width: 100%;
  }
}

.c-box__card--photo-text {
  display: flex;
  margin: 0;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__card--photo-text {
    flex-direction: column;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__card--photo-text {
    flex-direction: column;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__card--photo-text {
    flex-direction: column;
  }
}

.c-box__card--photo-text picture {
  line-height: 0;
}

.c-box__card--photo-text img {
  width: 100%;
}

.c-box__card--photo-text figcaption {
  width: 100%;
  padding: 0 25px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__card--photo-text figcaption {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__card--photo-text figcaption {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__card--photo-text figcaption {
    padding: 10px 0;
  }
}

.c-box__card--news {
  padding-top: 50px;
}

.c-box__card--news picture {
  width: 200px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__card--news picture {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__card--news picture {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__card--news picture {
    width: 100%;
  }
}

.c-box__card--news .c-txt__figcaption {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
  padding-right: 0;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__card--news .c-txt__figcaption {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__card--news .c-txt__figcaption {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__card--news .c-txt__figcaption {
    width: 100%;
  }
}

.c-box__card--news .c-txt__figcaption span {
  margin-bottom: 16px;
}

.c-box__card--news .c-txt__figcaption span:first-child {
  margin-bottom: 12px;
}

.c-box__card--news .c-txt__figcaption span:last-child {
  margin-bottom: 0;
  line-height: 1.7;
}

.c-box__slideshow {
  line-height: 0;
}

.c-box__slideshow--inner {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.c-box__slideshow--row {
  display: flex;
  flex-wrap: nowrap;
}

.c-box__slideshow--toggle {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.c-box__content--case {
  display: block;
  position: relative;
  width: calc(100% - 14px);
  max-width: 440px;
  margin-top: 315px;
  padding: 105px 30px 30px 30px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-box__content--case {
    margin: 242.5px auto 0 auto;
    padding: 56px 20px 20px 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-box__content--case {
    margin: 242.5px auto 0 auto;
    padding: 56px 20px 20px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .c-box__content--case {
    margin: 242.5px auto 0 auto;
    padding: 56px 20px 20px 20px;
  }
}

.c-box__content--case:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  height: calc(100% - 6px);
  border-width: 0 1px;
  border-style: solid;
  border-color: #868686;
  pointer-event: none;
}

.c-box__content--case:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  width: calc(100% - 6px);
  height: 100%;
  border-width: 1px 0;
  border-style: solid;
  border-color: #868686;
  pointer-event: none;
}

.c-box__deco--bdr-top {
  border-top: 1px solid #e0e0e0;
}

.c-hdg__lv1 {
  line-height: 0;
}

.c-hdg__lv1--pagetitle {
  text-align: center;
}

.c-hdg__lv1--pagetitle span:first-child {
  display: block;
  width: 181px;
}

.c-hdg__lv1--pagetitle span:first-child svg {
  fill: #fff;
}

.c-hdg__lv1--pagetitle span:last-child {
  display: block;
  width: 181px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__lv1--pagetitle span:last-child {
    width: 147px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lv1--pagetitle span:last-child {
    width: 147px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lv1--pagetitle span:last-child {
    width: 147px;
  }
}

.c-hdg__lv1--pagetitle span:last-child svg {
  width: 100%;
  height: auto;
  max-height: 117px;
  fill: #fff;
}

.c-hdg__lv2 {
  display: block;
  position: relative;
  line-height: 0;
}

.c-hdg__lv2--about svg {
  max-width: 89.3px;
  max-height: 10.9px;
  fill: #fff;
}

.c-hdg__lv2--installation svg {
  max-width: 91.9px;
  max-height: 10.8px;
}

.c-hdg__lv2--technology svg {
  max-width: 93.5px;
  max-height: 13.9px;
  fill: #fff;
}

.c-hdg__lv2--casestudy svg {
  max-width: 89.9px;
  max-height: 13.9px;
  fill: #fff;
}

.c-hdg__lv2--event svg {
  max-width: 145.5px;
  max-height: 11.1px;
}

.c-hdg__lv2--contact svg {
  max-width: 145px;
  max-height: 26px;
  fill: #fff;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lv2--contact svg {
    max-width: 115px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lv2--contact svg {
    max-width: 115px;
  }
}

.c-hdg__lv3 {
  display: block;
  position: relative;
  line-height: 0;
}

.c-hdg__lv4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.c-hdg__lead--about svg {
  max-width: 445.3px;
  max-height: 85.8px;
  fill: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__lead--about svg {
    max-width: 335px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lead--about svg {
    max-width: 335px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lead--about svg {
    max-width: 335px;
  }
}

.c-hdg__lead--installation svg {
  max-width: 587.5px;
  max-height: 29.2px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__lead--installation svg {
    max-width: 246px;
    max-height: 58.28px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lead--installation svg {
    max-width: 246px;
    max-height: 58.28px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lead--installation svg {
    max-width: 246px;
    max-height: 58.28px;
  }
}

.c-hdg__lead--technology svg {
  max-width: 732.6px;
  max-height: 30.1px;
  fill: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__lead--technology svg {
    max-width: 322px;
    max-height: 59.17px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lead--technology svg {
    max-width: 322px;
    max-height: 59.17px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lead--technology svg {
    max-width: 322px;
    max-height: 59.17px;
  }
}

.c-hdg__lead--casestudy svg {
  max-width: 489.8px;
  max-height: 29.3px;
  fill: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__lead--casestudy svg {
    max-width: 335px;
    max-height: 56.3px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__lead--casestudy svg {
    max-width: 335px;
    max-height: 56.3px;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__lead--casestudy svg {
    max-width: 335px;
    max-height: 56.3px;
  }
}

.c-hdg__svg.is--show-at-pc {
  display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-hdg__svg.is--show-at-pc {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__svg.is--show-at-pc {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__svg.is--show-at-pc {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__svg.is--show-at-pc {
    display: none;
  }
}

.c-hdg__svg.is--show-at-sp {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-hdg__svg.is--show-at-sp {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-hdg__svg.is--show-at-sp {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-hdg__svg.is--show-at-sp {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-hdg__svg.is--show-at-sp {
    display: block;
  }
}

:lang(en) .c-hdg__lead--about svg {
  max-width: 543.88px;
  max-height: 35.6px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  :lang(en) .c-hdg__lead--about svg {
    max-width: 253.75px;
    max-height: 61.6px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  :lang(en) .c-hdg__lead--about svg {
    max-width: 253.75px;
    max-height: 61.6px;
  }
}

@media only screen and (max-width: 320px) {
  :lang(en) .c-hdg__lead--about svg {
    max-width: 253.75px;
    max-height: 61.6px;
  }
}

:lang(en) .c-hdg__lead--installation svg {
  max-width: 772.9px;
  max-height: 35.89px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  :lang(en) .c-hdg__lead--installation svg {
    max-width: 335.3px;
    max-height: 60.5px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  :lang(en) .c-hdg__lead--installation svg {
    max-width: 335.3px;
    max-height: 60.5px;
  }
}

@media only screen and (max-width: 320px) {
  :lang(en) .c-hdg__lead--installation svg {
    max-width: 335.3px;
    max-height: 60.5px;
  }
}

:lang(en) .c-hdg__lead--technology svg {
  max-width: 543.8px;
  max-height: 28.1px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  :lang(en) .c-hdg__lead--technology svg {
    max-width: 268.4px;
    max-height: 55.95px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  :lang(en) .c-hdg__lead--technology svg {
    max-width: 268.4px;
    max-height: 55.95px;
  }
}

@media only screen and (max-width: 320px) {
  :lang(en) .c-hdg__lead--technology svg {
    max-width: 268.4px;
    max-height: 55.95px;
  }
}

:lang(en) .c-hdg__lead--casestudy svg {
  max-width: 563px;
  max-height: 35.9px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  :lang(en) .c-hdg__lead--casestudy svg {
    max-width: 290.6px;
    max-height: 56.3px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  :lang(en) .c-hdg__lead--casestudy svg {
    max-width: 290.6px;
    max-height: 56.3px;
  }
}

@media only screen and (max-width: 320px) {
  :lang(en) .c-hdg__lead--casestudy svg {
    max-width: 290.6px;
    max-height: 56.3px;
  }
}

.c-txt__nav {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  margin-left: 44px;
  transition: padding 0.3s ease-in-out, opacity 0.4s ease-in, transform 0.4s ease-in;
  backface-visibility: hidden;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav {
    margin-left: 10px;
  }
}

.c-txt__nav.is--hide {
  opacity: 0;
  transform: translateX(-100%);
  cursor: default;
}

.c-txt__nav svg {
  transition: fill 0.3s ease-in-out;
  fill: #000;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav svg {
    max-height: 15px;
    fill: #fff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav svg {
    max-height: 15px;
    fill: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav svg {
    max-height: 15px;
    fill: #fff;
  }
}

.c-txt__nav--ornament {
  display: block;
  position: absolute;
  top: 50%;
  left: -44px;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  background-color: #000;
  border-radius: 3.5px;
  transform: scale(0);
  transform-origin: left center;
  transition: left 0.3s ease-in-out, transform 0.3s ease-in-out;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--ornament {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--ornament {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--ornament {
    display: none;
  }
}

.c-txt__nav--ornament:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -46px;
  width: 46px;
  height: 1px;
  background-color: #000;
}

.c-txt__nav--ornament:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 19px;
  margin: -9.5px auto auto -9.5px;
  border: 1px solid #000;
  border-radius: 9px;
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.2s ease-in-out 0.1s;
}

.c-txt__nav:hover {
  padding-left: 24px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav:hover {
    padding-left: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav:hover {
    padding-left: 0;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav:hover {
    padding-left: 0;
  }
}

.c-txt__nav:hover span {
  left: 0;
  transform: scale(1);
}

.c-txt__nav:hover span:after {
  transform: scale(1);
}

.c-txt__nav.is--invert svg {
  fill: #fff;
}

.c-txt__nav.is--invert span {
  background-color: #fff;
}

.c-txt__nav.is--invert span:before {
  background-color: #fff;
}

.c-txt__nav.is--invert span:after {
  border-color: #fff;
}

.c-txt__nav--about svg {
  width: 103.4px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--about svg {
    width: 131px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--about svg {
    width: 131px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--about svg {
    width: 131px;
  }
}

.c-txt__nav--installation svg {
  width: 105px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--installation svg {
    width: 132.5px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--installation svg {
    width: 132.5px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--installation svg {
    width: 132.5px;
  }
}

.c-txt__nav--technology svg {
  width: 106px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--technology svg {
    width: 135px;
    max-height: 19px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--technology svg {
    width: 135px;
    max-height: 19px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--technology svg {
    width: 135px;
    max-height: 19px;
  }
}

.c-txt__nav--event svg {
  width: 49px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--event svg {
    width: 62px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--event svg {
    width: 62px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--event svg {
    width: 62px;
  }
}

.c-txt__nav--contact svg {
  width: 71px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__nav--contact svg {
    width: 91px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__nav--contact svg {
    width: 91px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__nav--contact svg {
    width: 91px;
  }
}

.c-txt__nav--terms svg {
  width: 84px;
}

.c-txt__nav--privacy svg {
  width: 89px;
}

.c-txt__nav--access svg {
  width: 81px;
}

.c-txt__size--large {
  font-size: 20px;
  line-height: 2.4;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__size--large {
    font-size: 16px;
    line-height: 2;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__size--large {
    font-size: 16px;
    line-height: 2;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__size--large {
    font-size: 16px;
    line-height: 2;
  }
}

.c-txt__size--medium {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.3px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__size--medium {
    font-size: 14px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__size--medium {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__size--medium {
    font-size: 14px;
  }
}

.c-txt__size--small {
  font-size: 14px;
  line-height: 1;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__size--small {
    font-size: 13px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__size--small {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__size--small {
    font-size: 13px;
  }
}

.c-txt__size--xsmall {
  font-size: 12px;
  line-height: 1;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-txt__size--xsmall {
    line-height: 1.6;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-txt__size--xsmall {
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
}

@media only screen and (max-width: 320px) {
  .c-txt__size--xsmall {
    line-height: 1.6;
    letter-spacing: -0.1px;
  }
}

.c-txt__color--white {
  color: #fff;
}

.c-txt__color--grey-01 {
  color: #eee;
}

.c-txt__color--grey-02 {
  color: #a0a0a0;
}

.c-txt__color--grey-03 {
  color: #646464;
}

.c-txt__color--grey-04 {
  color: #868686;
}

.c-txt__color--grey-05 {
  color: #333;
}

.c-txt__small--copyright small {
  display: block;
  line-height: 0;
}

.c-txt__small--copyright svg {
  width: 100%;
  max-width: 152px;
  max-height: 13px;
  fill: #646464;
}

.c-txt__deco--ul {
  text-decoration: underline;
}

.c-txt__deco--ul:hover {
  opacity: 0.7;
}

:lang(en) .c-txt__size--medium {
  letter-spacing: 1.5px;
}

.c-btn__normal {
  display: block;
  position: relative;
  padding: 25px;
  border: 1px solid #fff;
  line-height: 1;
  letter-spacing: 0.3px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn__normal {
    padding: 24px 21px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn__normal {
    padding: 24px 21px;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn__normal {
    padding: 24px 14px;
  }
}

.c-btn__normal:hover span[class*='--arrow'] {
  left: calc(100% - 22px);
}

.c-btn__normal:hover span[class*='--arrow']:before {
  left: -10px;
  width: 75px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn__normal:hover span[class*='--arrow'] {
    left: auto;
  }

  .c-btn__normal:hover span[class*='--arrow']:before {
    left: 0;
    width: 50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn__normal:hover span[class*='--arrow'] {
    left: auto;
  }

  .c-btn__normal:hover span[class*='--arrow']:before {
    left: 0;
    width: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn__normal:hover span[class*='--arrow'] {
    left: auto;
  }

  .c-btn__normal:hover span[class*='--arrow']:before {
    left: 0;
    width: 50px;
  }
}

.c-btn__normal--black {
  border-color: #000;
}

.c-btn__normal--arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(100% - 32px);
  width: 75px;
  height: 9px;
  margin-top: -4px;
  padding-left: 65px;
  transition: left 0.2s ease-in-out;
  cursor: pointer;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn__normal--arrow {
    right: 21px;
    left: auto;
    width: 60px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn__normal--arrow {
    right: 21px;
    left: auto;
    width: 60px;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn__normal--arrow {
    right: 14px;
    left: auto;
    width: 50px;
    padding-left: 40px;
  }
}

.c-btn__normal--arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 65px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out, left 0.2s ease-in-out, width 0.2s ease-in-out;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn__normal--arrow:before {
    width: 50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn__normal--arrow:before {
    width: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn__normal--arrow:before {
    width: 40px;
  }
}

.c-btn__normal--arrow svg {
  display: block;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.c-btn__normal--arrow:hover:before {
  background-color: #eee;
}

.c-btn__normal--arrow:hover svg {
  fill: #eee;
}

.c-btn__normal--arrow--black:before {
  background-color: #000;
}

.c-btn__normal--arrow--black svg {
  fill: #000;
}

.c-btn__slideshow--toggle {
  display: block;
  width: 42px;
  height: 4px;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #eee;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}

.c-btn__slideshow--toggle:hover {
  border-color: #000;
}

.c-btn__slideshow--toggle.is--active {
  border-color: #000;
  cursor: initial;
}

.c-btn__slideshow--arrow {
  position: absolute;
  width: 42px;
  height: 9px;
  padding-left: 32px;
  cursor: pointer;
}

.c-btn__slideshow--arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 1px;
  margin-top: -0.5px;
  background-color: #eee;
  transition: background-color 0.2s ease-in-out;
}

.c-btn__slideshow--arrow svg {
  fill: #eee;
  transition: fill 0.2s ease-in-out;
}

.c-btn__slideshow--arrow:hover:before {
  background-color: #000;
}

.c-btn__slideshow--arrow:hover svg {
  fill: #000;
}

.c-btn__slideshow--arrow.is--active:before {
  background-color: #000;
}

.c-btn__slideshow--arrow.is--active svg {
  fill: #000;
}

.c-btn__slideshow--arrow.is--inactive:hover:before {
  background-color: #eee;
}

.c-btn__slideshow--arrow.is--inactive:hover svg {
  fill: #eee;
}

.c-btn__slideshow--arrow.is--ltr {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.c-btn__slideshow--arrow.is--rtl {
  top: 50%;
  right: 100%;
  transform: translateY(-50%) rotate(180deg);
}

.c-btn--pagetop {
  padding: 71px 0 0 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  backface-visibility: hidden;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn--pagetop {
    padding-top: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn--pagetop {
    padding-top: 0;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn--pagetop {
    padding-top: 0;
  }
}

.c-btn--pagetop > svg {
  width: 10px;
  height: 70px;
  fill: #000;
  transition: fill 0.2s ease-in-out;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn--pagetop > svg {
    height: 65px;
    opacity: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn--pagetop > svg {
    height: 65px;
    opacity: 0;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn--pagetop > svg {
    height: 65px;
    opacity: 0;
  }
}

.c-btn--pagetop:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  height: 65px;
  background-color: #000;
  transform-origin: center bottom;
  transition: top 0.2s ease-out, height 0.2s ease-out;
}

.c-btn--pagetop--arrow {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 11px;
  transform: translateX(-6px);
  transition: bottom 0.2s ease-out;
}

.c-btn--pagetop--arrow svg {
  width: 11px;
  height: 11px;
  transform: rotate(-90deg);
}

.c-btn--pagetop:hover:before {
  top: -10px;
  height: 75px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn--pagetop:hover:before {
    top: 0;
    height: 65px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn--pagetop:hover:before {
    top: 0;
    height: 65px;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn--pagetop:hover:before {
    top: 0;
    height: 65px;
  }
}

.c-btn--pagetop:hover .c-btn--pagetop--arrow {
  bottom: calc(100% + 10px);
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-btn--pagetop:hover .c-btn--pagetop--arrow {
    bottom: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-btn--pagetop:hover .c-btn--pagetop--arrow {
    bottom: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .c-btn--pagetop:hover .c-btn--pagetop--arrow {
    bottom: 100%;
  }
}

.c-btn--pagetop.is--hide {
  opacity: 0;
  cursor: default;
}

.c-btn--pagetop.is--invert:before {
  background-color: #fff;
}

.c-btn--pagetop.is--invert svg {
  fill: #fff;
}

.c-btn--scroll {
  padding: 0 0 62px 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out, transform 0.4s ease-out;
  cursor: pointer;
}

.c-btn--scroll:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 4px;
  width: 1px;
  height: 62px;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.c-btn--scroll:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: -2px;
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  border-radius: 7px;
  animation-name: scrollBtn;
  animation-duration: 1.4s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.c-btn--scroll svg {
  width: 8px;
  height: 53px;
  fill: #fff;
  transition: fill 0.2s ease-in-out;
}

.c-btn--scroll.is--hide {
  opacity: 0;
  transform: translateY(-100px);
  cursor: default;
}

.c-btn--scroll.is--invert:before {
  background-color: #fff;
}

.c-btn--scroll.is--invert svg {
  fill: #fff;
}

.c-lb {
  display: none;
  /** show-lt **/
  /** show-mt **/
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-at-xl {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-at-xl {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-at-xl {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-at-xl {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-at-lg {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-at-lg {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-at-lg {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-at-lg {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-at-md {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-at-md {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-at-md {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-at-md {
    display: none;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-at-sm {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-at-sm {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-at-sm {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-at-sm {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-lt-xl {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-lt-xl {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-lt-xl {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-lt-xl {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-lt-lg {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-lt-lg {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-lt-lg {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-lt-lg {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-lt-md {
    display: none;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-lt-md {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-lt-md {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-lt-md {
    display: block;
  }
}

.c-lb.is--show-mt-xl {
  display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-mt-xl {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-mt-xl {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-mt-xl {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-mt-xl {
    display: none;
  }
}

.c-lb.is--show-mt-lg {
  display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-mt-lg {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-mt-lg {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-mt-lg {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-mt-lg {
    display: none;
  }
}

.c-lb.is--show-mt-md {
  display: block;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .c-lb.is--show-mt-md {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .c-lb.is--show-mt-md {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .c-lb.is--show-mt-md {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .c-lb.is--show-mt-md {
    display: none;
  }
}

.p-logo__yamaha {
  display: block;
  position: absolute;
  top: 31px;
  left: 40px;
  z-index: 5;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-logo__yamaha {
    top: 18.5px;
    left: 17px;
  }
}

@media only screen and (max-width: 320px) {
  .p-logo__yamaha {
    top: 18.5px;
    left: 17px;
  }
}

.p-nav--global {
  display: block;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global {
    top: 0;
    z-index: 2000;
    width: 100%;
    padding: 20px 20px 73.5px 20px;
    background-color: #000;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global {
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    padding: 20px 20px 73.5px 20px;
    background-color: #000;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global {
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    padding: 10px 10px 36.75px 10px;
    background-color: #000;
  }
}

.p-nav--global.is--hide {
  display: none;
}

.p-nav--global__logo {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

.p-nav--global__logo span {
  display: block;
  margin: 0 0 80px 25px;
  line-height: 0;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global__logo span {
    margin: 56px 0 44px 10px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global__logo span {
    margin: 56px 0 44px 10px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global__logo span {
    margin: 28px 0 36px 10px;
  }
}

.p-nav--global__logo.is--hide {
  opacity: 0;
  cursor: default;
}

.p-nav--global__logo svg {
  width: 100%;
  max-width: 220px;
  max-height: 83px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global__logo svg {
    max-width: 167.5px;
    fill: #fff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global__logo svg {
    max-width: 167.5px;
    fill: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global__logo svg {
    max-width: 167.5px;
    fill: #fff;
  }
}

.p-nav--global__logo.is--invert svg {
  fill: #fff;
}

.p-nav--global ul li {
  margin-bottom: 36px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul li {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul li {
    margin-bottom: 40px;
  }
}

.p-nav--global ul li:last-child {
  margin-bottom: 48px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul li:last-child {
    margin-bottom: 17.5px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul li:last-child {
    margin-bottom: 17.5px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul li:last-child {
    margin-bottom: 17.5px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__sns--tw--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__sns--tw--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__sns--tw--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__sns--tw--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__sns--tw--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__sns--tw--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__sns--fb--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__sns--fb--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__sns--fb--glnav {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__sns--fb--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__sns--fb--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__sns--fb--glnav:last-child {
    margin-bottom: 26px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__lang--jp--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__lang--jp--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__lang--jp--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__lang--jp--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__lang--jp--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__lang--jp--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__lang--en--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__lang--en--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__lang--en--glnav {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav--global ul .p-nav__lang--en--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--global ul .p-nav__lang--en--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--global ul .p-nav__lang--en--glnav:last-child {
    margin-bottom: 29px;
    padding: 0 17px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__inner--global {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__inner--global {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__inner--global {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
}

.p-nav__closebtn--global {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2001;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__closebtn--global {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__closebtn--global {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__closebtn--global {
    display: none;
  }
}

.p-nav__closebtn--global.is--invert > span {
  background-color: #fff;
}

.p-nav__closebtn--global.is--stay > span {
  background-color: #fff;
}

.p-nav__lang--mv {
  position: absolute;
  top: 25px;
  right: 125px;
  z-index: 5;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__lang--mv {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__lang--mv {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__lang--mv {
    display: none;
  }
}

.p-nav__sns--mv {
  position: absolute;
  top: 25px;
  right: 40px;
  z-index: 5;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__sns--mv {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__sns--mv {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__sns--mv {
    display: none;
  }
}

.p-nav__sns--mv svg {
  fill: #fff;
}

.p-nav__sns--glnav {
  margin-left: 35px;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__sns--glnav {
    justify-content: flex-end;
    margin-left: 0;
  }

  .p-nav__sns--glnav ul li {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__sns--glnav {
    justify-content: flex-end;
    margin-left: 0;
  }

  .p-nav__sns--glnav ul li {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__sns--glnav {
    justify-content: flex-end;
    margin-left: 0;
  }

  .p-nav__sns--glnav ul li {
    margin-bottom: 30px;
  }
}

.p-nav__sns--glnav svg {
  fill: #000;
  transition: fill 0.2s ease-in-out;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__sns--glnav svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__sns--glnav svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__sns--glnav svg {
    width: 30px;
    height: 30px;
    fill: #fff;
  }
}

.p-nav__sns--glnav.is--invert svg {
  fill: #fff;
}

.p-nav__sns--glnav.is--hide {
  opacity: 0;
  transform: translateX(-100%);
  cursor: default;
}

.p-nav__lang--glnav {
  display: none;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-nav__lang--glnav {
    display: flex;
    justify-content: flex-end;
  }

  .p-nav__lang--glnav > li {
    padding: 0 12px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav__lang--glnav {
    display: flex;
    justify-content: flex-end;
  }

  .p-nav__lang--glnav > li {
    padding: 0 12px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav__lang--glnav {
    display: flex;
    justify-content: flex-end;
  }

  .p-nav__lang--glnav > li {
    padding: 0 12px;
  }
}

.p-nav--footer {
  margin-bottom: 21px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-nav--footer {
    margin-bottom: 14.5px;
  }
}

@media only screen and (max-width: 320px) {
  .p-nav--footer {
    margin-bottom: 14.5px;
  }
}

.p-box__section--top {
  width: 100%;
  padding-top: 0;
  background-color: #000;
}

.p-box__section--title {
  z-index: 3;
  height: 100vh;
  background-color: #000;
  background-image: url("/en/about/ai/duetwithyoo/assets/images/fig_photo_top_mv.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--title {
    height: calc(100vh - 75px);
    background-image: url("/en/about/ai/duetwithyoo/assets/images/fig_photo_top_mv_sp.jpg");
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--title {
    height: calc(100vh - 75px);
    background-image: url("/en/about/ai/duetwithyoo/assets/images/fig_photo_top_mv_sp.jpg");
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--title {
    height: calc(100vh - 75px);
    background-image: url("/en/about/ai/duetwithyoo/assets/images/fig_photo_top_mv_sp.jpg");
  }
}

.p-box__section--statement {
  z-index: 1;
  padding-top: 160px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--statement {
    padding-top: 50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--statement {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--statement {
    padding-top: 50px;
  }
}

.p-box__section--about {
  z-index: 1;
  padding-bottom: 91px;
  background-color: #000;
}

.p-box__section--installation {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.p-box__section--technology {
  z-index: 1;
  overflow-x: hidden;
  padding-bottom: 98px;
  background-color: #000;
  background-image: url("/en/about/ai/duetwithyoo/assets/images/fig_bg_technology_shadow.png");
  background-repeat: no-repeat;
  background-position: center top;
}

.p-box__section--technology div:first-child {
  margin-bottom: 200px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--technology div:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--technology div:first-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--technology div:first-child {
    margin-bottom: 0;
  }
}

.p-box__section--event {
  z-index: 1;
  padding-bottom: 98px;
}

.p-box__section--contact {
  z-index: 3;
  padding-bottom: 98px;
  background-color: #000;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--contact > div {
    flex-direction: column;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--contact > div {
    flex-direction: column;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--contact > div {
    flex-direction: column;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--contact > div > div {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--contact > div > div {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--contact > div > div {
    width: 100%;
    max-width: 100%;
  }
}

.p-box__section--map {
  width: 840px;
  height: 420px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #000;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--map {
    width: 100%;
    height: 250px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--map {
    width: 100%;
    height: 250px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--map {
    width: 100%;
    height: 250px;
  }
}

.p-box__section--project {
  z-index: 3;
  padding-bottom: 142px;
  background-color: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--project {
    padding-bottom: 59px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--project {
    padding-bottom: 59px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--project {
    padding-bottom: 59px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--project > div {
    justify-content: space-between;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--project > div {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--project > div {
    justify-content: space-between;
  }
}

.p-box__section--project a {
  display: block;
}

.p-box__section--project a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--project a:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--project a:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--project a:hover {
    opacity: 1;
  }
}

.p-box__section--news {
  padding-bottom: 95px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--news {
    padding-bottom: 45px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--news {
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--news {
    padding-bottom: 45px;
  }
}

.p-box__section--news:last-child {
  padding-bottom: 0;
}

.p-box__section--footer {
  position: relative;
  z-index: 4;
  padding: 0 44px 30px 44px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box__section--footer {
    padding: 0 20px 25px 20px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__section--footer {
    padding: 0 20px 25px 20px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__section--footer {
    padding: 0 10px 25px 10px;
  }
}

.p-box__slideshow {
  display: block;
  position: relative;
  margin-bottom: 62px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box__slideshow {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 320px) {
  .p-box__slideshow {
    margin-bottom: 45px;
  }
}

.p-box__slideshow--row {
  width: 100%;
}

.p-box--case-01 {
  margin-top: 315px;
  margin-left: 400px;
  padding-bottom: 27px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-box--case-01 {
    margin-left: auto;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box--case-01 {
    margin-top: 240px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box--case-01 {
    margin-top: 240px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-box--case-01 {
    margin-top: 240px;
    margin-left: auto;
  }
}

.p-box--case-01 p {
  letter-spacing: 1.3px;
}

.p-box--case-02 {
  margin-left: 205px;
  padding-bottom: 27px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box--case-02 {
    margin-left: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box--case-02 {
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-box--case-02 {
    margin-left: auto;
  }
}

.p-box--case-02 p {
  letter-spacing: 1.3px;
}

.p-box--case-03 {
  margin-left: 400px;
  padding-bottom: 27px;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-box--case-03 {
    margin-left: auto;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-box--case-03 {
    margin-left: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-box--case-03 {
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-box--case-03 {
    margin-left: auto;
  }
}

.p-box--case-03 p {
  letter-spacing: 1.3px;
}

.p-hdg__lv1--pagetitle {
  position: absolute;
  bottom: calc(50% + 21px);
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-hdg__lv1--pagetitle {
    bottom: calc(50% + 55px);
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv1--pagetitle {
    bottom: calc(50% + 50px);
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv1--pagetitle {
    bottom: calc(50% + 40px);
  }
}

.p-hdg__lv2--about {
  margin-bottom: 77px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--about {
    margin-bottom: 49px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--about {
    margin-bottom: 49px;
  }
}

.p-hdg__lv2--installation {
  margin-bottom: 77px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--installation {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--installation {
    margin-bottom: 50px;
  }
}

.p-hdg__lv2--technology {
  margin-bottom: 74px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--technology {
    margin-bottom: 46px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--technology {
    margin-bottom: 46px;
  }
}

.p-hdg__lv2--casestudy {
  margin-bottom: 74px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--casestudy {
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--casestudy {
    margin-bottom: 41px;
  }
}

.p-hdg__lv2--event {
  margin-bottom: 24px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-hdg__lv2--event {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--event {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--event {
    margin-bottom: 0;
  }
}

.p-hdg__lv2--contact {
  margin-bottom: 39px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lv2--contact {
    margin-bottom: 49px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lv2--contact {
    margin-bottom: 49px;
  }
}

.p-hdg__lead--about {
  margin-bottom: 70px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lead--about {
    margin-bottom: 44.5px;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lead--about {
    margin-bottom: 44.5px;
  }
}

.p-hdg__lead--installation {
  margin-bottom: 38px;
}

.p-hdg__lead--technology {
  margin-bottom: 36px;
}

.p-hdg__lead--casestudy {
  margin-bottom: 58px;
}

.p-hdg__lead--event {
  position: absolute;
  display: block;
  top: 98px;
  left: 50%;
  width: 100%;
  max-width: calc(100% - 70px);
  text-align: right;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-hdg__lead--event {
    max-width: 880px;
    padding: 0 20px;
  }

  .p-hdg__lead--event picture {
    display: inline-block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-hdg__lead--event {
    top: 50px;
    max-width: 880px;
    padding: 0 20px;
  }

  .p-hdg__lead--event picture {
    display: inline-block;
    width: 128px;
  }

  .p-hdg__lead--event picture img {
    width: 100%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-hdg__lead--event {
    top: 50px;
    max-width: 375px;
    padding: 0 20px;
  }

  .p-hdg__lead--event picture {
    display: inline-block;
    width: 128px;
  }

  .p-hdg__lead--event picture img {
    width: 100%;
  }
}

@media only screen and (max-width: 320px) {
  .p-hdg__lead--event {
    top: 50px;
    max-width: 320px;
    padding: 0 10px;
  }

  .p-hdg__lead--event picture {
    display: inline-block;
    width: 128px;
  }

  .p-hdg__lead--event picture img {
    width: 100%;
  }
}

.p-hdg__case--01 {
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 1.4px;
}

.p-hdg__case--02 {
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 1.4px;
}

.p-hdg__case--03 {
  margin-bottom: 18px;
  line-height: 1.4;
  letter-spacing: 1.4px;
}

.p-txt--news {
  position: absolute;
  bottom: 27px;
  left: 0;
  width: 100%;
  padding: 0 80px;
  text-decoration: underline;
  text-align: center;
}

.p-txt--news:hover {
  color: #ccc;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-txt--news {
    line-height: 2;
    text-align: left;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt--news {
    bottom: 15px;
    padding: 0 20px 0 55px;
    line-height: 2;
    text-align: left;
    letter-spacing: -0.4px;
  }

  .p-txt--news:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt--news {
    bottom: 15px;
    padding: 0 20px 0 55px;
    line-height: 2;
    text-align: left;
    font-size: 11px;
    letter-spacing: -0.4px;
  }

  .p-txt--news:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt--news {
    bottom: 15px;
    padding: 0 10px 0 40px;
    line-height: 2;
    text-align: left;
    font-size: 10px;
    letter-spacing: -0.4px;
  }

  .p-txt--news:hover {
    color: #fff;
  }
}

.p-txt--statement {
  padding-bottom: 160px;
  letter-spacing: 1.4px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt--statement {
    padding-bottom: 41px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt--statement {
    padding-bottom: 41px;
    letter-spacing: 1.2px;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt--statement {
    padding-bottom: 41px;
    letter-spacing: 1.2px;
  }
}

.p-txt--about p {
  margin-bottom: 32px;
  letter-spacing: 1.2px;
}

/*.p-txt--about p:last-child {
  margin-bottom: 0;
}*/

.p-txt--installation {
  margin-bottom: 45px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt--installation {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt--installation {
    margin-bottom: 40px;
  }
}

.p-txt--installation p {
  margin-bottom: 32px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt--installation p {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt--installation p {
    margin-bottom: 29px;
  }
}

.p-txt--installation p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt--installation p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt--installation p:last-child {
    margin-bottom: 0;
  }
}

.p-txt--map {
  margin-bottom: 42px;
}

.p-txt__inquiry {
  max-width: 386.8px;
  margin-left: auto;
  padding-right: 25px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__inquiry {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__inquiry {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__inquiry {
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

.p-txt__inquiry:first-child {
  margin-top: 65px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__inquiry:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__inquiry:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__inquiry:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__inquiry--greeting {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__inquiry--greeting {
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__inquiry--greeting {
    margin-bottom: 32px;
  }
}

.p-txt__inquiry--mail {
  display: inline-block;
  margin: 24px 0 60px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #646464;
  letter-spacing: 2px;
  font-size: 23px;
  word-break: break-all;
}

.p-txt__inquiry--mail:hover {
  color: #ccc;
}

@media all and (-ms-high-contrast: none) {
  .p-txt__inquiry--mail {
    font-size: 23px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__inquiry--mail {
    font-size: 21px;
  }

  .p-txt__inquiry--mail:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__inquiry--mail {
    margin-top: 19px;
    font-size: 18px;
  }

  .p-txt__inquiry--mail:hover {
    color: #fff;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__inquiry--mail {
    margin-top: 19px;
    font-size: 16px;
  }

  .p-txt__inquiry--mail:hover {
    color: #fff;
  }
}

.p-txt__caption--disklavier span:first-child {
  display: block;
  width: 102.1px;
  margin-bottom: 18px;
  line-height: 0;
}

.p-txt__caption--disklavier span:first-child svg {
  width: 100%;
  max-width: 102.1px;
  max-height: 12.3px;
}

.p-txt__caption--disklavier span:last-child {
  font-size: 13px;
  line-height: 1.785714285714286;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__caption--disklavier span:last-child {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__caption--disklavier span:last-child {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__caption--disklavier span:last-child {
    display: block;
  }
}

.p-txt__caption--y2project span:first-child {
  display: block;
  width: 110.9px;
  margin-bottom: 18px;
  line-height: 0;
}

.p-txt__caption--y2project span:first-child svg {
  width: 100%;
  max-width: 110.9px;
  max-height: 12.19px;
}

.p-txt__caption--y2project span:last-child {
  font-size: 13px;
  line-height: 1.785714285714286;
  letter-spacing: -0.6px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__caption--y2project span:last-child {
    display: block;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__caption--y2project span:last-child {
    display: block;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__caption--y2project span:last-child {
    display: block;
  }
}

.p-txt__map--access {
  margin-bottom: 32px;
}

.p-txt__map--access li {
  margin-bottom: 13px;
  padding: 2.5px 0 2.5px 28px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 100;
  color: #646464;
}

.p-txt__map--access li.is--train {
  background: url("/en/about/ai/duetwithyoo/assets/images/icn_access_train.png") no-repeat 0 3px;
  background-size: auto 16px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__map--access li.is--train {
    background-size: auto 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__map--access li.is--train {
    background-size: auto 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__map--access li.is--train {
    background-size: 13.5px 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

.p-txt__map--access li.is--clock {
  background: url("/en/about/ai/duetwithyoo/assets/images/icn_access_clock.png") no-repeat 0 3px;
  background-size: auto 16px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-txt__map--access li.is--clock {
    background-size: auto 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-txt__map--access li.is--clock {
    background-size: auto 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 320px) {
  .p-txt__map--access li.is--clock {
    background-size: 13.5px 16px;
    background-position: left 5px;
    line-height: 1.5;
  }
}

.p-txt__map--access li span {
  font-weight: bold;
  color: #333;
}

.p-txt__map--note {
  line-height: 1.833333333333333;
}

.p-txt__logo--ist {
  margin: 0;
  text-align: right;
}

.p-txt__logo--ist svg {
  width: 125px;
}

.p-figure--about {
  margin-bottom: 43px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--about {
    margin-bottom: 38.5px;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--about {
    margin-bottom: 38.5px;
  }
}

.p-figure--illustration {
  margin: 0 auto;
}

.p-figure--map {
  position: relative;
  max-width: 840px;
  margin: 0 auto 30px auto;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--map {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--map {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--map {
    margin-bottom: 25px;
  }
}

.p-figure--map:before {
  content: '';
  display: block;
  position: absolute;
  top: 93px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 93px);
  background-color: #000;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .p-figure--map:before {
    display: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--map:before {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--map:before {
    display: none;
  }
}

.p-figure--map picture {
  position: relative;
  z-index: 1;
}

.p-figure--map img {
  width: 100%;
  max-width: 910px;
}

.p-figure--schedule {
  margin-bottom: 46px;
}

.p-figure--schedule img {
  width: 100%;
  max-width: 839px;
}

.p-figure--disklavier {
  max-width: 470px;
  border-right: 1px solid #ccc;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--disklavier {
    max-width: calc(100% - 10px);
    border-right: none;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--disklavier {
    max-width: calc(100% - 10px);
    border-right: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--disklavier {
    max-width: calc(100% - 5px);
    border-right: none;
  }
}

.p-figure--y2project {
  max-width: 470px;
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--y2project {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--y2project {
    max-width: calc(100% - 10px);
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--y2project {
    max-width: calc(100% - 5px);
  }
}

.p-btn--ai-detail {
  max-width: 318px;
  margin-top: 30px;
  margin-bottom: 38px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn--ai-detail {
    max-width: 336px;
    margin-top: 32.5px;
    margin-bottom: 30px;
    padding: 18px 105px 18px 15px;
    line-height: 1.6;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn--ai-detail {
    max-width: 336px;
    margin-top: 32.5px;
    margin-bottom: 30px;
    padding: 18px 15px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn--ai-detail {
    max-width: 336px;
    margin-top: 32.5px;
    margin-bottom: 30px;
    padding: 18px 15px;
    line-height: 1.6;
  }
}

.p-btn--inquiry {
  max-width: 238px;
  margin-top: 30px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn--inquiry {
    max-width: 336px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn--inquiry {
    max-width: 336px;
    margin-top: 19px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn--inquiry {
    max-width: 336px;
    margin-top: 19px;
  }
}

.p-btn--map-detail {
  max-width: 318px;
  margin-bottom: 34px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn--map-detail {
    max-width: 336px;
    margin-bottom: 18px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn--map-detail {
    max-width: 336px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn--map-detail {
    max-width: 336px;
    margin-bottom: 18px;
  }
}

.p-btn--scroll {
  position: absolute;
  bottom: 27px;
  left: 40px;
  z-index: 4;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn--scroll {
    bottom: 19px;
    left: 16px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn--scroll {
    bottom: 19px;
    left: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn--scroll {
    bottom: 18px;
    left: 16px;
  }
}

.p-btn--pagetop {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 3;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn--pagetop {
    bottom: 23px;
    right: 16px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn--pagetop {
    bottom: 23px;
    right: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn--pagetop {
    bottom: 23px;
    right: 16px;
  }
}

.p-btn__lang--jp {
  transition: fill 0.2s ease-in-out;
}

.p-btn__lang--jp:hover svg {
  fill: #fff;
}

.p-btn__lang--jp.is--stay svg {
  fill: #fff;
  cursor: default;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn__lang--jp svg {
    width: 25px;
    height: 14px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn__lang--jp svg {
    width: 25px;
    height: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn__lang--jp svg {
    width: 25px;
    height: 14px;
  }
}

.p-btn__lang--en {
  transition: fill 0.2s ease-in-out;
}

.p-btn__lang--en:hover svg {
  fill: #fff;
}

.p-btn__lang--en.is--stay {
  cursor: default;
}

.p-btn__lang--en.is--stay svg {
  fill: #fff;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-btn__lang--en svg {
    width: 28px;
    height: 14px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-btn__lang--en svg {
    width: 28px;
    height: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .p-btn__lang--en svg {
    width: 28px;
    height: 14px;
  }
}

.p-figure--case.is--01 {
  top: -180px;
  left: -50%;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--01 {
    top: -152.5px;
    right: -27px;
    left: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--01 {
    top: -152.5px;
    right: -27px;
    left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--01 {
    top: -152.5px;
    right: -17px;
    left: auto;
  }
}

.p-figure--case.is--01:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20129.1%20111.6%22%20xml:space=%22preserve%22%3E%3Ctitle%3E01%3C/title%3E%3Cg%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M34.3,111.7C16.1,111.7,0,100.9,0,78.4v-45C0,10.2,16.1,0,34.3,0c18.1,0,34.2,10.3,34.2,33.3v45.1C68.5,100.9,52.4,111.7,34.3,111.7z%20M34.3,15.9c-9.9,0-16.1,6.8-16.1,18.5v42.9c0,11.7,6.2,18.5,16.1,18.5c9.8,0,15.9-6.8,15.9-18.5V34.4C50.2,22.7,44,15.9,34.3,15.9z%22/%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M129.1,110.2h-18.3V21.1L95.1,31.8V13.4l16.7-12h17.2V110.2z%22/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  width: 116px;
  transform: translateX(-50%);
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--01:before {
    top: 0;
    left: -27px;
    width: 80.5px;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--01:before {
    top: 0;
    left: -27px;
    width: 80.5px;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--01:before {
    top: 0;
    left: 17px;
    width: 80.5px;
    transform: translate(0, -50%);
  }
}

@media all and (-ms-high-contrast: none) {
  .p-figure--case.is--01:before {
    content: '';
    height: 111px;
    background-image: url("/en/about/ai/duetwithyoo/assets/images/bg_casestudy_num_01.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.p-figure--case.is--02 {
  top: -180px;
  left: -50%;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--02 {
    top: -152.5px;
    left: -27px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--02 {
    top: -152.5px;
    left: -27px;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--02 {
    top: -152.5px;
    left: -17px;
  }
}

.p-figure--case.is--02:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20149%20111.7%22%20xml:space=%22preserve%22%3E%3Ctitle%3E02%3C/title%3E%3Cg%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M34.2,111.7C16.1,111.7,0,101,0,78.4v-45C0,10.3,16.1,0,34.2,0c18.1,0,34.2,10.3,34.2,33.3v45.1C68.5,101,52.4,111.7,34.2,111.7z%20M34.2,15.9c-9.9,0-16.1,6.8-16.1,18.5v42.9c0,11.7,6.2,18.5,16.1,18.5c9.8,0,15.9-6.8,15.9-18.5V34.4C50.2,22.7,44,15.9,34.2,15.9z%22/%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M148.3,110.3H82.5V97.4l37.4-43.9c7.1-8.2,11-15.3,11-22.9c0-9.9-7.4-15-15.5-15c-8.5,0-15,5.2-15.5,15H83.3C83.3,12.2,98.1,0,116.1,0c18.6,0,33,12.6,33,30.9c0,13.7-9.5,24.5-16.4,32.8l-25.7,30.8h41.3V110.3z%22/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: -55px;
  right: -92px;
  width: 141px;
  transform: translate(0, 0);
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--02:before {
    top: 0;
    right: -27px;
    left: auto;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--02:before {
    top: 0;
    right: -27px;
    left: auto;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--02:before {
    top: 0;
    left: 17px;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media all and (-ms-high-contrast: none) {
  .p-figure--case.is--02:before {
    content: '';
    height: 111px;
    background-image: url("/en/about/ai/duetwithyoo/assets/images/bg_casestudy_num_02.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

.p-figure--case.is--03 {
  top: -180px;
  left: -50%;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--03 {
    top: -152.5px;
    right: -27px;
    left: auto;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--03 {
    top: -152.5px;
    right: -27px;
    left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--03 {
    top: -152.5px;
    right: -17px;
    left: auto;
  }
}

.p-figure--case.is--03:before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20150.2%20111.7%22%20xml:space=%22preserve%22%3E%3Ctitle%3E03%3C/title%3E%3Cg%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M34.2,111.7C16.1,111.7,0,100.9,0,78.4v-45C0,10.2,16.1,0,34.2,0c18.1,0,34.2,10.3,34.2,33.3v45.1C68.4,100.9,52.4,111.7,34.2,111.7z%20M34.2,15.9c-9.9,0-16.1,6.8-16.1,18.5v42.9c0,11.7,6.2,18.5,16.1,18.5c9.8,0,15.9-6.8,15.9-18.5V34.4C50.1,22.7,44,15.9,34.2,15.9z%22/%3E%3Cpath%20style=%22fill:%20#fff;%22%20d=%22M105.4,46.2h7.6c11.4,0,17.5-6,17.5-16.3c0-7.9-6.2-14.4-15.5-14.4c-8.8,0-14.7,5.8-15.5,13.4H82.8c0.5-17.5,15.3-29,32.8-29c19.1,0,33,13.1,33,29.5c0,11.8-6.9,20-15.5,24.3c9.9,4.4,17,12.9,17,26.3c0,17.2-12.3,31.6-33.3,31.6c-22.1,0-34.5-12.6-35.5-29.8h16.7c1.3,7.9,6.8,13.9,18,13.9c9.5,0,15.9-6.9,15.9-16.1c0-11-6.5-17.7-19.1-17.7h-7.6V46.2z%22/%3E%3C/g%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: -55px;
  left: 0;
  width: 141px;
  transform: translateX(-50%);
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  .p-figure--case.is--03:before {
    top: 0;
    left: -27px;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  .p-figure--case.is--03:before {
    top: 0;
    left: -27px;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 320px) {
  .p-figure--case.is--03:before {
    top: 0;
    left: 17px;
    width: 98px;
    transform: translate(0, -50%);
  }
}

@media all and (-ms-high-contrast: none) {
  .p-figure--case.is--03:before {
    content: '';
    height: 111px;
    background-image: url("/en/about/ai/duetwithyoo/assets/images/bg_casestudy_num_03.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

:lang(en) .p-btn--ai-detail {
  max-width: 445px;
}

@media only screen and (min-width: 376px) and (max-width: 1024px) {
  :lang(en) .p-btn--ai-detail {
    max-width: 318px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  :lang(en) .p-btn--ai-detail {
    max-width: 318px;
  }
}

@media only screen and (max-width: 320px) {
  :lang(en) .p-btn--ai-detail {
    max-width: 318px;
  }
}

:lang(en) .p-txt--statement {
  letter-spacing: 2px;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJ5b28vYXNzZXRzL3N0eWxlc2hlZXRzL2VuLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/


/* For translate to corporate site */
main p{margin-bottom:0;}
