html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.section__cta {
  position: relative;
}

.cta__btn,
.tel__btn {
  position: absolute;
  width: 50%;
  margin: auto;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__btn,
.tel__btn {
    width: 82%;
  }
}

.cta__btn:hover,
.tel__btn:hover {
  opacity: 0.7;
  transform: translate(-50%, 5px);
}

.cta__btn {
  bottom: 23.5%;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    bottom: 23%;
  }
}

.tel__btn {
  bottom: 13.5%;
}
@media screen and (max-width: 768px) {
  .tel__btn {
    bottom: 14%;
  }
}

.footer {
  max-width: 70%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footer {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer__map {
  width: 100%;
}
.footer__map iframe {
  width: 100%;
  aspect-ratio: 16/7;
}
@media screen and (max-width: 768px) {
  .footer__map iframe {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .footer__map {
    width: 100%;
  }
}

.footer__list {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer__list {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}

.footer__item + .footer__item {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer__item + .footer__item {
    margin-left: unset;
    margin-top: 20px;
  }
}

.footer__link {
  font-size: 0.875rem;
  transition: 0.3s;
  font-weight: 500;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__copyright {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 0.625rem;
  }
}

html {
  font-size: 16px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  word-break: break-all;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
}

li {
  list-style: none;
}

.section__inner {
  width: 100%;
}
picture {
  display: block;
  width: 100%;
}

source {
  display: block;
  width: 100%;
}

img {
  width: 100%;
  vertical-align: top;
}

.dn {
  display: none;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
.section__header {
  display: flex;
}
.section__header-logo {
  width: 37.4%;
}
.section__header-link {
  width: 62.6%;
}
@media (max-width: 767px) {
  .section__header {
    display: block;
  }
  .section__header-logo {
    width: 100%;
  }
  .section__header-link {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */