@charset "UTF-8";

/******     common     ******/

img {
  max-width: 100%;
  vertical-align: top;
}

.tokutokutimehirutoku {
  color: #333;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-feature-settings: "palt";
}

.tokutokutimehirutoku * {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

.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_orange {
  color: #ff8400;
}

.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 !important;
}

.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;
  border: 2px solid transparent !important;
}

.hp_fw500 {
  font-weight: 500;
}

.el_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6%;
}

.el_btn_wrap .el_btn {
  border-radius: 0;
}

.el_btn_wrap .el_btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.el_btn_mtWrap {
  margin-top: 30px;
}

.el_btn_centerWrap .el_btn {
  margin: 0 auto;
}

.el_btn_box {
  position: relative;
  max-width: 480px;
  width: 100%;
}

.el_btn_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-left: 2px solid #FF7C00;
  border-right: 2px solid #FF7C00;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
}

.el_btn_list.open {
  transform: translateY(-100%);
  opacity: 1;
}

.el_btn_list .el_btn {
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el_btn_list .el_btn::after {
  content: none;
}

.el_btn {
  font-size: 24px;
  font-weight: 700;
  padding: 8px 13px 12px;
  border-radius: 60px;
  background-color: #FF7C00;
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
  transition: transform 0.3s;
  max-width: 480px;
  width: 100%;
  position: relative;
  border: 1px solid #FF7C00;
}

.el_btn__blue {
  background-color: #09226E;
  border: 1px solid #09226E;
}

.el_btn__lightBlue {
  background-color: #00ace9;
  font-weight: 500;
  border: 1px solid #00ace9;
}

.el_btn__revOrange {
  background-color: #fff;
  color: #FF7C00 !important;
  border: 1px solid #FF7C00;
  font-weight: 500;
}

.el_btn__large {
  max-width: 560px;
}

.el_btn__link::before {
  content: "";
}

.el_note_wrap {
  margin-top: 8px;
}

.el_note_wrap__center {
  text-align: center;
}

.el_note_wrap__mb {
  margin-bottom: 20px;
}

.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);
}

.bl_mv_main {
  background: url(../images/mv/mv_bg.jpg) no-repeat center center/cover;
  padding-bottom: 1%;
}

.bl_mv_title {
  text-align: center;
}

.bl_mv_label {
  background-color: #ff8400;
  color: #fff;
  padding: 18px 0;
}

.bl_mv_row {
  display: flex;
  align-items: center;
}

.bl_mv_label .catch {
  font-size: 20px;
  background-color: #fff;
  color: #ff8400;
  padding: 2px 14px;
  font-weight: 500;
  margin-right: 20px;
}

.bl_mv_label .txt {
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
  font-feature-settings: "palt";
}

.bl_mv_label .note {
  font-size: 12px;
  margin-top: 10px;
}

.bl_mv_sample {
  margin-top: 0%;
}

.bl_info {
  background-color: #ff8400;
  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 70px;
  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: #fff3e5;
  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_title {
  font-size: 40px;
  font-weight: 700;
  color: #ff8400;
  text-align: center;
  margin-bottom: 35px;
}

.bl_point_title .smallTxt {
  font-size: 18px;
  vertical-align: top;
}

.bl_point_figure {
  text-align: center;
}


.bl_point_catchArea {
  background-color: #FFFCE3;
  font-size: 18px;
  padding: 20px 30px;
  border-radius: 15px;
  font-weight: 500;
}

.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;
  text-align: 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_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%;
}

.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 #ff8400;
}

.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: #fff3e5;
  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: #FF7C00;
  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 #ff8400 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: #FF7C00;
  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 {
  text-align: center;
}

