@charset "UTF-8";

/******     common     ******/

img {
  max-width: 100%;
  vertical-align: top;
}

.denki26cp {
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.denki26cp * {
  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;
}

.hp_fw700 {
  font-weight: 700;
}

.el_btn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  max-width: 100%;
  margin: 0 auto;
}

.el_btn_mtWrap {
  margin-top: 30px;
}

.el_btn_mtWrap dl dd {height: 300px;}
.el_btn_wrap dt{text-align: center;padding: 10px;font-size: 18px;font-weight: bold;line-height: 1.4;}
.el_btn_wrap a{width: 90%;font-size: 16px;}
.el_btn_dl_pink{border: 2px solid #e42d89;border-radius: 20px;background: #ffffff;overflow: hidden;}
.el_btn_dl_pink dt{background: #E42D89;color: #ffffff;}
.el_btn_dl_pink dd{padding: 0px 0;display: flex;flex-wrap: wrap;justify-content: space-evenly;align-items: center;flex-direction: column;}

.el_btn_dl_blue{border: 2px solid #1d357d;border-radius: 20px;background: #ffffff;overflow: hidden;}
.el_btn_dl_blue dt{background: #1d357d;color: #ffffff ;}
.el_btn_dl_blue dd{padding: 0px 0;display: flex;flex-wrap: wrap;justify-content: space-evenly;align-items: center;flex-direction: column;}

.el_btn_dl_orange{border: 2px solid #FF7C00;border-radius: 20px;background: #ffffff;overflow: hidden;}
.el_btn_dl_orange dt{background: #FF7C00;color: #ffffff ;}
.el_btn_dl_orange dd{padding: 0px 0;display: flex;flex-wrap: wrap;justify-content: space-evenly;align-items: center;flex-direction: column;}




.el_btn_centerWrap .el_btn {
  margin: 0 auto;
}

.el_btn {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 13px 12px;
  border-radius: 60px;
  background-color: #e42d89;
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  transition: transform 0.3s;
  max-width: 460px;
  position: relative;
  min-height: 70px;
  align-items: center;
}

.el_btn__blue {
  background-color: #1d357d;
}

.el_btn__orange {
  background-color: #FF7C00;
}

.el_btn__sky {
  background-color: #00aeeb;
}

.c_sky{color: #00aeeb;}
.c_pink{color: #E42D89;}

.el_btn__large {
  max-width: 560px;
}

.el_btn__revPink,.el_btn__white {
    background-color: #fff;
    color: #E42D89 !important;
    border: 2px solid #E42D89;
}


.el_btn__revBlue {
    background-color: #fff;
    color: #1d357d !important;
    border: 2px solid #1d357d;
}


.el_btn__revOrange {
    background-color: #fff;
    color: #FF7C00 !important;
    border: 2px solid #FF7C00;
}






.bl_fix .el_btn_wrap > .el_btn,.el_btn_box > button{width: 100%;max-width: 100%;border-radius: 20px;min-height: 90px;padding: 12px 0;color: #fff;font-size: 18px;font-weight: bold;line-height: 1.4;}

.el_btn_ft01 {background-color: #E42D89 !important;}

.el_btn_ft02 {background-color: #1d357d !important;}

.el_btn_ft03 {background-color: #FF7C00 !important;}

.el_btn__link::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 10px;
  height: 16px;
  background: url(../images/common/btn_arrow01.svg) no-repeat center center / contain;
}

.el_btn__link2::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 10px;
  height: 16px;
  background: url(../images/common/btn_arrow02.svg) no-repeat center center / contain;
}


.el_btn__link3::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 10px;
  height: 16px;
  background: url(../images/common/btn_arrow03.svg) no-repeat center center / contain;
}


.el_btn__link4::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  width: 10px;
  height: 16px;
  background: url(../images/common/btn_arrow04.svg) no-repeat center center / contain;
}




.el_btn__fzSmall {
  font-size: 18px;
}



.el_btn_box {
  position: relative;
  /*max-width: 480px;*/
  width: 100%;
}

.el_btn_list {
  position: absolute;background-color: #fff;  
  top: 20px;
  left: 0;
  display: flex;flex-direction: column;gap: 30px;flex-wrap: wrap;justify-content: center;align-items: center;
  width: 100%;border-radius: 20px 20px 0 0;
  border-top: 2px solid #E42D89;
  border-left: 2px solid #E42D89;
  border-right: 2px solid #E42D89;
  opacity: 0;padding: 30px 30px 50px 30px;
  transition: transform 0.3s, opacity 0.2s;
}

.el_btn_list > .el_btn {
  width: 100%;
  max-width: 100%;font-size: 16px;line-height: 1.4;
}

.el_btn_list.open {
  transform: translateY(-100%);
  opacity: 1;
}


.el_btn_box02 .el_btn_list {  border-top: 2px solid #1d357d;
  border-left: 2px solid #1d357d;
  border-right: 2px solid #1d357d;}

.el_btn_box03 .el_btn_list {  border-top: 2px solid #FF7C00;
  border-left: 2px solid #FF7C00;
  border-right: 2px solid #FF7C00;}

.el_btn_wrap .el_btn__link::before,.el_btn_wrap .el_btn__link2::before,.el_btn_wrap .el_btn__link3::before,.el_btn_wrap .el_btn__link4::before{right: 12px;}

.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: 80px 0 0 0;
}

.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: 60px;
  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: -1em;
  padding-left: 1em;
}

.bl_cont_termsBox {
  max-height: 370px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  padding-right: 4px;text-align: left;
}

.bl_mv {
  background: url(../images/mv/mv_bg.png) no-repeat center center / cover;
  padding: 30px 0 70px;
  text-align: center;
}

.bl_mv_label {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #004da0;
  border-radius: 10px;text-align: center;
}


.bl_mv_box{
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
  margin-top: 30px;
  box-shadow: 8px 8px 0px rgba(0, 159, 232, 0.3);
  position: relative;
  text-align: left;
}

.bl_mv_deco{
  position: absolute;
  top: -58px;
  right: 35px;
}

.bl_mv_txt {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
}
.bl_mv_txt .red{
  color: #e95532;
}

.bl_mv_link {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 50px;
}

.bl_mv_catch {
  font-size: 24px;
  font-weight: 700;
  color: #09226e;
  border: 1px solid #09226e;
  background-color: #fff;
  padding: 6px 18px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  margin-top: 15px;
}

.bl_mv_catch p {
  line-height: 1.4;
}



.bl_flow{background: url(../images/flow/dot_bg.png) no-repeat center top;padding: 100px 0;}


.bl_flow_row{margin-top: 30px;display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;gap: 50px;flex-direction: column;font-weight: 500;}

.bl_flow_block{width: 100%;position: relative;background-color: #dcf2f9;padding: 30px;border-radius: 20px;display: flex;flex-wrap: wrap;gap: 10px 30px;}
.bl_flow_block > figure{width: 170px;text-align: center;}
.bl_flow_block .bl_flow_right{width: calc(100% - 200px);}

.bl_flow_block::before{content: "";width: 60px;height: 60px;position: absolute;top: -55px;left: calc(50% - 30px);
  background-image: url(../images/flow/fl_arrow.svg);background-repeat: no-repeat;background-position: center center;background-size: contain;}

.bl_flow_block:nth-child(1):before{background: none;}

.bl_flow_title{font-size: 28px;font-weight: 700;color: #004da0;margin: 10px 0;line-height: 1.4;}
.bl_flow_title .smallTxt{font-size: 14px;vertical-align: super;padding-top: 5px;}


.bl_flow_right .txt_area > ul > li{text-indent: -1em;padding-left: 1em;}

.ul_db_ind > li{text-indent: -2.0em;padding-left: 2.0em;}

.bl_flow_right .red_bold span{display: inline-block;position: relative;color: #e95532;font-weight: bold;font-size: 18px;padding:0 15px;}


.bl_flow_right .red_bold span::before {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e95532;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-22deg);
}

.bl_flow_right .red_bold span::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #e95532;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(22deg);
}


.bl_flow_block_btn{width: 100%;}
.txt_area_center > a{margin: auto;}

.bl_campaign{background-color: #ffffff;
 background-image: url(../images/info/bg_nami01.png), url(../images/info/bg_nami02.png), url(../images/info/bg_02.png); 
  background-position: center top, center bottom, center center;
  background-repeat: repeat-x , repeat-x, no-repeat;
  background-size: auto, auto, cover;
  padding: 200px 0;
  text-align: center;
}



.bl_info {
  background-color: #004da0;
  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;
}

.bl_info_title .large {
  font-size: 56px;
}

.bl_info_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2.0%;
}

.bl_info_link {
  transition: transform 0.3s;
}

.bl_point {
  background-image: url(../images/info/info_arrow.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #d2ecfa;
  padding: 200px 0 100px;
}

.bl_point_block {
  background-color: #fff;
  padding: 65px 40px 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: 42px;
  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_point_ul{padding: 50px 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.bl_point_ul > li{
  width: calc(50% - 10px);
}


.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: 30px 0 10px;
}

.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_service{background-color: #d2ecfa;
 background-image: url(../images/point/bg_nami03.png), url(../images/point/bg_nami04.png), url(../images/point/bg_03.png); 
  background-position: center top, center bottom, center center;
  background-repeat: repeat-x , repeat-x, no-repeat;
  background-size: auto, auto, cover;
  padding: 200px 0;
  text-align: center;
}

.bl_service_center {
  text-align: center;
  margin-bottom: 30px;font-weight: 500;
}

.bl_service_area{
  background-color: #fff;
  padding:10px 40px 40px 40px;
  border-radius: 20px;
  position: relative;
}

.sv_deco01 {
  position: absolute;
  top: -60px;
  left: 20px;
}

.sv_deco02 {
  position: absolute;
  top: -60px;
  right: 20px;
}

.bl_service_item{
  display: flex;gap :50px;
  flex-direction: column;
}

.bl_service_item_row{background-color: #fffce3;border-radius: 20px;
  display: flex;gap :15px 30px;
  flex-wrap: wrap;padding: 30px; position: relative;
}

.bl_service_item_row .bl_service_img{width: 100px;text-align: center;}

.bl_service_txt{width: calc(100% - 130px);}

.bl_service_item_title {font-size: 20px;text-align: left;line-height: 1.4;margin-bottom: 10px;}
.bl_service_item_title .big{font-size: 28px;color: #E42D87;}

.bl_service_list{padding: 20px;border-radius: 20px;background-color: #fff;font-size: 16px;font-weight: 700;}
.bl_service_list li{text-indent: -1em;padding-left: 1em;}
.bl_service_list .smallTxt{font-size: 10px;vertical-align: super;}

.bl_service_txt .txt{padding: 15px 0 0 0;font-size: 16px;font-weight: 500;text-align: left;}

.bl_service_block_btn{display: block;width: 100%;}
.bl_service_block_btn a{margin: auto;}

.li_indent_01{text-indent: -1em;padding-left: 1em;margin-top: 15px;text-align: left;}
.li_indent_02{text-indent: -1em;padding-left: 1em;}

.deco02 {
  position: absolute;
  top: -40px;
  right: 0px;z-index: 2;
}

.deco03 {
  position: absolute;z-index: 2;
  top: -40px;
  right: 0px;
}



#info_bottom{background:url(../images/common/ft_bg.png) no-repeat center top 80px;padding-bottom: 80px;}

.core-site-content .nav-breadcrumb{margin-top: 0;}

.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: 25px 0 25px;
  width: 100%;
  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";
  box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
}


.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 {
  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_tit{text-align: center;margin-bottom: 40px;}
.bl_jimu_tit{text-align: center;margin-bottom: 40px;}

.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;text-align: center;
}

.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: 20px;
  line-height: 1.4;
}

.bl_camp_txt .waku{border: 1px solid #000;border-radius: 20px;padding: 0px 20px 2px 20px;margin-right: 15px;}

@media (min-width: 768px) {

  .denki26cp 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;
  }
}

#ft_btn_menu_sp{display: none;}

@media not all and (min-width: 998px) {
#ft_btn_menu_pc{display: none !important;}
#ft_btn_menu_sp{display: block;}

  .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%;
  }



.el_btn_mtWrap dl dd {height: auto;}
  .el_btn_dl_pink dd{padding: 20px 20px;gap: 20px;height: auto;}
  .el_btn_dl_blue dd{padding: 20px 20px;gap: 20px;height: auto;}
  .el_btn_dl_orange dd{padding: 20px 20px;gap: 20px;height: auto;}

  /* 申し込みプラン アコーディオン（タブレット以下・#jimu_plan のみ） */
  #jimu_plan .el_btn_mtWrap dl > dt {
    position: relative;
    cursor: pointer;
  }
  #jimu_plan .el_btn_mtWrap dl > dt::after {
    content: "＋";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
  }
  #jimu_plan .el_btn_mtWrap dl.is_open > dt::after {
    content: "−";
  }
  #jimu_plan .el_btn_dl_pink dd,
  #jimu_plan .el_btn_dl_blue dd,
  #jimu_plan .el_btn_dl_orange dd {
    gap: 20px;
    height: auto;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    justify-content: flex-start; /* 開閉中にボタンが再分配されて動くのを防ぐ */
    transition: max-height .4s ease, padding .4s ease;
  }
  #jimu_plan .el_btn_dl_pink.is_open dd,
  #jimu_plan .el_btn_dl_blue.is_open dd,
  #jimu_plan .el_btn_dl_orange.is_open dd {
    max-height: 600px;
    padding: 20px 20px;
  }

  /* ボタンは少し遅らせてフェードインさせ、開く動きを滑らかに見せる */
  #jimu_plan .el_btn_dl_pink dd .el_btn,
  #jimu_plan .el_btn_dl_blue dd .el_btn,
  #jimu_plan .el_btn_dl_orange dd .el_btn {
    opacity: 0;
    transition: opacity .25s ease;
  }
  #jimu_plan .el_btn_dl_pink.is_open dd .el_btn,
  #jimu_plan .el_btn_dl_blue.is_open dd .el_btn,
  #jimu_plan .el_btn_dl_orange.is_open dd .el_btn {
    opacity: 1;
    transition: opacity .3s ease .2s;
  }


  .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(3, 1fr);
   /* grid-template-columns: repeat(2, 1fr);*/
  }

.bl_fix .el_btn_wrap > .el_btn, .el_btn_box > button{font-size: 14px;min-height: 70px;}

  .bl_fix .el_btn {
    font-size: 14px;
  }

  .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;
  }

.deco02{width: 8vw;top: -8vw;}
.deco03{width: 90%;position: relative;text-align: center; margin: 20px auto; top: 0;left: auto;right: auto;text-align: center;}


}






