/* Section Services Menu
---------------------------------------- */
.section__menus {
  padding: 25px 10px 55px;
  background: #333;
  border-top: 2px solid; /* Set a transparent border */
  border-image: linear-gradient(110deg, #B68412 0%, #E3C55A 100%);
  border-image-slice: 1;

  text-align: left;
}
.services__container {
  display: flex;
  flex-direction: column;
  row-gap: 80px;    
}
.section__menus .menu__heading {
  border-bottom: 1px solid #b78614;
  padding-bottom: 3px;
}

.section__menus .menu__heading h2 {
  margin-top: 0;

  font-family: 'Noto Serif JP';
  font-size: 20px;
  font-weight: normal;

  color: #e3e3e3;
}

.section__menus .menu__heading span {
  font-family: 'Noto Serif JP';
  font-size: 12px;
  font-weight: normal;

  color: #e3e3e3;
}

.section__menus .menu__description {
  margin-top: 4px;
  padding: 15px 15px 5px;
  border: 1px solid #b78614;
}

.section__menus .menu__description p {
  padding: 0;
  font-family: 'Noto Serif JP';
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
}

.section__menus .menu__description .goldBox {
  padding: 5px;

  font-family: 'Noto Serif JP';
  font-size: 12px;
  font-weight: normal;

  background: #b78614;
  color: #fff;
  border-radius: 2px;
}

/* Listing
------------------------------------- */
.numbered__list {
  font-family: 'Noto Serif JP';
  font-size: 14px;
  font-weight: normal;
  color: #e3e3e3;
}

.numbered__list ol {
  padding-left: 20px;
  list-style: none;
  counter-reset: list-counter;
}

.numbered__list li {
  counter-increment: list-counter;
  position: relative;
  margin-left: -15px;
  padding-left: 15px;
  font-weight: 100 !important;
}

.numbered__list li::before {
  content: counter(list-counter) " ";
  margin-top: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 830px) {
  .sign {
    display: none;
  }
  .section__menus {
    padding: 38px 10px 120px;
  }
  .services__container {
    row-gap: 120px;    
  }
  .section__menus .menu__description {
    border: none;
    padding: 15px 0px;
  }

  .menu__description .cascade__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
  }

  .service__item .menu__description .cascade__content .cascade__description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
    width: 376px;
  }
  .menu__description .cascade__content p.cascade__description-1 {
    font-size: 20px;
    line-height: 1.8;
  }

  .menu__description .cascade__content-img  {
    max-width: 100%;
    max-height: 100%;
  }
  .service__item .menu__description .cascade__content-img img {
    width: 384px;
    height: 342px;
    object-fit: cover;
  }
  .cascade__description .pt-10 {
    padding-top: 16px !important;
  }

  .cascade__description .pt-25 {
    padding-top: 0 !important;
  }

  .section__menus .menu__heading {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    align-items: center;
    flex-direction: row-reverse;
    border: none;
  }

  .menu__description .usage__container .usage__heading {
    padding: 16px 0;
    font-family: 'Noto Serif JP';
    font-size: 24px !important;
    font-weight: normal !important;

    color: #b78614;
    text-align: center;

    border-bottom: 1px solid #b78614;
  }

  .section__menus {
    padding: 80px 10px 240px;
  }

  .accordion .accordion__header {
    justify-content: center;
    padding: 0 0 16px;
  }
  
  .accordion .accordion__header:hover {
    cursor: default;
  }

  .usage__heading {
    font-size: 24px !important;
  }

  .section__menus .menu__heading {
    border-bottom: 1px solid #b78614;
    padding: 0 0 16px;
  }
}


/* Accordion
--------------------------------------- */
.accordion {
  margin: 24px auto 0;
  text-align: left;
}

.accordion__item {
  margin: 10px 0 0;
  overflow: hidden;
}

.accordion__header {
  padding: 5px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

  color: #b78614;
  border-bottom: 1px solid #b78614;
}

.accordion__header p {
  font-family: 'Noto Serif JP';
  font-size: 19px !important;
  font-weight: normal;

  color: #b78614 !important;
}

.accordion__header .sign img {
  width: 20px;
}

.accordion__content {
  display: none;
}

.accordion__extras p {
  font-size: 14px !important;
}

.accordion__header span {
  font-weight: 100;
  font-size: 30px;
}

.content__item {
  padding: 16px 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid rgb(149,149,149, 0.65);
}

.accordion .content__item p.numText {
  font-size: 32px;
  font-weight: 600;
  color: #959595;
  opacity: 0.65;
  height: 100%;
  margin-right: 16px;
  line-height: 1;
}

.accordion .content__item p.accordion__heading {
  font-family: 'Noto Serif JP';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  width: auto;
}

.accordion .content__item .accordion__description {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}

.accordion .content__item .accordion__description p {
  font-size: 14px;
  line-height: 1.14;
  color: #E3E3E3;
  list-style-type: none;
}

.content__item .accordion__description p.accordion__note {
  font-size: 14px;
}

.content__item:last-child {
  border-bottom: none;
}

.content__inner {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
}

.menu__description .cascade__content-img {
  max-width: 100%;
  max-height: 100%;
}

.menu__description .cascade__content-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menu__description .cascade__content .cascade__description {
  width: 100%;
}

.menu__description .cascade__content .cascade__description p {
  color: #E3E3E3;
}
.button-group img {
  cursor: pointer;
}
.button-group .container{
  display: flex;
  justify-content: center;
}
.button-group__heading {
  font-size: 24px;
  /* line-height: 1; */
  color: #B78614;
  margin-bottom: 24px;
}
.button-group__list {
  display: flex;
}
.button-group__item {
  position: relative;
  line-height: 2;
  box-shadow: 0px 0px 4px 0px #00000040;
  border-radius: 4px;
}
.button-group__item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  background: url(https://www.i-agent.tokyo/hubfs/service-details/ico_2.svg) center/contain;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 830px) {
  .button-group__list {
    row-gap: 40px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 829px) {
  .button-group .container{
    display: flex;
    justify-content: center;
  }
  .button-group__heading {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .button-group__heading br {
    display: none;
  }
  .button-group__list {
    flex-direction: column;
    row-gap: 24px;
  }
  .button-group img.hs-image-widget {
    margin: 0 auto;
  }
}

@media screen and (max-width: 460px) {
   .button-group .hs-cta-embed {
    width: 79vw !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 830px) {
  .content__item {
    padding: 15px 8px 15px;
  }
  .content__inner {
    flex-direction: row;
    row-gap: 16px;
    align-items: center;
    width: 100%;
  }
  .content__item .accordion__description p.accordion__note {
    font-size: 20px;
  }
  .accordion .content__item p.accordion__heading {
    min-width: 259px;
    font-size: 20px;
    line-height: 1;
  }
  .accordion .content__item .accordion__description {
    width: auto;
  }
  .content__item:last-child {
    border-bottom: 1px solid rgb(149,149,149, 0.65);
  }
  .accordion__search-section {
    width: 100vw;
    background-color: 
  }