.move-main *,
.move-main *:before,
.move-main *:after {
  box-sizing: border-box;
}
body {
  font-family: 'AxisProN-Regular', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
.l-bannerHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 40px;
  background: #0086d1;
}
.l-bannerHeader__lg img {
  width: 180px;
  height: auto;
}
.l-footer__bl__in {
  padding: 30px 0;
}
.l-footer__bl__cw {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-bannerHeader {
    padding: 16px 20px;
  }
  .l-bannerHeader__lg img {
    width: 92.625px;
    height: 27px;
  }
}

.l-wrapper {
  /* min-width: 1240px; */
  overflow-x: hidden;
}
.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

.l-contents {
  padding-bottom: 0;
}
.l-contents img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.move__title {
  font-family: "AxisProN-Bold";
  font-size: 63px;
  text-align: center;
  line-height: calc(95 / 63);
  color: #0086d1;
}
.move__title_sub {
  position: relative;
  display: inline-block;
  /* font-family: "AxisProN-SemiBold"; */
  padding: 0 14px;
  font-size: 32px;
  line-height: calc(42 / 32);
  color: #4d4d4d;
}
.move__title_sub::before,
.move__title_sub::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 2px;
  height: 84%;
  border-radius: 9999px;
  background: #4d4d4d;
  content: "";
}
.move__title_sub::before {
  left: 0;
  transform: rotate(-40deg);
}
.move__title_sub::after {
  right: 0;
  transform: rotate(40deg);
}
@media screen and (max-width: 767px) {
  .move__title_sub {
    font-size: 16px;
    line-height: calc(32 / 16);
    padding: 0 11px;
  }
  .move__title_sub::before,
  .move__title_sub::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2px;
    height: 62%;
    border-radius: 9999px;
    background: #4d4d4d;
    content: "";
  }
  .move__title_sub::before {
    left: 0;
    transform: rotate(-40deg);
  }
  .move__title_sub::after {
    right: 0;
    transform: rotate(40deg);
  }
}
/* Hero */
.move-hero {
  position: relative;
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 680px;
}
.move-hero__kv-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}
.move-hero__kv-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.move-hero__content {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 38px;
}
.move-hero__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
  margin-top: 40px;
}

.move-hero__btn {
  display: block;
  min-width: 488px;
  padding: 23px 40px 17px;
  text-decoration: none;
  border-radius: 50px;
  transition: opacity 0.3s ease-in-out;
  text-align: center;
  position: relative;
  min-height: 102px;
}

.move-hero__btn--primary {
  background-color: #bf4da5;
  color: #fff;
  box-shadow: 0 5px 10px rgba(22, 27, 29, 0.16);
}

.move-hero__btn--primary:hover {
  opacity: 0.8;
}

.move-hero__btn--primary::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.move-hero__btn--secondary {
  background: #fff;
  color: #bf4da5;
  border: 2px solid #bf4da5;
  box-shadow: 0 5px 10px rgba(22, 27, 29, 0.16);
}

.move-hero__btn--secondary:hover {
  opacity: 0.8;
}

.move-hero__btn--secondary::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  border-top: 3px solid #bf4da5;
  border-right: 3px solid #bf4da5;
  transform: translateY(-50%) rotate(45deg);
}

.move-hero__btn-sub {
  display: block;
  font-family: "AxisProN-Regular";
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px;
}

