@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  position: relative;
  margin: 0 auto;
  background: #fff;
  color: #000;
  /*max-width: 1440px;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

@media (max-width: 992px) {
  body {
    padding: 26px 20px 0; } }

@media (max-width: 480px) {
  body {
    padding: 10px 15px 0; } }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0; }

ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }

form textarea, form input[type="text"], form input[type="tel"], form input[type="email"], select {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

select::-ms-expand {
  display: none; }

/* Sass Document */
/* Sass Document */
.l-header__logo {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  max-width: 1440px;
  margin: 0 auto;
  margin-left: 20px; }
  @media (max-width: 480px) {
    .l-header__logo span {
      font-size: 1.2rem;
      line-height: 1.3; } }
  .l-header__logo-lead {
    margin-right: 10px;
    padding-right: 16px;
    position: relative; }
    .l-header__logo-lead::after {
      content: "";
      height: 20px;
      width: 4px;
      background: #f70f14;
      position: absolute;
      right: 0;
      top: 22%; }
      @media (max-width: 480px) {
        .l-header__logo-lead::after {
          height: 17px;
          top: 24%; } }
  @media (max-width: 480px) {
    .l-header__logo-sub {
      display: block; } }

.l-header__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  background: #000;
  width: 60%;
  margin: 5% 0 0 auto; }
  @media (max-width: 992px) {
    .l-header__nav ul {
      list-style: none;
      flex-direction: column;
      width: 100%; } }
  .l-header__nav ul li {
    width: 32%;
    margin: 0 auto; }
    .l-header__nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      text-decoration: none;
      padding: 10px 5%;
      box-sizing: border-box;
      position: relative;
      text-align: center;
      transition: 0.3s;
      font-family: 'Rajdhani', sans-serif;
      letter-spacing: 1px;
      font-weight: 400;
      font-size: 0.9rem;
      text-transform: uppercase;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      position: relative; }
      .l-header__nav ul li a.actived {
        pointer-events: none; }
        .l-header__nav ul li a.actived:before {
          background: #f70f14; }
      .l-header__nav ul li a:before {
        position: absolute;
        content: "";
        top: 12px;
        left: 20%;
        width: 10px;
        height: 10px;
        background: #fff;
        border-radius: 2px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
        @media (max-width: 992px) {
          .l-header__nav ul li a:before {
            content: none;
            width: 0;
            height: 0; } }
      .l-header__nav ul li a:hover {
        color: #fff;
        transform: translateY(3px);
        -webkit-transform: translateY(3px); }
      .l-header__nav ul li a:hover:before {
        background: #f70f14; }
    .l-header__nav ul li:first-child {
      width: 4%; }
      @media (max-width: 992px) {
        .l-header__nav ul li:first-child {
          width: 100%; } }
      .l-header__nav ul li:first-child img {
        width: 35px; }

@media (max-width: 992px) {
  .l-hamburger {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer; }
    .l-hamburger > div {
      position: relative;
      width: 36px; }
    .l-hamburger span {
      width: 100%;
      height: 1px;
      left: 0;
      display: block;
      background: #333;
      position: absolute;
      transition: transform .6s ease-in-out, top .5s ease; }
      .l-hamburger span:nth-child(1) {
        top: 0; }
      .l-hamburger span:nth-child(2) {
        top: 14px; }
      .l-hamburger span:nth-child(3) {
        top: 28px; }
    .l-hamburger:hover span:nth-child(1) {
      top: 4px; }
    .l-hamburger:hover span:nth-child(3) {
      top: 23px; } }

@media (max-width: 992px) {
  .open .l-hamburger span {
    background: #fff; }
    .open .l-hamburger span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg); }
    .open .l-hamburger span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%; }
    .open .l-hamburger span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg); } }

/* z-index */
@media (max-width: 992px) {
  .l-hamburger {
    z-index: 1000; } }

@media (max-width: 992px) {
  .l-navigation {
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease; } }

.l-navigation__inner {
  width: 100%; }

