@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10;
}
header .container {
  height: 80px;
}
@media screen and (max-width: 1200px) {
  header .container {
    height: 68px;
  }
}

.menu {
  display: flex;
  justify-content: right;
}
.menu li {
  display: block;
  font-family: "Jost", serif;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 26px 2.4%;
}
@media screen and (max-width: 1200px) {
  .menu li {
    font-size: 18px;
  }
}
.menu li:hover {
  color: #999;
  transition: 0.2s;
}

h1 {
  font-weight: medium;
  color: #111;
  line-height: 1.2;
  font-size: 80px;
}

h2 {
  font-weight: bold;
  color: #111;
  line-height: 1;
  font-family: "Jost", serif;
  font-size: 96px;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background: linear-gradient(to right, #66EAB3, #2989E1);
  -webkit-background-clip: text;
  background-clip: text;
}

h3 {
  font-weight: bold;
  color: #111;
  line-height: 1;
  font-family: "Jost", serif;
  font-size: 50px;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  background: linear-gradient(to right, #66EAB3, #2989E1);
  -webkit-background-clip: text;
  background-clip: text;
}

h4 {
  font-weight: bold;
  color: #111;
  line-height: 1.7;
  font-size: 36px;
  letter-spacing: 0.03em;
}

h5 {
  font-weight: bold;
  color: #111;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.2em;
  max-width: 629px;
  height: 54px;
  background: linear-gradient(to right, #66EAB3, #2989E1);
  display: flex;
  justify-content: right;
  align-items: center;
}

.skill {
  padding: 200px 0 100px;
  padding-right: 9.7%;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .skill {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 900px) {
  .skill h1 {
    font-size: 40px;
  }
}
.skill h3 {
  margin: 0 14% 20px auto;
}
@media screen and (max-width: 1200px) {
  .skill h3 {
    margin: 0 17% 20px auto;
  }
}
@media screen and (max-width: 900px) {
  .skill h3 {
    font-size: 30px;
    margin: 0 30% 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .skill h3 {
    margin: 0 20% 20px auto;
  }
}
.skill h3::after {
  content: "スキルレベル";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #111;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .skill h3::after {
    font-size: 16px;
    padding-top: 15px;
  }
}
.skill h5 {
  margin: 32px 0 83px auto;
}
@media screen and (max-width: 600px) {
  .skill h5 {
    letter-spacing: 0;
  }
}
.skill p {
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .skill p {
    font-size: 14px;
  }
}
.skill .br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .skill .br-sp {
    display: block;
  }
}

.works {
  padding: 100px 0 50px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 600px) {
  .works {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.works h2 {
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .works h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}
.works h2::after {
  content: "制作実績";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  color: #111;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .works h2::after {
    font-size: 16px;
  }
}
.works .container {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 520px);
  grid-template-rows: repeat(2);
  grid-column-gap: 50px;
  grid-row-gap: 80px;
  max-width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .works .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .works .container {
    max-width: 345px;
  }
}
@media screen and (max-width: 600px) {
  .works .wrapper {
    max-width: 345px;
  }
}
.works img {
  max-width: 520px;
}
@media screen and (max-width: 600px) {
  .works img {
    max-width: 345px;
  }
}
.works .detail {
  margin: 45px auto 45px 50px;
}
@media screen and (max-width: 1200px) {
  .works .detail {
    margin: 28px auto 28px 20px;
  }
}
@media screen and (max-width: 600px) {
  .works .detail {
    margin: 28px auto 28px 5px;
  }
}
.works dl {
  display: flex;
  padding: 12px 0;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .works dl {
    font-size: 16px;
  }
}
.works dt {
  width: 150px;
}
@media screen and (max-width: 600px) {
  .works dt {
    width: 130px;
  }
}
.works dd {
  color: #666;
}
.works .point, .works .text {
  max-width: 500px;
}
.works .point {
  font-family: "Jost", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #fff;
  background-color: #333;
  text-align: center;
  padding: 2px 0;
  margin: 0 auto 20px auto;
}
.works .text {
  font-size: 14px;
  font-weight: medium;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 auto;
}
.works a dd {
  color: #0F89E1;
}
@media screen and (max-width: 600px) {
  .works a dd {
    font-size: 14px;
  }
}

footer h4 {
  padding: 80px 0 0 11.8%;
}
@media screen and (max-width: 900px) {
  footer h4 {
    font-size: 16px;
    padding: 50px 0 0 40px;
  }
}
footer a {
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  footer a {
    font-size: 14px;
  }
}
footer p {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */