/* ==================================================================

    foundation

================================================================== */

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), url("../font/Oswald-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: local("Oswald Medium"), url("../font/Oswald-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "futura-pt";
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  src: local("futura-pt"), url("../font/l.woff2") format("woff2"), url("../font/d.woff") format("woff"), url("https://use.typekit.net/af/1dbbe3/00000000000000007758da2c/30/a?primer=388f68b35a7cbf1ee3543172445c23e26935269fadd3b392a13ac7b2903677eb&fvd=i5&v=3") format("opentype");	
}
@font-face {
  font-family: "Xiaozhitiao";
  font-style: normal;
  font-weight: 500;
  src: local("Xiaozhitiao"), url("../font/Xiaozhitiao.ttf") format("truetype");
}
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html, body {
  min-height: 100%;
}

html {
  font-size: 10px;
  font-size: 2.667vw;
  touch-action: manipulation;
  scroll-behavior: auto;
}

body {
  font-family: -apple-system, SF UI Display, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #DE3333;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: 320px;
  }
}
@media print {
  body {
    overflow-y: visible;
    overflow-x: visible;
    min-width: 100%;
  }
}

body * {
  box-sizing: border-box;
  word-break: break-all;
}

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

img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: #333333;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px solid #333333;
}

table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  vertical-align: top;
  text-align: left;
}

input, select {
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a.disabled {
    pointer-events: none;
    opacity: 0.5; 
}

/* PC⇔SP */
@media screen and (max-width: 767.98px) {
  .show__sp {
    display: block !important;
  }
}

@media print, screen and (min-width: 768px) {
  .show__pc {
    display: block !important;
  }
}

@media screen and (max-width: 767.98px) {
  .hide__sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .hide__pc {
    display: none !important;
  }
}

.js-pageTransition::before, .js-pageTransition::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
  pointer-events: none;
  position: fixed;
  top: 0;
}
.js-pageTransition::before {
  right: 100%;
  transition: right 0.5s cubic-bezier(1, -0.01, 0.64, 0.99);
}
.js-pageTransition::after {
  left: 100%;
  transition: left 0.5s cubic-bezier(1, -0.01, 0.64, 0.99);
}
.js-pageTransition.is-slideIn::before {
  right: 0;
}
.js-pageTransition.is-slideOut::after {
  left: 0;
}

/* ==================================================================

    Layout

================================================================== */
.l-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
  background-color: #6e1e05;
}
@media print, screen and (min-width: 768px) {
  .l-wrapper {
    min-width: 1200px;
  }
}

.l-main {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: calc(100vh - 165px);
}
@media screen and (max-width: 767.98px) {
  .l-main {
    min-height: calc(100vh - 51.4666666667vw);
  }
}

/* ==================================================================

    Component

================================================================== */
.c-button {
  display: inline-block;
  width: 255px;
  height: 55px;
  line-height: 55px;
  padding: 0 50px 0 35px;
  background-color: #BA1212;
  box-shadow: 0 4px 0 #990808;
  border-radius: 9999px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.01rem;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-button {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button {
    width: 100%;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    padding: 0 13.3333333333vw 0 9.3333333333vw;
    box-shadow: 0 1.0666666667vw 0 #990808;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-button:hover {
    box-shadow: none;
    transform: translateY(4px);
    background-color: #A11010;
  }
}
.c-button::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-button::before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 7.4666666667vw;
  }
}
.c-button::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-button::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: 0.2666666667vw solid #FFFFFF;
    border-right: 0.2666666667vw solid #FFFFFF;
    right: 7.4666666667vw;
  }
}

.c-hr {
  border-top: 1px solid #611a05;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .c-hr {
    border-top: 0.2666666667vw solid #611a05;
  }
}

#animation-line01 {
  width: 1800px;
  height: 1042px;
}
@media screen and (min-width: 1516px) {
  #animation-line01 {
    width: 118.81vw;
    height: 68.79vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line01 {
    width: 190.6666666667vw;
    height: 111.4666666667vw;
  }
}
#animation-line01 #base01 path {
  fill: url(#animation-line01-grad);
}
#animation-line01 #mask01 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 300px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line01 #mask01 path {
    stroke-width: 19.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line01 #mask01 path {
    stroke-width: 80vw;
  }
}

#animation-line02 {
  width: 1800px;
  height: 644px;
}
@media screen and (min-width: 1516px) {
  #animation-line02 {
    width: 118.81vw;
    height: 42.51vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line02 {
    width: 206.9333333333vw;
    height: 75.7333333333vw;
  }
}
#animation-line02 #base02 path {
  fill: url(#animation-line02-grad);
}
#animation-line02 #mask02 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 240px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line02 #mask02 path {
    stroke-width: 15.84vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line02 #mask02 path {
    stroke-width: 64vw;
  }
}

#animation-line03 {
  width: 1800px;
  height: 1042px;
}
@media screen and (min-width: 1516px) {
  #animation-line03 {
    width: 118.81vw;
    height: 68.79vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line03 {
    width: 190.6666666667vw;
    height: 111.4666666667vw;
  }
}
#animation-line03 #base03 path {
  fill: url(#animation-line03-grad);
}
#animation-line03 #mask03 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 300px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line03 #mask03 path {
    stroke-width: 19.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line03 #mask03 path {
    stroke-width: 80vw;
  }
}

#animation-line04 {
  width: 1800px;
  height: 644px;
}
@media screen and (min-width: 1516px) {
  #animation-line04 {
    width: 118.81vw;
    height: 42.51vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line04 {
    width: 206.9333333333vw;
    height: 75.7333333333vw;
  }
}
#animation-line04 #base04 path {
  fill: url(#animation-line04-grad);
}
#animation-line04 #mask04 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 240px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line04 #mask04 path {
    stroke-width: 15.84vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line04 #mask04 path {
    stroke-width: 64vw;
  }
}

#animation-line05 {
  width: 1800px;
  height: 1042px;
}
@media screen and (min-width: 1516px) {
  #animation-line05 {
    width: 118.81vw;
    height: 68.79vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line05 {
    width: 190.6666666667vw;
    height: 111.4666666667vw;
  }
}
#animation-line05 #base05 path {
  fill: url(#animation-line05-grad);
}
#animation-line05 #mask05 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 300px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line05 #mask05 path {
    stroke-width: 19.8vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line05 #mask05 path {
    stroke-width: 80vw;
  }
}

#animation-line06 {
  width: 1800px;
  height: 644px;
}
@media screen and (min-width: 1516px) {
  #animation-line06 {
    width: 118.81vw;
    height: 42.51vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line06 {
    width: 206.9333333333vw;
    height: 75.7333333333vw;
  }
}
#animation-line06 #base06 path {
  fill: url(#animation-line06-grad);
}
#animation-line06 #mask06 path {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 240px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1516px) {
  #animation-line06 #mask06 path {
    stroke-width: 15.84vw;
  }
}
@media screen and (max-width: 767.98px) {
  #animation-line06 #mask06 path {
    stroke-width: 64vw;
  }
}

