@charset "UTF-8";
/*変数*/
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed");
@media screen and (min-width: 750px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (max-width: 749px) {
  body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    font-size: 11px;
    font-weight: 500; } }

@media screen and (min-width: 750px) {
  header {
    width: 100%;
    background-color: #f9f9f9; }
    header #header {
      width: 1000px;
      margin: 0 auto;
      font-size: 11px;
      padding: 5px 0; }
      header #header h1 {
        display: inline-block;
        vertical-align: middle;
        width: 180px; }
        header #header h1 img {
          width: 100%; }
      header #header .head_callnumber {
        display: inline-block;
        vertical-align: middle;
        width: 440px;
        padding-left: 350px; }
        header #header .head_callnumber p {
          position: relative;
          padding-left: 90px; }
          header #header .head_callnumber p img {
            width: 40px;
            position: absolute;
            top: -5px;
            left: 60px; }
          header #header .head_callnumber p span {
            color: #007ec3;
            font-weight: bold;
            padding-left: 20px;
            padding-right: 10px;
            font-size: 16px; } }

@media screen and (max-width: 749px) {
  header {
    width: 100%;
    background-color: #f9f9f9;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    /*
        nav.NavMenu {
          position: fixed;
          z-index: 2;
          top: 0;
          left: 0;
          background: #fff;
          color: #333;
          text-align: center;
          width: 100%;
          transform: translateY(-100%);
          transition: all 0.6s;
          box-shadow: 0 1px 10px 1px rgba(50,50,50,0.5);
              p {
                background: $blue;
                color: white;
                font-size: 14px;
                font-weight: bold;
                padding: 10px 0;
              }
              ul {
                background: $background2;
                width: 100%;
                margin: 0 auto;
                padding: 0;
                    li {
                      font-size: 1.1em;
                      list-style-type: none;
                      padding: 0;
                      width: 100%;
                      border-bottom: 1px dotted $gray;
                          a {
                            display: block;
                            color: #000;
                            padding: 20px 0;
                            text-decoration: none;
                          }
                    }
                    li:last-child {
                      padding-bottom: 0;
                      border-bottom: none;
                    }
              }
        }
        nav.NavMenu.active { transform: translateY(0%); }
        .Toggle {
          display: block;
          position: fixed;
          right: 15px;
          top: 18px;
          width: 42px;
          height: 40px;
          cursor: pointer;
          z-index: 3;
          border-radius: 3px;
          background-color: white;
          box-shadow: 0 1px 7px 1px rgba(50,50,50,0.25);
              span {
                display: block;
                position: absolute;
                width: 30px;
                border-bottom: solid 3px #000;
                -webkit-transition: .35s ease-in-out;
                -moz-transition: .35s ease-in-out;
                transition: .35s ease-in-out;
                left: 6px;
              }
              span:nth-child(1) { top: 9px; }
              span:nth-child(2) { top: 18px; }
              span:nth-child(3) { top: 27px; }
        }
        .Toggle.active span:nth-child(1) {
          top: 18px;
          left: 6px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        .Toggle.active span:nth-child(2),.Toggle.active span:nth-child(3) {
          top: 18px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg);
        }*/ }
    header #header {
      width: 100%;
      margin: 0 auto; }
      header #header h1 {
        display: block;
        width: 30%;
        margin: 10px auto; }
        header #header h1 img {
          width: 100%; }
      header #header .head_callnumber {
        display: none; }
    header .menuber, header .head {
      display: none; } }

@media screen and (min-width: 750px) {
  #menu {
    width: 1000px;
    height: 60px;
    font-size: 11px;
    margin: 0 auto; }
    #menu ul {
      width: 260px;
      margin-left: auto;
      margin-right: 0;
      padding: 23px 0; }
      #menu ul li {
        display: inline-block;
        padding: 0 10px; }
        #menu ul li a {
          text-decoration: none;
          color: #333; }
        #menu ul li a:hover {
          color: #007ec3;
          text-decoration: underline; }
      #menu ul .contact a {
        color: #fff;
        background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
        background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
        background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
        background: linear-gradient(25deg, #007ec3, #00c1ca);
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s;
        padding: 15px 25px;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
      #menu ul .contact a:hover {
        opacity: .7;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .1s;
        -o-transition: .1s;
        transition: .1s; } }

