@charset "UTF-8";
body {
  font-family: "Peignot", "Noto Sans JP", sans-serif;
  color: #333;
  padding-top: 77.5px;
}
body.is-fixed {
  overflow: hidden;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header__container {
  width: 100%;
  position: relative;
  text-align: center;
}
.header__logo {
  font-size: 40px;
  margin: 10px 0;
  color: #3b3b3b;
}
.header__menu-buttonItem {
  border: none;
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 5px 0;
  color: transparent;
  background: url(../img/矢印アイコン　下4.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-buttonItem.is-checked {
  background-image: url(../img/矢印アイコン　上4.png);
}
.header__contents {
  display: none;
}
.header__nav-item + .header__nav-item {
  margin-top: 5px;
}

.section {
  padding: 30px 0;
  text-align: center;
}
.section__inner {
  padding: 0 32px;
}
.section__head {
  margin-bottom: 20px;
  font-size: 30px;
}

.service__item + .service__item {
  margin-top: 15px;
}
.service__item-name {
  font-size: 20px;
  margin-bottom: 10px;
}
.service__item-icon {
  margin-bottom: 10px;
}
.service__item-icon-path {
  fill: #333;
}
.service__item-text {
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

.about__text {
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.about__img {
  margin: 10px 0;
}
.about__profile-item {
  display: table;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
.about__profile-item dt {
  float: left;
  display: block;
  width: 50%;
  font-weight: bold;
}
.about__profile-item dd {
  float: left;
  display: block;
  width: 50%;
}
.about__name {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 10px;
}

.contact p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}

.button-top {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  border: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  color: transparent;
  background: url(../img/丸枠付き三角矢印のアイコン素材\ 上.png) center center no-repeat;
  background-size: 100% auto;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer__copy {
  font-size: 10px;
}

/*------------------------
// pc
------------------------*/
@media screen and (min-width: 768px) {
  .header__container {
    position: relative;
    max-width: 960px;
    height: 100px;
    margin: 0 auto;
  }
  .header__logo {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .header__menu-buttonItem {
    display: none;
  }
  .header__contents {
    display: block;
  }
  .header__nav {
    position: absolute;
    top: 80px;
    right: 0;
  }
  .header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .header__nav-item + .header__nav-item {
    margin-top: 0;
  }
  .button {
    transition: background 0.3s, color 0.3s, opacity 0.3s;
  }
  .button:hover {
    opacity: 0.7;
  }
  .main {
    max-width: 960px;
    margin: 0 auto;
  }
  .section__inner {
    padding: 0;
  }
  .section__head {
    text-align: left;
  }
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .service__item + .service__item {
    margin-top: 0;
  }
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
  .about__text {
    width: 458px;
  }
  .about__container {
    display: flex;
    gap: 40px;
  }
  .about__img {
    width: 268px;
  }
  .about__profile {
    margin-top: 80px;
  }
  .about__name {
    margin-top: 20px;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
/*------------------------
// tb
------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 100px;
  }
  .wrapper {
    padding: 0 30px;
  }
  .header {
    padding: 0 30px;
  }
}