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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}

.page-title {
  margin-top: 20px;
  margin-bottom: 96px;
}
@media (max-width: 540px) {
  .page-title {
    margin-bottom: 48px;
  }
}
.page-title img {
  margin: 0 auto;
  display: block;
}

.main {
  margin: 0 auto;
}

.content {
  margin: 16px auto;
  text-align: center;
  max-width: 1000px;
  position: relative;
  z-index: 100;
  margin-bottom: 148px;
}
@media (max-width: 540px) {
  .content {
    margin-bottom: 48px;
  }
}

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

.content3 {
  margin-bottom: 98px;
}
@media (max-width: 540px) {
  .content3 {
    margin-bottom: 48px;
  }
}

.content4 {
  max-width: 900px;
  margin-bottom: 98px;
}
@media (max-width: 540px) {
  .content4 {
    margin-bottom: 48px;
  }
}

.content5 {
  max-width: 800px;
  margin-bottom: 98px;
}
@media (max-width: 540px) {
  .content5 {
    margin-bottom: 48px;
  }
}

.fig {
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.fig1 {
  top: -200px;
  left: -300px;
}

.fig2 {
  top: -100px;
  right: -450px;
}

.fig3 {
  top: -220px;
  left: -350px;
}

.fig4 {
  top: -100px;
  right: -300px;
}

.inq-btn {
  max-width: 600px;
  margin: 50px auto;
  margin-bottom: 148px;
  text-align: center;
}
@media (max-width: 540px) {
  .inq-btn {
    margin-bottom: 48px;
    max-width: 200px;
  }
}
.inq-btn a {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
.inq-btn a img {
  transition: opacity 0.2s;
}
.inq-btn a:hover img {
  opacity: 0.6;
}

.inq-btn-mid {
  margin-top: 96px;
}

.inq-btn-end {
  margin-top: 96px;
  margin-bottom: 96px;
}

.misc {
  max-width: 980px;
  margin: auto;
}
.misc .about {
  margin-bottom: 98px;
  background-color: #fefde6;
  padding: 50px;
}
@media (max-width: 540px) {
  .misc .about {
    padding: 20px;
  }
}
.misc .about-title {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .misc .about-title {
    margin-bottom: 20px;
  }
}
.misc .about-title-img {
  margin: auto;
}
.misc .about-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 540px) {
  .misc .about-flex {
    flex-direction: column;
  }
}
.misc .about-text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 1em;
}
.misc .about-text p {
  margin-bottom: 2em;
}
@media (max-width: 540px) {
  .misc .about-text {
    font-size: 16px;
    padding-left: 0em;
  }
}
.misc .about-btn {
  margin-bottom: 1em;
  display: block;
}
.misc .about-btn img {
  transition: opacity 0.2s;
}
.misc .about-btn:hover img {
  opacity: 0.6;
}
.misc .service {
  text-align: center;
}
.misc .service h2 {
  margin: 1em auto;
}
.misc .service h2 img {
  margin: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 540px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.service-grid a img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s;
}
.service-grid a img:hover {
  opacity: 0.6;
}

.endcopy {
  padding: 0 10px 70px 10px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 540px) {
  .endcopy {
    font-size: 20px;
  }
}

@media (max-width: 980px) {
  .main, .misc {
    padding-left: 10px;
    padding-right: 10px;
  }
  .fig {
    display: none;
  }
}
.footer {
  background-color: #5B5B5B;
  padding: 40px 20px;
  text-align: center;
}
.footer .footer-title {
  color: white;
  font-size: 24px;
  margin-bottom: 20px;
}
.footer .footer-tel {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
.footer .footer-tel a {
  display: inline-block;
  max-width: 450px;
}
.footer .footer-logo {
  max-width: 180px;
  margin: 20px auto;
}
.footer .copyright {
  color: white;
  font-size: 14px;
  margin-top: 20px;
}/*# sourceMappingURL=main.css.map */