@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #28292b;
}

.top {
  height: 500px;
  position: relative;
}
.top .parallax-fixed {
  z-index: -1;
}
.top .parallax-fixed::before {
  background: url("../image/top.webp") no-repeat center center/cover;
  content: "";
  display: block;
  width: 100%;
  height: 800px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.top h1 {
  font-family: "Oswald", sans-serif;
  position: absolute;
  font-weight: 900;
  font-size: 120px;
  letter-spacing: 0.01em;
  top: 63%;
  left: 25%;
  transform: translate(-50%, -70%);
  text-decoration-color: #fff;
  text-decoration-style: solid; /* アンダーラインのスタイル */
  z-index: -1;
  padding-bottom: 9px;
  line-height: 1.2;
}
.top h1 span {
  font-size: 32px;
  display: block;
}

@media (max-width: 980px) {
  .top {
    height: 200px;
  }
  .top .parallax-fixed {
    position: relative;
    z-index: -1;
  }
  .top .parallax-fixed::before {
    background: url("../image/top.webp") no-repeat center center/cover;
    content: "";
    display: block;
    width: 100%;
    height: 800px;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  .top h1 {
    font-family: "Oswald", sans-serif;
    position: absolute;
    font-weight: 900;
    font-size: 48px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    top: 73%;
    left: 29%;
    transform: translate(-50%, -70%);
    text-decoration-color: #fff;
    text-decoration-style: solid; /* アンダーラインのスタイル */
    z-index: -1;
    padding-bottom: 9px;
  }
  .top h1 span {
    font-size: 16px;
  }
}
.product {
  background-color: #fff;
  padding: 80px 0 78px 0;
}
.product .title_1 h1 {
  font-weight: 900;
  font-size: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.product .title_1 span {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 56px;
}
.product .bg {
  position: relative;
  margin: auto;
}
.product .bg_gray {
  position: absolute;
  width: 811px;
  height: 514px;
  right: 0;
  background: #f0f0f0;
  margin-bottom: 64px;
}
.product .box_1 {
  position: relative;
  margin: 0 auto 150px;
  max-width: 960px;
  display: flex;
}
.product .box_1 .top_image {
  width: 515px;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
  margin: 0 60px 0 0;
}
.product .box_1 .text_box {
  margin: auto 0 0 0;
}
.product .box_1 .text_box h2 {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 42px;
}
.product .box_1 .text_box p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 2;
}
.product .box_1 .text_box .picture {
  display: flex;
}
.product .box_1 .text_box .picture img {
  width: 180px;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
}
.product .box_1 .text_box .picture .picture_2 {
  margin-left: auto;
}

@media (max-width: 980px) {
  .product {
    padding: 40px 0 42px 0;
  }
  .product .title_1 h1 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .product .title_1 span {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .product .bg {
    position: relative;
    margin: auto;
  }
  .product .bg_gray {
    position: absolute;
    width: 80%;
    height: 624px;
    right: 0;
    background: #f0f0f0;
    margin-bottom: 64px;
  }
  .product .box_1 {
    position: relative;
    margin: 0 auto 100px;
    max-width: 335px;
    display: block;
  }
  .product .box_1 .top_image {
    width: 335px;
    height: auto;
    border: 2px solid #fff;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
    margin: 0 0 24px 0;
  }
  .product .box_1 .text_box {
    margin: auto 0 0 0;
    width: 335px;
  }
  .product .box_1 .text_box h2 {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 16px;
  }
  .product .box_1 .text_box p {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .product .box_1 .text_box .picture {
    display: flex;
  }
  .product .box_1 .text_box .picture img {
    width: 155px;
    height: auto;
    border: 2px solid #fff;
    box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.16);
  }
  .product .box_1 .text_box .picture .picture_2 {
    margin-left: auto;
  }
}
.contact {
  background-color: #fff;
  color: #28292b;
  padding-bottom: 80px;
}
.contact .title {
  display: flex;
  align-items: center;
}
.contact h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 0.7;
  padding: 0 0 80px 0;
  color: #28292b;
  text-align: center;
  margin: 0 auto;
}
.contact span {
  font-size: 16px;
}
.contact h2 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}
.contact .form {
  border-radius: 5px;
  display: flex;
  padding: 0 148px;
  margin: 0 auto 22px;
  width: 737px;
  height: 116px;
  text-decoration: none;
  background: linear-gradient(#29eb8b 0%, #24e48c 17%, #19d28e 40%, #06b493 68%, #00ab95 75%, #00ab95 100%);
}
.contact .form img {
  width: 40px;
  height: 49px;
  margin: auto 0;
}
.contact .form span {
  font-weight: 600;
  font-size: 32px;
  border: none;
  color: #fff;
  margin: auto 0 auto auto;
}

@media (max-width: 980px) {
  .contact {
    padding-bottom: 72px;
  }
  .contact h1 {
    font-size: 35px;
    margin-left: -22px;
    padding: 0px 0 36px 0;
    margin: 0 auto;
  }
  .contact span {
    font-size: 12px;
  }
  .contact h2 {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 2;
    margin: 0 20px 30px;
  }
  .contact .form {
    padding: 28px 30px;
    margin: 0 auto 22px;
    width: 80%;
    height: 87px;
    min-width: 335px;
    display: block;
    text-align: center;
  }
  .contact .form img {
    width: 20px;
    height: auto;
    margin: auto 0;
  }
  .contact .form span {
    font-weight: 600;
    font-size: 20px;
    border: none;
    color: #fff;
    margin: auto 0 auto 10px;
  }
  .contact p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    margin: 0 20px;
  }
}/*# sourceMappingURL=creative.css.map */