@media (max-width: 992px) {
  .l-navigation a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease; }
    .l-navigation a:hover {
      color: #666; }
  .l-navigation ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform .6s ease, opacity .2s ease;
    width: 100%; }
    .l-navigation ul li:nth-child(2) {
      transition-delay: .15s; }
    .l-navigation ul li:nth-child(3) {
      transition-delay: .3s; }
    .l-navigation ul li:nth-child(4) {
      transition-delay: .45s; }
    .l-navigation ul li:nth-child(5) {
      transition-delay: .6s; }
    .l-navigation ul li:nth-child(6) {
      transition-delay: .75s; }
    .l-navigation ul li:nth-child(7) {
      transition-delay: .9s; } }

/* open */
@media (max-width: 992px) {
  .open {
    overflow: hidden; }
    .open .l-navigation {
      visibility: visible;
      opacity: 1; }
    .open .l-navigation li {
      opacity: 1;
      transform: translateX(0);
      transition: transform 1s ease, opacity .9s ease; } }

.l-footer {
  text-align: right;
  margin: 20px 0; }
  @media (max-width: 480px) {
    .l-footer {
      margin: 0; } }
  .l-footer__logo {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    max-width: 1440px;
    margin: 0 auto;
    margin-right: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .l-footer__logo-lead {
      margin-right: 2px;
      padding-right: 16px;
      position: relative; }
      @media (max-width: 480px) {
        .l-footer__logo-lead {
          margin-right: 2px;
          padding-right: 3px;
          font-size: 1rem; } }
      .l-footer__logo-lead::after {
        content: "";
        height: 16px;
        width: 4px;
        background: #f70f14;
        position: absolute;
        right: 0;
        top: 17%; }
        @media (max-width: 320px) {
          .l-footer__logo-lead::after {
            height: 10px;
            width: 1px; } }
    .l-footer__logo-sub {
      padding-left: 10px; }
      @media (max-width: 640px) {
        .l-footer__logo-sub {
          display: block;
          padding: 0; } }
      @media (max-width: 480px) {
        .l-footer__logo-sub {
          font-size: 1rem; } }

.p-about__inner {
  max-width: 1170px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 8% auto;
  padding: 0 15px; }
  @media (max-width: 480px) {
    .p-about__inner {
      padding: 0; } }

.p-about__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around; }
  @media (max-width: 480px) {
    .p-about__top {
      flex-direction: column; } }
  .p-about__top-img {
    width: 30%;
    text-align: center; }
    @media (max-width: 480px) {
      .p-about__top-img {
        width: 100%; } }
  .p-about__top-text {
    flex: 1;
    padding: 10px 0 10px 15px; }
    @media (max-width: 480px) {
      .p-about__top-text {
        width: 100%;
        padding: 15px 0;
        text-align: center; } }
  .p-about__top-left {
    width: 30%;
    text-align: center; }
    @media (max-width: 480px) {
      .p-about__top-left {
        width: 100%; } }
  .p-about__top-right {
    flex: 1;
    padding: 0 0 0 15px; }
    @media (max-width: 480px) {
      .p-about__top-right {
        width: 100%;
        padding: 15px 0 0; } }
  .p-about__top-right {
    flex: 1;
    padding: 0 0 0 15px; }
    @media (max-width: 480px) {
      .p-about__top-right {
        width: 100%;
        padding: 15px 0 0; } }
  .p-about__top-list dt {
    width: 8px;
    height: 13px;
    background: #f70f14;
    display: inline-block; }
  .p-about__top-list dd {
    display: inline-block; }

.p-about__bottom {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around; }
  @media (max-width: 480px) {
  .p-about__bottom {
      flex-direction: column; } }
  .p-about__bottom-left {
    width: 30%;
    text-align: center; }
    @media (max-width: 480px) {
      .p-about__bottom-left {
        width: 100%; } }
  .p-about__bottom-right {
    flex: 1;
    padding: 0 0 0 15px; }
    @media (max-width: 480px) {
      .p-about__bottom-right {
        width: 100%;
        padding: 15px 0 0; } }
  .p-about__bottom-list dt {
    width: 8px;
    height: 13px;
    background: #f70f14;
    display: inline-block; }
  .p-about__bottom-list dd {
    display: inline-block; }

