/* MP  ALL components */

.topMv-orange-frame {
  display: flex;
  width: 525px;
  height: 45px;
  padding: 8px 14.642px 9px 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #ef885f;
  margin-bottom: 4rem;
}

.topMv-orange-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 100% */
}

@media only screen and (max-width: 769px) {
  .topMv-orange-frame {
    display: flex;
    width: 200px;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
  }

  .topMv-orange-text {
    display: flex;

    flex-direction: column;
    justify-content: center;

    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;

    line-height: 100%;
    /* 14px */
    letter-spacing: 1.4px;
  }
}

/* ------circle block */
.circle-align {
  display: flex;
  gap: 16px;
  padding-bottom: 14px;
}

.logo-frame {
  width: 200px;
  margin-bottom: 40px;
}

.circle-frame {
  width: 200px;
}

.mp-text-but-align {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .circle-align {
    display: flex;
    justify-content: center;
    gap: 0px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 769px) {
  .mp-text-but-align {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}

/* ------mp button */

.mp-button-frame {
  display: flex;
  width: 387.56px;
  padding: 20px 69.8px 20px 70px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  border-radius: 80px;
  background: linear-gradient(180deg, #8fe644 0%, #27af22 100%);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.mp-button-frame:hover {
  background: #27af22;
  cursor: pointer;
}

.mp-button-typo {
  display: flex;
  width: 169.32px;
  height: 55.8px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px;
  /* 120% */
}

/* .mp-button-typo:hover{
    opacity: 0.8;
} */

.mp-button-icon-line {
  display: flex;
  width: 58.44px;
  height: 58.44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

/* .mp-button-icon-line:hover{
    opacity: 0.8;
} */

.mp-pc-button-none {
  display: none;
}

.mp-button-small-frame {
  display: inline-flex;
  height: 34px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 2px solid #30b425;
  background: #fff;
}

.mp-button-small-typo {
  color: #27af22;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 285.714% */
}

.mp-button-small-align {
  position: relative;
  top: 18px;
  z-index: 2;
}

.mp-button-icon-arrow {
  width: 11px;
  height: 20px;
  margin: 4px 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  .mp-button-frame {
    display: inline-flex;
    padding: 11px 58px 9px 58px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    width: 340px;
    height: 60px;
  }

  .mp-button-icon-line {
    width: 36px;
    height: 36px;
  }

  .mp-button-typo {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .mp-pc-button-none {
    display: block;
  }

  .cta-button-icon-arrow {
    width: 10.75px;
    height: 20px;
    margin: 15px 0 0 0;
  }

  .mp-button-small-align {
    position: relative;
    top: 8px;
    z-index: 2;
  }
}

/* new np button */
/* .c-btn01_line a {
    font-size: 2.4rem;
}
.c-btn01_line a {
    display: inline-flex;
    align-items: center;
    padding: 2rem 7rem;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    background: linear-gradient(#8fe644 0%, #27af22 100%);
    transition: 0.3s;
    border-radius: 80px;
    line-height: 1.2;
}
@media only screen and (max-width: 769px) {
    .c-btn01_line a {
        font-size: 1.4rem;
        justify-content: center;
    }
    .c-btn01_line a {
        width: 100%;
        padding: 1rem 3rem;
        font-size: 2.5rem;
    }
} */
/* new blue bg block */
.topMvForte {
  background: linear-gradient(#6fc3d3 0%, #0e7092 100%);
  margin: 5rem 0 0rem;
  /* position: relative; */
}

.topMvForte_list {
  width: 98%;
  max-width: 120rem;
  padding: 5rem 1rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topMvForte_list li {
  width: 24%;
  height: 10rem;
  background: #fff;
  border-radius: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
}

.topMvForte_list li span {
  color: #ef885f;
  font-weight: bold;
  display: inline-block;
  border-bottom: 2px solid #ef885f;
  padding: 0 0.5rem 1px;
  font-size: 2.2rem;
  line-height: 1;
}

@media only screen and (max-width: 769px) {
  .topMvForte {
    margin: 1.5rem 0 2rem;
  }

  .topMvForte_list {
    padding: 1.5rem 1rem;
  }

  .topMvForte_list li {
    width: 49%;
    height: 5rem;
    line-height: 1.4;
    margin: 0.5rem 0;
    font-size: 1.3rem;
    border-radius: 1.5rem;
  }

  .topMvForte_list li span {
    padding: 0 0.2rem 1px;
    font-size: 1.4rem;
  }
}

/* blue bg */
/* .blue-frame {
    background: linear-gradient(180deg, #6FC3D3 0%, #0E7092 100%);
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 24px;
}

.block-info-blue-bg {
    width: 283.19px;
    height: 100px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #FFF;
}

.blok-info-blue-align {
    display: flex;
    flex-direction: row;
}

.blok-info-2cards-align {
    display: flex;
    gap: 20px;
}

.block-info-align {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.typo1-block-info {
    display: flex;

    height: 25px;
    flex-direction: column;
    justify-content: center;


    color: #EF885F;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;

    border-bottom: solid#EF885F 2px;

}

.typo2-block-info {
    display: flex;

    height: 22px;
    flex-direction: column;
    justify-content: center;


    color: #212121;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.inside-text-align {
    display: ruby;
}

@media only screen and (max-width: 769px) {
    .blok-info-blue-align {
        display: flex;
        flex-direction: column;
    }
} */

/* PRICE withe bg ALL components  */
.price-white-frame {
  background: white;
  display: flex;
  width: max-width;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.price-block-white-frame {
  background: white;
  display: flex;
  /* width: 1000px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  padding: 45px 60px 20px 60px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.inside-text-align {
  display: ruby;
}

.price-inside-text-align {
  display: flex;
  align-items: baseline;
}

.price-align {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.price-text-align {
  display: flex;
  flex-direction: column;
}

.price-text-align1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.price-align1 {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.price-align2 {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.price-align3 {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}

.price-typo-orange-align {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.price-typo-orange-align1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.price-img-cont {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 15rem;
}

.price-img-cont-pc {
  display: block;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 15rem;
}

.price-img-cont-sp {
  display: none;
  /* display: flex;
    flex-direction: row; */
  gap: 15px;
  width: 14rem;
}

@media only screen and (max-width: 769px) {
  .price-img-cont-pc {
    display: none;
    /* display: flex;
        flex-direction: column; */
    gap: 15px;
    width: 198px;
  }

  .price-img-cont-sp {
    /* display: none; */
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 266px;
  }
}

.price-typo1 {
  color: var(--text, #444);
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.2px;
  /* 113.333% */
}

.price-typo1 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: #fffb9c;
  z-index: -1;
}

.price-typo1 span {
  position: relative;
  z-index: 1;
}

.price-typo2-red {
  color: #e34646;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 27.2px; */
  /* 170% */
}

.price-typo2-red1 {
  color: #e34646;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (max-width: 769px) {
  .price-typo2-red1 {
    color: var(--main, #ef885f);
    font-family: "Noto Sans";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
  }
}

.price-typo3-orange-big {
  color: var(--main, #ef885f);
  font-family: "Noto Sans JP";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 80px */
}

.price-typo3-orange-small {
  color: var(--main, #ef885f);
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}

.price-typo4 {
  color: #212121;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
}

.hr-outfit {
  border: dashed #ef885f 1px;
  width: -webkit-fill-available;
  margin: 0px;
  margin-top: 16px;
}

.underdot-typo {
  color: var(--text, #444);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.price-img-first-ps-none {
  display: none;
  width: 70px;
}

.price-typo-span-sp-none {
  display: block;
}

.price-typo-span-pc-none {
  display: none;
}

/* ---------all componenst price block */
@media only screen and (max-width: 769px) {
  .price-typo3-orange-big {
    color: var(--main, #ef885f);
    font-family: "Noto Sans JP";
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 80px */
  }

  .price-typo3-orange-small {
    color: var(--main, #ef885f);
    font-family: "Noto Sans JP";
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
  }

  .price-typo4 {
    color: #212121;
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 18px */
  }

  .price-typo1 {
    color: var(--text, #444);
    font-family: "Noto Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 27.2px;
    /* 113.333% */
  }

  .price-typo1 span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #fffb9c;
    z-index: -1;
  }

  .price-typo2-red {
    color: #e34646;
    font-family: "Noto Sans";
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 170% */
  }

  .price-typo-span-sp-none {
    display: none;
  }

  .price-typo-span-pc-none {
    display: block;
  }
}

/* ---------first price block */
@media only screen and (max-width: 769px) {
  .price-white-frame {
    background: white;
    display: flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }

  .price-align {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    flex-direction: column;
  }

  .price-align1 {
    display: flex;
    align-items: flex-end;
    gap: 1rem;
  }

  .price-text-align {
    gap: 1.6rem;
    flex-direction: row;
    align-items: center;
  }

  .price-typo-orange-align1 {
    flex-direction: row;
    align-items: baseline;
  }

  .price-img-first-ps-none {
    display: block;
    width: 100px;
  }

  .price-img-cont {
    display: none;
    gap: 15px;
    width: 198px;
  }
}

/* ---------second price block */
@media only screen and (max-width: 769px) {
  .price-img-cont-pc {
    display: none;
    /* display: flex;
        flex-direction: column; */
    gap: 15px;
    width: 198px;
  }

  .price-img-cont-sp {
    /* display: none; */
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 266px;
  }
}

/* ----------second price block */
@media only screen and (max-width: 769px) {
  .price-block-white-frame {
    background: white;
    width: auto;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    padding: 32px 30px 20px 30px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  }

  .price-align2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0rem;
  }

  .price-align3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
  }
}

/* topPrice text block */
.topPrice-text-align {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}

.topPrice-send-16-text {
  display: ruby;
}

.topPrice-send-16-text-01 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 4.1rem;
  color: #0e7092;
  margin-top: 2.4rem;
}

.topPrice-send-16-text-02 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 4.1rem;
  color: #0e7092;
  /* margin-top: 2.4rem;  */
}

@media only screen and (max-width: 769px) {
  .topPrice-send-16-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .topPrice-send-16-text-01 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .topPrice-send-16-text-02 {
    line-height: 1rem;
  }
}

/* Description ALL components */
.div-topDicription-text {
  padding: 9px 0px;
}

.topDescription-div-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.typo-topDescription-p {
  text-align: center;
  color: #6c6c6c;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.topDescription-text-block-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.topDescription-img {
  width: 80px;
  height: 80px;
  margin: 1rem;
}

.div-li-topDescription {
  display: flex;
  justify-content: center;
}

.div-li-topDescription-margin {
  margin-top: 9rem;
}

.align-txt02 {
  display: flex;
  justify-content: center;
}

.image-pills-frame {
  width: 150px;
}

.td-image-align {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .topDescription-text-block-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-top: -30px;
  }

  .div-li-topDescription {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .div-li-topDescription-margin {
    margin-top: 3rem;
  }

  .topDescription-div-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .topDescription-img {
    width: 75px;
    height: 75px;
    margin: 1rem;
  }
}

/**250122編集**/
.typo-topDescription-p-pc {
  text-align: left;
  color: #6c6c6c;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.typo-topDescription-p-sp {
  display: none;
}

@media (max-width: 768px) {
  .typo-topDescription-p-pc {
      display: none;
  }

  .typo-topDescription-p-sp {
    text-align: center;
    color: #6c6c6c;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
  }
}

/* TOP TYPE ALL components */
.topType-image {
  width: 500px;
  margin-left: 60px;
}

.topType-title-align {
  display: ruby;
}

.topType-table-pc-none {
  display: none;
}

.topType-table-sp-none {
  display: block;
}

.topType-img-sp-none {
  display: block;
}

.topType-img-pc-none {
  display: none;
}

@media only screen and (max-width: 769px) {
  .topType-title-align {
    display: block;
  }

  .topType-table-pc-none {
    display: block;
  }

  .topType-table-sp-none {
    display: none;
  }

  .topType-image {
    width: 32rem;
    margin-left: 0px;
  }

  .topType-img-sp-none {
    display: none;
  }

  .topType-img-pc-none {
    display: block;
  }
}

/* TOP TIMMING */
.icon-frame-size {
  width: 24px;
  height: 41px;
}

.topTimming-img-pc-none {
  display: none;
}

.topTimming-imgs-sp-none {
  display: block;
}

@media only screen and (max-width: 769px) {
  .topTimming-img-pc-none {
    display: block;
    margin-top: 2rem;
  }

  .topTimming-imgs-sp-none {
    display: none;
  }
}

/* TOP DELIVERY ALL components */

.topDelivery-howlist-align {
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.topDelivery-inside-text-align {
  text-align: justify;
  margin-top: 20px;
}

.topDelivery-text-block-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.topDelivery-img {
  width: 100px;
  height: 100px;
  margin: 1rem;
}

.topDelivery-white-bl-typo1 {
  color: #212121;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 200% */
  margin: 24px 0;
}

.topDelivery-white-bl-typo2 {
  color: #212121;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

.topDelivery-white-bl-typo3 {
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.topDelivery-white-bl-typo4 {
  color: #000;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
}

.topDelivery-white-bl-text-align-vert-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.5rem;
}

.topDelivery-white-bl-text-align-vert-right {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}

.topDelivery-white-bl-text-align-hor {
  display: flex;
  gap: 5rem;
}

.topPrice-send-title01 {
  padding: 0.5rem 5rem;
  display: inline-block;
  border-radius: 3rem;
  background-color: #ef885f;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin-left: 4rem;
}

@media only screen and (max-width: 769px) {
  .topPrice-send-title01 {
    font-size: 1.6rem;
    margin-left: 5.5rem;
  }
}

@media only screen and (max-width: 769px) {
  .topDelivery-white-bl-text-align-hor {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }

  .topDelivery-white-bl-text-align-vert-right {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
  }

  .topDelivery-white-bl-text-align-vert-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3rem;
  }

  .topDelivery-white-bl-typo4 {
    font-size: 14px;
  }
}

/* TOP FLOW ALL components */
.topFlow-div-align {
  display: flex;
  justify-content: space-between;
}

.topFlow-icon-frame {
  width: 60px;
  /* margin: auto; */
  margin-bottom: 2rem;
}

.topFlow-text-align {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* CTA ALL components*/
.cta-block-align {
  display: flex;
  text-align: center;
  gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.cta-phone-block-align {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.cta-phone-align {
  display: flex;
  text-align: center;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  .cta-block-align {
    display: flex;
    text-align: center;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cta-phone-block-align {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
  }

  .cta-phone-align {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.cta_tel a {
  font-weight: bold;
  display: inline-block;
  padding-left: 6rem;
  color: #fff;
  background: url(../img/tel.png) center left no-repeat;
  background-size: 4.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 769px) {
  .cta_tel a {
    font-weight: bold;
    display: inline-block;
    padding-left: 3rem;
    color: #fff;
    background: url(../img/tel.png) center left no-repeat;
    background-size: 2rem;
    line-height: 1.2;
  }
}

.cta-typo-1 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  /* 212.5% */
}

.cta-typo-1 span {
  color: #ff3c3c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 212.5% */
}

.cta-typo-2 {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
}

.cta-typo-3 {
  color: #f6ff10;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
}

.cta-typo-3 span {
  color: white;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 200% */
}

.cta-typo-4 {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px;
  /* 170% */
}

.cta-typo-number {
  width: max-content;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 75% */
}

.cta-typo-timer {
  color: #ff3c3c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.cta-typo-time_float {
  color: #ff3c3c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

/* ------------------timer cta */
.cta-timer-frame-align {
  display: none;
  align-items: center;
  gap: 10px;
}

.cta-timer-div-align {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 769px) {
  .cta-timer-frame-align {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 0px;
  }

  .cta-typo-time_float {
    font-size: 14px;
  }
}

/* ------------------button cta */
.cta-button-frame {
  display: inline-flex;
  padding: 26px 81.25px 26px 40px;
  align-items: flex-end;
  gap: 23.56px;
  border-radius: 60px;
  background: linear-gradient(180deg, #8fe644 0%, #27af22 100%);
}

.cta-button-frame:hover {
  background: #27af22;
  cursor: pointer;
}

.cta-button-typo {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  /* 170% */
}

.cta-button-small-frame {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 4px solid #30b425;
  background: #fff;
}

.cta-button-small-typo {
  color: #27af22;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  /* 173.913% */
}

.cta-button-icon-line {
  display: flex;
  width: 58.44px;
  height: 58.44px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.cta-button-icon-arrow {
  width: 10.75px;
  height: 20px;
  margin: 15px 0;
}

.cta-button-align {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.cta-button-small-align {
  position: relative;
  top: 30px;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  .cta-button-frame {
    display: flex;

    padding: 12px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
    background: linear-gradient(180deg, #8fe644 0%, #27af22 100%);
  }

  .cta-button-typo {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .cta-button-small-frame {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .cta-button-small-typo {
    color: #27af22;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .cta-button-small-align {
    position: relative;
    top: 22px;
    z-index: 2;
  }

  .cta-button-icon-line {
    display: flex;
    width: 32px;
    height: 32px;

    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .cta-button-small-align {
    position: relative;
    top: 16px;
    z-index: 2;
  }
}

/* central buttons and fix */
/* fv button */
.central-button-fv-frame {
  display: flex;
  width: 342px;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  border-radius: 60px;
  background: linear-gradient(180deg, #8fe644 0%, #27af22 100%);
}

.central-button-fv-typo {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.central-button-icon-line {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.central-button-align {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.central-button-fv-small-frame {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 4px solid #30b425;
  background: #fff;
  display: inline-flex;
  height: 40px;
}

.central-button-fv-small-typo {
  color: #27af22;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.central-button-fv-small-align {
  position: relative;
  top: 12px;
  z-index: 2;
}

.central-button-fv-typo-sp-none {
  display: block;
}

.central-button-fv-typo-pc-none {
  display: none;
}

@media only screen and (max-width: 769px) {
  .central-button-fv-typo-sp-none {
    display: none;
  }

  .central-button-fv-typo-pc-none {
    display: block;
  }
}

@media only screen and (max-width: 769px) {
  .central-button-fv-frame {
    display: inline-flex;
    padding: 11px 58px 9px 58px;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 340px;
    height: 60px;
  }

  .central-button-fv-typo {
    color: #fff;
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 19.2px */
  }

  .central-button-fv-small-frame {
    display: inline-flex;
    height: 34px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #30b425;
    background: #fff;
  }

  .central-button-fv-small-typo {
    color: #27af22;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 285.714% */
  }

  .central-button-fv-small-align {
    position: relative;
    top: 6px;
    z-index: 2;
  }
}

/* floating button */
.floating-bg-frame {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  display: none; /* 初期状態は非表示 */
  bottom: 0;
  left: 0;
  z-index: 9999;
}
.floating-bg-frame-wrap {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: 98%;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 1.4rem 0;
  flex-direction: column;
  align-items: center;
}
.cta-typo-01 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}

.cta-typo-01 span {
  color: #ff3c3c;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

@media only screen and (max-width: 769px) {
  .cta-typo-01 {
    font-size: 14px;
  }
}

.training-completedimg {
  width:100%;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 769px) {
  .training-completedimg {
    width: 100%;
  }
}
