@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;
  -webkit-box-sizing: border-box;
          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%;
      -ms-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-top: 120px;
  padding: 0  15.62% 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #ffffff), color-stop(10%, #F5F5F5), to(#F5F5F5));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 10%, #F5F5F5 10%, #F5F5F5 100%);
  position: relative;
}

@media (max-width: 1024px) {
  .content {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(5%, #ffffff), color-stop(5%, #F5F5F5), to(#F5F5F5));
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 5%, #F5F5F5 5%, #F5F5F5 100%);
    padding: 0  15.62% 60px;
  }
}

@media (max-width: 599px) {
  .content {
    padding: 0  40px 60px;
  }
}

.content h2 {
  color: #121212;
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.5em;
}

@media (max-width: 1024px) {
  .content h2 {
    font-size: 4vw;
  }
}

.content p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2em;
}

@media (max-width: 599px) {
  .content p {
    font-size: 1.2rem;
  }
}

.content .contentimg {
  margin-top: 40px;
  position: absolute;
  right: 15.62%;
  width: 42.18%;
}

@media (max-width: 1024px) {
  .content .contentimg {
    width: auto;
    position: static;
    margin-top: 20px;
  }
}

.content .contentimg img {
  width: 100%;
}

.staff {
  margin: 20% 15.62% 0;
}

@media (max-width: 1024px) {
  .staff {
    margin: 60px 15.62% 0;
  }
}

@media (max-width: 1024px) {
  .staff {
    margin: 60px 40px 0;
  }
}

.staff h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media (max-width: 599px) {
  .staff h2 {
    font-size: 4.4vw;
  }
}

.staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff ul li {
  margin-top: 40px;
  width: 30.76%;
}

@media (max-width: 1024px) {
  .staff ul li {
    margin-top: 20px;
  }
}

@media (max-width: 599px) {
  .staff ul li {
    width: 48%;
  }
}

.staff ul li img {
  width: 100%;
}
/*# sourceMappingURL=style_about.css.map */