.move-hero__btn-main {
  display: block;
  font-family: "AxisProN-Bold";
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .move-hero {
    width: 100%;
    min-height: auto;
  }
  .move-hero__kv-img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .move-hero__content {
    width: 100%;
    bottom: -1px;
    padding: 20px;
  }
  .move-hero__buttons {
    gap: 20px;
    margin-top: 40px;
  }
  .move-hero__btn--primary::after {
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .move-hero__btn--secondary::after {
    right: 16px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #bf4da5;
    border-right: 2px solid #bf4da5;
  }
}
/* Campaign Summary */
.move-campaign-summary {
  margin: 40px auto;
}
.btn-campaign-summary {
  width: 1000px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.btn-campaign-summary img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .move-campaign-summary {
    margin: 0 auto;
  }
  .btn-campaign-summary {
    width: 100%;
    padding: 20px;
  }
}
/* Target Areas */
.move-target-areas {
  background: #edf9fb;
}
.move-target-areas__inner {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.move-target-areas__item {
  flex: 1;
}
.move-target-areas__map {
  display: block;
  width: 500px;
  height: auto;
  object-fit: cover;
}
.move-target-areas__title {
  font-family: "AxisProN-Bold";
  font-size: 42px;
  letter-spacing: 0.05em;
  line-height: calc(50 / 42);
  text-align: center;
  margin-bottom: 37px;
  color: #0086d1;
  padding-top: 5px;
}
.move-target-areas__item .c__note {
  margin-top: 19px;
  text-align: center;
}
.c__txt {
  font-family: "AxisProN-Regular";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: calc(27 / 18);
  text-align: center;
}
.c-txt-secondary {
  font-family: "AxisProN-Regular";
  font-size: 21px;
  font-weight: normal;
  line-height: calc(31 / 21);
  text-align: center;
  color: #4d4d4d;
}
.c__note {
  display: block;
}
.c__align_center {
  text-align: center;
}
.c__align_left {
  text-align: left;
}
.c__align_right {
  text-align: right;
}
.c__note-txt {
  font-family: "AxisProN-Regular";
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: calc(27 / 18);
}
.c__note-link {
  color: #0086d1;
  transition: opacity 0.3s ease-in-out;
}
.c__note-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .move-target-areas__inner {
    max-width: 100%;
    flex-direction: column;
  }
  .move-target-areas__map {
    width: auto;
    margin-top: 8px;
  }
  .move-target-areas__title {
    font-size: 32px;
    line-height: calc(48 / 32);
    margin-bottom: 21px;
    padding-top: 58px;
  }
  .move-target-areas__item .c__note {
    margin-top: 16px;
  }
  .c__txt {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .c-txt-secondary {
    font-size: 16px;
    line-height: calc(24/ 16);
  }
  .c__note-txt {
    font-size: 16px;
    line-height: calc(24 / 16);
  }
}
/* Anchor Points */
.move-anchor-points__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 40px;
}
.move-anchor-points__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-width: 240px;
  border: 1px solid #bf4da5;
  border-radius: 4px;
  position: relative;
  padding: 14px 50px 14px 14px;
  color: #bf4da5;
  flex-direction: column;
  min-height: 61px;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.move-anchor-points__item:hover {
  opacity: 0.8;
}
.move-anchor-points__item-title {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: calc(19 / 14);
}
.move-anchor-points__item-description {
  font-family: "AxisProN-Regular";
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: calc(11 / 8);
  color: #4d4d4d;
}
.move-anchor-points__item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url("../img/ico_chevron_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .move-anchor-points__inner {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 375px;
    margin-inline: auto;
  }
  .move-anchor-points__item {
    min-width: auto;
    max-width: 100%;
    width: 158px;
    padding: 10px 30px 10px 8px;
    min-height: 46px;
  }
  .move-anchor-points__item:nth-child(3),
  .move-anchor-points__item:nth-child(4) {
    min-height: 64px;
  }
  .move-anchor-points__item-title {
    font-size: 12px;
    line-height: calc(15 / 10);
  }
  .move-anchor-points__item::after {
    right: 8px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 374px) {
  .move-anchor-points__item {
    width: 45vw;
  }
  .move-anchor-points__inner {
    gap: 10px 10px;
  }
}
/* Price Points */
.move-price-points {
  padding-top: 40px;
  margin-top: 50px;
  margin-bottom: 98px;
}
.title_large_group {
  display: inline-block;
  margin-top: -9px;
}
.move-price-points__title {
  margin-bottom: 43px;
}
.c_title_01 {
  font-family: "AxisProN-Bold";
  font-size: 42px;
  line-height: calc(74 / 42);
  text-align: center;
}
.c_title_01 .title_large {
  font-size: 63px;
  line-height: calc(74 / 63);
}
.small_gas_bubble {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
.small_gas_bubble-txt {
  position: relative;
  display: inline-block;
  font-family: "AxisProN-Bold";
  font-size: 28px;
  line-height: calc(37 / 28);
  text-align: center;
  position: relative;
  width: max-content;
  padding: 0 66px;
}
.small_gas_bubble-txt .title_large {
  font-size: 42px;
}
.small_gas_bubble-txt {
  color: #4d4d4d;
}
.small_gas_bubble-txt::before,
.small_gas_bubble-txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 6px;
  margin: auto;
  display: block;
  width: 50px;
  height: 66px;
  border-radius: 9999px;
  background-image: url("../img/ico_gas01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.move-price-item .c-txt-secondary {
  margin-bottom: 11px;
}
.small_gas_bubble-txt.icon-gas_2::before,
.small_gas_bubble-txt.icon-gas_2::after {
  background-image: url("../img/ico_gas02.png");
}
.small_gas_bubble-txt.icon-gas_2::before {
  left: 0;
  transform: rotate(0);
}
.small_gas_bubble-txt.icon-gas_2::after {
  right: 0;
  transform: rotate(0);
}
.small_gas_bubble-txt::before {
  left: 0;
  transform: rotate(0);
}
.small_gas_bubble-txt::after {
  right: 0;
  transform: rotate(0);
}
.accordion-item {
  position: relative;
  z-index: 1;
  margin-bottom: 6px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.accordion-title{
  cursor: pointer;
}
.accordion-item::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  background-color: #161b1d29;
  border-radius: 8px;
  z-index: -1;
  pointer-events: none;
}
.accordion-title-txt-inner > span {
  padding-right: 6px;
}
.accordion-title-txt::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 15px;
  background-image: url("../img/ico_down.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.accordion-title.is-active .accordion-title-txt {
  border-radius: 8px 8px 0 0;
}
.accordion-title.is-active .accordion-title-txt::after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-title-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AxisProN-Bold";
  color: #fff;
  width: 100%;
  background-color: #0086d1;
  min-height: 106px;
  position: relative;
  border-radius: 8px;
  padding-bottom: 12px;
}
.accordion-title-txt-inner {
  display: flex;
  align-items: flex-end;
}
.accordion-title-txt .price {
  font-size: 50px;
  line-height: 1;
  transform: translateY(3px);
  padding-right: 0;
}
.accordion-title .txt_small {
  font-size: 24px;
  line-height: 1;
}
.accordion-title .vol {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  line-height: 1;
  align-items: center;
  padding-bottom: 2px;
}
.accordion-title .vol .vol-txt {
  font-size: 9px;
  margin-bottom: 2px;
}
.accordion-title .txt_large {
  font-size: 48px;
  transform: translateY(5px);
  line-height: calc(52 / 48);
}
.accordion-content {
  display: none;
  background-color: #0086d1;
  padding: 10px 20px 20px;
  border-radius: 0 0 8px 8px;
}
.accordion-content-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 10px 10px;
}
.color-salmon .accordion-content-inner {
  padding: 10px 10px 10px;
}
.accordion-content-title {
  /* font-family: "AxisProN-SemiBold"; */
  font-weight: 600;
  font-size: 21px;
  line-height: calc(31 / 21);
  text-align: center;
}
.move-price-item__note {
  text-align: center;
  margin-top: 22px;
  font-size: 14px;
}
.electric-benefit {
  margin-top: 102px;
}
.electric-benefit .small_gas_bubble-txt::before,
.electric-benefit .small_gas_bubble-txt::after {
  width: 51px;
  height: 77px;
  top: -10px;
}
.accordion-content-title .title_large {
  font-size: 32px;
  line-height: calc(38 / 32);
}
.offers-image {
  margin-inline: 20px;
  margin-top: 14px;
}
.offers-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.gas-plan-offer {
  position: relative;
  background-color: #edf9fb;
  margin-top: 67px;
  padding: 27px 27px 22px;
  border-radius: 0 0 8px 8px;
}
.gas-plan-offer__item-txt {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24);
  text-align: center;
  max-width: 600px;
}
.gas-plan-offer__item-txt-02 {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 24px;
  font-weight: 600;
  line-height: calc(36 / 24);
  text-align: center;
  max-width: 480px;
}