@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: 20px;
  }

  .el_btn__link {
    padding: 8px 26px 12px;
    ;
  }

  .el_btn__link::before ,.el_btn__link2::before,.el_btn__link3::before,.el_btn__link4::before{
    right: 10px;width: 8px;
  }

  .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;
  }

.el_btn_list{padding: 10px 10px 40px 10px;gap: 10px;}
.bl_fix .el_btn_wrap > .el_btn, .el_btn_box > .el_btn{border-radius: 10px;}

  .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 {
    background: url(../images/mv/mv_bg_sp.png) no-repeat center bottom / cover;
    padding: 0px 0 70px;
  }

.bl_mv_box {
    padding: 0px 0px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 4px 4px 0px rgba(0, 159, 232, 0.3);
}

  .bl_mv .el_note_wrap {
    text-align: left;
  }

  .bl_mv_label {
    font-size: 18px;
    border-radius: 10px 10px 0 0;
  }

  .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;padding: 10px 20px;
   /* margin-top: 16px; */
  }

.bl_mv_deco{width: 12vw;top: -35px;right: 0;}

  .bl_mv_link {
    font-size: 20px;
    margin: 5px 0 40px;
  }

  .bl_mv_catch {
    font-size: 14px;
  }


 .bl_flow {
    background: none;
    padding: 30px 0;
}

