@charset "UTF-8";
/* ===============================
   Reset CSS（モダン寄り・安全版）
================================ */
/* box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin 初期化 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* body */
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* list */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* link */
/* button */
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

/* img */
img,
picture {
  max-width: 100%;
  display: block;
}

/* form */
input,
button,
textarea,
select {
  font: inherit;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* address */
address {
  font-style: normal;
}

@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
}
/* borderradius */
/* breakpoint */
/* maxwidth */
/* Font */
/* line-height */
/* font-size */
/* ===============================
	会社概要
================================ */
.companyProfile {
  margin-top: 84px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .companyProfile {
    margin-top: 45px;
  }
}

.companyProfile-inner:not(:first-of-type) {
  margin-top: 60px;
}

.companyProfile__text:not(:first-of-type) {
  margin-top: 1em;
}

.companyProfile-message__text:not(:first-of-type) {
  margin-top: 2em;
}
.companyProfile-message__text.strong {
  margin-top: 4em;
}
.companyProfile-message__text.strong + .companyProfile-message__text {
  margin-top: 4em;
}
.companyProfile-message__text.signature {
  margin-top: 4em;
  font-size: 1.125rem;
  text-align: right;
}
@media (max-width: 768px) {
  .companyProfile-message__text.signature {
    margin-top: 2em;
    font-size: 1rem;
  }
}

.companyProfile-message__photo {
  margin-top: 4em;
  width: min(100%, 800px);
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.companyProfile-action__ttl {
  font-weight: 700;
}
.companyProfile-action__ttl + p {
  margin-top: 0.2em;
}

.companyProfile-coc__ttl {
  font-size: 1.25rem;
  font-weight: 700;
}

.companyProfile-coc__text {
  margin-top: 1.5em;
}

.companyProfile-coc__list {
  margin-top: 1.5em;
}/*# sourceMappingURL=company.css.map */