@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&amp;display=swap");
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #4d4d4d;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

a, form, section, p, div, ul, li, dl, dt, dd, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------common--------------------------------------------------------- */
.brsp {
  display: none;
}

header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  width: 176px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
header .inner .logo h1 {
  width: 136px;
  box-sizing: border-box;
}
header .inner .logo h1 a {
  background-image: url(../svg/logo-6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 42px;
  display: block;
}
header .inner .btn {
  width: 360px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
header .inner .btn > div {
  width: 50%;
}
header .inner .btn > div.b2 a {
  background-color: #51489d;
}
header .inner .btn > div.b2 a:hover {
  background-color: #6f63c9;
}
header .inner .btn > div a {
  width: 100%;
  height: 75px;
  background-color: #009ee2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
header .inner .btn > div a:hover {
  background-color: #00caf6;
}

main {
  width: 100%;
  padding: 0px;
  display: block;
}
main .container {
  margin-bottom: 120px;
}

footer {
  width: 100%;
  padding-bottom: 40px;
}
footer .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .pgtop {
  margin-bottom: 40px;
}
footer .inner .pgtop a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}
footer .inner .pgtop a:hover {
  opacity: 0.7;
}
footer .inner .pgtop a::before {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #000;
  margin-bottom: 10px;
  display: block;
}
footer .inner .logoset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .logoset .logo {
  width: 136px;
}
footer .inner .logoset .logo span {
  width: 136px;
  height: 42px;
  background-image: url(../svg/logo-6.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  line-height: 1;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
footer .inner .logoset .link {
  margin-left: 40px;
}
footer .inner .logoset .link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
footer .inner .logoset .link ul li:not(:first-child) {
  margin-left: 20px;
}
footer .inner .logoset .link ul li a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  pointer-events: auto;
}
footer .inner .logoset .link ul li a:hover {
  color: #51489d;
}
footer .inner .logoset .link .cp {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
}

/* ----------------------------------------------- forIE11 ----------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, nav {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-out;
  }

  *::-ms-backdrop, nav.active {
    opacity: 1;
    pointer-events: auto;
  }
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ---------------------------------------------------------common--------------------------------------------------------- */
  html {
    font-size: 2.6666666667vw;
  }

  .brsp {
    display: block;
  }

  header {
    box-sizing: border-box;
  }
  header .inner {
    align-items: stretch;
    height: 50px;
  }
  header .inner .logo {
    width: 108px;
    padding: 10px 20px;
  }
  header .inner .logo h1 {
    width: 130px;
    box-sizing: border-box;
  }
  header .inner .logo h1 a {
    height: 40px;
  }
  header .inner .btn {
    width: 180px;
  }
  header .inner .btn > div a {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }

  main {
    width: 100%;
    padding: 0px;
    display: block;
  }
  main .container {
    margin-bottom: 60px;
  }

  footer {
    width: 100%;
    padding-bottom: 50px;
  }
  footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .pgtop {
    margin-bottom: 20px;
  }
  footer .inner .pgtop a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  footer .inner .pgtop a:hover {
    opacity: 1;
  }
  footer .inner .pgtop a::before {
    content: "";
    width: 1px;
    height: 35px;
    background-color: #000;
    margin-bottom: 10px;
    display: block;
  }
  footer .inner .logoset {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .logoset .logo {
    width: 81px;
    margin-bottom: 20px;
  }
  footer .inner .logoset .logo a {
    width: 81px;
    height: 25px;
    background-image: url(../svg/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    line-height: 1;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
    pointer-events: auto;
  }
  footer .inner .logoset .link {
    width: 100%;
    margin-left: 0px;
  }
  footer .inner .logoset .link ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  footer .inner .logoset .link ul li:not(:first-child) {
    margin-left: 20px;
  }
  footer .inner .logoset .link ul li a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    pointer-events: auto;
  }
  footer .inner .logoset .link ul li a:hover {
    color: #51489d;
  }
}
@media (orientation: landscape) {
  html.sp {
    font-size: 1.2315270936vw;
    color: #51489d;
  }
}

/*# sourceMappingURL=style_common.css.map */
