@charset "UTF-8";

/******     common     ******/

img {
  max-width: 100%;
  vertical-align: top;
}

.denki25cp {
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.denki25cp * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.copyTarget {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.toggleBtn:focus {
  outline: 2px solid #009CD0;
}

.spOnly {
  display: none;
}

.ly_body {
  padding-bottom: 175px;
}

.ly_cont_inner {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.hp_red {
  color: #FF0000;
}

.hp_yellow {
  color: #FFEF00;
}

.hp_blue {
  color: #09226E;
}

.hp_pink {
  color: #E22D87;
}

.hp_blueRev {
  background-color: #09226E;
  color: #fff;
  padding: 2px 4px 4px;
  line-height: 1;
  display: inline-block;
}

.hp_link {
  text-decoration: underline;
  cursor: pointer;
}

.hp_blueLink {
  color: #0054A1;
}

.hp_marker {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.hp_marker::before {
  content: "";
  width: 100%;
  height: 18%;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
  background-color: #FFEF00;
}

.hp_blockTxt {
  display: inline-block;
}

.hp_eventsNone {
  background-color: #CCCCCC !important;
  pointer-events: none !important;
}

.hp_fw500 {
  font-weight: 500;
}

.el_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6%;
  max-width: 1025px;
  margin: 0 auto;
  align-items: flex-end;
}

.el_btn_mtWrap {
  margin-top: 30px;
}

.el_btn_centerWrap .el_btn {
  margin: 0 auto;
}

.el_btn {
  font-size: 24px;
  font-weight: 700;
  padding: 8px 13px 12px;
  border-radius: 60px;
  background-color: #E42D89;
  color: #fff !important;
  text-align: center;
  display: block;
  line-height: 1.3;
  letter-spacing: 0.06em;
  transition: transform 0.3s;
  max-width: 480px;
  position: relative;
}

.el_btn__blue {
  background-color: #004D9E;
}

.el_btn__orange {
  background-color: #FF7C00;
  font-weight: 500;
}

.el_btn__large {
  max-width: 560px;
}

.el_btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.el_btn__fzSmall {
  font-size: 18px;
}


.el_btn_catch {
  margin-bottom: 5px;
}

.el_btn_catch span {
  padding: 0 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}

.el_btn_catch span::before,
.el_btn_catch span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 36px;
  background-color: #333;
  border-radius: 5px;
  transform: rotate(-30deg);
  bottom: 0;
  left: 0;
}

.el_btn_catch span::after {
  transform: rotate(30deg);
  left: auto;
  right: 0;
}

.el_note_wrap {
  margin-top: 8px;
}

.el_note_wrap__center {
  text-align: center;
}

.el_note_wrap__mb {
  margin-bottom: 20px;
}

.el_note_wrap__vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.el_note_wrap__left {
  align-items: flex-start;
}

.el_note {
  font-size: 18px;
  position: relative;
  margin-left: 25px;
  display: inline-block;
  line-height: 1.4;
}

.el_note::before {
  content: "※";
  position: absolute;
  left: -22px;
}

.el_note__num1 {
  margin-left: 36px;
}

.el_note__num1::before {
  content: "※1";
  left: -33px;
}

.el_note__middle {
  font-size: 16px;
}

.el_label_wrap {
  text-align: center;
  margin-top: 40px;
}

.el_label {
  font-size: 28px;
  font-weight: 700;
  color: #09226E;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.el_label::before {
  content: "";
  width: 3px;
  height: 60px;
  background-color: #09226E;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-22deg);
}

.el_label::after {
  content: "";
  width: 3px;
  height: 60px;
  background-color: #09226E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(22deg);
}

.el_label__mb {
  margin-bottom: 15px;
}

.el_label__point {
  color: #333;
  padding: 0 50px;
}

.el_label__point::before,
.el_label__point::after {
  width: 50px;
  height: 80px;
  transform: translateY(-50%);
}

.el_label__point::before {
  background: url(../images/common/label_point_l.svg) no-repeat center center / cover;
}

.el_label__point::after {
  background: url(../images/common/label_point_r.svg) no-repeat center center / cover;
}

.el_code {
  margin-top: 15px;
  margin-bottom: 10px;
}

.bl_cont {
  padding-top: 80px;
}

.bl_cont__pt0 {
  padding-top: 0 !important;
}

.bl_cont_center {
  text-align: center;
}

.bl_cont_label {
  font-size: 40px;
  text-align: center;
  color: #09226e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.bl_cont_txt {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
  font-weight: 700;
}

.bl_cont_terms {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #333;
}

.bl_cont_terms h4,
.bl_cont_terms h5 {
  margin-top: 20px;
  font-weight: 500;
}

.bl_cont_terms h4:first-of-type {
  margin-top: 0;
}

.bl_cont_terms li {
  text-indent: -1em;
  padding-left: 1em;
}

.bl_cont_terms .list li {
  text-indent: 0;
  position: relative;
}

.bl_cont_terms .list li::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 13px;
  left: 5px;
  border-radius: 50%;
  background-color: #333;
}

.bl_cont_terms p {
  text-indent: -2em;
  padding-left: 2em;
}

.bl_cont_termsBox {
  max-height: 370px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  padding-right: 4px;
}

.bl_mv {
  background: url(../images/mv/mv_bg.jpg) no-repeat center center / cover;
  padding: 30px 0 70px;
  text-align: center;
}

.bl_mv_label {
  font-size: 28px;
  font-weight: 700;
  color: #09226e;
  margin-top: 30px;
}

.bl_mv_label span {
  position: relative;
  padding: 0 60px;
  display: inline-block;
  line-height: 1.4;
}

.bl_mv_label span::before,
.bl_mv_label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 28px;
  height: 23px;
  background: #09226e;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.bl_mv_label span::after {
  left: auto;
  right: 0;
}

