@charset "UTF-8";
/*
 *html5doctor.com Reset Stylesheet
 *v1.6.1
 *Last Updated: 2010-09-17
 *Author: Richard Clark - http://richclarkdesign.com
 *Twitter: @rich_clark */
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 {
  content: '';
  content: none; }

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; }

body {
  background: #dfddd7;
  color: #414141;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 16px;
  line-height: 2.3em; }
  body th, body td {
    line-height: 2.3em; }
  body > div {
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
  body img {
    max-width: 100%; }
  body a {
    text-decoration: none;
    color: #414141; }
    body a:hover {
      opacity: 0.8; }
  body h1, body h2, body h3, body h4, body h5, body h6, body th {
    font-weight: normal; }
  body th {
    text-align: left; }
  body .index .works-masonry-head {
    display: none; }
  body .fade {
    animation: fadeIn 1s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade_off {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }

.fade_on {
  opacity: 1; }

.fadein {
  opacity: 0; }

.fadeInRight {
  transition: all 0.5s ease-in;
  position: relative;
  transform: translateX(0px);
  opacity: 1 !important; }

#__bs_notify__ {
  right: 9999px !important; }

.sans-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif; }

.dynalight {
  font-family: 'Dynalight', cursive; }

.tangerine {
  font-family: 'Tangerine', cursive;
  font-size: 35px; }

span.tangerine {
	font-size: 25px; }

@media screen and (min-width: 1000px) {
  body {
    width: 1000px;
    margin: 0 auto; } }

body {
  margin-top: 40px;
  padding: 10px; }
  body .nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 5;
    max-width: 1000px;
    transform: translate(-50%, 0); }
  body .categories {
    margin: 10px 0; }
  body .works-contents {
    margin: 50px 0 200px 0; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16); }

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background: #b1b0ab;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */ }

.hamburger {
  position: absolute;
  right: 0;
  top: -4px;
  width: 40px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300; }

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.global-nav__item {
  text-align: left;
  padding: 0 14px 0 35px; }
  .global-nav__item a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    color: #262626; }
    .global-nav__item a:hover {
      color: #525252; }

.hamburger__line {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 1px;
  background-color: #555;
  transition: all 1s; }

.hamburger__line--1 {
  top: 20px; }

.hamburger__line--2 {
  top: 28px; }

.hamburger__line--3 {
  top: 36px; }

.black-bg {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer; }

/* 表示された時用のCSS */
#hamburgerclose {
  top: 0;
  right: 10px; }

.nav-open .global-nav {
  right: 0; }

.nav-open .black-bg {
  opacity: .8;
  visibility: visible; }

.nav-open .hamburger__line--1 {
  transform: rotate(405deg);
  top: 20px; }

.nav-open .hamburger__line--2 {
  display: none; }

.nav-open .hamburger__line--3 {
  transform: rotate(-405deg);
  top: 20px; }

.nav {
  display: flex;
  background: #dfddd7;
  background: rgba(223, 221, 215, 0.5);
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  height: 30px;
  margin: 0 auto;
  padding: 10px 0; }
  .nav__title {
    font-size: 16px;
    letter-spacing: 3px; }
  .nav__contact {
    display: none; }
  .nav__instagram {
    display: none;
    text-align: right; }
    .nav__instagram img {
      width: 18px; }
  .nav__hamburger {
    width: 30px;
    height: 30px; }
  @media screen and (min-width: 1024px) {
    .nav__title {
      margin-left: 7px; }
    .nav__right-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 220px; }
    .nav__contact {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #414141;
      width: 80px;
      height: 25px;
      letter-spacing: 2px;
      margin-right: -2px;
      font-size: 11px; }
    .nav__instagram {
      display: block;
      width: 27px; } }

.eyecatch {
  display: none; }
  .eyecatch__image {
    width: 100%; }
  @media screen and (min-width: 1024px) {
    .eyecatch {
      display: block; } }

.top-topic {
  position: relative;
  right: -13px;
  display: flex;
  margin: 0 0 15px auto;
  justify-content: space-between;
  background: white;
  width: 300px;
  box-shadow: -3px 3px; }
  .top-topic__date {
    margin-left: 20px; }
  .top-topic__title {
    margin: 0 40px 0 20px; }
  @media screen and (min-width: 1000px) {
    .top-topic {
      position: absolute;
      width: 325px;
      top: 540px;
      right: -25px; }
      .top-topic:hover {
        transition: all 1s;
        transform: translateX(-20px); } }

.top-topic-link:hover {
  opacity: 1; }

.categories {
  display: none; }
  @media screen and (min-width: 1024px) {
    .categories {
      display: flex;
      font-size: 12px; }
      .categories__separator {
        margin: 0 25px; }
      .categories__category {
        margin-right: 25px; } }

.works-masonry {
  column-count: 2;
  column-gap: 25px;
  width: 100%; }
  .works-masonry__image img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  @media screen and (min-width: 1000px) {
    .works-masonry {
      width: auto;
      column-count: 3;
      display: block;
      margin-bottom: 20px; }
      .works-masonry h2.works-masonry-head {
        display: none; } }

