*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: 10px;
  margin: 0;
}
@media print, screen and (max-width: 1024px) {
  html {
    font-size: 0.9765vw;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 1.5625vw;
  }
}

body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000000;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 1.8rem;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* margin css */
.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.1rem !important;
}

.mt-2 {
  margin-top: 0.2rem !important;
}

.mt-3 {
  margin-top: 0.3rem !important;
}

.mt-4 {
  margin-top: 0.4rem !important;
}

.mt-5 {
  margin-top: 0.5rem !important;
}

.mt-6 {
  margin-top: 0.6rem !important;
}

.mt-8 {
  margin-top: 0.8rem !important;
}

.mt-10 {
  margin-top: 1rem !important;
}

.mt-12 {
  margin-top: 1.2rem !important;
}

.mt-14 {
  margin-top: 1.4rem !important;
}

.mt-15 {
  margin-top: 1.5rem !important;
}

.mt-16 {
  margin-top: 1.6rem !important;
}

.mt-18 {
  margin-top: 1.8rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-22 {
  margin-top: 2.2rem !important;
}

.mt-24 {
  margin-top: 2.4rem !important;
}

.mt-25 {
  margin-top: 2.5rem !important;
}

.mt-26 {
  margin-top: 2.6rem !important;
}

.mt-28 {
  margin-top: 2.8rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-32 {
  margin-top: 3.2rem !important;
}

.mt-35 {
  margin-top: 3.5rem !important;
}

.mt-36 {
  margin-top: 3.6rem !important;
}

.mt-38 {
  margin-top: 3.8rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-42 {
  margin-top: 4.2rem !important;
}

.mt-45 {
  margin-top: 4.5rem !important;
}

.mt-48 {
  margin-top: 4.8rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.1rem !important;
}

.mb-2 {
  margin-bottom: 0.2rem !important;
}

.mb-3 {
  margin-bottom: 0.3rem !important;
}

.mb-4 {
  margin-bottom: 0.4rem !important;
}

.mb-5 {
  margin-bottom: 0.5rem !important;
}

.mb-6 {
  margin-bottom: 0.6rem !important;
}

.mb-8 {
  margin-bottom: 0.8rem !important;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-12 {
  margin-bottom: 1.2rem !important;
}

.mb-14 {
  margin-bottom: 1.4rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-16 {
  margin-bottom: 1.6rem !important;
}

.mb-18 {
  margin-bottom: 1.8rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-22 {
  margin-bottom: 2.2rem !important;
}

.mb-24 {
  margin-bottom: 2.4rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-26 {
  margin-bottom: 2.6rem !important;
}

.mb-28 {
  margin-bottom: 2.8rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-32 {
  margin-bottom: 3.2rem !important;
}

.mb-35 {
  margin-bottom: 3.5rem !important;
}

.mb-36 {
  margin-bottom: 3.6rem !important;
}

.mb-38 {
  margin-bottom: 3.8rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-42 {
  margin-bottom: 4.2rem !important;
}

.mb-45 {
  margin-bottom: 4.5rem !important;
}

.mb-48 {
  margin-bottom: 4.8rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.1rem !important;
}

.ml-2 {
  margin-left: 0.2rem !important;
}

.ml-3 {
  margin-left: 0.3rem !important;
}

.ml-4 {
  margin-left: 0.4rem !important;
}

.ml-5 {
  margin-left: 0.5rem !important;
}

.ml-6 {
  margin-left: 0.6rem !important;
}

.ml-8 {
  margin-left: 0.8rem !important;
}

.ml-10 {
  margin-left: 1rem !important;
}

.ml-12 {
  margin-left: 1.2rem !important;
}

.ml-14 {
  margin-left: 1.4rem !important;
}

.ml-15 {
  margin-left: 1.5rem !important;
}

.ml-16 {
  margin-left: 1.6rem !important;
}

.ml-18 {
  margin-left: 1.8rem !important;
}

.ml-20 {
  margin-left: 2rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.1rem !important;
}

.mr-2 {
  margin-right: 0.2rem !important;
}

.mr-3 {
  margin-right: 0.3rem !important;
}

.mr-4 {
  margin-right: 0.4rem !important;
}

.mr-5 {
  margin-right: 0.5rem !important;
}

.mr-6 {
  margin-right: 0.6rem !important;
}

.mr-8 {
  margin-right: 0.8rem !important;
}

.mr-10 {
  margin-right: 1rem !important;
}

.mr-12 {
  margin-right: 1.2rem !important;
}

.mr-14 {
  margin-right: 1.4rem !important;
}

.mr-15 {
  margin-right: 1.5rem !important;
}

.mr-16 {
  margin-right: 1.6rem !important;
}

.mr-18 {
  margin-right: 1.8rem !important;
}

.mr-20 {
  margin-right: 2rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 0.1rem !important;
  margin-right: 0.1rem !important;
}

.mx-2 {
  margin-left: 0.2rem !important;
  margin-right: 0.2rem !important;
}

.mx-3 {
  margin-left: 0.3rem !important;
  margin-right: 0.3rem !important;
}

.mx-4 {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.mx-5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-6 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.mx-8 {
  margin-left: 0.8rem !important;
  margin-right: 0.8rem !important;
}

.mx-10 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* padding css */
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.1rem !important;
}

.pt-2 {
  padding-top: 0.2rem !important;
}

.pt-3 {
  padding-top: 0.3rem !important;
}

.pt-4 {
  padding-top: 0.4rem !important;
}

.pt-5 {
  padding-top: 0.5rem !important;
}

.pt-6 {
  padding-top: 0.6rem !important;
}

.pt-8 {
  padding-top: 0.8rem !important;
}

.pt-10 {
  padding-top: 1rem !important;
}

.pt-12 {
  padding-top: 1.2rem !important;
}

.pt-14 {
  padding-top: 1.4rem !important;
}

.pt-15 {
  padding-top: 1.5rem !important;
}

.pt-16 {
  padding-top: 1.6rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-22 {
  padding-top: 2.2rem !important;
}

.pt-24 {
  padding-top: 2.4rem !important;
}

.pt-25 {
  padding-top: 2.5rem !important;
}

.pt-26 {
  padding-top: 2.6rem !important;
}

.pt-28 {
  padding-top: 2.8rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-32 {
  padding-top: 3.2rem !important;
}

.pt-35 {
  padding-top: 3.5rem !important;
}

.pt-36 {
  padding-top: 3.6rem !important;
}

.pt-38 {
  padding-top: 3.8rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-42 {
  padding-top: 4.2rem !important;
}

.pt-45 {
  padding-top: 4.5rem !important;
}

.pt-48 {
  padding-top: 4.8rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.1rem !important;
}

.pb-2 {
  padding-bottom: 0.2rem !important;
}

.pb-3 {
  padding-bottom: 0.3rem !important;
}

.pb-4 {
  padding-bottom: 0.4rem !important;
}

.pb-5 {
  padding-bottom: 0.5rem !important;
}

.pb-6 {
  padding-bottom: 0.6rem !important;
}

.pb-8 {
  padding-bottom: 0.8rem !important;
}

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-12 {
  padding-bottom: 1.2rem !important;
}

.pb-14 {
  padding-bottom: 1.4rem !important;
}

.pb-15 {
  padding-bottom: 1.5rem !important;
}

.pb-16 {
  padding-bottom: 1.6rem !important;
}

.pb-18 {
  padding-bottom: 1.8rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-22 {
  padding-bottom: 2.2rem !important;
}

.pb-24 {
  padding-bottom: 2.4rem !important;
}

.pb-25 {
  padding-bottom: 2.5rem !important;
}

.pb-26 {
  padding-bottom: 2.6rem !important;
}

.pb-28 {
  padding-bottom: 2.8rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-32 {
  padding-bottom: 3.2rem !important;
}

.pb-35 {
  padding-bottom: 3.5rem !important;
}

.pb-36 {
  padding-bottom: 3.6rem !important;
}

.pb-38 {
  padding-bottom: 3.8rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-42 {
  padding-bottom: 4.2rem !important;
}

.pb-45 {
  padding-bottom: 4.5rem !important;
}

.pb-48 {
  padding-bottom: 4.8rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.1rem !important;
}

.pl-2 {
  padding-left: 0.2rem !important;
}

.pl-3 {
  padding-left: 0.3rem !important;
}

.pl-4 {
  padding-left: 0.4rem !important;
}

.pl-5 {
  padding-left: 0.5rem !important;
}

.pl-6 {
  padding-left: 0.6rem !important;
}

.pl-8 {
  padding-left: 0.8rem !important;
}

.pl-10 {
  padding-left: 1rem !important;
}

.pl-12 {
  padding-left: 1.2rem !important;
}

.pl-14 {
  padding-left: 1.4rem !important;
}

.pl-15 {
  padding-left: 1.5rem !important;
}

.pl-16 {
  padding-left: 1.6rem !important;
}

.pl-18 {
  padding-left: 1.8rem !important;
}

.pl-20 {
  padding-left: 2rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.1rem !important;
}

.pr-2 {
  padding-right: 0.2rem !important;
}

.pr-3 {
  padding-right: 0.3rem !important;
}

.pr-4 {
  padding-right: 0.4rem !important;
}

.pr-5 {
  padding-right: 0.5rem !important;
}

.pr-6 {
  padding-right: 0.6rem !important;
}

.pr-8 {
  padding-right: 0.8rem !important;
}

.pr-10 {
  padding-right: 1rem !important;
}

.pr-12 {
  padding-right: 1.2rem !important;
}

.pr-14 {
  padding-right: 1.4rem !important;
}

.pr-15 {
  padding-right: 1.5rem !important;
}

.pr-16 {
  padding-right: 1.6rem !important;
}

.pr-18 {
  padding-right: 1.8rem !important;
}

.pr-20 {
  padding-right: 2rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 640px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mt-sp-1 {
    margin-top: 0.1rem !important;
  }
  .mt-sp-2 {
    margin-top: 0.2rem !important;
  }
  .mt-sp-3 {
    margin-top: 0.3rem !important;
  }
  .mt-sp-4 {
    margin-top: 0.4rem !important;
  }
  .mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sp-6 {
    margin-top: 0.6rem !important;
  }
  .mt-sp-8 {
    margin-top: 0.8rem !important;
  }
  .mt-sp-10 {
    margin-top: 1rem !important;
  }
  .mt-sp-12 {
    margin-top: 1.2rem !important;
  }
  .mt-sp-14 {
    margin-top: 1.4rem !important;
  }
  .mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .mt-sp-16 {
    margin-top: 1.6rem !important;
  }
  .mt-sp-18 {
    margin-top: 1.8rem !important;
  }
  .mt-sp-20 {
    margin-top: 2rem !important;
  }
  .mt-sp-22 {
    margin-top: 2.2rem !important;
  }
  .mt-sp-24 {
    margin-top: 2.4rem !important;
  }
  .mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .mt-sp-26 {
    margin-top: 2.6rem !important;
  }
  .mt-sp-28 {
    margin-top: 2.8rem !important;
  }
  .mt-sp-30 {
    margin-top: 3rem !important;
  }
  .mt-sp-32 {
    margin-top: 3.2rem !important;
  }
  .mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .mt-sp-36 {
    margin-top: 3.6rem !important;
  }
  .mt-sp-38 {
    margin-top: 3.8rem !important;
  }
  .mt-sp-40 {
    margin-top: 4rem !important;
  }
  .mt-sp-42 {
    margin-top: 4.2rem !important;
  }
  .mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .mt-sp-48 {
    margin-top: 4.8rem !important;
  }
  .mt-sp-50 {
    margin-top: 5rem !important;
  }
  .mt-sp-60 {
    margin-top: 6rem !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .mb-sp-1 {
    margin-bottom: 0.1rem !important;
  }
  .mb-sp-2 {
    margin-bottom: 0.2rem !important;
  }
  .mb-sp-3 {
    margin-bottom: 0.3rem !important;
  }
  .mb-sp-4 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sp-6 {
    margin-bottom: 0.6rem !important;
  }
  .mb-sp-8 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sp-12 {
    margin-bottom: 1.2rem !important;
  }
  .mb-sp-14 {
    margin-bottom: 1.4rem !important;
  }
  .mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sp-16 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sp-18 {
    margin-bottom: 1.8rem !important;
  }
  .mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sp-22 {
    margin-bottom: 2.2rem !important;
  }
  .mb-sp-24 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sp-26 {
    margin-bottom: 2.6rem !important;
  }
  .mb-sp-28 {
    margin-bottom: 2.8rem !important;
  }
  .mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sp-32 {
    margin-bottom: 3.2rem !important;
  }
  .mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sp-36 {
    margin-bottom: 3.6rem !important;
  }
  .mb-sp-38 {
    margin-bottom: 3.8rem !important;
  }
  .mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sp-42 {
    margin-bottom: 4.2rem !important;
  }
  .mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sp-48 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .ml-sp-1 {
    margin-left: 0.1rem !important;
  }
  .ml-sp-2 {
    margin-left: 0.2rem !important;
  }
  .ml-sp-3 {
    margin-left: 0.3rem !important;
  }
  .ml-sp-4 {
    margin-left: 0.4rem !important;
  }
  .ml-sp-5 {
    margin-left: 0.5rem !important;
  }
  .ml-sp-6 {
    margin-left: 0.6rem !important;
  }
  .ml-sp-8 {
    margin-left: 0.8rem !important;
  }
  .ml-sp-10 {
    margin-left: 1rem !important;
  }
  .ml-sp-12 {
    margin-left: 1.2rem !important;
  }
  .ml-sp-14 {
    margin-left: 1.4rem !important;
  }
  .ml-sp-15 {
    margin-left: 1.5rem !important;
  }
  .ml-sp-16 {
    margin-left: 1.6rem !important;
  }
  .ml-sp-18 {
    margin-left: 1.8rem !important;
  }
  .ml-sp-20 {
    margin-left: 2rem !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mr-sp-1 {
    margin-right: 0.1rem !important;
  }
  .mr-sp-2 {
    margin-right: 0.2rem !important;
  }
  .mr-sp-3 {
    margin-right: 0.3rem !important;
  }
  .mr-sp-4 {
    margin-right: 0.4rem !important;
  }
  .mr-sp-5 {
    margin-right: 0.5rem !important;
  }
  .mr-sp-6 {
    margin-right: 0.6rem !important;
  }
  .mr-sp-8 {
    margin-right: 0.8rem !important;
  }
  .mr-sp-10 {
    margin-right: 1rem !important;
  }
  .mr-sp-12 {
    margin-right: 1.2rem !important;
  }
  .mr-sp-14 {
    margin-right: 1.4rem !important;
  }
  .mr-sp-15 {
    margin-right: 1.5rem !important;
  }
  .mr-sp-16 {
    margin-right: 1.6rem !important;
  }
  .mr-sp-18 {
    margin-right: 1.8rem !important;
  }
  .mr-sp-20 {
    margin-right: 2rem !important;
  }
  .mx-sp-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .mx-sp-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sp-1 {
    margin-left: 0.1rem !important;
    margin-right: 0.1rem !important;
  }
  .mx-sp-2 {
    margin-left: 0.2rem !important;
    margin-right: 0.2rem !important;
  }
  .mx-sp-3 {
    margin-left: 0.3rem !important;
    margin-right: 0.3rem !important;
  }
  .mx-sp-4 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
  .mx-sp-5 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sp-6 {
    margin-left: 0.6rem !important;
    margin-right: 0.6rem !important;
  }
  .mx-sp-8 {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
  .mx-sp-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  /* padding css */
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pt-sp-1 {
    padding-top: 0.1rem !important;
  }
  .pt-sp-2 {
    padding-top: 0.2rem !important;
  }
  .pt-sp-3 {
    padding-top: 0.3rem !important;
  }
  .pt-sp-4 {
    padding-top: 0.4rem !important;
  }
  .pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sp-6 {
    padding-top: 0.6rem !important;
  }
  .pt-sp-8 {
    padding-top: 0.8rem !important;
  }
  .pt-sp-10 {
    padding-top: 1rem !important;
  }
  .pt-sp-12 {
    padding-top: 1.2rem !important;
  }
  .pt-sp-14 {
    padding-top: 1.4rem !important;
  }
  .pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .pt-sp-16 {
    padding-top: 1.6rem !important;
  }
  .pt-sp-18 {
    padding-top: 1.8rem !important;
  }
  .pt-sp-20 {
    padding-top: 2rem !important;
  }
  .pt-sp-22 {
    padding-top: 2.2rem !important;
  }
  .pt-sp-24 {
    padding-top: 2.4rem !important;
  }
  .pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .pt-sp-26 {
    padding-top: 2.6rem !important;
  }
  .pt-sp-28 {
    padding-top: 2.8rem !important;
  }
  .pt-sp-30 {
    padding-top: 3rem !important;
  }
  .pt-sp-32 {
    padding-top: 3.2rem !important;
  }
  .pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .pt-sp-36 {
    padding-top: 3.6rem !important;
  }
  .pt-sp-38 {
    padding-top: 3.8rem !important;
  }
  .pt-sp-40 {
    padding-top: 4rem !important;
  }
  .pt-sp-42 {
    padding-top: 4.2rem !important;
  }
  .pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .pt-sp-48 {
    padding-top: 4.8rem !important;
  }
  .pt-sp-50 {
    padding-top: 5rem !important;
  }
  .pt-sp-60 {
    padding-top: 6rem !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pb-sp-1 {
    padding-bottom: 0.1rem !important;
  }
  .pb-sp-2 {
    padding-bottom: 0.2rem !important;
  }
  .pb-sp-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-sp-4 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sp-6 {
    padding-bottom: 0.6rem !important;
  }
  .pb-sp-8 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sp-12 {
    padding-bottom: 1.2rem !important;
  }
  .pb-sp-14 {
    padding-bottom: 1.4rem !important;
  }
  .pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sp-16 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sp-18 {
    padding-bottom: 1.8rem !important;
  }
  .pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sp-22 {
    padding-bottom: 2.2rem !important;
  }
  .pb-sp-24 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sp-26 {
    padding-bottom: 2.6rem !important;
  }
  .pb-sp-28 {
    padding-bottom: 2.8rem !important;
  }
  .pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sp-32 {
    padding-bottom: 3.2rem !important;
  }
  .pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sp-36 {
    padding-bottom: 3.6rem !important;
  }
  .pb-sp-38 {
    padding-bottom: 3.8rem !important;
  }
  .pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sp-42 {
    padding-bottom: 4.2rem !important;
  }
  .pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sp-48 {
    padding-bottom: 4.8rem !important;
  }
  .pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .pl-sp-1 {
    padding-left: 0.1rem !important;
  }
  .pl-sp-2 {
    padding-left: 0.2rem !important;
  }
  .pl-sp-3 {
    padding-left: 0.3rem !important;
  }
  .pl-sp-4 {
    padding-left: 0.4rem !important;
  }
  .pl-sp-5 {
    padding-left: 0.5rem !important;
  }
  .pl-sp-6 {
    padding-left: 0.6rem !important;
  }
  .pl-sp-8 {
    padding-left: 0.8rem !important;
  }
  .pl-sp-10 {
    padding-left: 1rem !important;
  }
  .pl-sp-12 {
    padding-left: 1.2rem !important;
  }
  .pl-sp-14 {
    padding-left: 1.4rem !important;
  }
  .pl-sp-15 {
    padding-left: 1.5rem !important;
  }
  .pl-sp-16 {
    padding-left: 1.6rem !important;
  }
  .pl-sp-18 {
    padding-left: 1.8rem !important;
  }
  .pl-sp-20 {
    padding-left: 2rem !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pr-sp-1 {
    padding-right: 0.1rem !important;
  }
  .pr-sp-2 {
    padding-right: 0.2rem !important;
  }
  .pr-sp-3 {
    padding-right: 0.3rem !important;
  }
  .pr-sp-4 {
    padding-right: 0.4rem !important;
  }
  .pr-sp-5 {
    padding-right: 0.5rem !important;
  }
  .pr-sp-6 {
    padding-right: 0.6rem !important;
  }
  .pr-sp-8 {
    padding-right: 0.8rem !important;
  }
  .pr-sp-10 {
    padding-right: 1rem !important;
  }
  .pr-sp-12 {
    padding-right: 1.2rem !important;
  }
  .pr-sp-14 {
    padding-right: 1.4rem !important;
  }
  .pr-sp-15 {
    padding-right: 1.5rem !important;
  }
  .pr-sp-16 {
    padding-right: 1.6rem !important;
  }
  .pr-sp-18 {
    padding-right: 1.8rem !important;
  }
  .pr-sp-20 {
    padding-right: 2rem !important;
  }
  .px-sp-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sp-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 114rem;
}

.content-in {
  position: relative;
  max-width: 90rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*=col-] {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.sm-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.lg-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.lg-row > [class*=col-] {
  padding-right: 2rem;
  padding-left: 2rem;
}

.xl-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3rem;
  margin-left: -3rem;
}

.xl-row > [class*=col-] {
  padding-right: 3rem;
  padding-left: 3rem;
}

/* font family */
.ff-en {
  font-family: sans-serif;
  font-weight: 600;
}

/* font size */
.fs-10 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-17 {
  font-size: 1.7rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-19 {
  font-size: 1.9rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-21 {
  font-size: 2.1rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-27 {
  font-size: 2.7rem !important;
}

.fs-28 {
  font-size: 2.8rem !important;
}

.fs-30 {
  font-size: 3rem !important;
}

.fs-32 {
  font-size: 3.2rem !important;
}

.fs-33 {
  font-size: 3.3rem !important;
}

.fs-35 {
  font-size: 3.5rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-36 {
  font-size: 3.6rem !important;
}

.fs-38 {
  font-size: 3.8rem !important;
}

.fs-40 {
  font-size: 4rem !important;
}

.fs-42 {
  font-size: 4.2rem !important;
}

.fs-45 {
  font-size: 4.5rem !important;
}

.fs-48 {
  font-size: 4.8rem !important;
}

.fs-50 {
  font-size: 5rem !important;
}

@media only screen and (max-width: 640px) {
  .fs-sp-8 {
    font-size: 0.8rem !important;
  }
  .fs-sp-9 {
    font-size: 0.9rem !important;
  }
  .fs-sp-10 {
    font-size: 1rem !important;
  }
  .fs-sp-11 {
    font-size: 1.1rem !important;
  }
  .fs-sp-12 {
    font-size: 1.2rem !important;
  }
  .fs-sp-13 {
    font-size: 1.3rem !important;
  }
  .fs-sp-14 {
    font-size: 1.4rem !important;
  }
  .fs-sp-15 {
    font-size: 1.5rem !important;
  }
  .fs-sp-16 {
    font-size: 1.6rem !important;
  }
  .fs-sp-17 {
    font-size: 1.7rem !important;
  }
  .fs-sp-18 {
    font-size: 1.8rem !important;
  }
  .fs-sp-20 {
    font-size: 2rem !important;
  }
  .fs-sp-21 {
    font-size: 2.1rem !important;
  }
  .fs-sp-22 {
    font-size: 2.2rem !important;
  }
  .fs-sp-24 {
    font-size: 2.4rem !important;
  }
  .fs-sp-26 {
    font-size: 2.6rem !important;
  }
  .fs-sp-27 {
    font-size: 2.7rem !important;
  }
  .fs-sp-28 {
    font-size: 2.8rem !important;
  }
  .fs-sp-30 {
    font-size: 3rem !important;
  }
  .fs-sp-32 {
    font-size: 3.2rem !important;
  }
  .fs-sp-33 {
    font-size: 3.3rem !important;
  }
  .fs-sp-35 {
    font-size: 3.5rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-36 {
    font-size: 3.6rem !important;
  }
  .fs-sp-37 {
    font-size: 3.7rem !important;
  }
  .fs-sp-38 {
    font-size: 3.8rem !important;
  }
  .fs-sp-40 {
    font-size: 4rem !important;
  }
  .fs-sp-42 {
    font-size: 4.2rem !important;
  }
  .fs-sp-45 {
    font-size: 4.5rem !important;
  }
  .fs-sp-48 {
    font-size: 4.8rem !important;
  }
  .fs-sp-50 {
    font-size: 5rem !important;
  }
}
/* font weight */
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.bold {
  font-weight: bold !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media only screen and (max-width: 640px) {
  .fw-sp-300 {
    font-weight: 300 !important;
  }
  .fw-sp-400 {
    font-weight: 400 !important;
  }
  .fw-sp-normal {
    font-weight: normal !important;
  }
  .fw-sp-500 {
    font-weight: 500 !important;
  }
  .fw-sp-600 {
    font-weight: 600 !important;
  }
  .fw-sp-700 {
    font-weight: 700 !important;
  }
  .fw-sp-bold {
    font-weight: bold !important;
  }
  .fw-sp-800 {
    font-weight: 800 !important;
  }
  .fw-sp-900 {
    font-weight: 900 !important;
  }
}
/* line height */
.lh-1 {
  line-height: 1 !important;
}

.lh-2 {
  line-height: 2 !important;
}

@media only screen and (max-width: 640px) {
  .lh-sp-1 {
    line-height: 1 !important;
  }
  .lh-sp-2 {
    line-height: 2 !important;
  }
}
/* letter-space */
.ls-0 {
  letter-spacing: 0 !important;
}

.ls-1 {
  letter-spacing: 0.01em !important;
}

.ls-2 {
  letter-spacing: 0.02em !important;
}

.ls-3 {
  letter-spacing: 0.03em !important;
}

.ls-4 {
  letter-spacing: 0.04em !important;
}

.ls-5 {
  letter-spacing: 0.05em !important;
}

.ls-6 {
  letter-spacing: 0.06em !important;
}

.ls-8 {
  letter-spacing: 0.08em !important;
}

.ls-10 {
  letter-spacing: 0.1em !important;
}

.ls-15 {
  letter-spacing: 0.15em !important;
}

.ls-20 {
  letter-spacing: 0.2em !important;
}

@media only screen and (max-width: 640px) {
  .ls-sp-0 {
    letter-spacing: 0 !important;
  }
  .ls-sp-1 {
    letter-spacing: 0.01em !important;
  }
  .ls-sp-2 {
    letter-spacing: 0.02em !important;
  }
  .ls-sp-3 {
    letter-spacing: 0.03em !important;
  }
  .ls-sp-4 {
    letter-spacing: 0.04em !important;
  }
  .ls-sp-5 {
    letter-spacing: 0.05em !important;
  }
  .ls-sp-6 {
    letter-spacing: 0.06em !important;
  }
  .ls-sp-8 {
    letter-spacing: 0.08em !important;
  }
  .ls-sp-10 {
    letter-spacing: 0.1em !important;
  }
  .ls-sp-15 {
    letter-spacing: 0.15em !important;
  }
  .ls-sp-20 {
    letter-spacing: 0.2em !important;
  }
}
/* text color */
.color-black {
  color: #000000 !important;
}

.color-blue {
  color: #004097 !important;
}

.color-green {
  color: #169E49 !important;
}

.color-red {
  color: #E60012 !important;
}

.color-brown {
  color: #8C6239 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-yellow {
  color: #FED517 !important;
}

.color-gray {
  color: #898987 !important;
}

.color-purple {
  color: #B16E9E !important;
}

.color-peach {
  color: #E6B289 !important;
}

.color-olive {
  color: #C3BE71 !important;
}

.color-orange {
  color: #FF7100 !important;
}

/* text align */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
/* bg color */
.bg-white {
  background-color: #FFFFFF !important;
}

.bg-wheat {
  background-color: #F2F2F2 !important;
}

.bg-gray {
  background-color: #808080 !important;
}

.bg-green {
  background-color: #009245 !important;
}

.bg-brown {
  background-color: #633E1C !important;
}

.bg-orange {
  background-color: #F15A24 !important;
}

.bg-pink {
  background-color: #FF3985 !important;
}

.bg-red {
  background-color: #FF0000 !important;
}

.bg-blue {
  background-color: #004097 !important;
}

.bg-teal {
  background-color: #00A99D !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-yellow {
  background-color: #FFF8D6 !important;
}

.bg-peach {
  background-color: #EFECE8 !important;
}

.vertical-baseline {
  vertical-align: baseline !important;
}

.vertical-middle {
  vertical-align: middle !important;
}

.vertical-bottom {
  vertical-align: bottom !important;
}

/* text underline */
.underline {
  text-decoration: underline !important;
}

/* round */
.r-3 {
  border-radius: 0.3rem !important;
}

.r-5 {
  border-radius: 0.5rem !important;
}

.r-6 {
  border-radius: 0.6rem !important;
}

.r-8 {
  border-radius: 0.8rem !important;
}

.r-10 {
  border-radius: 1rem !important;
}

.r-12 {
  border-radius: 1.2rem !important;
}

.r-15 {
  border-radius: 1.5rem !important;
}

.r-16 {
  border-radius: 1.6rem !important;
}

.r-18 {
  border-radius: 1.8rem !important;
}

.r-20 {
  border-radius: 2rem !important;
}

/* display */
.d-inline {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

/* flex */
.flex-reverse {
  flex-direction: row-reverse !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

/* image */
.img-contain {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background 0.3s;
}
#header.scrolled {
  background: #fff;
}
#header .cntInner {
  display: flex;
  justify-content: space-between;
  max-width: 1325px;
  margin: 0 auto;
  padding: 2.7rem 2rem 2rem 2.5rem;
}
#header .cntInner .logo {
  padding-top: 0.6em;
  font-size: 2.186rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#header .cntInner .cntList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 2.5em;
  margin-right: 3em;
  font-size: 13px;
}
#header .cntInner .cntBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.3rem;
  height: 5rem;
  background: #0068b7;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-align: center;
}
#header .cntInner .cntBtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.315%22%20height%3D%2213.691%22%20viewBox%3D%220%200%2016.315%2013.691%22%3E%20%3Cg%20transform%3D%22translate(-1285.178%20-46.6)%22%3E%20%3Cpath%20d%3D%22M1294.647%2C48.014l5.431%2C5.431-5.431%2C5.431%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213.901%22%20transform%3D%22translate(1286.178%2053.446)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

@media only screen and (max-width: 640px) {
  #header .cntInner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2.8rem;
  }
  #header .cntInner .logo {
    padding-top: 2.1rem;
    font-size: 2.6rem;
  }
}
#navopen {
  position: relative;
  width: 6.5rem;
  height: 6.5rem;
  padding: 0;
  background: #0068b7;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
#navopen span {
  position: absolute;
  left: calc(50% - 1.429rem);
  display: block;
  width: 2.857rem;
  height: 0.27rem;
  background: #fff;
}
#navopen span:nth-child(1) {
  top: calc(50% - 1.2rem);
}
#navopen span:nth-child(2) {
  top: calc(50% - 1px);
}
#navopen span:nth-child(3) {
  bottom: calc(50% - 1.2rem);
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100vh + 50px);
  padding-bottom: 50px;
  background: #abd1e8;
  z-index: 55;
  overflow: hidden;
}
#nav .cntInner {
  position: relative;
  max-height: 100%;
  padding-top: 3.2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#nav .cntInner::-webkit-scrollbar {
  display: none;
}
#nav .cntInner::before {
  content: "";
  position: absolute;
  top: -8.28vw;
  left: -42.18vw;
  width: 106.54vw;
  height: 65.15vw;
  background: url(../img/common/dec-5.png) center/contain no-repeat;
  z-index: -1;
}
#nav .cntInner .cntTitle {
  margin-bottom: 5.8rem;
  padding: 0 2.8rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#nav .cntInner .cntBtn-close {
  position: absolute;
  top: 1.5rem;
  right: 3rem;
  width: 6.5rem;
  height: 6.5rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
#nav .cntInner .cntBtn-close::before, #nav .cntInner .cntBtn-close::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 1.4rem);
  width: 2.857rem;
  height: 0.28rem;
  background: #abd1e8;
  transform-origin: center;
}
#nav .cntInner .cntBtn-close::before {
  transform: rotate(-45deg);
}
#nav .cntInner .cntBtn-close::after {
  transform: rotate(45deg);
}
#nav .cntInner .morebtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  height: 8.5rem;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  color: #0068b7;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}
#nav .cntInner .morebtn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.4rem);
  right: 4.2rem;
  width: 3.5rem;
  height: 2.8rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.029%22%20height%3D%2228.786%22%20viewBox%3D%220%200%2035.029%2028.786%22%3E%20%3Cg%20transform%3D%22translate(-4891.193%20-1832.814)%22%3E%20%3Cpath%20d%3D%22M4911.829%2C1834.935l12.272%2C12.272-12.272%2C12.272%22%20fill%3D%22none%22%20stroke%3D%22%230068b7%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20x1%3D%2231.407%22%20transform%3D%22translate(4892.693%201847.207)%22%20fill%3D%22none%22%20stroke%3D%22%230068b7%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#nav .cntInner .cntList-1 {
  padding: 2.5rem 3rem 8rem;
  position: relative;
}
#nav .cntInner .cntList-1 .item {
  position: relative;
  display: block;
  margin-top: 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #fff;
  font-size: 4.347rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.06em;
}
#nav .cntInner .cntList-1 .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background: #fff;
  border-radius: 50%;
}
#nav .cntInner .cntList-1 .item::after {
  content: "";
  position: absolute;
  top: 2.2rem;
  right: 2.1rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.315%22%20height%3D%2213.691%22%20viewBox%3D%220%200%2016.315%2013.691%22%3E%20%3Cg%20transform%3D%22translate(-1285.178%20-46.6)%22%3E%20%3Cpath%20d%3D%22M1294.647%2C48.014l5.431%2C5.431-5.431%2C5.431%22%20fill%3D%22none%22%20stroke%3D%22%23abd1e8%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213.901%22%20transform%3D%22translate(1286.178%2053.446)%22%20fill%3D%22none%22%20stroke%3D%22%23abd1e8%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#nav .cntInner .cntList-1::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  right: -21vw;
  width: 72.6vw;
  height: 51.03vw;
  background: url(../img/common/dec-4.png) center/contain no-repeat;
  z-index: -1;
}
#nav .cntInner .cntList-2 {
  position: relative;
  padding: 10.2rem 3rem 9.4rem;
  background: #0068b7;
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
  overflow: hidden;
}
#nav .cntInner .cntList-2 * {
  position: relative;
  z-index: 2;
}
#nav .cntInner .cntList-2 .title {
  margin-bottom: 4.5rem;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#nav .cntInner .cntList-2 .title .ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
}
#nav .cntInner .cntList-2 .item {
  position: relative;
  display: block;
  margin-top: 1.5rem;
  padding: 2.5rem 1.5rem 3.7rem;
  background: #fff;
  border-radius: 1.5rem;
  color: #3e3a39;
}
#nav .cntInner .cntList-2 .item::before {
  content: "";
  position: absolute;
  top: 3.1rem;
  right: 1.5rem;
  width: 6rem;
  height: 6rem;
  background: #0068b7;
  border-radius: 50%;
}
#nav .cntInner .cntList-2 .item::after {
  content: "";
  position: absolute;
  top: calc(50% - 3rem);
  right: 3.6rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.315%22%20height%3D%2213.691%22%20viewBox%3D%220%200%2016.315%2013.691%22%3E%20%3Cg%20transform%3D%22translate(-1285.178%20-46.6)%22%3E%20%3Cpath%20d%3D%22M1294.647%2C48.014l5.431%2C5.431-5.431%2C5.431%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213.901%22%20transform%3D%22translate(1286.178%2053.446)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#nav .cntInner .cntList-2 .item .en {
  display: block;
  color: #abd1e8;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
#nav .cntInner .cntList-2 .item .en::first-letter {
  color: #0068b7;
}
#nav .cntInner .cntList-2 .item .ja {
  margin: -0.4rem 0 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#nav .cntInner .cntList-2 .item .text {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#nav .cntInner .cntList-2 .morebtn {
  margin-top: 4.3rem;
}
#nav .cntInner .cntList-2 .bg {
  position: absolute;
  top: -8rem;
  right: -19px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#nav .cntInner .cntList-2 .bg .inner {
  margin-left: auto;
}
#nav .cntInner .cntList-3 {
  position: relative;
  padding: 9rem 3rem 9.5rem;
  color: #fff;
  overflow-x: hidden;
}
#nav .cntInner .cntList-3::before {
  content: "";
  position: absolute;
  top: -8.28vw;
  left: -42.18vw;
  width: 106.54vw;
  height: 65.15vw;
  background: url(../img/common/dec-5.png) center/contain no-repeat;
  z-index: -1;
}
#nav .cntInner .cntList-3::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -27.37vw;
  width: 72.6vw;
  height: 51.03vw;
  background: url(../img/common/dec-4.png) center/contain no-repeat;
  z-index: -1;
}
#nav .cntInner .cntList-3 .title {
  margin-bottom: 8rem;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
#nav .cntInner .cntList-3 .item {
  position: relative;
  display: block;
  margin-top: -1px;
  padding: 3.2rem 0 3rem 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 2.1rem;
  font-weight: 600;
}
#nav .cntInner .cntList-3 .item::before {
  content: "";
  display: inline-block;
  margin-right: 2rem;
  width: 2.3rem;
  height: 3rem;
  transform: translateY(6px);
}
#nav .cntInner .cntList-3 .item-tel::before {
  content: "";
  background: url(../img/common/icon_tel-w.svg) center/contain no-repeat;
}
#nav .cntInner .cntList-3 .item-hp::before {
  content: "";
  background: url(../img/common/icon_hp-w.svg) center/contain no-repeat;
}
#nav .cntInner .cntList-3 .item::after {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 1.5rem;
  width: 2.7rem;
  height: 2.4rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.001%22%20height%3D%2223.605%22%20viewBox%3D%220%200%2029.001%2023.605%22%3E%20%3Cg%20transform%3D%22translate(-4965.938%20-2305.728)%22%3E%20%3Cpath%20d%3D%22M4983.137%2C2307.142l10.389%2C10.388-10.389%2C10.388%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2226.587%22%20transform%3D%22translate(4966.938%202317.531)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#nav .cntInner .cntList-3 .morebtn {
  margin-top: 5rem;
}
#nav .cntInner .cntList-4 {
  padding: 5.8rem 0 0;
  background-color: #fff;
  text-align: center;
  font-weight: 500;
}
#nav .cntInner .cntList-4 .title {
  margin-bottom: 1.6rem;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#nav .cntInner .cntList-4 .text {
  margin-bottom: 3rem;
  font-size: 2.4rem;
}
#nav .cntInner .cntList-4 .item {
  display: block;
  margin-top: 0.6rem;
  font-size: 2.1rem;
  letter-spacing: 0.16em;
}
#nav .cntInner .cntList-4 .copyright {
  margin-top: 4.2rem;
  padding: 1.1rem;
  background: #0068b7;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

#spbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  background: #0068b7;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  z-index: 50;
}
#spbanner::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.8rem);
  right: 4rem;
  display: block;
  width: 3.2rem;
  height: 3.5rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.029%22%20height%3D%2228.786%22%20viewBox%3D%220%200%2035.029%2028.786%22%3E%20%3Cg%20transform%3D%22translate(-2944.296%20-3262.351)%22%3E%20%3Cpath%20d%3D%22M2964.932%2C3264.472l12.272%2C12.272-12.272%2C12.272%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%20%3Cline%20x1%3D%2231.407%22%20transform%3D%22translate(2945.796%203276.744)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

#contact {
  background: #abd1e8;
  overflow: hidden;
  color: #fff;
  position: relative;
}
#contact::before, #contact::after {
  content: "";
  position: absolute;
}
#contact::before {
  top: -6.2rem;
  left: -27.8rem;
  width: 87rem;
  height: 53.2rem;
  background: url(../img/common/dec-5.png) center/contain no-repeat;
}
#contact::after {
  bottom: 0;
  right: -12.4rem;
  width: 62.5rem;
  height: 43.5rem;
  background: url(../img/common/dec-4.png) center/contain no-repeat;
}
#contact .cntInner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 0 3.7rem;
  max-width: 1366px;
  margin: 0 auto;
  padding: 13rem 0 8.7rem 30px;
  z-index: 2;
}
#contact .cntInner .cntBox-tit {
  width: 55.5rem;
}
#contact .cntInner .cntBox-tit .title {
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
#contact .cntInner .cntBox-nav {
  width: 64.5rem;
}
#contact .cntInner .cntBox-nav .item {
  position: relative;
  display: flex;
  margin-top: -1px;
  padding: 2.7rem 0 2.8rem 3.5rem;
  font-size: 1.89rem;
  font-weight: 600;
  align-items: center;
}
#contact .cntInner .cntBox-nav .item::before, #contact .cntInner .cntBox-nav .item::after {
  content: "";
  position: absolute;
  width: 50vw;
  height: 1px;
  background: #fff;
  left: 0;
}
#contact .cntInner .cntBox-nav .item::before {
  top: 0;
}
#contact .cntInner .cntBox-nav .item::after {
  bottom: 0;
}
#contact .cntInner .cntBox-nav .item .icon {
  content: "";
  display: inline-block;
  margin-right: 2rem;
  width: 2.3rem;
  height: 3rem;
}
#contact .cntInner .cntBox-nav .item-tel .icon {
  content: "";
  background: url(../img/common/icon_tel-w.svg) center/contain no-repeat;
}
#contact .cntInner .cntBox-nav .item-hp .icon {
  content: "";
  background: url(../img/common/icon_hp-w.svg) center/contain no-repeat;
}
#contact .cntInner .cntBox-nav .item .arrow {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  right: 5.5rem;
  width: 2rem;
  height: 2.4rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229.001%22%20height%3D%2223.605%22%20viewBox%3D%220%200%2029.001%2023.605%22%3E%20%3Cg%20transform%3D%22translate(-4965.938%20-2305.728)%22%3E%20%3Cpath%20d%3D%22M4983.137%2C2307.142l10.389%2C10.388-10.389%2C10.388%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2226.587%22%20transform%3D%22translate(4966.938%202317.531)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

