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

body {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
}

body .sec1 {
  height: 400px;
  width: 100%;
  background-image: url(images/bg-main_visual.jpg);
  background-size: cover;
  position: relative;
}

body .sec1 img {
  position: absolute;
  top: 272px;
  left: 60px;
}

body .sec2 {
  height: 441px;
  width: 100%;
}

body .sec2 h1 {
  font-size: 32px;
  padding-top: 100px;
  text-align: center;
}

body .sec2 p {
  font-size: 16px;
  padding-top: 50px;
  line-height: 2;
  text-align: center;
}

body .sec3 {
  height: 1512px;
  width: 100%;
  background-image: url(images/bg-content.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body .sec3 > h1 {
  color: #fff;
  font-size: 32px;
  padding-top: 100px;
  text-align: center;
}

body .sec3 .sec3-inner {
  height: 1220px;
  width: 95%;
  max-width: 960px;
  padding: 50px;
  margin: 50px auto 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .sec3 .sec3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

body .sec3 .sec3-content img {
  width: 480px;
}

body .sec3 .sec3-content .content-block {
  width: 480px;
}

body .sec3 .sec3-content .content-block .block-inner {
  margin: 40px 20px 0;
}

body .sec3 .sec3-content .content-block .block-inner h1 {
  font-size: 20px;
  color: #333333;
  line-height: 1.7;
}

body .sec3 .sec3-content .content-block .block-inner p {
  margin-top: 20px;
  line-height: 28px;
}

body .sec3 .content2, body .sec3 .content4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body .sec4 {
  height: 565px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}

body .sec4 h1 {
  font-size: 32px;
  text-align: center;
}

body .sec4 p {
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
  line-height: 1.7;
}

body .sec4 .corporate-logo {
  height: 150px;
  width: 780px;
  margin: 70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer {
  height: 60px;
  width: 100%;
  background-color: #000000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 12px;
}

body footer P {
  margin: 23px auto 0;
}

body footer .footer-right {
  position: absolute;
  top: 23px;
  right: 20px;
}

body footer .footer-right a {
  color: #fff;
}
/*# sourceMappingURL=index.css.map */