.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* うすい黒背景（半透明） */
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal.is-open {
  display: flex;
}

.modal-content {
  background: #fff;
  width: calc(321.5 /375 * 100vw);
  position: relative;
}

.modal_close_btn {
  position: absolute;
  top: calc(5 / 375 * 100vw);
  right: calc(7 / 375 * 100vw);
}

.modal_close_img {
  width: calc(30 / 375 * 100vw);
}

.un_modal_btnsWrapper {
  width: calc(233.5 / 375 * 100vw);
  margin: 0 auto;
  padding: calc(12.5 / 375 * 100vw) 0;
}

.un_modal_btn {
  color: #fff;
  border-radius: calc(6 / 375 * 100vw);
  display: flex;
  align-items: center;
  flex-direction: column;
  /* height: calc(44 / 375 * 100vw); */
  padding-top: calc(5 / 375 * 100vw);
  padding-bottom: calc(5 / 375 * 100vw);
}

.un_modal_btn__tel {
  background-color:#FF4A38 ;
  width: 100%;
}

.un_modal_btn__tel_img {
  width: calc(10 / 375 * 100vw);
}

.un_modal_btn__tel_num {
  display: flex;
  align-items: center;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  margin-top: calc(5 / 375 * 100vw);
}

.un_modal_btn__tel_subTxt {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: calc(5 / 375 * 100vw);
  /* line-height: 2.2; */
}

.un_modal_btn_btmContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: calc(11 / 375 * 100vw);
}

.modal_btn__line {
  background-color: #4BD403;
  width: calc(110 / 375 * 100vw);
}

.un_modal_btn__line_img {
  width: calc(24 / 375 * 100vw);
}

.modal_btn__mail {
  background-color: #465FA1;
  width: calc(110 / 375 * 100vw);
}

.un_modal_btn__mail_img {
  width: calc(18 / 375 * 100vw);
  margin-top: calc(5 / 375 * 100vw);
}

.un_modal_btn_btmContainer_txt {
  font-size: calc(10 / 375 * 100vw);
  font-weight: 600;
  /* line-height:1.75; */
  /* margin-top: calc(5); */
}