@media only screen and (max-width: 640px) {
  #contact::before {
    left: -27rem;
    top: -5.3rem;
    width: 68.1rem;
    height: 41.7rem;
  }
  #contact::after {
    right: -17.4rem;
    width: 46.4rem;
    height: 32.6rem;
  }
  #contact .cntInner {
    display: block;
    padding: 9.5rem 3rem 9.6rem;
  }
  #contact .cntInner .cntBox-tit .title {
    margin-bottom: 7rem;
  }
  #contact .cntInner .cntBox-nav {
    width: 100%;
    margin-bottom: 4.3rem;
  }
  #contact .cntInner .cntBox-nav .item {
    padding: 2.9rem 0 3rem 1.5rem;
    font-size: 2.1rem;
  }
  #contact .cntInner .cntBox-nav .item::before, #contact .cntInner .cntBox-nav .item::after {
    width: 100%;
  }
  #contact .cntInner .cntBox-nav .item .arrow {
    right: 1.5rem;
    width: 2.6rem;
  }
}
#footer .cntInner {
  display: flex;
  justify-content: space-between;
  gap: 0 3rem;
  max-width: 1330px;
  width: 100%;
  padding: 7.3rem 30px 0;
  margin: 0 auto;
}
#footer .cntInner .cntBox-info {
  width: 42rem;
  flex-shrink: 0;
  padding-left: 2.4rem;
}
#footer .cntInner .cntBox-info .logo {
  font-size: 2.186rem;
  font-weight: 600;
  letter-spacing: 0.059em;
  margin-bottom: 1rem;
}
#footer .cntInner .cntBox-info .text {
  font-size: 1.891rem;
  font-weight: 500;
  line-height: 1.889;
  margin-bottom: 1.5rem;
}
#footer .cntInner .cntBox-info .item {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.69;
}
#footer .cntInner .cntBox-info .item:not(:nth-of-type(1)) {
  margin-top: 0.2rem;
}
#footer .cntInner .cntBox-info .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.3rem;
  height: 5rem;
  background: #0068b7;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-align: center;
  margin-top: 2.5rem;
}
#footer .cntInner .cntBox-info .button::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.315%22%20height%3D%2213.691%22%20viewBox%3D%220%200%2016.315%2013.691%22%3E%20%3Cg%20transform%3D%22translate(-1285.178%20-46.6)%22%3E%20%3Cpath%20d%3D%22M1294.647%2C48.014l5.431%2C5.431-5.431%2C5.431%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x1%3D%2213.901%22%20transform%3D%22translate(1286.178%2053.446)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
#footer .cntInner .cntBox-nav {
  display: flex;
  gap: 0 2.2rem;
  width: 100%;
  max-width: 77rem;
}
#footer .cntInner .cntBox-nav .cntList {
  width: 100%;
}
#footer .cntInner .cntBox-nav .cntList .title {
  font-size: 1.809rem;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: 0.06em;
  color: #0068b7;
  border-bottom: 1px solid #3e3a39;
  padding-bottom: 1.7rem;
  margin-bottom: 1.6rem;
}
#footer .cntInner .cntBox-nav .cntList a {
  display: block;
  font-size: 1.55rem;
}
#footer .cntInner .cntBox-nav .cntList a:not(:nth-of-type(1)) {
  margin-top: 0.8rem;
}
#footer .copyright {
  display: block;
  margin-top: -1em;
  margin-bottom: 3rem;
  padding: 0 4.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  #footer {
    padding-bottom: 10rem;
  }
  #footer .cntInner {
    padding: 6.6rem 30px 0;
  }
  #footer .cntInner .cntBox-info {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 4.9rem;
  }
  #footer .cntInner .cntBox-info .logo {
    font-size: 3.6rem;
    margin-bottom: 1.9rem;
  }
  #footer .cntInner .cntBox-info .text {
    font-size: 2.4rem;
    line-height: 1.488;
    margin-bottom: 2.9rem;
  }
  #footer .cntInner .cntBox-info .item {
    font-size: 2.1rem;
  }
  #footer .copyright {
    margin-top: 0;
    margin-bottom: 0;
    background: #0068b7;
    color: #fff;
    padding: 1.1rem 3rem;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=common.css.map */