/*--------------------
reset
--------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

:after, :before {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, 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;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[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;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

[hidden], template {
  display: none;
}

/*--------------------
/reset
--------------------*/
img {
  width: 100%;
}

.l-body {
  height: 100vh;
}

.l-footer {
  background-color: #23323c;
  padding: 44px 90px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 2;
}
.l-footer .l-footer-cont {
  display: flex;
  max-width: 1366px;
  margin: auto;
  position: relative;
  font-size: 15px;
}
.l-footer .l-footer-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.l-footer .l-footer-list__inner > ul {
  display: flex;
}
.l-footer .l-footer-list__logo {
  width: 200px;
  transition: all 0.3s;
}
.l-footer .l-footer-list__logo:nth-child(2) {
  margin-left: 24px;
}
.l-footer .l-footer-list__privacyPolicy {
  margin-left: 55px;
}
.l-footer .l-footer-list__privacyPolicy.u-ml {
  margin-left: 32px;
}
.l-footer .l-footer-list__privacyPolicy a {
  font-size: 16px;
  color: #b9bec3;
  text-align: center;
  transition: all 0.3s;
  line-height: 1;
}
.l-footer .l-footer-btn {
  width: 64px;
  height: 64px;
  background-color: #2B4991;
  position: fixed;
  bottom: 66px;
  right: 80px;
  display: none;
  transition: all 0.3s;
  z-index: 10;
}
.l-footer .l-footer-btn.is-active {
  animation-name: footer-btn;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
  display: block;
}
.l-footer .l-footer-btn.is-no-active {
  animation-name: footer-btn-fadeout;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
  display: block;
}
.l-footer .l-footer-btn::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.l-footer .l-footer-copy {
  text-align: center;
  color: #646e78;
  font-size: 10px;
  margin-top: 36px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1080px) {
  .l-footer {
    padding: 40px 30px;
  }
}
@media (max-width: 834px) {
  .l-footer {
    padding: 40px 15px;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-cont {
    display: block;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__inner {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__inner > ul {
    width: 100%;
    justify-content: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .l-footer-list__logo:hover {
    opacity: 0.7;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__logo {
    max-width: 200px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__privacyPolicy.u-ml {
    margin-left: 0;
  }
  .l-footer .l-footer-list__privacyPolicy.u-ml a {
    border-left: none;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__privacyPolicy {
    margin-left: 0;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-list__privacyPolicy a {
    display: inline-block;
    font-size: 14px;
    padding: 4px 20px;
    border-left: 1px solid #3C474E;
    border-right: 1px solid #3C474E;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .l-footer-list__privacyPolicy a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-btn {
    right: 15px;
    width: 48px;
    height: 48px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer .l-footer-btn:hover {
    background-color: rgba(43, 73, 145, 0.7);
  }
}
@keyframes footer-btn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes footer-btn-fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@media (max-width: 834px) {
  .l-footer .l-footer-copy {
    margin-top: 20px;
  }
}
