@charset "UTF-8";
.p-hokkaido .c-cta-bottom-item {
  width: 100%;
}

.p-hokkaido-floating-cta {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: var(--z-index-front);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-hokkaido-floating-cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-floating-cta {
    display: none;
  }
}
.p-hokkaido-floating-cta__close {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid var(--gray-bg-01);
  border-bottom-color: var(--white);
  border-right-color: var(--white);
  border-radius: 2px 0 0 2px;
  background-color: var(--white);
}
.p-hokkaido-floating-cta__close::before, .p-hokkaido-floating-cta__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #616161;
}
.p-hokkaido-floating-cta__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-hokkaido-floating-cta__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-hokkaido-floating-cta__link {
  min-width: 180px;
  padding: 14px 18px 12px;
  border: 3px solid var(--white);
  border-radius: 10px 0 0 10px;
  background-color: var(--rcloud-cta);
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .p-hokkaido-floating-cta__link:hover {
    opacity: 0.92;
  }
}
.p-hokkaido-floating-cta__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: 0;
}
.p-hokkaido-floating-cta__free {
  width: 100%;
  border-radius: 120px;
  background-color: var(--white);
  color: var(--rcloud-cta);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-top: 4px;
  padding-bottom: 2px;
}

.p-hokkaido-header {
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: var(--white);
  border-bottom: 1px solid #d2d2d2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.p-hokkaido-header__inner {
  max-width: 1240px;
  min-height: 70px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  align-items: center;
}
.p-hokkaido-header__logo-list {
  display: flex;
  align-items: center;
}
.p-hokkaido-header__logo-wrap {
  width: 156px;
  height: 70px;
  flex-shrink: 0;
}
.p-hokkaido-header__logo {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-header__inner {
    min-height: 54px;
    padding: 0 16px;
  }
  .p-hokkaido-header__logo-wrap {
    width: 120px;
    height: 54px;
  }
  .p-hokkaido-header__logo {
    object-fit: contain;
  }
}

.p-hokkaido-header + .l-common-main {
  padding-top: 0;
}

.p-hokkaido-fv-wrap {
  position: relative;
}

.p-hokkaido-fv {
  position: relative;
  overflow: hidden;
  background: var(--rcloud-primary);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv {
    padding: 0 16px;
  }
}
.p-hokkaido-fv::before, .p-hokkaido-fv::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.p-hokkaido-fv::before {
  left: 0;
  width: 50vw;
  background-color: #267d00;
}
.p-hokkaido-fv::after {
  right: 0;
  width: 50vw;
  background-color: #007bc7;
}
.p-hokkaido-fv__inner {
  display: grid;
  position: relative;
  max-width: 1000px;
  min-height: 464px;
  margin: 0 auto;
  padding-top: 53px;
  align-content: start;
  justify-items: center;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-hokkaido-fv__inner {
    padding-top: 68px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__inner {
    min-height: 384px;
    padding-top: 62px;
  }
}
@media (max-width: 667px) {
  .p-hokkaido-fv__inner {
    min-height: 464px;
    padding-top: 42px;
  }
}
.p-hokkaido-fv__inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -115px;
  z-index: 1;
  width: 782px;
  height: 782px;
  border-radius: 50%;
  background: var(--white);
  transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__inner::before {
    top: -110px;
    width: 640px;
    height: 640px;
  }
}
@media (max-width: 667px) {
  .p-hokkaido-fv__inner::before {
    top: 50%;
    width: 130vw;
    height: auto;
    aspect-ratio: 1/1;
    transform: translate(-50%, -50%);
    max-width: 525px;
  }
}
.p-hokkaido-fv__person {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__person {
    top: auto;
    bottom: -150px;
  }
}
.p-hokkaido-fv__person--left {
  left: -55px;
  top: 14px;
  width: 289px;
}
@media screen and (max-width: 1024px) {
  .p-hokkaido-fv__person--left {
    left: -92px;
    width: 310px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__person--left {
    left: -70px;
    width: 230px;
  }
}
@media (max-width: 667px) {
  .p-hokkaido-fv__person--left {
    top: 217px;
    left: 50%;
    width: 71%;
    max-width: 250px;
    transform: translateX(-91%);
  }
}
.p-hokkaido-fv__person--right {
  right: -70px;
  top: 14px;
  width: 333px;
}
@media screen and (max-width: 1024px) {
  .p-hokkaido-fv__person--right {
    right: -97px;
    width: 345px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__person--right {
    right: -70px;
    width: 240px;
  }
}
@media (max-width: 667px) {
  .p-hokkaido-fv__person--right {
    top: 212px;
    right: 50%;
    width: 80%;
    max-width: 280px;
    transform: translateX(85%);
  }
}
.p-hokkaido-fv__person-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-hokkaido-fv-title {
  width: 632px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: grid;
  justify-items: center;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1024px) {
  .p-hokkaido-fv-title {
    width: 560px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv-title {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-fv-title {
    width: 100%;
  }
}
.p-hokkaido-fv-title__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv-title__image {
    max-width: 427px;
    width: 120%;
  }
}
.p-hokkaido-fv__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 425px;
  min-height: 86px;
  margin-top: 12px;
  padding: 3px 10px 0 0;
  border: 3px solid var(--white);
  border-radius: 100px;
  background-color: var(--rcloud-cta);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: var(--white);
  text-decoration: none;
  transition: all 0.2s ease;
  z-index: 2;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__btn {
    width: 360px;
    min-height: 62px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-fv__btn {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-hokkaido-fv__btn:hover {
    transform: scale(1.03);
    background-color: var(--white);
    color: var(--rcloud-cta);
    border-color: var(--rcloud-cta);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .p-hokkaido-fv__btn:hover .p-hokkaido-fv__btn-free {
    background: var(--rcloud-cta);
    color: var(--white);
  }
  .p-hokkaido-fv__btn:hover::after {
    border-top-color: var(--rcloud-cta);
    border-right-color: var(--rcloud-cta);
  }
}
.p-hokkaido-fv__btn-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 24px;
  padding: 4px 10px 2px;
  border-radius: 100px;
  background-color: var(--white);
  color: var(--rcloud-cta);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.p-hokkaido-fv__btn-text {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv__btn-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-hokkaido-fv__btn-text {
    font-size: 18px;
  }
}
.p-hokkaido-fv__btn::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}

.p-hokkaido-fv-cta {
  position: absolute;
  left: 50%;
  top: 330px;
  z-index: 5;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .p-hokkaido-fv-cta {
    top: 310px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-fv-cta {
    top: 65%;
  }
}
@media (max-width: 667px) {
  .p-hokkaido-fv-cta {
    top: auto;
    bottom: -36px;
    width: calc(100% - 32px);
    text-align: center;
  }
}

.p-hokkaido-problems {
  background-color: var(--gray-bg-02);
  padding: 64px 0 50px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems {
    padding: 56px 0 36px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-problems {
    padding-top: 64px;
  }
}
.p-hokkaido-problems__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems__inner {
    padding: 0 20px;
  }
}
.p-hokkaido-problems__head {
  width: 600px;
  transition: width 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems__head {
    width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-problems__head {
    width: 100%;
  }
}
.p-hokkaido-problems__head-image {
  display: block;
  width: 100%;
  height: auto;
}
.p-hokkaido-problems__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: start;
  justify-items: center;
  width: 100%;
  margin-top: 48px;
  padding-top: 0;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems__cards {
    gap: 32px;
    margin-top: 48px;
  }
}
.p-hokkaido-problems__cards-image {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
  max-width: 480px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems__cards-image {
    max-width: 400px;
  }
}
.p-hokkaido-problems__arrow {
  margin-top: 28px;
}
.p-hokkaido-problems__arrow-image {
  display: block;
  width: 114px;
  height: auto;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-problems__arrow-image {
    width: 100px;
  }
}

.p-hokkaido-solution {
  position: relative;
  overflow: hidden;
  padding: 56px 0 44px;
  background: var(--white);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution {
    padding: 40px 0 30px;
  }
}
.p-hokkaido-solution__meisai-component {
  --meisai-component-width: 170px;
  position: absolute;
  top: -6px;
  left: -21px;
  width: var(--meisai-component-width);
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__meisai-component {
    --meisai-component-width: 18%;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-solution__meisai-component {
    display: none;
  }
}
.p-hokkaido-solution__seisan-component {
  --seisan-component-width: 200px;
  position: absolute;
  bottom: -4px;
  right: -20px;
  width: var(--seisan-component-width);
  height: auto;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__seisan-component {
    --seisan-component-width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-solution__seisan-component {
    display: none;
  }
}
.p-hokkaido-solution__inner {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__inner {
    padding: 0 20px;
    gap: 28px;
  }
}
.p-hokkaido-solution__head {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-solution__head {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-hokkaido-solution__logo-wrap {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-solution__logo-wrap {
    gap: 24px;
  }
}
.p-hokkaido-solution__logo {
  --logo-height: 114px;
  width: auto;
  height: var(--logo-height);
}
.p-hokkaido-solution__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-hokkaido-solution__logo:first-child {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__logo:first-child {
    margin-left: 0;
  }
}
.p-hokkaido-solution__logo:last-child {
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__logo {
    --logo-height: 80px;
  }
}
.p-hokkaido-solution__resolve {
  position: static;
  font-size: 34px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__resolve {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-solution__resolve {
    font-size: 20px;
  }
}
.p-hokkaido-solution__text {
  font-size: 24px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1.65;
  letter-spacing: 1.2px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-solution__text {
    font-size: 18px;
  }
}
@media (max-width: 460px) {
  .p-hokkaido-solution__text {
    font-size: 16px;
  }
}
.p-hokkaido-solution__text-seisan {
  color: var(--rseisan-primary);
}
.p-hokkaido-solution__text-meisai {
  color: var(--rmeisai-primary);
}

.p-hokkaido-meisai {
  background-color: var(--rmeisai-bg-sub-03);
}
.p-hokkaido-meisai__header {
  width: 100%;
  padding: 0 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rmeisai-primary);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__header {
    height: auto;
    padding: 10px 16px;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.p-hokkaido-meisai__header-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__header-text {
    font-size: 16px;
  }
}
.p-hokkaido-meisai__header-logo {
  width: 178px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 11px;
  position: relative;
  top: -2px;
}
.p-hokkaido-meisai__header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__header-logo {
    width: 120px;
    height: 54px;
    top: 0;
  }
}
.p-hokkaido-meisai__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__inner {
    padding: 30px 20px;
    gap: 20px;
  }
}
.p-hokkaido-meisai__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__title {
    font-size: 20px;
  }
}
.p-hokkaido-meisai__title > span {
  display: inline-block;
}
.p-hokkaido-meisai__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-hokkaido-meisai__check-item {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.5;
}
.p-hokkaido-meisai__check-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  border-right: 2px solid var(--rmeisai-primary);
  border-top: 2px solid var(--rmeisai-primary);
  transform: rotate(135deg);
  left: -2px;
  top: 4px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__check-item {
    font-size: 16px;
    white-space: normal;
  }
}
.p-hokkaido-meisai__note-small {
  font-size: 10px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.5;
  margin-top: 8px;
}
.p-hokkaido-meisai__flow-wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__flow-wrap {
    max-width: 400px;
  }
}
.p-hokkaido-meisai__flow {
  display: block;
  width: 100%;
  height: auto;
}
.p-hokkaido-meisai__flow-note {
  max-width: 1000px;
  margin: 8px auto 40px;
  padding: 0 80px;
  font-size: 10px;
  color: var(--black);
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-meisai__flow-note {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.p-hokkaido-seisan {
  background-color: var(--rseisan-bg-sub-03);
}
.p-hokkaido-seisan__header {
  width: 100%;
  padding: 0 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: var(--rseisan-primary);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__header {
    height: auto;
    padding: 10px 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-seisan__header {
    flex-direction: column;
    gap: 4px;
  }
}
.p-hokkaido-seisan__header-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 99px;
  min-height: 36px;
  padding: 12px 16px 8px;
  border-radius: 8px;
  background: var(--white);
  color: var(--rseisan-primary);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__header-label {
    min-width: 72px;
    min-height: 28px;
    padding: 8px 12px 6px;
    font-size: 16px;
  }
}
.p-hokkaido-seisan__header-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__header-main {
    flex-wrap: wrap;
  }
}
.p-hokkaido-seisan__header-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__header-text {
    font-size: 16px;
  }
}
.p-hokkaido-seisan__header-logo {
  width: 178px;
  height: 80px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  top: -2px;
}
.p-hokkaido-seisan__header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__header-logo {
    width: 120px;
    height: 54px;
    top: 0;
  }
}
.p-hokkaido-seisan__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 46px 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__inner {
    padding: 30px 20px;
    gap: 20px;
  }
}
.p-hokkaido-seisan__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--rseisan-primary);
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__title {
    font-size: 20px;
  }
}
.p-hokkaido-seisan__title > span {
  display: inline-block;
}
.p-hokkaido-seisan__checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-hokkaido-seisan__check-item {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.5;
}
.p-hokkaido-seisan__check-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 12px;
  border-right: 2px solid var(--rseisan-primary);
  border-top: 2px solid var(--rseisan-primary);
  transform: rotate(135deg);
  left: -2px;
  top: 4px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__check-item {
    font-size: 16px;
  }
}
.p-hokkaido-seisan__flow-wrap {
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__flow-wrap {
    max-width: 400px;
  }
}
.p-hokkaido-seisan__flow {
  display: block;
  width: 100%;
  height: auto;
}
.p-hokkaido-seisan__flow-note {
  max-width: 1000px;
  margin: 8px auto 40px;
  padding: 0 80px;
  font-size: 10px;
  color: var(--black);
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-seisan__flow-note {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.p-hokkaido-effect .l-common-section__inner {
  max-width: 1000px;
}
.p-hokkaido-effect .c-heading-h2 {
  line-height: 1.4;
}
.p-hokkaido-effect .c-heading-h2 > span {
  display: inline-block;
}
.p-hokkaido-effect .c-heading-lead {
  max-width: 840px;
  margin: 20px auto 0;
}
.p-hokkaido-effect__content-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.p-hokkaido-effect__inner {
  display: flex;
  gap: 24px;
  max-width: 840px;
  margin: 32px auto 0;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect__inner {
    flex-direction: column;
    gap: 16px;
    margin-top: 22px;
  }
}
.p-hokkaido-effect-content {
  flex: 1 0 0;
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 31px 17px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect-content {
    width: 100%;
    flex: none;
    padding: 24px 16px;
    gap: 16px;
  }
}
.p-hokkaido-effect-content__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect-content__head {
    gap: 14px;
  }
}
.p-hokkaido-effect-content__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 43px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect-content__logo-wrap {
    width: 120px;
    height: 37px;
  }
}
.p-hokkaido-effect-content__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-hokkaido-effect-content__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: var(--black);
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect-content__text {
    font-size: 15px;
  }
}
.p-hokkaido-effect-content__text .u-text-annotation {
  font-size: 9px;
  line-height: 1.4;
  margin-left: 2px;
}
.p-hokkaido-effect-content__ai-label {
  width: min(330px, 100%);
  align-self: center;
  padding: 6px 4px 2px;
  border-radius: 5px;
  background-color: var(--rseisan-accent);
  color: var(--rseisan-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  word-break: break-word;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-effect-content__ai-label {
    font-size: 16px;
  }
}
.p-hokkaido-effect-content--rseisan {
  background-color: var(--rseisan-bg-sub-03);
}
.p-hokkaido-effect-content--rseisan .p-hokkaido-effect-box__text-point {
  color: var(--rseisan-primary);
}
.p-hokkaido-effect-content--rmeisai {
  background-color: var(--rmeisai-bg-sub-03);
}
.p-hokkaido-effect-content--rmeisai .p-hokkaido-effect-box__text-point {
  color: var(--rmeisai-primary);
}
.p-hokkaido-effect-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hokkaido-effect-box__text-point {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1px;
}
.p-hokkaido-effect-box__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 208px;
  height: auto;
  margin: 0;
}
.p-hokkaido-effect-box__image-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.p-hokkaido-effect-note {
  max-width: 840px;
  margin: 12px auto 0;
}
.p-hokkaido-effect-note small {
  line-height: 1.4;
}

