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

/*
color
--------------------------------*/
/*
clearfix
--------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
utilities
--------------------------------*/
.u-hide {
  display: none;
}

.u-transparent {
  opacity: 0;
}

.u-red {
  color: #e10005;
}

.u-fixedBox {
  position: fixed;
  top: 95px;
}

.u-leftcol {
  float: left;
}

.u-rightcol {
  float: right;
}

.u-centercol {
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  text-align: left;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-inline {
  display: inline;
}

.u-fitWidth {
  width: 100% !important;
}

.u-textlink {
  color: #0f71cc;
}
.u-textlink:hover {
  text-decoration: underline;
}

/*
header
--------------------------------*/
.header {
  background: #fff;
  border-bottom: solid 1px #ddd;
}
.header .header-inner {
  margin: 0 auto;
  padding: 16px 0 12px;
}
.header .header-logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}
.header .header-logo img {
  width: auto;
  height: 24px;
}

/*
content
--------------------------------*/
body {
  font-family: 'Helvetica Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
  background: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3c3c3c;
  margin: 0;
}

/*
main
--------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.wrap {
  box-sizing: content-box;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: .5s;
  transition: .5s;
}

.visual-key {
  width: auto;
  background-position: 50%;
  height: 515px;
  background: url(https://storage.googleapis.com/library-fit.appspot.com/lp/hero-min.png) no-repeat;
}
.visual-key .visual-key__image {
  position: absolute;
  top: 7%;
  left: 10%;
}
.visual-key .visual-key__contents {
  position: absolute;
  top: 35%;
  left: 55%;
}
.visual-key .visual-key__headline {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: .12em;
  line-height: 1.4;
  color: #FFFFFF;
}
.visual-key .visual-key__lead {
  font-size: 16px;
  line-height: 1.778;
  color: #FFFFFF;
}
.visual-key .visual-key__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.visual-key .visual-key__btn {
  margin-top: 10px;
}

section.lead-text {
  background-color: #F9D93A;
}
section.lead-text .lead-text__text {
  padding-top: 50px;
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 1.4;
}
section.lead-text .lead-text__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.lead-text .lead-text__btn {
  padding-bottom: 40px;
}

section.contents {
  padding: 50px 20% 40px;
  font-size: 14px;
}
section.contents h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  text-align: center;
  font-size: 24px;
  border-left: 3px solid #fc9003;
  border-right: 3px solid #fc9003;
}
section.contents h3 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #efac14;
}
section.contents p {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .visual-key {
    height: 463px;
    width: auto;
    background-position: 50%;
    background: url(https://storage.googleapis.com/library-fit.appspot.com/lp/hero-sp-min.png) no-repeat;
  }

  .visual-key__image {
    position: relative !important;
    margin: 20px auto !important;
    left: 0 !important;
  }

  .visual-key__contents {
    position: relative !important;
    text-align: center;
    margin: 0 auto !important;
    left: 0 !important;
    top: 200px !important;
  }

  .visual-key__headline {
    font-size: 24px !important;
  }

  .visual-key__lead {
    font-size: 14px !important;
  }

  section.lead-text .lead-text__text {
    padding-top: 130px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 1.6;
  }

  section.contents {
    padding: 50px 0px 40px;
  }
  section.contents p {
    margin-bottom: 20px;
  }
}
/*
footer
--------------------------------*/
.footer {
  background-color: #FC9003;
  border-top: solid 1px #ddd;
}
.footer .footer-inner {
  margin: 0 auto;
  padding: 16px 8px;
}
.footer .footer-inner p {
  margin: 10px 0;
  font-size: 10px;
}
