@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, 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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.el_h2__lg {
  font-size: 4.5rem;
  color: rgb(39, 39, 38);
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (width < 992px) {
  .el_h2__lg {
    font-size: 3.5rem;
  }
}
@media (width < 768px) {
  .el_h2__lg {
    font-size: 2rem;
  }
}
@media (width < 992px) {
  .el_h2__lg {
    letter-spacing: 0.2em;
  }
}

.el_h2__sm {
  font-size: 30px;
  color: rgb(39, 39, 38);
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media (width < 992px) {
  .el_h2__sm {
    letter-spacing: 0.2em;
  }
}
@media (width < 768px) {
  .el_h2__sm {
    font-size: 20px;
  }
}

.bl_h2Title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (width < 992px) {
  .bl_h2Title {
    gap: 1.3rem;
  }
}
@media (width < 768px) {
  .bl_h2Title {
    flex-direction: column;
    gap: 1rem;
  }
}

.cB {
  color: #5669ff;
}

.bl_featureItem {
  background-color: #eceeff;
  padding: 2rem 4%;
  position: relative;
}
@media (width < 768px) {
  .bl_featureItem {
    padding-bottom: 0;
  }
}
.bl_featureItem .num {
  display: inline-block;
  position: absolute;
  display: inline-block;
  top: 0rem;
  right: 5%;
  font-size: 8rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (width < 768px) {
  .bl_featureItem .num {
    padding-bottom: 0;
    font-size: 6rem;
  }
}
@media (width < 768px) {
  .bl_featureItem .num {
    left: 50%;
    transform: translateX(-50%);
  }
}
.bl_featureItem_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
@media (width < 768px) {
  .bl_featureItem_inner {
    flex-direction: column-reverse;
  }
}
.bl_featureItem_inner img {
  width: 250px;
}
@media (width < 768px) {
  .bl_featureItem_inner img {
    margin: 0 auto;
  }
}
.bl_featureItem_inner .context {
  max-width: 650px;
  margin-top: 7rem;
}
.bl_featureItem_inner .context h3 {
  color: #e44121;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.bl_featureItem_inner .context h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  border-radius: 10px;
  width: 50px;
  background-color: #e44121;
}
.bl_featureItem_inner .context .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (width < 768px) {
  .bl_featureItem_inner .context .title {
    margin-bottom: 1.1rem;
  }
}
.bl_featureItem_inner .context .p {
  font-size: 1rem;
}
@media (width < 768px) {
  .bl_featureItem_inner .context .p {
    font-size: 0.95rem;
  }
}
.bl_featureItem__reverse {
  background-color: #fff;
}
.bl_featureItem__reverse .num {
  text-align: center;
  display: inline-block;
  color: #eceeff;
  left: 5%;
  right: 100%;
}
@media (width < 768px) {
  .bl_featureItem__reverse .num {
    left: 50%;
    right: 0;
    transform: translateX(-50%);
  }
}
.bl_featureItem__reverse .bl_featureItem_inner {
  flex-direction: row-reverse;
}
.bl_featureItem__reverse .bl_featureItem_inner .context {
  max-width: 650px;
  margin-top: 10rem;
}
@media (width < 768px) {
  .bl_featureItem__reverse .bl_featureItem_inner .context {
    margin-top: 7rem;
  }
}
@media (width < 768px) {
  .bl_featureItem__reverse .bl_featureItem_inner {
    flex-direction: column-reverse;
  }
}

.el_usersupportCard {
  background-color: #fff;
  padding: 2rem 1.5rem;
  width: 50%;
}
@media (width < 768px) {
  .el_usersupportCard {
    width: 100%;
  }
}
@media (width < 768px) {
  .el_usersupportCard:first-child {
    margin-bottom: 2rem;
  }
}
.el_usersupportCard img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.el_usersupportCard p {
  font-size: 14px;
  margin-bottom: 2rem;
}
.el_usersupportCard .outlineBtn {
  margin: 0 auto;
  transition: 0.6s;
}
.el_usersupportCard .outlineBtn:hover {
  opacity: 0.4;
}

.bl_h2Title {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (width < 768px) {
  .bl_h2Title {
    display: block;
  }
}

.outlineBtn {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1rem;
  border-radius: 30px;
  transition: 0.6s;
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 30px;
  letter-spacing: 0.3em;
  width: 250px;
  letter-spacing: 0.3em;
}
.outlineBtn:hover {
  opacity: 0.6;
}

.blueBtn {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1rem;
  border-radius: 30px;
  transition: 0.6s;
  background-color: #4943e3;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}

.blueBtn2 {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 1rem;
  border-radius: 30px;
  transition: 0.6s;
  background-color: #4943e3;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  width: 250px;
}

.blueBtn:hover {
  opacity: 0.6;
}
@media (width < 768px) {
  .blueBtn {
    padding: 1rem;
  }
}

.bl_nav {
  position: absolute;
  right: -120%;
  top: 5rem;
  background-color: #fff;
  width: 200px;
  border-radius: 10px;
  padding-top: 2rem;
  font-size: 0.75rem;
  transition: all 0.6s;
}
@media (width < 768px) {
  .bl_nav {
    top: 0rem;
  }
}
.bl_nav li {
  margin-bottom: 1rem;
}
.bl_nav li:last-child {
  margin-bottom: 0;
}
.bl_nav .pl {
  padding-left: 1rem;
  transition: 0.4s;
}
.bl_nav .pl:hover {
  font-weight: bold;
  letter-spacing: 0.3em;
}
.bl_nav .pl.current {
  color: #4a43ec;
  font-weight: bold;
  letter-spacing: 0.3em;
  position: relative;
}
.bl_nav .pl.current::before {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a43ec;
}
.bl_nav .snsCon {
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
}
.bl_nav .snsCon p {
  color: #7b7b7b;
}
.bl_nav .dllink {
  border-top: 1px solid #eeedec;
  border-bottom: 1px solid #eeedec;
  padding: 1.5rem 0;
}
.bl_nav .dllink img {
  display: block;
  margin: 0 auto;
}
.bl_nav .dllink img:first-child {
  margin-bottom: 0.5rem;
}
.bl_nav .webCon {
  padding: 0 1rem;
}
.bl_nav .webCon p {
  margin-bottom: 1rem;
  letter-spacing: 0.07em;
}
.bl_nav .CloseCon {
  border-top: 1px solid #eeedec;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.bl_nav .CloseCon a {
  letter-spacing: 0.3em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 5rem;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
@media (width < 768px) {
  .openbtn1 {
    top: 10px;
  }
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #666;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

.bl_mainVisual {
  height: 100vh;
  background-color: #f8f8f8;
  position: relative;
}
.bl_mainVisual_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vb;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_mainVisual_context {
  position: absolute;
  z-index: 10;
  background-color: #f8f8f8;
  width: 550px;
  height: 100%;
  padding-top: 15vh;
  top: 0;
  bottom: 0;
  left: 12%;
}
@media (width < 992px) {
  .bl_mainVisual_context {
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(248, 248, 248, 0.737254902);
  }
}
@media (width < 768px) {
  .bl_mainVisual_context {
    padding-top: 15vh;
  }
}
.bl_mainVisual_context_title {
  width: 70%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 3rem auto;
}
@media (width < 768px) {
  .bl_mainVisual_context_title {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto 2rem auto;
    font-weight: 600;
  }
}
.bl_mainVisual_context_title p {
  margin-bottom: 0.5rem;
}
.bl_mainVisual_context_title p:last-child {
  margin-bottom: 0;
}
.bl_mainVisual_context_p {
  width: 70%;
  margin: 0 auto 5rem auto;
}
@media (width < 768px) {
  .bl_mainVisual_context_p {
    font-size: 0.9rem;
    width: 90%;
    margin: 0 auto 2rem auto;
  }
}
.bl_mainVisual_context .LinnkCon {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #dadada;
  background-color: #fff;
  box-shadow: 4px 0px 4px 0px rgb(186, 186, 186);
  border-radius: 10px;
  padding: 0 1.5rem;
}
@media (width < 768px) {
  .bl_mainVisual_context .LinnkCon {
    padding: 0 1rem;
  }
}
.bl_mainVisual_context .LinnkCon .sp {
  border-bottom: 1px solid #dadada;
  display: flex;
  gap: 10%;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}
@media (width < 768px) {
  .bl_mainVisual_context .LinnkCon .sp {
    padding: 1.5rem 0;
  }
}
@media (width < 768px) {
  .bl_mainVisual_context .LinnkCon .sp {
    gap: 5%;
  }
}
@media (width < 768px) {
  .bl_mainVisual_context .LinnkCon .sp img {
    width: 120px;
  }
}
.bl_mainVisual_context .LinnkCon .web {
  padding: 2rem 0;
  text-align: center;
}
@media (width < 768px) {
  .bl_mainVisual_context .LinnkCon .web {
    padding: 1.5rem 0;
  }
}
.bl_mainVisual_context .LinnkCon .web p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.bl_header_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem 4%;
}
@media (width < 768px) {
  .bl_header .el_streetLogo_inner {
    gap: 0.5rem;
  }
}
.bl_header .el_streetLogo_inner img {
  width: 40px;
}
@media (width < 768px) {
  .bl_header .el_streetLogo_inner h1 {
    font-size: 1.2rem;
  }
}

.bl_footer {
  position: relative;
}
.bl_footer_inner {
  padding: 0rem 4% 0 4%;
  display: flex;
  align-items: end;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 10%;
}
@media (width < 992px) {
  .bl_footer_inner {
    gap: 5%;
  }
}
@media (width < 768px) {
  .bl_footer_inner {
    display: block;
    padding: 0;
  }
}
.bl_footer_inner .footer-spIMG {
  display: block;
}
@media (width < 768px) {
  .bl_footer_inner .footer-spIMG {
    margin: 0 auto 3rem auto;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (width < 400px) {
  .bl_footer_inner .footer-spIMG {
    width: 200px;
  }
}
.bl_footer_inner .context {
  padding: 5rem 0% 5rem 0;
  width: 70%;
}
@media (width < 768px) {
  .bl_footer_inner .context {
    padding: 30rem 0 3rem 0;
    width: 100%;
    text-align: center;
  }
}
.bl_footer_inner .context h2 {
  margin-bottom: 1rem;
}
@media (width < 768px) {
  .bl_footer_inner .context h2 {
    padding: 0 4%;
  }
}
.bl_footer_inner .context .subtitle {
  margin-bottom: 2.5rem;
}
@media (width < 768px) {
  .bl_footer_inner .context .subtitle {
    border-bottom: 1px solid #dadada;
    font-size: 0.9rem;
    padding: 0rem 4% 3rem 4%;
  }
}
.bl_footer_inner .context .el_streetLogo {
  margin: 0 auto;
  text-align: center;
}
.bl_footer_inner .context .dltext {
  font-size: 14px;
  margin-bottom: 2rem;
}
@media (width < 768px) {
  .bl_footer_inner .context .dltext {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.bl_footer_inner .context .bl_dllinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  background-color: #f0f2f2;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
@media (width < 768px) {
  .bl_footer_inner .context .bl_dllinks {
    padding: 1.5rem 4%;
  }
}
@media (width < 992px) {
  .bl_footer_inner .context .bl_dllinks .link {
    width: 100px;
  }
}
@media (width < 768px) {
  .bl_footer_inner .context .bl_dllinks .link {
    width: 150px;
  }
}
@media (width < 400px) {
  .bl_footer_inner .context .bl_dllinks .link {
    width: 120px;
  }
}
@media (width < 992px) {
  .bl_footer_inner .context .bl_dllinks {
    gap: 5%;
  }
}
@media (width < 768px) {
  .bl_footer_inner .context .bl_dllinks {
    background-color: #fff;
  }
}
.bl_footer_inner .context .bl_dllinks_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.bl_footer_inner .context .bl_webContainer {
  background-color: #f0f2f2;
  border-radius: 10px;
  padding: 1.5rem 4%;
}
.bl_footer_inner .context .bl_webContainer p {
  margin-bottom: 1rem;
  font-size: 11px;
}
.bl_footer_inner .context .bl_webContainer p .lg {
  font-size: 1rem;
  padding-right: 0.1rem;
}
.bl_footer_inner .context .bl_webContainer .bl_webLink {
  display: flex;
  align-items: center;
  gap: 5%;
}
@media (width < 768px) {
  .bl_footer_inner .context .bl_webContainer .bl_webLink {
    display: block;
  }
}
.bl_footer_inner .context .bl_webContainer .bl_webLink .qr {
  width: 120px;
  height: 120px;
}
@media (width < 992px) {
  .bl_footer_inner .context .qr {
    width: 40px;
  }
}
@media (width < 768px) {
  .bl_footer_inner .context .qr {
    display: none;
  }
}
.bl_footer small {
  background-color: #272726;
  display: block;
  padding: 3rem 0;
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.3em;
}

.bl_about {
  background-color: #f8f8f8;
  padding: 5rem 4%;
  margin-bottom: 4rem;
}
@media (width < 768px) {
  .bl_about {
    padding: 4rem 4%;
  }
}
@media (width < 400px) {
  .bl_about {
    padding: 4rem 2%;
  }
}
.bl_about_inner {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  gap: 10%;
}
@media (width < 992px) {
  .bl_about_inner {
    gap: 5%;
  }
}
@media (width < 768px) {
  .bl_about_inner {
    display: block;
  }
}
@media (width < 768px) {
  .bl_about_inner_container {
    width: 100%;
  }
}
.bl_about_inner_container .bl_h2Title {
  margin-bottom: 4rem;
}
@media (width < 992px) {
  .bl_about_inner_container .bl_h2Title {
    margin-bottom: 2rem;
  }
}
.bl_about_inner_container .lg_text {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.bl_about_inner_container .lg_text p:first-child {
  margin-bottom: 1rem;
}
@media (width < 992px) {
  .bl_about_inner_container .lg_text p:first-child {
    margin-bottom: 0.5rem;
  }
}
@media (width < 992px) {
  .bl_about_inner_container .lg_text {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.bl_about_inner_container .sm_text {
  font-size: 15px;
}
.bl_about_inner_container .sm_text p {
  margin-bottom: 2rem;
}
@media (width < 992px) {
  .bl_about_inner_container .sm_text p {
    margin-bottom: 1.5rem;
  }
}
.bl_about .sp {
  display: none;
}
@media (width < 768px) {
  .bl_about .sp {
    display: block;
    margin: 0 auto 3rem auto;
    max-width: 250px;
    width: 50%;
  }
}
.bl_about .pc {
  display: block;
}
@media (width < 992px) {
  .bl_about .pc {
    width: 250px;
  }
}
@media (width < 768px) {
  .bl_about .pc {
    display: none;
  }
}

.bl_feature_title {
  max-width: 1200px;
  margin: 0 auto 4rem auto;
  padding: 0 4%;
}

.bl_userSupport {
  background-color: #eff9fe;
  padding: 3rem 4%;
}
@media (width < 768px) {
  .bl_userSupport {
    padding: 3rem 4% 6rem 4%;
  }
}
.bl_userSupport_inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
}
@media (width < 992px) {
  .bl_userSupport_inner {
    gap: 5%;
  }
}
@media (width < 768px) {
  .bl_userSupport_inner {
    flex-direction: column;
  }
}

body {
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Noto Sans JP", Meiryo, メイリオ, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.el_streetLogo {
  display: inline-block;
}
.el_streetLogo_inner {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.el_streetLogo_inner p {
  font-size: 1.5rem;
}
.el_streetLogo_inner h1 {
  color: #272726;
  font-size: 1.5rem;
}/*# sourceMappingURL=style.css.map */

.bl_footer_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer-content img {
  max-width: 100%;
  height: auto;
}

.footer-content .context {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bl_dllinks {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.bl_webContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.bl_webLink {
  display: flex;
  align-items: center;
  gap: 10px;
}
