@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix, #aboutSec1 {
  content: " ";
  display: block;
  clear: both;
}

body {
  width: 100%;
  background-color: #fff;
  color: #181818;
  font-size: 14px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: left;
}

a {
  color: #181818;
}
a:link {
  color: #181818;
}
a:hover {
  color: #181818;
}
a:visited {
  color: #181818;
}

header {
  width: 100%;
  padding: 13px 0px;
}
header div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
@media only screen and (max-width: 599px) {
  header div h1 {
    font-size: 12px;
  }
}
header div p {
  width: 250px;
  height: 41px;
  margin: 10px auto 0px;
}
@media only screen and (max-width: 599px) {
  header div p {
    width: 50%;
  }
}
header div p img {
  width: 100%;
  height: auto;
}

nav {
  width: 100%;
  height: 70px;
  background-color: #0e1111;
}
nav ul {
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 5px;
  margin: 0px auto;
  padding: 16px 0px;
  font-size: 0;
}
nav ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  nav ul li {
    width: 23%;
  }
}
nav ul li:first-child img {
  width: 40px;
}
nav ul li:nth-child(2) img {
  width: 60px;
}
nav ul li:nth-child(3) img {
  width: 57px;
}
nav ul li:last-child img {
  width: 88px;
}
@media only screen and (max-width: 599px) {
  nav ul li:last-child {
    width: 25%;
  }
}
nav ul li img:hover {
  opacity: 0.6;
}

footer {
  width: 100%;
  padding: 30px 0px;
  color: #fff;
  background-color: #0e1111;
  text-align: center;
}
footer div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
footer div ul {
  margin: 0px auto;
  padding: 16px 0px;
  font-size: 0;
}
footer div ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  footer div ul li {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
footer div ul li:first-child img {
  width: 40px;
}
footer div ul li:nth-child(2) img {
  width: 60px;
}
footer div ul li:nth-child(3) img {
  width: 57px;
}
footer div ul li:last-child img {
  width: 88px;
}
footer div ul li img:hover {
  opacity: 0.6;
}
footer div p {
  margin-top: 50px;
}
footer div p small {
  font-size: 12px;
}

#mainVisual {
  width: 100%;
  height: 350px;
  background-image: url(../img/about/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mainVisual h2 {
  width: 141px;
  margin: 0px auto;
  padding-top: 150px;
}
@media only screen and (max-width: 599px) {
  #mainVisual h2 {
    width: 45%;
  }
}
#mainVisual h2 img {
  width: 100%;
  height: auto;
}

#aboutSec1 {
  background-image: url(../img/about/bg_sec1_1.png);
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: 35%;
}
@media only screen and (max-width: 599px) {
  #aboutSec1 {
    background-image: none;
  }
}
#aboutSec1 div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
  padding: 75px 0px;
  text-align: center;
  font-color: #190c0c;
}
@media only screen and (max-width: 599px) {
  #aboutSec1 div {
    padding: 30px 0px;
  }
}
#aboutSec1 div h1 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  #aboutSec1 div h1 {
    font-size: 18px;
  }
}
#aboutSec1 div h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 0px;
  background-color: #0e1111;
  display: block;
}
#aboutSec1 div .left {
  width: 41%;
  margin-right: 9%;
  margin-left: 1%;
  float: left;
}
@media only screen and (max-width: 599px) {
  #aboutSec1 div .left {
    float: none;
  }
}
#aboutSec1 div .left img {
  width: 100%;
}
#aboutSec1 div .right {
  width: 49%;
  margin: 0px;
  text-align: left;
  overflow: hidden;
}
#aboutSec1 div .right h2 {
  font-size: 20px;
}
#aboutSec1 div .right img {
  width: 66px;
}
#aboutSec1 div .right p {
  margin-top: 15px;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  #aboutSec1 div .left, #aboutSec1 div .right {
    width: 96%;
    margin: 20px auto;
    padding: 0px;
  }
}

