@charset "UTF-8";
/*-- commonフォルダの中の_index.scss --*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-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;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1080px;
  }
}

/*-- baseフォルダの中の_index.scss --*/
/*-- pageフォルダの中の_index.scss --*/
.header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
}
@media (max-width: 767.98px) {
  .header__inner {
    align-items: center;
    background-color: #fff;
  }
}
.header__logos {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 1.3125rem 1rem;
}
@media (max-width: 767.98px) {
  .header__logos {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 10002;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
}
.header__logos img {
  margin-right: 0.5rem;
}
.header__logos a:nth-of-type(1) {
  position: relative;
  z-index: 10000;
}
@media (max-width: 767.98px) {
  .header__logos a:nth-of-type(2) {
    display: none;
  }
}
.header__logos .header__tagline {
  font-size: 0.625rem;
  color: #777;
}
.header__nav {
  flex-shrink: 0;
  font-weight: bold;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767.98px) {
  .header__nav {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 5.125rem;
    right: 0;
    width: 100%;
    height: calc(100vh - 5.125rem);
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 9999;
    padding: 2rem 1rem;
    display: block;
  }
  .header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .header__nav.is-hover {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    margin-top: 5.3125rem;
  }
  .header__nav-list {
    flex-direction: column;
    gap: 1rem;
    height: auto;
  }
  .header__nav .header__logos-sp {
    position: absolute;
    top: 3em;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__nav-list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .header__nav-list {
    gap: 0;
    margin-top: 5.8em;
    height: auto;
  }
}
.header__nav-list a {
  font-size: calc(4.2666666667vw);
}
@media (min-width: 768px) {
  .header__nav-list a {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .header__nav-list a {
    display: block;
    width: 100%;
    padding-block: calc(5.8666666667vw);
    justify-content: flex-start;
  }
}
.header__nav-item {
  height: 100%;
  display: flex;
  align-items: center;
  will-change: height;
}
@media (max-width: 767.98px) {
  .header__nav-item {
    border-bottom: 1px solid #ccc;
    padding-inline: 1rem;
    height: auto;
  }
}
@media (max-width: 767.98px) and (any-hover: hover) {
  .header__nav-item {
    transition: 0.3s;
  }
  .header__nav-item:hover {
    background: #fceeee;
  }
}
.header__nav-item.dropdown {
  cursor: pointer;
  position: relative;
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown {
    flex-direction: column;
    align-items: baseline;
  }
}
.header__nav-item.dropdown > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown > a {
    justify-content: flex-start;
  }
}
.header__nav-item.dropdown > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.25rem;
  width: 1em;
  height: 1.125rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MzgiIGhlaWdodD0iNy4wNjYiIHZpZXdCb3g9IjAgMCAxMy44MzggNy4wNjYiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC4yNjQsMTYuNjcxbC0xLjItMS4zNThMNy44NTQsOS44ODQsMi44MzMsNC4xOTFsMS4yLTEuMzU4TDkuNjUsOS4yMDVhMS4wNTMsMS4wNTMsMCwwLDEsMCwxLjM1OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjY3MSAtMi44MzMpIHJvdGF0ZSg5MCkiIGZpbGw9IiMyMjIiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.header__nav-item.dropdown .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: -2.5rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 20;
  overflow: hidden;
  height: 0;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 0;
  visibility: hidden;
  will-change: height;
  transition: height 0.4s ease;
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown .dropdown-menu {
    flex-direction: column;
    position: static;
    border-top: none;
    box-shadow: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: height 0.2s ease;
    margin-bottom: 1rem;
  }
}
.header__nav-item.dropdown .dropdown-menu li {
  padding: 0rem 1.5rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown .dropdown-menu li {
    background: #fff;
  }
}
@media (max-width: 767.98px) and (any-hover: hover) {
  .header__nav-item.dropdown .dropdown-menu li {
    transition: 0.3s;
    width: 100%;
  }
  .header__nav-item.dropdown .dropdown-menu li:hover {
    background: #f2f2f2;
  }
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown .dropdown-menu li + li {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .header__nav-item.dropdown .dropdown-menu li {
    border-top: 4px solid transparent;
  }
  .header__nav-item.dropdown .dropdown-menu li:not(:last-of-type) {
    border-bottom: 1px solid #f3f3f3;
  }
}
.header__nav-item.dropdown .dropdown-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 0.975rem;
  padding: 0.875rem 0rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .header__nav-item.dropdown .dropdown-menu li a {
    font-size: calc(4.16vw);
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .header__nav-item.dropdown .dropdown-menu li a {
    transition: color 0.3s;
  }
  .header__nav-item.dropdown .dropdown-menu li a:hover {
    color: #EA002A;
  }
}
@media (min-width: 768px) {
  .header__nav-item.dropdown .dropdown-menu li.is-active a {
    color: #EA002A;
  }
}
.header__nav-item.dropdown.is-hover .dropdown-menu, .header__nav-item.dropdown.is-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header__nav-item.dropdown.is-hover a::after, .header__nav-item.dropdown.is-open a::after {
  transform: rotate(180deg);
}
.header__nav-item.dropdown.is-active.is-hover a::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .header__nav-item.is-active {
    border-top: 4px solid #EA002A;
    color: #EA002A;
  }
  .header__nav-item.is-active.dropdown > a::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44MzgiIGhlaWdodD0iNy4wNjYiIHZpZXdCb3g9IjAgMCAxMy44MzggNy4wNjYiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC4yNjQsMTYuNjcxbC0xLjItMS4zNThMNy44NTQsOS44ODQsMi44MzMsNC4xOTFsMS4yLTEuMzU4TDkuNjUsOS4yMDVhMS4wNTMsMS4wNTMsMCwwLDEsMCwxLjM1OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2LjY3MSAtMi44MzMpIHJvdGF0ZSg5MCkiIGZpbGw9IiNlYTAwMmEiLz48L3N2Zz4=");
  }
}
.header__nav .service-menu {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .header__nav .service-menu {
    display: none;
  }
}
.header__nav .service-menu li {
  padding: 0rem 1.5rem;
  border-top: 4px solid transparent;
}
.header__nav .service-menu li.is-active {
  border-top: 4px solid #EA002A;
}
.header__nav .service-menu li.is-active a {
  color: #EA002A;
}
.header__nav .service-menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 0.975rem;
  padding: 1.25rem 0rem;
  line-height: 1.5;
}
.header__actions {
  display: flex;
  gap: 0.5rem;
  padding: 1.3125rem 1rem;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .header__actions {
    flex-direction: column;
    gap: calc(4.2666666667vw);
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-top: calc(4.2666666667vw);
  }
  .header__actions .button {
    width: 100%;
    font-size: calc(4.2666666667vw);
  }
}
.header__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .header__toggle {
    display: flex;
    margin: 1rem 1rem 1rem auto;
    position: absolute;
    right: 0;
    z-index: 10003;
  }
}
.header__toggle span {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #222222;
  transform-origin: center;
  transition: all 0.3s ease;
}
.header__toggle.is-open span {
  width: 32px;
}
.header__toggle.is-open span:nth-child(1) {
  transform: rotate(40deg) translateY(12px);
}
.header__toggle.is-open span:nth-child(2) {
  opacity: 0;
}
.header__toggle.is-open span:nth-child(3) {
  transform: rotate(-40deg) translateY(-11px);
}
@media (min-width: 768px) {
  .header.children-sticky {
    position: relative;
  }
  .header.children-sticky.is-fixed .service-menu {
    display: flex;
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    min-width: 75rem;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .surfgate2 .header__nav {
    height: calc(100vh - 4.4em);
  }
  .surfgate2 .header__nav-list {
    margin-top: 0;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9em 1em 1.19em;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: calc(4.2666666667vw);
  width: -moz-max-content;
  width: max-content;
  min-width: 12.5rem;
}
@media (min-width: 768px) {
  .button {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .button {
    transition: 0.3s;
  }
  .button:hover {
    filter: opacity(0.76);
  }
}
@media (max-width: 767.98px) {
  .button {
    padding: 1.19em 1em;
  }
}
.button__red {
  background-color: #EA002A;
}
.button__red.has-arrow {
  overflow: hidden;
  position: relative;
}
.button__red.has-arrow::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjM0NSIgaGVpZ2h0PSIxNC40MTQiIHZpZXdCb3g9IjAgMCA4LjM0NSAxNC40MTQiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC41MjMsMTcuMjQ3LDMuMTA4LDE1LjgzM2w1LjY1NS01LjY1NUwyLjgzMyw0LjI0Nyw0LjI0NywyLjgzM2w2LjYzOCw2LjYzOGExLDEsMCwwLDEsMCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjZWEwMTJiIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 65%;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.75rem;
  transition: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 767.98px) {
  .button__red.has-arrow::before {
    margin-right: 1rem;
  }
}
.button__red.has-arrow::after {
  background: color-mix(in hsl shorter hue, #ff7977 40%, #EA002A 100%);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80%;
  height: 0;
  z-index: -1;
  transform: translateY(0) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.2s;
}
@media (any-hover: hover) {
  .button__red.has-arrow:hover {
    filter: opacity(1);
  }
  .button__red.has-arrow:hover::before {
    transition: transform 0.5s;
    transform: translateX(3px);
  }
  .button__red.has-arrow:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
  }
}
.button__red.has-arrow-reverse::before {
  background: color-mix(in hsl shorter hue, #fff 30%, #EA002A 100%);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80%;
  height: 0;
  z-index: -1;
  transform: translateY(0) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.3s;
}
@media (any-hover: hover) {
  .button__red.has-arrow-reverse:hover {
    filter: opacity(1);
  }
  .button__red.has-arrow-reverse:hover::before {
    transition: transform 0.5s;
    transform: translateX(3px);
  }
  .button__red.has-arrow-reverse:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
  }
}
.button__red.has-arrow-reverse::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjM0NSIgaGVpZ2h0PSIxNC40MTQiIHZpZXdCb3g9IjAgMCA4LjM0NSAxNC40MTQiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC41MjMsMTcuMjQ3LDMuMTA4LDE1LjgzM2w1LjY1NS01LjY1NUwyLjgzMyw0LjI0Nyw0LjI0NywyLjgzM2w2LjYzOCw2LjYzOGExLDEsMCwwLDEsMCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjZWEwMTJiIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 65%;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.button__gray {
  background-color: #525B5C;
}
.button__gray.has-arrow {
  overflow: hidden;
  position: relative;
}
.button__gray.has-arrow::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjM0NSIgaGVpZ2h0PSIxNC40MTQiIHZpZXdCb3g9IjAgMCA4LjM0NSAxNC40MTQiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC41MjMsMTcuMjQ3LDMuMTA4LDE1LjgzM2w1LjY1NS01LjY1NUwyLjgzMyw0LjI0Nyw0LjI0NywyLjgzM2w2LjYzOCw2LjYzOGExLDEsMCwwLDEsMCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjNTI1YjVjIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 65%;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.75rem;
  transition: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 767.98px) {
  .button__gray.has-arrow::before {
    margin-right: 1rem;
  }
}
.button__gray.has-arrow::after {
  background: color-mix(in hsl shorter hue, #fff 40%, #525B5C 100%);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80%;
  height: 0;
  z-index: -1;
  transform: translateY(0) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.3s;
}
@media (any-hover: hover) {
  .button__gray.has-arrow:hover {
    filter: opacity(1);
  }
  .button__gray.has-arrow:hover::before {
    transition: transform 0.5s;
    transform: translateX(3px);
  }
  .button__gray.has-arrow:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
  }
}
.button__blue {
  background-color: #01A2D9;
}
.button__blue.has-arrow {
  position: relative;
  overflow: hidden;
}
.button__blue.has-arrow::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjM0NSIgaGVpZ2h0PSIxNC40MTQiIHZpZXdCb3g9IjAgMCA4LjM0NSAxNC40MTQiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC41MjMsMTcuMjQ3LDMuMTA4LDE1LjgzM2w1LjY1NS01LjY1NUwyLjgzMyw0LjI0Nyw0LjI0NywyLjgzM2w2LjYzOCw2LjYzOGExLDEsMCwwLDEsMCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjMDFhMmQ5Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 60%;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.75rem;
  transition: 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 767.98px) {
  .button__blue.has-arrow::before {
    margin-right: 1rem;
  }
}
.button__blue.has-arrow::after {
  background: color-mix(in hsl shorter hue, #fff 20%, #01A2D9 100%);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80%;
  height: 0;
  z-index: -1;
  transform: translateY(0) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.3s;
}
@media (any-hover: hover) {
  .button__blue.has-arrow:hover {
    filter: opacity(1);
  }
  .button__blue.has-arrow:hover::before {
    transition: transform 0.5s;
    transform: translateX(3px);
  }
  .button__blue.has-arrow:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
  }
}
.button__outline-navy {
  background: #fff;
  border: 2px solid #002C60;
  color: #002C60;
}
.button__outline-navy.has-arrow {
  overflow: hidden;
  position: relative;
}
.button__outline-navy.has-arrow::before {
  transition: 0.3s;
  transition-delay: 0.3s;
  background: color-mix(in hsl shorter hue, #fff 30%, #abdcff 100%);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 80%;
  height: 0;
  z-index: -1;
  transform: translateY(0) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.3s;
}
.button__outline-navy.has-arrow::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: #002C60 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjM0NSIgaGVpZ2h0PSIxNC40MTQiIHZpZXdCb3g9IjAgMCA4LjM0NSAxNC40MTQiPiA8cGF0aCBpZD0ibXlJY29uIiBkPSJNNC41MjMsMTcuMjQ3LDMuMTA4LDE1LjgzM2w1LjY1NS01LjY1NUwyLjgzMyw0LjI0Nyw0LjI0NywyLjgzM2w2LjYzOCw2LjYzOGExLDEsMCwwLDEsMCwxLjQxNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 65%;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 1rem;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .button__outline-navy.has-arrow::after {
    margin-right: 1.375rem;
  }
}
@media (any-hover: hover) {
  .button__outline-navy.has-arrow:hover {
    filter: opacity(1);
  }
  .button__outline-navy.has-arrow:hover::after {
    transition: transform 0.5s;
    transform: translateX(3px);
  }
  .button__outline-navy.has-arrow:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity 0.5s, transform 0.5s ease-in-out;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem;
}

