@charset "UTF-8";
/* ==================================================================================== 

    MIXIN

==================================================================================== */
/* ====================================================================================

    R E S E T

==================================================================================== */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

article, aside, audio, bb, canvas, datagrid, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video, picture {
  display: block;
  margin: 0;
  padding: 0; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px; }

body {
  max-height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2; }

p {
  text-align: justify;
  line-height: 1.8;
  font-weight: 300; }

a {
  text-decoration: none; }

img,
iframe {
  vertical-align: bottom;
  max-width: 100%; }

#wrapper {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  position: relative;
  overflow: hidden; }

.sp {
  display: none !important; }

.flex {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex; }

.between {
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between; }

.vertical {
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */ }

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.flex-bot {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-box: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.btn-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }
  .tc p {
    text-align: center; }

.min {
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.re {
  position: relative; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 10px; }

.content {
  padding-top: 100px;
  padding-bottom: 100px; }

.inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 1020px;
  max-width: 100%; }

.half {
  width: 50%; }

/* ====================================================================================

    COMMON

==================================================================================== */
.bg-grey {
  background: #eaefef; }

.first-box {
  order: -1; }

.btn {
  padding: 12px 50px;
  display: inline-block;
  background: #00a0e9;
  border: 1px solid #00a0e9;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 1px; }
  .btn .material-icons {
    margin-right: 8px;
    font-size: 1.8rem; }
  .btn .btn-in {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */ }
  @media only screen and (min-width: 769px) {
    .btn {
      transition: all 0.5s ease; }
      .btn:hover {
        background: #fff;
        color: #00a0e9; } }

.title-h2 {
  margin-bottom: 30px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 2rem;
  position: relative; }
  .title-h2:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #00a0e9;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .title-h2 span {
    margin-top: 8px;
    display: block;
    font-size: 1.4rem;
    font-weight: lighter;
    letter-spacing: 1px; }

.title-h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.2rem;
  color: #727171; }

.title-caption {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem;
  color: #727171;
  line-height: 1.6; }

.content-box {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 30px; }
  .content-box .content {
    border-radius: 30px; }

.text-box p + p {
  margin-top: 20px; }

.colm3 li {
  width: 31.02041%;
  margin-right: 3.46939%; }
  .colm3 li:nth-child(3n) {
    margin-right: 0; }

.table-wrap {
  margin: 0 auto;
  width: 590px;
  max-width: 100%; }

.c-grey {
  color: #727171;
  font-size: 1.2rem; }

/* ====================================================================================

    HEADER

==================================================================================== */
#common-header {
  padding: 15px 0 15px 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

/* ====================================================================================

    NAv

==================================================================================== */
#nav-torigger {
  display: none; }

#common-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99; }
  #common-nav ul {
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */ }
    #common-nav ul li {
      margin-left: 36px;
      font-size: 1.4rem; }
      #common-nav ul li:not(.link-contact) a {
        color: #000;
        font-weight: lighter;
        letter-spacing: 1px; }
        @media only screen and (min-width: 769px) {
          #common-nav ul li:not(.link-contact) a {
            transition: all 0.5s ease; }
            #common-nav ul li:not(.link-contact) a:hover {
              color: #00a0e9; } }
      #common-nav ul li.link-contact a {
        padding: 20px;
        display: block;
        background: #00a0e9;
        border: 1px solid #00a0e9;
        color: #fff;
        font-weight: bold; }
        @media only screen and (min-width: 769px) {
          #common-nav ul li.link-contact a {
            transition: all 0.5s ease; }
            #common-nav ul li.link-contact a:hover {
              background: #fff;
              color: #00a0e9; } }

/* ====================================================================================

    SIDE

==================================================================================== */
/* ====================================================================================

    FOOTER

==================================================================================== */
#common-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #eaefef; }

.footer-logo {
  margin-right:  20px; }

.footer-info {
  color: #727171; }
  .footer-info dt {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2; }
  .footer-info dd {
    line-height: 1.2;
    font-size: 1.4rem; }

.copy {
  text-align: right; }
  .copy small {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #727171;
    font-weight: 400; }

#mv {
  padding-bottom: 40px;
  padding-top: 150px; }

.catch {
  text-align: center;
  font-family: Ryumin Medium KL, "リュウミン M-KL", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #727171;
  font-size: 2.2rem; }

.mv-text {
  padding-left: 8.16327%;
  width: 38.26531%; }
  .mv-text p {
    margin-bottom: 50px; }

.mv-img {
  width: 60.71429%; }