.p-studionews__inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 5% auto 0;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .p-studionews__inner {
      flex-direction: column;
      padding: 0; } }

.p-studionews__title {
  box-sizing: border-box;
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  margin: 5% 0;
  letter-spacing: 1px;
  position: relative;
  padding: 0 3%; }
  .p-studionews__title::before {
    content: "";
    height: 15px;
    width: 4px;
    background: #f70f14;
    position: absolute;
    left: 10px;
    top: 21%; }
    @media (max-width: 768px) {
      .p-studionews__title::before {
        left: 0;
        top: 19%; } }

.p-studionews__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around; }
  @media (max-width: 768px) {
    .p-studionews__list::after {
      content: "";
      flex: auto; } }
  @media (max-width: 480px) {
    .p-studionews__list {
      flex-direction: column; } }
  .p-studionews__list-item {
    width: 32%;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .p-studionews__list-item {
        width: 48.5%; } }
    @media (max-width: 480px) {
      .p-studionews__list-item {
        width: 100%; } }
    .p-studionews__list-item a {
      display: block;
      width: 100%;
      text-decoration: none;
      color: #313131;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      .p-studionews__list-item a:hover {
        transform: translateY(3px); }
      .p-studionews__list-item a img {
        margin: 0 0 10px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      .p-studionews__list-item a:hover img {
        box-shadow: 3px 2px 10px #eee; }
      .p-studionews__list-item a p {
        padding: 15px; }
        .p-studionews__list-item a p.text-lead {
          position: relative;
          padding: 0 0 0 25px; }
          .p-studionews__list-item a p.text-lead::before {
            position: absolute;
            left: 10px;
            top: 3px;
            content: "";
            width: 5px;
            height: 12px;
            background: #f70f14; }
        .p-studionews__list-item a p.date {
          text-align: right; }

.p-work__inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 8%;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .p-work__inner {
      flex-direction: column;
      padding: 0; } }

.p-work__title {
  font-family: 'Rajdhani', sans-serif;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  margin: 8% 0 5%;
  letter-spacing: 1px;
  position: relative;
  padding: 0 3%;
  box-sizing: border-box; }
  .p-work__title::before {
    content: "";
    height: 15px;
    width: 4px;
    background: #f70f14;
    position: absolute;
    left: 10px;
    top: 21%; }
    @media (max-width: 768px) {
      .p-work__title::before {
        left: 0;
        top: 19%; } }

.p-work__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around; }
  @media (max-width: 768px) {
    .p-work__list::after {
      content: "";
      flex: auto; } }
  @media (max-width: 480px) {
    .p-work__list {
      flex-direction: column; } }
  .p-work__list-item {
    width: 33.3333%;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 768px) {
      .p-work__list-item {
        width: 48.5%; } }
    @media (max-width: 480px) {
      .p-work__list-item {
        width: 100%; } }

.p-work__link {
  display: block;
  width: 70%;
  text-decoration: none;
  color: #313131;
  transition: all .3s ease;
  -webkit-transition: all .3s ease; }
  @media (max-width: 768px) {
    .p-work__link {
      margin: auto; } }
  .p-work__link-imgwrap {
    position: relative;
    overflow: hidden; }
  .p-work__link-img {
    margin: 0 0 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; }
  .p-work__link-mask {
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 97%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .p-work__link-mask .mask-caption {
      transition: all .6s ease;
      -webkit-transition: all .6s ease;
      transform: translateX(-90px);
      font-family: 'Rajdhani', sans-serif;
      font-weight: 600;
      font-size: 1.2rem;
      letter-spacing: 2px; }
  .p-work__link-imgwrap:hover .p-work__link-mask {
    opacity: 1; }
  .p-work__link-imgwrap:hover .p-work__link-mask .mask-caption {
    transform: translateX(0); }
  .p-work__link:hover {
    transform: translateY(3px); }
    .p-work__link:hover img {
      box-shadow: 2px 3px 10px #eee; }
  .p-work__link p {
    padding: 15px; }
    .p-work__link p.text-lead {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      letter-spacing: 1px;
      text-align: left;
      position: relative;
      padding: 0 0 15px 25px; }
      .p-work__link p.text-lead::before {
        position: absolute;
        left: 10px;
        top: 3px;
        content: "";
        width: 5px;
        height: 12px;
        background: #f70f14; }

.p-hainan__inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 8% auto 0;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .p-hainan__inner {
      flex-direction: column;
      padding: 0; } }

.p-hainan__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start; }
  .p-hainan__top-left {
    width: 40%; }
  .p-hainan__top-left2 {
    width: 65%; }
  .p-hainan__top-right {
    flex: 1; }
  .p-hainan__top-list {
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
    margin: 25px 0 0 25px; }
    .p-hainan__top-list::before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      border-left: 4px solid #000;
      height: 90%; }
      @media (max-width: 768px) {
        .p-hainan__top-list::before {
          content: none; } }
  .p-hainan__top-listitem {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: 'Rajdhani', sans-serif; }

.p-hainan__imgthumb {
  margin: 20px 0; }
  .p-hainan__imgthumb-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; }
  .p-hainan__imgthumb-listitem {
    width: 25%; }
    .p-hainan__imgthumb-listitem img {
      width: 98%; }

