@import 'base.css';
::-moz-selection {
  background-color: #6f77b3;
  color: #fff;
}
::selection {
  background-color: #6f77b3;
  color: #fff;
}

html {
  font-size: 0.625em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 1.8em;
  line-height: 1.8em;
  background: #ecf8ff;
  color: #272a34;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3.2vw;
  }
}

@media screen and (hover: hover) {
  a {
    transition: color 0.3s;
  }
  a:hover {
    color: #6f77b3;
  }
}

.space {
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

header h1 {
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.7777777778em;
}
@media screen and (max-width: 750px) {
  header h1 {
    font-size: 2em;
    text-align: center;
  }
}
header {
  padding: 50px 5% 20px;
}
@media screen and (max-width: 750px) {
  header {
    padding: 6.6666666667vw 5% 4vw;
    min-height: 70vh;
  }
}
header #global-navi .navi-contents {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  header #global-navi .navi-contents {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  header #global-navi .navi-contents {
    margin-top: 13.3333333333vw;
    margin-right: auto;
  }
}
header #global-navi .navi-contents li {
  font-size: 1.1111111111em;
}
header #global-navi .navi-contents li:not(:first-child) {
  margin-left: 1em;
}

footer {
  text-align: center;
  color: #fff;
  background: #232748;
  font-size: 0.8888888889em;
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  padding: 10px 5%;
}

.navigation {
  position: fixed;
  right: 2%;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.navigation a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #232748;
  opacity: 0.5;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .navigation a {
    width: 1em;
    height: 1em;
  }
}
.navigation a:first-child {
  background-color: #3a80cf;
}
.navigation a:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .navigation a:nth-child(n+2) {
    margin-top: 1em;
  }
}
.navigation a.active {
  opacity: 1;
}
@media screen and (hover: hover) {
  .navigation a:hover {
    opacity: 1;
  }
}

.section-contents {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .section-contents {
    padding-top: 20vw;
    padding-bottom: 13.3333333333vw;
  }
}
.section-contents .contents {
  max-width: 750px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.heading-style1 {
  font-size: 1.7777777778em;
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .heading-style1 {
    margin-bottom: 8vw;
  }
}
.heading-style2 {
  font-size: 1.8888888889em;
  text-align: center;
  font-family: "Space Grotesk", "Zen Kaku Gothic New", sans-serif;
}

.contents-main {
  min-height: 100vh;
}

body:not(.page-top) .contents-main {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  body:not(.page-top) .contents-main {
    margin-top: 9.3333333333vw;
  }
}

.page-top .section-contents {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.page-top #profile {
  background: #D8ECFA;
  background: linear-gradient(0deg, rgb(216, 236, 250) 0%, rgba(216, 236, 250, 0) 100%);
}
.page-top #profile .profile-contents {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 0 rgba(115, 159, 230, 0.2);
  display: flex;
  flex-wrap: wrap;
  padding: 50px 70px;
}
@media screen and (max-width: 750px) {
  .page-top #profile .profile-contents {
    border-radius: 2.6666666667vw;
    padding: 5%;
  }
}
.page-top #profile .profile-contents {
  justify-content: space-between;
}
.page-top #profile .profile-contents .img {
  max-width: 190px;
  text-align: center;
  width: 35%;
  align-self: center;
}
.page-top #profile .profile-contents .textbox {
  max-width: 370px;
  width: 60%;
}
.page-top #profile .profile-contents .textbox .name {
  font-weight: 500;
  font-size: 1.3333333333em;
}
.page-top #profile .profile-contents .textbox .text {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page-top #profile .profile-contents .textbox .text {
    margin-top: 20px;
  }
}
.page-top #sample {
  background: #CCE1F7;
  background: linear-gradient(0deg, rgb(204, 225, 247) 0%, rgb(216, 236, 250) 100%);
}
.page-top #sample .sample-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-top #sample .sample-contents li {
  width: 32%;
  border: 1px solid #ccc;
  line-height: 0;
}
@media screen and (min-width: 751px), print {
  .page-top #sample .sample-contents li {
    margin-right: auto;
    margin-left: auto;
  }
  .page-top #sample .sample-contents li:nth-child(3n) {
    margin-right: 0;
  }
  .page-top #sample .sample-contents li:nth-child(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) and (min-width: 751px) {
  .page-top #sample .sample-contents li {
    margin-right: 2%;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .page-top #sample .sample-contents li {
    margin-right: 4%;
    width: 48%;
  }
  .page-top #sample .sample-contents li:nth-child(2n) {
    margin-right: 0;
  }
  .page-top #sample .sample-contents li:nth-child(n+3) {
    margin-top: 4%;
  }
}
@media screen and (hover: hover) {
  .page-top #sample .sample-contents li {
    transition: opacity 0.3s;
  }
  .page-top #sample .sample-contents li:hover {
    opacity: 0.5;
  }
}
.page-top #works {
  background: #ADC3F1;
  background: linear-gradient(0deg, rgb(173, 195, 241) 0%, rgb(204, 225, 247) 100%);
}
.page-top #works .works-contents {
  padding: 70px 50px;
  background: rgba(26, 103, 148, 0.3);
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .page-top #works .works-contents {
    border-radius: 2.6666666667vw;
    padding: 7% 5%;
  }
}
.page-top #works .works-contents p {
  text-align: center;
  color: #fff;
  font-size: 1.7777777778em;
}
.page-top #contact {
  background: #8E97EE;
  background: linear-gradient(0deg, rgb(142, 151, 238) 0%, rgb(173, 195, 241) 100%);
}
.page-top #contact .contact-contents {
  background: #fff;
  box-shadow: 0 5px 0 rgba(58, 128, 207, 0.2);
  border-radius: 20px;
  padding: 50px 70px;
}
@media screen and (max-width: 750px) {
  .page-top #contact .contact-contents {
    padding: 5%;
    border-radius: 2.6666666667vw;
  }
}
.page-top #contact .contact-contents > p {
  text-align: center;
}
.page-top #contact .contact-contents .mail {
  text-align: center;
  font-size: 1.6666666667em;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .page-top #contact .contact-contents .mail {
    margin-top: 2.6666666667vw;
  }
}
.page-sample .textbox .title {
  text-align: center;
  font-weight: 500;
}
.page-sample .textbox .type {
  text-align: right;
}/*# sourceMappingURL=style.css.map */