.gas-plan-offer__item-txt--group {
  margin-top: 18px;
  display: inline-flex;
  align-items: baseline;
	max-width: 600px;
}
.gas-plan-offer__item-txt .txt_small {
  font-size: 32px;
}
.gas-plan-offer__item-txt .txt_large {
  font-size: 62px;
  font-family: "AxisProN-Bold";
  font-weight: bold;
  line-height: calc(52 / 62);
}
.gas-plan-offer__item-image {
  width: 252px;
  position: absolute;
  bottom: 0;
  right: 24px;
}
.gas-plan-offer__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.move-price-item__content {
  width: max-content;
  margin-inline: auto;
}
.plan-benefits {
  display: flex;
  gap: 50px;
  justify-content: center;
  max-width: 1005px;
  margin-left: 5px;
}
.plan-benefits__item {
  position: relative;
  width: 300px;
  z-index: 1;
  border-radius: 16px;
}
.plan-benefits__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 16px;
  background-color: #fde8e6;
}
.plan-benefits__item::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  right: -6px;
  bottom: -6px;
  width: 100%;
  height: 100%;
  background-color: #161b1d29;
  border-radius: 16px;
  z-index: -2;
}
.plan-benefits__header {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 21px;
  font-weight: 600;
  line-height: calc(26 / 19);
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-benefits__header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f09491;
  border-radius: 16px 16px 0 0;
  z-index: -1;
}
.plan-benefits__header .txt_large {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 29px;
  font-weight: 600;
  line-height: calc(38 / 29);
  text-align: center;
}
.plan-benefits__header .txt_small {
  font-size: 19px;
}
.plan-benefits__header .txt_sub {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(26 / 19);
  vertical-align: top;
}
.plan-benefits__condition {
  font-family: "AxisProN-Bold";
  font-size: 21px;
  font-weight: bold;
  line-height: calc(31 / 21);
  text-align: center;
  margin-bottom: 18px;
}
.plan-benefits__price {
  font-family: "AxisProN-Bold";
  font-weight: bold;
  color: #bf4da5;
  display: flex;
  justify-content: center;
}
.plan-benefits__price .txt_small {
  font-size: 28px;
  line-height: calc(34 / 28);
}
.plan-benefits__value {
  font-size: 48px;
  line-height: calc(25 / 48);
}
.plan-benefits__price .vol {
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 1;
  align-items: center;
  transform: translateX(6px) translateY(-8px);
}
.plan-benefits__price .vol .vol-txt {
  font-size: 9px;
  margin-bottom: 5px;
}
.plan-benefits__label {
  font-family: "AxisProN-Bold";
  font-weight: bold;
  display: flex;
  justify-content: center;
  color: #bf4da5;
  font-size: 24px;
  line-height: calc(31 / 24);
  font-weight: bold;
}
.move-price-item__content .c__note {
  width: max-content;
  margin-left: auto;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  margin-top: 10px;
}
.move-price-item__content .c__note .c__note-link:hover {
  opacity: 0.8;
}
.plan-benefits__body {
  padding: 15px;
}
.color-salmon .accordion-title-txt {
  background-color: #f09491;
}
.plan-benefits__divider {
  position: absolute;
  top: 89px;
  right: -40px;
  width: 24px;
  height: 24px;
}
.plan-benefits__line {
  display: block;
  width: 16px;
  height: 26px;
  margin: 10px auto 12px;
}
.electric-benefit__note {
  font-size: 14px;
  text-align: center;
  margin-top: 26px;
}
.move-price-item__note-list {
  margin-top: 19px;
  font-size: 12px;
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
  line-height: calc(19 / 12);
}

.color-salmon .accordion-content {
  background-color: #f09491;
}
.accordion-title-txt .txt_sub {
  font-size: 19px;
  font-weight: 600;
  line-height: calc(52 / 24);
  vertical-align: top;
  display: inline-block;
  transform: translateY(-9px);
}
.color-salmon .accordion-content__item:not(:first-child) {
  margin-top: 60px;
}

.promo {
  display: flex;
  align-items: center;
  gap: 43px;
}
.step-01 .promo--left {
  width: 470px;
}
.step-01 .promo--right {
  width: 368px;
}
.step-01 .promo {
  margin-top: 23px;
  padding-left: 18px;
}
.step-02 .promo {
  padding-left: 63px;
  margin-top: 24px;
}
.step-02 .promo--left {
  width: 380px;
  flex-shrink: 0;
}

