:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  --poppins: "poppins", sans-serif;
  --blue: #0047ba;
  --red: #ff2d4b;
  --white: #ffffff;
  --black: #000000;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[data-animation=fadeup] {
  translate: 0 20px;
  opacity: 0;
}

[data-animation=fade] {
  opacity: 0;
}

html,
body {
  font-family: var(--noto-sans);
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
}

* {
  line-height: 1.7;
}

p,
li,
dt,
dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p,
  li,
  dt,
  dd {
    font-size: 15px;
  }
}

img {
  max-width: 100%;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s;
}
header.is-active {
  background-color: rgba(255, 255, 255, 0.95);
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
}
header .logo {
  width: 200px;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 150px;
  }
}
header nav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1240px) {
  header nav > ul {
    gap: clamp(0rem, -4.068rem + 8.47vw, 2.5rem);
  }
}
@media screen and (max-width: 1000px) {
  header nav > ul {
    display: none;
  }
}
header nav > ul > li {
  position: relative;
}
@media screen and (max-width: 1240px) {
  header nav > ul > li {
    font-size: clamp(0.438rem, -0.478rem + 1.91vw, 1rem);
  }
}
header nav > ul > li:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--blue);
  transition: width 0.5s ease;
}
@media (any-hover: hover) {
  header nav > ul > li:hover:after {
    width: 100%;
  }
  header nav > ul > li:hover > ul.child {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
header nav > ul > li.current:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--blue);
  transition: none;
}
header nav > ul > li > a {
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  header nav > ul > li > a {
    font-size: clamp(0.438rem, -0.478rem + 1.91vw, 1rem);
  }
}
header nav > ul > li ul.child {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  background-color: #eff5ff;
  translate: -50% 0;
  transition: opacity 0.3s, visibility 0.3s, pointer-events 0.3s;
}
header nav > ul > li ul.child.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
header nav > ul > li ul.child:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  translate: -50% 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #eff5ff;
  rotate: 180deg;
}
header nav > ul > li ul.child li {
  border-bottom: 1px solid #d7e3f8;
}
header nav > ul > li ul.child li:last-child {
  border: none;
}
header nav > ul > li ul.child li a {
  width: 104px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #d7e3f8;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  header nav > ul > li ul.child li a:hover {
    opacity: 0.6;
  }
}
header .contact {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  header .contact {
    display: none;
  }
}
header .contact p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
header .contact .number {
  font-weight: bold;
  line-height: 1;
}
header .contact .number .small {
  font-size: 14px;
}
header .contact .number .big {
  font-size: 24px;
  line-height: 1;
}
header button.hamburger {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 10px;
  right: 10px;
  border: none;
  background-color: #555555;
  cursor: pointer;
  z-index: 30;
  display: none;
  border-radius: 50%;
}
@media screen and (max-width: 1000px) {
  header button.hamburger {
    display: block;
  }
}
header button.hamburger:focus {
  outline: none;
}
header button.hamburger span {
  width: 30px;
  height: 3px;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  background-color: var(--white);
  translate: -50% 0;
}
header button.hamburger span:nth-child(1) {
  top: 16px;
  transition: top 0.15s, background-color 0.15s, transform 0.15s;
}
header button.hamburger span:nth-child(2) {
  top: 23px;
  transition: top 0.15s, background-color 0.15s, transform 0.15s;
}
header button.hamburger span:nth-child(3) {
  top: 30px;
  transition: opacity 0.15s;
}
header button.hamburger.active {
  background-color: #555555;
}
header button.hamburger.active span {
  background-color: var(--white);
  border-radius: 10px;
}
header button.hamburger.active span:nth-child(1) {
  top: 22px;
  transform: translateY(0px) rotate(30deg);
}
header button.hamburger.active span:nth-child(2) {
  top: 22px;
  transform: translateY(0px) rotate(-30deg);
}
header button.hamburger.active span:nth-child(3) {
  opacity: 0;
}
header button.hamburger p {
  font-weight: 700;
  font-size: 10px;
  margin-top: 25px;
  line-height: 1;
  padding: 0;
  color: var(--white);
  text-align: center;
  transition: color 0.3s;
}
header .sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background-color: #e4edfa;
  overflow: auto;
  padding-bottom: 80px;
}
header .sp-nav.active {
  opacity: 1;
  pointer-events: auto;
}
header .sp-nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin: 150px auto 0;
  max-width: 800px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  header .sp-nav > ul {
    margin-top: 80px;
  }
}
header .sp-nav > ul p {
  font-size: 14px;
  font-weight: bold;
  color: #0047ba;
  font-weight: 500;
}
header .sp-nav > ul > li {
  width: calc((100% - 30px) / 2);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
header .sp-nav > ul > li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #b6bec8;
  padding-bottom: 5px;
  transition: opacity 0.3s;
}
header .sp-nav > ul > li a.inline-block {
  display: inline-block !important;
}
@media (any-hover: hover) {
  header .sp-nav > ul > li a:hover {
    opacity: 0.75;
  }
}
header .sp-nav > ul > li a:after {
  display: none;
}
header .sp-nav > ul > li a span {
  position: relative;
  padding-left: 18px;
}
header .sp-nav > ul > li a span:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .sp-nav > ul > li:last-child a {
  border: none;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #b6bec8;
  padding-bottom: 5px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 500px) {
  header .sp-nav > ul > li:last-child a {
    font-size: 13px;
  }
}
header .sp-nav > ul > li ul {
  margin-top: 5px;
  border-top: 1px solid #b6bec8;
  padding-top: 10px;
}
header .sp-nav > ul > li ul li a {
  padding: 0;
  position: relative;
  padding-left: 20px;
  border: none;
  line-height: 1;
  display: inline-block;
}
header .sp-nav > ul > li ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
header .sp-nav dl {
  text-align: center;
  margin-top: 60px;
}
header .sp-nav dl dt {
  font-size: 16px;
  line-height: 1;
}
header .sp-nav dl dd {
  font-size: 16px;
  font-weight: bold;
}
header .sp-nav dl dd span {
  font-weight: bold;
  font-size: 32px;
  color: #0047ba;
}
header .sp-nav .cta-btn {
  margin: 20px auto 0;
  max-width: 320px;
}
header .sp-nav .cta-btn:before {
  top: 43px;
  right: 22px;
  width: 35px;
  height: 2px;
}
header .sp-nav .cta-btn:after {
  content: "";
  top: 39px;
  right: 20px;
  width: 15px;
  height: 2px;
}