.p-hokkaido-strength {
  --content-max-width: 840px;
  --padding-x: 24px;
  --gap: 36px;
  background-color: var(--rcloud-bg-sub-03);
  padding: 68px 0 44px;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-strength {
    padding: 50px 0 30px;
  }
}
.p-hokkaido-strength__inner {
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-items: center;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-strength__inner {
    --gap: 24px;
  }
}
.p-hokkaido-strength__text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-hokkaido-strength__map {
  position: absolute;
  width: auto;
  height: 164px;
  left: -126px;
  top: -66px;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 0;
}
@media (max-width: 960px) {
  .p-hokkaido-strength__map {
    height: 120px;
    left: -60px;
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-strength__map {
    height: 100px;
    left: -60px;
    top: -60px;
  }
}
@media (max-width: 460px) {
  .p-hokkaido-strength__map {
    height: 84px;
    left: -20px;
    top: -56px;
  }
}
.p-hokkaido-strength__map img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-hokkaido-strength__heading {
  --text-size: 30px;
  font-size: var(--text-size);
  font-weight: 700;
  color: var(--rcloud-primary);
  text-align: center;
  line-height: 1.47;
  transition: all 0.2s ease;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-strength__heading {
    --text-size: 20px;
  }
}
.p-hokkaido-strength__lead {
  --text-size: 18px;
  font-size: var(--text-size);
  font-weight: 700;
  color: var(--gray-01);
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.9px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-strength__lead {
    --text-size: 14px;
  }
}
.p-hokkaido-strength__lead > span {
  display: inline-block;
}
.p-hokkaido-strength__card {
  background: var(--white);
  border-radius: 10px;
  padding: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-strength__card {
    padding: 20px;
  }
}

.p-hokkaido-strength-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-hokkaido-strength-list__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-hokkaido-strength-list__check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p-hokkaido-strength-list__check::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 11px;
  border-right: 3.5px solid var(--rcloud-primary);
  border-top: 3.5px solid var(--rcloud-primary);
  transform: rotate(135deg);
  left: 4px;
  top: 3px;
}
.p-hokkaido-strength-list__text {
  font-size: 18px;
  font-weight: 700;
  color: var(--gray-01);
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-strength-list__text {
    font-size: 16px;
    white-space: normal;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-strength-list__text {
    font-size: 14px;
    white-space: normal;
  }
}

.p-hokkaido-strength-note {
  background-color: var(--rcloud-bg-sub-03);
  padding: 12px 16px;
}
.p-hokkaido-strength-note__inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 10px;
  color: var(--black);
  line-height: 1.4;
}
.p-hokkaido-strength-note__row {
  display: flex;
  gap: 2px;
  align-items: flex-start;
}
.p-hokkaido-strength-note__marker {
  flex-shrink: 0;
  white-space: nowrap;
}