body {
  color: #222222;
}

sup {
  font-size: 100%;
  top: 0;
}

.container {
  max-width: 1232px;
  padding-inline: calc(3.7333333333vw);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 1rem;
  }
}

.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: bold;
}
.fw-900 {
  font-weight: 900;
}

.color-red {
  color: #EA002A;
}
.color-blue {
  color: #01A2D9;
}
.color-gray {
  color: #525B5C;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .d-sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-pc-none {
    display: none;
  }
}

.section__heading {
  margin-bottom: calc(10.6666666667vw);
}
@media (min-width: 768px) {
  .section__heading {
    margin-bottom: 3.75rem;
  }
}
.section__label {
  font-size: calc(4.8vw);
  color: #003c74;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .section__label {
    font-size: 1.5rem;
  }
}
.section__label::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background: #003c74;
}
.section__label::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2px;
  background: #003c74;
}
.section__title {
  text-align: center;
  font-size: calc(6.6666666667vw);
  font-weight: bold;
  margin-bottom: calc(7.4666666667vw);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    margin-bottom: 1.375rem;
  }
}
.section__description {
  font-size: calc(3.4666666667vw);
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .section__description {
    font-size: 1rem;
  }
}

.section__heading-02 {
  text-align: center;
  margin-bottom: 2rem;
}
.section__heading-02 h2 {
  font-size: calc(6.6666666667vw);
  font-weight: bold;
  letter-spacing: 0.125rem;
  color: #163870;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .section__heading-02 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .section__heading-02 h2 {
    margin-bottom: 1.2em;
  }
}
.section__heading-02 p {
  font-weight: 500;
  line-height: 1.7;
  font-size: calc(3.7333333333vw);
}
@media (min-width: 768px) {
  .section__heading-02 p {
    font-size: 1rem;
  }
}