.bl_contact_catch {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  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_contact_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.bl_contact_block {
  border-radius: 16px;
  overflow: hidden;
  border: 3px solid #FF7C00;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.bl_contact_block__blue {
  border: 3px solid #09226E;
}

.bl_contact_block__blue .bl_contact_label {
  background: #09226E;
}

.bl_contact_label {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 12px 20px;
  background-color: #FF7C00;
}

.bl_contact_inner {
  background-color: #fff;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.bl_contact_inner .el_btn {
  max-width: 400px;
  width: 100%;
  min-height: 80px;
  padding: 8px 13px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}






.bl_power {
  background-color: #FFFCE3;
  padding: 90px 0 100px;
}

.bl_power_title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.bl_power_title .icon {
  display: inline-flex;
}

.bl_power_txt {
  font-size: 24px;
  margin-bottom: 40px;
}

.bl_power_img {
  background-color: #fff;
  text-align: center;
  padding: 40px 20px;
}








.bl_faq {
  background-color: #09226E;
  padding: 80px 0 100px;
}

.bl_faq_title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.bl_faq_title .en {
  font-size: 32px;
}

.bl_faq_unit {
  text-align: left;
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bl_faq_qBox {
  padding: 26px 44px 26px 20px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  font-size: 18px;
  border: 2px solid transparent;
  background-color: #fff;
  border-radius: 10px;
  transition: border-radius 0.6s;
}

.bl_faq_qBox .toggleBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  background-color: #fff;
  transform: translateY(-50%);
}

.bl_faq_qBox .toggleBtn::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.bl_faq_qBox .toggleBtn::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bl_faq_qBox.active {
  border-radius: 10px 10px 0 0;
}

.bl_faq_qBox.active .toggleBtn::before {
  content: none;
}

.bl_faq_q {
  position: relative;
  padding-left: 50px;
  font-weight: 500;
}


.bl_faq_q .num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #FF7C00;
  margin-top: 3px;
  line-height: 1;
}

.bl_faq_aBox {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  position: relative;
  font-size: 18px;
  background-color: #FFFCE3;
  border-radius: 0 0 10px 10px;
}

.bl_faq_aBox.active {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
}

.bl_faq_aCon {
  padding: 26px 44px 26px 20px;
}

.bl_faq_a {
  padding-left: 50px;
  position: relative;
}

.bl_faq_a::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: 700;
  color: #09226E;
  margin-top: 3px;
  line-height: 1;
}

.bl_faq_detail {
  text-align: center;
  margin-top: 60px;
  color: #fff;
}

.bl_faq_detailRow {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.bl_faq_detail_txt {
  line-height: 1;
}

.bl_faq_detail_txt .hp_link {
  color: #fff;
}

.bl_faq_detail_txt__left {
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #fff;
}


.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: 190px;
  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{
  font-family: "Noto Sans JP", sans-serif;
}

.bl_fix .el_btn:hover {
  transform: scale(1);
}

.bl_fixLink {
  display: inline-flex;
  position: fixed;
  right: 0px;
  bottom: 310px;
  z-index: 3;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  transition: transform 0.3s;
  transform: translateX(179px);
}

.bl_fixLink.is_active {
  transform: translateX(0px);
}

.bl_fixLink.is_active .bl_fixLink_btn::before {
  right: 6px;
  transform: translateY(-50%) rotate(225deg);
}

.bl_fixLink_btn {
  width: 20px;
  height: 60px;
  background-color: #b3246b;
  position: relative;
}

.bl_fixLink_btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 50%;
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s, transform 0.3s;
}

.bl_fixLink_link {
  font-size: 14px;
  color: #fff !important;
  background-color: #e22d87;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.02em;
  padding: 2px 18px;
  line-height: 1.4;
}