.p-hainan__bottom {
  /*    background: url(../../../dist/assets/images/hainan06.jpg) no-repeat;
        background-size: contain;
        background-position-x: right;*/
  width: 100%;
  margin: 8% auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .p-hainan__bottom-left {
    flex: 1; }
  .p-hainan__bottom-right {
    width: 60%; }
  .p-hainan__bottom-list {
    position: relative;
    line-height: 1.4;
    padding-left: 25px;
    margin: 25px 0 0; }
    .p-hainan__bottom-list::before {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      border-left: 4px solid #000;
      height: 90%; }
      @media (max-width: 768px) {
        .p-hainan__bottom-list::before {
          content: none; } }
  .p-hainan__bottom-listitem {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'Rajdhani', sans-serif; }
  .p-hainan__bottom-listitem.listitem-lead {
    font-size: 1.4rem;
    font-weight: 600; }
  .p-hainan__bottom-img {
    width: 75%;
    margin: 2% 0; }

.p-contact__inner {
  max-width: 1170px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 8% auto;
  padding: 0 15px; }
  @media (max-width: 768px) {
    .p-contact__inner {
      flex-direction: column;
      padding: 0; } }
  .p-contact__inner-left {
    position: relative;
    padding-left: 25px;
    flex: 1; }
    @media (max-width: 768px) {
      .p-contact__inner-left {
        width: 100%;
        text-align: center;
        padding: 0; } }
    .p-contact__inner-left::before {
      position: absolute;
      left: 0;
      content: "";
      width: 8px;
      height: 13px;
      background: #f70f14;
      display: inline-block; }
      @media (max-width: 768px) {
        .p-contact__inner-left::before {
          content: none; } }
  .p-contact__inner-right {
    width: 30%;
    padding: 0 0 0 5%; }
    @media (max-width: 768px) {
      .p-contact__inner-right {
        margin: 5% 0 0;
        width: 100%;
        padding: 0; } }

.p-contact__list {
  position: relative;
  line-height: 1.4;
  padding-left: 25px; }
  .p-contact__list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-left: 4px solid #000;
    height: 90%; }
    @media (max-width: 768px) {
      .p-contact__list::before {
        content: none; } }
  .p-contact__list-item {
    margin: 0 0 5px; }
    .p-contact__list-item p.item-lead {
      font-weight: 600; }
