body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: top;
}

a img {
  border: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

::-moz-selection {
  background: rgba(255, 149, 12, 0.5);
}

::selection {
  background: rgba(255, 149, 12, 0.5);
}

::-moz-selection {
  background: rgba(0, 77, 160, 0.1);
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  position: relative;
}
img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.is-show {
  opacity: 1 !important;
}

.l-header {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: fixed;
  top: 15px;
  z-index: 10;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media (min-width: 768px) {
  .l-header {
    right: 11px;
  }
}
@media (max-width: 767px) {
  .l-header {
    right: 5px;
  }
}
.l-header_wrapper {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .l-header_logo img {
    width: 7%;
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .l-header_logo img {
    width: 10%;
    margin: 0 15px;
  }
}

@media (min-width: 768px) {
  .sp_cont {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_cont {
    display: block;
    background: #0F0E0E;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 63px;
    right: 0;
    margin: auto;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3;
    position: fixed;
    text-align: center;
    padding-top: 12px;
    padding-left: 4px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }
}

.l-footer {
  padding-top: 100px;
  background: #fff;
  text-align: left;
}
.l-footer_wrapper {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-footer_img {
  display: block;
}
@media (min-width: 768px) {
  .l-footer_img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .l-footer_img {
    width: 30%;
  }
}
.l-footer_text {
  padding: 1em;
}
@media (min-width: 768px) {
  .l-footer_text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .l-footer_text {
    width: 70%;
  }
}
.l-footer_text img {
  width: 100px;
}
.l-footer_text h3 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}
.l-footer_text address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.l-footer_text address a {
  color: #000;
}
@media (max-width: 767px) {
  .l-footer_text address a {
    text-decoration: underline;
  }
}

.l-main,
.l-page {
  width: 100%;
  margin: 0 auto;
}
.l-main_wrapper,
.l-page_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5%;
}
.l-main .l-title,
.l-page .l-title {
  color: #004DA0;
  z-index: 2;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .l-main .l-title,
  .l-page .l-title {
    font-size: 85px;
    font-size: 8.5rem;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .l-main .l-title,
  .l-page .l-title {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}