.bl_mv_payImg {
  margin-top: 12px;
}

.bl_mv_txt {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
}

.bl_mv_link {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 50px;
}


.bl_info {
  background-color: #E22D87;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}

.bl_info_title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 25px;
  padding: 0 90px;
  display: inline-block;
}

.bl_info_title::before {
  content: "";
  width: 60px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/info/info_titleDeco_left.png) no-repeat center center/cover;
}

.bl_info_title::after {
  content: "";
  width: 60px;
  height: 90px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/info/info_titleDeco_right.png) no-repeat center center/cover;
}


.bl_info_title .large {
  font-size: 56px;
}

.bl_info_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2.7%;
}

.bl_info_link {
  transition: transform 0.3s;
}

.bl_point {
  background-color: #FFF2FA;
  padding: 130px 0 100px;
}

.bl_point_block {
  background-color: #fff;
  padding: 65px 30px 60px;
  border-radius: 12px;
  margin-bottom: 110px;
  position: relative;
  letter-spacing: 0.06em;
}

.bl_point_block:last-child {
  margin-bottom: 0;
}

.bl_point_flag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 250px
}

.bl_point_decoCatch {
  position: absolute;
  top: 0;
  right: 20px;
  transform: translateY(-40%);
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ff7c00;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 180px;
  height: 180px;
}

.bl_point_decoCatch p{
  line-height: 1.4;
}

.bl_point_decoCatch .large{
  font-size: 32px;
}

.bl_point_title {
  font-size: 40px;
  font-weight: 700;
  color: #E22D87;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.6;
}

.bl_point_title .smallTxt {
  font-size: 18px;
  vertical-align: top;
}


.bl_point_catchArea {
  background-color: #FFFCE3;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 15px;
  font-weight: 500;
}

.bl_point_catchArea__mt {
  margin-top: 40px;
}

.bl_point_catchArea__large {
  font-size: 24px;
}

.bl_point_catchArea_row {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 20px auto;
}

