.intro {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 1200px;
  z-index: 7;
}

.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.intro__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.intro__contents {
  position: relative;
  max-width: 1644px;
  width: 100%;
  height: 100vh;
  min-height: 1200px;
  padding: 0 62px;
  padding-top: 170px;
  margin: 0 auto;
}

.intro__contents__subtitle {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
  z-index: 2;
}

.intro__contents__subtitle span {
  font-weight: 600;
  color: #444444;
}

.intro__contents__title {
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 24px;
  color: #212121;
  z-index: 2;
}

.intro__contents__title strong {
  font-weight: 800;
}

.intro__contents__buttons {
  display: flex;
  position: relative;
  margin-top: 50px;
  gap: 16px;
  justify-content: center;
  z-index: 2;
}

.intro__contents__buttons__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(90deg, #00b8a3 0%, #00b9c4 100%);
  border: 2px solid #00b6c1;
  padding: 6px 24px;
  text-align: center;
  gap: 22px;
  border-radius: 30px;
  transition: background 0.2s;
}

.intro__contents__buttons__button span {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  transition: color 0.2s;
}

.intro__contents__buttons__button__shortcut {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6f4e0;
  border-radius: 100%;
  margin-right: -18px;
  transition: background 0.2s;
}

.intro__contents__buttons__button__shortcut img {
  width: 18px;
  height: 18px;
}

.intro__contents__buttons__button:hover {
  background: #c3ecf0;
}

.intro__contents__buttons__button:hover span {
  color: #444444;
}

.intro__contents__buttons__button:hover
  .intro__contents__buttons__button__shortcut {
  background: #ffffff;
}

.intro__contents__mockup {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.intro__contents__mockup__circle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 44%;
  padding-top: 44%;
  border-radius: 100%;
  background-color: #00b9c3;
}

.intro__contents__mockup__phone {
  position: relative;
  margin-bottom: -5px;
}

.intro__contents__mockup__phone img {
  width: 46%;
  height: auto;
}

.intro__contents__mockup__balloon {
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.intro__contents__mockup__balloon.ballon_01 {
  left: 26%;
  top: 36%;
}

.intro__contents__mockup__balloon.ballon_02 {
  left: 74%;
  top: 44%;
  flex-direction: row-reverse;
}

.intro__contents__mockup__balloon.ballon_03 {
  left: 66%;
  top: 65%;
  flex-direction: row-reverse;
}

.intro__contents__mockup__balloon span {
  display: flex;
  align-items: center;
  height: 57px;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  box-shadow: 0px 4px 12px 0px #00000026;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(27px);
  border-radius: 10px;
  padding: 17px 21px;
  padding-bottom: 15px;
  white-space: nowrap;
}

.intro__contents__mockup__balloon__character {
  position: relative;
  z-index: 2;
}

.intro__contents__mockup__balloon.ballon_01
  .intro__contents__mockup__balloon__character
  img {
  width: 105px;
  height: auto;
}

.intro__contents__mockup__balloon.ballon_02
  .intro__contents__mockup__balloon__character
  img {
  width: 97px;
  height: auto;
}

.intro__contents__mockup__balloon.ballon_03
  .intro__contents__mockup__balloon__character
  img {
  width: 99px;
  height: auto;
}

.intro__contents__mockup__balloon.ballon_01 span {
  color: #ff9d00;
  padding-left: 100px;
  margin-left: -80px;
}

.intro__contents__mockup__balloon.ballon_02 span {
  color: #007073;
  padding-right: 100px;
  margin-right: -80px;
}

.intro__contents__mockup__balloon.ballon_03 span {
  color: #ff5555;
  padding-right: 100px;
  margin-right: -80px;
}

.intro__contents__mockup__paperplane {
  position: absolute;
  top: 56%;
  left: 20%;
  transform: translateX(-50%) translateY(-50%);
}

.intro__contents__mockup__paperplane img {
  width: 387px;
  height: auto;
}

.intro__contents__character {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.intro__contents__character img {
  width: 229px;
  height: auto;
}
