:root {
  --ts-color-body: #222f3e;
  --ts-color-heading: #222f3e;
  --ts-color-link: #222f3e;
  --ts-color-background: #FFF;
  --ts-color-border: #222f3e;
  --ts-font-family-serif: -apple-system, BlinkMacSystemFont, sans-serif;
  --ts-font-family-sans: 'Noto', -apple-system, BlinkMacSystemFont, sans-serif;
}

[data-typesettings] {
  letter-spacing: 0;
}

[data-typesettings] a {
  border-color: var(--ts-color-link);
}

[data-typesettings] a:visited {
  color: var(--ts-color-link);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

a:hover {
  text-decoration:underline;
  color:#222f3e !important;
}

.header {
  padding: 40px 0 10px 0;
  display: flex;
}

.logo, .nav {
  flex: 1;
}

.header .logo a {
  border-bottom: 0;
  color: var(--ts-color-heading);
  font-weight: var(--ts-font-weight-bold);
}

.header .nav {
  margin: 0;
  padding: 0;
}

.text-right {
  text-align: right;
}

.mail {
    height:1em;
    float:right;
}

.mail:hover {
    opacity:0.7;
}

.hero {
    margin-top:40px !important;
    padding: 0 0 45px 0;
}

.hero h1 {
    margin-bottom: -0.32em !important;
}

.line {
    margin-top:60px !important;
    border-top: 0.39em solid #222f3e;
    border-bottom: 0.39em solid #222f3e;
    padding-top: 1.2em;
    padding-bottom: 2.8em;
}

.hero h1 {
    padding-top: 34px; 
}

.divide {
    height: 3em;
}

.work .row {
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.work .column {
  width: 45%;
}

.work h2 {
  margin: 20px 0 30px;
  line-height: 1.3; 
}

.footer {  
 padding: 30px 0;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .row {
  display: flex;
}

.footer .column {
  flex: 1;
}

.footer a {
  border: none;
}

.footer a:not(:last-child) {
  margin-right: 10px;
}

.footer a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.footer p {
  color: #666;
}

ul {
  max-width: 800px;
}


/* Works */

.works p {
  margin-top: 1.5em;
  max-width: 800px;
}

.works h1 {
  max-width: 800px;
}

.work_img {
    margin-bottom: 1.8em;
}

.work_imgHead {
    margin-bottom: 3.4em;
}

/* Worknavi */

.nav2 {
  margin-top:2.5em !important;
  margin-bottom:2.5em !important;
    font-weight:500;
}

.box1, .box2, .box3 {
     float: left;
     width: 32%;
     margin-right: 2%;
     padding: 5px;
     box-sizing: border-box;
}

.box2 {
    text-align:center;
}

.box3 {
    text-align:right;
     margin-right: 0;
}


@media screen and (max-width: 600px) {

  /* GENERAL STYLES */

  .hide-mobile {
    display: none;
    visibility: hidden;
  }

  .header {
    padding: 30px 0 0;
  }

  .footer {
    padding: 20px 0;
  }















