.main {
  padding-bottom: calc(8px * 20);
}

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: calc(8px * 10);
  }
}

.mainvisual.for-contact {
  background-image: url("../images/img-contact_mv.png");
}

.contactMain {
  padding-top: calc(8px * 10);
  position: relative;
}

.contactMain::before {
  background: rgba(252, 255, 235, .7);
  border-radius: 50%;
  content: "";
  filter: blur(40px);
  height: 120%;
  position: absolute;
  right: 0;
  top: 20%;
  width: 120%;
  z-index: -100;
}

.contactMain__inner {
  column-gap: calc(8px * 4);
  display: flex;
  justify-content: center;
}

.contactMain__box {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  padding: calc(8px * 6) 0 calc(8px * 5);
  width: 100%;
}

.contactMain__box--title {
  font-size: var(--fontSize18);
  font-weight: bold;
}

.contactMain__box--number {
  font-size: var(--fontSize36);
  font-weight: bold;
  margin-top: calc(8px * 3);
}

.contactMain__box--number img {
  height: auto;
  margin-right: calc(8px * 2);
  position: relative;
  top: -4px;
  width: 21px;
}

.contactMain__box--number a {
  color: var(--colorBase);
}

.contactMain__box--word {
  font-size: var(--fontSize18);
	line-height: 1.6;
  margin-top: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contactMain {
    padding-top: calc(8px * 5);
  }

  .contactMain__inner {
    flex-wrap: wrap;
    row-gap: calc(8px * 3);
  }

  .contactMain__box {
    max-width: 100%;
    padding: calc(8px * 4) 0 calc(8px * 3);
  }

  .contactMain__box--number {
    margin-top: calc(8px * 2);
  }

  .contactMain__box--number img {
    margin-right: calc(8px * 1);
    top: -4px;
    width: 16px;
  }

  .contactMain__box--word {
    margin-top: calc(8px * 2);
  }
}