.button__wrapper {
  display: flex;
  justify-content: center;
}
.button__wrapper .button {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
}

.support-system .container {
  padding: 5rem 1.25rem 6.75rem;
}
.support-system .section-title {
  color: #222222;
}
.support-system .section-subtitle {
  font-size: calc(3.7333333333vw);
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .support-system .section-subtitle {
    font-size: 1rem;
  }
}
.support-system .support-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(8.5333333333vw);
  position: relative;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .support-system .support-steps {
    gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .support-system .support-steps {
    flex-direction: column;
  }
}
.support-system .support-steps::after {
  content: "";
  width: 7.375rem;
  height: 2.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTgiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCAxMTggNDAiPiA8cGF0aCBpZD0i5aSa6KeS5b2iXzgiIGRhdGEtbmFtZT0i5aSa6KeS5b2iIDgiIGQ9Ik01OSwwbDU5LDQwSDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTggNDApIHJvdGF0ZSgxODApIiBmaWxsPSIjZWEwMDJhIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.75rem auto 1.75rem;
}
@media (max-width: 767.98px) {
  .support-system .support-steps::after {
    width: 5rem;
    height: 1.75rem;
    margin: -1.125rem auto 1.375rem;
  }
}
.support-system .step {
  flex: 1 1 calc(20% - 1rem);
  border: 0.125rem solid #005bab;
  text-align: center;
  background: #fff;
  position: relative;
}
.support-system .step:first-of-type .step-number {
  padding-right: 3px;
}
.support-system .step-number {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #003a75;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
}
.support-system .step-icon {
  background: rgba(172, 211, 247, 0.2392156863);
  padding: 2.5rem 0.375rem 1.25rem;
}
.support-system .step-textarea {
  padding: 1.25rem 1.5rem 3rem;
}
.support-system .step-textarea .step-title {
  font-size: calc(4.5333333333vw);
  font-weight: bold;
  margin-bottom: 1em;
  color: #002C60;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .support-system .step-textarea .step-title {
    font-size: 1.25rem;
  }
}
.support-system .step-textarea .step-description {
  font-size: calc(4.2666666667vw);
  line-height: 1.6;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 768px) {
  .support-system .step-textarea .step-description {
    font-size: 1rem;
  }
}
.support-system .support-summary {
  text-align: center;
  padding: 2.625rem 16.25rem 2.625rem 1.25rem;
  border: 0.25rem solid #e60012;
  position: relative;
}
@media (max-width: 767.98px) {
  .support-system .support-summary {
    padding: 1.375rem 8.75rem 2.5rem 1.125rem;
  }
}
@media (max-width: 499.98px) {
  .support-system .support-summary {
    padding: 2.625rem 1.375rem 6.875rem 1.375rem;
  }
}
.support-system .support-summary p {
  font-size: clamp(1.375rem, 1.5vw, 1.4375rem);
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .support-system .support-summary p {
    font-size: calc(4.2666666667vw);
  }
}
.support-system .support-summary .highlight {
  color: #e60012;
  font-weight: bold;
}
.support-system .support-summary__image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15.625rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .support-system .support-summary__image {
    width: 8.75rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 499.98px) {
  .support-system .support-summary__image {
    width: 6.25rem;
  }
}

.product-lineup {
  background: url(../../enocean/images/lineup-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4em 0;
}
.product-lineup__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: calc(6.4vw);
  margin-block: 4em;
}
@media (min-width: 768px) {
  .product-lineup__cards {
    gap: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .product-lineup__cards {
    grid-template-columns: 1fr;
  }
}
.product-lineup .lineup__actions {
  gap: 2rem;
}
@media (max-width: 1199.98px) {
  .product-lineup .lineup__actions {
    gap: 1rem;
  }
}
@media (max-width: 767.98px) {
  .product-lineup .lineup__actions {
    flex-direction: column;
  }
}
.product-lineup .lineup__actions .button {
  font-size: calc(4.2666666667vw);
  flex: 1;
  max-width: 22.5rem;
}
@media (min-width: 768px) {
  .product-lineup .lineup__actions .button {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .product-lineup .lineup__actions .button {
    max-width: initial;
    width: 100%;
  }
}

.product-card {
  background: #fff;
  box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.16);
  flex: 1;
  padding: 1.5rem 1.75rem 2rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: calc(3.7333333333vw);
  transition: box-shadow 0.2s;
  position: relative;
}
@media (min-width: 768px) {
  .product-card {
    gap: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .product-card {
    width: 100%;
  }
}
.product-card:hover {
  box-shadow: 0 0.75rem 1.75rem rgba(22, 56, 112, 0.16);
}
.product-card__category {
  position: absolute;
  top: 0;
  left: 0;
  width: 46%;
  background: #0a336b;
  color: #fff;
  font-size: calc(4.2666666667vw);
  font-weight: 500;
  text-align: center;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .product-card__category {
    font-size: 1rem;
  }
}
.product-card__image {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .product-card__image {
    margin-top: 3.6em;
  }
}
.product-card__image img {
  display: block;
  margin: 0 auto;
}
.product-card__title {
  color: #163870;
  font-size: calc(4.8vw);
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .product-card__title {
    font-size: 1.25rem;
  }
}
.product-card__desc {
  font-size: calc(4.2666666667vw);
  font-weight: 500;
  color: #222;
  text-align: left;
  line-height: 1.7;
  min-height: 6rem;
}
@media (min-width: 768px) {
  .product-card__desc {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .product-card__desc {
    margin-bottom: 0.75rem;
  }
}
.product-card__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(3.2vw);
  font-size: calc(4.2666666667vw);
}
@media (min-width: 768px) {
  .product-card__links {
    gap: 0.75rem;
  }
}
@media (min-width: 768px) {
  .product-card__links {
    font-size: 1rem;
  }
}
.product-card__link {
  border: solid #003a74;
  color: #003a74;
  padding-block: calc(3.4666666667vw);
  padding-inline: calc(4.8vw);
  text-align: center;
  text-decoration: none;
  display: inline grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  font-weight: 500;
  transition: background 0.15s;
}
@media (min-width: 768px) {
  .product-card__link {
    padding-block: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .product-card__link {
    padding-inline: 1rem;
  }
}
.product-card__link::before {
  content: "";
}
.product-card__link::after {
  content: "";
  width: 0.6em;
  height: 0.8em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNiAxMiI+IDxwYXRoIGlkPSJteUljb24iIGQ9Ik00LjA0OCwxNC44MzMsMy4wMzEsMTMuNjU2LDcuMSw4Ljk0OCwyLjgzMyw0LjAxLDMuODUsMi44MzMsOC42MjIsOC4zNTlhLjkyOC45MjgsMCwwLDEsMCwxLjE3N1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjgzMyAtMi44MzMpIiBmaWxsPSIjMjIyIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-size: contain;
  justify-self: end;
  transform: translateX(0);
}
@media (any-hover: hover) {
  .product-card__link {
    transition: background 0.2s, transform 0.2s;
  }
  .product-card__link:hover {
    background: #d0d7e1;
  }
  .product-card__link:hover::after {
    transform: translateX(2px);
  }
}

.sustainability {
  margin-bottom: calc(18.6666666667vw);
}
@media (min-width: 768px) {
  .sustainability {
    margin-bottom: 7.5rem;
  }
}
.sustainability__wrapper {
  background-color: #eaf4fb;
  padding: 3.125rem 3.75rem;
}
@media (max-width: 767.98px) {
  .sustainability__wrapper {
    padding: calc(11.2vw) calc(6.4vw);
  }
}
.sustainability__container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 767.98px) {
  .sustainability__container {
    flex-direction: column-reverse;
  }
}
.sustainability__content {
  flex: 1;
}
.sustainability__title {
  font-size: calc(6.6666666667vw);
  font-weight: bold;
  color: #002C60;
  padding: 0.5rem 0;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .sustainability__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .sustainability__title {
    gap: 0;
  }
}
.sustainability__title::before {
  display: block;
  content: "";
  width: calc((100% - 52px - 12ic) / 2);
  height: 2px;
  background: #002C60;
}
.sustainability__title::after {
  display: block;
  content: "";
  width: calc((100% - 52px - 12ic) / 2);
  height: 2px;
  background: #002C60;
}
.sustainability__text {
  font-size: calc(4.2666666667vw);
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .sustainability__text {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .sustainability__text {
    margin-bottom: 2rem;
  }
}
.sustainability .button {
  font-size: calc(4.8vw);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .sustainability .button {
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  .sustainability .button {
    width: 100%;
  }
}
.sustainability__image {
  flex: 1;
  text-align: center;
}
.sustainability__image img {
  max-width: 100%;
  height: auto;
}

.contact .footer__container {
  max-width: 100%;
}

.footer {
  background-color: #002C60;
  color: #fff;
  text-align: center;
}
.footer__top {
  background: url(../images/bg_footer.jpg) no-repeat;
  background-size: cover;
}
.footer__top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.125rem;
  min-height: 18.75rem;
  max-width: 62rem;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .footer__top-container {
    flex-direction: column;
    padding-inline: 2rem;
  }
}
.footer__top-image {
  max-width: 11.25rem;
}
.footer__top p {
  color: #002C60;
  font-weight: 500;
  text-align: left;
  line-height: 1.68;
}
.footer__middle {
  padding-block: 3rem;
  padding-inline: calc(4.2666666667vw);
}
@media (min-width: 768px) {
  .footer__middle {
    padding-inline: 1rem;
  }
}
.footer__middle .footer__tel {
  display: flex;
  gap: 0.9em;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 0.375rem;
}
@media (max-width: 767.98px) {
  .footer__middle .footer__tel {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}
.footer__middle .footer__tel span {
  font-weight: 500;
}
.footer__middle .footer__tel .tel-number {
  font-size: calc(5.8666666667vw);
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: baseline;
}
@media (min-width: 768px) {
  .footer__middle .footer__tel .tel-number {
    font-size: 2rem;
  }
}
.footer__middle .footer__tel .tel-number svg {
  margin-right: 0.25rem;
}
@media (max-width: 767.98px) {
  .footer__middle .footer__tel .tel-number svg {
    margin-right: 0.5rem;
    width: calc(3.2vw);
    height: calc(3.2vw);
  }
}
.footer__middle .footer__desc {
  font-size: calc(3.2vw);
  margin-bottom: 2.5rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__middle .footer__desc {
    font-size: 0.875rem;
  }
}
.footer__middle .footer__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.footer__middle .footer__buttons .button {
  flex: 1;
  min-width: 21.0625rem;
  font-size: calc(4.8vw);
  padding-block: 1.25rem;
}
@media (min-width: 768px) {
  .footer__middle .footer__buttons .button {
    font-size: 1.375rem;
  }
}
.footer .footer__note {
  font-size: calc(2.6666666667vw);
  font-weight: 500;
  margin-top: 1.75rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .footer .footer__note {
    font-size: 0.625rem;
  }
}
.footer .footer__back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  height: 2.5rem;
  cursor: pointer;
}
.footer .footer__back-to-top span {
  display: none;
}
.footer .footer__back-to-top::after {
  content: "";
  width: 1.6875rem;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNyAxNSI+IDxpbWFnZSBpZD0idG9wX2Fycm93IiB3aWR0aD0iMjciIGhlaWdodD0iMTUiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQnNBQUFBUENBWUFBQUZpbElST0FBQUFHWFJGV0hSVGIyWjBkMkZ5WlFCQlpHOWlaU0JKYldGblpWSmxZV1I1Y2NsbFBBQUFBNEpwVkZoMFdFMU1PbU52YlM1aFpHOWlaUzU0YlhBQUFBQUFBRHcvZUhCaFkydGxkQ0JpWldkcGJqMGk3N3UvSWlCcFpEMGlWelZOTUUxd1EyVm9hVWg2Y21WVGVrNVVZM3ByWXpsa0lqOCtJRHg0T25odGNHMWxkR0VnZUcxc2JuTTZlRDBpWVdSdlltVTZibk02YldWMFlTOGlJSGc2ZUcxd2RHczlJa0ZrYjJKbElGaE5VQ0JEYjNKbElEVXVNeTFqTURFeElEWTJMakUwTlRZMk1Td2dNakF4TWk4d01pOHdOaTB4TkRvMU5qb3lOeUFnSUNBZ0lDQWdJajRnUEhKa1pqcFNSRVlnZUcxc2JuTTZjbVJtUFNKb2RIUndPaTh2ZDNkM0xuY3pMbTl5Wnk4eE9UazVMekF5THpJeUxYSmtaaTF6ZVc1MFlYZ3Ribk1qSWo0Z1BISmtaanBFWlhOamNtbHdkR2x2YmlCeVpHWTZZV0p2ZFhROUlpSWdlRzFzYm5NNmVHMXdUVTA5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5dGJTOGlJSGh0Ykc1ek9uTjBVbVZtUFNKb2RIUndPaTh2Ym5NdVlXUnZZbVV1WTI5dEwzaGhjQzh4TGpBdmMxUjVjR1V2VW1WemIzVnlZMlZTWldZaklpQjRiV3h1Y3pwNGJYQTlJbWgwZEhBNkx5OXVjeTVoWkc5aVpTNWpiMjB2ZUdGd0x6RXVNQzhpSUhodGNFMU5Pazl5YVdkcGJtRnNSRzlqZFcxbGJuUkpSRDBpZUcxd0xtUnBaRG8zTVRBeU5UaENOakpFTWpBMk9ERXhPREE0TTBaQ05URTVOREJGUmtNd05TSWdlRzF3VFUwNlJHOWpkVzFsYm5SSlJEMGllRzF3TG1ScFpEcEJNMEZFUkVJNE5EUkJSakl4TVVVMlFUaERORUV3UXpRNU1rUkRORVEwUVNJZ2VHMXdUVTA2U1c1emRHRnVZMlZKUkQwaWVHMXdMbWxwWkRwQk0wRkVSRUk0TXpSQlJqSXhNVVUyUVRoRE5FRXdRelE1TWtSRE5FUTBRU0lnZUcxd09rTnlaV0YwYjNKVWIyOXNQU0pCWkc5aVpTQlFhRzkwYjNOb2IzQWdRME1nTWpBeE5TQW9UV0ZqYVc1MGIzTm9LU0krSUR4NGJYQk5UVHBFWlhKcGRtVmtSbkp2YlNCemRGSmxaanBwYm5OMFlXNWpaVWxFUFNKNGJYQXVhV2xrT2pJeFkyRmtNbVpsTFdRNU5Ua3ROREF3TlMxaFpqVmtMVGRtT0dZeE1EUmpOREF4WlNJZ2MzUlNaV1k2Wkc5amRXMWxiblJKUkQwaVlXUnZZbVU2Wkc5amFXUTZjR2h2ZEc5emFHOXdPakkwT1dRMVlUY3pMVGN5TlRndE1URTNPUzFpTWpabUxXTmlPVEJsWm1NMVlXVXdNQ0l2UGlBOEwzSmtaanBFWlhOamNtbHdkR2x2Ymo0Z1BDOXlaR1k2VWtSR1BpQThMM2c2ZUcxd2JXVjBZVDRnUEQ5NGNHRmphMlYwSUdWdVpEMGljaUkvUGdISEEySUFBQUY4U1VSQlZIamFZdnovL3o4RE1tQ0MwbkJSZ0FCaUFLa0E0dWNnbWdVbzhBZUlRZlIvZ0FCaVJOTDdBNGpab1d4R0JxaUtYMERNQ2hOQUF2OEJBZ2htSmd3L1J1YXpvS2lFZ0c5QXpBVXpGaWJCaU1UK0RiS0tCVTBDNWhpUTJEZUFBR0pFOXlrVWZJVVpEUVNmZ0pnZlhRRUxHaC9tS3dZMEoveUh5ckdqYS95TEZLem9RWUZ1QUVndEMwanhFbWhJTTJMUmhHNEFDUDhENGhrQUFZUWVyakFzL1I4Q1JMREpZOU9nK2g4VnlCTFNwSWVrK0RrU1d3MlhKaXNrUlhPZ1lpdVJ4QXpSTmJraFNmYWoyVDRUU2M0R3Bpa0VTYkFlUjhCMElhbnhZa0RpNU9IUUFNTTFNSVVnemo4Z1RpU2dBWWF6UU9vQkFveUJTTVVnTEEvRW45R2k0d01RaXhOckJoTURZYUFCeldNUGdKZ0hUUTZVSVY0QThSY2dWaVJvRWg2WEdBUHh6LytZWUFsVWZnTVd1ZTlBcklQTFRHeUM5a0Q4RzR0QjAzQVlzZ2lMV3BBanpmRlo1ZzNFZjdGb2JDY3lUaVpoMFF0eXRET3laVkhRbElVT3lrbElQTWk0Qll0WklFLzRNNkFKL29NbVV3WXE0Qkowc3dIeXVNR3JGU3RkZGdBQUFBQkpSVTVFcmtKZ2dnPT0iLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__bottom {
  background-color: #E0E0E0;
  padding: 1.5rem 1rem;
}
.footer__bottom .footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  row-gap: 0.75rem;
}
.footer__bottom .footer__links li a {
  color: #222222;
  text-decoration: none;
  font-size: 0.875rem;
  padding-inline: 0.5rem;
}
.footer__bottom .footer__links li:not(.footer__bottom .footer__links li:last-of-type) {
  border-right: 1px solid #222;
}
.footer .footer__copyright {
  background: #424242;
  font-size: 0.625rem;
  font-weight: bold;
  color: #ffffff;
  padding-block: 0.6875rem;
}

.footer__container {
  max-width: 75rem;
  margin-inline: auto;
}
.footer__container .footer__heading {
  font-size: calc(5.8666666667vw);
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__container .footer__heading {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */