@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;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  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;
}

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

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

svg {
  -webkit-backface-visibility: hidden;
}

body {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
}

.wrap {
  min-width: 1100px;
  margin: 0 auto;
}

.inner {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

.break {
  display: inline-block;
}

.btnBox .btn_sp {
  display: none;
}
.btnBox .btn_pc {
  display: inline-block;
}

.spview .btn_sp {
  display: inline-block;
}
.spview .btn_pc {
  display: none;
}

/*header*/
header {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
}

.header {
  display: table;
  margin-bottom: 34px;
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto 35px;
}
.header_lead {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 1.4rem;
}
.header_logo {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 18px 0;
}

/*main*/
.main {
  position: relative;
  width: 1100px;
  margin: 0 auto 120px;
}
.main_ttl {
  position: absolute;
  top: 25%;
  left: 93px;
  opacity: 0;
}
.main img {
  opacity: 0;
}

.block {
  padding-bottom: 120px;
  margin-bottom: 100px;
  background: url(../img/deco.png) no-repeat center bottom;
}
.block_main {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 50px;
}
.block_item {
  display: table-cell;
  vertical-align: top;
}
.block_item a {
  display: block;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 2rem;
  transition: .3s;
  font-weight: bold;
  font-feature-settings: "pkna";
}
.block_item a:hover {
  opacity: .7;
}
.block_item img {
  display: inline-block;
  margin-bottom: 35px;
}
.block_img {
  display: table-cell;
  text-align: center;
}
.block_lead {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 65px;
}
.block_list {
  padding-bottom: 50px;
}
.block_list li {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

.btnBox {
  text-align: center;
}
.btnBox a {
  display: inline-block;
  background: #afb8c7;
  padding: 20px 170px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
}
.btnBox a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btnBox a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*footer*/
footer {
  box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  margin-top: 125px;
}

.footer {
  display: table;
  padding: 20px 50px;
}
.footer_sns {
  display: table-cell;
  vertical-align: middle;
}
.footer_sns dt, .footer_sns dd {
  display: inline-block;
  vertical-align: middle;
}
.footer_sns dt {
  margin-right: 20px;
}
.footer_sns dd a {
  padding: 0 5px;
}
.footer_copy {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 1.2rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .block {
    background: url(../img/deco_2x.png) no-repeat center bottom;
    background-size: 150px 20px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }

  .wrap {
    min-width: 100%;
    width: 100%;
  }

  /*header*/
  .header {
    width: 100%;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .header_lead {
    font-size: 1rem;
  }
  .header_logo {
    padding: 12px 0;
  }
  .header_logo img {
    width: 80px;
  }

  .inner {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 25px;
  }

  /*main*/
  .main {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_ttl {
    left: 6.7vw;
    top: 27%;
  }
  .main_ttl img {
    width: 38.7vw;
  }

  .block {
    padding-bottom: 48px;
    margin-bottom: 55px;
    background-size: 16vw auto;
  }
  .block_item {
    padding-right: 18px;
  }
  .block_item img {
    margin-bottom: 12px;
  }
  .block_ttl {
    font-size: 1.2rem;
  }
  .block_main {
    margin-bottom: 15px;
  }
  .block_lead {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .block_list {
    padding-bottom: 15px;
  }
  .block_list li {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
  .block_list li img {
    width: 100%;
  }

  .btnBox a {
    padding: 10px;
    width: 62%;
  }
  .btnBox a:before {
    display: none;
  }
  .btnBox img {
    width: 50px;
  }

  /*footer*/
  footer {
    box-shadow: none;
    margin-top: 0;
  }

  .footer {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .footer_sns {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_sns dt {
    display: none;
  }
  .footer_copy {
    display: block;
    text-align: center;
    font-size: .9rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 370px) {
  .inner {
    padding: 0 15px;
  }

  .block_ttl .break {
    display: inline;
  }

  .block {
    background-size: 60px auto;
  }
}

/*# sourceMappingURL=style.css.map */
