@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

:root {
  font-size: 16px; }

html {
  word-wrap: break-word;
  font-size: 62.5%;
  letter-spacing: -.03em;
  background-color: #F7F7F7; }

body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #F7F7F7;
  color: #292929;
  font-size: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ W3", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden; }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 68px; } }
a {
  text-decoration: none; }

.only-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .only-pc {
      display: none; } }
.only-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .only-sp {
      display: block; } }
.l-header {
  position: relative;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .l-header {
      position: fixed;
      top: 0;
      left: 0;
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #292929;
      width: 100%;
      background-color: #F7F7F7; } }
  .l-header__logo {
    position: fixed;
    top: 15px;
    left: 44px;
    z-index: 1001; }
    @media screen and (max-width: 768px) {
      .l-header__logo {
        position: static; } }
    .l-header__logo a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 20px 64.3px 23.1px 10px;
      background-color: rgba(247, 247, 247, 0.9);
      font-size: 0;
      line-height: 0; }
      @media screen and (max-width: 768px) {
        .l-header__logo a {
          padding: 12px 20px; } }
      .l-header__logo a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 100%;
        display: block;
        width: 500%;
        height: 100%;
        background-color: rgba(247, 247, 247, 0.9); }
    .l-header__logo img {
      max-width: 165.71px; }
      @media screen and (max-width: 768px) {
        .l-header__logo img {
          max-width: 117.06px; } }
  .l-header__menu-btn {
    display: none;
    position: relative;
    cursor: pointer;
    width: 43px;
    height: 43px;
    z-index: 1002; }
    @media screen and (max-width: 768px) {
      .l-header__menu-btn {
        display: block;
        margin: 12px 20px; } }
    .l-header__menu-btn span {
      display: inline-block;
      transition: all .4s;
      /*アニメーションの設定*/
      position: absolute;
      left: 2px;
      height: 3px;
      background: #292929; }
      .l-header__menu-btn span:nth-of-type(1) {
        top: 8px;
        width: 39px; }
      .l-header__menu-btn span:nth-of-type(2) {
        top: calc(50% - 1.5px);
        width: calc(39px / 2); }
      .l-header__menu-btn span:nth-of-type(3) {
        top: calc(50% + 9px);
        width: calc(39px / 4); }
    .l-header__menu-btn--active span:nth-of-type(1) {
      transform: translateY(11.5px) rotate(-45deg);
      width: 90%; }
    .l-header__menu-btn--active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      animation: active-menu-bar02 .8s forwards; }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
    .l-header__menu-btn--active span:nth-of-type(3) {
      transform: translateY(-11.5px) rotate(45deg);
      width: 90%; }
  .l-header__gnav {
    position: fixed;
    top: 0;
    right: 0;
    padding: 56px 31px;
    background-color: rgba(247, 247, 247, 0.5);
    z-index: 999; }
    @media screen and (max-width: 768px) {
      .l-header__gnav {
        display: none;
        width: 100%;
        height: 100vh;
        padding: 41px min(5%, 50.5px) 200px min(5%, 50.5px);
        background-color: #292929;
        margin-top: 68px; } }
    @media screen and (max-width: 768px) {
      .l-header__gnav-inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; } }
    .l-header__gnav--active {
      margin-top: 68px; }
    .l-header__gnav ul {
      list-style: none; }
    .l-header__gnav li {
      margin-bottom: 25px; }
    .l-header__gnav a {
      font-size: 1.25rem;
      line-height: 1.5;
      position: relative;
      padding-right: 4px;
      color: #292929;
      font-family: "Poppins", sans-serif;
      transition: all .2s ease; }
      @media screen and (max-width: 768px) {
        .l-header__gnav a {
          display: flex;
          align-items: center;
          color: #fff;
          font-weight: bold; }
          .l-header__gnav a:before {
            content: '';
            width: 12px;
            height: 1px;
            margin-right: 10px;
            background-color: #fff; } }
      .l-header__gnav a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        background-color: #292929;
        transition: width .2s;
        z-index: -1; }
      .l-header__gnav a:hover {
        color: #fff; }
        .l-header__gnav a:hover:after {
          width: 100%; }
    .l-header__gnav small {
      display: none; }
      @media screen and (max-width: 768px) {
        .l-header__gnav small {
          font-size: 0.625rem;
          line-height: 1;
          display: block;
          color: #fff; } }
.l-decoration {
  position: fixed;
  top: 39%;
  left: 43px;
  transform: translateY(-50%);
  mix-blend-mode: difference;
  color: #fff;
  z-index: 999; }
  @media screen and (max-width: 1280px) {
    .l-decoration {
      left: 15px; } }
  @media screen and (max-width: 768px) {
    .l-decoration {
      display: none; } }
  .l-decoration span {
    font-size: 0.625rem;
    line-height: 1.6;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0; }

.l-footer {
  position: relative;
  background-color: #2C2C2C;
  padding: 60px 43px 21px 43px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .l-footer {
      padding: 30px min(5%, 50.5px) 20px min(5%, 50.5px); } }
  .l-footer__logo {
    max-width: 210px;
    margin-top: -11px;
    align-self: flex-start; }
    @media screen and (max-width: 768px) {
      .l-footer__logo {
        max-width: 151px;
        margin-bottom: 48px; } }
    .l-footer__logo img {
      width: 100%; }
  .l-footer__body, .l-footer__foot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .l-footer__foot {
    justify-content: flex-end;
    align-items: flex-end; }
  .l-footer__body {
    margin-bottom: 155px; }
    @media screen and (max-width: 768px) {
      .l-footer__body {
        margin-bottom: 0; } }
  .l-footer__media, .l-footer__contact {
    font-size: 1.5rem;
    line-height: 1.4583333333;
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .l-footer__media, .l-footer__contact {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 10px; } }
  .l-footer__contact {
    margin-bottom: 30px; }
  .l-footer__media-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 580px;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      .l-footer__media-list {
        align-items: center; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .l-footer__media-list {
        width: 580px; } }
    .l-footer__media-list li {
      position: relative;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      margin-bottom: 17px;
      padding-right: 1em; }
      @media screen and (max-width: 768px) {
        .l-footer__media-list li {
          flex: 0 0 50%;
          max-width: 50%; } }
    .l-footer__media-list a {
      font-size: 0.75rem;
      line-height: 1.4166666667;
      position: relative;
      display: flex;
      align-items: center;
      font-weight: bold;
      color: #fff;
      padding: 0 2px;
      transition: all .2s ease;
      background-color: #2C2C2C; }
      .l-footer__media-list a:before {
        content: '';
        display: inline-block;
        flex: 0 0 12px;
        width: 12px;
        height: 1px;
        margin-right: 4px;
        background-color: #fff; }
      .l-footer__media-list a:hover {
        color: #292929;
        background-color: #fff; }
        .l-footer__media-list a:hover:before {
          background-color: #292929; }
  .l-footer__contact-area {
    width: 316px; }
    @media screen and (max-width: 768px) {
      .l-footer__contact-area {
        width: 100%;
        margin-bottom: 30px; } }
  @media screen and (max-width: 768px) {
    .l-footer__btn {
      max-width: 335px;
      margin-right: auto;
      margin-left: auto; } }
  .l-footer__btn + .l-footer__btn {
    margin-top: 12px; }
  .l-footer__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    background-color: #292929;
    border: 1px solid #F7F7F7; }
    .l-footer__btn a:after {
      content: '';
      position: absolute;
      right: -17px;
      width: 21px;
      height: 8px;
      transform: skew(55deg);
      border-bottom: 1px solid #F7F7F7;
      border-right: 1px solid #F7F7F7; }
      @media screen and (max-width: 768px) {
        .l-footer__btn a:after {
          right: -10px;
          width: 13px;
          height: 6px; } }
    .l-footer__btn a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      width: 0;
      background: #fff;
      transition: width .2s; }
    .l-footer__btn a:hover:before {
      width: 100%; }
    .l-footer__btn a span {
      font-size: 0.75rem;
      line-height: 1.4166666667;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 2;
      mix-blend-mode: difference; }
  .l-footer__contact-info {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 30px;
    color: #F7F7F7; }
  .l-footer_info {
    display: inline-block;
    font-family: "Poppins", sans-serif; }
    .l-footer_info a {
      font-size: 1.5rem;
      line-height: 1.4583333333;
      display: flex;
      align-items: center;
      padding: 0 2px;
      background-color: #2C2C2C;
      color: #fff;
      font-weight: bold;
      transition: all .2s ease; }
      @media screen and (max-width: 768px) {
        .l-footer_info a {
          font-size: 1.25rem;
          line-height: 1.5;
          margin-bottom: 30px; } }
      .l-footer_info a:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 1px;
        margin-right: 4px;
        background-color: #fff; }
      .l-footer_info a:hover {
        color: #292929;
        background-color: #fff; }
        .l-footer_info a:hover:before {
          background-color: #292929; }
  .l-footer__link {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    @media screen and (max-width: 768px) {
      .l-footer__link {
        max-width: 337.5px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .l-footer__link li:nth-child(3):before, .l-footer__link li:nth-child(5):before {
        display: none; } }
    .l-footer__link li + li:before {
      font-size: 0.75rem;
      line-height: 3.25;
      content: '/';
      margin: 0 18px;
      color: #fff; }
      @media screen and (max-width: 320px) {
        .l-footer__link li + li:before {
          font-size: 0.6875rem;
          line-height: 3.5454545455;
          margin: 0 9px; } }
    .l-footer__link a {
      position: relative;
      padding: 0 3px;
      transition: all .2s; }
      .l-footer__link a span {
        font-size: 0.75rem;
        line-height: 3.25;
        position: relative;
        color: #fff;
        z-index: 2; }
        @media screen and (max-width: 320px) {
          .l-footer__link a span {
            font-size: 0.6875rem;
            line-height: 3.5454545455; } }
      .l-footer__link a:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: #fff;
        width: 0;
        transition: width .2s;
        z-index: 1; }
      .l-footer__link a:hover {
        color: #292929; }
        .l-footer__link a:hover:before {
          background-color: #292929; }
        .l-footer__link a:hover:after {
          width: 100%; }
        .l-footer__link a:hover span {
          color: #292929; }
  .l-footer small {
    font-size: 0.625rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .l-footer small {
        text-align: center;
        margin-right: auto;
        margin-left: auto; } }
  .l-footer__pagetop {
    position: absolute;
    bottom: calc(100% + 40px);
    right: 43px;
    width: 50px; }
    @media screen and (max-width: 768px) {
      .l-footer__pagetop {
        right: min(5%, 50.5px);
        bottom: calc(100% + 20px); } }
    .l-footer__pagetop a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 0;
      line-height: 0; }
      .l-footer__pagetop a svg #circle, .l-footer__pagetop a svg #bordr, .l-footer__pagetop a svg #text {
        transition: fill .2s ease; }
      .l-footer__pagetop a:hover {
        background-color: transparent; }
        .l-footer__pagetop a:hover svg #circle, .l-footer__pagetop a:hover svg #border {
          fill: #292929;
          transition: fill .5s ease; }
        .l-footer__pagetop a:hover svg #text {
          fill: #fff;
          transition: fill .5s ease; }
    .l-footer__pagetop img {
      width: 100%; }

.p-home__kv {
  position: relative;
  min-height: 100vh;
  /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url("../images/home/kv_home-01.png");
  background-position: top -207px center;
  background-size: 798px auto;
  background-size: min(798px, calc(79000% / 1366)); }
  @media screen and (max-width: 1000px) {
    .p-home__kv {
      background-size: 479px auto;
      background-size: min(798px, calc(79000% / 1366));
      background-position: top -159px center; } }
  @media screen and (max-width: 768px) {
    .p-home__kv {
      background-image: url("../images/home/kv_home-01-sp.png");
      background-size: 319px auto;
      background-size: min(84%, 319px);
      background-position: top -48px center;
      min-height: 527px; } }
.p-home__catch {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 99.0483162518%;
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .p-home__catch {
      bottom: -7px; } }
  .p-home__catch img {
    max-width: 100%; }

.p-home__scroll {
  position: absolute;
  top: 358.3px;
  left: 65%;
  max-width: 131.06px; }
  @media screen and (max-width: 768px) {
    .p-home__scroll {
      top: min(calc(88vw - 68px), calc(330px - 68px));
      max-width: 78px; } }
  .p-home__scroll img {
    width: 100%; }

.p-home__content {
  max-width: 1111px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 min(5%, 50.5px); }

.p-home__vision {
  margin-right: -500%;
  margin-left: -500%;
  padding: 118px 500% 178px calc(500% + 117px);
  background-color: #2C2C2C;
  background-image: url("../images/home/bg_vision.png");
  background-position: bottom -119px left calc(50% + 400px); }
  @media screen and (max-width: 768px) {
    .p-home__vision {
      padding: 101px 500% 80px 500%;
      background-size: 450.75px;
      background-position: bottom -94px left calc(50% + 118px); } }
  .p-home__vision p {
    max-width: 716px; }

.p-home__our-media {
  padding: 104px 0 170px 117px; }
  @media screen and (max-width: 768px) {
    .p-home__our-media {
      padding: 108px 0 100px 0; } }
.p-home__media-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -90px 80px -90px;
  padding-top: 25px; }
  @media screen and (max-width: 1000px) {
    .p-home__media-list {
      margin: 0 -60px 60px -60px; } }
  @media screen and (max-width: 768px) {
    .p-home__media-list {
      margin: 0 calc(-27px / 2) 50px calc(-27px / 2); } }
.p-home__media-item {
  position: relative;
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  padding: 0 90px; }
  @media screen and (max-width: 1000px) {
    .p-home__media-item {
      padding: 0 60px; } }
  @media screen and (max-width: 768px) {
    .p-home__media-item {
      max-width: 50%;
      flex: 0 0 50%;
      padding: 0 calc(27px / 2); } }
  @media screen and (max-width: 768px) {
    .p-home__media-item:nth-child(n + 3) {
      margin-top: 100px; } }
  .p-home__media-item:nth-child(n + 4) {
    margin-top: 84px; }
    @media screen and (max-width: 768px) {
      .p-home__media-item:nth-child(n + 4) {
        margin-top: 100px; } }
  .p-home__media-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .p-home__media-item-img {
    position: relative;
    border: 2px solid #CCCCCC;
    background-color: #f7f7f7;
    padding-top: 53.8888888889%; }
    .p-home__media-item-img img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }

.p-home__media-name {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 17px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -.05em; }
  @media screen and (max-width: 320px) {
    .p-home__media-name {
      font-size: 0.875rem;
      line-height: 1.7142857143; } }
.p-home__media-text {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 11px;
  font-weight: bold;
  text-align: center; }

.p-home__media-btn-area {
  padding: 40px;
  background-image: url("../images/home/bg_media.jpg");
  background-size: cover;
  background-position: top right; }

.p-home__media-btn {
  max-width: 100px;
  margin: 20px auto 0 auto; }
  .p-home__media-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #292929;
    border: 1px solid #292929;
    padding: 5px 18px 6px 18px; }
    .p-home__media-btn a:after {
      content: '';
      position: absolute;
      transform: skew(55deg);
      border-bottom: 1px solid #292929;
      border-right: 1px solid #292929;
      right: -10px;
      top: calc(50% - 2px);
      width: 11px;
      height: 3px; }
    .p-home__media-btn a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 0;
      transition: width .2s; }
    .p-home__media-btn a:hover::before {
      width: 100%; }
    .p-home__media-btn a:hover i {
      z-index: 3; }
    .p-home__media-btn a:hover i svg path {
      fill: #292929; }
    .p-home__media-btn a:hover span {
      color: #292929; }
    .p-home__media-btn a span {
      font-size: 0.75rem;
      line-height: 1;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 2;
      transition: color .2s;
      margin: 0 21px 0 20px; }
      .p-home__media-btn a span i {
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .p-home__media-btn a span i {
            margin-left: 5px; } }
.p-home__media-note {
  text-align: right; }
  @media screen and (max-width: 768px) {
    .p-home__media-note {
      margin-left: -.35em; } }
  .p-home__media-note p {
    font-size: 0.75rem;
    line-height: 1.5;
    display: inline-block;
    color: #292929;
    text-align: left; }

.p-home__map-btn {
  max-width: 348px;
  margin-right: auto;
  margin-left: auto; }
  .p-home__map-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #292929;
    border: 1px solid #292929;
    padding: 20px 19px; }
    .p-home__map-btn a:after {
      content: '';
      position: absolute;
      transform: skew(55deg);
      border-bottom: 1px solid #292929;
      border-right: 1px solid #292929;
      right: -17px;
      width: 21px;
      height: 8px; }
      @media screen and (max-width: 768px) {
        .p-home__map-btn a:after {
          right: -10px;
          width: 13px;
          height: 6px; } }
    .p-home__map-btn a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 0;
      transition: width .2s; }
    .p-home__map-btn a:hover::before {
      width: 100%; }
    .p-home__map-btn a:hover i {
      z-index: 3; }
    .p-home__map-btn a:hover i svg path {
      fill: #292929; }
    .p-home__map-btn a:hover span {
      color: #292929; }
    .p-home__map-btn a span {
      font-size: 1rem;
      line-height: 1;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 2;
      transition: color .2s; }
      .p-home__map-btn a span i {
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .p-home__map-btn a span i {
            margin-left: 5px; } }
  .p-home__map-btn a {
    padding: 15px 19px;
    border: 1px solid #fff;
    background-color: #fff; }
    .p-home__map-btn a span {
      font-size: 1rem;
      line-height: 1.5;
      color: #292929; }
    .p-home__map-btn a:before {
      background: #2C2C2C; }
    .p-home__map-btn a:hover span {
      color: #fff; }
    .p-home__map-btn a:hover i svg path {
      fill: #f7f7f7; }
  .p-home__map-btn a:after {
    border-color: #fff; }

.p-home__capabilities {
  margin-right: -500%;
  margin-left: -500%;
  padding: 147px 500% 170px calc(500% + 110px);
  background-color: #2C2C2C;
  background-image: url("../images/home/bg_capabilities-01.svg"), url("../images/home/bg_capabilities-02.svg");
  background-position: top -705px left calc(50% + 683px), bottom 170px center;
  background-size: 1366px, 1560.04px; }
  @media screen and (max-width: 768px) {
    .p-home__capabilities {
      margin-right: -6%;
      margin-left: -6%;
      padding: 108px min(5%, 50.5px) 109px min(5%, 50.5px);
      background-image: url("../images/home/bg_capabilities-01-sp.svg"), url("../images/home/bg_capabilities-02-sp.svg");
      background-position: top 0 right 0, center bottom 168px;
      background-size: 100%, 100%; } }
.p-home__capability-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-bottom: 108px;
  margin-left: -24px; }
  @media screen and (max-width: 768px) {
    .p-home__capability-list {
      margin-right: 0;
      margin-left: 0; } }
.p-home__capability-item {
  position: relative;
  padding: 0 24px;
  max-width: 33.3333333333%;
  flex: 33.3333333333%;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .p-home__capability-item {
      max-width: 100%;
      flex: 100%;
      padding: 0 32px; }
      .p-home__capability-item:nth-child(n + 2) {
        margin-top: 52px; } }
.p-home__capability-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }

.p-home__capability-no {
  font-size: 3.75rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 100; }

.p-home__capability-title-body {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-left: 10px;
  font-weight: bolder; }

.p-home__capability-text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold; }

.p-home__flow-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: 48px;
  margin-left: -10px; }
  @media screen and (max-width: 768px) {
    .p-home__flow-list {
      margin-right: 0;
      margin-left: 0; } }
.p-home__flow-item {
  position: relative;
  padding: 0 20px;
  max-width: 25%;
  flex: 0 0 25%;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .p-home__flow-item {
      border-left: 1px solid #fff;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 10px 20px 7px 20px; } }
  .p-home__flow-item:after {
    display: none; }
    @media screen and (max-width: 768px) {
      .p-home__flow-item:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -3px;
        width: 5px;
        height: 3px;
        background-color: #fff; } }
  @media screen and (max-width: 768px) {
    .p-home__flow-item:nth-child(n + 2) {
      margin-top: 30px; } }
.p-home__flow-no {
  font-size: 1rem;
  line-height: 1.5625;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bolder; }
  @media screen and (max-width: 768px) {
    .p-home__flow-no {
      border-bottom: none; } }
  .p-home__flow-no:after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 3px;
    height: 5px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      .p-home__flow-no:after {
        display: none; } }
.p-home__flow-title-body {
  font-size: 1.25rem;
  line-height: 1.4;
  display: block;
  height: 100%;
  margin-bottom: 26px;
  font-weight: bolder; }

.p-home__flow-text {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: bold; }

.p-home__member {
  padding: 108px 0 85px 110px; }
  @media screen and (max-width: 768px) {
    .p-home__member {
      padding: 108px 0 85px 0; } }
  .p-home__member-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -51px;
    margin-left: -51px; }
    @media screen and (max-width: 768px) {
      .p-home__member-list {
        margin-right: 0;
        margin-left: 0; } }
  .p-home__member-item {
    position: relative;
    padding: 0 51px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
    @media screen and (max-width: 768px) {
      .p-home__member-item {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%; }
        .p-home__member-item:nth-child(n + 2) {
          margin-top: 100px; } }
    .p-home__member-item:nth-child(n + 4) {
      margin-top: 80px; }
  .p-home__member-name {
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 900; }
    .p-home__member-name span {
      font-size: 0.75rem;
      line-height: 2;
      margin-left: 20px;
      color: #888;
      font-weight: normal; }
  .p-home__member-text {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: bold; }
    .p-home__member-text a {
      color: #292929;
      text-decoration: underline;
      transition: background-color .2s ease, color .2s ease; }
      .p-home__member-text a:link, .p-home__member-text a:visited {
        color: #292929; }
      .p-home__member-text a:hover {
        color: #fff;
        background-color: #2C2C2C; }
  .p-home__member img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }

.p-home__information {
  padding-top: 85px;
  padding-bottom: 65px; }
  .p-home__information-list {
    max-width: 656px;
    margin-bottom: 45px;
    margin-left: auto; }
  .p-home__information-item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
    .p-home__information-item-link:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      width: 0;
      background: #292929;
      transition: width .2s; }
    .p-home__information-item-link:hover:before {
      width: 100%; }
    .p-home__information-item-link:hover .p-home__information-item-inner {
      color: #fff; }
    .p-home__information-item-link:hover .p-home__information-item-inner:after {
      border-color: #fff; }
  .p-home__information-item-inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px 15px;
    color: #292929; }
    @media screen and (max-width: 768px) {
      .p-home__information-item-inner {
        display: grid;
        grid-template-columns: 1fr 14px;
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0;
        grid-row-gap: 0;
        padding: 13px 0; } }
    .p-home__information-item-inner:after {
      content: '';
      flex: 0 0 30px;
      width: 30px;
      height: 8px;
      border-bottom: 1px solid #292929;
      border-right: 1px solid #292929;
      transform: skew(55deg);
      margin-right: 17px;
      margin-left: auto;
      transition: all .2s; }
      @media screen and (max-width: 768px) {
        .p-home__information-item-inner:after {
          grid-area: 1 / 2 / 3 / 3;
          flex: 0 0 14px;
          width: 14px;
          height: 6px;
          margin-right: 0;
          margin-left: -4px; } }
  .p-home__information-item + .p-home__information-item {
    border-top: 1px solid #ccc; }
  .p-home__information-item span .p-home__information-item-inner:after {
    display: none; }
  .p-home__information-item span:hover {
    color: #292929; }
    .p-home__information-item span:hover:after {
      border-color: #292929; }
  .p-home__information-date {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-right: 46px;
    font-family: "Poppins", sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .p-home__information-date {
        grid-area: 1 / 1 / 2 / 2; } }
  .p-home__information-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-right: 46px;
    font-weight: bold;
    align-self: flex-start; }
    @media screen and (max-width: 768px) {
      .p-home__information-title {
        grid-area: 2 / 1 / 3 / 2;
        margin-right: 20px; } }
  .p-home__information-btn {
    margin-left: auto;
    max-width: 200px; }
    .p-home__information-btn a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #292929;
      border: 1px solid #292929;
      padding: 20px 19px; }
      .p-home__information-btn a:after {
        content: '';
        position: absolute;
        transform: skew(55deg);
        border-bottom: 1px solid #292929;
        border-right: 1px solid #292929;
        right: -17px;
        width: 21px;
        height: 8px; }
        @media screen and (max-width: 768px) {
          .p-home__information-btn a:after {
            right: -10px;
            width: 13px;
            height: 6px; } }
      .p-home__information-btn a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: #fff;
        width: 0;
        transition: width .2s; }
      .p-home__information-btn a:hover::before {
        width: 100%; }
      .p-home__information-btn a:hover i {
        z-index: 3; }
      .p-home__information-btn a:hover i svg path {
        fill: #292929; }
      .p-home__information-btn a:hover span {
        color: #292929; }
      .p-home__information-btn a span {
        font-size: 1rem;
        line-height: 1;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        z-index: 2;
        transition: color .2s; }
        .p-home__information-btn a span i {
          margin-left: 10px; }
          @media screen and (max-width: 768px) {
            .p-home__information-btn a span i {
              margin-left: 5px; } }
.p-home__contact {
  padding-top: 65px;
  padding-bottom: 110px; }
  .p-home__contact-btn {
    max-width: 319px; }
    @media screen and (max-width: 768px) {
      .p-home__contact-btn {
        margin-right: auto;
        margin-left: auto; } }
    .p-home__contact-btn a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #292929;
      border: 1px solid #292929;
      padding: 20px 19px; }
      .p-home__contact-btn a:after {
        content: '';
        position: absolute;
        transform: skew(55deg);
        border-bottom: 1px solid #292929;
        border-right: 1px solid #292929;
        right: -17px;
        width: 21px;
        height: 8px; }
        @media screen and (max-width: 768px) {
          .p-home__contact-btn a:after {
            right: -10px;
            width: 13px;
            height: 6px; } }
      .p-home__contact-btn a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: #fff;
        width: 0;
        transition: width .2s; }
      .p-home__contact-btn a:hover::before {
        width: 100%; }
      .p-home__contact-btn a:hover i {
        z-index: 3; }
      .p-home__contact-btn a:hover i svg path {
        fill: #292929; }
      .p-home__contact-btn a:hover span {
        color: #292929; }
      .p-home__contact-btn a span {
        font-size: 1rem;
        line-height: 1;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        z-index: 2;
        transition: color .2s; }
        .p-home__contact-btn a span i {
          margin-left: 10px; }
          @media screen and (max-width: 768px) {
            .p-home__contact-btn a span i {
              margin-left: 5px; } }
    .p-home__contact-btn + .p-home__contact-btn {
      margin-top: 13px; }
  .p-home__contact-info {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 30px;
    color: #888; }

.p-home__h2 {
  font-size: 5rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 100px;
  color: #292929;
  font-family: "Poppins", sans-serif;
  letter-spacing: -.03em; }
  @media screen and (max-width: 768px) {
    .p-home__h2 {
      font-size: 3.75rem;
      line-height: 0.9333333333;
      margin-left: 33px;
      margin-bottom: 80px; } }
  .p-home__h2--ja {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    margin-top: -15px;
    font-weight: normal;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      .p-home__h2--ja {
        margin-top: 10px; } }
  .p-home__h2:before {
    content: '';
    position: absolute;
    right: calc(100% + 17px);
    top: 60px;
    width: 500%;
    height: 4px;
    background-color: #292929; }
    @media screen and (max-width: 768px) {
      .p-home__h2:before {
        top: 26px; } }
  .p-home__h2--white {
    color: #fff; }
    .p-home__h2--white .p-home__h2--ja {
      color: #888; }
    .p-home__h2--white:before {
      background-color: #fff; }

.p-home__h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  color: #fff;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 768px) {
    .p-home__h3 {
      margin-left: calc(min(5%, 50.5px) * -1);
      margin-bottom: 60px; } }
  .p-home__h3 span {
    font-size: 1rem;
    line-height: 1.75;
    color: #888;
    font-weight: normal;
    margin-top: 4px;
    margin-left: 24px; }
  .p-home__h3:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-right: 10px;
    margin-top: -1px; }

.p-home__p {
  font-size: 1rem;
  line-height: 1.75; }
  .p-home__p--white {
    color: #fff;
    font-weight: bold; }
  .p-home__p + .p-home__p {
    margin-top: 2em; }

.p-home__lead {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 48px;
  color: #fff;
  font-weight: bolder; }

.p-home__note {
  text-align: right; }
  @media screen and (max-width: 768px) {
    .p-home__note {
      text-align: left;
      margin-left: -.35em; } }
  .p-home__note p {
    font-size: 0.75rem;
    line-height: 1.5;
    display: inline-block;
    color: #888;
    text-align: left; }

.p-page__h1 {
  max-width: 1111px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 232px min(5%, 50.5px) 0 min(5%, 50.5px); }
  @media screen and (max-width: 768px) {
    .p-page__h1 {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: flex-start;
      padding: 58px min(5%, 50.5px) 0 min(5%, 50.5px); } }
  .p-page__h1--en {
    font-size: 7.75rem;
    line-height: 1.4919354839;
    letter-spacing: -.04em; }
    @media screen and (max-width: 768px) {
      .p-page__h1--en {
        font-size: 3.75rem;
        line-height: 1.0833333333;
        font-family: "Poppins", sans-serif; } }
  .p-page__h1--ja {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    font-weight: normal; }
  .p-page__h1--our-media {
    line-height: 0.95em; }
    .p-page__h1--our-media .p-page__h1--ja {
      letter-spacing: 0; }
  .p-page__h1--contact .p-page__h1--ja {
    letter-spacing: 0; }

.p-page__content {
  max-width: 1111px;
  padding: 0 min(5%, 50.5px);
  margin-right: auto;
  margin-left: auto; }

.p-page__h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  color: #292929;
  font-family: "Poppins", sans-serif; }
  @media screen and (max-width: 768px) {
    .p-page__h2 {
      flex-wrap: wrap;
      flex-basis: 100%; } }
  .p-page__h2--ja {
    font-size: 1rem;
    line-height: 1.75;
    color: #292929;
    font-weight: normal;
    margin-left: 24px; }
    @media screen and (max-width: 768px) {
      .p-page__h2--ja {
        flex-basis: 100%;
        margin-left: 30px; } }
  .p-page__h2:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #292929;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .p-page__h2:before {
        width: 20px;
        height: 2px; } }
.p-page__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  text-align: left; }
  .p-page__table tbody {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .p-page__table tbody {
        font-size: 0.875rem;
        line-height: 1.4285714286; } }
  .p-page__table tr:last-child th {
    border-bottom: 1px solid #2C2C2C; }
  .p-page__table th {
    border: 1px solid #2C2C2C;
    border-bottom: 1px solid #fff;
    width: 29.702970297%;
    padding: 17px 40px 18px 40px;
    background-color: #2C2C2C;
    color: #fff;
    font-weight: bolder; }
    @media screen and (max-width: 768px) {
      .p-page__table th {
        width: 40.2985074627%;
        padding: 20px 18px; } }
  .p-page__table td {
    border: 1px solid #2C2C2C;
    padding: 17px 40px 18px 40px;
    background-color: transparent;
    color: #292929;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .p-page__table td {
        width: 59.7014925373%;
        padding: 20px 18px; } }
.p-page__btn--external {
  max-width: 347px; }
  .p-page__btn--external a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #292929;
    border: 1px solid #292929;
    padding: 20px 19px; }
    .p-page__btn--external a:after {
      content: '';
      position: absolute;
      transform: skew(55deg);
      border-bottom: 1px solid #292929;
      border-right: 1px solid #292929;
      right: -17px;
      width: 21px;
      height: 8px; }
      @media screen and (max-width: 768px) {
        .p-page__btn--external a:after {
          right: -10px;
          width: 13px;
          height: 6px; } }
    .p-page__btn--external a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 0;
      transition: width .2s; }
    .p-page__btn--external a:hover::before {
      width: 100%; }
    .p-page__btn--external a:hover i {
      z-index: 3; }
    .p-page__btn--external a:hover i svg path {
      fill: #292929; }
    .p-page__btn--external a:hover span {
      color: #292929; }
    .p-page__btn--external a span {
      font-size: 1rem;
      line-height: 1;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 2;
      transition: color .2s; }
      .p-page__btn--external a span i {
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .p-page__btn--external a span i {
            margin-left: 5px; } }
  .p-page__btn--external + .p-page__btn--external {
    margin-top: 10px; }

.p-page__note {
  font-size: 0.75rem;
  line-height: 2;
  color: #888; }

.p-page__dl-inner:nth-child(n + 2) {
  margin-top: 1em; }

.p-our-media__lead-area {
  background-color: #2C2C2C;
  margin-right: -500%;
  margin-bottom: 70px;
  margin-left: -500%;
  padding: 98px 500% 107.9px 500%; }
  @media screen and (max-width: 768px) {
    .p-our-media__lead-area {
      padding: 62px 500% 70px 500%; } }
.p-our-media__h2 {
  font-size: 2.5rem;
  line-height: 1.45;
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .p-our-media__h2 {
      font-size: 2.0625rem;
      line-height: 1.7575757576; } }
  .p-our-media__h2:before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .p-our-media__h2:before {
        width: 20px;
        height: 2px; } }
.p-our-media__note {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 17px;
  color: #EF294F;
  font-weight: bold; }

.p-our-media__lead-text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 70px;
  color: #fff;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .p-our-media__lead-text {
      margin-bottom: 70px; } }
  .p-our-media__lead-text a {
    color: #fff;
    text-decoration: underline;
    transition: background-color .2s ease, color .2s ease; }
    .p-our-media__lead-text a:link, .p-our-media__lead-text a:visited {
      color: #fff; }
    .p-our-media__lead-text a:hover {
      color: #292929;
      background-color: #f7f7f7; }

.p-our-media__img-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: calc(-55px / 2);
  margin-left: calc(-55px / 2); }
  @media screen and (max-width: 768px) {
    .p-our-media__img-list {
      margin-right: calc(-27px / 2);
      margin-left: calc(-27px / 2); } }
.p-our-media__img-item {
  position: relative;
  padding: 0 calc(55px / 2);
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  font-size: 0;
  line-height: 0; }
  @media screen and (max-width: 768px) {
    .p-our-media__img-item {
      padding: 0 calc(27px / 2);
      flex: 0 0 50%;
      max-width: 50%; } }
  .p-our-media__img-item img {
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .p-our-media__img-item:nth-child(3) {
      margin-top: 30px; } }
.p-our-media__btn-area {
  margin-bottom: 108px;
  text-align: right; }

.p-our-media__btn {
  max-width: 348px;
  margin-left: auto; }
  @media screen and (max-width: 768px) {
    .p-our-media__btn {
      margin-right: auto;
      margin-left: auto; } }
  .p-our-media__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #292929;
    border: 1px solid #292929;
    padding: 20px 19px; }
    .p-our-media__btn a:after {
      content: '';
      position: absolute;
      transform: skew(55deg);
      border-bottom: 1px solid #292929;
      border-right: 1px solid #292929;
      right: -17px;
      width: 21px;
      height: 8px; }
      @media screen and (max-width: 768px) {
        .p-our-media__btn a:after {
          right: -10px;
          width: 13px;
          height: 6px; } }
    .p-our-media__btn a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      width: 0;
      transition: width .2s; }
    .p-our-media__btn a:hover::before {
      width: 100%; }
    .p-our-media__btn a:hover i {
      z-index: 3; }
    .p-our-media__btn a:hover i svg path {
      fill: #292929; }
    .p-our-media__btn a:hover span {
      color: #292929; }
    .p-our-media__btn a span {
      font-size: 1rem;
      line-height: 1;
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-weight: bold;
      text-align: center;
      z-index: 2;
      transition: color .2s; }
      .p-our-media__btn a span i {
        margin-left: 10px; }
        @media screen and (max-width: 768px) {
          .p-our-media__btn a span i {
            margin-left: 5px; } }
  @media screen and (max-width: 768px) {
    .p-our-media__btn span {
      font-size: 0.9375rem;
      line-height: 1.6; } }
  .p-our-media__btn + .p-our-media__btn {
    margin-top: 10px; }

.p-our-media__btn-note {
  text-align: right; }
  @media screen and (max-width: 768px) {
    .p-our-media__btn-note {
      margin-left: -.35em; } }
  .p-our-media__btn-note p {
    font-size: 0.75rem;
    line-height: 1.5;
    display: inline-block;
    color: #292929;
    text-align: left; }

.p-our-media__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 743px;
  margin: 0 -2px 104px -2px;
  list-style: none; }
  .p-our-media__list-item {
    position: relative;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 2px; }
    @media screen and (max-width: 768px) {
      .p-our-media__list-item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .p-our-media__list-item a {
      font-size: 1rem;
      line-height: 1.5;
      position: relative;
      display: flex;
      align-items: center;
      color: #292929;
      font-weight: bold;
      z-index: 2; }
      .p-our-media__list-item a:before {
        content: '';
        width: 12px;
        height: 1px;
        margin-right: 4px;
        background-color: #292929; }
      .p-our-media__list-item a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 0;
        height: 100%;
        background-color: #2C2C2C;
        z-index: -1;
        transition: width .2s; }
      .p-our-media__list-item a:hover {
        color: #fff; }
        .p-our-media__list-item a:hover:before {
          background-color: #fff; }
        .p-our-media__list-item a:hover:after {
          width: 100%; }
    @media screen and (max-width: 768px) {
      .p-our-media__list-item:nth-child(n + 2) {
        margin-top: 30px; } }
    .p-our-media__list-item:nth-child(n + 4) {
      margin-top: 36px; }
      @media screen and (max-width: 768px) {
        .p-our-media__list-item:nth-child(n + 4) {
          margin-top: 30px; } }
.p-our-media__contact {
  padding-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .p-our-media__contact {
      padding-bottom: 109px; } }
  .p-our-media__contact-btn {
    max-width: 319px; }
    @media screen and (max-width: 768px) {
      .p-our-media__contact-btn {
        max-width: 334px;
        margin-right: auto;
        margin-left: auto; } }
    .p-our-media__contact-btn a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #292929;
      border: 1px solid #292929;
      padding: 20px 19px; }
      .p-our-media__contact-btn a:after {
        content: '';
        position: absolute;
        transform: skew(55deg);
        border-bottom: 1px solid #292929;
        border-right: 1px solid #292929;
        right: -17px;
        width: 21px;
        height: 8px; }
        @media screen and (max-width: 768px) {
          .p-our-media__contact-btn a:after {
            right: -10px;
            width: 13px;
            height: 6px; } }
      .p-our-media__contact-btn a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: #fff;
        width: 0;
        transition: width .2s; }
      .p-our-media__contact-btn a:hover::before {
        width: 100%; }
      .p-our-media__contact-btn a:hover i {
        z-index: 3; }
      .p-our-media__contact-btn a:hover i svg path {
        fill: #292929; }
      .p-our-media__contact-btn a:hover span {
        color: #292929; }
      .p-our-media__contact-btn a span {
        font-size: 1rem;
        line-height: 1;
        position: relative;
        width: 100%;
        height: 100%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        z-index: 2;
        transition: color .2s; }
        .p-our-media__contact-btn a span i {
          margin-left: 10px; }
          @media screen and (max-width: 768px) {
            .p-our-media__contact-btn a span i {
              margin-left: 5px; } }
    .p-our-media__contact-btn + .p-our-media__contact-btn {
      margin-top: 13px; }
  .p-our-media__contact-info {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 30px;
    color: #888; }

.p-information {
  background-color: #2C2C2C;
  margin-right: -500%;
  margin-bottom: 1px;
  margin-left: -500%;
  padding: 70px 500% 108px 500%; }
  .p-information__list {
    margin-bottom: 45px;
    margin-left: auto; }
    .p-information__list-item-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .p-information__list-item-link:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background: #f7f7f7;
        width: 0;
        transition: width .2s; }
      .p-information__list-item-link:hover:before {
        width: 100%; }
      .p-information__list-item-link:hover .p-information__list-item-inner {
        color: #292929; }
    .p-information__list-item-inner {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 24px 15px;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .p-information__list-item-inner {
          display: grid;
          grid-template-columns: 1fr 12px;
          grid-template-rows: repeat(2);
          grid-column-gap: 0;
          grid-row-gap: 0;
          padding: 13px 0; } }
      .p-information__list-item-inner:after {
        content: '';
        flex: 0 0 30px;
        width: 30px;
        height: 8px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: skew(55deg);
        margin-right: 17px;
        margin-left: auto;
        transition: all .2s; }
        @media screen and (max-width: 768px) {
          .p-information__list-item-inner:after {
            grid-area: 1 / 2 / 3 / 3;
            flex: 0 0 14px;
            width: 14px;
            height: 6px;
            margin-right: 0;
            margin-left: -4px; } }
      .p-information__list-item-inner:hover {
        color: #fff; }
        .p-information__list-item-inner:hover:after {
          border-color: #292929; }
    .p-information__list-item span .p-information__list-item-inner:after {
      display: none; }
    .p-information__list-item + .p-information__list-item {
      border-top: 1px solid #ccc; }
  .p-information__date {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-right: 46px;
    font-family: "Poppins", sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .p-information__date {
        grid-area: 1 / 1 / 2 / 2; } }
  .p-information__title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-right: 46px;
    font-weight: bold;
    align-self: flex-start; }
    @media screen and (max-width: 768px) {
      .p-information__title {
        grid-area: 2 / 1 / 3 / 2;
        margin-right: 20px; } }
  .p-information__pagenation {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 768px) {
      .p-information__pagenation {
        justify-content: center; } }
    .p-information__pagenation-prev {
      width: 7px;
      height: 12px;
      margin: 8px;
      background-image: url("../images/information/btn_prev.svg");
      background-size: 100%; }
      .p-information__pagenation-prev:hover {
        opacity: .6; }
    .p-information__pagenation-next {
      width: 7px;
      height: 12px;
      margin: 8px;
      background-image: url("../images/information/btn_next.svg");
      background-size: 100%; }
      .p-information__pagenation-next:hover {
        opacity: .6; }
    .p-information__pagenation-first {
      width: 13px;
      height: 12px;
      margin: 8px;
      background-image: url("../images/information/btn_first.svg");
      background-size: 100%; }
      .p-information__pagenation-first:hover {
        opacity: .6; }
    .p-information__pagenation-last {
      width: 13px;
      height: 12px;
      margin: 8px;
      background-image: url("../images/information/btn_last.svg");
      background-size: 100%; }
      .p-information__pagenation-last:hover {
        opacity: .6; }
    .p-information__pagenation-page {
      font-size: 0.875rem;
      line-height: 1.4285714286;
      margin: 0 4px;
      padding: 8px;
      background-color: #2C2C2C;
      color: #fff;
      font-weight: bolder; }
      .p-information__pagenation-page:hover {
        opacity: .6; }
      .p-information__pagenation-page--current {
        background-color: #fff;
        color: #292929;
        font-weight: normal; }
        .p-information__pagenation-page--current:hover {
          opacity: 1; }

.p-contact__flow {
  background-color: #2C2C2C;
  margin-right: -500%;
  margin-left: -500%;
  padding: 70px 500% 108px 500%; }
  @media screen and (max-width: 768px) {
    .p-contact__flow {
      padding: 70px 500% 70px 500%; } }
  .p-contact__flow-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .p-contact__flow-item {
    font-size: 1rem;
    line-height: 1.5625;
    position: relative;
    flex: 0 0 210px;
    max-width: 210px;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px; }
    @media screen and (max-width: 768px) {
      .p-contact__flow-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%; } }
    .p-contact__flow-item-inner {
      border-bottom: 1px solid #888;
      font-family: "Poppins", sans-serif;
      font-weight: bolder; }
      .p-contact__flow-item-inner:after {
        content: '';
        position: absolute;
        bottom: 8.5px;
        right: 10px;
        width: 3px;
        height: 5px;
        background-color: #888; }
    .p-contact__flow-item--current .p-contact__flow-item-inner {
      border-bottom: 1px solid #fff; }
      .p-contact__flow-item--current .p-contact__flow-item-inner:after {
        background-color: #fff; }
    .p-contact__flow-item--current .p-contact__flow-no, .p-contact__flow-item--current .p-contact__flow-body {
      color: #fff; }
  .p-contact__flow-no {
    font-size: 1rem;
    line-height: 1.5625;
    margin-right: 10px;
    color: #888;
    font-family: "Poppins", sans-serif;
    font-weight: bolder; }
  .p-contact__flow-body {
    font-size: 1rem;
    line-height: 1.75;
    color: #888;
    font-weight: bold; }

.p-contact__h2 {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #fff; }
  .p-contact__h2:before {
    content: '';
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .p-contact__h2:before {
        width: 20px;
        height: 2px;
        margin-top: -35px; } }
.p-contact__text {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 70px;
  color: #292929;
  font-weight: bold; }
  .p-contact__text span {
    color: #EF294F; }

.p-contact__form-area, .p-contact__message {
  padding: 70px 0 108px 0; }

.p-contact__form table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%; }
  .p-contact__form table tr {
    margin-bottom: 10px; }
  .p-contact__form table th {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    width: 30%;
    padding: 14px 10px 12px 10px;
    font-weight: bolder;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .p-contact__form table th {
        font-size: 1rem;
        line-height: 1.25;
        display: block;
        width: 100%; } }
    .p-contact__form table th span {
      color: #EF294F; }
  .p-contact__form table td {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 9px 10px 7px 10px;
    word-break: break-all; }
    @media screen and (max-width: 768px) {
      .p-contact__form table td {
        font-size: 1rem;
        line-height: 1.25;
        width: 100%;
        padding: 9px 10px 24px 10px; } }
    .p-contact__form table td span {
      font-weight: bold; }
    .p-contact__form table td .p-contact__at {
      font-weight: normal;
      align-self: center;
      margin-bottom: 5px; }

.p-contact__form input[type="text"] {
  border-bottom: 1px solid #888;
  padding: 10px 0 12px 0;
  outline: none; }
  .p-contact__form input[type="text"]::placeholder {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    color: #ccc; }
    @media screen and (max-width: 768px) {
      .p-contact__form input[type="text"]::placeholder {
        font-size: 1rem;
        line-height: 1.25; } }
.p-contact__form input[type="checkbox"] {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  border: 1px solid #292929;
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  color: #292929;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  box-shadow: none; }
  .p-contact__form input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    left: 6px;
    width: 8px;
    height: 14px;
    border-style: solid;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(35deg);
    opacity: 0; }
  .p-contact__form input[type="checkbox"]:checked {
    color: #fff;
    border-color: #292929;
    background: #292929; }
    .p-contact__form input[type="checkbox"]:checked::before {
      opacity: 1; }

.p-contact__form textarea {
  border: 1px solid #888;
  width: 100%;
  height: 120px;
  outline: none;
  border-radius: 0;
  padding: 4px 6px; }

.p-contact__form--confirm .p-contact__input-btn {
  max-width: 160px; }

.p-contact__form--confirm .p-contact__btn--return {
  width: 160px; }

.p-contact__input--half-left {
  width: calc(50% - 20px); }

.p-contact__input--half-right {
  width: 50%; }

.p-contact__input--full {
  width: 100%; }

.p-contact__input--left {
  justify-content: flex-start !important;
  align-items: center; }

.p-contact__input-btn {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #292929;
  background-color: #292929;
  color: #fff;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-contact__input-btn {
      max-width: 334px;
      margin-right: auto;
      margin-left: auto; } }
  .p-contact__input-btn:after {
    content: '';
    position: absolute;
    right: -17px;
    width: 21px;
    height: 8px;
    transform: skew(55deg);
    border-bottom: 1px solid #292929;
    border-right: 1px solid #292929; }
    @media screen and (max-width: 768px) {
      .p-contact__input-btn:after {
        right: -10px;
        width: 13px;
        height: 6px; } }
  .p-contact__input-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    background: #fff;
    transition: width .2s; }
  .p-contact__input-btn:hover {
    color: #292929; }
    .p-contact__input-btn:hover:before {
      width: 100%; }
  .p-contact__input-btn-inner {
    position: relative;
    width: 100%; }
  .p-contact__input-btn input {
    padding: 15px 0 17px 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .p-contact__input-btn input:hover {
      color: #292929; }

.p-contact__privacy {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 2px;
  background-color: #f7f7f7;
  color: #292929;
  font-weight: bold;
  transition: all .2s ease; }
  .p-contact__privacy:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 1px;
    margin-right: 4px;
    background-color: #292929; }
  .p-contact__privacy:hover {
    background-color: #2C2C2C;
    color: #fff; }
    .p-contact__privacy:hover:before {
      background-color: #fff; }

.p-contact__btn-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .p-contact__btn-area {
      margin-top: 70px; } }
.p-contact__btn {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  margin-left: 0;
  border: 1px solid #292929;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .p-contact__btn {
      max-width: 334px;
      margin-right: auto;
      margin-left: auto; } }
  .p-contact__btn:after {
    content: '';
    position: absolute;
    left: -17px;
    width: 21px;
    height: 8px;
    transform: skew(-55deg);
    border-bottom: 1px solid #292929;
    border-left: 1px solid #292929; }
    @media screen and (max-width: 768px) {
      .p-contact__btn:after {
        left: -10px;
        width: 13px;
        height: 6px; } }
  .p-contact__btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    background-color: #2C2C2C;
    transition: width .2s; }
  .p-contact__btn:hover {
    color: #fff; }
    .p-contact__btn:hover:before {
      width: 100%; }
  .p-contact__btn-inner {
    position: relative;
    width: 100%; }
  .p-contact__btn a, .p-contact__btn input {
    padding: 15px 30px 17px 30px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #292929; }
    @media screen and (max-width: 768px) {
      .p-contact__btn a, .p-contact__btn input {
        padding: 15px 20px 17px 20px; } }
    .p-contact__btn a:hover, .p-contact__btn input:hover {
      color: #fff; }

.p-contact .red {
  color: #EF294F; }

.p-contact .media {
  margin-top: 84px; }
  .p-contact .media h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    .p-contact .media h3:before {
      content: '';
      width: 20px;
      height: 4px;
      background-color: #2C2C2C;
      margin-top: 13px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .p-contact .media h3:before {
          height: 2px; } }
  .p-contact .media p {
    font-size: 1rem;
    line-height: 1.75;
    padding: 48px;
    background-color: #2C2C2C;
    color: #F7F7F7; }
    @media screen and (max-width: 768px) {
      .p-contact .media p {
        padding: 35px 20px; } }
.u-letter-space {
  margin-left: -.06em; }
  .u-letter-space--contact {
    margin-left: -.08em; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] .aos-animate[data-aos] {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] .aos-animate[data-aos] {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] .aos-animate[data-aos] {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] .aos-animate[data-aos] {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] .aos-animate[data-aos] {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] .aos-animate[data-aos] {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] .aos-animate[data-aos] {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] .aos-animate[data-aos] {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] .aos-animate[data-aos] {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] .aos-animate[data-aos] {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] .aos-animate[data-aos] {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] .aos-animate[data-aos] {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] .aos-animate[data-aos] {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] .aos-animate[data-aos] {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] .aos-animate[data-aos] {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] .aos-animate[data-aos] {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] .aos-animate[data-aos] {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] .aos-animate[data-aos] {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] .aos-animate[data-aos] {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] .aos-animate[data-aos] {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] .aos-animate[data-aos] {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] .aos-animate[data-aos] {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] .aos-animate[data-aos] {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] .aos-animate[data-aos] {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] .aos-animate[data-aos] {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] .aos-animate[data-aos] {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] .aos-animate[data-aos] {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] .aos-animate[data-aos] {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] .aos-animate[data-aos] {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] .aos-animate[data-aos] {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] .aos-animate[data-aos] {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] .aos-animate[data-aos] {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] .aos-animate[data-aos] {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] .aos-animate[data-aos] {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] .aos-animate[data-aos] {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] .aos-animate[data-aos] {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] .aos-animate[data-aos] {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] .aos-animate[data-aos] {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] .aos-animate[data-aos] {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] .aos-animate[data-aos] {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] .aos-animate[data-aos] {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] .aos-animate[data-aos] {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] .aos-animate[data-aos] {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] .aos-animate[data-aos] {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] .aos-animate[data-aos] {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] .aos-animate[data-aos] {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] .aos-animate[data-aos] {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] .aos-animate[data-aos] {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] .aos-animate[data-aos] {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] .aos-animate[data-aos] {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] .aos-animate[data-aos] {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] .aos-animate[data-aos] {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] .aos-animate[data-aos] {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] .aos-animate[data-aos] {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] .aos-animate[data-aos] {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] .aos-animate[data-aos] {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] .aos-animate[data-aos] {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] .aos-animate[data-aos] {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] .aos-animate[data-aos] {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

.aos-animate[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] .aos-animate[data-aos] {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

.aos-animate[data-aos^=fade][data-aos^=fade] {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 200px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -200px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-200px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(200px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-200px, 200px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(200px, 200px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-200px, -200px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(200px, -200px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

.aos-animate[data-aos^=zoom][data-aos^=zoom] {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 200px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -200px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-200px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(200px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 200px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -200px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-200px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(200px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

.aos-animate[data-aos^=slide][data-aos^=slide] {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

.aos-animate[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

.aos-animate[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

.aos-animate[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

.aos-animate[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(0); }