@media screen and (max-width: 749px) {
  #menu {
    display: none; } }

@media screen and (min-width: 750px) {
  #top {
    width: 100%;
    height: 330px;
    margin-top: -60px;
    z-index: -999;
    position: relative; }
    #top .pc {
    display: block;
    width: 47%;
    height: 400px; }
    #top img.mobile {
      display: none; }
    #top .backgroundimage {
      display: block;
      width: 47%;
      height: 400px; }
    #top .toprogo {
      width: 1000px;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      #top .toprogo img {
        display: block;
        margin-right: 0;
        margin-left: auto; }
    #top .mobile_menu {
      display: none; } }

@media screen and (max-width: 749px) {
  #top {
    width: 100%;
    background-color: white;
    position: relative;
    z-index: 90; }
    #top img.pc {
      display: none; }
    #top .mobile {
    width: 100%;
    margin-top: -100px; }
    #top .backgroundimage {
      display: block;
      width: 100%;
      margin-top: -135px; }
    #top .toprogo {
      display: none; }
    #top .mobile_menu {
      display: block;
      width: 100%;
      margin-top: -230px;
      padding-bottom: 50px;
      z-index: 90;
      position: relative; }
      #top .mobile_menu ul {
        width: 95%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #top .mobile_menu ul li {
          display: inline-block;
          width: 45%;
          margin: 0 5px;
          text-align: center; }
          #top .mobile_menu ul li a {
            background-color: #007ec3;
            position: relative;
            z-index: 50;
            display: block;
            margin: 15px 0;
            padding: 20px 0;
            color: white;
            border-radius: 30px;
            text-decoration: none;
            -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 750px) {
  #company {
    width: 100%;
    background-color: #b9dbed;
    padding: 20px 0; }
    #company h2 {
      width: 1000px;
      margin: 0 auto;
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 10px; }
    #company table {
      width: 1000px;
      margin: 0 auto;
      border-collapse: collapse; }
      #company table tr {
        border-bottom: solid 8px #b9dbed; }
      #company table tr:last-child {
        border-bottom: none; }
      #company table th {
        position: relative;
        text-align: left;
        width: 30%;
        background-color: #007ec3;
        color: white;
        padding: 15px 20px; }
      #company table th:after {
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: calc(50% - 10px);
        right: -10px;
        border-left: 10px solid #007ec3;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      #company table td {
        text-align: left;
        width: 70%;
        background-color: #f9f9f9;
        padding: 10px 0 10px 50px; } }

@media screen and (max-width: 749px) {
  #company {
    width: 100%;
    background-color: #b9dbed;
    padding: 60px 0 40px;
    margin-top: 50px;
    position: relative;
    z-index: 80; }
    #company h2 {
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 20px 0; }
    #company table {
      width: 95%;
      margin: 0 auto;
      border-collapse: collapse; }
      #company table tr {
        border-bottom: solid 8px #b9dbed; }
      #company table tr:last-child {
        border-bottom: none; }
      #company table th {
        position: relative;
        text-align: left;
        width: 30%;
        background-color: #007ec3;
        color: white;
        padding: 15px 20px;
        vertical-align: middle; }
      #company table th:after {
        display: block;
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        top: calc(50% - 10px);
        right: -10px;
        border-left: 10px solid #007ec3;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent; }
      #company table td {
        text-align: left;
        width: 70%;
        background-color: #f9f9f9;
        padding: 15px 20px;
        vertical-align: middle; } }