.step-03 .promo {
  margin-top: 24px;
  padding-left: 15px;
}
.promo .c__note {
  font-size: 12px;
  margin-top: 13px;
}
.color-salmon .gas-plan-offer {
  background-color: #fde8e6;
  padding: 27px 70px 40px;
}
.color-salmon .gas-plan-offer__item-image {
  width: 228px;
}
.price-summary {
  margin-top: 97px;
}
.price-summary__item {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.price-summary__note {
  text-align: center;
  font-size: 12px;
  font-weight: 200;
  margin-top: 17px;
}
.gas-plan-offer__item-small {
  max-width: 500px;
  text-align: center;
  font-size: 21px;
  line-height: calc(32 / 21);
  /* font-family: "AxisProN-SemiBold"; */
  font-weight: 600;
  color: #4d4d4d;
  padding-top: 7px;
  margin-bottom: 6px;
}

.point-exchange {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}

.point-exchange__content {
  max-width: 446px;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  line-height: calc(32 / 21);
  /* font-family: "AxisProN-SemiBold"; */
}
.accordion-content-step {
  display: flex;
  align-items: center;
}
.accordion-content-step-number {
  width: 207px;
  height: 88px;
  background-color: #f09491;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 0px 36px 0;
  padding-top: 10px;
  margin-right: 25px;
}
.accordion-content-step-number .txt {
  font-size: 36px;
  font-weight: 600;
  line-height: calc(52 / 36);
  /* font-family: "AxisProN-SemiBold"; */
  color: #fff;
  padding-top: 4px;
}
.accordion-content-step-number .number {
  font-size: 44px;
  line-height: calc(52 / 44);
  font-family: "AxisProN-Bold";
  color: #fff;
  font-weight: bold;
}
.accordion-content-step-txt {
  font-size: 21px;
  font-weight: 600;
  line-height: calc(32 / 21);
  /* font-family: "AxisProN-SemiBold"; */
  color: #4d4d4d;
}
.accordion-content-step-txt .txt_large {
  font-size: 32px;
  line-height: calc(52 / 32);
  /* font-family: "AxisProN-SemiBold"; */
  font-weight: 600;
}
.accordion-content-step-txt .txt_sub{
  font-size: 19px;
  line-height: calc(24 / 14);
  transform: translateY(0);
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .move-price-points {
    margin-top: 20px;
    margin-bottom: 98px;
    padding-top: 36px;
  }
  .title_large_group {
    display: inline-block;
    margin-top: -3px;
  }
  .move-price-points__title {
    margin-bottom: 35px;
  }
  .c_title_01 {
    font-size: 24px;
    line-height: calc(40 / 24);
  }
  .c_title_01 .title_large {
    font-size: 36px;
    line-height: calc(48 / 36);
  }
  .small_gas_bubble {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .small_gas_bubble-txt {
    font-size: 21px;
    line-height: calc(28 / 21);
    padding: 0 45px;
  }
  .small_gas_bubble-txt .title_large {
    font-size: 32px;
  }
  .small_gas_bubble-txt {
    color: #4d4d4d;
  }
  .small_gas_bubble-txt::before,
  .small_gas_bubble-txt::after {
    top: 0;
    bottom: -3px;
    width: 36px;
    height: 48px;
  }
  .move-price-item .c-txt-secondary {
    margin-bottom: 11px;
  }
  .small_gas_bubble-txt.icon-gas_2::before {
    left: 0;
    transform: rotate(0);
  }
  .small_gas_bubble-txt.icon-gas_2::after {
    right: 0;
    transform: rotate(0);
  }
  .small_gas_bubble-txt::before {
    left: 0;
    transform: rotate(0);
  }
  .small_gas_bubble-txt::after {
    right: 0;
    transform: rotate(0);
  }
  .accordion-item {
    position: relative;
    z-index: 1;
    margin-bottom: 6px;
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
  }
  .accordion-item::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    right: -6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: #161b1d29;
    border-radius: 8px;
    z-index: -1;
    pointer-events: none;
  }
  .accordion-title-txt-inner > span {
    padding-right: 1px;
  }
  .accordion-title-txt::after {
    right: 18px;
    width: 19px;
    height: 11px;
  }
  .accordion-title.is-active .accordion-title-txt {
    border-radius: 8px 8px 0 0;
  }
  .accordion-title.is-active .accordion-title-txt::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion-title-txt {
    width: 100%;
    min-height: 104px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 46px;
    text-align: center;
  }
  .accordion-title-txt-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .accordion-title-txt .price {
    font-size: 28px;
    transform: translateY(0);
    margin-top: 6px;
  }
  .accordion-title .txt_small {
    font-size: 16px;
    line-height: 1;
    width: 100%;
  }
  .accordion-title .txt_small_2{
    transform: translateY(1px);
  }
  .accordion-title .vol {
    font-size: 16px;
    padding-bottom: 2px;
  }
  .accordion-title .txt_large {
    font-size: 27px;
    transform: translateY(0);
    line-height: calc(24 / 27);
  }
  .accordion-content {
    display: none;
    background-color: #0086d1;
    padding: 2px 10px 10px;
    border-radius: 0 0 8px 8px;
  }
  .accordion-content-inner {
    background-color: #fff;
    border-radius: 8px;
    padding: 16px 10px 10px;
  }
  .color-salmon .accordion-content-inner {
    padding: 10px 10px 10px;
  }
  .accordion-content-title {
    font-size: 18px;
    line-height: calc(28 / 18);
  }
  .move-price-item__note {
    text-align: left;
    margin-top: 12px;
    font-size: 12px;
    text-indent: -18px;
    padding-left: 18px;
  }
  .electric-benefit {
    margin-top: 64px;
  }
  .electric-benefit .small_gas_bubble-txt::before,
  .electric-benefit .small_gas_bubble-txt::after {
    width: 32px;
    height: 48px;
    top: -4px;
  }
  .accordion-content-title .title_large {
    font-size: 24px;
    line-height: calc(34 / 24);
  }
  .offers-image {
    margin-inline: 0;
    margin-top: 23px;
  }
  .offers-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .gas-plan-offer {
    margin-top: 24px;
    padding: 20px 10px 0;
  }
  .gas-plan-offer__item-txt {
    font-size: 16px;
    line-height: calc(18 / 12);
    max-width: 100%;
  }
  .gas-plan-offer__item-txt--group {
    margin-top: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .gas-plan-offer__item-txt .txt_small {
    font-size: 32px;
  }
  .gas-plan-offer__item-txt .txt_large {
    font-size: 62px;
    font-family: "AxisProN-Bold";
    font-weight: bold;
    line-height: calc(52 / 62);
  }
  .gas-plan-offer__item-image {
    width: 135px;
    position: relative;
    bottom: 0;
    right: 2px;
    margin-inline: auto;
    margin-top: 6px;
  }

  .move-price-item__content {
    width: 100%;
    margin-inline: auto;
  }
  .plan-benefits {
    max-width: calc(100% + 5px);
    margin-left: 0;
    margin-right: -5px;
  }
  .electric-benefit .small_gas_bubble{
    margin-bottom: 19px;
  }
  .plan-benefits__item {
    width: 100%;
  }
  .plan-benefits__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
    background-color: #fde8e6;
  }
  .plan-benefits__item::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    right: -6px;
    bottom: -6px;
    width: 100%;
    height: 100%;
    background-color: #161b1d29;
    border-radius: 16px;
    z-index: -2;
  }
  .plan-benefits__header {
    /* font-family: "AxisProN-SemiBold"; */
    font-size: 21px;
    font-weight: 600;
    line-height: calc(26 / 19);
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-benefits__header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f09491;
    border-radius: 16px 16px 0 0;
    z-index: -1;
  }
  .plan-benefits__header .txt_large {
    font-size: 31px;
    line-height: calc(41 / 31);
  }
  .plan-benefits__header .txt_small {
    font-size: 20px;
  }
  .plan-benefits__header .txt_sub {
    font-size: 14px;
    font-weight: 600;
    line-height: calc(26 / 19);
    vertical-align: top;
  }
  .plan-benefits__condition {
    font-size: 23px;
    line-height: calc(30 / 23);
    margin-bottom: 18px;
  }
  .plan-benefits__price .txt_small {
    font-size: 31px;
    line-height: calc(38 / 31);
  }
  .plan-benefits__value {
    font-size: 52px;
    line-height: calc(35 / 52);
  }
  .plan-benefits__price .vol {
    font-size: 31px;
    line-height: 1;
    align-items: center;
    transform: translateX(6px) translateY(-8px);
  }
  .plan-benefits__price .vol .vol-txt {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .plan-benefits__label {
    font-size: 26px;
    line-height: calc(38 / 26);
  }
  .move-price-item__content .c__note {
    width: 100%;
    margin-top: 6px;
  }
  .move-price-item__content .c__note .c__note-link:hover {
    opacity: 0.8;
  }
  .plan-benefits__body {
    padding: 15px;
  }
  .color-salmon .accordion-title-txt {
    background-color: #f09491;
  }
  .plan-benefits__divider {
    top: auto;
    right: 50%;
    bottom: -40px;
    transform: translateX(50%);
  }
  .plan-benefits__line {
    margin: 26px auto 27px;
  }
  .electric-benefit__note {
    font-size: 12px;
    text-align: left;
    margin-top: 12px;
    line-height: calc(18/12);
    text-indent: -17px;
    padding-left: 17px;
  }
  .electric-benefit__note--cs{
    text-indent: 0;
    padding-left: 0;
    text-align: center;
  }

  .move-price-item__note-list {
    margin-top: 19px;
    font-size: 12px;
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
    line-height: calc(19 / 12);
  }
  .move-price-item__note-list .c__note {
    text-indent: -17px;
    padding-left: 17px;
  }

  .color-salmon .accordion-content {
    background-color: #f09491;
  }
  .color-salmon .accordion-title-txt-inner span:nth-child(3){
    width: auto;
  }
  .color-salmon .accordion-title-txt-inner > span{
    padding-right: 0;
  }
  .color-salmon .accordion-title .txt_large{
     display: flex;
    align-items: flex-end;
  }
  .accordion-title-txt .txt_sub {
    font-size: 14px;
    line-height: calc(32 / 14);
    transform: translateY(0);
  }
  .accordion-content-step-txt .txt_sub{
    font-size: 12px;
    line-height: calc(12 / 14);
    transform: translateY(0);
    vertical-align: top;
  }
  .color-salmon .accordion-content__item:not(:first-child) {
    margin-top: 46px;
  }

  .promo {
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  .step-01 .promo--left {
    width: auto;
  }
  .step-01 .promo--right {
    width: 238px;
  }
  .step-01 .promo {
    margin-top: 23px;
    padding-left: 0;
  }
  .step-02 .promo {
    padding-left: 0;
    margin-top: 22px;
  }
  .step-02 .promo--left {
    width: auto;
    flex-shrink: 0;
  }
  .step-02 .promo--right {
    width: 238px;
  }
  .step-03 .promo {
    margin-top: 24px;
    padding-left: 0;
  }
   .step-03 .promo--right {
    width: 268px;
  }
  .promo .c__note {
    font-size: 10px;
    margin-top: 13px;
    text-indent: -14px;
    padding-left: 14px;
    line-height: calc(15 / 10);
  }
  .color-salmon .gas-plan-offer {
    padding: 12px 10px 0;
    margin-top: 40px;
  }
  .color-salmon .gas-plan-offer__item-image {
    width: 120px;
    margin-top: 18px;
  }
  .price-summary {
    margin-top: 97px;
  }
  .price-summary__item {
    max-width: 1000px;
    width: 100%;
    margin-inline: auto;
  }
  .price-summary__note {
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    margin-top: 13px;
  }
  .gas-plan-offer__item-small {
    max-width: 100%;
    font-size: 12px;
    line-height: calc(18 / 12);
    padding-top: 7px;
    margin-bottom: 9px;
  }
  .color-salmon .gas-plan-offer__item-txt {
    font-size: 24px;
    line-height: calc(28/24);
    margin-top: 0px;
    align-items: baseline;
  }
  .color-salmon .gas-plan-offer__item-txt span:last-child {
    margin-top: -10px;
  }
   .color-salmon  .gas-plan-offer__item-txt .txt_small{
    font-size: 24px;
    line-height: calc(52/24);
   }
   .gas-plan-offer__item-txt .txt_large{
    font-size: 36px;
    line-height: calc(52/36);
   }
  .point-exchange {
    gap: 13px;
    margin-top: 17px;
    flex-direction: column;
  }

  .point-exchange__content {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    line-height: calc(28 / 18);
  }
  .accordion-content-step {
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion-content-step-number {
    width: 99px;
    height: 42px;
    border-radius: 4px 0px 20px 0;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .accordion-content-step-number .txt {
    font-size: 17px;
    line-height: calc(25 / 17);
    padding-top: 4px;
  }
  .accordion-content-step-number .number {
    font-size: 20px;
    line-height: calc(25 / 20);
  }
  .accordion-content-step-txt {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
  .accordion-content-step-txt .txt_large {
    font-size: 18px;
    line-height: calc(24 / 18);
  }
}
/* Service Select */
.move-service-select {
  background-color: #edf9fb;
  padding: 105px 0 0;
}
.service-select__txt {
  font-size: 24px;
  margin-top: 30px;
  letter-spacing: 0;
  margin-bottom: 26px;
}
.move-service-select__title {
  text-align: center;
}
.service-select_list {
  display: flex;
  gap: 84px;
  justify-content: center;
  margin-bottom: 29px;
}
.service-select_item {
  width: 390px;
}
.service-select__note-01 {
  font-size: 14px;
  text-align: center;
  margin-top: 2px;
}
.deal {
  background-color: #4ac9e3;
  position: relative;
  margin-top: 83px;
}
.deal .l-inner {
  position: relative;
  padding-block: 39px 47px;
}
.deal__content {
  max-width: 1000px;
  width: 100%;
}
.deal__title {
  color: #fff;
  margin-bottom: 5px;
}
.deal .c__txt {
  color: #fff;
  font-size: 21px;
}
.deal-image {
  width: 216px;
  position: absolute;
  bottom: 0;
  right: 120px;
}
.c__note.service-select__note {
  width: max-content;
  margin-inline: auto;
  text-align: left;
  text-indent: -15px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .move-service-select {
    padding: 60px 0 0;
  }
  .move-service-select__title {
    font-size: 24px;
    line-height: calc(36 / 24);
  }
  .service-select__txt {
    font-size: 18px;
    line-height: calc(28 / 18);
    margin-top: 19px;
    margin-bottom: 29px[];
  }
  .service-select_list {
    gap: 0;
    margin-left: -13px;
    margin-right: -15px;
    margin-bottom: 19px;
  }
  .service-select__note-01 {
    font-size: 12px;
  }
  .move-service-select__title.c_title_01 .title_large {
    font-size: 36px;
  }
  .service-select_item {
    width: 180px;
  }
  .service-select_item:last-child {
    margin-left: -10px;
  }
  .c__note.service-select__note {
    width: auto;
    padding-left: 20px;
    text-indent: -20px;
  }
  .deal {
    margin-top: 60px;
  }
  .deal .l-inner {
    padding-bottom: 0;
    padding-block: 62px 0;
  }
  .deal__title {
    font-size: 28px;
    line-height: calc(36 / 28);
    margin-bottom: 12px;
  }
  .deal .c__txt {
    font-size: 18px;
    line-height: calc(28 / 18);
    margin-bottom: 12px;
  }
  .deal-image {
    position: relative;
    right: auto;
    text-align: center;
    margin: 0 auto;
  }
}
/* Personas */
.move-personas {
  margin-top: 104px;
}
.personas__txt {
  font-size: 24px;
  margin-top: 29px;
  letter-spacing: 0;
  margin-bottom: 34px;
  text-align: center;
  line-height: calc(36 / 24);
}
.personas-wrapper {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.personas-list {
  display: flex;
  gap: 24px;
}
.personas-card__title {
  padding-top: 3px;
}
.personas-item {
  width: 488px;
  position: relative;
  /* border: 2px solid #959595; */
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 8px;
  min-height: 510px;
}
.personas-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 2px solid #959595;
  border-radius: 16px;
  z-index: 9;
  pointer-events: none;
}
.personas-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  right: -8px;
  bottom: -8px;
  background-color: #161b1d29;
  border-radius: 16px;
  z-index: -2;
}
.personas-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.personas-card__header {
  font-family: "AxisProN-Bold";
  font-size: 21px;
  color: #fff;
  background-color: #959595;
  line-height: calc(43 / 21);
  text-align: center;
  border-radius: 14px 14px 0 0;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personas-card__header--blue {
  background-color: #0086d1;
}
.personas-item--highlight::after {
  border-color: #0086d1;
}
.personas-card__body {
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.personas-step {
  flex-grow: 0;
}
.personas-character {
  margin-top: auto;
}
.personas-step__text {
  font-family: "AxisProN-Regular";
  font-weight: 300;
  font-size: 18px;
  line-height: calc(27 / 18);
  letter-spacing: 0.05em;
  text-align: center;
}
.personas-step__arrow {
  width: 21px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-block: 11px 12px;
}
.personas-step__arrow img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.personas-card--highlight .personas-step:nth-child(2) {
  padding-top: 8px;
}
.personas-character__image {
  width: 408px;
  margin-inline: auto;
  margin-bottom: -2px;
}
.personas-card--highlight .personas-character__image {
  width: 418px;
}
.personas-character__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.personas-step__highlight {
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 27px;
  font-weight: 600;
  line-height: calc(34 / 27);
  text-align: center;
  letter-spacing: 0.05em;
}
.personas-faq {
  background-color: #d5ece7;
  padding: 40px 0;
  position: relative;
  margin-top: 94px;
}
.personas-faq::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 40px;
  background-image: url("../img/ico_polygon04.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.personas-faq__header {
  text-align: center;
  margin-bottom: 43px;
}
.personas-faq__text {
  font-family: "AxisProN-Bold";
  font-size: 24px;
  line-height: calc(36 / 24);
  letter-spacing: 0.05em;
}
.personas-faq__body {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.personas-faq__bubble {
  position: absolute;
  top: 102px;
  left: 36px;
  font-family: "AxisProN-Bold";
  font-size: 21px;
  line-height: calc(36 / 21);
}
.personas-faq__bubble:nth-child(2) {
  left: auto;
  right: 42px;
  top: 168px;
}
.personas-faq__bubble:nth-child(3) {
  left: 74px;
  top: 231px;
}
@media screen and (max-width: 767px) {
  .move-personas {
    margin-top: 60px;
  }
  .move-personas .c_title_01 {
    font-size: 24px;
    line-height: calc(36 / 24);
  }
  .move-personas .c_title_01 .title_large {
    font-size: 36px;
    line-height: calc(48 / 36);
  }
  .personas-card__header {
    font-size: 18px;
    line-height: calc(24 / 18);
    min-height: 69px;
  }
  .personas-card__title {
    padding-top: 0;
  }
  .personas-card__body {
    padding: 22px 10px 0;
  }
  .personas-character {
    margin-top: 8px;
    margin-left: 9px;
  }
  .personas-character__image {
    width: 305px;
  }
  .personas-step__highlight {
    font-size: 24px;
    line-height: calc(34 / 24);
    display: block;
  }
  .personas-card--highlight .personas-character__image {
    width: 305px;
  }
  .personas__txt {
    margin-top: 32px;
    font-size: 18px;
    line-height: calc(28 / 18);
    margin-bottom: 21px;
  }
  .personas-wrapper {
    flex-direction: column;
  }
  .personas-list {
    flex-direction: column;
    gap: 33px;
  }
  .personas-card--highlight .personas-step:nth-child(2) {
    padding-top: 3px;
  }
  .personas-item {
    width: 100%;
    min-height: auto;
  }
  .personas-faq {
    padding: 54px 0 60px;
    margin-top: 54px;
  }
  .personas-faq__body {
    width: 100%;
    max-width: 335px;
  }
  .personas-faq__header {
    margin-bottom: 32px;
  }
  .personas-faq__text {
    font-size: 18px;
    line-height: calc(32 / 18);
  }
  .personas-faq__bubble {
    top: 5px;
    left: 92px;
    font-size: 16px;
    line-height: calc(36 / 16);
  }
  .personas-faq::after{
    bottom: -19px;
    width: 27px;
    height: 19px;
  }
  .personas-faq__bubble:nth-child(2) {
    right: 12px;
    top: 78px;
  }
  .personas-faq__bubble:nth-child(3) {
    left: 28px;
    top: 115px;
  }
}
@media screen and (max-width: 374px) {
  .personas-character__image,
  .personas-card--highlight .personas-character__image{
    width: auto;
  }
  .personas-faq__bubble{
    top: 1.49vw;
    left: 20.53vw;
  }
  .personas-faq__bubble:nth-child(2) {
    right:0.26vw;
    top: 20.53vw;
  }
  .personas-faq__bubble:nth-child(3){
    left: 4.466vw;
    top: 30.13vw;
  }
}
/* Troubleshooting */
.move-troubleshooting {
  background: #edf9fb;
  padding: 101px 0;
}
.move-troubleshooting .move__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 67px;
}

.move-troubleshooting .move__title .move__title_sub {
  margin-bottom: 10px;
}
.troubleshooting-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.troubleshooting-item:not(:first-child) {
  margin-top: 47px;
}
.troubleshooting__note {
  font-size: 14px;
  text-align: center;
  max-width: 555px;
  display: block;
  margin-left: auto;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .move-troubleshooting .move__title {
    font-size: 36px;
    margin-bottom: 27px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .troubleshooting-wrapper {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  .troubleshooting-item:not(:first-child) {
    margin-top: 20px;
  }
  .move-troubleshooting {
    padding: 53px 0 60px;
  }
  .troubleshooting__note {
    font-size: 12px;
    max-width: 100%;
  }
  .move-troubleshooting .move__title .move__title_sub{
    margin-bottom: 4px;
  }

}
/* Special Offer */
.move-special-offer {
  padding: 59px 0 99px;
}
.move-special-offer .move__title_image {
  max-width: 1000px;
  width: 100%;
  margin: 3px auto 27px;
  display: block;
}
.special-offer-content {
  margin-top: 27px;
}
.move-special-offer .move__title_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.special-offer-content__item {
  max-width: 1052px;
  position: relative;
  margin-inline: auto;
}
.special-offer-content__item-image {
  width: 196px;
  position: absolute;
  top: -12px;
  right: -73px;
  z-index: 1;
}
.special-offer-content__item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.special-offer-note {
  font-size: 12px;
  max-width: 1000px;
  margin-inline: auto;
  margin-top: -5px;
  text-align: left;
}
.special-offer-note .c__note {
  display: flex;
  text-indent: -18px;
  padding-left: 18px;
}

.c__button {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
.c__button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 455px;
  height: 56px;
  background: #fff;
  border-radius: 44px;
  color: #fff;
  text-decoration: none;
  /* font-family: "AxisProN-SemiBold"; */
  font-size: 21px;
  font-weight: 600;
  line-height: calc(28 / 21);
  text-align: center;
  border: 1px solid #0086d1;
  color: #0086d1;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c__button__link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url("../img/ico_chevron_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c__button__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .move-special-offer {
    padding: 18px 0 60px;
  }
  .move-special-offer .move__title_image {
    margin: 0px auto 14px;
  }
  .special-offer-content {
    margin-top: 53px;
    margin-inline: -4px;
  }
  .special-offer-content__item {
    margin: 0 -20px;
  }
  .special-offer-content__item-image {
    width: 88px;
    top: -52px;
    right: 14px;
  }
  .special-offer-note{
    font-size: 12px;
    max-width: 100%;
    margin-top: -6px;
    text-align: left;
    margin-left: 4px;
  }
}
/* Color Classes */
.c-color_blue {
  color: #0086d1;
}
.c-color_pink {
  color: #bf4da5;
}
.c-color_green {
  color: #00a499;
}
.c-color_yellow {
  color: #ffd700;
}
.c-color_F09491 {
  color: #f09491;
}
/* Notes */
.move-notes {
  background-color: #edf9fb;
  padding: 93px 0 101px;
}
.move-notes__list {
  display: flex;
  justify-content: space-between;
  gap: 13px;
  margin-top: 33px;
  max-width: 1000px;
  margin-inline: auto;
}
.move-notes__list__item {
  width: calc((100% - 39px) / 4);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 14px;
}
.move-notes__list__item__intro {
  margin-bottom: 7px;
  min-height: 175px;
}
.move-notes__list__item__intro--heading {
  display: flex;
  flex-direction: column;
}
.move-notes__list__item__intro--heading > img {
  width: 112px;
}
.move-notes__list__item__intro--heading > span {
  /* font-family: "AxisProN-SemiBold"; */
  font-weight: 600;
  font-size: 22px;
  line-height: calc(58 / 22);
}
.move-notes__list__item__intro--text {
  font-family: "AxisProN-Light";
  font-weight: 300;
  font-size: 16px;
  line-height: calc(28 / 16);
}
.move-notes__list__item__point {
  background-color: #f8edf6;
  border-radius: 8px;
  min-height: 218px;
  padding: 18px 10px;
  margin-top: 14px;
}
.move-notes__list__item__point .point-ttl {
  width: 115px;
  margin-bottom: 12px;
}
.move-notes__list__item__point > p {
  font-family: "AxisProN-Light";
  font-weight: 300;
  font-size: 14px;
  line-height: calc(21 / 14);
}

.move-faq {
  padding: 100px 0 86px;
}
.move-faq__tab {
  margin-top: 25px;
  max-width: 1000px;
  margin-inline: auto;
}
.move-faq__tab__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 5px solid #0086d1;
}
.move-faq__tab__header__item {
  width: calc(50% - 12px);
  text-align: center;
  background-color: #bf4da5;
  cursor: pointer;
  font-family: "AxisProN-Medium";
  font-weight: 500;
  font-size: 24px;
  line-height: calc(27 / 24);
  min-height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-top: 3px;
}
.move-faq__tab__header__item.is-active {
  background-color: #0086d1;
}
.move-faq__tab__content__item {
  display: none;
}
.move-faq__tab__content__item.is-active {
  display: block;
}
.move-faq__tab__content {
  margin-top: 12px;
}
.move-faq__list__item {
  border: 2px solid #0086d1;
  border-radius: 8px;
  margin-bottom: 14px;
  padding: 29px 36px 27px;
}
.move-faq__list__item :last-child {
  margin-bottom: 0;
}
.move-faq__list__item .content-list-item {
  display: flex;
  gap: 35px;
}
.move-faq__list__a .move-faq__list__q--img {
  margin-top: 15px;
  width: 27px;
}
.move-faq__list__q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 35px;
  position: relative;
  cursor: pointer;
}
.move-faq__list__q--img {
  width: 23px;
  flex-shrink: 0;
}
.move-faq__list__q--txt {
  font-size: 18px;
  font-family: "AxisProN-Bold";
  line-height: calc(27 / 18);
}
.move-faq__list__a {
  display: none;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 35px;
  padding-top: 20px;
}
.move-faq__list__a--txt {
  font-family: "AxisProN-Regular";
  font-size: 16px;
  line-height: calc(27 / 16);
  font-weight: 400;
}
.move-faq__list__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 30px;
  height: 2px;
  background-color: #0086d1;
  transform: translateY(-50%);
}
.move-faq__list__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  width: 30px;
  height: 2px;
  background-color: #0086d1;
  transform: translateY(-50%) rotate(90deg);
}
.move-faq__list__icon.open::after {
  content: none;
}

.move-application-buttons {
  background-color: #edf9fb;
  padding: 101px 0 98px;
}
.move-application-buttons__label {
  font-family: "AxisProN-Bold";
  font-size: 28px;
  text-align: center;
  line-height: calc(55 / 28);
  margin-top: 25px;
  margin-bottom: 14px;
}
.move-application-buttons .move-hero__buttons {
  margin-top: 47px;
}
.move-application-buttons .move-hero__content {
  position: relative;
  bottom: 0;
}
.move-application-buttons__last {
  padding-top: 28px;
}
.move-application-buttons__last .move-application-buttons__label {
  margin-bottom: 7px;
}
.move-final-cta {
  background-color: #f8edf6;
  padding: 40px 0;
  position: relative;
}
.move-final-cta .move-hero__content {
  position: relative;
  bottom: 0;
}
.move-final-cta .move-hero__buttons {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .move__title {
    font-size: 36px;
    line-height: calc(48 / 36);
  }
  .move-notes {
    padding: 60px 0;
  }
  .move-notes__list {
    flex-direction: column;
    gap: 20px;
    margin-top: 37px;
  }
  .move-notes__list__item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .move-notes__list__item__intro {
    margin-bottom: 17px;
    min-height: auto;
  }
  .move-notes__list__item__intro--heading > span {
    font-size: 21px;
    line-height: calc(48 / 21);
    margin-top: 6px;

  }
  .move-notes__list__item__intro--text {
    line-height: calc(24 / 16);
    margin-top: -3px;
  }
  .move-notes__list__item__point {
    min-height: auto;
    padding: 14px;
    margin-top: 18px;
  }
  .move-notes__list__item__point .point-ttl {
    margin-bottom: 7px;
  }
  .move-faq {
    padding: 58px 0 39px;
  }
  .move-faq__tab{
    margin-top: 36px;
  }
  .move-faq__tab__header {
    gap: 7px;
    border-bottom: 3px solid #0086d1;
  }
  .move-faq__tab__header__item {
    width: calc((100% - 7px) / 2);
    font-size: 18px;
    line-height: calc(27 / 18);
    min-height: 52px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .move-faq__tab__content__item {
    display: none;
  }
  .move-faq__tab__content__item.is-active {
    display: block;
  }
  .move-faq__list__item {
    margin-bottom: 20px;
    padding: 21px 14px;
  }
  .move-faq__list__q {
    gap: 15px;
    align-items: center;
  }
  .move-faq__list__q--img {
    width: 18px;
  }
  .move-faq__list__q--txt {
    width: calc(100% - 18px);
    font-size: 16px;
    line-height: calc(21 / 16);
    padding-right: 30px;
  }
  .move-faq__list__a {
    gap: 15px;
    padding-top: 13px;
  }
  .move-faq__list__a--txt {
    font-size: 14px;
    line-height: calc(21 / 14);
    padding-right: 33px;
    font-weight: 400;
    font-family: "AxisProN-Regular";
  }
  .move-faq__list__a .move-faq__list__q--img {
    margin-top: 13px;
    width: 21px;
  }
  .move-faq__list__icon::before {
    width: 20px;
    right: -2px;
  }
  .move-faq__list__icon::after {
    width: 20px;
    right: -2px;
  }
  .move-faq__list__item .content-list-item{
    gap: 13px;
  }
  .move-application-buttons {
    padding: 60px 0;
  }
  .move-application-buttons__label {
    font-size: 18px;
    line-height: calc(24 / 18);
    margin-top: 32px;
    margin-bottom: 7px;
  }
  .move-application-buttons .c__txt {
    font-size: 16px;
    line-height: calc(24 / 16);
    letter-spacing: normal;
  }
  .move-application-buttons .move-hero__content {
    position: relative;
    bottom: 0;
    padding-inline: 0;
  }
  .move-hero__buttons {
    flex-direction: column;
  }
  .move-application-buttons .move-hero__buttons {
    margin-top: 29px;
  }
  .move-application-buttons__last {
    padding-top: 22px;
  }
  .move-hero__btn {
    min-width: auto;
    width: 100%;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .move-hero__btn-sub {
    font-size: 10px;
    margin-bottom: -2px;
  }
  .move-hero__btn-main {
    font-size: 16px;
  }
  .move-final-cta .move-hero__content{
    padding: 0;
  }
}
/* Modal */

.m-move__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal.is-on {
  opacity: 1;
  pointer-events: all;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.device-pc .m-move__modal .is-sp, html.device-sp .m-move__modal .is-pc {
  display: none;
}

.m-move__modal .c-gp__nl > li {
  font-size: 15px;
}

.m-move__modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.m-move__modal__box {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 1000px;
  max-width: 90%;
  height: auto;
  padding: 40px;
  max-height: 80vh;
  border-radius: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal__box.is-active {
  top: 50%;
  opacity: 1;
  pointer-events: all;
  transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal__box .c-gp__h2 {
  margin-bottom: 40px;
}

.m-move__modal__box__inner {
  max-height: calc(80vh - 80px);
  padding: 0 20px;
  overflow-y: auto;
}

.m-move__modal__close {
  margin: 40px auto 0;
  width: 200px;
}

.m-move__modal strong.is-pink {
  color: #bf4da5;
  font-weight: bold;
}
.m-move__modal .c-gp__tb__in th a {
  color: #4ac9e3;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: color 0.3s ease;
}
.m-move__modal .c-gp__tb__in th a:hover {
  color: #80e1f5;
  transition: color 0.3s ease;
}
.m-move__modal .-type1,
.m-move__modal .-type2,
.m-move__modal .-type3,
.m-move__modal .-type4 {
  display: none;
}
.m-move__modal .-type1.is-show,
.m-move__modal .-type2.is-show,
.m-move__modal .-type3.is-show,
.m-move__modal .-type4.is-show {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-move__modal {
    margin: 0;
  }
  .m-move__modal__box {
    box-sizing: border-box;
    max-height: 90vh;
    padding: 24px 0 30px;
  }
  .m-move__modal__box__inner {
    max-height: calc(90vh - 54px);
    padding: 0 16px;
  }
  .m-move__modal .c-gp__h2__tt {
    font-size: 20px;
  }
  .m-move__modal .c-gp__tb__in {
    width: 480px;
  }
  html.device-pc .m-move__modal br.is-sp {
    display: inherit;
  }
  .m-move__modal .c-gp__tb__in th,
  .m-move__modal .c-gp__tb__in td {
    padding: 8px 16px;
    font-size: 14px;
  }
  .m-move__modal__close {
    margin: 24px auto 0;
    width: 200px;
  }
}
.move-final-cta_fixed{
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding-block: 20px;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.move-final-cta_fixed.is-visible{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}