/*
Theme Name: marketingspot-child
Template: marketingspot
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  gap: 25px;
}
.p-header__inner > div:nth-child(2) {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__search__nosp{
    display: none;
  }
}
.search-form__knowhow {
  height: 40px;
  width: 233px;
  border-radius: 50px;
  border: 1px solid var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color-white);
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1439px) {
  .search-form__knowhow {
    height: calc(40 / 1440 * 100vw);
    width: calc(233 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
    box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw)
      calc(5 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767px) {
  .search-form__knowhow {
    border-radius: calc(50 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw)
      calc(5 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    height: calc(47 / 375 * 100vw);
    width: 100%;
    margin-bottom: 12px;
  }
}
.search-form__knowhow input {
  border: 0;
  padding-left: 23px;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .search-form__knowhow input {
    padding-left: calc(23 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-form__knowhow input {
    padding-left: calc(23 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.search-form__knowhow input:focus {
  outline: none;
  box-shadow: none;
}
.search-form__knowhow input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search-form__knowhow input::placeholder {
  font-size: 12px;
  color: #bcbcbc;
  font-weight: bold;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  .search-form__knowhow input::placeholder {
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-form__knowhow input::placeholder {
    font-size: calc(12 / 375 * 100vw);
  }
}
.search-form__knowhow button {
  background-color: var(--color-white);
  padding: 0 20px 0 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.search-form__knowhow img {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1439px) {
  .search-form__knowhow img {
    width: calc(15 / 1440 * 100vw);
    height: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-form__knowhow img {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.search-archive_list > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.search-archive_list > ul > li {
  margin-left: 1.5%;
  margin-top: 5.2%;
  width: 32.3333333333%;
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li {
    margin-left: 0;
    margin-top: calc(20 / 375 * 100vw);
    width: 100%;
  }
}
.search-archive_list > ul > li:nth-child(-n + 3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li:nth-child(-n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.search-archive_list > ul > li:nth-child(3n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li:first-child .c-post__thumbnailBox {
    padding-top: calc(228 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li:first-child .c-post__textBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-archive_list > ul > li:first-child .c-post__textBox__labelList {
    display: flex;
  }
}
.search-archive_list .c-post {
  width: 100%;
}
.search-archive_list .c-post__thumbnailBox {
  padding-top: 69%;
}
@media screen and (max-width: 767px) {
  .search-archive_list .c-post__textBox__title {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-archive-head__noresult {
    line-height: calc(30 / 375 * 100vw);
  }
}
.search-archive-head__noresult {
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}
@media screen and (max-width: 1439px) {
  .search-archive-head__noresult {
    margin-bottom: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-archive-head__noresult {
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.search-archive-title,
.search-archive-title__noresult {
  font-size: 30px;
}
.search-archive-title__noresult {
  border-bottom: 1px solid hsl(212, 27%, 25%);
  white-space: nowrap;
  font-weight: bold;
  padding-bottom: 10.5px;
}
@media screen and (max-width: 1439px) {
  .search-archive-title,
  .search-archive-title__noresult {
    font-size: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-archive-title{
    font-size: calc(20 / 375 * 100vw);
  }
  .search-archive-title__noresult {
    font-size: calc(20 / 375 * 100vw);
    padding-bottom: calc(9 / 375 * 100vw);
  }
}
.search-archive-title span,
.search-archive-title__noresult span {
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.search-txt__noresult {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 152px;
}
@media screen and (max-width: 1439px) {
  .search-txt__noresult {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
    margin-bottom: calc(152 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .search-txt__noresult {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(143 / 375 * 100vw);
  }
}
.search-archive-underline__noresult {
  flex-grow: 1;
  height: 1px;
  background-color: #d8d8d8;
}

@media screen and (max-width: 767px) {
  .l-content::after {
    background-color: #d8d8d8;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: calc(335 / 375 * 100vw);
  }
}
.p-single__section__main__content #toc_container .toc_list{
  max-height: 100%;
}

/* --------------------- */
/* HubSpot活用支援サービス */
/* -------------------- */
.p-hubspot-solution__inner{
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__inner{
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-hubspot-solution__titleBox{
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__titleBox{
    margin-bottom: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__titleBox{
    margin-bottom: calc(22 / 375 * 100vw);
  }
}
.p-hubspot-solution__titleBox__title{
  font-size: 30px;
  font-weight: 500;
  /* line-height: 48px; */
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__titleBox__title{
      font-size: calc(30 / 1440 * 100vw);
      /* line-height: calc(48 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__titleBox__title{
    font-size: calc(20 / 375 * 100vw);
    font-weight: 700;
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-hubspot-solution__content {
  display: flex;
  gap: 68px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content {
    gap: calc(68 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content {
    gap: 0;
    flex-direction: column;
  }
}
.p-hubspot-solution__content__main {
  width: 716px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__main {
      width: calc(716 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__main {
      width: 100%;
  }
}


.p-hubspot-solution__content__main__entry p + * {
  margin-top: 26px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__main__entry p + * {
      margin-top: calc(26 / 1440 * 100vw);
  }
}
.p-hubspot-solution__content__main__entry h2{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__main__entry h2{
    font-size: calc(20 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__main__entry h2{
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__main__info{
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__main__info{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-bottom: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__main__info{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    padding-bottom: calc(48 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__module{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 335px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__module{
      border-radius: calc(10 / 1440 * 100vw);
      box-shadow: calc(0 / 1440 * 100vw) calc(0 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.15);
      width: calc(335 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__module{
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: calc(0 / 375 * 100vw) calc(0 / 375 * 100vw) calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}
.p-hubspot-solution__content__module__inner{
  padding: 34px 19px 27px 21px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__module__inner{
      padding: calc(34 / 1440 * 100vw) calc(19 / 1440 * 100vw) calc(27 / 1440 * 100vw) calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__module__inner{
      padding: calc(34 / 375 * 100vw) calc(19 / 375 * 100vw) calc(27 / 375 * 100vw) calc(21 / 375 * 100vw);
      margin-top: calc(39 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__module .parsley-errors-list {
  color: red;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__module .parsley-errors-list {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__module .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__module .hide-input {
  display: none;
}

.p-hubspot-solution-form__content__agree__block .parsley-errors-list{
  text-align: center;
}
.p-hubspot-solution__content__info h2{
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__info h2{
    font-size: calc(18 / 1440 * 100vw);
    padding-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__info h2{
    font-size: calc(18 / 375 * 100vw);
    padding-bottom: calc(13 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__info__text{
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__info__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    padding-bottom: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__info__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    padding-bottom: calc(19 / 375 * 100vw);
  }
}



/* 
.p-hubspot-solution-form__content {
  width: 98%;
}
@media screen and (min-width: 481px) {
  .p-hubspot-solution-form__content {
    width: 99%;
  }
} */

.p-hubspot-solution-form__content__block__titleBox__title {
  border: none;
  padding: 0;
  margin-bottom: 0;
  color: #212d3a;
  font-size: 14px;
  font-weight: bold;
  line-height: 23.8px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__titleBox__title {
    font-size: calc(14 / 1440 * 100vw);
    padding-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__titleBox__title {
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block {
  width: 100%;
  margin-bottom: 18px;
}
.p-hubspot-solution-form__content__block__name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__name {
    flex-direction: row;
    gap: 9px;
  }
}
.p-hubspot-solution-form__content__block__name .p-hubspot-solution-form__content__block {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .p-hubspot-solution-form__content__block__name {
    flex-direction: row;
  }
  .p-hubspot-solution-form__content__block__name .p-hubspot-solution-form__content__block:nth-of-type(1) {
    width: 48.5%;
  }
  .p-hubspot-solution-form__content__block__name .p-hubspot-solution-form__content__block:nth-of-type(2) {
    width: 48.5%;
  }
}

.p-hubspot-solution-form__content__block__select.is-focus select.is-placeholder {
  color: #33475b;
}

.p-hubspot-solution-form__content__block__select select {
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background-color: #f5f8fa;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px !important;
  appearance: auto;
}
.p-hubspot-solution-form__content__block__select select.is-placeholder {
  color: #bfbfbf;
}
.p-hubspot-solution-form__content__block__select select.is-placeholder:focus {
  color: #33475b;
}
.p-hubspot-solution-form__content__block__input {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.p-hubspot-solution-form__content__block__input input {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding: 0 15px;
  max-width: 100%;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  border: 1px solid var(--color-black);
  border-radius: 7px;
  color: #000;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__input input {
    height: calc(45 / 1440 * 100vw);
    padding: 0 calc(15 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    border-radius: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__input input {
    height: calc(45 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    border-radius: calc(7 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__input input::placeholder{
  color: #8D8D8D;
}
.p-hubspot-solution-form__content__block__textarea textarea {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 3px !important;
  color: #33475b;
}
.p-hubspot-solution-form__content__block__select select:focus,
.p-hubspot-solution-form__content__block__input input:focus,
.p-hubspot-solution-form__content__block__textarea textarea:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
/* .p-hubspot-solution-form__content__button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  margin-top: 43px;
  margin-bottom: 18px;
} */
.p-hubspot-solution-form__content__button input {
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 24px;
  background-image: url(assets/images/button_submit.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  content: "";
  cursor: pointer;
  display: block;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 242px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__button input {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(12 / 1440 * 100vw);
    padding: calc(12 / 1440 * 100vw) calc(24 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
    width: calc(242 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__button input {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(12 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(24 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    width: calc(242 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__agree {
  margin-top: 19px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__agree {
    margin-top: calc(19 / 1440 * 100vw);
    margin-bottom: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__agree {
    margin-top: calc(19 / 375 * 100vw);
    margin-bottom: calc(17 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__agree__block__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 11px;
  user-select: none;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__agree__block__checkbox {
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__agree__block__checkbox {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__agree__block__checkbox input{
  display: none;
}
.p-hubspot-solution-form__content__agree__block__checkbox label::before{
  transform: translate(-8px,2px);
  background-image: url(assets/images/icon_checkbox.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__agree__block__checkbox label::before{
    transform: translate(calc(-8 / 1440 * 100vw), calc(2 / 1440 * 100vw));
    width: calc(12 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__agree__block__checkbox label::before{
    transform: translate(calc(-8 / 375 * 100vw), calc(2 / 375 * 100vw));
    width: calc(12 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__agree__block__checkbox input:checked + label::before {
  background-image: url('assets/images/icon_checkbox_checked.svg');
}

.p-hubspot-solution-form__content__agree__block__checkbox label a {
  color: #33475b;
  text-decoration: underline;
}
.p-hubspot-solution-form__content__block__dropdown {
  position: relative;
  width: 100%;
  max-width: 400px;
  font-size: 16px;
}
.p-hubspot-solution-form__content__block__dropdown__toggle {
  padding: 15px;
  border: 1px solid var(--color-black);
  cursor: pointer;
  border-radius: 7px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__toggle {
    padding: calc(15 / 1440 * 100vw);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__toggle {
    padding: calc(15 / 375 * 100vw);
    border-radius: calc(7 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__dropdown__toggle::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(assets/images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-hubspot-solution-form__content__block__dropdown.is-open .p-hubspot-solution-form__content__block__dropdown__toggle {
  border-radius: 7px 7px 0 0;
  border-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown.is-open .p-hubspot-solution-form__content__block__dropdown__toggle {
    border-radius: calc(7 / 1440 * 100vw) calc(7 / 1440 * 100vw) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown.is-open .p-hubspot-solution-form__content__block__dropdown__toggle {
    border-radius: calc(7 / 375 * 100vw) calc(7 / 375 * 100vw) 0 0;
  }
}
.p-hubspot-solution-form__content__block__dropdown__menu {
  position: absolute;
  /* top: 100%; */
  left: 0;
  right: 0;
  background: #fff;
  border: 0;
  display: none;
  z-index: 1000;
  padding: 18px 21px;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(46, 62, 80, 0.16);
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu {
    font-size: calc(13 / 1440 * 100vw);
    padding: calc(18 / 1440 * 100vw) calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu {
    font-size: calc(13 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(21 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__dropdown.is-open .p-hubspot-solution-form__content__block__dropdown__menu {
  display: block;
}
.p-hubspot-solution-form__content__block__dropdown__menu label {
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu label {
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu label {
    margin-bottom: calc(4 / 375 * 100vw);
  }
}

.p-hubspot-solution-form__content__block__dropdown__menu label span {
  position: relative;
  padding-left: 24px;
}

.p-hubspot-solution-form__content__block__dropdown__menu--plan{
  max-height: 310px;
  overflow-y: auto;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu--plan{
    max-height: calc(310 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu--plan{
    max-height: calc(310 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__dropdown__menu--plan label {
    margin-bottom: 1px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu--plan label {
    margin-bottom: calc(1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu--plan label {
    margin-bottom: calc(1 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__dropdown__menu__planTitle {
  margin-bottom: 4px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu__planTitle {
    margin-bottom: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu__planTitle {
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
.p-hubspot-solution-form__content__block__dropdown__menu > div:nth-of-type(n+2) > .p-hubspot-solution-form__content__block__dropdown__menu__planTitle,
.p-hubspot-solution-form__content__block__dropdown__menu__planTitle--div {
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution-form__content__block__dropdown__menu > div:nth-of-type(n+2) > .p-hubspot-solution-form__content__block__dropdown__menu__planTitle,
  .p-hubspot-solution-form__content__block__dropdown__menu__planTitle--div {
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution-form__content__block__dropdown__menu > div:nth-of-type(n+2) > .p-hubspot-solution-form__content__block__dropdown__menu__planTitle,
  .p-hubspot-solution-form__content__block__dropdown__menu__planTitle--div {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__main__entry{
  border-bottom: 1px solid #ccc;
}

/* アコーディオンのボックス全体 */
.p-hubspot-solution__content__choice {
  border-bottom: 1px solid #ccc;
  /* margin-bottom: 12px; */
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.p-hubspot-solution__content__choice--title {
  background-color: #f9f9f9;
  padding: 19px 18px 20px 10px;
  line-height: 17px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--title {
    padding: calc(19 / 1440 * 100vw) calc(18 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(10 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--title {
    padding: calc(14 / 375 * 100vw) calc(18 / 375 * 100vw) calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
    /* padding: 0; */
    line-height: calc(17 / 375 * 100vw);
  }
}

.p-hubspot-solution__content__choice--title::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  /* transition: transform 0.3s ease; */
  width: 12px;
  height: 8px;
  background-image: url(assets/images/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--title::after {
    right: calc(18 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
    height: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--title::after {
    right: calc(8 / 375 * 100vw);
    width: calc(9 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    top: 60%;
  }
}
/* is-open時の矢印変更 */
.p-hubspot-solution__content__choice.is-open .p-hubspot-solution__content__choice--title::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice.is-open .p-hubspot-solution__content__choice--title::after {
    top: 52%;
  }
}

.p-hubspot-solution__content__choice--title label,
.p-hubspot-solution-form__content__block__dropdown__menu label {
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.p-hubspot-solution__content__choice--title label{
  font-size: 18px;
  padding-left: 27px;
}
.p-hubspot-solution-form__content__block__dropdown__menu label {
  font-size: 13px;
  padding-left: 23px;
  line-height: 19px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--title label{
    font-size: calc(18 / 1440 * 100vw);
    padding-left: calc(27 / 1440 * 100vw);
  }
  .p-hubspot-solution-form__content__block__dropdown__menu label {
    font-size: calc(13 / 1440 * 100vw);
    padding-left: calc(23 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--title label{
    font-size: calc(17 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
  }
  .p-hubspot-solution-form__content__block__dropdown__menu label {
    font-size: calc(13 / 375 * 100vw);
    padding-left: calc(24 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__choice--title label .checkbox-label{
  width: 100%;
}
.p-hubspot-solution__content__choice--title label::before,
.p-hubspot-solution-form__content__block__dropdown__menu label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 56%;
  width: 13px;
  height: 13px;
  background-image: url(assets/images/icon_checkbox.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--title label::before,
  .p-hubspot-solution-form__content__block__dropdown__menu label::before {
    width: calc(13 / 1440 * 100vw);
    height: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--title label::before,
  .p-hubspot-solution-form__content__block__dropdown__menu label::before {
    width: calc(13 / 375 * 100vw);
    height: calc(13 / 375 * 100vw);
  }
}
/* チェック済み時（切り替え） */
.p-hubspot-solution__content__choice--title label:has(input:checked)::before,
.p-hubspot-solution-form__content__block__dropdown__menu label:has(input:checked)::before {
  background-image: url(assets/images/icon_checkbox_checked.svg);
}
.p-hubspot-solution__content__checkbox,
.p-hubspot-solution-form__content__block__dropdown__menu input[type="checkbox"] {
  display: none;
}
.p-hubspot-solution__content__choice--detailBox {
  padding: 4px 9px 22px 9px;
  display: none;
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--detailBox {
    padding: calc(4 / 1440 * 100vw) calc(9 / 1440 * 100vw) calc(22 / 1440 * 100vw) calc(9 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--detailBox {
    padding: 0 calc(9 / 375 * 100vw) calc(20 / 375 * 100vw) calc(9 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__choice--detail{
  display: flex;
  gap: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--detail{
    gap: calc(20 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--detail{
    gap: calc(13 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-hubspot-solution__content__choice--detail img{
  width: 300px;
  height: 170px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--detail img{
    width: calc(300 / 1440 * 100vw);
    height: calc(170 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--detail img{
    width: calc(315 / 375 * 100vw);
    height: calc(177 / 375 * 100vw);
  }
}
.p-hubspot-solution__content__choice--detail p{
  letter-spacing: .08em;
}
.p-hubspot-solution__content__choice--price{
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-top: 13px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__content__choice--price{
    font-size: calc(20 / 1440 * 100vw);
    padding-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__content__choice--price{
    font-size: calc(20 / 375 * 100vw);
    padding-top: calc(10 / 375 * 100vw);
  }
}
.p-hubspot-solution__industryLink{
  margin-bottom: 135px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink{
    margin-bottom: calc(135 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink{
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-hubspot-solution__industryLink h2{
  font-size: 20px;
  font-weight: bold;
  margin-top: 73px;
  margin-bottom: 34px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink h2{
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(73 / 1440 * 100vw);
    margin-bottom: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink h2{
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(55 / 375 * 100vw);
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.p-hubspot-solution__industryLink__inner{
  display: grid;
  grid-template-columns: repeat(3, 267px);
  gap: 20px 18px;
  width: fit-content;
  justify-content: start;
  display: grid;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink__inner{
    grid-template-columns: repeat(3, calc(267 / 1440 * 100vw));
    gap: calc(20 / 1440 * 100vw) calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink__inner{
    width: 100%;
    grid-template-columns: 1fr;
    gap: calc(15 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-hubspot-solution__industryLink__section{
  background-color: var(--color-white);
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 66px;
  position: relative;
  /* width: 267px; */
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink__section{
    border-radius: calc(7 / 1440 * 100vw);
    height: calc(66 / 1440 * 100vw);
    /* width: calc(267 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink__section{
    border-radius: calc(7 / 375 * 100vw);
    height: calc(66 / 375 * 100vw);
    /* width: calc(267 / 375 * 100vw); */
  }
}
.p-hubspot-solution__industryLink__section::after {
  background-image: url(assets/images/cta_button.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink__section::after {
    height: calc(30 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink__section::after {
    height: calc(30 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}
.p-hubspot-solution__industryLink__section:hover::after {
  transform: scale(1.4) translateY(-35%);
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink__section:hover::after {
    transform: scale(1) translateY(-35%);
  }
}
.p-hubspot-solution__industryLink__section_title{
  font-size: 18px;
  font-weight: bold;
  padding-top: 24px;
  padding-left: 34px;
}
@media screen and (max-width: 1439px) {
  .p-hubspot-solution__industryLink__section_title{
    font-size: calc(18 / 1440 * 100vw);
    padding-top: calc(24 / 1440 * 100vw);
    padding-left: calc(34 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-hubspot-solution__industryLink__section_title{
    font-size: calc(17 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
}
.aside__title{
  color: #fff;
  margin: 50px 0 25px 0;
}
@media screen and (max-width: 1439px) {
  .aside__title{
    margin: calc(50 / 1440 * 100vw) 0 calc(25 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .aside__title{
    margin: calc(50 / 375 * 100vw) 0 calc(25 / 375 * 100vw) 0;
  }
}
.aside__bottom{
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .aside__bottom{
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .aside__bottom{
    margin-top: calc(50 / 375 * 100vw);
  }
}