@charset "UTF-8";
@media (min-width: 737px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 736px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body,
div,
ul,
li,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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"],
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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,
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;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* width設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* align設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* flexbox */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* body設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  width: 100%;
  min-width: 960px;
  font-size: 15px;
  font-family: "SST W20 Roman", Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #000000;
  word-break: normal;
}

@media screen and (max-width: 736px) {
  body {
    min-width: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* word-break */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 736px) {
  .word-break {
    word-break: break-all;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 表示・非表示 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  .sp {
    display: block;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* リンク設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a {
  color: #000000;
  text-decoration: none;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}

a:link,
a:visited {
  color: #000000;
}

a:hover,
a:active {
  color: #eb0042;
}

a.button {
  font-family: "SST W20 Bold";
  display: inline-block;
  border: 1px solid #d9d9d9;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 70px;
}

a.button:hover {
  color: #ffffff;
  background: #b9b9b9;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* リスト */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.ul-dash {
  list-style: none;
  margin-left: 10px;
}

.ul-dash li {
  margin-bottom: 8px;
}

.ul-dash li:before {
  content: "-";
  display: inline-block;
  margin: 0 4px 0 -10px;
}

.ul-number {
  margin-left: 14px;
}

.ul-number li {
  margin-top: 16px;
}

.ul-number li span {
  margin-left: -14px;
}

.ul-brackets {
  margin-left: 23px;
}

.ul-brackets li span {
  margin-left: -23px;
}

.ul-dot {
  text-indent: -1rem;
  padding-left: 1rem;
}

.ul-dot li::before {
  content: "・";
}

.ul-other {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 罫線 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
hr {
  height: 1px;
  background: #d9d9d9;
  border: none;
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 文字色設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.txt-red {
  color: #eb0042;
}

.txt-blue {
  color: #4461cf;
}

.txt-gray {
  color: #d9d9d9;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* ライン装飾 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.line-after:after,
.line-before:before {
  content: "";
  width: 0;
  height: 3px;
  display: block;
}

@media screen and (max-width: 736px) {
  .line-after:after,
  .line-before:before {
    width: 100%;
  }
}

.line-01:after,
.line-01:before {
  background: url(../images/line_img_01.png) repeat left bottom;
}

.line-02:after,
.line-02:before {
  background: url(../images/line_img_02.png) repeat left bottom;
}

.line-03:after,
.line-03:before {
  background: url(../images/line_img_03.png) repeat left bottom;
}

.line-04:after,
.line-04:before {
  background: url(../images/line_img_04.png) repeat left bottom;
}

.active .line:after,
.active .line:before {
  -moz-animation: Width-100 0.2s ease forwards;
  -webkit-animation: Width-100 0.2s ease forwards;
  animation: Width-100 0.2s ease forwards;
}

@media screen and (max-width: 736px) {
  .active .line:after,
  .active .line:before {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.line-anremove:after,
.line-anremove:before {
  width: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* タイトル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 画像 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
img {
  vertical-align: top;
}

@media screen and (max-width: 736px) {
  img.sp-images {
    width: 100%;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* contents */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#contents {
  position: relative;
  height: 100%;
  min-height: 100%;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* inner */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 150px;
}

@media screen and (max-width: 961px) {
  .inner {
    padding: 150px 100px 0px;
  }
}

@media screen and (max-width: 736px) {
  .inner {
    padding: 85px 20px 0px;
    width: auto;
  }
}

.footer .inner {
  padding-top: 60px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* layer */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.layer div {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7000;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.layer div.jump {
  -moz-animation: Width-50 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
  -webkit-animation: Width-50 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
  animation: Width-50 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
}

@media screen and (max-width: 736px) {
  .layer div.jump {
    -moz-animation: Width-0 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
    -webkit-animation: Width-0 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
    animation: Width-0 1s cubic-bezier(1, 0, 0, 1) 0.4s forwards;
  }
}

.layer div.fadeLayer {
  -moz-animation: Width-50-0 0.2s ease forwards;
  -webkit-animation: Width-50-0 0.2s ease forwards;
  animation: Width-50-0 0.2s ease forwards;
}

@media screen and (max-width: 736px) {
  .layer div.fadeLayer {
    width: 0 !important;
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

.layer-nav00 {
  background: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.layer-nav00.menu-open,
.layer-nav00.page_jump {
  width: 100%;
  opacity: 1;
}

.layer-nav00.page_jump {
  z-index: 9999;
  background: white;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#body-why .layer-nav01,
#body-how .layer-nav01,
#body-portofolio .layer-nav01,
#body-offices .layer-nav01 {
  background: white;
  width: 100%;
  z-index: 8500;
  opacity: 1;
}

.layer-nav02 {
  background: #eb0042;
}

#body-why .layer-nav02 {
  width: 100%;
  z-index: 8500;
  opacity: 0;
}

#body-why .layer-nav02.jump {
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.layer-nav03 {
  background: #4461cf;
}

#body-how .layer-nav03 {
  width: 100%;
  z-index: 8500;
  opacity: 0;
}

#body-how .layer-nav03.jump {
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.layer-nav04 {
  background: #1da4b3;
}

#body-portofolio .layer-nav04 {
  width: 100%;
  z-index: 8500;
  opacity: 0;
}

#body-portofolio .layer-nav04.jump {
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.layer-nav05 {
  background: #cf0a9b;
}

#body-offices .layer-nav05 {
  width: 100%;
  z-index: 8500;
  opacity: 0;
}

#body-offices .layer-nav05.jump {
  opacity: 1;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* float */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.float-area {
  overflow: hidden;
}

.float-left {
  float: left;
}

@media screen and (max-width: 736px) {
  .float-left {
    float: none;
    width: auto !important;
  }
}

.float-right {
  float: right;
}

@media screen and (max-width: 736px) {
  .float-right {
    float: none;
    width: auto !important;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* introduction */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#introduction {
  margin: 0px 0 150px;
}

@media screen and (max-width: 736px) {
  #introduction {
    margin: 0px 0 70px;
  }
}

.no-script .line-after:after,
.no-script .line-before:before {
  content: "";
  width: 100%;
}

.no-script nav {
  width: 100%;
  height: auto;
  position: static;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 736px) {
  .no-script nav {
    width: 100% !important;
    top: 0;
    right: 0;
  }
}

.no-script nav ul {
  width: 100%;
  position: static;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
}

.no-script nav ul li {
  opacity: 1;
  display: inline-block;
  padding: 10px;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.no-script nav ul li.nav06 img {
  max-width: 30px;
}

.no-script #parallax-inner {
  position: static;
  height: calc(100vh - 185px);
  padding: 0;
}

.no-script .layer div {
  display: none !important;
}

.no-script .mainvisual h1 {
  width: 500px;
  left: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.no-script .mainvisual h1 img {
  opacity: 1;
}

.no-script .mainvisual .read span {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-script .mainvisual .read span:nth-child(1) {
  -moz-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.6s;
  transition: all 0.7s ease 0.6s;
}

.no-script .mainvisual .read span:nth-child(2) {
  -moz-transition: all 0.7s ease 0.65s;
  -o-transition: all 0.7s ease 0.65s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.65s;
  transition: all 0.7s ease 0.65s;
}

.no-script .mainvisual .read span:nth-child(3) {
  -moz-transition: all 0.7s ease 0.7s;
  -o-transition: all 0.7s ease 0.7s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.7s;
  transition: all 0.7s ease 0.7s;
}

.no-script .mainvisual .read span:nth-child(4) {
  -moz-transition: all 0.7s ease 0.75s;
  -o-transition: all 0.7s ease 0.75s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.75s;
  transition: all 0.7s ease 0.75s;
}

.no-script .mainvisual .read span:nth-child(5) {
  -moz-transition: all 0.7s ease 0.8s;
  -o-transition: all 0.7s ease 0.8s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.8s;
  transition: all 0.7s ease 0.8s;
}

.no-script .mainvisual .read span:nth-child(6) {
  -moz-transition: all 0.7s ease 0.85s;
  -o-transition: all 0.7s ease 0.85s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.85s;
  transition: all 0.7s ease 0.85s;
}

.no-script .mainvisual .read span:nth-child(7) {
  -moz-transition: all 0.7s ease 0.9s;
  -o-transition: all 0.7s ease 0.9s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.9s;
  transition: all 0.7s ease 0.9s;
}

.no-script .mainvisual .read span:nth-child(8) {
  -moz-transition: all 0.7s ease 0.95s;
  -o-transition: all 0.7s ease 0.95s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.95s;
  transition: all 0.7s ease 0.95s;
}

.no-script .mainvisual .read span:nth-child(9) {
  -moz-transition: all 0.7s ease 1s;
  -o-transition: all 0.7s ease 1s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.7s ease 1s;
}

.no-script .mainvisual .arrow {
  display: none;
}

.no-script .mainvisual .mainText .read {
  opacity: 1;
}

.no-script #introduction ul li h2 span {
  opacity: 1;
}

.no-script #introduction ul li p {
  opacity: 1;
}

.no-script #introduction .float-right ul li {
  opacity: 1;
}

.no-script #introduction .float-right ul li h2 span {
  opacity: 1;
}

.no-script #introduction .float-right ul li p {
  opacity: 1;
}

.no-script #introduction .images img {
  opacity: 1;
}

.no-script #funding .images .animation-01,
.no-script #funding .images .animation-02,
.no-script #funding .images .animation-03,
.no-script #funding .images .animation-04,
.no-script #funding .images .animation-05,
.no-script #funding .images .animation-06 {
  opacity: 1;
  height: auto;
}

.no-script #funding .images .animation-02 {
  left: 1px;
}

.no-script #funding .images .animation-03 {
  left: 82px;
}

@media screen and (max-width: 961px) {
  .no-script #funding .images .animation-03 {
    left: 152px;
  }
}

.no-script #funding .images .animation-04 {
  right: 404px;
}

@media screen and (max-width: 961px) {
  .no-script #funding .images .animation-04 {
    right: 308px;
  }
}

.no-script #funding .images .animation-05 {
  right: 243px;
}

@media screen and (max-width: 961px) {
  .no-script #funding .images .animation-05 {
    right: 153px;
  }
}

.no-script #funding .images .animation-06 {
  right: 81px;
}

.no-script #geographies .images img {
  opacity: 1;
}

.no-script #geographies .images .animation-01,
.no-script #geographies .images .animation-02,
.no-script #geographies .images .animation-03,
.no-script #geographies .images .animation-04 {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* body */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body#body-contact,
body.scroll {
  overflow-y: scroll;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* #parallax */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#parallax-area {
  position: relative;
  min-height: calc(100vh - 135px);
}

#parallax-inner {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 135px);
  background: #ffffff;
  border-bottom: #000;
  padding: 0 0 35px;
}

@media screen and (max-width: 736px) {
  #parallax-inner {
    padding: 65px 0 0;
  }
}

#parallax-inner .cnt {
  height: 100%;
}

#parallax-inner .cnt .inner {
  position: relative;
  width: 800px;
  height: 100%;
}

@media screen and (max-width: 736px) {
  #parallax-inner .cnt .inner {
    width: 100%;
  }
}

#parallax-inner.smartPhone {
  position: relative;
  height: calc(100vh - 115px);
  top: -65px;
}

#parallax-inner.relative {
  position: relative;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* mainvisual */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.mainvisual h1 {
  position: absolute;
  top: 50%;
}

.mainvisual h1 img {
  width: 100%;
  margin: 10px 0;
}

