  html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

body#abc {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body#abc {
  width: 100%;
}

#abc #header_inner, .main_contact, #section02_inner, #company {
  width: 960px;
  margin: 0 auto;
}

#abc #header_inner {
  height: 85px;
  position: relative;
}

#abc #header_logo, #header_contact, #header_text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#abc #header_logo {
  width: 194px;
  height: 40px;
  left: 19px;
}

#abc #header_contact {
  width: 155px;
  height: 51px;
  right: 0;
}

#header_contact_inner {
  display: block;
  width: 102px;
  height: 24px;
  text-align: center;
  padding: 14px 26px 13px 27px;
  background-color: #ff0600;
  transition: 0.4s;
}

#abc #header_contact_inner:hover {
  transform: scale(1.1, 1.1);
}

#abc #header_contact_inner p {
  color: #fff;
}

#abc #header_text {
  width: 243px;
  height: 29px;
  right: 155px;
}

#abc #header_text p {
  font-size: 0.9rem;
}
#abc #main_image {
  display: table;
  width: 100%;
  height: 482px;
  background-size: cover;
}

#abc #main_image_inner {
  width: 100%;
  height: 482px;
  position: relative;
  background: url(https://d2l930y2yx77uc.cloudfront.net/production/uploads/images/6432841/picture_pc_e9cd48501e8ad5f03a13bfefcf9e1f19.jpg) no-repeat;
  background-size: cover;
}

#abc h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 85px;
  margin: auto;
  color: #ccc;
  font-size: 4.3rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#abc .scroll {
  height: 87px;
  width: 100%;
  background-color: #aaa;
  position: relative;
  display: table;
}

#abc .scroll:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  bottom: -14px;
  border-top: 43px solid #aaa;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

#abc h2 {
  color: #fff;
  font-size: 1.9rem;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#abc nav {
  height: 396px;
  width: 100%;
  margin: 0 auto;
}

#abc #main_nav {
  width: 67.5%;
  min-width: 687px;
  height: 396px;
  overflow: hidden;
  margin: 0 auto;
  padding: 88px 0;
}

#abc #main_nav li {
  float: left;
  height: 225px;
  width: 225px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

#abc #main_nav li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 22px;
  right: 0;
  left: 0;
  width: 21px;
  height: 21px;
  margin: auto;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(45deg);
}

#abc #main_nav li:last-of-type {
  float: none;
  margin: 0 auto;
}

#abc #main_nav li:nth-of-type(2) {
  float: right;
}

#abc #main_nav a {
  color: #000;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  text-align: center;
  padding: 83px 0 100px;
}

#abc #div03 {
  margin-bottom: 100px;
}

#abc .contents {
  height: 400px;
  overflow: hidden;
}

#abc .left {
  float: left;
  height: 400px;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#abc #photo01 {
  background-image: url(https://d2l930y2yx77uc.cloudfront.net/production/uploads/images/6432843/picture_pc_0c274de1b76f4063c7ce088be3b57004.jpg);
}

#abc #photo02 {
  background-image: url(https://d2l930y2yx77uc.cloudfront.net/production/uploads/images/6432845/picture_pc_3d21e88b8ee49951e3c0931173a8f8ed.jpg);
}

#abc #photo03 {
  background-image: url(https://d2l930y2yx77uc.cloudfront.net/production/uploads/images/6432848/picture_pc_c61a50ca0b2335d65a46645b73a2a480.jpg);
}

#abc .right {
  float: right;
  width: 50%;
  height: 400px;
}

#abc .text {
  background-color: #aaa;
}

#abc .contents p, h4 {
  margin: 30px 120px 0 21px;
  color: #fff;
}

#abc h4 {
  font-size: 1.25rem;
}

#abc .main_contact {
  height: 163px;
  background-color: #aaa;
  margin-bottom: 100px;
  overflow: hidden;
}

#abc .main_contact_inner {
  width: 50%;
  height: 163px;
  position: relative;
}

#abc .contact_left {
  float: left;
}

#abc .contact_left_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 307px;
  height: 53px;
  margin: auto;
  overflow: hidden;
}

#abc .contact_left_inner img {
  float: left;
}

#abc .contact_left_inner p {
  float: right;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 9px 0 5px;
}

#abc .contact_left_inner span {
  font-size: 0.9rem;
}

#abc .contact_right {
  float: right;
}

#abc .contact_right_inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 243px;
  height: 33px;
  margin: auto;
  padding: 25px 85px 25px 41px;
  background-color: #ff0600;
  transition: 0.4s;
}

#abc .contact_right_inner:hover {
  transform: scale(1.1, 1.1);
}

#abc .contact_right p {
  float: right;
  color: #fff;
  font-size: 1.3rem;
}
/*
footer {
  height: 93px;
  background-color: #aaa;
}

footer p {
  margin-left: 119px;
  font-size: 0.75rem;
  line-height: 93px;
}
*/