@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

.addcont02bg,
.addcont02bg * {
  box-sizing: border-box;
}

.addcont02bg {
  background-color: #090e5c;
  margin: 0;
  padding: 32.69px 0 30.83px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow: visible;
  width: 100%;
}

.addcont02 {
  max-width: 1273px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.addcont02_lead {
  margin: 0 0 9.08px;
  padding: 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 23.607px;
  line-height: 39.95px;
  letter-spacing: normal;
  text-align: center;
}

.addcont02_row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 80px;
  flex-wrap: wrap;
}

.addcont02_tel {
  display: flex;
  align-items: center;
  gap: 7.26px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.addcont02_tel:hover,
.addcont02_tel:hover .addcont02_tel_num {
  color: #fff !important;
  opacity: 0.8;
}

.addcont02_tel_icon {
  display: block;
  width: 67.188px;
  height: 74.451px;
  flex-shrink: 0;
}

.addcont02_tel_icon img {
  display: block;
  width: 67.188px;
  height: 74.451px;
  object-fit: contain;
  border: 0;
  background: none;
  box-shadow: none;
}

.addcont02_tel_num {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 58.108px;
  line-height: 76.267px;
  letter-spacing: normal;
  white-space: nowrap;
}

.addcont02_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314.149px;
  height: 58.108px;
  margin: 0;
  padding: 0 16px;
  background: #fff;
  color: #090e5c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 19.975px;
  line-height: 39.95px;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.addcont02_btn::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
}

.addcont02_btn:hover {
  color: #090e5c !important;
  opacity: 0.85;
}

@media screen and (max-width: 1100px) {
  .addcont02_lead {
    font-size: 18px;
    line-height: 1.7;
  }

  .addcont02_tel_num {
    font-size: 42px;
    line-height: 1.2;
  }

  .addcont02_btn {
    width: 260px;
    height: 52px;
    font-size: 18px;
  }
}

@media screen and (max-width: 959px) {
  .addcont02bg {
    padding: 28px 0;
  }

  .addcont02_btn::before {
    display: none;
  }

  .addcont02_lead {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
  }

  .addcont02_row {
    gap: 16px;
  }

  .addcont02_tel_icon,
  .addcont02_tel_icon img {
    width: 44px;
    height: 49px;
  }

  .addcont02_tel_num {
    font-size: 32px;
    line-height: 1.2;
  }

  .addcont02_btn {
    width: 240px;
    height: 48px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 480px) {
  .addcont02_lead {
    font-size: 14px;
    line-height: 1.7;
  }

  .addcont02_tel_num {
    font-size: 28px;
  }

  .addcont02_btn {
    width: 100%;
    max-width: 280px;
  }
}
