@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0 0 120px;
  font-size: 16px;
    font-family:  Meiryo, "Hiragino Sans", "sans-serif"
}
h1 {
  margin: 0 0 10px;
  font-weight: bold;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin-left: 20px;
  list-style: disc;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
*:hover {
  text-decoration: none;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a {
  background: #0098f0;
}
a:hover {
  background: #306af2;
}
p {
  margin: 0;
  padding: 0;
}
header {
  background: url("../img/1st_view.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
header h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: center;
}
#contact {
  width: 100%;
  height: 82px;
  z-index: 10;
  padding: 28px 0 0;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
}
#contact a {
  display: block;
  width: 300px;
  height: 55px;
  margin: 0 auto;
  border-radius: 3px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#contact a:hover{
    background: #145fea;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #area_01 {
    padding: 10px;
  }
}
#area_01 {
  position: absolute;
  top: 150px;
  left: 30px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  font-size: 0;
  color: #fff;
}
#area_01 p {
  margin-bottom: 15px;
}
#area_01 #txt01 span {
  display: block;
  font-size: 36px;
}
#area_01 #txt01 {
  font-size: 0;
  font-weight: 700;
}
#area_01 #txt02 {
  font-size: 16px;
}
#area_02 {
  background: #f2f2f2;
  padding-bottom: 30px;
  text-align: center;
}
#area_02 .read {
  background: #00b6e8;
  max-width: 920px;
  margin: 0 auto 90px;
  padding: 30px 50px;
  color: #fff;
}
#area_02 .read h1 {
  text-align: center;
}
#area_02 dl {
  max-width: 970px;
  margin: 0 auto;
}
#area_02 dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
#area_02 dd {
  margin-bottom: 30px;
}
#area_03 {
  height: 130px;
  margin: 0 auto;
  padding: 50px 30px;
  background: url("../img/bg01.png") no-repeat top right #d9effd;
  background-size: auto;
}
#area_03 .read {
  max-width: 970px;
  margin: 0 auto;
  text-align: left;
}
#area_03 .read h1 {}
#area_03 .read li {
  width: 320px;
  float: left;
}
#area_04 {
  padding-bottom: 30px;
  background: url("../img/bg02.png") left bottom no-repeat #fff;
  text-align: left;
}
#area_04 .read {
  background: #306af2;
  max-width: 920px;
  margin: 0 auto 30px;
  padding: 30px 50px;
  text-align: center;
  color: #fff;
}
#area_04 .read h1 {
  text-align: center;
}
#area_04 ul {
  max-width: 1020px;
  margin: 0 auto 35px;
}
#area_04 div {
  max-width: 1020px;
  margin: auto;
}
#area_04 h2 {
  font-size: 18px;
  text-align: center;
}
#area_05 {
  padding: 30px 0 50px;
  background: url("../img/bg03.png") no-repeat right top #000;
  color: #fff;
}
#area_05_txt {
  max-width: 1020px;
  margin: 0 auto;
}
#area_05_txt h1 {
  text-align: center;
}
#area_05_txt p {
  margin-bottom: 20px;
}
#area_05_txt strong {
  display: block;
}
#area_06 {
  margin-bottom: 30px;
  padding: 30px 0 50px;
  background: #f2f2f2;
  text-align: center;
}
#area_06 p {
  text-align: center;
}
#area_06_inner {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  padding: 130px 0;
}
#area_06_inner .read {
  position: absolute;
  top: 20px;
  right: -25px;
  text-align: left;
}
#area_06_inner .read p {
  margin-bottom: 10px;
  text-align: left;
}
#area_06_inner .read ul {
  width: 360px;
}
#area_06 img {
  position: absolute;
  left: 0;
  bottom: 0;
}
#area_06 a {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: block;
  border-radius: 3px;
  width: 295px;
  height: 60px;
  text-decoration: none;
  color: #fff;
  line-height: 60px;
}
#area_07 {
  width: 385px;
  margin: 0 auto 55px;
  text-align: center;
}
#area_07 h1 {}
#area_07 li {
  list-style: none;
  display: inline-block;
  background: #f2f2f2;
  width: 176px;
  margin: 0;
  text-align: center;
}
#area_07 li:hover {
  background: #ccc;
}
#area_07 li:nth-child(1) {
  margin-right: 20px;
}
#area_07 a {
  display: block;
  padding: 20px 0 15px;
  text-decoration: none;
  background: #f2f2f2;
  color: #000;
}
#area_07 a:hover {
  background: #ccc;
}
#area_07 dl {
  margin: 0 10px;
}
#area_07 dd:first-of-type {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c1c1c1;
}
#area_07 dd:last-of-type {
  position: relative;
}
#area_07 dd:last-of-type:after {
  content: "";
  background: url("../img/arrow.png");
  position: absolute;
  top: 4px;
  right: 12px;
  width: 8px;
  height: 13px;
}
#area_08 {
  max-width: 920px;
  margin: 0 auto 60px;
  text-align: center;
}
#area_08 h1 {}
#area_08 div {
  padding: 40px;
  margin-bottom: 25px;
  border: 1px solid #d8d8d8;
  text-align: left;
}
#area_08 small {
  display: block;
  padding-top: 25px;
}
footer {
  text-align: center;
}
@media (max-width: 1200px) {
  header {
    height: 50vh;
  }
  header h1 {
    left: calc(50% - 136px);
  }
  #area_01 {
    left: 0;
    margin: 0 20px;
    top: 100px;
  }
  #area_01 #txt01 span {
    font-size: 34px;
    display: inline;
  }
  #txt01 span {
    display: inline;
  }
  #area_02 .read {
    padding: 30px 20px;
    margin: 0 auto 50px;
  }
  #area_02 dl {
    padding: 0 20px;
  }
  #area_03 {
    height: auto;
    background: url("../img/bg01_spn.png") no-repeat #d9effd;
    background-size: cover;
  }
  #area_03 .read li {
    width: 320px;
    float: none;
  }
  #area_04 {
    background: url("../img/bg02_spn.png") no-repeat bottom left;
  }
  #area_04 .read {
    padding: 30px 20px;
  }
  #area_04 div {
    padding: 0 20px;
  }
  #area_05 {
    padding: 30px 0;
    background-size: cover;
    background: url("../img/bg03_spn.png") no-repeat right top #000;
  }
  #area_05_txt {
    padding: 0 20px;
  }
  #area_06 {
    width: calc(100% - 40px);
    padding: 30px 20px 40px;
  }
  #area_06_inner {
    padding: 130px 0 330px;
  }
  #area_06_inner .read {
    left: 0;
    width: 100%;
    padding: 0;
  }
  #area_06 a {
    right: calc(50% - 147px);
  }
  #area_06 img {
    left: calc(50% - 84px);
    top: 140px;
  }
  #area_08 div {
    margin: 0 20px 25px;
  }
}