@charset "UTF-8";
/* デフォルト */
/* レスポンシブ設定 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .nb {
    display: none;
  }
}

.top_kv {
  padding: 290px 0 205px;
  background: url(../img/development-h1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  .top_kv {
    padding: 180px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .top_kv {
    padding-top: 140px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv {
    background: url(../img/development-h1_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 170px 0 45px;
  }
}

@media screen and (max-width: 320px) {
  .top_kv {
    padding: 135px 0 40px;
  }
}

.top_kv h1 {
  color: #16B0DC;
  font-size: 45px;
  margin-bottom: 23px;
  text-align: left;
  font-weight: normal;
}

.top_kv h1 span {
  font-size: 52px;
}

@media screen and (max-width: 1024px) {
  .top_kv h1 {
    font-size: 30px;
  }
  .top_kv h1 span {
    font-size: 37px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv h1 {
    font-size: 20px;
  }
  .top_kv h1 span {
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .top_kv h1 {
    font-size: 18px;
  }
  .top_kv h1 span {
    font-size: 22px;
  }
}

.top_kv p.sub-text {
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .top_kv p.sub-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 540px) {
  .top_kv p.sub-text {
    font-size: 13px;
  }
}

.card {
  background: white;
  border-radius: 20px;
  padding: 44px;
}

@media screen and (max-width: 1024px) {
  .card {
    padding: 35px;
  }
}

@media screen and (max-width: 540px) {
  .card {
    padding: 30px 24px;
  }
}

.divider {
  height: 3px;
  border-radius: 2px;
  margin: 18px 0;
}

@media screen and (max-width: 540px) {
  .divider {
    margin-top: 10px;
  }
}

/* quality-first Section */
.quality-first .contact-header h2 {
  color: #16B0DC;
  margin-bottom: 4px;
  padding: 20px 0;
}

.quality-first .contact-header p {
  font-size: 18px;
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .quality-first .contact-header p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.quality-first .quality-first-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
  .quality-first .quality-first-cards {
    max-width: 1000px;
  }
}

@media screen and (max-width: 540px) {
  .quality-first .quality-first-cards {
    gap: 25px;
    margin-bottom: 40px;
  }
}

.quality-first .quality-first-cards .quality-first-card {
  width: 332px;
  background-color: white;
  border-radius: 19px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .quality-first .quality-first-cards .quality-first-card {
    width: 320px;
  }
}

@media screen and (max-width: 540px) {
  .quality-first .quality-first-cards .quality-first-card {
    width: 254px;
  }
}

.quality-first .quality-first-cards .quality-first-card img.quality-first-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quality-first .quality-first-cards .quality-first-card .quality-first-content {
  padding: 35px 28px;
}

.quality-first .quality-first-cards .quality-first-card .quality-first-content h3 {
  font-size: 20px;
  line-height: 1.0;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 540px) {
  .quality-first .quality-first-cards .quality-first-card .quality-first-content h3 {
    font-size: 16px;
  }
}

.quality-first .quality-first-cards .quality-first-card .quality-first-content p {
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .quality-first .quality-first-cards .quality-first-card .quality-first-content {
    padding: 25px 20px 25px;
  }
  .quality-first .quality-first-cards .quality-first-card .quality-first-content.pb {
    padding-bottom: 27px;
  }
}

.quality-first p.section-description {
  margin-bottom: 0;
  color: #424242;
}

/* Message Section */
.message-section {
  background: url(../img/about-message-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .message-section {
    background: url(../img/about-message-bg_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.message-section h2 {
  margin-bottom: 55px;
}

@media screen and (max-width: 540px) {
  .message-section h2 {
    margin-bottom: 30px;
  }
}

.message-section p {
  text-align: center;
  margin-bottom: 20px;
}

.message-section p:last-child {
  margin-bottom: 0;
}

/* Product Showcase Section */
.showcase-section {
  background: linear-gradient(144deg, #f1fcff 0%, #d4f6ff 19%, #f1fcff 100%);
}

@media screen and (max-width: 540px) {
  .showcase-section {
    padding: 50px 0;
  }
  .showcase-section h2 {
    font-size: 20px;
  }
}

.showcase-section .showcase-card {
  max-width: 1167px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .showcase-section .showcase-card {
    gap: 35px;
  }
}

@media screen and (max-width: 768px) {
  .showcase-section .showcase-card {
    width: 75%;
  }
}

@media screen and (max-width: 540px) {
  .showcase-section .showcase-card {
    width: 90%;
  }
}

.showcase-section .showcase-card img {
  width: 456px;
}

@media screen and (max-width: 1024px) {
  .showcase-section .showcase-card img {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .showcase-section .showcase-card img {
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .showcase-section .showcase-card img {
    width: 245px;
  }
}

.showcase-section .showcase-card .showcase-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.showcase-section .showcase-card .showcase-content .showcase-title {
  font-size: 24px;
  color: #16b0dc;
  margin-bottom: 17px;
  text-align: left;
  line-height: 1.0;
}

@media screen and (max-width: 540px) {
  .showcase-section .showcase-card .showcase-content .showcase-title {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

.showcase-section .showcase-card .showcase-content .divider.showcase-divider {
  background: -webkit-gradient(linear, left top, right top, from(#73d3ee), to(#e4f9ff));
  background: linear-gradient(90deg, #73d3ee 0%, #e4f9ff 100%);
}

.showcase-section .showcase-card .showcase-content .showcase-text {
  font-size: 18px;
  margin-top: 30px;
}

.showcase-section .showcase-card .showcase-content .showcase-text + .showcase-text {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .showcase-section .showcase-card .showcase-content .showcase-text {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 540px) {
  .showcase-section .showcase-card .showcase-content .showcase-text {
    font-size: 13px;
  }
}

.showcase-section .text-container {
  margin-top: 80px;
}

.showcase-section .text-container p {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .showcase-section .text-container {
    margin-top: 60px;
  }
  .showcase-section .text-container p {
    font-size: 14px;
  }
}

/* Contact Section */
.contact-section {
  position: relative;
  padding: 60px 0 100px;
  background: url(../img/development-contact-bg.png) center/cover;
}

@media screen and (max-width: 540px) {
  .contact-section {
    background: url(../img/development-contact-bg_sp.png) center/cover;
    padding: 40px 0 70px;
  }
}

.contact-section .contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 173, 222, 0.58);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.contact-section .contact-container {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.contact-section .contact-container .contact-header h2 {
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0, 49, 76, 0.52);
  margin-bottom: 4px;
  padding: 20px 0;
  background: radial-gradient(rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .contact-header h2 {
    text-shadow: 0px 0px 10px rgba(0, 49, 76, 0.52);
  }
}

.contact-section .contact-container .contact-header p {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-bottom: 45px;
}

@media screen and (max-width: 540px) {
  .contact-section .contact-container .contact-header p {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.contact-section a.cta-btn {
  max-width: 300px;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 540px) {
  .contact-section a.cta-btn {
    max-width: 240px;
    font-size: 15px;
  }
}

.contact-section a.cta-btn::before {
  width: 26px;
  height: 20px;
  left: 35px;
  background: url(../img/cta-store.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
  .contact-section a.cta-btn::before {
    width: 21px;
    height: 17px;
    left: 41px;
  }
}
/*# sourceMappingURL=style.css.map */