@charset "UTF-8";
/*Charaset設定*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanRP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  color: #222222;
  letter-spacing: 0.1rem;
  font-size: 0.875rem;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #222222;
}

.nobr {
  display: none;
}
@media (min-width: 768px) {
  .nobr {
    display: inline;
  }
}

#works article {
  padding: 40px 8%;
}
@media (min-width: 1024px) {
  #works article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#works article.odd {
  background: #F5F5F5;
}
#works article.even {
  background: #ffffff;
}
#works article .text {
  margin-top: 1.4rem;
}
@media (min-width: 1024px) {
  #works article .text {
    width: 40%;
  }
}
#works article .text h2 {
  line-height: 1.6;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  #works article .text h2 {
    font-size: 1.125rem;
  }
}
#works article .text h3 {
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.875rem;
}
#works article .text p {
  line-height: 2;
  margin: 1.4rem 0;
}
#works article .text ul {
  line-height: 1.8;
  list-style: none;
}
#works article .text ul.jobrole {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#works article .text ul.jobrole li::after {
  content: "／";
  margin: 3px;
}
#works article .text ul.url {
  line-height: 1.8;
  margin-top: 1.4rem;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  #works article .text ul.url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#works article .text ul.url li {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  #works article .text ul.url li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #222222;
  }
}
#works article .text ul.url li:last-child {
  border-right: none;
}
#works article .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
@media (min-width: 1024px) {
  #works article .image {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#works article .image li {
  margin: 0 5px;
}
@media (min-width: 1024px) {
  #works article .image li {
    margin-left: 40px;
  }
}
#works article .image li img {
  height: 175px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  #works article .image li img {
    height: 310px;
    width: auto;
  }
}

#profile {
  padding: 60px 8%;
  background-color: #222222;
  color: #ffffff;
}
#profile h2 {
  line-height: 1.6;
  margin-bottom: 1.4rem;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  #profile h2 {
    font-size: 1.5rem;
  }
}
#profile h3 {
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
}
#profile h3 span {
  margin-left: 20px;
  font-size: 0.875rem;
}
#profile p {
  line-height: 2;
  margin: 0.6rem 0;
}

#header {
  width: 100vw;
}
#header #logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
}
#header #logo img {
  width: 80px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #header #logo img {
    width: 120px;
    margin-right: 20px;
  }
}
#header #logo a {
  display: block;
}
#header .global_nav {
  overflow-y: scroll;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: -1;
}
#header .global_nav .nav_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#header .global_nav .nav_inr ul {
  padding: 20px 4%;
}
#header .global_nav .nav_inr ul li {
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
#header .global_nav .nav_inr ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
#header #nav_toggle {
  display: block;
  position: fixed;
  width: 36px;
  height: 24px;
  top: 24px;
  right: 8%;
  z-index: 99;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #header #nav_toggle {
    top: 40px;
    right: 30px;
  }
}
#header #nav_toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: #222222;
}
#header #nav_toggle div span:nth-child(1) {
  top: 0;
}
#header #nav_toggle div span:nth-child(2) {
  top: 12px;
}
#header #nav_toggle div span:nth-child(3) {
  top: 24px;
}
#header.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #ffffff;
}
#header.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  background: #ffffff;
}
#header.open #nav_toggle span:nth-child(3) {
  top: 12px;
  width: 100%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #ffffff;
}

#footer {
  text-align: center;
  padding: 20px 5%;
}
@media (min-width: 768px) {
  #footer {
    margin-top: 0;
    padding: 60px 10vw;
  }
}
#footer .logo {
  display: inline-block;
  width: 240px;
}
@media (min-width: 1024px) {
  #footer .logo {
    width: 300px;
  }
}
#footer .copyright {
  padding: 30px 0;
  font-size: 0.75rem;
}/*# sourceMappingURL=styles.css.map */