/* Scss Document */
/*
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; }

ul {
  list-style: none; }

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

/* Scss Document */
/* common
---------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #525252;
  line-height: 1; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  vertical-align: top; }

.logo {
  font-weight: bold; }

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

/* Scss Document */
/* .header
---------------------------------------------*/
.header {
  text-align: center;
  background: #f1f1f1;
  padding: 20px; }

.header-logo {
  font-size: 30px;
  font-size: 3rem; }

.company {
  text-align: center; }
  .company .logo {
    margin: 150px 0; }
    @media screen and (max-width: 767px) {
      .company .logo {
        margin: 60px 0 40px; } }
    .company .logo img {
      width: 373px;
      height: 251px; }
      @media screen and (max-width: 767px) {
        .company .logo img {
          width: 35%;
          height: 35%; } }
  .company__inner {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 150px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .company__inner {
        width: 90%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .company__inner {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      .company__inner {
        width: 100%;
        margin-bottom: 60px; } }
    .company__inner .gaiyo p {
      position: relative;
      font-weight: bold;
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 130px; }
      @media screen and (max-width: 767px) {
        .company__inner .gaiyo p {
          margin-bottom: 55px;
          font-size: 21px;
          font-size: 2.1rem; } }
      .company__inner .gaiyo p:after {
        content: "";
        display: block;
        width: 60px;
        height: 6px;
        background-color: #003686;
        position: absolute;
        bottom: -80%;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (max-width: 767px) {
          .company__inner .gaiyo p:after {
            bottom: -70%;
            width: 50px;
            height: 5px; } }
    .company__inner .contents {
      width: 900px;
      text-align: left;
      font-size: 19px;
      font-size: 1.9rem;
      margin: 0 auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        .company__inner .contents {
          width: 90%; } }
      @media screen and (max-width: 767px) {
        .company__inner .contents {
          width: 90%;
          font-size: 15px;
          font-size: 1.5rem; } }
      @media screen and (min-width: 768px) {
        .company__inner .contents a {
          color: #525252;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          .company__inner .contents a:hover {
            color: #003686; } }
      .company__inner .contents .title {
        font-weight: bold;
        border-bottom: 1px solid #D8D8D8;
        padding: 50px 40px;
        padding-right: 150px; }
        @media (min-width: 768px) and (max-width: 991px) {
          .company__inner .contents .title {
            padding: 20px 50px 10px 40px; } }
        @media screen and (max-width: 767px) {
          .company__inner .contents .title {
            padding: 20px 0 10px 15px;
            display: block;
            border-bottom: 0; } }
      .company__inner .contents .text {
        border-bottom: 1px solid #D8D8D8;
        padding: 50px 0;
        line-height: 1.75em; }
        @media (min-width: 768px) and (max-width: 991px) {
          .company__inner .contents .text {
            padding: 30px 0; } }
        @media screen and (max-width: 767px) {
          .company__inner .contents .text {
            line-height: 1.45em;
            display: block;
            padding: 0 15px 20px; } }

/* Scss Document */
/* .footer
---------------------------------------------*/
.footer {
  text-align: center;
  background-color: #a3a3a3;
  margin-bottom: 96px; }

.footer-logo {
  font-size: 20px;
  font-size: 2rem;
  padding: 40px 0; }

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 40px;
  background: #dedede; }