.bl_point_catchArea_thank {
  padding: 9px 23px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 12px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.bl_point_catchArea_founding {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.bl_point_catchArea_founding .largeTxt {
  font-size: 62px;
  margin-left: 7px;
}


.bl_point_catchArea_founding .middleTxt {
  font-size: 38px;
  margin-right: 4px;
}

.bl_point_catchArea_txt {
  max-width: 660px;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.bl_point_list {
  margin-top: 10px;
}

.bl_point_list li {
  position: relative;
  padding-left: 14px;
}

.bl_point_list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.bl_point_label {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #E22D87;
}

.bl_point_label .inner {
  position: relative;
  padding-left: 30px;
}

.bl_point_label .add {
  position: absolute;
  top: -18%;
  left: -12%;
  transform: translateY(-50%);
}

.bl_point_note {
  font-size: 16px;
  font-weight: 400;
}

.bl_point_row {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-top: 40px;
}

.bl_point_left {
  width: 44%;
}

.bl_point_right {
  width: 52%;
}

.bl_point_lead {
  margin-bottom: 20px;
}

.bl_point_apply {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0 12px;
}

.bl_point_area {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #09226E;
}

.bl_point_area:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.bl_pointElc_img {
  text-align: center;
  margin-top: -3%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bl_pointElc_img img {
  display: inline-block;
}

.bl_pointElc_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  margin-top: 46px;
}

.bl_pointElc_item {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-radius: 12px;
  border: 2px solid #E22D87;
}

.bl_pointElc_icon {
  width: 21%;
}

.bl_pointElc_txt {
  width: 71.5%;
  line-height: 1.4;
}

.bl_point_catchArea_flex {
  display: flex;
  justify-content: space-around;
}

.bl_point_catchArea_left {
  width: 32%;
  font-size: 26px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bl_point_catchArea_left span {
  display: block;
  text-align: center;
}

.bl_point_catchArea_left img {
  vertical-align: middle;
}

.bl_point_catchArea_right {
  width: 55%;
  font-size: 32px;
  background-color: #fff;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.bl_point_catchArea_right .bigTxt {
  font-size: 64px;
}

.bl_point_catchArea_right .midTxt {
  font-size: 40px;
}

.bl_point_catchArea_right .smallTxt {
  font-size: 18px;
  vertical-align: text-top;
}

.bl_point_catchArea_right span {
  line-height: 1.2;
}

.bl_point_catchArea_right .bl_point_deco {
  position: absolute;
  top: 20px;
  right: -30px;
}

.bl_point_scroll {
  display: none;
  margin-bottom: 10px;
}




.bl_pointAbout {
  margin-top: 75px;
  border-radius: 12px;
  border: 3px solid #09226E;
}

.bl_pointAbout_heading {
  width: 100%;
  height: 80px;
  background-color: #09226E;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.bl_pointAbout_heading h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #fff;
}

.bl_pointAbout_heading .title_icon {
  position: absolute;
  left: 6%;
  top: -20px;
  width: 14%;
  min-width: 50px
}

.bl_pointAbout_heading .toggleBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 10px;
  transform: translateY(-50%);
}

.bl_pointAbout_heading .toggleBtn::before {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #09226E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_pointAbout_heading .toggleBtn::after {
  content: "";
  width: 26px;
  height: 2px;
  background-color: #09226E;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.bl_pointAbout_heading.active .toggleBtn::after {
  content: none;
}

.bl_pointAbout_wrap {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 40px 30px 45px;
  height: auto
}

.bl_pointAbout_drop {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.bl_pointAbout_drop.active {
  max-height: 2000px;
  transition: max-height 0.3s ease-in;
}

.bl_pointAbout_lead {
  text-align: center;
}

.bl_pointAbout_lead img {
  display: inline-block;
}

.bl_pointAbout_con {
  background-color: #FFF2FA;
  border-radius: 10px;
  padding: 30px 3% 26px;
  margin-top: 40px;
}

.bl_pointAbout_con:first-of-type {
  margin-top: 0;
}

.bl_pointAbout_fix {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.bl_pointAbout_txtBox {
  flex: 1;
}

.bl_pointAbout_title {
  padding-left: 80px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  color: #E42D89;
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
}


.bl_pointAbout_title::before {
  content: '';
  width: 60px;
  height: 78px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bl_pointAbout_title__01::before {
  background-image: url(../images/point/about_01_icon.svg);
}

.bl_pointAbout_title__02::before {
  background-image: url(../images/point/about_02_icon.svg);
}

.bl_pointAbout_title__03::before {
  background-image: url(../images/point/about_03_icon.svg);
}

.bl_pointAbout_txt {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #281d12;
}

.bl_pointAbout_img {
  width: 17%;
  margin-left: 2.32%;
}

.bl_pointAbout_dot {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}

.bl_pointAbout_list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 4px;
}

.bl_pointAbout_list li:last-of-type {
  margin-bottom: 0px;
}




.bl_pointThing_lead {
  text-align: center;
  margin: 40px 0 30px;
}

.bl_pointThing_lead img {
  display: inline-block;
}

.bl_pointThing_con {
  background-color: #FFFCE3;
  border-radius: 10px;
  padding: 30px 3% 26px;
}

.bl_pointThing_fix {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px #E22D87 dashed;
}

.bl_pointThing_txtBox {
  flex: 1;
}

.bl_pointThing_title {
  padding-left: 80px;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: bold;
  color: #E42D89;
  position: relative;
  min-height: 104px;
  display: flex;
  align-items: center;
}

.bl_pointThing_title::before {
  content: '';
  width: 60px;
  height: 103px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/point/thing_icon.svg);
}

.bl_pointThing_img {
  width: 23%;
  margin-left: 2.32%;
}

.bl_pointThing_list {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 500;
}


.bl_pointThing_list li {
  padding-left: 30px;
  position: relative;
}

.bl_pointThing_list li::before {
  content: "";
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/point/thing_list_icon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.bl_contact {
  background-color: #fff;
  border: 1px solid #E42D89;
  padding: 40px 30px;
  text-align: center;
}

.bl_contact_catch {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
  padding: 0px 15px;
}

.bl_contact_catch::before {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-22deg);
}

.bl_contact_catch::after {
  content: "";
  width: 2px;
  height: 23px;
  background-color: #333333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(22deg);
}










.bl_fix {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 16px 0 21px;
  width: 100%;
  border-top: 3px solid #333;
  z-index: 2;
  text-align: center;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  pointer-events: auto;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-feature-settings: "palt";
}


.bl_fix.hidden {
  opacity: 0;
  pointer-events: none;
  /* クリック無効化 */
}

.bl_fixTop {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 3;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}


.bl_fix .el_btn_wrap {
  max-width: 1020px;
  margin: 0 auto;
}

.bl_fix .el_btn_catch span::before,
.bl_fix .el_btn_catch span::after {
  height: 23px;
  bottom: -2px;
}


/******     madalの設定     ******/

.modals {
  z-index: 100;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.el_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  font-feature-settings: "palt";
}

.el_modal_box {
  position: relative;
}

.el_modal_content {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 750px;
  max-height: 80vh;
  margin: 0 15px;
  overflow-y: scroll;
  position: relative;
}

.el_modal_content__large {
  max-width: 1080px;
  min-width: 1080px
}

.el_modal_content__center {
  text-align: center;
}

.el_modal.active {
  display: flex;
}

.el_modal_close {
  width: 40px;
  height: 40px;
  background-color: #808080;
  position: absolute;
  border-radius: 50%;
  top: -20px;
  right: 5px;
}

.el_modal_close::before,
.el_modal_close::after {
  content: "";
  width: 23px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.el_modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.el_modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bl_modal_title {
  font-size: 32px;
  display: block;
  width: 100%;
  border-radius: 60px;
  color: #fff;
  background-color: #09226E;
  padding: 9px 20px;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.2;
}

.bl_modal_title__mid {
  font-size: 24px;
}

.bl_modal_title__orange {
  background-color: #FF7C00;
}

.bl_modal_title__pink {
  background-color: #E42D89;
}

.bl_modal_list li {
  padding-left: 25px;
  position: relative;
}

.bl_modal_list li::before {
  content: "";
  background-color: #004D9E;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: 2px;
  border-radius: 50%;
}

.bl_modal_subTitle_wrap {
  text-align: center;
}

.bl_modal_subTitle {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #E42D89;
  border-radius: 60px;
  padding: 5px 30px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 340px;
}

.bl_modal_img {
  margin-bottom: 20px;
}

.bl_modal_numList li {
  text-indent: -1em;
  padding-left: 1em;
}

.bl_modal_ttl {
  font-size: 18px;
  font-weight: 500;
}

.bl_modal_box {
  margin-bottom: 30px;
}

.bl_modal_box:last-of-type {
  margin-bottom: 0;
}

.bl_modal_bg {
  background-color: #FFF2FA;
  margin: -40px -30px 0;
  padding: 40px 30px 30px;
}

.bl_modal_info {
  max-width: 640px;
  margin: 0 auto 50px;
  display: flex;
  border-radius: 12px;
  font-weight: 500;
}

.bl_modal_left {
  width: 31.25%;
  background-color: #09226E;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0 12px;
}

.bl_modal_right {
  width: calc(100% - 31.25%);
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 0 12px 12px 0;
}

.bl_modal_infoLabel {
  line-height: 1.2;
}

.bl_modal_numList_blue {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: 48% 64%;
}

.bl_modal_numList_blue li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.bl_modal_numList_blue .num_dot {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #09226E;
  color: #fff;
  padding-left: 3px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 700;
}

.bl_modal_catch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.bl_modalInfo {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bl_modalInfo::before {
  content: "";
  width: 18px;
  height: 32px;
  background-color: #E42D89;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_modalInfo_item {
  width: 46%;
  padding: 35px 20px 24px;
  background-color: #fff;
  border: 3px solid #E42D89;
  text-align: center;
  border-radius: 12px;
  position: relative;
}

.bl_modalInfo_item .num_dot {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #E42D89;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.bl_modalInfo_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #E42D89;
  line-height: 1.3;
}

.bl_modal_drop {
  border: 2px solid #09226E;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}

.bl_modal_label {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #09226E;
  width: 100%;
  padding: 4px 35px 4px 25px;
  cursor: pointer;
}

.bl_modal_label .toggleBtn {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  transform: translateY(-50%);
}

.bl_modal_label .toggleBtn::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_modal_label .toggleBtn::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.bl_modal_label.active .toggleBtn::after {
  content: none;
}


.bl_modal_dropBox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.bl_modal_dropBox.active {
  max-height: 2000px;
  transition: max-height 0.3s ease-in;
}

.bl_modal_dropCon {
  padding: 20px 25px;
  background-color: #fff;
}

.bl_modal_btnWrap {
  margin-top: 30px;
  text-align: center;
}

.bl_modal_btnTxt {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bl_modal_row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bl_modal_row::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e3e3e3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.bl_modal_row .el_note {
  margin-top: 10px;
}

.bl_modal_item {
  width: 46%;
  text-align: left;
}

.bl_modal_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 18px;
}

.bl_camp_block {
  border-radius: 10px;
  border: 1px solid #333;
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.bl_camp_label {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 3px 20px;
}

.bl_camp_area {
  background-color: #fff;
  padding: 20px;
}

.bl_camp_tel {
  font-size: 28px;
  font-weight: 700;
  display: inline-flex;
  gap: 8px;
  line-height: 1;
}

.bl_camp_tel .icon {
  display: flex;
}

.bl_camp_txt {
  font-size: 18px;
  font-weight: 700;
  margin-top: 6px;
  line-height: 1.4;
}

@media (min-width: 768px) {

  .denki25cp a[href^="tel:"] {
    pointer-events: none;
    cursor: initial;
  }

  .el_btn:hover {
    transform: scale(1.04);
  }

  .bl_info_link:hover {
    transform: translateY(8px);
  }

}

@media not all and (min-width: 1171px) {
  .el_modal_content__large {
    min-width: 900px;
  }

  .bl_point_row {
    padding: 0;
  }
}

@media not all and (min-width: 998px) {
  .el_note {
    font-size: 16px;
  }

  .el_note__middle {
    font-size: 14px;
  }

  .el_label {
    font-size: 24px;
  }

  .el_btn_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .el_btn_wrap .el_btn {
    margin: 0 auto;
    width: 100%;
  }

  .bl_modal_row {
    flex-direction: column;
  }

  .bl_modal_row::before {
    content: none;
  }

  .bl_modal_row .el_note {
    margin-top: 5px;
  }

  .bl_modal_item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
  }

  .bl_modal_item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .bl_modal_item .el_btn {
    margin: 0 auto;
  }

  .bl_modal_txt {
    font-size: 16px;
    margin-top: 14px;
  }

  .bl_info_title {
    font-size: 32px;
  }

  .bl_point_decoCatch {
    font-size: 18px;
    width: 150px;
    height: 150px;
  }

  .bl_point_decoCatch .large{
    font-size: 24px;
  }

  .bl_point_title {
    font-size: 32px;
  }

  .bl_point_catchArea {
    font-size: 16px;
  }

  .bl_point_catchArea__large {
    font-size: 20px;
  }

  .bl_point_catchArea_founding {
    font-size: 24px;
  }

  .bl_point_catchArea_founding .largeTxt {
    font-size: 58px;
  }

  .bl_point_catchArea_founding .middleTxt {
    font-size: 34px;
  }

  .bl_point_catchArea_row {
    justify-content: flex-start;
    gap: 30px;
  }

  .bl_pointElc_item {
    font-size: 20px;
  }

  .bl_point_catchArea_flex {
    flex-direction: column;
  }

  .bl_point_catchArea_left {
    width: 100%;
  }

  .bl_point_catchArea_left span {
    display: inline-block;
  }

  .bl_point_catchArea_left .md_block {
    display: block;
  }

  .bl_point_catchArea_right {
    width: 100%;
  }

  .bl_pointAbout_title {
    font-size: 24px;
  }

  .bl_pointAbout_txt {
    font-size: 20px;
  }

  .bl_pointAbout_list {
    font-size: 14px;
  }

  .bl_pointThing_title {
    font-size: 24px;
  }

  .bl_pointThing_list {
    font-size: 20px;
  }

  .bl_contact_catch {
    font-size: 18px;
  }

  .bl_fix .el_btn_wrap {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bl_fix .el_btn {
    font-size: 16px;
  }

  .bl_fix .bl_contact_catch {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .bl_fixTop {
    bottom: 145px;
    width: 70px;
    right: 10px;
  }

  .el_modal_content__large {
    min-width: auto;
  }
}






@media not all and (min-width: 768px) {

  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }

  .ly_body {
    padding-bottom: 130px;
  }

  .el_btn {
    font-size: 16px;
    padding: 8px 9px 12px;
  }

  .el_btn_wrap {
    gap: 15px;
  }

  .el_btn__link {
    padding: 8px 26px 12px;
    ;
  }

  .el_btn__link::before {
    right: 20px;
  }

  .el_note_wrap__vertical {
    align-items: flex-start;
  }

  .el_note {
    font-size: 14px;
  }

  .el_label_wrap {
    margin-top: 30px;
  }

  .el_label {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 18px;
  }

  .el_label::before,
  .el_label::after {
    height: 40px;
    top: 70%;
  }

  .el_label__point {
    padding: 0 30px;
  }

  .el_label__point::before,
  .el_label__point::after {
    width: 25px;
    height: 40px;
  }

  .bl_cont {
    padding-top: 60px;
  }

  .bl_cont_label {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .bl_cont_txt {
    font-size: 14px;
    margin: 15px 0;
  }

  .bl_cont_terms {
    padding: 30px 20px;
  }

  .bl_cont_terms .list li::before {
    top: 10px;
  }

  .bl_mv {
    padding: 25px 0 100px;
  }

  .bl_mv .el_note_wrap {
    text-align: left;
  }

  .bl_mv_label {
    font-size: 18px;
  }

  .bl_mv_label span {
    padding: 0 30px;
  }

  .bl_mv_label span::before,
  .bl_mv_label span::after {
    width: 20px;
    height: 17px;
  }

  .bl_mv_txt {
    font-size: 16px;
    margin-top: 16px;
  }

  .bl_mv_link {
    font-size: 20px;
    margin: 5px 0 40px;
  }

  .bl_info_title {
    font-size: 24px;
    padding: 0 60px;
  }

  .bl_info_title .large {
    font-size: 30px;
  }

  .bl_info_title::before,
  .bl_info_title::after {
    width: 33px;
    height: 50px;
  }

  .bl_info_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .bl_point {
    padding: 80px 0;
  }

  .bl_point_decoCatch {
    font-size: 12px;
    width: 100px;
    height: 100px;
    top: -5px;
    right: -18px;
  }

  .bl_point_decoCatch .large{
    font-size: 18px;
  }

  .bl_point_block {
    padding: 45px 20px 40px;
    margin-bottom: 70px;
  }

  .bl_point_title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .bl_point_title .smallTxt {
    font-size: 12px;
  }

  .bl_point_figure {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .bl_point_figure img {
    width: 150%;
    max-width: none;
  }

  .bl_point_label {
    font-size: 20px;
  }

  .bl_point_label .inner {
    display: inline-block;
  }

  .bl_point_label .add {
    width: 58px;
    top: -3%;
  }

  .bl_point_note {
    font-size: 14px;
  }

  .bl_point_row {
    flex-direction: column;
  }

  .bl_point_left {
    margin-bottom: 25px;
  }

  .bl_point_left,
  .bl_point_right {
    width: 100%;
  }

  .bl_point_lead {
    text-align: center;
  }

  .bl_point_apply {
    grid-template-columns: repeat(1, 1fr);
  }

  .bl_point_area {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }

  .bl_point_catchArea {
    padding: 20px;
  }

  .bl_point_catchArea__large {
    font-size: 16px;
  }

  .bl_point_catchArea_row {
    display: block;
    text-align: center;
    margin: 8px auto 0;
  }

  .bl_point_catchArea_thank {
    display: inline-block;
    padding: 9px 11px;
  }

  .bl_point_catchArea_txt {
    text-align: center;
  }

  .bl_point_catchArea_founding {
    font-size: 20px;
  }

  .bl_point_catchArea_founding .largeTxt {
    font-size: 42px;
    margin-left: 3px;
  }

  .bl_point_catchArea_founding .middleTxt {
    font-size: 24px;
    margin-right: 1px;
  }

  .bl_pointElc_img {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
  }

  .bl_pointElc_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 32px;
  }

  .bl_pointElc_item {
    font-size: 18px;
    padding: 12px 14px;
  }

  .bl_point_catchArea_left {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }

  .bl_point_catchArea_left p {
    line-height: 1.4;
  }

  .bl_point_catchArea_left .img_block {
    width: 155px;
  }

  .bl_point_catchArea_right {
    font-size: 16px;
  }

  .bl_point_catchArea_right .bigTxt {
    font-size: 30px;
  }

  .bl_point_catchArea_right .midTxt {
    font-size: 18px;
  }

  .bl_point_catchArea_right .smallTxt {
    font-size: 12px;
  }

  .bl_point_catchArea_right .bl_point_deco {
    top: 8px;
    right: -20px;
    width: 40px;
  }

  .bl_point_scroll {
    display: block;
  }


  .bl_pointAbout_wrap {
    padding: 30px 15px 36px;
  }

  .bl_pointAbout_heading {
    height: 12.5vw;
  }

  .bl_pointAbout_heading h2 {
    font-size: 4vw;
  }

  .bl_pointAbout_heading .toggleBtn {
    width: 35px;
    height: 35px;
  }

  .bl_pointAbout_heading .toggleBtn::before,
  .bl_pointAbout_heading .toggleBtn::after {
    width: 16px;
  }

  .bl_pointAbout_con {
    padding: 45px 5% 26px;
  }

  .bl_pointAbout_fix {
    display: block;
  }

  .bl_pointAbout_title::before {
    content: '';
    width: 44px;
    height: 58px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bl_pointAbout_title {
    padding-left: 0;
    display: block;
    font-size: 20px;
    min-height: 0;
  }

  .bl_pointAbout_txt {
    font-size: 16px;
  }

  .bl_pointAbout_img {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .bl_pointAbout_img img {
    display: inline-block;
  }

  .bl_pointAbout_list li {
    line-height: 1.4;
  }








  .bl_pointThing_lead {
    margin: 40px auto 30px;
    width: 90%;
  }

  .bl_pointThing_con {
    padding: 45px 5% 26px;
  }

  .bl_pointThing_fix {
    display: block;
  }

  .bl_pointThing_title::before {
    content: '';
    width: 44px;
    height: 58px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -68px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bl_pointThing_title {
    padding-left: 0;
    display: block;
    font-size: 20px;
    min-height: 0;
  }

  .bl_pointThing_img {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
  }

  .bl_pointThing_img img {
    display: inline-block;
  }

  .bl_pointThing_list {
    font-size: 16px;
  }

  .bl_pointThing_list li {
    line-height: 1.4;
    padding-left: 25px;
  }

  .bl_pointThing_list li::before {
    width: 18px;
    height: 16px;
    top: 3px;
  }

  .bl_pointAbout_drop.active {
    max-height: 3000px;
  }

  .bl_contact {
    padding: 26px 20px;
  }

  .bl_contact_catch {
    font-size: 14px;
  }

  .bl_contact_catch::before,
  .bl_contact_catch::after {
    top: 70%;
  }


  .bl_fix {
    padding: 10px 0 13px;
  }

  .bl_fix .el_btn_wrap {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 6px;
  }

  .bl_fix .el_btn {
    padding: 5px 13px;
    padding: 11px 8px;
    font-size: 14px;
    font-size: 12px;
  }

  .bl_fix .bl_contact_catch {
    font-size: 12px;
    padding: 0px 3px;
    margin-bottom: 6px;
    line-height: 1.2;
  }

  .bl_fix .bl_contact_catch::after {
    right: -5px;
  }

  .bl_fix .bl_contact_catch::before {
    left: -5px;
  }

  .bl_fixTop {
    bottom: 90px;
    width: 65px;
  }




  .el_modal_content {
    padding: 30px 20px;
    font-size: 14px;
  }

  .bl_modal_bg {
    padding: 30px 20px;
    margin: -30px -20px 30px -20px;
  }

  .bl_modal_title {
    font-size: 24px;
    padding: 11px 20px;
  }

  .bl_modal_subTitle {
    font-size: 16px;
    min-width: 100%;
    max-width: 300px;
    padding: 5px 16px;
    margin-bottom: 15px;
  }

  .bl_modal_img {
    margin-bottom: 15px;
  }

  .bl_modal_ttl {
    font-size: 16px;
  }

  .bl_modal_info {
    flex-direction: column;
    grid-template-columns: repeat();
  }

  .bl_modal_left {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }

  .bl_modal_right {
    width: 100%;
    border-radius: 0 0 12px 12px;
    padding: 14px;
  }

  .bl_modal_infoLabel {
    font-size: 16px;
  }

  .bl_modalInfo {
    flex-direction: column;
    gap: 60px;
  }

  .bl_modalInfo::before {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 26px;
    height: 14px;
    top: 48%;
  }

  .bl_modalInfo_item {
    width: 100%;
    padding: 35px 10px 24px;
  }

  .bl_modalInfo_title {
    font-size: 18px;
  }

  .bl_modal_label {
    font-size: 16px;
  }

  .bl_modal_catch {
    font-size: 16px;
  }

  .bl_camp_label {
    font-size: 20px;
  }

  .bl_camp_txt {
    font-size: 12px;
  }
}

@media not all and (min-width: 530px) {

  .bl_modal_numList_blue {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
}