.works-contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }
  .works-contents h1 {
    font-size: 16px;
    margin-bottom: 40px; }
  .works-contents hr {
    border-top: 1px solid #414141; }
  .works-contents table th {
    width: 100px; }
  .works-contents__text {
    margin: 10px 0 20px 0;
    width: 100%; }
  .works-contents__images {
    width: 100%; }
    .works-contents__images img {
      width: 100%;
      margin-bottom: 5px; }
  .works-contents .preview_next {
    display: flex;
    width: 300px;
    margin: 50px auto;
    justify-content: space-between; }
  @media screen and (min-width: 1000px) {
    .works-contents {
      flex-direction: row;
      justify-content: space-between; }
      .works-contents__text {
        width: 300px;
        margin: 0; }
      .works-contents__images {
        width: calc(100% - 330px); } }

.profiles-block img {
  width: 100%; }

.profiles-block section {
  margin-bottom: 30px; }

.profiles-block h1 {
  margin: 50px 0; }

.profiles-block li {
  list-style: none; }

.profiles-block .personal-profile {
  margin-bottom: 50px; }
  .profiles-block .personal-profile table.history {
    margin-top: 20px; }
    .profiles-block .personal-profile table.history th {
      width: 80px; }
  .profiles-block .personal-profile .name-wrap {
    display: flex; }
    .profiles-block .personal-profile .name-wrap h2 {
      font-size: 20px;
      margin-right: 20px;
      margin-bottom: 20px; }

.profiles-block p.address {
  margin: 30px 0; }

@media screen and (min-width: 1000px) {
  .profiles-block section {
    margin-bottom: 50px; }
  .profiles-block .profile-image-wrapper {
    display: flex;
    justify-content: space-between; }
    .profiles-block .profile-image-wrapper .name-wrap h2 {
      margin-right: 100px; }
    .profiles-block .profile-image-wrapper .profile-wrapper {
      width: 50%; }
    .profiles-block .profile-image-wrapper .image-wrapper {
      width: 50%; }
  .profiles-block .office-profile-text {
    margin-bottom: 50px; }
  .profiles-block .address-map-wrapper {
    display: flex;
    flex-direction: row-reverse; }
    .profiles-block .address-map-wrapper .address {
      width: 50%;
      margin: 0 0 0 50px; }
    .profiles-block .address-map-wrapper .map {
      width: 50%; } }

.process-block h1 {
  font-size: 20px;
  margin: 40px 0; }

.process-block section {
  border-top: 1px solid #414141;
  margin-bottom: 30px; }
  .process-block section h2 {
    font-weight: bold;
    margin: 10px 0 20px 0; }

@media screen and (min-width: 1000px) {
  .process-block h1 {
    font-size: 30px; } }

.concept-block h1 {
  margin: 50px 0; }

.concept-block .intro br {
  display: none; }

.concept-block h2.kangaekata {
  font-size: 20px;
  margin: 80px 0 40px 0; }

.concept-block section h3 {
  font-weight: bold;
  margin-bottom: 10px; }

.concept-block section p {
  margin-bottom: 40px; }

@media screen and (min-width: 1000px) {
  .concept-block .intro {
    margin: 80px 0 150px 0; }
    .concept-block .intro br {
      display: block; }
  .concept-block h2.kangaekata {
    font-size: 30px; } }

.contact-block {
  max-width: 500px;
  margin: 0 auto; }
  .contact-block h1 {
    margin: 50px 0; }
  .contact-block label {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif; }
  .contact-block .wpcf7 .screen-reader-response ul {
    margin: 20px 30px; }
  .contact-block .wpcf7 p {
    margin-bottom: 15px; }
  .contact-block .wpcf7 input {
    height: 30px;
    width: 100%; }
  .contact-block .wpcf7 textarea {
    height: 100px;
    width: 100%; }
  .contact-block .wpcf7 .your-kinds label {
    display: block; }
  .contact-block .wpcf7 .your-kinds input {
    height: inherit;
    width: inherit; }
  .contact-block .wpcf7 .your-kinds span.wpcf7-list-item {
    display: block; }
  .contact-block .wpcf7 .wpcf7-submit {
    width: 100px;
    margin-top: 30px;
    background: #414141;
    height: 30px;
    color: white; }
  @media screen and (min-width: 1000px) {
    .contact-block {
      width: 100%; } }

.blog-block .blog-categories {
  display: flex;
  margin-bottom: 30px; }
  .blog-block .blog-categories .separator {
    margin: 0 20px; }
  .blog-block .blog-categories ul {
    display: flex;
    flex-wrap: wrap; }
    .blog-block .blog-categories ul li {
      list-style: none;
      margin-right: 20px; }

.blog-block .content img {
  width: 100%;
  height: auto;
  margin: 10px 0; }

.blog-block .preview_next {
  display: flex;
  width: 300px;
  margin: 50px auto;
  justify-content: space-between; }

@media screen and (min-width: 1000px) {
  .blog-block {
    margin: 60px 0; }
    .blog-block .date_and_title {
      margin-bottom: 20px; }
      .blog-block .date_and_title .date {
        font-size: 15px;
        margin-bottom: 5px; }
      .blog-block .date_and_title .title {
        font-size: 30px; }
    .blog-block .content-wrapper {
      max-width: 700px;
      margin: 80px auto; }
    .blog-block .content img {
      margin: 40px 0; } }

.topic-block .content img {
  width: 100%;
  height: auto;
  margin: 10px 0; }

@media screen and (min-width: 1000px) {
  .topic-block .date_and_title {
    margin-bottom: 20px; }
    .topic-block .date_and_title .date {
      font-size: 15px;
      margin-bottom: 5px; }
    .topic-block .date_and_title .title {
      font-size: 30px; }
  .topic-block .content-wrapper {
    max-width: 700px;
    margin: 80px auto; }
  .topic-block .content img {
    margin: 40px 0; } }

.footer {
  letter-spacing: 1px;
  padding-top: 50px;
  margin-top: auto;
  font-size: 13px; }
