.campaignSection__mainVisual {
  display: flex;
  width: 100%;
  background-image: url(/mv_bengoshi_sp.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (min-width: 59.375em) {
  .campaignSection__mainVisual {
    background-image: url(/mv_bengoshi_pc.webp);
  }
}

.campaignSection__mainVisual__inner {
  max-width: calc(100% - 30px);
  padding: 115px 0 20px;
  margin: auto;
}

@media screen and (min-width: 59.375em) {
  .campaignSection__mainVisual__inner {
    width: 100%;
    max-width: 830px;
    padding: 192px 0 40px;
  }
}

.campaignSection__mainVisual h1 {
  display: inline;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.46154;
  color: var(--font-base-color);
  letter-spacing: 0.48px;
  background-color: #ffffffd9;
}

@media all and (-ms-high-contrast: none) {
  .campaignSection__mainVisual h1 {
    font-family: メイリオ, Meiryo, Helvetica Neue, Arial, sans-serif !important;
  }
}

@media screen and (min-width: 59.375em) {
  .campaignSection__mainVisual h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.13889;
  }
}

.campaignSection__mainVisual__smallText {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 59.375em) {
  .campaignSection__mainVisual__smallText {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.46429;
  }
}

.campaignSection__mainVisual__mediumText {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 59.375em) {
  .campaignSection__mainVisual__mediumText {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.36667;
  }
}

.page-content-container {
  box-sizing: border-box;
  padding: 40px 32px;
  margin: 0 auto;
}

.footerMin {
  display: flex;
  padding: 0 32px 32px;
}

.footerMin > .logo {
  margin: auto;
}

.sectionBlock {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  width: 838px;
  padding: 0;
  margin: 0 auto;
}

.sectionBlock.-full-width {
  width: 100%;
}

.sectionBlock + .sectionBlock {
  padding-top: 80px;
}

.section-inner {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.img-list > .list-item {
  display: flex;
  flex-basis: calc((100% - 24px) / 3);
  flex-direction: column;
  gap: 10px;
  max-width: calc((100% - 24px) / 3);
}

.img-list > .list-item img {
  overflow: hidden;
  border-radius: 30px;
}

.img-list > .list-item > .label {
  font-weight: 600;
}

.listText .indent {
  padding-left: 1em;
  margin-left: 22px;
  list-style-type: disc;
}

.cardListText {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background: #fafafb;
  border-radius: 16px;
}

.cardListText ol.-number-list {
  padding-left: 28px;
  margin-bottom: 16px;
  list-style: decimal;
}

.card.CardWebContract {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card.CardWebContract .wrap .card__content .card__l {
  display: none;
}

@media screen and (max-width: 1024px) {
  .page-content-container {
    width: 100%;
    padding: 40px 16px;
  }

  .sectionBlock {
    width: 100%;
  }

  .sectionBlock + .sectionBlock {
    padding-top: 60px;
  }

  .section-inner {
    gap: 16px 0;
  }

  .section-btn {
    width: 100%;
    max-width: 328px;
    margin: 0 auto;
  }

  .img-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .img-list > .list-item {
    gap: 8px;
    align-items: center;
    width: 100%;
    min-width: calc((225 / 345) * 100%);
    max-width: none;
  }

  .cardListText {
    padding: 16px;
  }

  .card.CardWebContract {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}

/* ----- */
.btnLink {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  text-decoration: none;
  border-radius: 42px;
  transition: opacity 0.3s var(--ease-out-sine);
}

.btnLink .label {
  flex: 1;
  padding-left: 16px;
  font-size: var(--font-size-normal);
  font-weight: 600;
  line-height: 1.5;
  color: var(--font-color-base);
  text-align: center;
}

.btnLink.-default {
  background-color: #f0f0f1;
}

.btnLink:not(.-default) .label {
  color: #fff;
}

.btnLink:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .btnLink {
    padding: 12px 16px;
  }

  .btnLink .label {
    padding-left: 20px;
  }
}

/* ----- */
.headlineH3 {
  display: flex;
  gap: 0 10px;
  font-size: var(--font-size-x-large);
  letter-spacing: 0.04em;
}
.headlineH3 .icon {
  flex-shrink: 0;
}
.headlineH3 .icon svg {
  margin-left: -4px;
  fill: #818796;
}
.headlineH3 .title {
  font-size: var(--font-size-x-large);
  font-weight: 600;
  line-height: 1.5;
}
/* ----- */
.headlineH4 {
  display: flex;
  gap: 0 10px;
}

.headlineH4 .title {
  font-size: var(--font-size-large);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.headlineH4 .decoration {
  flex-shrink: 0;
  align-self: stretch;
  width: 3px;
  margin: 4px 0;
  background: linear-gradient(0deg, #64a4de, #64a4de);
  border-radius: 4px;
  transform: translateY(1px);
}

/* ----- */
.card {
  padding: 20px 26px 8px;
  background-color: #fff;
  border: 1px solid #dbdfec;
  border-radius: 30px;
}
.card .card__title {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 600;
}
.card .iconSvg {
  flex-shrink: 0;
}
.card .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card .wrap .card__content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.card .wrap .card__content .card__l {
  display: flex;
  align-items: center;
  min-width: 103px;
  font-weight: 600;
}
.card .wrap .card__content .card__l span {
  margin-left: 6px;
}
.card .wrap .card__content .card__text a[href*='mailto:'] {
  font-weight: 600;
  color: #64a4de;
  text-decoration: underline;
}
.card .wrap .card__button {
  display: block;
}
.card .wrap .card__button .btn {
  box-sizing: border-box;
  display: block;
  width: 280px;
  height: 56px;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 19px;
  color: #818796;
  border: 2px solid #818796;
  border-radius: 100px;
}
.card .wrap .card__button .btn .label {
  font-weight: 700;
}
.card .wrap .card__button .btn span {
  margin-left: 6px;
  font-weight: 600;
}
.card .wrap .card__button .btn div {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .card {
    padding-bottom: 20px;
    text-align: center;
  }
  .card .card__title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
  }
  .card .wrap {
    display: block;
  }
  .card .wrap .card__content {
    display: block;
    margin-bottom: 12px;
  }
  .card .wrap .card__content .card__l {
    display: flex;
    justify-content: center;
    margin-bottom: 9px;
  }
  .card .wrap .card__button {
    display: block;
  }
  .card .wrap .card__button .btn {
    width: 235px;
    height: 46px;
    padding: 5px;
    margin: 0 auto;
  }
  .card .wrap .card__button .btn + .btn {
    margin-top: 16px;
  }
}
/* ----- */
.card-web-contract {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 26px 8px;
  border: 1px solid #dbdfec;
  border-radius: 30px;

  .card__title {
    margin-bottom: 8px;
    font-size: 23px;
    font-weight: 600;
  }
  .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .card__button .btn {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 56px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #64a4de;
    border-radius: 100px;
  }
  .card__button .btn .label {
    font-weight: bold;
  }
  .card__button .btn .icon {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .card-web-contract {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    text-align: center;
    padding-bottom: 20px;

    .card__title {
      margin-bottom: 16px;
      font-size: 18px;
      font-weight: 600;
      color: #64a4de;
    }
    .card__button .btn {
      width: 235px;
      height: 46px;
      padding: 5px;
      margin-bottom: 0;
    }
  }
}

/* ------ */
.list dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  background: #fafafb;
  border-radius: 16px;
}

.list dl dt {
  width: calc(100% - 150px);
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.list dl dd {
  box-sizing: border-box;
  display: block;
  width: 150px;
  text-align: right;
}

.list dl dd a {
  padding: 2px 25px 5px;
  font-size: 14px;
  color: #8e959e;
  background: url(/icon_dl.svg) right 0 no-repeat;
}

.list + .list {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .list dl {
    padding: 16px;
    background: #fafafb;
    border-bottom: 1px solid #edeff3;
    border-radius: 16px;
  }

  .list dl dt {
    box-sizing: border-box;
    width: calc(100% - 120px);
    padding-right: 20px;
    font-weight: 600;
    text-align: left;
  }

  .list dl dd {
    width: 120px;
  }
}

/* ------ */
.pagetop {
  position: fixed;
  right: 80px;
  bottom: 40px;
  z-index: 10;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.pagetop:hover {
  opacity: 0.5 !important;
}

.pagetop.on {
  visibility: initial;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .pagetop {
    right: 30px;
    bottom: 90px;
  }
}
