@charset "UTF-8";
@media screen and (min-width: 480px) {
  .header {
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 300px;
    background-color: #333333;
    min-width: 480px;
  }
  .header-inner {
    padding-top: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav ul {
    float: left;
    position: relative;
    left: 50%;
  }
  .header-nav ul li {
    text-align: center;
    position: relative;
    left: -50%;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 10px 10px;
  }
  .header-nav ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
  }
  html {
    scroll-padding-top: 100px;
    /* 固定ヘッダの高さ分 */
    background: #EEEEEE;
  }
  html .main {
    display: none;
    min-width: 480px;
    background-color: #333333;
  }
  html .main-inner {
    padding-top: 94px;
    position: relative;
  }
  html .main-inner img {
    width: 100%;
  }
  html .main-inner h1 {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
  }
  html .product {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .product-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .product-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
  }
  html .product-box img {
    width: 400px;
    height: 270px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .product-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .service-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .service-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  html .contact-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .contact-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-inner p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
  }
  html .contact-form {
    width: 100%;
  }
  html .contact-form input {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form input[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form select {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form select[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form select::-webkit-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select:-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::placeholder {
    color: #7a7a7a;
  }
  html .contact-form textarea {
    height: 10em;
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-copy {
    padding-left: 20px;
  }
  html .contact-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-copy h3 {
    font-size: 18px;
    padding-top: 10px;
    font-family: Lato, Helvetica, sans-serif;
    color: #393939;
  }
  html .contact-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy {
    padding-top: 94px;
    min-width: 480px;
    background-color: #EEEEEE;
  }
  html .privacy-inner {
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .privacy-inner h1 {
    padding-bottom: 30px;
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner p {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  .footer {
    min-width: 480px;
    background: #333333;
    padding-bottom: 20px;
    padding: 40px;
  }
  .footer h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    padding-bottom: 20px;
  }
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-copy {
    width: 100%;
  }
  .footer-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address {
    width: 100%;
    padding-top: 50px;
    text-align: right;
  }
  .footer-address p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address button {
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    margin: 10px 10px 10px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    width: auto;
    float: right;
  }
  .footer-group {
    padding-top: 0px;
    float: left;
  }
  .footer-group img {
    width: 250px;
    height: 50px;
  }
  .footer-copyright p {
    padding-top: 0px;
    width: auto;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-align: center;
  }
}

@media screen and (min-width: 320px) {
  .header {
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 300px;
    background-color: #333333;
    min-width: 480px;
  }
  .header-inner {
    padding-top: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav ul {
    float: left;
    position: relative;
    left: 50%;
  }
  .header-nav ul li {
    text-align: center;
    position: relative;
    left: -50%;
    list-style-type: none;
    margin: 0 0 5px 0;
    padding: 10px 10px;
  }
  .header-nav ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
  }
  html {
    scroll-padding-top: 100px;
    /* 固定ヘッダの高さ分 */
    background: #EEEEEE;
  }
  html .main {
    display: none;
    min-width: 480px;
    background-color: #333333;
  }
  html .main-inner {
    padding-top: 94px;
    position: relative;
  }
  html .main-inner img {
    width: 100%;
  }
  html .main-inner h1 {
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
  }
  html .product {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .product-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .product-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
  }
  html .product-box img {
    width: 400px;
    height: 270px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .product-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .service-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .service-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact {
    min-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  html .contact-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .contact-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-inner p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
  }
  html .contact-form {
    width: 100%;
  }
  html .contact-form input {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form input[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form select {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form select[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form select::-webkit-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select:-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::placeholder {
    color: #7a7a7a;
  }
  html .contact-form textarea {
    height: 10em;
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-copy {
    padding-left: 20px;
  }
  html .contact-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-copy h3 {
    font-size: 18px;
    padding-top: 10px;
    font-family: Lato, Helvetica, sans-serif;
    color: #393939;
  }
  html .contact-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy {
    padding-top: 94px;
    min-width: 480px;
    background-color: #EEEEEE;
  }
  html .privacy-inner {
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .privacy-inner h1 {
    padding-bottom: 30px;
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner p {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  .footer {
    min-width: 480px;
    background: #333333;
    padding-bottom: 20px;
    padding: 40px;
  }
  .footer h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    padding-bottom: 20px;
  }
  .footer-inner {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-copy {
    width: 100%;
  }
  .footer-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address {
    width: 100%;
    padding-top: 50px;
    text-align: right;
  }
  .footer-address p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address button {
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    margin: 10px 10px 10px 10px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    width: auto;
    float: right;
  }
  .footer-group {
    padding-top: 0px;
    float: left;
  }
  .footer-group img {
    width: 250px;
    height: 50px;
  }
  .footer-copyright p {
    padding-top: 0px;
    width: auto;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 94px;
    background-color: #333333;
    -webkit-box-shadow: 0 3px 6px rgba(3, 3, 3, 0);
            box-shadow: 0 3px 6px rgba(3, 3, 3, 0);
  }
  .header-inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
  }
  .header-nav ul li {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
  }
  .header-nav ul li a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
  }
  html {
    scroll-padding-top: 100px;
    /* 固定ヘッダの高さ分 */
    background: #EEEEEE;
  }
  html .main {
    display: inline;
    background-color: #333333;
  }
  html .main-inner {
    padding-top: 94px;
    position: relative;
  }
  html .main-inner img {
    width: 100%;
    height: 600px;
  }
  html .main-inner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 80px;
    font-family: Lato, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
  }
  html .product {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .product-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .product-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  html .product-box img {
    width: 450px;
    height: 300px;
  }
  html .product-copy {
    padding-left: 40px;
  }
  html .product-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .product-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  html .service-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .service-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy h2 {
    font-size: 36px;
    font-weight: 500;
    padding-top: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .service-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  html .contact-inner {
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .contact-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-inner p {
    margin-top: -48px;
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
  }
  html .contact-form {
    width: 100%;
  }
  html .contact-form form {
    padding-top: 20px;
  }
  html .contact-form input {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form input[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form input::-webkit-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form input:-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form input::-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form input::placeholder {
    color: #7a7a7a;
  }
  html .contact-form select {
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .contact-form select[type=submit] {
    margin-top: 30px;
    background: #CC0033;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-family: Lato, Helvetica, sans-serif;
    color: #fff;
    width: auto;
    float: left;
  }
  html .contact-form select::-webkit-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select:-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::-ms-input-placeholder {
    color: #7a7a7a;
  }
  html .contact-form select::placeholder {
    color: #7a7a7a;
  }
  html .contact-form textarea {
    height: 10em;
    float: left;
    width: 100%;
    max-width: 100%;
    border: none;
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    border-radius: 0.3rem;
    background: #d5d5d5;
    color: #6f6f6f;
  }
  html .privacy {
    padding-top: 94px;
    background-color: #EEEEEE;
  }
  html .privacy-inner {
    width: 980px;
    background-color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  html .privacy-inner h1 {
    padding-bottom: 30px;
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner h2 {
    font-size: 36px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  html .privacy-inner p {
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #393939;
  }
  .footer {
    background: #333333;
    padding: 40px;
  }
  .footer-inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-inner h1 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    padding-bottom: 10px;
  }
  .footer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-copy {
    margin-right: 50px;
    width: 80%;
  }
  .footer-copy p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address {
    width: 20%;
    margin-left: 50px;
    padding-top: 0px;
    text-align: right;
  }
  .footer-address p {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
  }
  .footer-address button {
    background: #CC0033;
    margin: 30px 10px 0px 10px;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    width: auto;
    float: right;
  }
  .footer-group {
    padding-top: 0px;
    float: left;
  }
  .footer-group img {
    width: 250px;
    height: 50px;
  }
  .footer-copyright p {
    width: auto;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    color: #FFFFFF;
    text-align: right;
  }
  .footer-link a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .footer-link p {
    width: auto;
    font-size: 12px;
    font-family: Lato, Helvetica, sans-serif;
    color: #FFFFFF;
    text-align: center;
  }
}
/*# sourceMappingURL=front-page.css.map */