.NewBlock-page-title {
  text-align: center;
}
.NewBlock-page-title__title {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .NewBlock-page-title__title {
    font-size: 26px;
  }
}
.NewBlock-page-title p {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
}

.NewBlock-catch {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
}
.NewBlock-catch__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 72px;
  width: calc(25% - 18.75px);
  background: #333;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .NewBlock-catch__box {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 568px) {
  .NewBlock-catch__box {
    width: 100%;
  }
}
.NewBlock-catch__box::before {
  content: "";
  background: #69d3d7;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  bottom: -8px;
  right: -8px;
  height: 72px;
  z-index: -1;
}

.NewBlock-sec-title {
  margin-top: 100px;
  text-align: center;
}
.NewBlock-sec-title__top {
  font-size: 24px;
  line-height: normal;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.NewBlock-sec-title__top span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FDD900));
  background: -webkit-linear-gradient(transparent 70%, #FDD900 30%);
  background: linear-gradient(transparent 70%, #FDD900 30%);
}
@media screen and (max-width: 768px) {
  .NewBlock-sec-title__top {
    font-size: 18px;
  }
}
.NewBlock-sec-title__title {
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .NewBlock-sec-title__title {
    font-size: 24px;
  }
}
.NewBlock-sec-title__text {
  text-align: center;
  font-size: 16px;
  line-height: normal;
}
.NewBlock-sec-title__text p {
  line-height: 1.6 !important;
  letter-spacing: 0;
}

.NewBlock-nayami {
  margin-top: 55px;
}
.NewBlock-nayami__labeltitle {
  color: #4CC2C7;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
.NewBlock-nayami__labeltitle span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.NewBlock-nayami__labeltitle span::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-nayami__labeltitle span::before {
    width: 40px;
  }
}
.NewBlock-nayami__labeltitle span::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-nayami__labeltitle span::after {
    width: 40px;
  }
}
.NewBlock-nayami__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
.NewBlock-nayami__flex .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .NewBlock-nayami__flex .flexBox {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.NewBlock-nayami__flex .flexBox-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-right: 20px;
  border: #CBCBCB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 568px) {
  .NewBlock-nayami__flex .flexBox-img {
    width: 80px;
    height: 80px;
  }
}
.NewBlock-nayami__flex .flexBox-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.NewBlock-nayami__flex .flexBox-textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
.NewBlock-nayami__flex .flexBox-textBox .flexBox-title {
  margin-bottom: 10px;
  line-height: normal;
}
.NewBlock-nayami__flex .flexBox-textBox p {
  line-height: 1.6;
  letter-spacing: 0;
}

.NewBlock-fukidashi {
  margin-top: 50px;
}
.NewBlock-fukidashi .flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 568px) {
  .NewBlock-fukidashi .flexBox {
    gap: 20px;
  }
}
@media screen and (max-width: 568px) {
  .NewBlock-fukidashi .flexBox-img {
    width: calc(20% - 10px);
  }
}
.NewBlock-fukidashi .flexBox-img .img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  border: #CBCBCB 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .NewBlock-fukidashi .flexBox-img .img {
    width: 70px;
    height: 70px;
  }
}
.NewBlock-fukidashi .flexBox-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.NewBlock-fukidashi .flexBox-img .name {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 568px) {
  .NewBlock-fukidashi .flexBox-img .name {
    font-size: 12px;
  }
}
.NewBlock-fukidashi .flexBox-textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
  padding: 30px 37px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 568px) {
  .NewBlock-fukidashi .flexBox-textBox {
    padding: 20px;
  }
}
.NewBlock-fukidashi .flexBox-textBox .flexBox-title {
  margin-bottom: 15px;
  letter-spacing: 0.13em;
}
.NewBlock-fukidashi .flexBox-textBox::before {
  position: absolute;
  top: 30px;
  left: -40px;
  content: "";
  border-top: 20px solid transparent;
  border-right: 30px solid #f5f5f5;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: inline-block;
}
@media screen and (max-width: 568px) {
  .NewBlock-fukidashi .flexBox-textBox::before {
    left: -20px;
    border-top: 10px solid transparent;
    border-right: 10px solid #f5f5f5;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.NewBlock-fukidashi .flexBox-textBox .flexBox-info p {
  line-height: 1.7;
  letter-spacing: 0;
}

.NewBlock-works {
  margin-top: 65px;
}
.NewBlock-works .NewBlock-works-title {
  color: #4CC2C7;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 35px;
  padding-bottom: 10px;
  line-height: normal;
}
@media screen and (max-width: 568px) {
  .NewBlock-works .NewBlock-works-title {
    font-size: 18px;
  }
}
.NewBlock-works .NewBlock-works-title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.NewBlock-works .NewBlock-works-title span::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-works .NewBlock-works-title span::before {
    width: 40px;
  }
}
.NewBlock-works .NewBlock-works-title span::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-works .NewBlock-works-title span::after {
    width: 40px;
  }
}
.NewBlock-works__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}
.NewBlock-works__flex .flex-img {
  width: calc(50% - 15px);
}
@media screen and (max-width: 568px) {
  .NewBlock-works__flex .flex-img {
    width: 100%;
  }
}
.NewBlock-works__flex .flex-img img {
  max-width: 100%;
  height: auto;
}
.NewBlock-works__flex .flex-textBox {
  width: calc(50% - 15px);
}
@media screen and (max-width: 568px) {
  .NewBlock-works__flex .flex-textBox {
    width: 100%;
  }
}
.NewBlock-works__flex .flex-textBox .flex-title {
  color: #4CC2C7;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
  border-bottom: dotted 2px #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-works__flex .flex-textBox .flex-title {
    font-size: 22px;
  }
}
.NewBlock-works__flex .flex-textBox .flex-gyoshu {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 568px) {
  .NewBlock-works__flex .flex-textBox .flex-gyoshu {
    text-align: left;
  }
}
.NewBlock-works__flex .flex-textBox .flex-service {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
.NewBlock-works__flex .flex-textBox .service-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.NewBlock-works__flex .flex-textBox .service-wrap span {
  background-color: #4CC2C7;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  display: block;
}
@media screen and (max-width: 568px) {
  .NewBlock-works__flex .flex-textBox .service-wrap span {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.NewBlock-works__flex .flex-textBox .flex-info p {
  line-height: 1.7;
  letter-spacing: 0;
}
.NewBlock-works.image-right .NewBlock-works__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.NewBlock-works-3column {
  background: #eefaf9;
  padding: 50px 30px;
  margin-top: 60px;
}
.NewBlock-works-3column h2 {
  color: #4CC2C7;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: normal;
}
@media screen and (max-width: 568px) {
  .NewBlock-works-3column h2 {
    font-size: 18px;
  }
}
.NewBlock-works-3column h2 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.NewBlock-works-3column h2 span::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-works-3column h2 span::before {
    width: 40px;
  }
}
.NewBlock-works-3column h2 span::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-works-3column h2 span::after {
    width: 40px;
  }
}
.NewBlock-works-3column__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.NewBlock-works-3column__flex .flexBox {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .NewBlock-works-3column__flex .flexBox {
    width: 100%;
  }
}
.NewBlock-works-3column__flex .flexBox h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  letter-spacing: 0;
  line-height: 1.2;
}
.NewBlock-works-3column__flex .flexBox h3::before {
  content: "01";
  color: #4CC2C7;
  font-size: 23px;
  font-weight: 700;
  display: block;
  width: 56px;
  height: 56px;
  border: #4CC2C7 solid 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1024px) {
  .NewBlock-works-3column__flex .flexBox h3::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .NewBlock-works-3column__flex .flexBox h3::before {
    width: 56px;
    height: 56px;
  }
}
.NewBlock-works-3column__flex .flexBox .flex-img {
  margin-bottom: 15px;
}
.NewBlock-works-3column__flex .flexBox .flex-img img {
  max-width: 100%;
  height: auto;
}
.NewBlock-works-3column__flex .flexBox .flex-textBox {
  font-size: 16px;
  line-height: 1.7;
}
.NewBlock-works-3column__flex .flexBox:nth-of-type(2) h3::before {
  content: "02";
}
.NewBlock-works-3column__flex .flexBox:nth-of-type(3) h3::before {
  content: "03";
}

.NewBlock-step {
  margin-top: 60px;
}
.NewBlock-step .NewBlock-step-title {
  color: #4CC2C7;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: normal;
}
@media screen and (max-width: 568px) {
  .NewBlock-step .NewBlock-step-title {
    font-size: 18px;
  }
}
.NewBlock-step .NewBlock-step-title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.NewBlock-step .NewBlock-step-title span::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-step .NewBlock-step-title span::before {
    width: 40px;
  }
}
.NewBlock-step .NewBlock-step-title span::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .NewBlock-step .NewBlock-step-title span::after {
    width: 40px;
  }
}
.NewBlock-step__wrap .stepBox {
  margin-bottom: 5px;
  background: #eefaf9;
  padding: 25px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 568px) {
  .NewBlock-step__wrap .stepBox {
    padding: 20px;
  }
}
.NewBlock-step__wrap .stepBox::before {
  content: "01";
  color: #4CC2C7;
  font-size: 23px;
  font-weight: 700;
  display: block;
  width: 56px;
  height: 56px;
  border: #4CC2C7 solid 1px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  background-color: #fff;
}
@media screen and (max-width: 568px) {
  .NewBlock-step__wrap .stepBox::before {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }
}
.NewBlock-step__wrap .stepBox:nth-of-type(2)::before {
  content: "02";
}
.NewBlock-step__wrap .stepBox:nth-of-type(3)::before {
  content: "03";
}
.NewBlock-step__wrap .stepBox:nth-of-type(4)::before {
  content: "04";
}
.NewBlock-step__wrap .stepBox:nth-of-type(5)::before {
  content: "05";
}
.NewBlock-step__wrap .stepBox:nth-of-type(6)::before {
  content: "06";
}
.NewBlock-step__wrap .stepBox h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.NewBlock-step__wrap .stepBox .txt {
  font-size: 16px;
  font-weight: 400;
}

.NewBlock-contact {
  background-color: #fdd901;
  margin: 100px calc(50% - 50vw) 0;
  width: 100vw;
}
.NewBlock-contact .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.NewBlock-contact .flex .NewBlock-contact-img {
  width: 40%;
}
@media screen and (max-width: 568px) {
  .NewBlock-contact .flex .NewBlock-contact-img {
    width: 30%;
    padding-right: 15px;
  }
}
.NewBlock-contact .flex .NewBlock-contact-img img {
  max-width: 100%;
  height: auto;
}
.NewBlock-contact .flex .NewBlock-contact-contents {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .NewBlock-contact .flex .NewBlock-contact-contents {
    padding-right: 20px;
    margin-top: 10%;
  }
}
@media screen and (max-width: 568px) {
  .NewBlock-contact .flex .NewBlock-contact-contents {
    width: 70%;
  }
}
.NewBlock-contact .flex .NewBlock-contact-contents .chach {
  font-family: "Cormorant", serif;
  font-size: 80px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 568px) {
  .NewBlock-contact .flex .NewBlock-contact-contents .chach {
    font-size: 50px;
  }
}
.NewBlock-contact .flex .NewBlock-contact-contents .text {
  margin-bottom: 40px;
}
.NewBlock-contact .nekonote_btnWap {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .NewBlock-contact .nekonote_btnWap {
    width: 80%;
  }
}
.NewBlock-contact .hvr-sweep-to-right {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #69d3d7;
  height: 82px;
}
@media screen and (max-width: 568px) {
  .NewBlock-contact .hvr-sweep-to-right {
    height: 62px;
  }
}
.NewBlock-contact .hvr-sweep-to-right a {
  position: absolute;
  background: #333;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  top: 0px;
  left: -8px;
  height: 75px;
}
@media screen and (max-width: 568px) {
  .NewBlock-contact .hvr-sweep-to-right a {
    height: 55px;
  }
}
.NewBlock-contact .hvr-sweep-to-right a:hover {
  background: #111;
}
.NewBlock-contact .hvr-sweep-to-right a .btnText {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.2rem;
  font-family: "Nothing You Could Do", cursive;
  text-align: left;
  padding-left: 15%;
}
.NewBlock-contact .hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fde452;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.NewBlock-contact .hvr-sweep-to-right:hover:before, .NewBlock-contact .hvr-sweep-to-right:focus:before, .NewBlock-contact .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.NewBlock-contact .hvr-sweep-to-right .line_black {
  width: 35px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 5px;
  left: auto;
  right: -27px;
  top: 0px;
  margin: auto 0;
}
.NewBlock-contact .hvr-sweep-to-right .line_white {
  width: 35px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  top: 0;
  margin: auto 0;
}

.newBlock-ttl-img {
  margin-top: 55px;
}
.newBlock-ttl-img__labeltitle {
  color: #4CC2C7;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 568px) {
  .newBlock-ttl-img__labeltitle {
    font-size: 18px;
  }
}
.newBlock-ttl-img__labeltitle span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.newBlock-ttl-img__labeltitle span::before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .newBlock-ttl-img__labeltitle span::before {
    width: 40px;
  }
}
.newBlock-ttl-img__labeltitle span::after {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background-color: #4CC2C7;
}
@media screen and (max-width: 568px) {
  .newBlock-ttl-img__labeltitle span::after {
    width: 40px;
  }
}
.newBlock-ttl-img .img {
  text-align: center;
}
.newBlock-ttl-img .img img {
  max-width: 100%;
  height: auto;
}