@charset "UTF-8";
html {
  font-size: calc(1000vmin / 750);
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3c3c3c;
  font-size: 2.8rem;
  line-height: 1.8;
}

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

button {
  outline: none;
}

a {
  text-decoration: none;
  color: #3c3c3c;
}

.pc {
  display: none;
}

p {
  color: #3c3c3c;
  font-size: 2.8rem;
  text-align: justify;
  line-height: 2.2;
}

main {
  overflow-x: hidden;
}

section .inner {
  padding: 0 7.5rem;
}

.slick-dots {
  bottom: -6rem;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dots li button:before {
  opacity: 1;
  color: #bbbbbb;
  font-size: 1.8rem;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10rem;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
header .logo {
  width: 16.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  margin-left: 3rem;
}
header .logo img {
  width: 100%;
  
}
header .wrap-head-nav {
  display: flex;
  justify-content: space-between;
  width: 32rem;
}
header .wrap-head-nav .menu {
  display: block;
  border-left: #b4b4b4 1px solid;
  border-bottom: #b4b4b4 1px solid;
  background: #fff;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrap-head-nav .menu span {
  font-size: 2.2rem;
  color: #1e1e1e;
}

div.trial {
  position: fixed;
  bottom: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 60rem;
  background: #46b4d2;
}
div.trial a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14rem;
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
}
div.trial a img {
  position: absolute;
  left: -4.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 11rem;
}

footer {
  position: relative;
  padding: 13.5rem 0 21rem;
  background: #f4f4f4;
}
footer .pagetop {
  position: absolute;
  right: 3rem;
  top: 8rem;
  width: 8rem;
  text-align: center;
}
footer .pagetop img {
  width: 1.6rem;
}
footer .foot-logo {
  width: 37.4rem;
  margin: 0 auto 7.3rem;
}
footer ul.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer ul.footer li {
  margin: 0 3rem 2rem;
}
footer ul.footer li a {
  color: #646464;
  font-size: 2.4rem;
}
footer small {
  display: block;
  text-align: center;
  color: #8c8c8c;
  font-size: 2.6rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin-top: 7rem;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 768px) {
  #trial_sp {
    display: none !important;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }

  a {
    cursor: pointer;
  }

  img {
    display: block;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  p {
    font-size: 19px;
    letter-spacing: -0.03em;
    line-height: 2.4;
  }

  .slick-dots {
    bottom: -4rem;
  }

  .slick-dots li button:before {
    opacity: 1;
    color: #bbbbbb;
  }

  .slick-dots li button:before {
    font-size: 1.2rem;
  }

  header {
    height: 10rem;
  }
  header .logo  {
    width: 12rem;
    margin-top: 4rem;
    margin-left: 6rem;

  }
  header .wrap-head-nav {
    width: 51rem;
  }
  header .wrap-head-nav .menu {
    width: 10rem;
    transition: 0.2s;
  }
  header .wrap-head-nav .menu:hover {
    opacity: 0.8;
  }
  header .wrap-head-nav .menu span {
    font-size: 1.6rem;
    display: block;
  }

  div.trial {
    position: relative;
    bottom: 0;
    left: auto;
    transform: none;
    width: 31rem;
    background: #46b4d2;
    border-left: #b4b4b4 1px solid;
    border-bottom: #b4b4b4 1px solid;
  }
  div.trial a {
    font-size: 2.2rem;
    height: 100%;
    justify-content: flex-end;
    transition: 0.2s;
  }
  div.trial a:hover {
    opacity: 0.8;
  }
  div.trial a span {
    margin-right: 2.5rem;
  }
  div.trial a img {
    left: 1rem;
    width: 8.4rem;
  }

  footer {
    position: relative;
    padding: 8rem 0 4rem;
  }
  footer .pagetop {
    position: fixed;
    right: 4rem;
    bottom: 4rem;
    top: auto;
    width: 7rem;
    z-index: 10;
  }
  footer .pagetop img {
    width: 1rem;
    transition: 0.2s;
    display: inline-block;
  }
  footer .pagetop:hover img {
    transform: translateY(-5px);
  }
  footer .foot-logo {
    width: 26.2rem;
    margin: 0 auto 5rem;
  }
  footer ul.footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer ul.footer li {
    margin: 0 2rem 2rem;
  }
  footer ul.footer li a {
    font-size: 1.6rem;
  }
  footer ul.footer li a:hover {
    text-decoration: underline;
  }
  footer small {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  html {
    font-size: 55%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1110px) {
  html {
    font-size: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  html {
    font-size: 36%;
  }
}