.bl_flow_row{margin-top: 0;gap: 30px;}
.bl_flow_block::before{width: 30px;top: -45px;
    left: calc(50% - 15px);}

.bl_flow_block{padding: 15px;border-radius: 10px;flex-direction: column;}
.bl_flow_block > figure{width: 20vw;margin:0 auto;}
.bl_flow_block .bl_flow_right{width: 100%;}
.bl_flow_right .step {text-align: center;}
.bl_flow_right .step img{max-width: 30vw;}
.bl_flow_title{font-size: 18px;text-align: center;}
.bl_flow_right .red_bold{text-align: center;}
.bl_flow_right .red_bold span{font-size: 16px;}

  .bl_info_title {
    font-size: 24px;
    padding: 0 10px;
  }

  .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 {
    background-size: 30vw auto;
    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_point_ul {flex-direction: column;flex-wrap: wrap;}
.bl_point_ul > li {width: 100%;}

  .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_service_area .bl_point_title{font-size: 8vw;line-height: 1.4;}
 .bl_service_area  .el_label{font-size: 4vw;}
     .bl_service_area .el_label::before,  .bl_service_area .el_label::after {
        height: 30px;
        top: 60%;
    }
  .bl_pointThing_lead {
    margin: 30px auto 20px;
    width: 70%;
  }

  .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_service{ 
  background-size: calc(100% / 6) auto, calc(100% / 6) auto, cover;
  /*background-size: 53px auto, 53px auto, cover;*/
  padding: 80px 0;
  text-align: center;
}

.bl_service_center {
  text-align: left;
  margin: 0 15px 0;
  text-indent: -1em;
  padding: 0 0 4em 1em;
}

.bl_service_area{padding: 10px 0 40px;margin-top: 40px;}

.bl_service_item_row{padding: 100px 20px 20px 20px;border-radius: 0;}

.bl_service_item_row .bl_service_img{text-align: center;position: absolute;left: 0;top: -20px;width: 100%;}
.bl_service_img img{max-width: 16vw;}

.bl_service_txt{width: 100%;}

.bl_service_item_title {
    font-size: 16px;
    text-align: center;
}

.bl_service_item_title .big{font-size: 24px;}

.sv_deco01 {
  top: -40px;
  left: 10px;
  width: 25vw;
}
.sv_deco02 {top: -40px;right: 10px;width: 25vw;}
.deco02{width: 16vw;top: -8vw;}


  .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: 18px;
  }

  .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;
  }


#info_bottom{background: none;}

.bl_campaign{
    /*background-size: 53px auto, 53px auto, cover;*/

  background-size: calc(100% / 6) auto, calc(100% / 6) auto, cover;
  /*background-position: center top -1px, center bottom -1px, center center;*/
  padding: 40px 0 60px 0;
  text-align: center;
}

.bl_camp_tit{margin-bottom: 30px;}
.bl_camp_tit img{max-width: 42vw;}

.bl_jimu_tit{margin-bottom: 20px;}
.bl_jimu_tit img{max-width: 52vw;}

  .bl_camp_label {
    font-size: 20px;
  }

  .bl_camp_txt {
    font-size: 12px;
  }

.bl_camp_txt .waku{margin-right: 0;padding: 0px 10px 2px 10px;margin-bottom: 10px;display: inline-block;}

}

@media not all and (min-width: 530px) {

  .bl_modal_numList_blue {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
}