html {
  font-size: 16px;
}

body {
  font-family: "Zen Kaku Gothic New, sans-serif;";
}

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

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.fv__title {
  font-family: "Zen Kaku Gothic New, sans-serif;";
  font-size: 60px;
  letter-spacing: 0.12px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 40px;
  }
}

.work {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .work {
    padding-top: 120px;
  }
}

.work__inner {
  max-width: 1140px;
  padding-left: 30px;
  padding-right: 30px;
  margin-inline: auto;
}

.sec__title {
  text-align: center;
  font-family: "Zen Kaku Gothic New, sans-serif;";
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.12px;
  line-height: 1;
  color: #0F0F0F;
}

.work__box {
  padding-top: 40px;
}

.work__img {
  width: 100%;
  aspect-ratio: 54/25;
}

.work__text {
  padding-top: 90px;
  font-family: "Zen Kaku Gothic New, sans-serif;";
  font-size: 20px;
  line-height: 2.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .work__text {
    padding-top: 70px;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.footer {
  background-color: #EDF8FF;
  margin-top: 190px;
  padding: 85px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 140px;
  }
}

.footer__copyright {
  font-family: "Zen Kaku Gothic New, sans-serif;";
  font-weight: 700;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */