@charset "UTF-8";
html,
body,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Arial", sans-serif;
  word-break: break-all;
  background: #000;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 2001px) {
  html {
    font-size: 1rem;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    width: 68.75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .overlay.active {
    display: block;
  }
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-bg {
    padding: 1.875rem 0;
    background: #000000;
    border-bottom: 0.0625rem solid #002aff;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.5625rem;
  }
  .header .hamburger {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
  }
  .header .hamburger span {
    position: absolute;
    right: 0;
    display: block;
    height: 0.25rem;
    background: #fff;
    margin: 0.25rem 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .header .hamburger span:nth-child(1) {
    top: -1.0625rem;
    width: 2.625rem;
  }
  .header .hamburger span:nth-child(2) {
    top: -0.1875rem;
    width: 1.3125rem;
  }
  .header .hamburger span:nth-child(3) {
    top: 0.6875rem;
    width: 1.3125rem;
  }
  .header-nav {
    display: none;
    position: absolute;
    top: 174%;
    left: 0;
    width: 46.875rem;
    margin-left: -2.5rem;
    background: #000000;
    z-index: 300;
  }
  .header-nav.active {
    display: block;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.9375rem 0;
    width: 41.875rem;
    margin: 0 auto;
    padding: 6.25rem 0 9.0625rem;
  }
  .header-nav-img01 {
    width: 10.1875rem;
  }
  .header-nav-img02 {
    width: 12.25rem;
  }
  .header-nav-img03 {
    width: 9.625rem;
  }
  .header-nav-img04 {
    width: 14.25rem;
  }
  .header-nav-img05 {
    width: 12.3125rem;
  }
  .header-nav-img06 {
    width: 13.9375rem;
  }
  .header-nav-close {
    width: 15.625rem;
    margin-top: -0.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header-bg {
    padding: 1.25rem 0;
    background: #000000;
    border-bottom: 0.0625rem solid #002aff;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 16.5625rem;
  }
  .header-nav {
    position: relative;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 2.8125rem;
  }
  .header-nav-img01 {
    width: 4.3125rem;
  }
  .header-nav-img02 {
    width: 5.125rem;
  }
  .header-nav-img03 {
    width: 3.9375rem;
  }
  .header-nav-img04 {
    width: 5.9375rem;
  }
  .header-nav-img05 {
    width: 5.25rem;
  }
  .header-nav-img06 {
    width: 5.625rem;
  }
  .header .hamburger {
    display: none;
  }
}
/*==============================================================================
form
============================================================================= */
@media screen and (max-width: 767px) {
  .form-bg01 {
    background: url(../images/form/form-bg01_sp.webp) no-repeat center/cover;
    padding: 7.5rem 0 7.3125rem;
    margin-top: 6.3125rem;
  }
  .form-contact {
    width: 25.125rem;
    margin: 0 auto;
  }
  .form-ttl {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    margin-top: 2.375rem;
  }
  .form-bg02 {
    background-color: #111111;
    padding: 4.5rem 0 4.8125rem;
  }
  .form-thanks {
    width: 25.9375rem;
    margin: 1.9375rem auto 0;
  }
  .form-txt {
    font-size: 1.875rem;
    color: #fff;
    text-align: center;
    line-height: 1.66;
    width: 41.25rem;
    margin: 4.3125rem auto 0;
  }
  .form-top {
    width: 23.75rem;
    margin: 4.125rem auto 0;
  }
  .form-contents {
    width: 39.375rem;
    margin: 0 auto;
  }
  .form-table {
    width: 36.875rem;
    margin: 0 auto;
  }
  .form-dl {
    text-align: left;
    padding: 1.25rem 0;
  }
  .form-dl-confirm {
    padding: 1.4375rem 0;
  }
  .form-dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.6875rem 0;
    font-size: 1.875rem;
    color: #fff;
  }
  .form-dt-name {
    width: 5.75rem;
  }
  .form-dt-mail {
    width: 6.625rem;
  }
  .form-dt-phone {
    width: 13.625rem;
  }
  .form-dt-subject {
    width: 8.4375rem;
  }
  .form-dt-message {
    width: 17.8125rem;
  }
  .form-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 36.875rem;
    text-align: left;
    margin-top: 1.125rem;
  }
  .form-dd-text {
    padding: 1.5625rem 0;
    font-size: 1.5625rem;
    color: #fff;
  }
  .form-dd input {
    display: block;
    width: 30rem;
    height: 5rem;
    font-size: 1.5625rem;
    background: #222222;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd textarea {
    width: 100%;
    min-height: 21.875rem;
    height: inherit;
    font-size: 1.5625rem;
    background: #222222;
    padding: 0.9375rem;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.9375rem;
  }
  .form-dd-tel input {
    width: 11.875rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd .custom-select-wrapper {
    position: relative;
  }
  .form-dd .custom-select-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    background: #222222;
    width: 29.6875rem;
    height: 5rem;
    background: #222222;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd .custom-select-trigger::before {
    content: "";
    position: absolute;
    top: 2.1875rem;
    right: 2.5rem;
    background: url(../images/form/arrow.webp) no-repeat center/cover;
    width: 0.9375rem;
    height: 0.625rem;
  }
  .form-dd .custom-select-trigger img {
    width: 8.5rem;
    margin: 0 auto;
  }
  .form-dd .select-text {
    font-size: 1.5625rem;
    color: #fff;
  }
  .form-dd .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f0f0f0;
    color: #222222;
    z-index: 10;
    display: none;
    overflow-y: auto;
    width: 29.6875rem;
  }
  .form-dd .custom-options li {
    padding: 0.625rem;
    cursor: pointer;
    font-size: 1.5625rem;
  }
  .form-dd .custom-options li:hover {
    background: #727272;
    color: #fff;
  }
  .form-dd .custom-select-wrapper.open .custom-options {
    display: block;
  }
  .form-data {
    font-size: 1.875rem;
    color: #fff;
    line-height: 2;
    margin-top: 0.75rem;
    width: 36.25rem;
  }
  .form-btn-contents {
    display: block;
    border: none;
    width: 23.875rem;
    margin: 3.6875rem auto 0;
    background: none;
    cursor: pointer;
    padding: 0;
  }
  .form-btn-contents:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .form-btn-contents.true {
    width: 21.375rem;
    margin: 0;
  }
  .form-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.5rem;
  }
  .form-back-btn-contents {
    display: block;
    border: none;
    width: 16.875rem;
    background: none;
    cursor: pointer;
    padding: 0;
  }
  .form-back-btn-contents:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@media screen and (min-width: 768px) {
  .form-bg01 {
    background: url(../images/form/form-bg01.webp) no-repeat center/cover;
    padding: 6.375rem 0 5.9375rem;
    margin-top: 5rem;
  }
  .form-contact {
    width: 21rem;
    margin: 0 auto;
  }
  .form-ttl {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: 1.6875rem auto 0;
  }
  .form-bg02 {
    background-color: #111111;
    padding: 7.5rem 0 4.375rem;
  }
  .form-thanks {
    width: 25.9375rem;
    margin: 1.3125rem auto 0;
  }
  .form-txt {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 56.25rem;
    margin: 4.125rem auto 0;
  }
  .form-top {
    width: 21.25rem;
    margin: 3.1875rem auto 0;
  }
  .form-top:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .form-contents {
    margin: 0 auto;
    width: 49.375rem;
  }
  .form-dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.25rem 0;
  }
  .form-dl-confirm {
    padding: 1.4375rem 0;
  }
  .form-dt {
    position: relative;
    width: 14.375rem;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem 0;
    font-size: 1.25rem;
    color: #fff;
    margin-top: -0.1875rem;
  }
  .form-dt-name {
    width: 4rem;
  }
  .form-dt-mail {
    width: 4.5rem;
  }
  .form-dt-phone {
    width: 9.25rem;
  }
  .form-dt-subject {
    width: 5.6875rem;
  }
  .form-dt-message {
    width: 11.8125rem;
  }
  .form-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 35.625rem;
    text-align: left;
  }
  .form-dd-text {
    padding: 0.9375rem 0;
    font-size: 1rem;
    color: #fff;
  }
  .form-dd input {
    display: block;
    width: 26.5625rem;
    height: 3.125rem;
    font-size: 1rem;
    background: #222222;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd textarea {
    width: 100%;
    min-height: 17.3125rem;
    height: inherit;
    font-size: 1rem;
    background: #222222;
    padding: 0.9375rem;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 0.625rem;
    width: 29.0625rem;
  }
  .form-dd .custom-select-wrapper {
    position: relative;
  }
  .form-dd .custom-select-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    background: #222222;
    width: 19.0625rem;
    height: 3.125rem;
    background: #222222;
    border-radius: 0.3125rem;
    border: none;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-dd .custom-select-trigger::before {
    content: "";
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: url(../images/form/arrow.webp) no-repeat center/cover;
    width: 0.875rem;
    height: 0.625rem;
  }
  .form-dd .custom-select-trigger img {
    width: 5.4375rem;
    margin: 0 auto;
  }
  .form-dd .select-text {
    font-size: 1rem;
    color: #fff;
  }
  .form-dd .custom-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f0f0f0;
    color: #222222;
    z-index: 10;
    display: none;
    overflow-y: auto;
    width: 19.0625rem;
  }
  .form-dd .custom-options li {
    padding: 0.625rem;
    cursor: pointer;
  }
  .form-dd .custom-options li:hover {
    background: #727272;
    color: #fff;
  }
  .form-dd .custom-select-wrapper.open .custom-options {
    display: block;
  }
  .form-data {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2;
    width: 35rem;
  }
  .form-btn-contents {
    display: block;
    border: none;
    width: 21.75rem;
    margin: 0.875rem auto 0;
    background: none;
    cursor: pointer;
    padding: 0;
  }
  .form-btn-contents:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .form-btn-contents.true {
    width: 21.25rem;
    margin: 0;
  }
  .form-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 2.5rem;
    margin: 2.9375rem auto 0;
  }
  .form-back-btn-contents {
    display: block;
    border: none;
    width: 15rem;
    background: none;
    cursor: pointer;
    padding: 0;
  }
  .form-back-btn-contents:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