@media screen and (max-width: 736px) {
  .mainvisual h1 {
    width: 90% !important;
    line-height: 0.5em;
  }
}

.mainvisual h1 span {
  font-family: "SST W20 Light";
  font-size: 16px;
  font-weight: normal;
  color: #767676;
  opacity: 0;
  margin-top: 16px;
}

.mainvisual .move01 {
  opacity: 1;
  position: relative;
  top: 50%;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mainvisual .move01 h1 {
  width: 677px;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mainvisual .move01 h1 img {
  opacity: 0;
  -moz-transform: translate3d(0, 2vh, 0);
  -webkit-transform: translate3d(0, 2vh, 0);
  transform: translate3d(0, 2vh, 0);
}

.mainvisual .move02 {
  opacity: 0;
  position: relative;
  top: 50%;
  -moz-transition: all 0.4s ease 6s;
  -o-transition: all 0.4s ease 6s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 6s;
  transition: all 0.4s ease 6s;
}

.mainvisual .move02 h1 {
  width: 500px;
  left: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.mainvisual .move02 h1 span {
  opacity: 1;
}

.mainvisual .read {
  width: 270px;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media screen and (max-width: 736px) {
  .mainvisual .read {
    display: none;
  }
}

.mainvisual .read span {
  font-family: "SST W20 Bold";
  display: block;
  opacity: 0;
  -moz-transform: translate3d(0, 2vh, 0);
  -webkit-transform: translate3d(0, 2vh, 0);
  transform: translate3d(0, 2vh, 0);
}

.mainvisual .mainText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 736px) {
  .mainvisual .mainText {
    width: 90%;
    top: 50%;
  }
}

.mainvisual .mainText h1 {
  width: auto;
  position: static;
  margin: 0 auto;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#body-why .mainvisual .mainText h1 {
  width: 569px;
}

#body-how .mainvisual .mainText h1 {
  width: 445px;
}

#body-portofolio .mainvisual .mainText h1 {
  width: 571px;
}

#body-offices .mainvisual .mainText h1 {
  width: 659px;
}

