/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allura-Regular";
  src: url("../fonts/Allura-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	cmn parts
------------------------------------ */
.md-inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-inner {
  width: 95%;
  padding: 160px 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #top-about .about-right {
    max-width: 47%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #top-about .about-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #top-about .about-txt-box {
    margin-top: 30px;
  }
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-inner {
  padding: 100px 0 110px;
}

/* top-access  PC
------------------------------------ */
#top-access .access-inner {
  padding: 110px 0 120px;
}

/* com-contact  PC
------------------------------------ */
.com-contact .contact-inner {
  padding: 100px 0 120px;
}

/* top-news  PC
------------------------------------ */
#top-news .news-inner {
  padding: 100px 0 90px;
}

/* =========================================

  sub layout  all

========================================= */
/* business  PC
------------------------------------ */
#business .business-inner {
  padding: 180px 0 120px;
}
#business .price-inner {
  padding: 100px 0 120px;
}

/* profile  PC
------------------------------------ */
#profile .profile-inner {
  padding: 175px 0 120px;
}
#profile .message-inner {
  padding: 110px 0 120px;
}

/* faq  PC
------------------------------------ */
#faq .faq-inner {
  padding: 180px 0 110px;
}

/* information  PC
------------------------------------ */
#information .information-inner {
  padding: 180px 0 120px;
}
#information .recruit-inner {
  padding: 120px 0;
}/*# sourceMappingURL=style.css.map */