:root {
  --color-primary: #009260;
  --color-primary-light: #48AF88;
  --color-black: #313634;

  --font-open-sans: "Open Sans", sans-serif;
}

.container {
  width: 1230px;
  margin: 46px auto 70px;
  padding: 0 40px;
}

@media screen and (max-width: 1580px) {

.container {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 50px
}
  }

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {

.cards {
    flex-direction: column;
    gap: 10px
}
  }

.card {
  overflow: hidden;
  width: 565px;
  border-radius: 10px;
  border: 1px solid #DDD;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) and (max-width: 1580px) {

.card {
    width: calc(50% - 10px);
}
  }

@media screen and (max-width: 767px) {

.card {
    width: 100%;
}
  }

.card:hover {
    color: #222;
  }

@media screen and (min-width: 768px) {

.card:hover {
      opacity: 0.8
  }
  }

.card-img {
  aspect-ratio: 565 / 300;
}

.card-img img {
    max-width: 100%;
  }

@media screen and (min-width: 768px) and (max-width: 1580px) {

.card-img img {
      object-fit: cover;
      height: auto
  }
  }

@media screen and (max-width: 767px) {

.card-img img {
      object-fit: cover;
      height: auto
  }
  }

.card-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 22px;
}

@media screen and (min-width: 768px) and (max-width: 1580px) {

.card-body {
    flex-direction: column;
    gap: 20px;
    padding: 20px 20px 22px
}
  }

@media screen and (max-width: 767px) {

.card-body {
    gap: 10px;
    padding: 20px 20px 22px
}
  }

.card-title {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

.card-title {
    font-size: 18px;
}
  }

.card-title::before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-primary-light);
    content: '';
  }
.card-title::after {
    display: none;
  }

@media screen and (max-width: 767px) {

.card-title::before {
      left: 0;
      width: 6px;
      height: 6px
  }
  }

.card-sub-title {
  color: var(--color-primary-light);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {

.card-sub-title {
    font-size: 16px
}
  }

.card-button {
  display: flex;
  align-items: center;
  position: relative;
  width: 194px;
  height: 48px;
  padding-left: 47px;
  border-radius: 4px;
  background-color: var(--color-primary-light);
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 767px) {

.card-button {
    width: auto;
    height: 40px;
    padding: 0 28px 0 20px;
    font-size: 14px;
}
  }

.card-button__arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    color: #fff;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
  }

@media screen and (max-width: 767px) {

.card-button__arrow {
      right: 10px;
  }
  }

.card-button__arrow::before, .card-button__arrow::after {
      content: '';
      position: absolute;
      background: currentColor;
      border-radius: 0.1em;
    }

.card-button__arrow::before {
      top: 0;
      left: 0;
      right: 0;
      height: 0.1em;
    }

.card-button__arrow::after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 0.1em;
}

.page-id-3035272 .webpage__medium-area{
	display: none;
}

.page-id-3035272 .contents .inner-wrap {
    padding-right: 0px;
    padding-left: 0px;
}

.contents h2.card-title :after {
	display: none;
}