footer {
  margin-top: 130px;
  width: 100%;
  background-color: #fff;
  padding-top: 35px;
  background-color: var(--blue);
  color: var(--white);
  display: flex;
}
@media screen and (max-width: 767px) {
  footer {
    flex-direction: column;
    margin-top: 80px;
  }
}
footer .left {
  width: 50%;
  border-radius: 0 150px 0 0;
  background-color: var(--white);
  color: var(--blue);
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  footer .left {
    width: calc(100% - 20px);
    border-radius: 0 60px 60px 0;
  }
}
footer .left .inner {
  margin: 0 auto;
  max-width: 400px;
  padding-top: 60px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  footer .left .inner {
    padding-top: 40px;
  }
}
footer .left .logo {
  width: 235px;
}
@media screen and (max-width: 767px) {
  footer .left .logo {
    width: 180px;
  }
}
footer .left .company-area {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 20px;
}
footer .left .company-area .txt-wrapper .name {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .left .company-area .txt-wrapper .name {
    font-size: 16px;
  }
}
footer .left .company-area .txt-wrapper .address {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  footer .left .company-area .txt-wrapper .address {
    font-size: 15px;
  }
}
footer .left .company-area .icon {
  width: 88px;
  padding-top: 10px;
}
footer .left .contact {
  display: grid;
  align-items: center;
  margin-top: 30px;
}
footer .left .contact h2 {
  font-size: 18px;
}
footer .left .contact .tel {
  margin-top: 10px;
  font-size: 48px;
  font-weight: bold;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0 15px;
  align-items: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  footer .left .contact .tel {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  footer .left .contact .tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  footer .left .contact .tel {
    font-size: 36px;
  }
}
footer .left .contact .tel .icon {
  width: 30px;
}
footer .left .contact .fax {
  font-size: 48px;
  font-weight: bold;
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 0 15px;
  margin-top: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  footer .left .contact .fax {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  footer .left .contact .fax {
    font-size: 40px;
    gap: 0 19px;
  }
}
@media screen and (max-width: 500px) {
  footer .left .contact .fax {
    font-size: 36px;
  }
}
footer .left .contact .fax .icon {
  width: 26px;
}
@media screen and (max-width: 767px) {
  footer .left .contact .fax .icon {
    width: 30px;
  }
}
footer .left .btn {
  margin-top: 40px;
}
footer .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .right {
    width: 100%;
    padding-bottom: 80px;
  }
}
footer .right .inner {
  max-width: 440px;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  position: relative;
  padding: 40px 0 50px;
}
@media screen and (max-width: 767px) {
  footer .right .inner {
    max-width: 100%;
    padding-bottom: 0;
  }
}
footer .right nav > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
@media screen and (max-width: 1050px) {
  footer .right nav > ul {
    gap: 30px 20px;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .right nav > ul {
    gap: 20px 30px;
    max-width: 100%;
  }
}
footer .right nav > ul > li {
  width: 190px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1050px) {
  footer .right nav > ul > li {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  footer .right nav > ul > li {
    width: calc((100% - 30px) / 2);
  }
}
footer .right nav > ul > li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid var(--white);
  padding-bottom: 10px;
  transition: opacity 0.3s;
}
footer .right nav > ul > li a.inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 500px) {
  footer .right nav > ul > li a.inline-block {
    scale: 0.97;
  }
}
@media (any-hover: hover) {
  footer .right nav > ul > li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  footer .right nav > ul > li a {
    padding-bottom: 5px;
  }
}
footer .right nav > ul > li a span {
  position: relative;
  padding-left: 18px;
}
footer .right nav > ul > li a span:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .right nav > ul > li p {
  font-size: 14px;
  font-weight: 500;
  color: #b8c3e5;
}
@media screen and (max-width: 767px) {
  footer .right nav > ul > li p {
    display: none;
  }
}
footer .right nav > ul > li:last-child a {
  border: none;
  font-size: 12px;
  font-weight: normal;
  border-bottom: 1px solid var(--white);
  padding-bottom: 5px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .right nav > ul > li:last-child a {
    font-size: 13px;
    margin-bottom: 0;
  }
}
footer .right nav > ul > li ul {
  margin-top: 6px;
  border-top: 1px solid var(--white);
  padding-top: 10px;
}
footer .right nav > ul > li ul li a {
  padding: 0;
  position: relative;
  padding-left: 20px;
  border: none;
  line-height: 1;
  display: inline-block;
}
footer .right nav > ul > li ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .right .copyright {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 12px;
  color: var(--white);
  font-weight: normal;
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .right .copyright {
    bottom: -50px;
  }
}

a.cta-btn {
  max-width: 400px;
  height: 80px;
  background-color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 20px;
  font-weight: bold;
  box-shadow: 4px 6px 0px 0px #eaeaea;
  border-radius: 40px;
  transition: opacity 0.3s;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media (any-hover: hover) {
  a.cta-btn:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  a.cta-btn {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}
a.cta-btn:before {
  content: "";
  position: absolute;
  top: 45px;
  right: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--white);
}
a.cta-btn:after {
  content: "";
  position: absolute;
  top: 41px;
  right: 20px;
  width: 15px;
  height: 2px;
  transform: rotate(35deg);
  background-color: var(--white);
}

a.cta-link {
  color: var(--red);
  font-size: 18px;
  font-weight: 700;
  transition: opacity 0.3s;
  position: relative;
  line-height: 1.5 !important;
  padding-right: 55px;
}
@media screen and (max-width: 767px) {
  a.cta-link {
    font-size: 16px;
  }
}
@media (any-hover: hover) {
  a.cta-link:hover {
    opacity: 0.6;
  }
  a.cta-link:hover:before {
    right: -5px;
  }
  a.cta-link:hover:after {
    right: -5px;
    transform: rotate(30deg);
    width: 13px;
  }
}
a.cta-link:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: var(--red);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  a.cta-link:before {
    top: 15px;
  }
}
a.cta-link:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 10px;
  height: 1px;
  transform: rotate(40deg);
  background-color: var(--red);
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  a.cta-link:after {
    top: 11px;
  }
}

main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 40px;
  }
}

section.under-mv {
  margin-top: 80px;
  background: url("../img/bg_line.gif") repeat left top;
  height: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  section.under-mv {
    height: 200px;
  }
}
section.under-mv .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 485px;
}
section.under-mv .img img {
  transition: opacity 0.5;
}
@media screen and (max-width: 1000px) {
  section.under-mv .img img {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 767px) {
  section.under-mv .img {
    width: 290px;
  }
}
@media screen and (max-width: 500px) {
  section.under-mv .img {
    top: auto;
    bottom: 5px;
    width: 50%;
  }
}
section.under-mv .inner {
  height: 100%;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  align-items: center;
}
section.under-mv hgroup {
  color: var(--blue);
  position: relative;
  z-index: 1;
}
section.under-mv hgroup p {
  letter-spacing: 0;
  font-size: 90px;
  font-family: var(--poppins);
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  section.under-mv hgroup p {
    font-size: 55px;
  }
}
section.under-mv hgroup h1 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.under-mv hgroup h1 {
    font-size: 16px;
  }
}

section.breadcrumb {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 90%;
}
section.breadcrumb ul.breadcrumb-list {
  display: flex;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  section.breadcrumb ul.breadcrumb-list {
    margin: 7px 0;
    position: static;
  }
}
section.breadcrumb ul.breadcrumb-list li {
  position: relative;
  flex-wrap: wrap;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  section.breadcrumb ul.breadcrumb-list li {
    margin-right: 25px;
  }
}
section.breadcrumb ul.breadcrumb-list li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px var(--blue);
  border-right: solid 1px var(--blue);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: calc(100% + 10px);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  section.breadcrumb ul.breadcrumb-list li:after {
    left: calc(100% + 8px);
    top: 2px;
  }
}
section.breadcrumb ul.breadcrumb-list li:last-child {
  pointer-events: none;
  cursor: default;
}
section.breadcrumb ul.breadcrumb-list li:last-child:after {
  display: none;
}
section.breadcrumb ul.breadcrumb-list li a {
  font-size: 13px;
}

.obj {
  pointer-events: none;
}

.floating {
  position: relative;
}
.floating img {
  display: block;
  width: 100%;
}
.floating::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-url) no-repeat center/contain;
  filter: drop-shadow(0 80px var(--shadow-blur, 3px) rgba(30, 120, 150, var(--shadow-opacity, 0.07)));
  z-index: -1;
  pointer-events: none;
}

.pc-b {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc-b {
    display: none !important;
  }
}

.sp-b {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-b {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}