/******     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.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: #FF7C00;
}

.bl_modal_list li {
  padding-left: 25px;
  position: relative;
}

.bl_modal_list li::before {
  content: "";
  background-color: #09226E;
  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: #FF7C00;
  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: #fff3e5;
  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_modalInfo {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bl_modalInfo::before {
  content: "";
  width: 18px;
  height: 32px;
  background-color: #FF7C00;
  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 #FF7C00;
  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: #FF7C00;
  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: #FF7C00;
  line-height: 1.3;
}

.bl_modal_drop {
  border: 2px solid #09226E;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 50px;
}

.bl_modal_drop__mt0 {
  margin-top: 0 !important;
}

.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 {
  display: inline-flex;
  gap: 8px;
  width: 100%;
  text-align: left;
}

.bl_modal_checkBlock {
  max-width: 930px;
  margin: 0 auto 20px;
}

.bl_modal_checkBlock input[type="checkbox"] {
  margin-top: 3px;
  accent-color: #09226E;
}


@media (min-width: 768px) {
  .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;
  }
}

@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_mv_label .catch {
    font-size: 14px;
    padding: 3px 6px;
    margin-right: 12px;
  }

  .bl_mv_label .txt {
    font-size: 18px;
    margin-right: 8px;
  }

  .bl_info_title {
    font-size: 32px;
  }

  .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_fixLink {
    bottom: 220px;
  }

  .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_wrap .el_btn::after {
    width: 6px;
    height: 6px;
    right: 7px;
  }

  .el_btn_list .el_btn {
    padding: 11px 8px !important;
    min-height: 50px;
  }

  .el_note_wrap__spLeft {
  text-align: left;
}

  .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%;
  }

  .bl_mv_main {
    background: url(../images/mv/mv_bg_sp.jpg) no-repeat center bottom/cover;
    padding-top: 5%;
    padding-bottom: 8%;
  }

  .bl_mv_title {
    z-index: 2;
  }

  .bl_mv_sample {
    margin: -12% -20px 0;
  }

  .bl_mv_row {
    display: block;
    text-align: center;
  }

  .bl_mv_label {
    padding: 18px 0 15px;
  }

  .bl_mv_label .catch {
    display: inline-block;
    margin: 0 0 6px 0;
  }

  .bl_mv_label .txt {
    font-size: 16px;
    margin: 0 0 4px 0;
    line-height: 1.4;
  }

  .bl_mv_label .note {
    margin-top: 0;
  }

  .bl_info_title {
    font-size: 24px;
    padding: 0 40px;
  }

  .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_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_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_catch {
    font-size: 14px;
  }

  .bl_contact_catch::before,
  .bl_contact_catch::after {
    top: 70%;
  }

  .bl_contact_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .bl_contact_label {
    font-size: 18px;
    padding: 10px;
  }

  .bl_contact_inner {
    padding: 20px 12px;
  }

  .bl_contact_inner .el_btn {
    max-width: 300px;
    min-height: 62px;
    padding: 8px 9px 9px;
  }





  .bl_power {
    padding: 60px 0;
  }

  .bl_power_title {
    font-size: 24px;
    gap: 6px;
    margin-bottom: 20px;
  }

  .bl_power_title .icon {
    width: 32px;
  }

  .bl_power_txt {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .bl_power_imgInner {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .bl_power_imgInner img {
    width: 150%;
    max-width: none;
  }




  .bl_faq {
    padding: 60px 0 80px;
  }

  .bl_faq_title {
    font-size: 28px;
  }

  .bl_faq_title .en {
    font-size: 20px;
  }

  .bl_faq_unit {
    margin-top: 36px;
  }

  .bl_faq_qBox {
    font-size: 16px;
    padding: 20px 44px 20px 20px;
  }

  .bl_faq_q {
    padding-left: 40px;
  }

  .bl_faq_q .num {
    font-size: 20px;
  }

  .bl_faq_aCon {
    padding: 20px;
  }

  .bl_faq_aBox {
    font-size: 16px;
  }

  .bl_faq_a {
    padding-left: 40px;
  }

  .bl_faq_a::before {
    font-size: 20px;
  }

  .bl_faq_detail {
    margin-top: 50px;
  }

  .bl_faq_detailRow {
    flex-direction: column;
    gap: 10px;
  }

  .bl_faq_detail_txt__left {
    padding-left: 0;
    margin-left: 0;
    border-right: none;
  }

  .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 18px 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: 140px;
    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;
  }
}

@media not all and (min-width: 530px) {

  .bl_modal_numList_blue {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
}