/*----------------------------------------------------------
    validation message
----------------------------------------------------------*/
.errmsg-box {
  margin: 1em 0 2em;
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  background: #e8ecff;
}

.form-table .error {
  background: #e8ecff;
  color: #000;
}

.form-table .error-msg-balloon {
  position: relative;
  margin: 14px 0 0;
  padding: 3px 0.5em;
  background: #002aff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
}

.form-table .error-msg-balloon span:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #002aff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
  /*----------------------------------------------------------
      validation message
  ----------------------------------------------------------*/
  .errmsg-box {
    margin: 1em 0 2em;
    padding: 1em;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: normal;
    background: #e8ecff;
  }
  .form-table .error {
    background: #e8ecff;
  }
  .form-table .error-msg-balloon {
    position: relative;
    top: 0;
    left: 0;
    margin: 1rem 0 0;
    background: #002aff;
    color: #fff;
    text-align: center;
    border-radius: 0.04rem;
    font-size: 1.2rem;
    padding: 0.4rem 0.5rem;
  }
  .form-table .error-msg-balloon span:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #002aff;
  }
}
/*==============================================================================
breadcrumb
============================================================================= */
@media screen and (max-width: 767px) {
  .breadcrumb-bg {
    padding: 2.5rem 0;
    background: #111111;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .breadcrumb-item {
    font-size: 1.25rem;
    color: #fff;
  }
  .breadcrumb-item a {
    color: #fff;
  }
  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }
  .breadcrumb li + li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb-bg {
    padding: 1.4375rem 0 1.875rem;
    background: #111111;
  }
  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .breadcrumb-item {
    font-size: 0.75rem;
    color: #fff;
  }
  .breadcrumb-item a {
    color: #fff;
  }
  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }
  .breadcrumb li + li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}
/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 4.25rem 0;
    background: #000000;
  }
  .footer-copy {
    font-size: 1.375rem;
    color: #fff;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 2.6875rem 0;
    background: #000000;
  }
  .footer-copy {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
  }
}