@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

span.marker {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  background: linear-gradient(transparent 60%, #fe0 0%) !important;
}

.sketto {
  margin: 0;
  color: #000;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 16px;
  line-height: 1.61;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

.sketto .wrapper {
  overflow: hidden;
}

.sketto a {
  text-decoration: none;
}

.sketto ol, .sketto ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.sketto p {
  margin: 0;
  padding: 0;
}

.sketto img {
  vertical-align: middle;
}

.sketto .sketto-inner {
  margin: 0 auto;
  max-width: 960px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .sketto .sketto-inner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 769px) {
  .sketto .sketto-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .sketto section {
    padding: 55px 0;
  }
}

@media screen and (min-width: 769px) {
  .sketto section {
    padding: 70px 0;
  }
}

.sketto .basecolor {
  background: #d9ecff;
}

.sketto h2 {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.sketto h2.sketto-head {
  margin: 0;
  text-align: center;
}

.sketto h2.sketto-head strong {
  font-size: 2rem;
  display: block;
  text-align: center;
}

.sketto h2.sketto-head strong::before {
  content: 'A B O U T';
  font-size: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  color: #69e;
  display: block;
}

.sketto h2.sketto-head strong::after {
  margin: 10px auto 40px;
  content: '';
  width: 60px;
  border-bottom: 3px solid #69e;
  display: block;
}

@media screen and (max-width: 768px) {
  .sketto .sketto-head {
    margin-bottom: 35px;
  }
  .sketto .sketto-head span {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
  .sketto .sketto-head strong {
    font-size: 2.3rem;
  }
}

.sketto #hero {
  background: url(../img/sketto_bg.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 768px) {
  .sketto #hero {
    background: #fcfce8;
  }
}

.sketto #hero .hero-inner {
  text-align: center;
  font-weight: 700;
  padding: 60px 0 50px;
  min-width: 460px;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .sketto #hero .hero-inner {
    padding-top: 40px;
    width: 100%;
    min-width: auto;
  }
}

.sketto #hero .hero-inner .copy {
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .sketto #hero .hero-inner .copy {
    font-size: 1.3rem;
  }
}

.sketto #hero .hero-inner h1 {
  position: relative;
  margin: .6em auto 0;
  width: 100%;
}

.sketto #hero .hero-inner h1 .subcopy {
  position: relative;
  top: 10px;
  display: block;
  margin-top: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .sketto #hero .hero-inner h1 .subcopy {
    letter-spacing: 0;
    font-size: 14px;
    font-family: sans-serif;
  }
}

.sketto #hero .hero-inner h1 img {
  margin: 24px 0 0;
  width: 70%;
}

@media screen and (min-width: 769px) {
  .sketto #about .about-inner {
    display: flex;
  }
}

.sketto #about .about-inner .about-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sketto #about .about-inner .about-img {
    margin: 0 auto 25px;
    width: 82%;
  }
}

@media screen and (min-width: 769px) {
  .sketto #about .about-inner .about-img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .sketto #about .about-inner .about-txt {
    width: 50%;
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .sketto #about .about-inner .about-txt {
    margin: 0 20px;
  }
}

.sketto #about .about-inner .about-txt p {
  font-size: 1.25rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .sketto #about .about-inner .about-txt p {
    font-size: 1.1rem;
    line-height: 1.7;
  }
}

.sketto #about .about-inner .about-txt .theme {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .sketto #about .about-inner .about-txt .theme li {
    margin-bottom: 10px;
  }
}

.sketto #feature h2 strong::before {
  content: 'F E A T U R E';
}

@media screen and (min-width: 769px) {
  .sketto #feature ul {
    display: flex;
  }
}

.sketto #feature ul li {
  position: relative;
  background: #fcfce8;
}

.sketto #feature ul li .num {
  position: absolute;
  z-index: 10;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  top: -14px;
  left: 14px;
  font-size: 2.7rem;
}

.sketto #feature ul li .pic img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.sketto #feature ul li h3 {
  margin: 20px auto 0;
  font-size: 24px;
  text-align: center;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.sketto #feature ul li p {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 24px 30px;
}

.sketto #feature ul li p:first-of-type {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .sketto #feature ul li {
    width: calc(100% / 3);
    border-radius: 10px;
  }
  .sketto #feature ul li:not(:nth-child(3n + 1)) {
    margin-left: 18px;
  }
}

.sketto #works h2 strong::before {
  content: 'W O R K S';
}

.sketto #works p {
  font-size: 19px;
}

.sketto #works ul {
  padding-top: 20px;
}

.sketto #works ul li {
  padding: 0 0 12px;
  margin-bottom: 0;
  border-top: 1px dotted #69e;
  background: #fff;
}

.sketto #works ul li:last-child {
  border-bottom: 1px dotted #69e;
}

@media screen and (max-width: 768px) {
  .sketto #works ul li {
    margin: 0 10px;
  }
}

.sketto #works ul li .pic {
  text-align: center;
}

.sketto #works ul li .pic img {
  width: 60%;
  max-width: 240px;
  border-radius: 50%;
  border: 10px solid #fff;
}

.sketto #works ul li h3 {
  margin: 14px auto 0;
  font-size: 23px;
  line-height: 1.41;
  display: inline-block;
}

.sketto #works ul li h3::before {
  content: '👉 ';
  color: #69e;
}

