/* =================================================================
 footer
================================================================= */
#footer {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  background: #000000;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
  z-index: 1;
  background: #143CBA;
  padding: 0;
}
#footer * {
  box-sizing: border-box;
}
#footer ::before,
#footer ::after {
  box-sizing: inherit;
}
#footer p,
#footer table,
#footer blockquote,
#footer address,
#footer pre,
#footer iframe,
#footer form,
#footer figure,
#footer dl {
  margin: 0;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#footer ul,
#footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  font-weight: bold;
}
#footer dd {
  margin-left: 0;
}
#footer hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
#footer pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer address {
  font-style: inherit;
}
#footer a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#footer abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
#footer b,
#footer strong {
  font-weight: bolder;
}
#footer code,
#footer kbd,
#footer samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer small {
  font-size: 80%;
}
#footer sub,
#footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#footer sub {
  bottom: -0.25em;
}
#footer sup {
  top: -0.5em;
}
#footer img {
  border-style: none;
  vertical-align: bottom;
}
#footer embed,
#footer object,
#footer iframe {
  border: 0;
  vertical-align: bottom;
}
#footer button,
#footer input,
#footer optgroup,
#footer select,
#footer textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#footer [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
#footer [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
#footer button,
#footer input {
  /* 1 */
  overflow: visible;
}
#footer button,
#footer select {
  /* 1 */
  text-transform: none;
}
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#footer button[disabled],
#footer [type=button][disabled],
#footer [type=reset][disabled],
#footer [type=submit][disabled] {
  cursor: default;
}
#footer button::-moz-focus-inner,
#footer [type=button]::-moz-focus-inner,
#footer [type=reset]::-moz-focus-inner,
#footer [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#footer button:-moz-focusring,
#footer [type=button]:-moz-focusring,
#footer [type=reset]:-moz-focusring,
#footer [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#footer select::-ms-expand {
  display: none;
}
#footer option {
  padding: 0;
}
#footer fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
#footer legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#footer progress {
  vertical-align: baseline;
}
#footer textarea {
  overflow: auto;
}
#footer [type=number]::-webkit-inner-spin-button,
#footer [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#footer [type=search] {
  outline-offset: -2px; /* 1 */
}
#footer [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#footer ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#footer label[for] {
  cursor: pointer;
}
#footer details {
  display: block;
}
#footer summary {
  display: list-item;
}
#footer [contenteditable] {
  outline: none;
}
#footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#footer caption {
  text-align: left;
}
#footer td,
#footer th {
  vertical-align: top;
  padding: 0;
}
#footer th {
  text-align: left;
  font-weight: bold;
}
#footer template {
  display: none;
}
#footer [hidden] {
  display: none;
}
#footer *::before, #footer *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 1180px) {
  #footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
  }
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 1.5em 0;
  margin-top: 3.3333333333em;
}
@media screen and (max-width: 1180px) {
  #footer .copyright {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 10px;
  }
}
#footer .fixed-wrap {
  display: block;
  position: absolute;
  top: -88px;
  right: 0;
  transform: translate(0, -100%);
}
#footer .fixed-wrap .fixed-btn {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  aspect-ratio: 1;
  width: 80px;
  height: 80px;
  background: #CC0000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  border-radius: 5px 0 0 5px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 1180px) {
  #footer .fixed-wrap .fixed-btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #footer .fixed-wrap .fixed-btn {
    font-size: 12px;
  }
}
#footer .fixed-wrap.fixed {
  position: fixed;
  top: auto;
  bottom: 88px;
  right: 0;
  transform: translate(0, 0);
}
#footer .to-top-wrap {
  display: block;
  position: absolute;
  top: -20px;
  right: 16px;
  transform: translate(0, -100%);
}
#footer .to-top-wrap .to-top-btn {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  aspect-ratio: 1;
  width: 48px;
  height: auto;
  background: #000000;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: all 0.3s;
}
#footer .to-top-wrap .to-top-btn::before {
  content: "";
  aspect-ratio: 1;
  width: 32%;
  height: auto;
  border: solid 2px #FFFFFF;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#footer .to-top-wrap.fixed {
  position: fixed;
  top: auto;
  bottom: 20px;
  right: 16px;
  transform: translate(0, 0);
}
#footer .to-top-wrap.active .to-top-btn {
  opacity: 1;
  visibility: visible;
}
#footer .sns-wrap {
  background-color: #020F4B;
}
#footer .sns-wrap .sns-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 1.5625em;
  padding: 0.625em;
}
#footer .sns-wrap .sns-list .sns-item {
  aspect-ratio: 1;
  width: 2em;
  height: auto;
}
#footer .sns-wrap .sns-list .sns-item .sns-icon {
  max-width: 100%;
}
#footer .footer-inner .inner-content {
  width: 90%;
  max-width: 1200px;
  margin: 2.5em auto 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 520px) {
  #footer .footer-inner .inner-content {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
  }
}
#footer .footer-inner .logo {
  width: 160px;
  height: auto;
}
#footer .footer-inner .logo img {
  max-width: 100%;
  height: auto;
}
#footer .footer-inner .contact .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1180px) {
  #footer .footer-inner .contact .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .contact .title {
    font-size: 17px;
  }
}
#footer .footer-inner .contact dt, #footer .footer-inner .contact dd {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1180px) {
  #footer .footer-inner .contact dt, #footer .footer-inner .contact dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .contact dt, #footer .footer-inner .contact dd {
    font-size: 14px;
  }
}
#footer .footer-inner .contact .button.mail {
  font-size: 16px;
  width: 15.5em;
  height: 3em;
  margin-top: 1.25em;
  column-gap: 5px;
}
@media screen and (max-width: 520px) {
  #footer .footer-inner .contact .button.mail {
    margin: 1.25em auto 0;
  }
}
@media (hover: hover) {
  #footer .footer-inner .contact .button.mail:hover, #footer .footer-inner .contact .button.mail:focus {
    opacity: 1;
    background: #FFFFFF;
    color: #CC0000;
    transition: none;
  }
  #footer .footer-inner .contact .button.mail:hover::before, #footer .footer-inner .contact .button.mail:focus::before {
    background-image: url(/media/images/common/ico_mail_reverse.svg);
  }
}
#footer .footer-inner .contact .button.mail::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 1.5em;
  height: auto;
  background-image: url(/media/images/common/ico_mail.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}