/*元サイトからの移設*/
* {
  box-sizing: border-box;
}

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;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
main {
  display: block;
}
select::-ms-expand {
  display: none;
}
textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
textarea:focus {
  outline: 0;
}
input {
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input:focus {
  outline: 0;
}
select {
  border-radius: 0;
  border: none;
  background: none;
}
select:focus {
  outline: 0;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
body {
  padding-top: 161px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 69px;
  }
}
a {
  color: inherit;
}


.l-body {
  padding-top: 78px;
  @media screen and (max-width: 960px) {
    padding-top: 58px;
  }
}


.l-header {
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 58px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
}
@media (min-width: 961px) {
  .l-header__inner {
    padding: 18px 40px;
  }
}
.l-header__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-header__logo {
  display: block;
}
.l-header__logo-link {
  display: flex;
  align-items: center;
  gap: 26px;
}
.l-header__logo-img {
  display: block;
  height: 15px;
}
@media (min-width: 961px) {
  .l-header__logo-img {
    height: 19px;
  }
}
.l-header__logo-img img {
  height: 100%;
  width: auto;
}
.l-header__logo-divider {
  width: 2px;
  height: 15px;
  background-color: #1f2627;
}
@media (min-width: 961px) {
  .l-header__logo-divider {
    height: 19px;
  }
}
.l-header__logo-img02 {
  display: block;
  height: 15px;
}
@media (min-width: 961px) {
  .l-header__logo-img02 {
    height: 17px;
  }
}
.l-header__logo-img02 img {
  height: 100%;
  width: auto;
}
.l-header__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #1f2627;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .l-header__subtitle {
    font-size: 0.75rem;
  }
}
.l-header__subtitle-fortinet {
  font-size: 0.6875rem;
}
@media (min-width: 961px) {
  .l-header__subtitle-fortinet {
    font-size: 0.8125rem;
  }
}
.l-header__subtitle-text {
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .l-header__subtitle-text {
    font-size: 0.75rem;
  }
}
@media (min-width: 961px) {
  .l-header__right {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 960px) {
  .l-header__right {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
    padding: 85px 40px 50px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
  }
  .l-header__right.-active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0s 0s;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .l-header__nav {
    width: 100%;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 26px;
}
@media (max-width: 960px) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
}
.l-header__nav-item {
  position: relative;
}
@media (max-width: 960px) {
  .l-header__nav-item {
    border-bottom: 1px solid #d9d9d9;
  }
}
.l-header__nav-item--sp-only {
  display: none;
}
@media (max-width: 960px) {
  .l-header__nav-item--sp-only {
    display: block;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
  right: auto;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown .l-header__dropdown {
    position: static;
    top: auto;
    left: auto;
    padding-top: 0;
    padding-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  height: 40px;
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown .l-header__dropdown::before {
    display: none;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown .l-header__dropdown-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.l-header__nav-item--dropdown .l-header__dropdown-link::after {
  content: "";
  width: 6px;
  height: 10px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown .l-header__dropdown-link {
    padding: 12px 0 12px 20px;
    color: #1f2627;
    position: relative;
  }
  .l-header__nav-item--dropdown .l-header__dropdown-link::after {
    display: none;
  }
  .l-header__nav-item--dropdown .l-header__dropdown-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #da291c;
    border-radius: 50%;
    transform: translateY(-50%);
  }
}
.l-header__nav-item--dropdown .l-header__dropdown-link:hover {
  opacity: 0.7;
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown .l-header__dropdown-link:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .l-header__nav-item--dropdown:hover .l-header__dropdown {
    display: block;
  }
  .l-header__nav-item--dropdown:hover .l-header__nav-arrow {
    transform: rotate(180deg);
  }
}
.l-header__nav-item--dropdown.is-open .l-header__dropdown {
  display: block;
}
.l-header__nav-item--dropdown.is-open .l-header__nav-arrow {
  transform: rotate(180deg);
}
@media (max-width: 960px) {
  .l-header__nav-item--dropdown.is-open .l-header__nav-link--dropdown::after {
    transform: rotate(180deg);
  }
}
.l-header__nav-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1f2627;
  white-space: nowrap;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 960px) {
  .l-header__nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.05em;
  }
  .l-header__nav-link::after {
    content: "";
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%231F2627' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.l-header__nav-link:hover {
  color: #da291c;
}
.l-header__nav-link--dropdown {
  cursor: pointer;
}
@media (max-width: 960px) {
  .l-header__nav-link--dropdown::after {
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23DA291C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transition: transform 0.3s;
  }
}
.l-header__nav-arrow {
  transition: transform 0.3s;
}
@media (max-width: 960px) {
  .l-header__nav-arrow {
    display: none;
  }
}
.l-header__buttons {
  display: contents;
}
@media (max-width: 960px) {
  .l-header__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
  }
}
.l-header__btn-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
.l-header__btn-icon--contact {
  width: 20px;
  height: 18px;
  -webkit-mask-image: url("../img/icon_contact.png");
  mask-image: url("../img/icon_contact.png");
}
.l-header__btn-icon--download {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url("../img/icon_download.png");
  mask-image: url("../img/icon_download.png");
}
.l-header__btn-icon--arrow {
  width: 7px;
  height: 12px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.l-header__btn-icon--external {
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.66667V13.3333C14 13.687 13.8595 14.0261 13.6095 14.2761C13.3594 14.5262 13.0203 14.6667 12.6667 14.6667H2.66667C2.31304 14.6667 1.97391 14.5262 1.72386 14.2761C1.47381 14.0261 1.33333 13.687 1.33333 13.3333V3.33333C1.33333 2.97971 1.47381 2.64057 1.72386 2.39052C1.97391 2.14048 2.31304 2 2.66667 2H7.33333M10.6667 1.33333H14.6667V5.33333M6.66667 9.33333L14.6667 1.33333' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 8.66667V13.3333C14 13.687 13.8595 14.0261 13.6095 14.2761C13.3594 14.5262 13.0203 14.6667 12.6667 14.6667H2.66667C2.31304 14.6667 1.97391 14.5262 1.72386 14.2761C1.47381 14.0261 1.33333 13.687 1.33333 13.3333V3.33333C1.33333 2.97971 1.47381 2.64057 1.72386 2.39052C1.97391 2.14048 2.31304 2 2.66667 2H7.33333M10.6667 1.33333H14.6667V5.33333M6.66667 9.33333L14.6667 1.33333' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.l-header__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 20px;
  background-color: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 8px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: background-color 0.3s, opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .l-header__contact-btn {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #fff;
    gap: 10px;
  }
}
.l-header__contact-btn:hover {
  background: #fff;
  color: #2d2d2d;
}
.l-header__download-btn {
  display: none;
}
@media (max-width: 960px) {
  .l-header__download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 16px 20px;
    background-color: #a8190e;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    transition: opacity 0.3s;
    white-space: nowrap;
  }
  .l-header__download-btn:hover {
    opacity: 0.8;
  }
}
.l-header__ham {
  display: block;
}
@media (min-width: 961px) {
  .l-header__ham {
    display: none;
  }
}
.l-header__nav-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background-color: #f7f7f7;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0.4s;
}
.l-header__nav-area.-active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.4s, opacity 0.4s, visibility 0s 0s;
}
@media (min-width: 961px) {
  .l-header__nav-area {
    display: none;
  }
}
.l-header__nav-area__in {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 85px 40px 50px;
  overflow-y: auto;
}


.hamburger {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.hamburger.-active {
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  width: 20px;
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  width: 20px;
  top: 0;
  transform: rotate(45deg);
  background-color: #1f2627;
}
.hamburger.-active .hamburger__line::after {
  width: 20px;
  top: 0;
  transform: rotate(-45deg);
  background-color: #1f2627;
}
.hamburger.-active .hamburger__text {
  left: -52px;
}
.hamburger.-active .hamburger__text::before {
  content: "CLOSE";
}
.hamburger__line {
  display: block;
  height: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #1f2627;
  transition: 0.4s;
}
.hamburger__line::before, .hamburger__line::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #1f2627;
  transition: inherit;
}
.hamburger__line::before {
  top: -7px;
}
.hamburger__line::after {
  top: 7px;
}


.l-footer {
  width: 100%;
}
.l-footer__upper {
  background-color: #fff;
  border-top: 1px solid #2d2d2d;
  padding: 60px 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__upper {
    padding: 20px 20px 40px;
  }
}
.l-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-group.--multi {
    gap: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-group {
    gap: 0;
  }
  .l-footer__nav-group.--has-list {
    border-bottom: 1px solid #d9d9d9;
  }
  .l-footer__nav-group.is-open .l-footer__nav-title-arrow.--down {
    transform: rotate(225deg);
  }
  .l-footer__nav-group.is-open .l-footer__nav-list {
    display: flex;
  }
}
.l-footer__nav-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #606060;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    font-weight: 500;
    font-size: 1rem;
    color: #000;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-footer__nav-group.--has-list .l-footer__nav-title {
    border-bottom: none;
  }
}
.l-footer__nav-title:is(a) {
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__nav-title:is(a):hover {
  opacity: 0.7;
}
.l-footer__nav-title-text {
  flex: 1;
}
.l-footer__nav-title-arrow {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-title-arrow {
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    transition: transform 0.3s;
  }
  .l-footer__nav-title-arrow.--down {
    border-right: 2px solid #a8190e;
    border-bottom: 2px solid #a8190e;
    transform: rotate(45deg);
  }
  .l-footer__nav-title-arrow.--right {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item {
    border-bottom: 1px solid #d9d9d9;
  }
  .l-footer__nav-item:last-child {
    border-bottom: none;
  }
}
.l-footer__nav-item a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .l-footer__nav-item a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    flex-shrink: 0;
  }
}
.l-footer__nav-item a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-item a:hover {
    text-decoration: none;
  }
}
.l-footer__lower {
  background-color: #2d2d2d;
  padding: 80px 16px;
}
@media screen and (max-width: 768px) {
  .l-footer__lower {
    padding: 80px 20px;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    gap: 60px;
  }
}
.l-footer__logo-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.l-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.l-footer__logo-img {
  display: flex;
  align-items: center;
  gap: 26px;
}
.l-footer__loogo-link {
  display: inline-block;
}
.l-footer__logo-fortinet {
  height: 19px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-fortinet {
    height: 14px;
  }
}
.l-footer__logo-divider {
  width: 2px;
  height: 19px;
  background-color: #fff;
}
.l-footer__logo-sbcs {
  height: 17px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-sbcs {
    height: 13px;
  }
}
.l-footer__logo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.97px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-text {
    font-size: 0.6875rem;
  }
}
.l-footer__logo-text-sub {
  font-size: 0.92em;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .l-footer__logo-text-sub {
    font-size: 0.91em;
    letter-spacing: 0.8px;
  }
}
.l-footer__policy {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__policy {
    flex-direction: column;
    gap: 40px;
  }
}
.l-footer__policy-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-footer__policy-link:hover {
  opacity: 0.7;
}
.l-footer__external::after {
  content: "";
  width: 1em;
  height: 1em;
  -webkit-mask-image: url("../img/icon_tab.svg");
  mask-image: url("../img/icon_tab.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  background: #fff;
}
.l-footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__company {
    gap: 60px;
  }
}
.l-footer__company-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.l-footer__company-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.9px;
}
.l-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.l-footer__sites {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer__sites {
    gap: 20px;
  }
}
.l-footer__sites-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.8px;
}
.l-footer__sites-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__sites-list {
    flex-direction: column;
    gap: 20px;
  }
}
.l-footer__sites-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-footer__sites-link {
    line-height: 1.6;
    text-align: center;
  }
}
.l-footer__sites-link:hover {
  opacity: 0.7;
}

.l-footer-contact {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer-contact {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-contact {
    padding: 40px 20px;
  }
}


.c-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.c-follow.visible {
  opacity: 1;
  pointer-events: auto;
}
.c-follow__button {
  width: 50%;
}
.c-follow__material {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 11px 10px 10px 65px;
  position: relative;
}
.c-follow__material::before {
  position: absolute;
  top: 50%;
  right: calc(50% + 40px);
  width: 14px;
  height: 17.5px;
  content: url(../img/icon_material.svg);
  transform: translateY(-50%);
}
.c-follow__contact {
  width: 100%;
  display: block;
  background-color: #da291c;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 13px 10px 12px 67px;
  position: relative;
}
.c-follow__contact::before {
  position: absolute;
  top: 50%;
  right: calc(50% + 41px);
  width: 20px;
  height: 15px;
  content: url(../img/icon_contact.svg);
  transform: translateY(-50%);
}


.l-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transition: 0.3s;
}
@media (min-width: 961px) {
  .l-floating {
    display: none;
  }
}
.l-floating.is-active {
  opacity: 1;
  visibility: visible;
}
.l-floating__item {
  width: 220px;
}
@media screen and (max-width: 960px) {
  .l-floating__item {
    width: 100%;
  }
}
.l-floating__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid #fff;
  border-radius: 8px 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-floating__link:hover {
  opacity: 0.8;
}
.l-floating__icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-floating__icon--download {
  -webkit-mask-image: url(../img/icon_download.png);
  mask-image: url(../img/icon_download.png);
}
.l-floating__icon--contact {
  height: 18px;
  -webkit-mask-image: url(../img/icon_contact.png);
  mask-image: url(../img/icon_contact.png);
}
.l-floating__item--download .l-floating__link {
  background-color: #a8190e;
}
.l-floating__item--contact .l-floating__link {
  background-color: #2d2d2d;
}
.l-floating__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-100%);
  z-index: 99;
  padding: 30px 14px;
  border: 1px solid #fff;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 960px) {
  .l-floating__btn {
    display: none;
  }
}
.l-floating__btn:hover {
  opacity: 0.8;
}
.l-floating__btn--download {
  background-color: #a8190e;
}
.l-floating__btn-text {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}
.l-floating__btn-icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-floating__btn-icon--download {
  -webkit-mask-image: url(../img/icon_download.png);
  mask-image: url(../img/icon_download.png);
}


@media screen and (min-width: 769px) {
  .u-sp { display: none; }
}