.p-hokkaido-cta {
  background: #eef4fe;
  padding-inline: 24px;
  padding-bottom: 44px;
}
.p-hokkaido-cta__card {
  position: relative;
  display: grid;
  background: var(--rcloud-bg-main);
  border-radius: 10px;
  overflow: hidden;
  max-width: 840px;
  height: 256px;
  margin: 0 auto;
  align-content: center;
  padding-inline: 64px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta__card {
    justify-content: center;
    height: 220px;
    padding-inline: 40px;
  }
}
.p-hokkaido-cta__map {
  position: absolute;
  top: -9.34%;
  left: 54.29%;
  right: -4.64%;
  bottom: -4.35%;
  width: auto;
  height: auto;
  pointer-events: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta__map {
    top: -20px;
    left: 0;
    width: 270px;
  }
}
@media (max-width: 740px) {
  .p-hokkaido-cta__map {
    width: 207px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta__map {
    display: none;
  }
}
.p-hokkaido-cta__text {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.31;
  white-space: nowrap;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta__text {
    font-size: 22px;
    white-space: normal;
    margin-bottom: 16px;
    text-align: center;
  }
}
.p-hokkaido-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--rcloud-cta);
  border: 2.5px solid var(--white);
  border-radius: 100px;
  padding: 0 30px 0 9px;
  height: 74px;
  width: 365px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  position: relative;
  justify-content: center;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .p-hokkaido-cta__btn:hover {
    transform: scale(1.03);
    background-color: var(--white);
    color: var(--rcloud-cta);
    border-color: var(--rcloud-cta);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .p-hokkaido-cta__btn:hover .p-hokkaido-cta__btn-free {
    background: var(--rcloud-cta);
    color: var(--white);
  }
  .p-hokkaido-cta__btn:hover::after {
    border-top: 2px solid var(--rcloud-cta);
    border-right: 2px solid var(--rcloud-cta);
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta__btn {
    width: 100%;
    max-width: 320px;
    min-width: 300px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta__btn {
    max-width: 290px;
    min-width: 270px;
    height: 66px;
    padding: 0 16px;
    font-size: 17px;
  }
}
.p-hokkaido-cta__btn-free {
  flex-shrink: 0;
  background: var(--white);
  color: var(--rcloud-cta);
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  padding: 3px 8px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta__btn-free {
    font-size: 11px;
    padding: 3px 7px;
  }
}
.p-hokkaido-cta__btn-arrow {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.p-hokkaido-cta__btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta__btn::after {
    right: 14px;
    width: 7px;
    height: 7px;
  }
}

.p-hokkaido-cta-flat {
  position: relative;
  background: var(--rcloud-bg-main);
  padding-inline: 24px;
  overflow: hidden;
  height: 240px;
  display: grid;
  justify-items: center;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta-flat {
    height: 220px;
  }
}
.p-hokkaido-cta-flat__inner {
  display: grid;
  align-content: center;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta-flat__inner {
    justify-content: center;
  }
}
.p-hokkaido-cta-flat__map {
  position: absolute;
  top: -9.34%;
  left: 54.29%;
  right: -4.64%;
  bottom: -4.35%;
  width: auto;
  height: auto;
  pointer-events: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta-flat__map {
    top: -20px;
    left: 0;
    width: 270px;
  }
}
@media (max-width: 740px) {
  .p-hokkaido-cta-flat__map {
    width: 207px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta-flat__map {
    display: none;
  }
}
.p-hokkaido-cta-flat__text {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.31;
  white-space: nowrap;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta-flat__text {
    font-size: 22px;
    white-space: normal;
    margin-bottom: 16px;
    text-align: center;
  }
}
.p-hokkaido-cta-flat__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--rcloud-cta);
  border: 2.5px solid var(--white);
  border-radius: 100px;
  padding: 0 30px 0 9px;
  height: 74px;
  width: 365px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: var(--white);
  font-size: 19px;
  font-weight: 700;
  position: relative;
  justify-content: center;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .p-hokkaido-cta-flat__btn:hover {
    transform: scale(1.03);
    background-color: var(--white);
    color: var(--rcloud-cta);
    border-color: var(--rcloud-cta);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  .p-hokkaido-cta-flat__btn:hover .p-hokkaido-cta__btn-free {
    background: var(--rcloud-cta);
    color: var(--white);
  }
  .p-hokkaido-cta-flat__btn:hover::after {
    border-top: 2px solid var(--rcloud-cta);
    border-right: 2px solid var(--rcloud-cta);
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-cta-flat__btn {
    width: 100%;
    max-width: 320px;
    min-width: 300px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta-flat__btn {
    max-width: 290px;
    min-width: 270px;
    height: 66px;
    padding: 0 16px;
    font-size: 17px;
  }
}
.p-hokkaido-cta-flat__btn-free {
  flex-shrink: 0;
  background: var(--white);
  color: var(--rcloud-cta);
  font-size: 12px;
  font-weight: 700;
  border-radius: 100px;
  padding: 3px 8px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta-flat__btn-free {
    font-size: 11px;
    padding: 3px 7px;
  }
}
.p-hokkaido-cta-flat__btn-arrow {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.p-hokkaido-cta-flat__btn::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 600px) {
  .p-hokkaido-cta-flat__btn::after {
    right: 14px;
    width: 7px;
    height: 7px;
  }
}

.p-hokkaido-achievement .c-heading-h2 {
  color: var(--rcloud-primary);
}
.p-hokkaido-achievement .c-heading-h2 > span {
  display: inline-block;
}
.p-hokkaido-achievement-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-achievement-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.p-hokkaido-achievement-item {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 50px 32px;
  border-radius: 10px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-achievement-item {
    flex: none;
    padding: 30px 20px 24px;
  }
}
.p-hokkaido-achievement-item__inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.p-hokkaido-achievement-item__logo-wrap {
  text-align: center;
}
.p-hokkaido-achievement-item__logo {
  width: 200px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-achievement-item__logo {
    width: 150px;
  }
}
.p-hokkaido-achievement-item-emblem {
  display: block;
  width: 115px;
  height: 115px;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-achievement-item-emblem {
    width: 90px;
    height: 90px;
  }
}
.p-hokkaido-achievement-item-emblem__image {
  display: block;
  width: 100%;
  height: auto;
}
.p-hokkaido-achievement-item-company {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-achievement-item-company {
    font-size: 20px;
    white-space: normal;
  }
}
.p-hokkaido-achievement-item-company__number {
  font-size: 48px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-achievement-item-company__number {
    font-size: 36px;
  }
}
.p-hokkaido-achievement-item--rseisan {
  background-color: var(--rseisan-bg-sub-03);
}
.p-hokkaido-achievement-item--rseisan .p-hokkaido-achievement-item-company__number {
  color: var(--rseisan-primary);
}
.p-hokkaido-achievement-item--rmeisai {
  background-color: var(--rmeisai-bg-sub-03);
}
.p-hokkaido-achievement-item--rmeisai .p-hokkaido-achievement-item-company__number {
  color: var(--rmeisai-primary);
}
.p-hokkaido-achievement-note {
  margin-top: 30px;
  margin-inline: auto;
  line-height: 1.25;
  max-width: 840px;
}

.p-hokkaido-reason-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-list {
    gap: 24px;
  }
}

.p-hokkaido-reason-item {
  background-color: var(--white);
  padding: 36px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item {
    padding: 20px;
  }
}
.p-hokkaido-reason-item__column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item__column {
    flex-direction: column;
    gap: 20px;
  }
}
.p-hokkaido-reason-item__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item__detail {
    width: 100%;
    gap: 12px;
  }
}
.p-hokkaido-reason-item__number {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rcloud-primary);
  font-weight: 700;
  font-size: 24px;
}
.p-hokkaido-reason-item__number-text {
  font-size: 10px;
  margin: 0 3px 0 0;
}
.p-hokkaido-reason-item__number::before {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid var(--rcloud-primary);
}
.p-hokkaido-reason-item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.p-hokkaido-reason-item__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.p-hokkaido-reason-item__image-wrap {
  flex-shrink: 0;
  width: 344px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item__image-wrap {
    width: 100%;
    order: 2;
  }
}