@media screen and (min-width: 750px) {
  #service {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0; }
    #service h2 {
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 10px; }
    #service img {
      display: inline-block;
      vertical-align: middle;
      width: 300px;
      padding-left: 50px; }
    #service p {
      display: inline-block;
      vertical-align: middle;
      width: 500px;
      padding-left: 100px;
      line-height: 4; }
      #service p a {
        color: #007ec3;
        text-decoration: none;
        font-weight: bold; }
      #service p a:hover {
        text-decoration: underline; } }

@media screen and (max-width: 749px) {
  #service {
    width: 100%;
    padding: 60px 0 40px;
    margin-top: -50px;
    position: relative;
    z-index: 80; }
    #service h2 {
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 20px 0; }
    #service img {
      display: block;
      width: 50%;
      margin: 0 auto 20px; }
    #service p {
      text-align: center; }
      #service p a {
        display: block;
        width: 60%;
        background-color: #007ec3;
        position: relative;
        z-index: 50;
        display: block;
        margin: 15px auto;
        padding: 20px 0;
        color: white;
        border-radius: 30px;
        text-decoration: none;
        -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 750px) {
  #privacy {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 10px; }
    #privacy h2 {
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      padding: 20px 0 10px; }
    #privacy h2:after {
      content: '';
      width: 20px;
      border-bottom: 1px solid #007ec3; }
    #privacy p {
      line-height: 1.75; }
      #privacy p span {
        font-weight: bold;
        line-height: 3; }
    #privacy ul {
      width: 970px;
      margin: 15px auto; }
      #privacy ul li {
        list-style-type: decimal; } }

@media screen and (max-width: 749px) {
  #privacy {
    width: 95%;
    padding: 60px 0 40px;
    margin: -50px auto 0;
    position: relative;
    z-index: 80; }
    #privacy h2 {
      color: #007ec3;
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      padding: 20px 0; }
    #privacy h2:after {
      content: '';
      width: 20px;
      border-bottom: 1px solid #007ec3; }
    #privacy p {
      line-height: 1.75; }
      #privacy p span {
        font-weight: bold; }
    #privacy ul {
      width: 90%;
      margin: 15px auto; }
      #privacy ul li {
        list-style-type: decimal; } }

@media screen and (min-width: 750px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 1000px;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        display: inline-block;
        vertical-align: middle;
        width: 300px; }
      footer #foot ul {
        display: block;
        text-align: center; }
        footer #foot ul li.mobile {
          display: none; }
        footer #foot ul li {
          display: inline-block;
          padding-right: 10px;
          font-size: 11px;
          color: #fff;
          line-height: 3; }
          footer #foot ul li a {
            color: #fff;
            text-decoration: none; }
          footer #foot ul li a:hover {
            text-decoration: underline; } }

@media screen and (max-width: 749px) {
  footer {
    width: 100%;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca); }
    footer #foot {
      width: 100%;
      margin: 0 auto;
      padding: 30px 0; }
      footer #foot img {
        display: block;
        width: 50%;
        margin: 0 auto; }
      footer #foot ul {
        display: block;
        width: 60%;
        margin: 0 auto;
        text-align: center; }
        footer #foot ul li.pc {
          display: none; }
        footer #foot ul li {
          display: block;
          font-size: 12px;
          color: #fff; }
          footer #foot ul li a {
            background-color: #007ec3;
            position: relative;
            z-index: 50;
            display: block;
            margin: 15px 0;
            padding: 20px 0;
            color: white;
            border-radius: 30px;
            text-decoration: none;
            -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); } }

@media screen and (min-width: 750px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3); }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }

@media screen and (max-width: 749px) {
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: -50px;
    color: #fff;
    background: -moz-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -webkit-linear-gradient(65deg, #007ec3, #00c1ca);
    background: -o-linear-gradient(65deg, #007ec3, #00c1ca);
    background: linear-gradient(25deg, #007ec3, #00c1ca);
    border-radius: 50%;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    z-index: 300; }
    #page_top a {
      position: relative;
      display: block;
      width: 50px;
      height: 50px;
      text-decoration: none; }
    #page_top a::before {
      font-family: FontAwesome;
      content: '\f102';
      font-size: 25px;
      color: #fff;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      text-align: center; } }