#aboutSec2 {
  width: 100%;
  clear: both;
  background-color: #fdf8eb;
  text-align: center;
  overflow: hidden;
}
#aboutSec2 div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
#aboutSec2 div h1 {
  padding-top: 50px;
  font-size: 24px;
  font-weight: bold;
}
#aboutSec2 div h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 0px;
  background-color: #181818;
  display: block;
}
#aboutSec2 div p {
  margin-top: 30px;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  #aboutSec2 div p {
    width: 96%;
    margin: 20px auto 0px;
    text-align: left;
  }
}
#aboutSec2 div ul {
  margin: 40px 0px;
  font-size: 0;
}
#aboutSec2 div ul li {
  width: 32%;
  margin-bottom: 10px;
  display: inline-block;
}
#aboutSec2 div ul li:nth-child(2), #aboutSec2 div ul li:nth-child(5) {
  margin: 0px 1%;
}
#aboutSec2 div ul li img {
  width: 100%;
}

#aboutSec3 {
  padding: 35px 0px;
  width: 100%;
}
#aboutSec3 div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
@media only screen and (max-width: 599px) {
  #aboutSec3 div {
    padding: 0px;
  }
}
#aboutSec3 div h1 {
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#aboutSec3 div h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 30px;
  background-color: #665619;
  display: block;
}
#aboutSec3 div dl {
  border-collapse: separate;
  border-spacing: 14px 7px;
}
#aboutSec3 div dl dt {
  min-width: 180px;
  padding: 10px;
  background-color: #e9e9e9;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  #aboutSec3 div dl dt {
    text-align: center;
  }
}
#aboutSec3 div dl dd {
  width: 740px;
  padding: 10px;
  line-height: 2;
  background-color: #f6f7f7;
  display: table-cell;
}
#aboutSec3 div dl dd span {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 599px) {
  #aboutSec3 div dl dt, #aboutSec3 div dl dd {
    width: 98%;
    display: block;
    padding: 10px 1%;
  }
}

#aboutSec4 {
  width: 100%;
  padding-bottom: 70px;
  color: #fff;
  background-image: url(../img/about/bg_sec4_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clear: both;
  overflow: hidden;
}
#aboutSec4 h1 {
  margin-top: 40px;
  font-family: "Times New Roman", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#aboutSec4 h1 span {
  width: 38px;
  height: 3px;
  margin: 15px auto 30px;
  background-color: #fff;
  display: block;
}
#aboutSec4 div {
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 5px;
}
#aboutSec4 div article {
  width: 49%;
  display: inline-block;
  clear: both;
  vertical-align: top;
  overflow: hidden;
}
#aboutSec4 div article:nth-child(1) div, #aboutSec4 div article:nth-child(2) div {
  padding-bottom: 40px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(1) div, #aboutSec4 div article:nth-child(2) div {
    padding: 0px;
  }
}
#aboutSec4 div article:nth-child(1) span {
  margin-right: 10px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(1) span {
    margin: 0px;
  }
}
#aboutSec4 div article:nth-child(2) span {
  margin-left: 12px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(2) span {
    margin: 0px;
  }
}
#aboutSec4 div article:nth-child(even) div {
  padding-left: 40px;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(even) div {
    padding: 0px;
    border-left: none;
  }
}
#aboutSec4 div article:nth-child(odd) div {
  padding-right: 40px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(odd) div {
    padding: 0px;
  }
}
#aboutSec4 div article:nth-child(3), #aboutSec4 div article:nth-child(4) {
  padding-top: 10px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article:nth-child(3), #aboutSec4 div article:nth-child(4) {
    padding: 0px 0px 20px 0px;
  }
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article {
    width: 96%;
    margin: 20px auto 0px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #fff;
  }
}
#aboutSec4 div article h1 {
  margin-top: 5px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article h1 {
    margin-top: 15px;
  }
}
#aboutSec4 div article p {
  margin-top: 15px;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article p {
    margin-top: 5px;
  }
}
#aboutSec4 div article img {
  width: 28%;
  margin-right: 10px;
  float: left;
  display: block;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article img {
    width: 30%;
    margin: 0px auto;
    float: none;
  }
}
#aboutSec4 div article span {
  margin-top: 10px;
  display: block;
  height: 1px;
  background-color: #fff;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 div article span {
    display: none;
  }
}
#aboutSec4 .voiceParents {
  text-align: center;
}
#aboutSec4 .voiceParents p {
  margin: 0px auto;
  width: 615px;
  text-align: left;
}
@media only screen and (max-width: 599px) {
  #aboutSec4 .voiceParents p {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  #aboutSec4 .voiceParents p br {
    display: none;
  }
}