@media screen and (max-width: 768px) {
  .sketto #works ul li h3::before {
    content: '';
  }
}

@media screen and (max-width: 768px) {
  .sketto #works ul li h3 {
    margin: 0;
    font-size: 16px;
  }
}

.sketto #works ul li h3 small {
  font-weight: normal;
  font-size: 16px;
  font-family: sans-serif;
}

.sketto #works ul li p {
  font-size: 19px;
  line-height: 1.8;
  padding: 0;
  display: inline-block;
  min-width: 13em;
}

.sketto #works ul li p:first-of-type {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .sketto #works ul li p {
    font-size: 16px;
  }
}

.sketto #members h2 strong::before {
  content: 'S T A F F';
}

@media screen and (max-width: 768px) {
  .sketto #members h2 strong {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .sketto #members ul {
    display: flex;
  }
}

.sketto #members ul li {
  position: relative;
}

.sketto #members ul li .pic {
  text-align: center;
}

.sketto #members ul li .pic img {
  width: 60%;
  max-width: 240px;
  border-radius: 50%;
  border: 10px solid #fff;
}

.sketto #members ul li h3 {
  margin: 20px auto 0;
  font-size: 20px;
  text-align: center;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.sketto #members ul li h3 small {
  font-weight: normal;
  font-size: 12px;
  font-family: sans-serif;
  display: block;
}

.sketto #members ul li p {
  font-size: 13px;
  line-height: 1.7;
  padding: 0 24px 30px;
  font-family: sans-serif;
}

.sketto #members ul li p:first-of-type {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .sketto #members ul li {
    width: calc(100% / 3);
    border-radius: 10px;
  }
  .sketto #members ul li:not(:nth-child(3n + 1)) {
    margin-left: 18px;
  }
}

.sketto #members ul + ul {
  justify-content: center;
}

.sketto #outline h2 strong::before {
  content: 'S E R V I C E';
}

@media screen and (min-width: 769px) {
  .sketto #outline ul {
    display: flex;
  }
}

.sketto #outline ul li {
  position: relative;
}

.sketto #outline ul li .pic {
  text-align: center;
}

.sketto #outline ul li .pic img {
  width: 60%;
  max-width: 240px;
  border-radius: 50%;
  border: 10px solid #fff;
}

.sketto #outline ul li h3 {
  margin: 20px auto 0;
  font-size: 22px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.41;
}

.sketto #outline ul li h3 small {
  font-weight: normal;
  font-size: 16px;
  font-family: sans-serif;
}

.sketto #outline ul li p {
  font-size: 14px;
  line-height: 1.8;
  padding: 0 0 30px;
  font-family: sans-serif;
}

.sketto #outline ul li p:first-of-type {
  padding-top: 10px;
}

@media screen and (min-width: 769px) {
  .sketto #outline ul li {
    width: calc(100% / 4);
    border-radius: 10px;
  }
  .sketto #outline ul li:not(:nth-child(4n + 1)) {
    margin-left: 20px;
  }
}

.sketto #policy .sketto-inner {
  max-width: 740px;
}

.sketto #policy h2 strong::before {
  content: 'P O L I C Y';
}

.sketto #policy ul li {
  padding: 10px 24px 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}

.sketto #policy ul li .pic {
  text-align: center;
}

.sketto #policy ul li .pic img {
  width: 60%;
  max-width: 240px;
  border-radius: 50%;
  border: 10px solid #fff;
}

.sketto #policy ul li h3 {
  margin: 20px auto 0;
  font-size: 24px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  line-height: 1.41;
}

.sketto #policy ul li h3 small {
  font-weight: normal;
  font-size: 16px;
  font-family: sans-serif;
}

.sketto #policy ul li p {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 30px;
  font-family: sans-serif;
}

.sketto #policy ul li p:first-of-type {
  padding-top: 10px;
}

.sketto #price .sketto-inner {
  max-width: 740px;
}

.sketto #price h2 strong::before {
  content: 'P R I C E';
}

.sketto #price p {
  font-size: 18px;
  line-height: 1.8;
}

.sketto #faq h2 strong::before {
  content: 'F A Q';
}

.sketto #faq .faq-q {
  display: flex;
  font-size: 20px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  padding: 0 20px;
}

.sketto #faq .faq-q div.qa {
  margin-right: 10px;
}

.sketto #faq .faq-q:hover {
  color: #69e;
}

.sketto #faq .faq-a {
  display: none;
  position: relative;
  margin: 14px 20px 20px;
  padding: 20px;
  font-size: 18px;
  background: #d9ecff;
  border-radius: 10px;
  font-family: sans-serif;
}

.sketto #faq .faq-a div.qa {
  position: absolute;
}

.sketto #faq .faq-a p {
  padding-left: 20px;
}

.sketto .cv {
  padding: 30px 0 10px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 24px;
  text-align: center;
}

.sketto .cv a {
  padding: 14px 50px;
  border-radius: 60px;
  color: #fff;
  background: #f00;
  border: 3px solid #f00;
}

.sketto .cv a:hover {
  color: #f00;
  background: #fff;
}

.sketto footer {
  margin: 30px 0 0;
  padding: 10px 0;
  background: #000;
  text-align: center;
}

.sketto footer a {
  color: #fff;
}

/*# sourceMappingURL=sketto.map */