html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font-size: 13px;
  line-height: 1.6;
  color: #4C4C4C;
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  background-color: #fff;
  /* min-width: 1000px; */
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}
a:hover {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.block {
  position: relative;
  text-align: center;
}

#block1 {
  width: 1000px;
  margin: 0 auto;
  height: 684px;
}
#block1 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -644px;
}

#block2 {
  padding-top: 120px;
  padding-bottom: 167px;
}

#block3 {
  padding-top: 155px;
  padding-bottom: 182px;
}

#block4 {
  padding-top: 90px;
  padding-bottom: 96px;
}

#block5 {
  padding-top: 120px;
  padding-bottom: 150px;
}

#block6 {
  background: #629f86;
  padding-top: 100px;
  padding-bottom: 75px;
}
#block6 .apply {
  margin-top: 90px;
}

.apply {
  overflow: hidden;
  *zoom: 1;
  width: 962px;
  margin: 0px auto 0;
}
.apply__label {
  position: relative;
  float: left;
  margin-right: 15px;
}
.apply__text {
  position: absolute;
  bottom: 22px;
  left: 107px;
  color: #fecb2e;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.apply__button {
  margin-top: 11px;
  float: left;
}

#block7 {
  background: #629f86;
  padding-top: 37px;
  padding-bottom: 50px;
}

#block8 {
  background: #629f86;
  padding-top: 37px;
  padding-bottom: 50px;
}
#block8 .bx-wrapper {
  width: 960px;
}
#block8 .bxslider li {
  position: relative;
}
#block8 .bxslider .answer {
  position: absolute;
  top: 318px;
  left: 0;
}
#block8 .bxslider .answer__button a {
  display: block;
}
#block8 .bxslider .answer__answer {
  display: none;
}

#block9 {
  background: #629f86;
  padding-top: 42px;
  padding-bottom: 56px;
}

#block10 {
  background: #629f86;
  padding-top: 32px;
  padding-bottom: 70px;
  width: 100%;
  overflow: hidden;
}
#block10 .block10__title {
  margin-bottom: 26px;
}
#block10 .top-slider {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  width: 100%;
  /* max-width: 1300px; */
  height: 369px;
  margin: 0 auto 25px;
  overflow: hidden;
}
#block10 .top-slider.on {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#block10 .top-slider__wrap {
  width: 695px;
  margin: 0 auto;
  height: 369px;
  position: relative;
}
#block10 .top-slider .btn-left {
  background: url(../img/btn_left.png) no-repeat 0 0;
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -24px;
  width: 26px;
  height: 47px;
  display: block;
  z-index: 10;
}
#block10 .top-slider .btn-right {
  background: url(../img/btn_right.png) no-repeat 0 0;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -24px;
  width: 26px;
  height: 47px;
  display: block;
  z-index: 10;
}
#block10 .top-slider li {
  float: left;
  text-align: center;
  width: 695px;
}
#block10 .top-slider ul {
  position: absolute;
  left: 0;
  top: 0;
}

#block11 {
  background: #629f86;
  padding-top: 39px;
  padding-bottom: 125px;
}

#block12 {
  background: #629f86;
  padding-top: 53px;
  padding-bottom: 89px;
}
#block12 .apply {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }

  * {
    box-sizing: border-box;
  }

  .block {
    padding: 20px 10px !important;
  }

  #block1 {
    height: auto;
    width: 100%;
    padding: 0 0 20px !important;
  }
  #block1 img {
    position: static;
    margin: 0;
    left: 0;
  }

  #block6 .apply {
    margin-top: 20px;
  }

  #block8 .bx-wrapper {
    width: 300px;
    margin: 0 auto;
  }

  #block8 .bxslider .answer {
    position: absolute;
    top: 96px;
    left: 0;
    width: 140px;
  }

  .apply {
    width: 100%;
  }
  .apply__label {
    width: 300px;
    margin: 0 auto 0;
    float: none;
  }
  .apply__text {
    font-size: 10px;
    left: 60px;
    bottom: 15px;
  }
  .apply__button {
    float: none;
    width: 300px;
    margin: 0 auto 0;
  }

  .bx-wrapper .bx-next {
    right: 4px;
    width: 11px !important;
    height: 20px !important;
    background-size: 11px 20px;
  }

  .bx-wrapper .bx-prev {
    left: 4px;
    width: 11px !important;
    height: 20px !important;
    background-size: 11px 20px;
  }

  #block10 .top-slider__wrap {
    width: 100%;
  }
  #block10 .top-slider .btn-left {
    left: 4px;
    width: 11px;
    height: 20px;
    background-size: 11px 20px;
  }
  #block10 .top-slider .btn-right {
    right: 4px;
    width: 11px;
    height: 20px;
    background-size: 11px 20px;
  }
  #block10 .top-slider li {
    width: 300px;
  }

  img {
    max-width: 100%;
  }
}
