@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/about-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/about-h1_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 175px 0 60px;
  }
}
@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;
  }
}

.about-section {
  background: #f1f1f1;
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  .about-section {
    padding: 60px 0;
  }
}
.about-section .card.story-card {
  display: flex;
  gap: 45px;
  align-items: center;
  max-width: 1180px;
  margin-bottom: 40px;
}
@media screen and (max-width:1024px) {
  .about-section .card.story-card {
    gap: 35px;
  }
}
@media screen and (max-width:768px) {
  .about-section .card.story-card {
    width: 75%;
  }
}
@media screen and (max-width:540px) {
  .about-section .card.story-card {
    width: 100%;
  }
}
.about-section .card.story-card img {
  width: 456px;
  flex-shrink: 0;
}
@media screen and (max-width:1024px) {
  .about-section .card.story-card img {
    width: 370px;
  }
}
@media screen and (max-width:768px) {
  .about-section .card.story-card img {
    margin: 0 auto;
  }
}
@media screen and (max-width:540px) {
  .about-section .card.story-card img {
    width: 245px;
  }
}
.about-section .card.story-card.reverse {
  flex-direction: row-reverse;
  margin-left: auto;
  max-width: 1089px;
  margin-bottom: 0;
}
.about-section .card.story-card.reverse img {
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .card.story-card .story-content {
  flex: 1;
}
.about-section .card.story-card .story-content h2.story-title {
  font-size: 24px;
  color: #626262;
  margin-bottom: 18px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .about-section .card.story-card .story-content h2.story-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.about-section .card.story-card .story-content .story-text {
  margin-top: 30px;
}
.about-section .card.story-card .story-content .story-text + .story-text {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .about-section .card.story-card .story-content .story-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width:540px) {
  .about-section .card.story-card .story-content .story-text {
    font-size: 13px;
  }
}
.about-section .card.story-card .story-content .divider.story-divider {
  background: linear-gradient(90deg, rgb(234, 234, 234) 0%, rgb(213, 213, 213) 100%);
}

.services-section {
  background: linear-gradient(144deg, rgb(241, 252, 255) 0%, rgb(212, 246, 255) 19%, rgb(241, 252, 255) 100%);
  padding: 80px 0;
}
@media screen and (max-width:540px) {
  .services-section {
    padding: 60px 0;
  }
}
.services-section .services-card {
  max-width: 1132px;
  display: flex;
  gap: 45px;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .services-section .services-card {
    gap: 35px;
  }
}
@media screen and (max-width:768px) {
  .services-section .services-card {
    width: 75%;
  }
}
@media screen and (max-width:540px) {
  .services-section .services-card {
    width: 100%;
    padding: 30px 22px;
  }
}
.services-section .services-card img {
  width: 456px;
}
@media screen and (max-width:1024px) {
  .services-section .services-card img {
    width: 370px;
  }
}
@media screen and (max-width:768px) {
  .services-section .services-card img {
    margin: 0 auto;
  }
}
@media screen and (max-width:540px) {
  .services-section .services-card img {
    width: 245px;
  }
}
.services-section .services-card .services-content {
  flex: 1;
}
.services-section .services-card .services-content h2.services-title {
  font-size: 24px;
  color: #16b0dc;
  margin-bottom: 18px;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width:540px) {
  .services-section .services-card .services-content h2.services-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:320px) {
  .services-section .services-card .services-content h2.services-title {
    line-height: 1.3;
  }
}
.services-section .services-card .services-content .divider.services-divider {
  background: linear-gradient(90deg, rgb(115, 211, 238) 0%, rgb(228, 249, 255) 100%);
}
.services-section .services-card .services-content .services-text {
  margin-top: 30px;
}
.services-section .services-card .services-content .services-text + .services-text {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .services-section .services-card .services-content .services-text {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width:540px) {
  .services-section .services-card .services-content .services-text {
    font-size: 13px;
  }
}

/* Benefits Section */
.benefits-section .benefits-container {
  max-width: 1040px;
  margin: 0 auto;
  width: 90%;
}
.benefits-section .benefits-container .benefits-header {
  text-align: center;
  margin-bottom: 53px;
}
.benefits-section .benefits-container .benefits-header h2 {
  color: #16b0dc;
  margin-bottom: 33px;
}
@media screen and (max-width:540px) {
  .benefits-section .benefits-container .benefits-header {
    margin-bottom: 40px;
  }
}
.benefits-section .benefits-container .benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width:768px) {
  .benefits-section .benefits-container .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width:540px) {
  .benefits-section .benefits-container .benefits-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits-section .benefits-container .benefits-grid .benefit-card {
  background: white;
  border-radius: 20px;
  padding: 32px 10px;
  box-shadow: 0px 0px 14px rgba(22, 176, 220, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:768px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card {
    flex-direction: row;
    text-align: left;
    padding: 25px 0;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 25px;
    box-shadow: 0px 0px 11px rgba(22, 176, 220, 0.3);
    border-radius: 12px;
  }
}
@media screen and (max-width:540px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card {
    padding: 20px 0;
    padding-left: 25px;
  }
}
@media screen and (max-width:320px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card {
    padding-left: 15px;
    gap: 15px;
  }
}
.benefits-section .benefits-container .benefits-grid .benefit-card img {
  width: 60px;
  margin: 0 auto 30px;
}
@media screen and (max-width:768px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card img {
    margin: 0;
  }
}
@media screen and (max-width:320px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card img {
    width: 50px;
  }
}
.benefits-section .benefits-container .benefits-grid .benefit-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 20px;
}
@media screen and (max-width:768px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card h3 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width:540px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card h3 {
    margin-bottom: 5px;
  }
}
.benefits-section .benefits-container .benefits-grid .benefit-card p {
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .benefits-section .benefits-container .benefits-grid .benefit-card p {
    font-size: 13px;
  }
}

/* Product Showcase Section */
.showcase-section {
  background: linear-gradient(144deg, rgb(241, 252, 255) 0%, rgb(212, 246, 255) 19%, rgb(241, 252, 255) 100%);
}
@media screen and (max-width:540px) {
  .showcase-section {
    padding: 50px 0;
  }
}
.showcase-section .showcase-card {
  max-width: 1167px;
  margin: 0 auto;
  display: flex;
  gap: 45px;
  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 {
  flex: 1;
}
.showcase-section .showcase-card .showcase-content .showcase-title {
  font-size: 24px;
  color: #16b0dc;
  margin-bottom: 17px;
  text-align: left;
  line-height: 1;
}
@media screen and (max-width:540px) {
  .showcase-section .showcase-card .showcase-content .showcase-title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.showcase-section .showcase-card .showcase-content .divider.showcase-divider {
  background: linear-gradient(90deg, rgb(115, 211, 238) 0%, rgb(228, 249, 255) 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;
  }
}

/* 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;
}

/* Testimonials Section */
.testimonials-section {
  background: white;
}
.testimonials-section .testimonials-container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .testimonials-section .testimonials-container {
    width: 90%;
  }
}
.testimonials-section .testimonials-container h2 {
  color: #16b0dc;
  margin-bottom: 60px;
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container h2 {
    margin-bottom: 20px;
  }
}
.testimonials-section .testimonials-container .promises-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 61px;
}
@media screen and (max-width:1024px) {
  .testimonials-section .testimonials-container .promises-grid {
    gap: 40px;
  }
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container .promises-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.testimonials-section .testimonials-container .promises-grid .promise-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container .promises-grid .promise-card {
    width: 90%;
    margin: 0 auto;
  }
}
.testimonials-section .testimonials-container .promises-grid .promise-card img {
  width: 207px;
  margin-bottom: 32px;
}
@media screen and (max-width:1024px) {
  .testimonials-section .testimonials-container .promises-grid .promise-card img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container .promises-grid .promise-card img {
    width: 120px;
  }
}
.testimonials-section .testimonials-container .promises-grid .promise-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 23px;
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container .promises-grid .promise-card h3 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.testimonials-section .testimonials-container .promises-grid .promise-card p {
  text-align: justify;
}
@media screen and (max-width:540px) {
  .testimonials-section .testimonials-container .promises-grid .promise-card p {
    text-align: center;
  }
}

/* Contact Section */
.contact-section {
  position: relative;
  padding: 60px 0 100px;
  background: url(../img/about-contact-bg.png) center/cover;
}
@media screen and (max-width:540px) {
  .contact-section {
    background: url(../img/about-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 .contact-container .service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  margin-bottom: 65px;
}
@media screen and (max-width:768px) {
  .contact-section .contact-container .service-cards-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid {
    max-width: 280px;
    margin: 0 auto 40px;
  }
}
.contact-section .contact-container .service-cards-grid .service-card {
  background: white;
  border-radius: 13px;
  padding: 39px 28px;
  text-align: center;
}
@media screen and (max-width:768px) {
  .contact-section .contact-container .service-cards-grid .service-card {
    width: 100%;
  }
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid .service-card {
    padding: 24px;
  }
}
.contact-section .contact-container .service-cards-grid .service-card h3 {
  font-size: 20px;
  color: #16b0dc;
  margin-bottom: 12px;
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid .service-card h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.contact-section .contact-container .service-cards-grid .service-card img {
  width: 258px;
  margin: 0 auto 12px;
}
@media screen and (max-width:1024px) {
  .contact-section .contact-container .service-cards-grid .service-card img {
    width: 225px;
  }
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid .service-card img {
    margin-bottom: 0;
  }
}
.contact-section .contact-container .service-cards-grid .service-card p {
  text-align: justify;
}
@media screen and (max-width:768px) {
  .contact-section .contact-container .service-cards-grid .service-card p {
    text-align: center;
  }
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid .service-card p {
    text-align: justify;
  }
}
@media screen and (max-width:540px) {
  .contact-section .contact-container .service-cards-grid .service-card br.tb {
    display: none;
  }
}
.contact-section a.cta-btn {
  max-width: 380px;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width:540px) {
  .contact-section a.cta-btn {
    max-width: 280px;
    font-size: 15px;
  }
}
.contact-section a.cta-btn::before {
  width: 26px;
  height: 20px;
  left: 55px;
}
@media screen and (max-width:540px) {
  .contact-section a.cta-btn::before {
    width: 21px;
    height: 17px;
    left: 41px;
  }
}/*# sourceMappingURL=style.css.map */