/* ==================================================================

    Project

================================================================== */
.p-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding: 40px 100px 0;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
@media screen and (max-width: 767.98px) {
  .p-header {
    margin: 0;
    padding: 5.3333333333vw 5.3333333333vw 4vw;
    background-color: #6e1e05;
  }
}
@media (width >= 1420px) {
  .p-header.is-vertical {
    align-items: flex-start;
  }
}
.p-header__logo {
  width: 133px;
  height: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-header__logo {
    width: 24.5vw;
    height: 7vw;
  }
}
.p-header__nav {
  position: absolute;
  top: 40px;
  right: 100px;
}
@media (width < 1510px) {
  .p-header__nav {
    right: 50px;
  }
}
@media (width < 1420px) {
  .p-header__nav {
    display: none !important;
  }
}
.p-header__navList {
  display: flex;
  column-gap: 40px;
  transition: all 0.3s;
}
.p-header.is-vertical .p-header__navList {
  flex-direction: column;
  row-gap: 12px;
  margin-top: 8px;
  width: 135px;
}
@media (width > 1650px) {
  .p-header.is-vertical .p-header__navList {
    width: 150px;
  }
}
.p-header__navLink {
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  transform: scale(1);
  transition: transform 0.3s;
}
.p-header__navLink:hover {
  transform: scale(1.15);
}
.p-header.is-vertical .p-header__navLink {
  font-size: 20px;
  transition: font-size 0.3s;
}
.p-header.is-vertical .p-header__navLink:hover {
  font-size: 24px;
  transform: scale(1);
}
.p-header__menu {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #BA1212;
  position: relative;
  z-index: 15;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-header__menu {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
@media (width < 1420px) {
  .p-header__menu {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__menu:hover {
    background-color: #FFFFFF;
  }
}
.p-header__menu.is-open {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
  .p-header__menu.is-open {
    margin-right: 15px;
  }
}
.p-header__menuInner {
  display: inline-block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .p-header__menuInner {
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.p-header__menuLine {
  display: inline-block;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  transition: background-color 0.3s, transform 0.3s, width 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuLine {
    height: 0.5333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__menu:hover .p-header__menuLine {
    background-color: #000000;
  }
}
.p-header__menuLine:first-of-type {
  width: 12px;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuLine:first-of-type {
    width: 3.2vw;
  }
}
.p-header__menuLine:last-of-type {
  width: 8px;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuLine:last-of-type {
    width: 2.1333333333vw;
  }
}
.p-header__menu.is-open .p-header__menuLine {
  background-color: #000000;
  width: 12px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform-origin: 0 0;
}
@media screen and (max-width: 767.98px) {
  .p-header__menu.is-open .p-header__menuLine {
    width: 3.2vw;
  }
}
.p-header__menu.is-open .p-header__menuLine:first-of-type {
  transform: rotate(-30deg) translate(-50%, -50%);
}
.p-header__menu.is-open .p-header__menuLine:last-of-type {
  transform: rotate(30deg) translate(-50%, -50%);
  bottom: auto;
}
.p-header__menuPanel {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #C43131;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  scrollbar-gutter: stable;
}
.p-header__menuPanel.is-open {
  visibility: visible;
  opacity: 1;
}
.p-header__menuPanelNav {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (width < 1515px) {
  .p-header__menuPanelNav {
    width: 73.3vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-header__menuPanelNav {
    width: 100%;
    padding: 0 10.6666666667vw;
  }
}
.p-header__menuPanelNavItem + .p-header__menuPanelNavItem {
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuPanelNavItem + .p-header__menuPanelNavItem {
    margin-top: 4vw;
  }
}
.p-header__menuPanelNavLink {
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 32px;
  letter-spacing: 0.08rem;
  transition: font-size 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuPanelNavLink {
    font-size: 7.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__menuPanelNavLink:hover {
    font-size: 38px;
  }
}
.p-header__menuPanelNavTextItem {
  margin-top: 65px;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuPanelNavTextItem {
    margin-top: 10.6666666667vw;
  }
}
.p-header__menuPanelNavTextLink {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .p-header__menuPanelNavTextLink {
    font-size: 5.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-header__menuPanelNavTextLink:hover {
    text-decoration: none;
  }
}

.p-footer {
  background-color: #000000;
  background-image: url("../images/bg_footer.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: 50%;
}
@media print, screen and (min-width: 768px) {
  .p-footer {
    min-width: 1200px;
  }
}
.p-footer__inner {
  padding: 54px 0;
}
@media print, screen and (min-width: 768px) {
  .p-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__inner {
    padding: 10.6666666667vw 0 12vw;
  }
}
.p-footer__logo {
  width: 175px;
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-footer__logo {
    width: 28vw;
    height: 8vw;
    margin: 0 auto 5.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-footer__textWrap {
    display: flex;
    align-items: baseline;
    column-gap: 20px;
  }
}
.p-footer__list {
  display: flex;
  align-items: baseline;
  line-height: 1;
  column-gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-footer__list {
    column-gap: 5.3333333333vw;
    justify-content: center;
    margin-bottom: 6.6666666667vw;
  }
}
.p-footer__link {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .p-footer__link {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-footer__link:hover {
    text-decoration: none;
  }
}
.p-footer__copyright, .p-footer__icp a {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .p-footer__copyright, .p-footer__icp {
    font-size: 3.2vw;
    text-align: center;
  }
  .p-footer__icp {
    margin-top: 2vw;
  }
}
.p-headingBlock {
  padding: 218px 0 75px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-headingBlock {
    padding: 37.3333333333vw 0 9.8666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .p-headingBlock__inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-headingBlock__inner {
    padding: 0 10.6666666667vw;
  }
}
.p-headingBlock__heading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-headingBlock__heading {
    font-size: 8vw;
    letter-spacing: 0.3rem;
    margin-bottom: 2vw;
  }
}
.p-headingBlock__text {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .p-headingBlock__text {
    font-size: 3.7333333333vw;
  }
}

/* ==================================================================a

    首页

================================================================== */
/* -----------------------------------------

  01. 首页溢出

----------------------------------------- */
.s-topOverflow {
  overflow: hidden;
}

/* -----------------------------------------

  02. 首页主视觉

----------------------------------------- */
.s-topMainVisual {
  height: 100vh;
  min-height: 840px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .s-topMainVisual {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual {
    height: 100vh;
    height: 100svh;
    min-height: 173.3333333333vw;
    margin-bottom: 38.6666666667vw;
  }
}
.s-topMainVisual__bgCircleWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: top 0.6s ease-out, left 0.6s ease-out;
}
.s-topMainVisual__bgCircleWrap:has(.s-topMainVisual__bgCircle.is-active) {
  top: 37.5%;
  left: 35.5%;
  transform: translate(-50%, -50%) rotate3d(1, 1, -1, 80deg) rotateX(5deg);
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__bgCircleWrap:has(.s-topMainVisual__bgCircle.is-active) {
    top: 55.5%;
    left: -31.5%;
  }
}
.s-topMainVisual__bgCircle {
  width: 140px;
  height: 140px;
  color: #FFFFFF;
  opacity: 0;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  .s-topMainVisual__bgCircle {
    max-width: 140px;
    max-height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
}
.s-topMainVisual__bgCircle.is-visible {
  opacity: 1;
  transition: all 0.6s ease-out;
}
.s-topMainVisual__bgCircle.is-active {
  width: 170vw;
  height: 170vw;
  animation: 60s linear infinite circleRotation1;
  fill: #e63838;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .s-topMainVisual__bgCircle.is-active {
    max-width: 3060px;
    max-height: 3060px;
    min-width: 2066px;
    min-height: 2066px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__bgCircle.is-active {
    width: 400vw;
    height: 400vw;
  }
}
@keyframes circleRotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.s-topMainVisual__inner {
  margin: 5% auto 0;
}
@media print, screen and (min-width: 768px) {
  .s-topMainVisual__inner {
    width: 980px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__inner {
    margin-top: 16%;
    padding: 0 10.6666666667vw;
  }
}
.s-topMainVisual__heading {
  font-size: 38px;
  margin-bottom: 25px;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__heading {
    font-size: 7.3333333333vw;
    margin-bottom: 8vw;
  }
}
.s-topMainVisual__heading--line01 {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__heading--line01 {
    
    margin-bottom: 6.6666666667vw;
  }
}
.s-topMainVisual__heading--line02 {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .s-topMainVisual__heading--line02 {
    margin-left: 30px;
  }
}
.s-topMainVisual__text01 {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.07rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__text01 {
    font-size: 4.8vw;
    margin-bottom: 13.3333333333vw;
  }
}
.s-topMainVisual__text02 {
  width: 367px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.01rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__text02 {
    font-size: 3.7333333333vw;
    width: 67.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-topMainVisual__name {
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__name {
    font-size: 4.2666666667vw;
    letter-spacing: 0.08rem;
  }
}
.s-topMainVisual__nameLogo {
  display: inline-block;
  width: 160px;
  height: 40px;
}
@media screen and (max-width: 767.98px) {
  .s-topMainVisual__nameLogo {
    width: 24vw;
    height: 6vw;
  }
}

/* -----------------------------------------

  03. 首页关于我们

----------------------------------------- */
.s-topAbout {
  padding-bottom: 202px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout {
    padding-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-topAbout__inner {
    width: 980px;
    margin: 0 auto;
  }
}
.s-topAbout__image {
  width: 335px;
  height: 159px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__image {
    width: 52vw;
    height: 24.8vw;
    margin: 0 auto 8vw;
  }
}
.s-topAbout__subHeading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.07rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__subHeading {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
    letter-spacing: 0.2rem;
  }
}
.s-topAbout__heading {
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__heading {
    font-size: 7.3333333333vw;
    margin-bottom: 16vw;
  }
}
.s-topAbout__heading--line01 {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__heading--line01 {
    margin: 0 auto 4.8vw;
  }
}
.s-topAbout__heading--line02 {
  display: block;
  margin: 0 auto;

}
.s-topAbout__textWrap {
  width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__textWrap {
    width: 100%;
    padding: 0 16vw;
  }
}
.s-topAbout__text {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.5;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__text {
    font-size: 4.2666666667vw;
    line-height: 2.1;
    letter-spacing: 0.04rem;
  }
}
.s-topAbout__text + .s-topAbout__text {
  margin-top: 45px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__text + .s-topAbout__text {
    margin-top: 10.6666666667vw;
  }
}
.s-topAbout__buttonWrap {
  margin-top: 55px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__buttonWrap {
    margin-top: 12vw;
  }
}
.s-topAbout__lineAnimation {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__lineAnimation {
    top: calc(50% - 10.6666666667vw);
  }
}
.s-topAbout__lineAnimationSvg02 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-topAbout__lineAnimationSvg02 {
    bottom: 21.3333333333vw;
  }
}

/* -----------------------------------------

  04. 首页服务

----------------------------------------- */
.s-topService {
  padding-top: 193px;
  padding-bottom: 200px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .s-topService {
    padding-top: 25.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
.s-topService__inner {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .s-topService__inner {
    width: 980px;
  }
}
.s-topService__subHeading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.07rem;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__subHeading {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    letter-spacing: 0.2rem;
  }
}
.s-topService__heading {
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 42px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__heading {
    font-size: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-topService__heading--line01 {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__heading--line01 {
    margin: 0 auto 4vw;
  }
}
.s-topService__heading--line02 {
  display: block;
}
.s-topService__text {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__text {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.s-topService__boxWrap {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-topService__boxWrap {
    padding: 59.2vw 5.3333333333vw 0;
  }
}
.s-topService__box {
  width: 468px;
  padding: 55px 60px 50px;
  background-color: #D12121;
  border-radius: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__box {
    width: 100%;
    padding: 13.3333333333vw 10.6666666667vw 12vw;
    border-radius: 5.3333333333vw;
  }
}
.s-topService__boxHeading {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__boxHeading {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.s-topService__boxLogo {
  width: 245px;
  height: 70px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__boxLogo {
    width: 56vw;
    height: 16vw;
    margin: 0 auto 9.3333333333vw;
  }
}
.s-topService__boxText {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__boxText {
    font-size: 3.7333333333vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-topService__boxImage {
  width: 639px;
  height: 526px;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .s-topService__boxImage {
    top: 0;
    right: -265px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-topService__boxImage {
    width: 80vw;
    height: 67.2vw;
    top: 0;
    left: calc(50% + 16vw);
    transform: translateX(-50%);
  }
}
.s-topService__lineAnimation {
  position: absolute;
  top: calc(50% + 90px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-topService__lineAnimation {
    top: calc(50% - 42.6666666667vw);
  }
}
.s-topService__lineAnimationSvg02 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-topService__lineAnimationSvg02 {
    bottom: 21.3333333333vw;
  }
}

/* -----------------------------------------

  05. 首页新闻

----------------------------------------- */
.p-topNews {
  position: relative;
  z-index: 1;
}
.p-topNews__headingWrap {
  padding: 75px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-topNews__headingWrap {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-topNews__headingWrap {
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
.p-topNews__heading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.08rem;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-topNews__heading {
    font-size: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
    letter-spacing: 0.2rem;
  }
}
.p-topNews__subHeading {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-topNews__subHeading {
    font-size: 3.2vw;
  }
}

/* -----------------------------------------

  01 底部联系我们

----------------------------------------- */
.p-topContact {
  position: relative;
  z-index: 1;
}
.p-topContact__headingWrap {
  padding: 75px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-topContact__headingWrap {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-topContact__headingWrap {
    padding: 5.3333333333vw 10.6666666667vw;
  }
}
.p-topContact__heading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.08rem;
  margin-bottom: 5px;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__heading {
    font-size: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
    letter-spacing: 0.2rem;
  }
}
.p-topContact__subHeading {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__subHeading {
    font-size: 3.2vw;
  }
}
.p-topContact__inner {
  padding: 150px 0 0;
}
@media print, screen and (min-width: 768px) {
  .p-topContact__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-topContact__inner {
    padding: 28vw 16vw 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-topContact__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.p-topContact__boxHeading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-topContact__boxHeading {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-topContact__boxHeading {
    font-size: 7.5vw;
    margin-bottom: 9.3333333333vw;
  }
}
.p-topContact__boxHeading a {
  color: #ffffff;
  position: relative;
  padding-left: 32px;
}
.p-topContact__boxHeading a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-topContact__tel {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__tel {
    margin: 0 auto 4.2666666667vw;
  }
}
.p-topContact__tel:before {
  width: 26px;
  height: 26px;
  background-image: url(../images/icon_tel-white.svg);
}
.p-topContact__mobile {
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__mobile {
    margin: 0 auto 4.2666666667vw;
  }
}
.p-topContact__mobile:before {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_mobile-white.svg);
}
.p-topContact__email {
  display: block;
  margin-bottom: 58px;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__email {
    margin: 0 auto;
  }
}
.p-topContact__email:before {
  width: 26px;
  height: 26px;
  background-image: url(../images/icon_email-white.svg);
}
.p-topContact__boxText {
  width: 396px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.1;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__boxText {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 14.6666666667vw;
  }
}
.p-topContact__imageWrap {
  width: 370px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__imageWrap {
    width: 46.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-topContact__image {
  width: 100%;
  height: auto;
  animation: 20s linear infinite circleRotation;
}
@media print, screen and (min-width: 768px) {
  .p-topContact__imageWrap:hover .p-topContact__image {
    animation: 2.5s ease-in-out infinite circleRotation;
    animation-direction: reverse;
  }
}
@keyframes circleRotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-topContact__imageText {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 0.06rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .p-topContact__imageText {
    font-size: 4.5333333333vw;
    line-height: 1;
    letter-spacing: 0.2rem;
  }
}
.p-topContact__footerImage {
  width: 253px;
  height: 94px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-topContact__footerImage {
    width: 40.8vw;
    height: 15.2vw;
    margin: 21.3333333333vw auto 0;
  }
}

/* -----------------------------------------

  01. 关于我们

----------------------------------------- */
.s-aboutMessage {
  padding: 200px 0 90px;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage {
    padding: 17.3333333333vw 0 24vw;
  }
}
.s-aboutMessage__inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .s-aboutMessage__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__inner {
    padding: 0 16vw;
  }
}
.s-aboutMessage__scrollContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 120px;
  position: sticky;
  top: 500px;
  left: 0;
  z-index: 2;
  transform: rotate(90deg) translate(-50px, -920px);
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__scrollContent {
    width: 20.8vw;
    top: 34.6666666667vw;
    transform: rotate(90deg) translate(13.3333333333vw, -65.8666666667vw);
  }
}
.s-aboutMessage__scrollText {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__scrollText {
    font-size: 3.2vw;
    letter-spacing: 0.1rem;
  }
}
.s-aboutMessage__scrollBar {
  width: 65px;
  height: 2px;
  position: relative;
  transform-origin: 0% 50%;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__scrollBar {
    width: 9.0666666667vw;
  }
}
.s-aboutMessage__scrollBar01 {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.s-aboutMessage__scrollBar02 {
  width: 0%;
  height: 100%;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.s-aboutMessage__heading {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__heading {
    font-size: 7.3333333333vw;
    margin-bottom: 16vw;
  }
}
.s-aboutMessage__heading--line01 {
  display: block;
  margin-bottom: 20px;
  transform: translateX(-60px);
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__heading--line01 {
    margin-bottom: 3.3333333333vw;
    transform: translateX(-10.6666666667vw);
  }
}
.s-aboutMessage__heading--line02 {
  display: block;
  transform: translateX(-60px);
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__heading--line02 {
    transform: translateX(-10.6666666667vw);
  }
}
.s-aboutMessage__textContent {
  visibility: hidden;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.7s;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__textContent {
    transform: translateY(1.3333333333vw);
  }
}
.s-aboutMessage__textContent.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.s-aboutMessage__textWrap {
  position: relative;
  z-index: 1;
}
.s-aboutMessage__textWrap + .s-aboutMessage__textWrap {
  margin-top: 225px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__textWrap + .s-aboutMessage__textWrap {
    margin-top: 22.6666666667vw;
  }
}
.s-aboutMessage__text {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 2.45;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__text {
    font-size: 4.2666666667vw;
    line-height: 2.15;
    letter-spacing: 0.02rem;
  }
}
.s-aboutMessage__text + .s-aboutMessage__text {
  margin-top: 120px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__text + .s-aboutMessage__text {
    margin-top: 13.3333333333vw;
  }
}
.s-aboutMessage__textMarker {
  background-image: linear-gradient(90deg, rgba(255, 237, 15, 0.3), rgba(255, 237, 15, 0.3));
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 3px;
  background-size: 0 16px;
  transition: background-size 0.6s;
}
.s-aboutMessage__textMarker.is-show {
  background-size: 100% 16px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__textMarker {
    background-size: 0 2.1333333333vw;
    padding-bottom: 0.2666666667vw;
    padding-right: 0.5333333333vw;
    padding-left: 0.5333333333vw;
  }
  .s-aboutMessage__textMarker.is-show {
    background-size: 100% 2.1333333333vw;
  }
}
.s-aboutMessage__textChar {
  display: inline-block;
}
.s-aboutMessage__brand {
  position: relative;
  font-family: "Xiaozhitiao", Arial, sans-serif;
  font-size: 36px;
  padding: 0 20px 0 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__brand {
    font-size: 5.2666666667vw;
    line-height: 2.15;
    letter-spacing: 0.02rem;
    padding: 0 3.5333333333vw 0 2.1333333333vw;
  }
}
.s-aboutMessage__brand:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_R.svg);
  color: #ffffff;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__brand:before {
    width: 2.333333333vw;
    height: 2.333333333vw;
    top: 0;
  }
}
.s-aboutMessage__summary {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 190px;
  transform: translateX(-50px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__summary {
    font-size: 7.3333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__summary {
    margin-top: 24vw;
    transform: translateX(-10.6666666667vw);
  }
}
.s-aboutMessage__summary--line01 {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__summary--line01 {
    margin-bottom: 3.8666666667vw;
  }
}
.s-aboutMessage__summary--line02 {
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__summary--line02 {
    margin-bottom: 3.8666666667vw;
  }
}
.s-aboutMessage__summary--line03 {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .s-aboutMessage__summary--line03 {
    margin-left: 20px;
  }
}
.s-aboutMessage__summaryImage {
  width: 334px;
  height: 156px;
  margin-top: 85px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .s-aboutMessage__summaryImage {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__summaryImage {
    width: 52vw;
    height: 24.8vw;
    margin-top: 16.5333333333vw;
    margin-right: 0;
    transform: translateX(6.6666666667vw);
  }
}
.s-aboutMessage__lineAnimation01 {
  position: absolute;
  top: calc(50% - 300px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__lineAnimation01 {
    top: calc(50% - 21.3333333333vw);
  }
}
.s-aboutMessage__lineAnimationSvg02 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__lineAnimationSvg02 {
    bottom: 21.3333333333vw;
  }
}
.s-aboutMessage__lineAnimation02 {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__lineAnimation02 {
    top: calc(50% + 16vw);
  }
}
.s-aboutMessage__lineAnimationSvg04 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutMessage__lineAnimationSvg04 {
    bottom: 21.3333333333vw;
  }
}

/* -----------------------------------------

  02. 公司信息

----------------------------------------- */
.s-aboutCompany__headingInner {
  padding: 80px 0 75px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .s-aboutCompany__headingInner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__headingInner {
    padding: 5.3333333333vw 10.6666666667vw 4.8vw;
  }
}
.s-aboutCompany__heading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 40px;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__heading {
    font-size: 6.4vw;
    letter-spacing: 0.3rem;
    margin-bottom: 1.3333333333vw;
  }
}
.s-aboutCompany__headingText {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__headingText {
    font-size: 3.2vw;
  }
}
.s-aboutCompany__inner {
  padding: 100px 0 160px;
}
@media print, screen and (min-width: 768px) {
  .s-aboutCompany__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__inner {
    padding: 18.6666666667vw 16vw 18.1333333333vw;
  }
}
.s-aboutCompany__tbody {
  display: table;
  width: 100%;
}
.s-aboutCompany__tr + .s-aboutCompany__tr {
  border-top: 1px dashed #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__tr + .s-aboutCompany__tr {
    border-top: 0.2666666667vw dashed #FFFFFF;
  }
}
.s-aboutCompany__th, .s-aboutCompany__td {
  padding: 35px 0;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__th, .s-aboutCompany__td {
    display: block;
    padding: 0;
    font-size: 3.7333333333vw;
  }
}
.s-aboutCompany__th {
  font-weight: bold;
  width: calc(100% - 680px);
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__th {
    width: 100%;
    margin-bottom: 3.2vw;
    padding-top: 7.7333333333vw;
  }
}
.s-aboutCompany__td {
  width: 680px;
}
@media screen and (max-width: 767.98px) {
  .s-aboutCompany__td {
    width: 100%;
    padding-bottom: 7.2vw;
    line-height: 1.7;
  }
}

/* -----------------------------------------

  01. 服务介绍

----------------------------------------- */
.s-serviceAbout {
  padding: 155px 0 50px;
  overflow: clip;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout {
    padding: 21.3333333333vw 0 26.6666666667vw;
  }
}
.s-serviceAbout__inner {
    position: relative;
    z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .s-serviceAbout__inner {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__inner {
    padding: 0 10.6666666667vw;
  }
}
.s-serviceAbout__textWrap {
  width: 402px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__textWrap {
    width: 100%;
  }
}
.s-serviceAbout__subHeading {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__subHeading {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-bottom: 4.8vw;
  }
}
.s-serviceAbout__heading {
  width: 280px;
  height: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__heading {
    width: 56vw;
    height: 16vw;
    margin: 0 auto 9.8666666667vw;
  }
}
.s-serviceAbout__text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.15;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__text {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
    letter-spacing: 0.05rem;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__buttonWrap {
    margin: 0 5.3333333333vw;
  }
}
.s-serviceAbout__button::before, .s-serviceAbout__button::after {
  content: none;
}
.s-serviceAbout__button::before {
  content: "";
  width: 13px;
  height: 10px;
  background-color: transparent;
  background-image: url("../images/icon_external-link.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__button::before {
    width: 3.4666666667vw;
    height: 2.6666666667vw;
    right: 8vw;
  }
}
.s-serviceAbout__imageWrap {
  width: 440px;
  padding-top: 338px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__imageWrap {
    width: 68vw;
    padding-top: 54.9333333333vw;
    margin: 0 auto 8vw;
  }
}
.s-serviceAbout__image01 {
  width: 274px;
  height: 316px;
  position: absolute;
  top: -8px;
  right: 18px;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__image01 {
    width: 43.2vw;
    height: 49.8666666667vw;
    top: 1.3333333333vw;
    right: 1.6vw;
  }
}
.s-serviceAbout__image02 {
  width: 300px;
  height: 309px;
  position: absolute;
  top: 125px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__image02 {
    width: 47.2vw;
    height: 48.2666666667vw;
    top: 22.4vw;
  }
}
.s-serviceAbout__image03 {
  width: 77px;
  height: 154px;
  margin-left: auto;
  margin-right: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__image03 {
    width: 12.5333333333vw;
    height: 25.0666666667vw;
    margin-right: 2.9333333333vw;
  }
}
.s-serviceAbout__imageShadow {
  width: 100%;
  height: 42px;
  background-color: #911717;
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceAbout__imageShadow {
    height: 8vw;
    filter: blur(4.8vw);
    left: -1.3333333333vw;
    bottom: 1.3333333333vw;
  }
}
.s-serviceAbout__lineAnimation01 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
    .s-serviceAbout__lineAnimation01 {
        top: calc(50% - 21.3333333333vw);
    }
}
.s-serviceAbout__lineAnimationSvg02 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
    .s-serviceAbout__lineAnimationSvg02 {
        bottom: 21.3333333333vw;
    }
}

/* -----------------------------------------

  02. 服务特色

----------------------------------------- */
.s-serviceFeatures {
  position: relative;
  z-index: 1;
  overflow: clip;
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__inner {
    padding: 0 10.6666666667vw;
  }
}
.s-serviceFeatures__headingWrap {
  padding-left: 30px;
  margin-bottom: 30px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__headingWrap {
    padding-left: 5.3333333333vw;
    margin: 26.6666666667vw 0 13.3333333333vw;
  }
}
.s-serviceFeatures__headingIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__headingIcon {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border: 0.8vw solid #FFFFFF;
    top: 1.8666666667vw;
  }
}
.s-serviceFeatures__headingIcon::after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity linear 0.4s;
  animation: circleAnimation 1.8s linear infinite;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__headingIcon::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@keyframes circleAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(4.5, 4.5);
    background-color: rgba(255, 255, 255, 0);
  }
}
.s-serviceFeatures__heading {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #FFFFFF;
  font-size: 30px;
  letter-spacing: 0.07rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__heading {
    font-size: 6.6666666667vw;
    margin-bottom: 0.5333333333vw;
    letter-spacing: 0.2rem;
  }
}
.s-serviceFeatures__headingText {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__headingText {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__content {
    display: flex;
    justify-content: space-between;
  }
}
.s-serviceFeatures__left {
  width: 341px;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__left {
    min-height: 994px;
    position: sticky;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__left {
    width: 100%;
    height: auto;
  }
}
.s-serviceFeatures__videoList {
  margin-top: 100px;
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__videoContent {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -40%) rotate(5deg);
  }
}
.s-serviceFeatures__textList {
  width: 476px;
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__textList {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textList {
    width: 100%;
  }
}
.s-serviceFeatures__textItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .s-serviceFeatures__textItem {
    height: 100vh;
    min-height: 994px;
    padding-top: 5vh;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem + .s-serviceFeatures__textItem {
    margin-top: 24vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textVideo {
    width: 39.2vw;
    margin-bottom: 9.3333333333vw;
  }
}
.s-serviceFeatures__textPointWrap {
  text-align: center;
  margin: 20px 0 53px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textPointWrap {
    margin: 2.6666666667vw 0 4vw;
  }
}
.s-serviceFeatures__textPoint {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textPoint {
    font-size: 4vw;
    letter-spacing: 0.1rem;
  }
}
.s-serviceFeatures__textPoint::before {
  content: "";
  width: 148px;
  height: 75px;
  background-image: url("../images/img_feature-point-line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textPoint::before {
    width: 27.4666666667vw;
    height: 13.0666666667vw;
  }
}
.s-serviceFeatures__textHeadingWrap {
  width: 100%;
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.045rem;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textHeadingWrap {
    width: 100%;
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    text-align: center;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
}
.s-serviceFeatures__textHeadingWrap::before, .s-serviceFeatures__textHeadingWrap::after {
  content: "";
  width: 17px;
  height: 158px;
  background-image: url("../images/img_feature-point-heading-line.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textHeadingWrap::before, .s-serviceFeatures__textHeadingWrap::after {
    width: 4.5333333333vw;
    height: 24vw;
    background-image: url("../images/img_feature-point-heading-line1.svg");
  }
}
.s-serviceFeatures__textHeadingWrap::before {
  left: 0;
}
.s-serviceFeatures__textHeadingWrap::after {
  right: 0;
  transform: scale(-1, 1);
}
.s-serviceFeatures__textHeading {
  display: block;
  width: 374px;
  margin: 0 auto;
  padding: 23px 0;
}
@media screen and (min-width: 1665px) {
  .s-serviceFeatures__textHeading {
    width: 386px;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textHeading {
    width: 100%;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.s-serviceFeatures__textContent {
  position: relative;
}
.s-serviceFeatures__textItem--01 .s-serviceFeatures__textContent {
  padding-bottom: 115px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--01 .s-serviceFeatures__textContent {
    padding-bottom: 26.6666666667vw;
  }
}
.s-serviceFeatures__textItem--02 .s-serviceFeatures__textContent {
  padding-bottom: 98px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--02 .s-serviceFeatures__textContent {
    padding-bottom: 23.4666666667vw;
  }
}
.s-serviceFeatures__textItem--03 .s-serviceFeatures__textContent {
  padding-bottom: 123px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--03 .s-serviceFeatures__textContent {
    padding-bottom: 26.9333333333vw;
  }
}
.s-serviceFeatures__textPointText {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 2.2;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textPointText {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05rem;
    line-height: 2.1;
  }
}
.s-serviceFeatures__textPointText--line {
  background: url("../images/bg_wave-line.png") repeat-x bottom left/auto 4px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textPointText--line {
    padding-bottom: 1.0666666667vw;
  }
}
.s-serviceFeatures__textContentLabel {
  position: absolute;
  bottom: 0;
}
.s-serviceFeatures__textItem--01 .s-serviceFeatures__textContentLabel {
  width: 378px;
  height: 120px;
  left: 18px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--01 .s-serviceFeatures__textContentLabel {
    width: 82.6666666667vw;
    height: 35.4666666667vw;
    left: -2.6666666667vw;
  }
}
.s-serviceFeatures__textItem--02 .s-serviceFeatures__textContentLabel {
  width: 373px;
  height: 172px;
  left: -20px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--02 .s-serviceFeatures__textContentLabel {
    width: 84vw;
    height: 47.7333333333vw;
    left: -3.4666666667vw;
  }
}
.s-serviceFeatures__textItem--03 .s-serviceFeatures__textContentLabel {
  width: 397px;
  height: 196px;
  left: -17px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__textItem--03 .s-serviceFeatures__textContentLabel {
    width: 82.1333333333vw;
    height: 51.7333333333vw;
    left: -2.4vw;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimation01 {
    position: absolute;
    top: -45.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimationSvg02 {
    position: relative;
    bottom: 21.3333333333vw;
  }
}
.s-serviceFeatures__lineAnimation03 {
  position: absolute;
  bottom: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimation03 {
    top: 50vw;
    bottom: auto;
  }
}
.s-serviceFeatures__lineAnimationSvg04 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimationSvg04 {
    bottom: 21.3333333333vw;
  }
}
.s-serviceFeatures__lineAnimation05 {
  position: absolute;
  bottom: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimation05 {
    top: -45.3333333333vw;
    bottom: auto;
  }
}
.s-serviceFeatures__lineAnimationSvg06 {
  position: relative;
  bottom: 190px;
}
@media screen and (max-width: 767.98px) {
  .s-serviceFeatures__lineAnimationSvg06 {
    bottom: 21.3333333333vw;
  }
}

/* -----------------------------------------

  01. 新闻列表

----------------------------------------- */
.s-newsContent {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767.98px) {
  .s-newsContent {
    padding-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-newsContent__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-newsContent__inner {
    padding: 0 7.3333333333vw;
  }
}
.newsItem {
    line-height: 1.6;
    margin-bottom: 30px;
}
.newsItem a {
    color: #ffffff;
    display: flex;
    gap: 10px; 
    justify-content: space-between;
}
.newsItem a h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .newsItem a h3 {
    font-size: 3.73333333333vw;
    padding-left: 5.33333333vw;
  }
}
.newsItem a h3 i:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/icon-news.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .newsItem a h3 i:before {
    width: 3.73333333333vw;
    height: 3.73333333333vw;
  }
}
.newsItem a h3 i.icon-zhiding:before {
    background-image: url(../images/icon-zhiding.svg);
}
.newsItem a h3 i.icon-tuijian:before {
    background-image: url(../images/icon-tuijian.svg);
}
.newsItem a h3 i.icon-toutiao:before {
    background-image: url(../images/icon-toutiao.svg);
}
.newsItem a .date {
    white-space: nowrap;
}
.newsItem .date {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .newsItem .date {
    font-size: 3.73333333333vw;
  }
}
/* -----------------------------------------

  01. 新闻分页

----------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .pagination {
    margin-top: 15vw;
  }
}
.pagination a {
  font-size: 16px;
  padding: 5px 8px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .pagination a {
    font-size: 4vw;
  }
}
.pagination .page-num {
  margin: 0 3px;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .pagination .page-num {
    font-size: 4.5vw;
    margin: 0 2vw;
  }
}
.pagination a.page-num-current,.pagination a:hover {
  padding: 5px 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #6e1e05;
}


/* -----------------------------------------

  01. 新闻详情

----------------------------------------- */


/* -----------------------------------------

  01. 隐私政策

----------------------------------------- */
.s-privacyContent {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent {
    padding-top: 21.3333333333vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-privacyContent__inner {
    width: 980px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__inner {
    padding: 0 10.6666666667vw;
  }
}
.s-privacyContent__text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__text {
    font-size: 3.7333333333vw;
  }
}
.s-privacyContent__content {
  margin-top: 55px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__content {
    margin-top: 14.6666666667vw;
  }
}
.s-privacyContent__contentHeading {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 35px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contentHeading {
    font-size: 4.2666666667vw;
    margin-bottom: 9.3333333333vw;
    padding-left: 4vw;
    line-height: 1.8;
  }
}
.s-privacyContent__contentHeading::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .s-privacyContent__contentHeading::before {
    top: 54%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contentHeading::before {
    width: 1.6vw;
    height: 1.6vw;
    top: 3.2vw;
  }
}
.s-privacyContent__contentText {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.02rem;
  margin-left: 40px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contentText {
    font-size: 3.7333333333vw;
    margin-left: 0;
  }
}
.s-privacyContent__ol {
  margin-left: 40px;
  counter-reset: li;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ol {
    margin-left: 5.3333333333vw;
  }
}
.s-privacyContent__contentText + .s-privacyContent__ol {
  margin-left: 60px;
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contentText + .s-privacyContent__ol {
    margin-left: 5.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.s-privacyContent__olItem {
  list-style: none;
  position: relative;
}
.s-privacyContent__olItem + .s-privacyContent__olItem {
  margin-top: 23px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItem + .s-privacyContent__olItem {
    margin-top: 6.1333333333vw;
  }
}
.s-privacyContent__olItem::before {
  content: counter(li) ".";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #FFFFFF;
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItem::before {
    font-size: 3.7333333333vw;
  }
}
.s-privacyContent__olItemHeading {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8;
  padding-left: 23px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItemHeading {
    font-size: 3.7333333333vw;
    padding-left: 6.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.s-privacyContent__olItemText {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  padding-left: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItemText {
    font-size: 3.7333333333vw;
    padding-left: 6.6666666667vw;
  }
}
.s-privacyContent__olItem:has(.s-privacyContent__olItemHeading) .s-privacyContent__olItemText {
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItem:has(.s-privacyContent__olItemHeading) .s-privacyContent__olItemText {
    padding-left: 0;
  }
}
.s-privacyContent__ul {
  margin-left: 25px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ul {
    margin-left: 5.3333333333vw;
  }
}
.s-privacyContent__olItemText + .s-privacyContent__ul {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__olItemText + .s-privacyContent__ul {
    margin-top: 5.3333333333vw;
  }
}
.s-privacyContent__ulItem {
  list-style: none;
  position: relative;
}
.s-privacyContent__ulItem + .s-privacyContent__ulItem {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ulItem + .s-privacyContent__ulItem {
    margin-top: 4vw;
  }
}
.s-privacyContent__ulItem::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: 1.8;
  background-color: #FFFFFF;
  position: absolute;
  top: 11px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ulItem::before {
    width: 0.8vw;
    height: 0.8vw;
    top: 2.4vw;
    left: 1.8666666667vw;
  }
}
.s-privacyContent__ulItemText {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ulItemText {
    font-size: 3.7333333333vw;
    line-height: 1.7;
    padding-left: 5.3333333333vw;
  }
}
.s-privacyContent__ulItemText + .s-privacyContent__ulItemText {
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ulItemText + .s-privacyContent__ulItemText {
    margin-top: 1.3333333333vw;
  }
}
.s-privacyContent__innerUl {
  margin-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__innerUl {
    margin-left: 5.3333333333vw;
  }
}
.s-privacyContent__ulItemText + .s-privacyContent__innerUl {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__ulItemText + .s-privacyContent__innerUl {
    margin-top: 4vw;
  }
}
.s-privacyContent__innerUlItem {
  list-style: none;
  position: relative;
}
.s-privacyContent__innerUlItem + .s-privacyContent__innerUlItem {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__innerUlItem + .s-privacyContent__innerUlItem {
    margin-top: 4vw;
  }
}
.s-privacyContent__innerUlItem::before {
  content: "";
  width: 4px;
  height: 1px;
  line-height: 1.8;
  background-color: #FFFFFF;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__innerUlItem::before {
    width: 1.0666666667vw;
    height: 0.2666666667vw;
    top: 3.2vw;
  }
}
.s-privacyContent__innerUlItemHeading {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  padding-left: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__innerUlItemHeading {
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.s-privacyContent__innerUlItemText {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  letter-spacing: 0.01rem;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__innerUlItemText {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.s-privacyContent__contactHeading {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8;
  margin: 20px 0 25px 40px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contactHeading {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 6.6666666667vw 5.3333333333vw;
  }
}
.s-privacyContent__contactName {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8;
  margin: 0 0 15px 60px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contactName {
    font-size: 3.7333333333vw;
    margin: 0 0 4vw 5.3333333333vw;
  }
}
.s-privacyContent__contactDl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-left: 60px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contactDl {
    row-gap: 4vw;
    margin-left: 5.3333333333vw;
  }
}
.s-privacyContent__contactDt {
  width: 10.5%;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contactDt {
    width: 35%;
    font-size: 3.7333333333vw;
  }
}
.s-privacyContent__contactDd {
  width: 89.5%;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contactDd {
    width: 65%;
    font-size: 3.7333333333vw;
  }
}
.s-privacyContent__contentDate {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-privacyContent__contentDate {
    font-size: 3.7333333333vw;
    margin-top: 13.3333333333vw;
  }
}

/* -----------------------------------------

  01. 联系我们

----------------------------------------- */
.s-contactContent {
  padding-top: 200px;
  padding-bottom: 210px;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent {
    padding-top: 20vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactContent__inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__inner {
    padding: 0 10.6666666667vw;
  }
}
.s-contactContent__textWrap {
  width: 402px;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__textWrap {
    width: 100%;
  }
}
.s-contactContent__text {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__text {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}
.s-contactContent__annotation {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2;
  letter-spacing: 0.02rem;
  margin-top: 24px;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__annotation {
    font-size: 3.2vw;
    line-height: 1.8;
    margin-top: 6.4vw;
  }
}
.s-contactContent__annotationImage {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin: 0 2px;
  position: relative;
  bottom: -9px;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__annotationImage {
    width: 2.6666666667vw;
    height: 2.4vw;
    margin: 0 0.5333333333vw;
    bottom: -1.3333333333vw;
  }
}
.s-contactContent__form {
  width: 498px;
}
@media screen and (max-width: 767.98px) {
  .s-contactContent__form {
    width: 100%;
    margin-top: 16vw;
  }
}

/* -----------------------------------------

  02. 联系表单

----------------------------------------- */
.s-contactForm {
  position: relative;
}
.s-contactForm__dl + .s-contactForm__dl {
  margin-top: 42px;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__dl + .s-contactForm__dl {
    margin-top: 11.2vw;
  }
}
.s-contactForm__dt {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__dt {
    font-size: 4.2666666667vw;
    margin-bottom: 4.8vw;
  }
}
.s-contactForm__required {
  display: inline-block;
  width: 8px;
  height: 7px;
  position: relative;
  bottom: -3px;
  right: -4px;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__required {
    width: 2.1333333333vw;
    height: 1.8666666667vw;
    bottom: -0.8vw;
    right: -1.0666666667vw;
  }
}
.s-contactForm__input {
  width: 100%;
  padding: 17px 28px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  border: none;
  outline: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__input {
    padding: 4.5333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    outline: 0.2666666667vw solid #FFFFFF;
    border-radius: 1.0666666667vw;
  }
}
.s-contactForm__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02rem;
}
.s-contactForm__input:focus {
  outline: 2px solid #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__input:focus {
    outline: 0.5333333333vw solid #FFFFFF;
  }
}
.s-contactForm__input:-webkit-autofill {
  box-shadow: 0 0 0 1000px rgb(222, 51, 51) inset !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #FFFFFF !important;
  color: #FFFFFF !important;
}
.s-contactForm__input:-webkit-autofill:focus {
  caret-color: #FFFFFF !important;
}
.s-contactForm__textArea {
  width: 100%;
  padding: 17px 28px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  border: none;
  outline: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__textArea {
    padding: 4.5333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    outline: 0.2666666667vw solid #FFFFFF;
    border-radius: 1.0666666667vw;
  }
}
.s-contactForm__textArea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02rem;
}
.s-contactForm__textArea:focus {
  outline: 2px solid #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__textArea:focus {
    outline: 0.5333333333vw solid #FFFFFF;
  }
}
.s-contactForm__dd {
  position: relative;
}
.s-contactForm__dd .codeimg {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__dd .codeimg {
    right: 1vw;
    width: 30vw;
    height: 13vw;
  }
}
.s-contactForm__privacyWrap {
  margin-top: 35px;
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__privacyWrap {
    margin-top: 9.3333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.s-contactForm__privacyWrap .list-item label {
  cursor: pointer;
}
.s-contactForm__privacyWrap .item-label::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__privacyWrap .item-label::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border: 0.2666666667vw solid #FFFFFF;
    border-radius: 1.0666666667vw;
    top: 0.5333333333vw;
  }
}
.s-contactForm__privacyWrap .item-label::after {
  content: "";
  width: 8px;
  height: 13px;
  border-right: 3px solid #CCCCCC;
  border-bottom: 3px solid #CCCCCC;
  position: absolute;
  top: 12px;
  left: 7px;
  transform: translateY(-50%) rotate(40deg);
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__privacyWrap .item-label::after {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    border-right: 0.8vw solid #CCCCCC;
    border-bottom: 0.8vw solid #CCCCCC;
    top: 3.2vw;
    left: 1.8666666667vw;
  }
}
.s-contactForm__checkbox:checked + .item-label:after {
  border-color: #E63838;
}
.s-contactForm__privacyText {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__privacyText {
    font-size: 4.2666666667vw;
  }
}
.s-contactForm__privacyLink {
  color: #FFFFFF;
  text-decoration: underline;
}
.s-contactForm__privacyLink:hover {
  text-decoration: none;
}
.s-contactForm__submitWrap {
  height: 74px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__submitWrap {
    width: 68vw;
    height: 14.6666666667vw;
    margin: 16vw auto 0;
  }
}
.s-contactForm__submitWrap::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__submitWrap::before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 7.4666666667vw;
  }
}
.s-contactForm__submitWrap::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__submitWrap::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-top: 0.2666666667vw solid #FFFFFF;
    border-right: 0.2666666667vw solid #FFFFFF;
    right: 7.4666666667vw;
  }
}
.s-contactForm__submit {
  border: none;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 500;
  padding: 0 60px 0 40px;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__submit {
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 10.6666666667vw 0 9.3333333333vw;
    letter-spacing: 0.05rem;
    transition: all 0.2s;
  }
}
.s-contactForm__submit:disabled {
  background-color: #CCCCCC;
  box-shadow: 0 4px 0 #999999;
}
@media screen and (max-width: 767.98px) {
  .s-contactForm__submit:disabled {
    box-shadow: 0 1.0666666667vw 0 #999999;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactForm__submit:disabled:hover {
    box-shadow: 0 4px 0 #999999;
    transform: translateY(0);
  }
}


/* -----------------------------------------

  01. 表单完成

----------------------------------------- */
.s-contactFinishContent {
  padding-top: 110px;
  padding-bottom: 200px;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent {
    padding-top: 20vw;
    padding-bottom: 26.6666666667vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__inner {
    width: 620px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__inner {
    padding: 0 5.3333333333vw;
  }
}
.s-contactFinishContent__heading {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__heading {
    font-size: 6.4vw;
    margin-bottom: 6.6666666667vw;
  }
}
.s-contactFinishContent__text {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.9;
  margin-bottom: 58px;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__text {
    font-size: 4.2666666667vw;
    margin: 0 5.3333333333vw 17.8666666667vw;
  }
}
.s-contactFinishContent__telBox {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 38px 40px 35px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__telBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__telBox {
    border-radius: 2.6666666667vw;
    margin-bottom: 16vw;
    padding: 10.1333333333vw 10.6666666667vw 9.3333333333vw;
  }
}
.s-contactFinishContent__telBox::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__telBox::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: -2.9333333333vw;
  }
}
.s-contactFinishContent__telBox::after {
  content: "!";
  font-size: 17px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  color: #E63838;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__telBox::after {
    font-size: 3.2vw;
    top: -2.9333333333vw;
    line-height: 5.8666666667vw;
  }
}
.s-contactFinishContent__telText {
  width: 250px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.8;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__telText {
    width: 100%;
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
.s-contactFinishContent__telWrap {
  width: 270px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__telWrap {
    height: 100%;
    padding: 5px 0 5px 17px;
    border-left: 1px dashed #CCCCCC;
  }
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__telWrap {
    width: 100%;
    padding-top: 7.2vw;
    border-top: 1px dashed #CCCCCC;
  }
}
.s-contactFinishContent__tel {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  color: #FFFFFF;
  padding-left: 29px;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__tel {
    font-size: 7.5vw;
    padding-left: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.s-contactFinishContent__tel::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url("../images/icon_tel-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__tel::before {
    width: 5.6vw;
    height: 6.9333333333vw;
  }
}
.s-contactFinishContent__time {
  color: #FFFFFF;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__time {
    font-size: 3.7333333333vw;
    margin: 0;
  }
}
.s-contactFinishContent__buttonWrap {
  text-align: center;
}
.s-contactFinishContent__buttonWrap .c-button {
  width: 326px;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-contactFinishContent__buttonWrap .c-button {
    width: 68vw;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__buttonWrap .c-button::before, .s-contactFinishContent__buttonWrap .c-button::after {
    right: 40px;
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__buttonWrap .c-button::before {
    width: 12px;
    height: 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .s-contactFinishContent__buttonWrap .c-button::after {
    border-width: 2px;
  }
}

/* -----------------------------------------

  01. 404错误

----------------------------------------- */
.s-error404Content {
  padding-top: 98px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content {
    padding-top: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 768px) {
  .s-error404Content__inner {
    width: 980px;
    margin: 0 auto;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__inner {
    padding: 16vw 16vw;
  }
}
.s-error404Content__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .s-error404Content__box {
    min-height: calc(100vh - 423px);
  }
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__box {
    min-height: calc(100vh - 100.8vw);
    min-height: calc(100dvh - 100.8vw);
  }
}
.s-error404Content__heading {
  width: 197px;
  height: 163px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__heading {
    width: 41.0666666667vw;
    height: 34.1333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.s-error404Content__text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  line-height: 2.2;
  letter-spacing: 0.02rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__text {
    font-size: 3.7333333333vw;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 12vw;
  }
}
.s-error404Content__buttonWrap .c-button {
  width: 326px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 0 50px 0 47px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__buttonWrap .c-button {
    width: 68vw;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    font-size: 3.7333333333vw;
    padding: 0 10.6666666667vw 0 9.3333333333vw;
  }
}
.s-error404Content__buttonWrap .c-button::before {
  width: 12px;
  height: 2px;
  right: 40px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__buttonWrap .c-button::before {
    width: 2.6666666667vw;
    height: 0.2666666667vw;
    right: 6.6666666667vw;
  }
}
.s-error404Content__buttonWrap .c-button::after {
  width: 8px;
  height: 8px;
  border-width: 2px;
  right: 40px;
}
@media screen and (max-width: 767.98px) {
  .s-error404Content__buttonWrap .c-button::after {
    width: 1.6vw;
    height: 1.6vw;
    border-width: 0.2666666667vw;
    right: 6.6666666667vw;
  }
}

/* ==================================================================

    Utility

================================================================== */
.u-ma00 {
  margin: spLimitVw(0) !important;
}

.u-ma05 {
  margin: spLimitVw(5) !important;
}

.u-ma10 {
  margin: spLimitVw(10) !important;
}

.u-ma15 {
  margin: spLimitVw(15) !important;
}

.u-ma20 {
  margin: spLimitVw(20) !important;
}

.u-ma25 {
  margin: spLimitVw(25) !important;
}

.u-ma30 {
  margin: spLimitVw(30) !important;
}

.u-ma40 {
  margin: spLimitVw(40) !important;
}

.u-ma50 {
  margin: spLimitVw(50) !important;
}

.u-ma60 {
  margin: spLimitVw(60) !important;
}

.u-ma70 {
  margin: spLimitVw(70) !important;
}

.u-ma80 {
  margin: spLimitVw(80) !important;
}

.u-ma90 {
  margin: spLimitVw(90) !important;
}

.u-ma100 {
  margin: spLimitVw(100) !important;
}

.u-mt00 {
  margin-top: spLimitVw(0) !important;
}

.u-mt05 {
  margin-top: spLimitVw(5) !important;
}

.u-mt10 {
  margin-top: spLimitVw(10) !important;
}

.u-mt15 {
  margin-top: spLimitVw(15) !important;
}

.u-mt20 {
  margin-top: spLimitVw(20) !important;
}

.u-mt25 {
  margin-top: spLimitVw(25) !important;
}

.u-mt30 {
  margin-top: spLimitVw(30) !important;
}

.u-mt40 {
  margin-top: spLimitVw(40) !important;
}

.u-mt50 {
  margin-top: spLimitVw(50) !important;
}

.u-mt60 {
  margin-top: spLimitVw(60) !important;
}

.u-mt70 {
  margin-top: spLimitVw(70) !important;
}

.u-mt80 {
  margin-top: spLimitVw(80) !important;
}

.u-mt90 {
  margin-top: spLimitVw(90) !important;
}

.u-mt100 {
  margin-top: spLimitVw(100) !important;
}

.u-mr00 {
  margin-right: spLimitVw(0) !important;
}

.u-mr05 {
  margin-right: spLimitVw(5) !important;
}

.u-mr10 {
  margin-right: spLimitVw(10) !important;
}

.u-mr15 {
  margin-right: spLimitVw(15) !important;
}

.u-mr20 {
  margin-right: spLimitVw(20) !important;
}

.u-mr25 {
  margin-right: spLimitVw(25) !important;
}

.u-mr30 {
  margin-right: spLimitVw(30) !important;
}

.u-mr40 {
  margin-right: spLimitVw(40) !important;
}

.u-mr50 {
  margin-right: spLimitVw(50) !important;
}

.u-mr60 {
  margin-right: spLimitVw(60) !important;
}

.u-mr70 {
  margin-right: spLimitVw(70) !important;
}

.u-mr80 {
  margin-right: spLimitVw(80) !important;
}

.u-mr90 {
  margin-right: spLimitVw(90) !important;
}

.u-mr100 {
  margin-right: spLimitVw(100) !important;
}

.u-mb00 {
  margin-bottom: spLimitVw(0) !important;
}

.u-mb05 {
  margin-bottom: spLimitVw(5) !important;
}

.u-mb10 {
  margin-bottom: spLimitVw(10) !important;
}

.u-mb15 {
  margin-bottom: spLimitVw(15) !important;
}

.u-mb20 {
  margin-bottom: spLimitVw(20) !important;
}

.u-mb25 {
  margin-bottom: spLimitVw(25) !important;
}

.u-mb30 {
  margin-bottom: spLimitVw(30) !important;
}

.u-mb40 {
  margin-bottom: spLimitVw(40) !important;
}

.u-mb50 {
  margin-bottom: spLimitVw(50) !important;
}

.u-mb60 {
  margin-bottom: spLimitVw(60) !important;
}

.u-mb70 {
  margin-bottom: spLimitVw(70) !important;
}

.u-mb80 {
  margin-bottom: spLimitVw(80) !important;
}

.u-mb90 {
  margin-bottom: spLimitVw(90) !important;
}

.u-mb100 {
  margin-bottom: spLimitVw(100) !important;
}

.u-ml00 {
  margin-left: spLimitVw(0) !important;
}

.u-ml05 {
  margin-left: spLimitVw(5) !important;
}

.u-ml10 {
  margin-left: spLimitVw(10) !important;
}

.u-ml15 {
  margin-left: spLimitVw(15) !important;
}

.u-ml20 {
  margin-left: spLimitVw(20) !important;
}

.u-ml25 {
  margin-left: spLimitVw(25) !important;
}

.u-ml30 {
  margin-left: spLimitVw(30) !important;
}

.u-ml40 {
  margin-left: spLimitVw(40) !important;
}

.u-ml50 {
  margin-left: spLimitVw(50) !important;
}

.u-ml60 {
  margin-left: spLimitVw(60) !important;
}

.u-ml70 {
  margin-left: spLimitVw(70) !important;
}

.u-ml80 {
  margin-left: spLimitVw(80) !important;
}

.u-ml90 {
  margin-left: spLimitVw(90) !important;
}

.u-ml100 {
  margin-left: spLimitVw(100) !important;
}