@charset "UTF-8";
/*リセット*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 10px;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #121212;
}

article, header, aside, figure, figcaption, nav, section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", YakuHanJP, sans-serif, "游ゴシック体", YuGothic;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

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

img {
  display: block;
}

p {
  line-height: 1.5em;
}

table {
  border-collapse: collapse;
}
@media (max-width: 599px) {
  table table {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content {
  margin: 120px 21.87% 0;
}
@media (max-width: 1024px) {
  .content {
    margin: 120px 15.62% 0;
  }
}
@media (max-width: 599px) {
  .content {
    margin: 120px 40px 0;
  }
}
.content .message h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media (max-width: 599px) {
  .content .message h2 {
    font-size: 4.4vw;
  }
}
.content .message img {
  width: 100%;
  margin-top: 20px;
}
.content .message h3 {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media (max-width: 599px) {
  .content .message h3 {
    font-size: 1.2rem;
  }
}
.content .message p {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.content .message ul {
  margin-top: 20px;
}
.content .message ul li {
  font-size: 1.4rem;
  line-height: 1.5em;
}
.content dl {
  margin-top: 120px;
}
@media (max-width: 599px) {
  .content dl {
    margin-top: 80px;
  }
}
.content dl .com_content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #CBCBCB;
}
.content dl .com_content dt {
  width: 30%;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 40px 0;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .content dl .com_content dt {
    font-size: 1.2rem;
    width: 20%;
  }
}
.content dl .com_content dd {
  width: 70%;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 40px 0;
  line-height: 1.5em;
}
@media (max-width: 599px) {
  .content dl .com_content dd {
    font-size: 1.2rem;
    width: 80%;
  }
}
.content dl .com_content .multiple {
  width: 70%;
  padding: 40px 0;
}
.content dl .com_content .multiple dd {
  padding: 0;
  border-bottom: none;
}
.content dl .com_content .multiple dd a {
  font-size: 1.2rem;
  color: #6eb92c;
  border-bottom: 1px solid #6eb92c;
  margin-bottom: 10px;
  display: inline-block;
}
.content dl .com_content iframe {
  width: 100%;
  height: 240px;
  padding-bottom: 40px;
}/*# sourceMappingURL=style_company.css.map */