@charset "UTF-8";
/**** 共通カラー ****/
.echo-masterpuls .page_fv_title {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .page_fv_title {
    padding-left: 20px;
  }
}
.echo-masterpuls .page_fv_title .page_fv_en {
  color: #f08300;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .page_fv_title h1 {
    font-size: clamp(2rem, 1.667vw, 2.4rem);
  }
}
.echo-masterpuls .section_lead {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.echo-masterpuls .section_lead::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 0;
  background-image: url(../image/echo-masterpuls/circle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  width: 43.75vw;
  max-width: 630px;
  aspect-ratio: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead::after {
    width: 49.6vw;
    max-width: 186px;
    bottom: -60px;
  }
}
.echo-masterpuls .section_lead .l_inner {
  position: relative;
  z-index: 2;
}
.echo-masterpuls .section_lead .lead {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead {
    margin-bottom: 30px;
    text-align: left;
  }
}
.echo-masterpuls .section_lead .lead_flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead_flex {
    flex-direction: column;
  }
}
.echo-masterpuls .section_lead .lead_flex .text_wrap {
  width: 48.3333333333%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead_flex .text_wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.echo-masterpuls .section_lead .lead_flex .text_wrap h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead_flex .text_wrap h2 {
    margin-bottom: 16px;
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
  }
}
.echo-masterpuls .section_lead .lead_flex .text_wrap h2 span {
  color: #2c8ed6;
  font-size: clamp(2.667rem, 2.222vw, 3.2rem);
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead_flex .text_wrap h2 span {
    font-size: clamp(2.667rem, 2.222vw, 3.2rem);
  }
}
.echo-masterpuls .section_lead .lead_flex .text_wrap .description .accent_text {
  color: #1e78c8;
}
.echo-masterpuls .section_lead .lead_flex .image_wrap {
  width: 46.6666666667%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_lead .lead_flex .image_wrap {
    width: 100%;
  }
}
.echo-masterpuls .section_features {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features {
    padding-bottom: 40px;
  }
}
.echo-masterpuls .section_features::after {
  content: "";
  position: absolute;
  background-image: url(../image/echo-masterpuls/back_deco01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 91.7361111111vw;
  height: 40vw;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features::after {
    width: 100%;
    height: 84.5333333333vw;
    background-position: bottom;
  }
}
.echo-masterpuls .section_features .l_inner {
  position: relative;
  z-index: 2;
}
.echo-masterpuls .section_features .l_inner .features_flex {
  justify-content: space-between;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
  padding-bottom: 40px;
  border: solid 1px #2c8ed6;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.echo-masterpuls .section_features .l_inner .features_flex .text_wrap {
  width: 41.6666666667%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex .text_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.echo-masterpuls .section_features .l_inner .features_flex .text_wrap .tit_flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex .text_wrap .tit_flex {
    margin-bottom: 12px;
  }
}
.echo-masterpuls .section_features .l_inner .features_flex .text_wrap .tit_flex .number {
  display: inline-block;
  width: fit-content;
  background-color: #f08300;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  padding: 5px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex .text_wrap .tit_flex .number {
    font-size: clamp(1.2rem, 1vw, 1.44rem);
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.echo-masterpuls .section_features .l_inner .features_flex .text_wrap .tit_flex h3 {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  color: #1e78c8;
  line-height: 1.6;
  font-family: "NotoSansJP-Bold";
}
.echo-masterpuls .section_features .l_inner .features_flex .text_wrap .description {
  margin-bottom: 16px;
}
.echo-masterpuls .section_features .l_inner .features_flex .image_wrap {
  width: 48.3333333333%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex .image_wrap {
    width: 100%;
  }
}
.echo-masterpuls .section_features .l_inner .features_flex .image_wrap .note {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .l_inner .features_flex .image_wrap .note {
    margin-top: 12px;
  }
}
.echo-masterpuls .section_features .features_wrap {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 1.6666666667%;
  padding-right: 1.6666666667%;
  padding-bottom: 40px;
  border: solid 1px #2c8ed6;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .features_wrap {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
.echo-masterpuls .section_features .features_wrap .tit_flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .features_wrap .tit_flex {
    margin-bottom: 12px;
  }
}
.echo-masterpuls .section_features .features_wrap .tit_flex .number {
  display: inline-block;
  width: fit-content;
  background-color: #f08300;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  padding: 5px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_features .features_wrap .tit_flex .number {
    font-size: clamp(1.2rem, 1vw, 1.44rem);
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
.echo-masterpuls .section_features .features_wrap .tit_flex h3 {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  color: #1e78c8;
  line-height: 1.6;
  font-family: "NotoSansJP-Bold";
}
.echo-masterpuls .section_masterpulse {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse {
    padding-bottom: 30px;
  }
}
.echo-masterpuls .section_masterpulse .l_inner {
  position: relative;
  z-index: 2;
}
.echo-masterpuls .section_masterpulse::before {
  content: "";
  position: absolute;
  background-image: url(../image/echo-masterpuls/back_deco02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 91.7361111111vw;
  height: 40vw;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse::before {
    width: 100%;
    height: 48vw;
  }
}
.echo-masterpuls .section_masterpulse .sub_text {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .sub_text {
    margin-bottom: 30px;
    text-align: left;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex {
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex.reverse {
    flex-direction: column;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex .text_wrap {
  width: 46.6666666667%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex .text_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex .text_wrap h4 {
  font-family: "NotoSansJP-Bold";
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  margin-bottom: 10px;
}
.echo-masterpuls .section_masterpulse .masterpulse_flex .image_wrap {
  width: 46.6666666667%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex .image_wrap {
    width: 100%;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex .masterpulse_tit {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 20px;
  color: #1e78c8;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex .masterpulse_tit {
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
    text-align: left;
    text-indent: -1rem;
    padding-left: 1rem;
  }
}
.echo-masterpuls .section_masterpulse .masterpulse_flex .masterpulse_tit::before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 28px;
  background-color: #2c8ed6;
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_masterpulse .masterpulse_flex .masterpulse_tit::before {
    margin-right: 0.5rem;
    transform: translateY(8px);
  }
}
.echo-masterpuls .section_efficacy {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy {
    padding-bottom: 40px;
  }
}
.echo-masterpuls .section_efficacy .efficacy_flex {
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .efficacy_flex {
    flex-direction: column;
  }
}
.echo-masterpuls .section_efficacy .image_wrap .facilities_tit {
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .image_wrap .facilities_tit {
    font-size: clamp(1.667rem, 1.389vw, 2rem);
    line-height: 1.6;
    margin-bottom: 16px;
  }
}
.echo-masterpuls .section_efficacy .image_wrap .name {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .image_wrap .name {
    font-size: clamp(1.4rem, 1.111vw, 1.6rem);
    margin-top: 12px;
  }
}
.echo-masterpuls .section_efficacy .image_wrap {
  width: 37.5%;
  position: sticky;
  top: 12rem;
  align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .image_wrap {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }
}
.echo-masterpuls .section_efficacy .text_wrap {
  width: 53.3333333333%;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .text_wrap {
    width: 100%;
  }
}
.echo-masterpuls .section_efficacy .text_wrap h4 {
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  font-family: "NotoSansJP-Bold";
  margin-bottom: 18px;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .text_wrap h4 {
    font-size: clamp(1.6rem, 1.25vw, 1.8rem);
    margin-bottom: 12px;
  }
}
.echo-masterpuls .section_efficacy .text_wrap h4::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 20px;
  background-color: #2c8ed6;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .text_wrap h4::after {
    margin-left: 10px;
  }
}
.echo-masterpuls .section_efficacy .text_wrap .number {
  background-color: #f08300;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(1.667rem, 1.389vw, 2rem);
  width: fit-content;
  padding: 4px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .text_wrap .number {
    font-size: clamp(1.4rem, 1.111vw, 1.6rem);
    margin-bottom: 12px;
  }
}
.echo-masterpuls .section_efficacy .text_wrap .description {
  margin-bottom: 20px;
}
.echo-masterpuls .section_efficacy .tag_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .tag_flex {
    gap: 10px 8px;
  }
}
.echo-masterpuls .section_efficacy .tag_flex .tag {
  background-color: #2c8ed6;
  color: #ffffff;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  border-radius: 20px;
  display: inline-block;
  padding: 4px 10px;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_efficacy .tag_flex .tag {
    font-size: clamp(1.2rem, 1vw, 1.44rem);
  }
}
.echo-masterpuls .section_efficacy .note {
  margin-top: 20px;
}
.echo-masterpuls .section_contact_btn {
  background-color: #1e78c8;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn {
    padding: 30px 0;
  }
}
.echo-masterpuls .section_contact_btn .cotacnt_inner {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn .cotacnt_inner {
    padding: 30px 20px;
  }
}
.echo-masterpuls .section_contact_btn h3 {
  margin-bottom: 16px;
  color: #1e78c8;
  font-size: clamp(2rem, 1.667vw, 2.4rem);
  font-family: "NotoSansJP-Bold";
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn h3 {
    margin-bottom: 12px;
    font-size: clamp(1.667rem, 1.389vw, 2rem);
  }
}
.echo-masterpuls .section_contact_btn .description {
  margin-bottom: 30px;
  color: #1e78c8;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn .description {
    margin-bottom: 20px;
  }
}
.echo-masterpuls .section_contact_btn a {
  display: inline-block;
  width: auto;
  padding: 20px 60px;
  background-color: #2c8ed6;
  color: #ffffff;
  font-size: clamp(3.333rem, 2.778vw, 4rem);
  font-family: "NotoSansJP-Bold";
  border-radius: 10px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn a {
    width: 100%;
    padding: 16px 20px;
    font-size: clamp(2.5rem, 2.083vw, 3rem);
  }
}
.echo-masterpuls .section_contact_btn a:hover {
  background-color: #f08300;
}
.echo-masterpuls .section_contact_btn .note {
  margin-top: 20px;
  color: #1e78c8;
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .echo-masterpuls .section_contact_btn .note {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=echo-masterpuls.css.map */