@media screen and (max-width: 736px) {
  .mainvisual .mainText h1 {
    width: 100% !important;
  }
}

.mainvisual .mainText h1 .mainImg {
  margin: 0 0 28px;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.mainvisual .mainText h3 {
  font-size: 25px;
  line-height: 1.4em;
  margin: 24px 0 16px;
}

.mainvisual .mainText .read {
  font-family: "SST W20 Bold";
  opacity: 0;
  position: static;
  margin: 48px auto 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#body-why .mainvisual .mainText .read {
  width: 569px;
}

#body-how .mainvisual .mainText .read {
  width: 445px;
}

#body-portofolio .mainvisual .mainText .read {
  width: 571px;
}

#body-offices .mainvisual .mainText .read {
  width: 659px;
}

.mainvisual.load .move01 h1 .mainImg {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mainvisual.load .move01 h1 .mainImg-01 {
  -moz-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0.2s;
  transition: all 0.8s ease 0.2s;
}

.mainvisual.load .move01 h1 .mainImg-02 {
  -moz-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0.4s;
  transition: all 0.8s ease 0.4s;
}

.mainvisual.load .move01 h1 .mainImg-03 {
  -moz-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0.6s;
  transition: all 0.8s ease 0.6s;
}

.mainvisual.load .move01 h1 .mainImg-04 {
  -moz-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0.8s;
  transition: all 0.8s ease 0.8s;
}

.mainvisual.load .move01 h1 span {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.8s ease 1s;
  -o-transition: all 0.8s ease 1s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.8s ease 1s;
}

.mainvisual.load .mainText .read {
  opacity: 1;
  -moz-transition: all 0.8s ease 1.2s;
  -o-transition: all 0.8s ease 1.2s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 1.2s;
  transition: all 0.8s ease 1.2s;
}

.mainvisual.move .move01 {
  opacity: 0;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.mainvisual.move .move02 {
  opacity: 1;
  position: relative;
  -moz-transition: all 0.8s ease 0.5s;
  -o-transition: all 0.8s ease 0.5s;
  -webkit-transition: all 0.8s ease;
  -webkit-transition-delay: 0.5s;
  transition: all 0.8s ease 0.5s;
}

.mainvisual.move .read span {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mainvisual.move .read span:nth-child(1) {
  -moz-transition: all 0.7s ease 0.6s;
  -o-transition: all 0.7s ease 0.6s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.6s;
  transition: all 0.7s ease 0.6s;
}

.mainvisual.move .read span:nth-child(2) {
  -moz-transition: all 0.7s ease 0.65s;
  -o-transition: all 0.7s ease 0.65s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.65s;
  transition: all 0.7s ease 0.65s;
}

.mainvisual.move .read span:nth-child(3) {
  -moz-transition: all 0.7s ease 0.7s;
  -o-transition: all 0.7s ease 0.7s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.7s;
  transition: all 0.7s ease 0.7s;
}

.mainvisual.move .read span:nth-child(4) {
  -moz-transition: all 0.7s ease 0.75s;
  -o-transition: all 0.7s ease 0.75s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.75s;
  transition: all 0.7s ease 0.75s;
}

.mainvisual.move .read span:nth-child(5) {
  -moz-transition: all 0.7s ease 0.8s;
  -o-transition: all 0.7s ease 0.8s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.8s;
  transition: all 0.7s ease 0.8s;
}

.mainvisual.move .read span:nth-child(6) {
  -moz-transition: all 0.7s ease 0.85s;
  -o-transition: all 0.7s ease 0.85s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.85s;
  transition: all 0.7s ease 0.85s;
}

.mainvisual.move .read span:nth-child(7) {
  -moz-transition: all 0.7s ease 0.9s;
  -o-transition: all 0.7s ease 0.9s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.9s;
  transition: all 0.7s ease 0.9s;
}

.mainvisual.move .read span:nth-child(8) {
  -moz-transition: all 0.7s ease 0.95s;
  -o-transition: all 0.7s ease 0.95s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 0.95s;
  transition: all 0.7s ease 0.95s;
}

.mainvisual.move .read span:nth-child(9) {
  -moz-transition: all 0.7s ease 1s;
  -o-transition: all 0.7s ease 1s;
  -webkit-transition: all 0.7s ease;
  -webkit-transition-delay: 1s;
  transition: all 0.7s ease 1s;
}

.mainvisual .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

@media screen and (max-width: 736px) {
  .mainvisual .arrow {
    bottom: 0;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* read-sp */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#read-sp {
  display: none;
}

@media screen and (max-width: 736px) {
  #read-sp {
    display: block;
  }
}

#read-sp h3 {
  margin: 24px 0 16px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* sony-header */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sony-header {
  height: 70px;
  position: relative;
  background: #000000;
  padding: 0 50px;
  z-index: 3;
}

@media screen and (max-width: 736px) {
  .sony-header {
    height: auto;
  }
}

.sony-header img {
  width: 126px;
  height: 68px;
}

@media screen and (max-width: 736px) {
  .sony-header img {
    width: 128px;
    height: 68px;
    padding-left: 22px;
    display: block;
    margin: 0 auto;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.header {
  height: 65px;
  position: relative;
  z-index: 8000;
  background: #ffffff;
  padding: 0 50px 0 50px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {
  .header {
    padding: 0;
  }
}

.header .title {
  position: absolute;
  top: 21px;
  left: 50px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 736px) {
  .header .title {
    top: 22px;
    left: 10px;
    font-size: 16px;
  }
  .header .title img {
    width: 230px;
  }
}

.header.fixed {
  width: 100%;
  position: fixed;
  top: 0px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* menu-button */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.menu-button {
  width: 28px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 8000;
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 736px) {
  .menu-button {
    right: 10px;
  }
}

.menu-button span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #222;
  display: inline-block;
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

.menu-button span.menu-text {
  background: none;
  text-indent: -9999px;
}

.menu-button span:nth-of-type(2) {
  top: 0;
}

.menu-button span:nth-of-type(3) {
  top: 10px;
}

.menu-button span:nth-of-type(4) {
  bottom: 0;
}

.menu-button.active {
  z-index: 9500;
}

.menu-button.active span:nth-of-type(2) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-button.active span:nth-of-type(3) {
  opacity: 0;
}

.menu-button.active span:nth-of-type(4) {
  -moz-transform: translateY(-10px) rotate(45deg);
  -ms-transform: translateY(-10px) rotate(45deg);
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.menu-button.active + nav {
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.menu-button.close {
  z-index: 9500;
}

.menu-button.close + nav {
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.menu-button.fixed {
  position: fixed;
  top: 20px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* nav */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
nav {
  height: 100vh;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 9000;
  background: #f2f2f2;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (max-width: 736px) {
  nav {
    width: 100% !important;
    top: 0;
    right: 0;
  }
}

nav.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav.fixed {
  top: 0;
}

nav ul {
  width: 100%;
  position: absolute;
  top: 50%;
  padding: 0 24px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 736px) {
  nav ul {
    text-align: center;
  }
}

nav ul li {
  padding: 0 0 24px;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

nav ul li em {
  font-style: normal;
}

nav ul li a {
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  nav ul li a {
    display: block;
  }
}

nav ul li a:hover {
  color: #000000;
  font-family: "SST W20 Bold";
}

nav ul li.current a {
  color: #cf0a9b;
  font-family: "SST W20 Bold";
}

nav ul.active li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

nav ul.active li:nth-child(1) {
  -moz-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.2s ease-out 0.1s;
}

nav ul.active li:nth-child(2) {
  -moz-transition: all 0.2s ease-out 0.2s;
  -o-transition: all 0.2s ease-out 0.2s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s ease-out 0.2s;
}

nav ul.active li:nth-child(3) {
  -moz-transition: all 0.2s ease-out 0.3s;
  -o-transition: all 0.2s ease-out 0.3s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.3s;
  transition: all 0.2s ease-out 0.3s;
}

nav ul.active li:nth-child(4) {
  -moz-transition: all 0.2s ease-out 0.4s;
  -o-transition: all 0.2s ease-out 0.4s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.4s;
  transition: all 0.2s ease-out 0.4s;
}

nav ul.active li:nth-child(5) {
  -moz-transition: all 0.2s ease-out 0.5s;
  -o-transition: all 0.2s ease-out 0.5s;
  -webkit-transition: all 0.2s ease-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.2s ease-out 0.5s;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* return-top-button */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.return-top {
  position: fixed;
  bottom: 70px;
  text-align: right;
  width: 100%;
}

.return-top-button {
  opacity: 0;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.return-top-button.active {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* footer */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.footer {
  margin-top: 150px;
  padding-bottom: 16px;
  font-size: 11px;
}

@media (max-width: 736px) {
  .footer {
    margin-top: 70px;
  }
}

@media screen and (max-width: 736px) {
  .footer .float-left {
    margin-bottom: 10px;
  }
}

.footer .float-right .link {
  text-align: right;
}

@media screen and (max-width: 736px) {
  .footer .float-right .link {
    text-align: left;
  }
}

.footer .float-right .link li {
  display: inline-block;
  padding: 0 4px 0 8px;
}

@media screen and (max-width: 736px) {
  .footer .float-right .link li {
    display: block;
    padding: 10px 0;
  }
}

.footer .float-right .link li + li {
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 736px) {
  .footer .float-right .link li + li {
    border-left: none;
  }
}

.footer .float-right .link li.in img {
  max-width: 15px;
  vertical-align: middle;
}

.footer .float-right .link li a {
  font-family: "SST W20 Bold";
  font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeHeight-01 {
  0% {
    height: 0;
  }
  100% {
    height: 24px;
  }
}

@keyframes fadeHeight-02 {
  0% {
    height: 0;
  }
  100% {
    height: 48px;
  }
}

@keyframes fadeHeight-03 {
  0% {
    height: 0;
  }
  100% {
    height: 84px;
  }
}

@keyframes fadeHeight-04 {
  0% {
    height: 0;
  }
  100% {
    height: 132px;
  }
}

@keyframes fadeHeight-05 {
  0% {
    height: 0;
  }
  100% {
    height: 191px;
  }
}

@keyframes Width-100 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes Width-50 {
  0% {
    width: 100%;
  }
  100% {
    width: 50px;
  }
}

@keyframes Width-50-0 {
  0% {
    width: 50px;
  }
  100% {
    width: 0;
  }
}

@keyframes Width-0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

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

/* 20210112 add */
.header-menu {
  text-align: right;
  padding-top: 21px;
}

.header-menu__item, .header-menu__item__la {
  display: inline-block;
  margin: 0px 20px;
}

.header-menu__item.is-active, .is-active.header-menu__item__la {
  background: url(../images/line_img_04.png) no-repeat left bottom;
  height: 26px;
}

.header-menu__item__la {
  border-left: 1px solid black;
  padding: 0px 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .header-menu {
    display: none;
  }
  .menu-button {
    display: block;
  }
}

@media screen and (min-width: 1101px) {
  .header-menu {
    display: block;
  }
  .menu-button {
    display: none;
  }
}

.m-title, .m-title--aboutus, .m-title--news, .m-title--portfolio, .m-title--capitalist, .m-title--contact {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 100px;
  margin-top: 100px;
  text-align: center;
  line-height: 1.2;
  color: #000;
}

@media (max-width: 736px) {
  .m-title, .m-title--aboutus, .m-title--news, .m-title--portfolio, .m-title--capitalist, .m-title--contact {
    margin-bottom: 75px;
    margin-top: 75px;
  }
}

.m-title--aboutus {
  color: #eb0142;
}

.m-title--news {
  color: #f67f23;
}

.m-title--portfolio {
  color: #1da4b3;
}

.m-title--capitalist {
  color: #4461cf;
}

.m-title--contact {
  color: #cf0e9b;
}

.news-table__hedding {
  font-family: "SST Japanese Pro";
  font-size: 40px;
}

.news-table__top-hedding {
  font-family: "SST Japanese Pro";
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
}

@media (max-width: 736px) {
  .news-table__top-hedding {
    text-align: center;
    display: block;
  }
}

.news-table__to-all {
  font-family: "SST Japanese Pro";
  font-size: 13px;
  line-height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 736px) {
  .news-table__to-all {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

.news-table__to-all__text::after {
  content: "＞";
  padding-left: 10px;
}

.news-table__date {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  font-family: "SST W20 Bold";
  font-weight: bold;
  font-size: 13px;
}

@media (max-width: 736px) {
  .news-table__date {
    width: 100%;
  }
}

.news-table__detail {
  display: inline-block;
  vertical-align: top;
  width: 79%;
}

@media (max-width: 736px) {
  .news-table__detail {
    width: 100%;
  }
}

.news-table__data {
  margin-top: 20px;
}

.news-table__wrap {
  margin-bottom: 80px;
  opacity: 0;
  position: relative;
}

.active .news-table__wrap {
  opacity: 1;
  -moz-animation: fadeInDown 0.4s linear forwards;
  -webkit-animation: fadeInDown 0.4s linear forwards;
  animation: fadeInDown 0.4s linear forwards;
}

.top-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 20px;
}

.m-heading {
  font-family: "SST Japanese Pro";
  font-size: 40px;
  display: inline-block;
  margin-bottom: 40px;
  line-height: 50px;
}

.m-heading__wrap--center {
  text-align: center;
}

.m-heading__under {
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 736px) {
  .m-text-sp-center {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */
