.section2-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.section2-popup.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.section2-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: default;
  transition: background-color 0.3s ease;
}
.section2-popup__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/companys_assets/section2_popup/img/popup_bg-pc.png") no-repeat center center;
  background-size: contain;
  width: 670px;
  height: 415px;
  overflow: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__container {
    width: 52.34375vw;
    height: 32.421875vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__container {
    background: url("/companys_assets/section2_popup/img/popup_bg-sp.png") no-repeat center center;
    background-size: contain;
    width: 92vw;
    height: 100.8vw;
  }
}
.section2-popup__close {
  position: absolute;
  top: -25px;
  right: 0;
  cursor: pointer;
  z-index: 10001;
  width: 20px;
  height: 20px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__close {
    width: 1.5625vw;
    height: 1.5625vw;
    top: -1.953125vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__close {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: -6.9333333333vw;
  }
}
.section2-popup__close img {
  width: 20px;
  height: 20px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__close img {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__close img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.section2-popup__content {
  position: relative;
  padding: 26px 0 0;
  overflow: visible;
  height: 100%;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__content {
    padding: 2.03125vw 0 0;
  }
}
@media (max-width: 767px) {
  .section2-popup__content {
    padding: 4.8vw 0 0;
  }
  .section2-popup__content.has-long-text {
    padding: 2.9333333333vw 0 0 !important;
  }
}
.section2-popup__header {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  height: 74px;
  text-align: center;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__header {
    height: 5.78125vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__header {
    height: 25.3333333333vw;
  }
}
.section2-popup__header h3 {
  color: #014c96;
  font-size: 22px;
  line-height: 150%;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__header h3 {
    font-size: 1.71875vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__header h3 {
    font-size: 4.8vw;
    line-height: 140%;
  }
  .section2-popup__header h3.has-long-text {
    line-height: 85% !important;
  }
}
.section2-popup__header h3 small {
  font-size: 22px;
  line-height: 150%;
}
.section2-popup__header h3 small.long-text {
  font-size: 18px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__header h3 small {
    font-size: 1.71875vw;
  }
  .section2-popup__header h3 small.long-text {
    font-size: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__header h3 small {
    font-size: 4.8vw;
    line-height: 140%;
  }
  .section2-popup__header h3 small.medium-text {
    font-size: 4vw !important;
  }
  .section2-popup__header h3 small.long-text {
    font-size: 3.7333333333vw !important;
  }
}
.section2-popup__header h3 strong {
  color: #e87c00;
  font-size: 26px;
  position: relative;
  line-height: 150%;
}
.section2-popup__header h3 strong .char-with-dot {
  position: relative;
  display: inline-block;
}
.section2-popup__header h3 strong .char-with-dot::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: #e87c00;
  border-radius: 50%;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__header h3 strong {
    font-size: 2.03125vw;
  }
  .section2-popup__header h3 strong .char-with-dot::before {
    top: -0.078125vw;
    width: 0.3125vw;
    height: 0.3125vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__header h3 strong {
    font-size: 6.4vw;
    line-height: 180%;
  }
  .section2-popup__header h3 strong .char-with-dot::before {
    top: 0.8vw;
    width: 1.0666666667vw;
    height: 1.0666666667vw;
  }
}
.section2-popup__body {
  text-align: center;
}
.section2-popup__button {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
  width: 450px;
  height: 70px;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__button {
    gap: 10px;
    bottom: -1.953125vw;
    width: 35.15625vw;
    height: 5.46875vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__button {
    bottom: -5.3333333333vw;
    width: 82.6666666667vw;
    height: 13.8666666667vw;
  }
}
.section2-popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20.5px 24px 20.5px 82px;
  border-radius: 60px;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.45);
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #f7a520 0%, #f7671f 100%);
  color: #fff;
  line-height: 29px;
  font-family: "Noto Sans JP";
  height: 100%;
}
.section2-popup__btn:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
  text-decoration: none;
}
.section2-popup__btn-text {
  flex-shrink: 0;
}
.section2-popup__btn-icon {
  width: 29px;
  height: 29px;
  margin-left: 29px;
  flex-shrink: 0;
}
@media (min-width: 767px) and (max-width: 1280px) {
  .section2-popup__btn {
    padding: 1.6015625vw 1.875vw 1.6015625vw 6.40625vw;
    font-size: 1.71875vw;
    line-height: 2.265625vw;
    border-radius: 4.6875vw;
    box-shadow: 0 0.46875vw 1.171875vw 0 rgba(0, 0, 0, 0.45);
  }
  .section2-popup__btn-icon {
    width: 2.265625vw;
    height: 2.265625vw;
    margin-left: 2.265625vw;
  }
}
@media (max-width: 767px) {
  .section2-popup__btn {
    padding: 4vw 4vw 4vw 7.7333333333vw;
    font-size: 4.8vw;
    line-height: 5.8666666667vw;
    border-radius: 16vw;
    box-shadow: 0 1.6vw 4vw 0 rgba(0, 0, 0, 0.45);
  }
  .section2-popup__btn-icon {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    margin-left: 2.6666666667vw;
  }
}/*# sourceMappingURL=index.css.map */