@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,
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 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}
body {
  color: #333;
  font-size: 1.6rem;
}

.inner {
  margin: 0 auto;
  width: 1200px;
}

header {
  background: #151618;
}
header .inner {
  box-sizing: border-box;
  height: 70px;
  padding: 10px 0;
}
header .inner img {
  height: 50px;
  width: auto;
}
.mv {
  align-items: center;
  background: url(img/mv.jpg) no-repeat center center / cover;
  display: flex;
  height: 630px;
  justify-content: center;
}
.mv p {
  color: #fff;
  font-size: 5.8rem;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 130%;
}
h2 {
  font-size: 2.4rem;
  font-weight: 900;
}
.dev {
  margin: 80px 0 0;
}
.dev dl {
  border: 6px solid #151618;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 80px 0 0;
}
.dev dl dt {
  background: #151618;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
}
.dev dl dd {
  line-height: 180%;
  padding: 50px 40px;
}
.dev p {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 150%;
  margin: 40px 0 0;
}
.about {
  margin: 100px 0 0;
}
.about .mach {
  background: url(img/mach.png) no-repeat right bottom / 500px auto;
  padding: 0 0 200px;
}
.about h3 {
  font-size: 3rem;
  font-weight: bold;
  margin: 80px 0 0;
}
.about h3 + p {
  font-size: 1.8rem;
  line-height: 180%;
  margin: 40px 0 0;
}
.about .mach ul {
  list-style: none;
  margin: 40px 0 0;
}
.about .mach ul li {
  background: #151618;
  display: table;
  height: 60px;
  line-height: 60px;
  margin: 0 0 10px;
  width: 260px;
}
.about .mach ul li p,
.about .mach ul li span {
  display: table-cell;
}
.about .mach ul li p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 20px;
  width: 140px;
}
.about .mach ul li span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  opacity: 0.6;
}
.about .mach + div {
  display: flex;
  margin: 80px 0 0;
}
.about .mach + div > div {
  width: calc((100% - 40px) / 2);
}
.about .mach + div > div:nth-of-type(2) {
  margin: 0 0 0 40px;
}
.about dl {
  border: 6px solid #151618;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 14px;
}
.about dl dt {
  background: #151618;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 20px;
}
.about dl dd {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 180%;
  padding:30px;
}
.about dl dd ul {
  list-style: none;
}
.flow {
  margin: 100px 0 0;
}
.flow h3 {
  font-size: 3rem;
  font-weight: bold;
  margin: 80px 0;
}
.flow dl {
  display: flex;
  margin: 0 0 40px;
}
.flow dl dt {
  background: #151618;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  position: relative;
  text-align: center;
  width: 160px;
}
.flow dl dt:after {
  background: url(img/tri.png) no-repeat center center / contain;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 20px;
  width: 10px;
}
.flow dl dd {
  font-size: 2.4rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  padding: 0 0 0 74px;
}
.flow dl dd span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0 50px;
}
.okinawa {
  margin: 80px 0 0;
}
.okinawa .outer {
  align-items: center;
  background: url(img/okinawa.jpg) no-repeat center center / cover;
  display: flex;
  height: 600px;
  justify-content: center;
  margin: 0 0 80px;
}
.okinawa .outer h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 180%;
}
.okinawa dl {
  border-left: 6px solid #151618;
  border-right: 6px solid #151618;
  border-top: 6px solid #151618;
  display: table;
  width: 100%;
}
.okinawa dl:last-of-type {
  border-bottom: 6px solid #151618;
}
.okinawa dl dt,
.okinawa dl dd {
  display: table-cell;
  font-size: 2.4rem;
  font-weight: bold;
  height: 60px;
  vertical-align: middle;
}
.okinawa dl dt {
  background: #151618;
  color: #fff;
  text-align: center;
  width: 200px;
}
.okinawa dl dd {
  padding: 0 20px;
}
.okinawa dl dd a {
  color: #333;
  text-decoration: none;
}
.contact {
  background: #151618;
  margin: 100px 0 0;
  padding: 80px 0;
}
.contact h2 {
  color: #fff;
}
.contact h2 + div {
  display: flex;
  margin: 40px 0 0;
}
.contact h2 + div p {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  height: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  width: calc((100% - 40px) / 2);
}
.contact h2 + div p + p {
  margin: 0 0 0 40px;
}
.contact a {
  background: #fff;
  color: #333;
  display: block;
  text-align: center;
  text-decoration: none;
}
footer {
  padding: 80px 0;
}
footer a img {
  height: 50px;
  width: auto;
}
footer p {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 40px 0 0;
}
.copy {
  margin: 20px 0 0;
}

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

  .inner {
    padding: 0 30px;
    width: auto;
  }
  header .inner {
    height: 60px;
    padding: 10px 30px;
  }
  header .inner img {
    height: 40px;
  }
  .mv {
    height: 350px;
  }
  .mv p {
    font-size: 2.8rem;
  }
  .dev {
    margin: 80px 0 0;
  }
  .dev dl {
    font-size: 2rem;
    margin: 40px 0 0;
  }
  .dev dl dd {
    padding: 24px;
  }
  .dev p {
    font-size: 1.8rem;
  }
  .about {
    margin: 80px 0 0;
  }
  .about .mach {
    background-size: contain;
    padding: 0 0 115vw;
  }
  .about h3 {
    font-size: 2.4rem;
    line-height: 120%;
    margin: 30px 0 0;
  }
  .about h3 + p br {
    display: none;
  }
  .about .mach ul li {
    width: 100%;
  }
  .about .mach + div {
    display: block;
    margin: 40px 0 0;
  }
  .about .mach + div > div {
    width: auto;
  }
  .about .mach + div > div:nth-of-type(2) {
    margin: 0;
  }
  .about dl dd {
    font-size: 1.6rem;
    padding: 15px;
  }
  .flow {
    margin: 80px 0 0;
  }
  .flow h3 {
    margin: 30px 0;
  }
  .flow dl {
    display: block;
  }
  .flow dl dd {
    height: auto;
    line-height: normal;
    padding: 15px 0;
  }
  .flow dl dd span {
    display: block;
    margin: 10px 0 0;
  }
  .okinawa {
    margin: 40px 0 0;
  }
  .okinawa .outer {
    height: 300px;
  }
  .okinawa .outer h2 {
    font-size: 2rem;
  }
  .okinawa dl {
    display: block;
  }
  .okinawa dl dt, .okinawa dl dd {
    display: block;
    font-size: 1.8rem;
    height: auto;
    padding: 10px;
  }
  .okinawa dl dt {
    text-align: left;
    width: auto;
  }
  .contact {
    margin: 40px 0 0;
  }
  .contact h2 + div {
    display: block;
  }
  .contact h2 + div p {
    font-size: 1.8rem;
    width: auto;
  }
  .contact h2 + div p + p {
    margin: 20px 0 0;
  }
  footer {
    padding: 40px 0;
  }

}