.p-hokkaido-reason-item-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 24px;
  font-weight: 700;
  color: var(--rcloud-primary);
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item-title {
    font-size: 20px;
  }
}
.p-hokkaido-reason-item-title__sub {
  font-size: 20px;
  color: var(--black);
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-reason-item-title__sub {
    font-size: 16px;
  }
}

.p-hokkaido-series {
  background-color: white;
  padding: 70px 0;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series {
    padding: 50px 0;
  }
}
.p-hokkaido-series__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-hokkaido-series__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.p-hokkaido-series__title {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  padding-bottom: 56px;
  margin: 0;
  white-space: nowrap;
}
.p-hokkaido-series__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: var(--rcloud-primary);
}
.p-hokkaido-series__title > span {
  display: inline-block;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series__title {
    font-size: 20px;
    padding-bottom: 44px;
    white-space: normal;
  }
  .p-hokkaido-series__title::after {
    bottom: 20px;
  }
}
.p-hokkaido-series__lead {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  text-align: center;
  line-height: 1.6;
  padding-bottom: 30px;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series__lead {
    font-size: 14px;
  }
}
.p-hokkaido-series__lead-link {
  color: #1558d6;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.p-hokkaido-series-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-list {
    display: block;
  }
}
.p-hokkaido-series-list {
  /* 子要素が2個だけのとき */
}
.p-hokkaido-series-list:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, calc((100% - 40px) / 3));
}
@media screen and (max-width: 969px) {
  .p-hokkaido-series-list:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-hokkaido-series-item__link {
  text-decoration: none;
  background-color: #fff;
  color: var(--black);
  text-align: center;
  padding: 30px 30px 25px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item__link {
    padding: 20px 15px 15px;
  }
}
.p-hokkaido-series-item__link:is(.denshi, .hanbai, .kintai, .seikyu, .saikenkanri, .jyugyoinportal, .jidootai, .mailmarketing) .p-hokkaido-series-item-txt::after {
  border-color: var(--series-accent);
}
.p-hokkaido-series-item__link:is(.denshi, .hanbai, .kintai, .seikyu, .saikenkanri, .jidootai, .mailmarketing) .p-hokkaido-series-item-btn {
  border-color: var(--series-accent);
  background-color: var(--series-accent);
}
@media (hover: hover) {
  .p-hokkaido-series-item__link:is(.denshi, .hanbai, .kintai, .seikyu, .saikenkanri, .jidootai, .mailmarketing):hover .p-hokkaido-series-item-btn {
    color: var(--series-accent);
    background-color: #fff;
  }
  .p-hokkaido-series-item__link:is(.denshi, .hanbai, .kintai, .seikyu, .saikenkanri, .jidootai, .mailmarketing):hover .p-hokkaido-series-item-btn span::after {
    border-color: var(--series-accent);
  }
}
.p-hokkaido-series-item__link.denshi {
  --series-accent: var(--rdenshihozon-primary);
  background-color: var(--rdenshihozon-bg-sub-03);
}
.p-hokkaido-series-item__link.hanbai {
  --series-accent: var(--rhanbai-primary);
  background-color: var(--rhanbai-bg-sub-03);
}
.p-hokkaido-series-item__link.kintai {
  --series-accent: var(--rkintai-primary);
  background-color: var(--rkintai-bg-sub-03);
}
.p-hokkaido-series-item__link.seikyu {
  --series-accent: var(--rseikyu-primary);
  background-color: var(--rseikyu-bg-sub-03);
}
.p-hokkaido-series-item__link.saikenkanri {
  --series-accent: var(--rsaikenkanri-primary);
  background-color: var(--rsaikenkanri-bg-sub-03);
}
.p-hokkaido-series-item__link.jyugyoinportal {
  --series-accent: var(--black);
  background-color: var(--gray-bg-02);
  justify-content: center;
}
.p-hokkaido-series-item__link.jyugyoinportal .p-hokkaido-series-item-logo {
  width: 100%;
  margin-top: 0;
}
.p-hokkaido-series-item__link.jidootai {
  --series-accent: var(--rjidootai-primary);
  background-color: var(--rjidootai-bg-sub-03);
}
.p-hokkaido-series-item__link.jidootai .p-hokkaido-series-item-logo {
  height: 45px;
}
.p-hokkaido-series-item__link.mailmarketing {
  --series-accent: var(--rmailmarketing-primary);
  background-color: var(--rmailmarketing-bg-sub-03);
}
.p-hokkaido-series-item__link.mailmarketing .p-hokkaido-series-item-logo {
  height: 45px;
}
.p-hokkaido-series-item-tit {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-tit {
    font-size: 16px;
  }
}
.p-hokkaido-series-item-logo {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-hokkaido-series-item-logo {
    height: 45px;
  }
}
.p-hokkaido-series-item-logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.p-hokkaido-series-item-txt {
  margin-top: 22px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-txt {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
  }
}
.p-hokkaido-series-item-txt::after {
  content: "";
  width: 10px;
  height: 6px;
  border-top: solid 2px var(--black);
  border-right: solid 2px var(--black);
  display: block;
  position: absolute;
  left: 4px;
  top: 8px;
  transform: rotate(135deg);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-txt::after {
    top: 6px;
  }
}
.p-hokkaido-series-item-checklist {
  margin-top: 22px;
  display: inline-block;
}
.p-hokkaido-series-item-checklist .p-hokkaido-series-item-txt {
  margin-top: 5px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-checklist .p-hokkaido-series-item-txt {
    display: block;
  }
}
.p-hokkaido-series-item-btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  border: 2px solid var(--black);
  background-color: var(--black);
  transition: all ease 0.3s;
  color: #fff;
  white-space: nowrap;
  margin: 0 55px;
  width: 200px;
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-btn {
    padding: 7px 35px 5px;
    width: 174px;
    display: block;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .p-hokkaido-series-item-btn:hover {
    background-color: #fff;
    color: var(--black);
  }
  .p-hokkaido-series-item-btn:hover span::after {
    border-color: var(--black);
  }
}
.p-hokkaido-series-item-btn span {
  position: relative;
  padding-right: 18px;
}
.p-hokkaido-series-item-btn span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 5px);
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 840px) {
  .p-hokkaido-series-item-btn span::after {
    top: calc(50% - 5px);
  }
}
.p-hokkaido-series-item-note {
  font-size: 10px;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.p-hokkaido-u-ml-minus-0-7em {
  margin-left: -0.7em;
}
.p-hokkaido-u-mr-0-7em {
  margin-right: 0.7em;
}/*# sourceMappingURL=p-hokkaido.css.map */