.about-wrap li p {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #727171; }

.feature-wrap {
  margin-top: 100px; }

.feature-box {
  margin-bottom: 60px;
  margin-right: 4.08163%;
  width: 47.95918%;
  text-align: center; }
  .feature-box:nth-child(2n) {
    margin-right: 0; }
  .feature-box .icon {
    margin-bottom: 30px;
    height: 97px;
    display: -webkit-box;
    /*Android4.3*/
    display: -moz-box;
    /*Firefox21*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-box: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .feature-box dl {
    color: #727171; }
    .feature-box dl dt {
      margin-bottom: 10px;
      font-size: 2.2rem; }
    .feature-box dl dd {
      font-size: 1.4rem; }
      .feature-box dl dd ul {
        text-align: justify; }

.spec-info {
  margin-bottom: 80px; }

.spec-img {
  width: 53.06122%; }

.spec-text {
  padding-top: 60px;
  width: 40.81633%; }
  .spec-text p {
    color: #727171; }
    .spec-text p small {
      font-size: 1rem; }

.spec-table {
  margin-bottom: 40px;
  width: 100%; }
  .spec-table tr:nth-child(odd) {
    background: #efefef; }
  .spec-table tr th,
  .spec-table tr td {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.4rem;
    color: #727171; }
  .spec-table tr th {
    padding-left: 5.08475%;
    width: 37.28814%;
    font-weight: bold; }
  .spec-table tr td ul li {
    margin-right: 10px;
    display: inline-block; }

.caution li {
  margin: 10px 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #727171;
  line-height: 1.4;
  position: relative; }
  .caution li:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.2; }

.case-wrap li {
  margin-bottom: 30px; }
  .case-wrap li .case-img {
    padding: 16px;
    display: block;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
  .case-wrap li figcaption {
    margin-top: 12px;
    text-align: center;
    color: #727171; }

.contact-table {
  width: 100%; }
  .contact-table tr th,
  .contact-table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #727171; }
  .contact-table tr th {
    width: 25.42373%;
    font-size: 1.4rem;
    font-weight: bold; }
    .contact-table tr th.top {
      padding-top: 20px;
      vertical-align: top; }

.req {
  margin-left: 2px;
  margin-right: 2px;
  color: #e60012;
  display: inline-block; }

.form-item {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #c9caca;
  border-radius: 8px;
  font-size: 16px; }

.form-input {
  height: 36px; }

.form-text {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 170px;
  resize: none; }

.form-btn {
  margin-top: 20px;
  text-align: center; }

.btn-form {
  border-radius: 20px; }

.g-recaptcha {
  margin: 20px auto;
  width: 304px; }

@media only screen and (max-width: 1020px) {
  html {
    font-size: 0.98vw; } }

@media only screen and (max-width: 768px) {
  #common-nav ul li {
    margin-left: 24px; } }

@media only screen and (max-width: 640px) {
  html {
    font-size: 2vw; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; }
  .flex {
    display: block !important; }
  .flex-box {
    width: 100% !important; }
  #common-header {
    padding: 20px;
    width: 100%; }
    #common-header h1 img {
      width: 40px; }
  #nav-torigger {
    display: block;
    width: 26px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    #nav-torigger span {
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      left: 0;
      transition: all 0.5s ease; }
      #nav-torigger span:nth-of-type(1) {
        top: 0; }
      #nav-torigger span:nth-of-type(2) {
        top: 7px; }
      #nav-torigger span:nth-of-type(3) {
        bottom: 0; }
    #nav-torigger.active span:nth-of-type(1) {
      -webkit-transform: translate(0, 7px) rotate(45deg);
      transform: translate(0, 7px) rotate(45deg); }
    #nav-torigger.active span:nth-of-type(2) {
      opacity: 0; }
    #nav-torigger.active span:nth-of-type(3) {
      -webkit-transform: translate(0, -7px) rotate(-45deg);
      transform: translate(0, -7px) rotate(-45deg); }
  #common-nav {
    display: none;
    opacity: 0;
    padding: 20px;
    padding-top: 150px;
    width: 100%;
    height: 100vh;
    background: #eaefef;
    overflow-y: scroll; }
    #common-nav p {
      margin-bottom: 60px;
      text-align: center; }
      #common-nav p img {
        width: 80%; }
    #common-nav ul {
      display: block; }
      #common-nav ul li {
        margin-left: 0;
        text-align: center; }
        #common-nav ul li:not(.link-contact) {
          margin: 36px 0; }
          #common-nav ul li:not(.link-contact) a {
            font-size: 2.8rem; }
        #common-nav ul li.link-contact {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          #common-nav ul li.link-contact a {
            font-size: 2.4rem; }
  #common-footer {
    text-align: center; }
  .footer-logo {
    margin-bottom: 30px; }
  .footer-info dt {
    font-size: 2rem; }
  .footer-info dd {
    font-size: 1.6rem;
    line-height: 1.6; }
    .footer-info dd .tel {
      letter-spacing: 1px; }
  .copy {
    margin-top: 40px;
    text-align: center; }
  #mv {
    padding-top: 120px;
    padding-bottom: 100px; }
  .mv-text {
    padding-left: 0; }
    .mv-text p {
      margin-bottom: 100px;
      text-align: center; }
      .mv-text p img {
        width: 80%; }
  .sp_tc {
    text-align: center; }
  .colm3 li {
    margin: 30px 0;
    display: block;
    width: 100%; }
  .content-box {
    padding-left: 20px;
    padding-right: 20px; }
  .about-wrap li p {
    font-size: 1.6rem; }
  .feature-box {
    margin-bottom: 30px; }
    .feature-box dl dd {
      font-size: 1.6rem; }
  .table-wrap table:not(.contact-table) tr {
    padding: 20px; }
  .table-wrap table.contact-table {
    margin-top: 30px; }
    .table-wrap table.contact-table tr {
      margin-bottom: 20px; }
      .table-wrap table.contact-table tr th.top {
        padding-top: 0; }
  .table-wrap table tr {
    display: block; }
    .table-wrap table tr th,
    .table-wrap table tr td {
      padding: 0;
      display: block;
      width: 100%; }
    .table-wrap table tr th {
      margin-bottom: 10px;
      font-size: 1.8rem; }
    .table-wrap table tr td {
      font-size: 1.6rem; }
  .caution li {
    font-size: 1.4rem; }
  .btn {
    font-size: 1.6rem; }
  .content {
    padding-top: 80px;
    padding-bottom: 80px; }
  .title-h2 {
    font-size: 2.2rem; }
  .title-caption {
    font-size: 1.8rem; }
  .form-input {
    height: 45px; }
  .form-item {
    font-size: 16px; } }

@media only screen and (max-width: 480px) {
  html {
    font-size: 2.2vw; }
  .content {
    padding-bottom: 60px;
    padding-top: 60px; }
  .content-box .content {
    border-radius: 20px; } }
