@charset "utf-8";
/* CSS Document */
.custom_cate1 .custom_cate1__title span {
    color: #222;
}

.budget_cate3 {
  position: relative;
  overflow: hidden;
}

.budget_cate3 .budget_cate3__inner {
  position: relative;
  width: min(100%, 1280px);
  margin: 0 auto;
  box-sizing: border-box;
}


.budget_cate3 .budget_cate3__worry {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(30px, 5vw, 46px);
  padding-top: clamp(40px, 6vw, 70px);
  overflow: hidden;
}

.budget_cate3 .budget_cate3__worry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(88vw, 760px);
  aspect-ratio: 1 / 1;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, .46) 0%,
    rgba(255, 255, 255, .1) 58%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}


.budget_cate3 .budget_cate3__worry_small {
  color: #31a929;
  line-height: 1.4;
  margin-bottom: 8px;
}

.budget_cate3 .budget_cate3__worry_title {
  color: #31a929;
  line-height: 1.5;
  margin-bottom: clamp(30px, 5vw, 48px);
}

.budget_cate3 .budget_cate3__worry_title span {
  color: #ff7019;
}

.budget_cate3 .budget_cate3__worry_list {
  width: min(100%, 820px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 28px) clamp(24px, 4vw, 34px);
}

.budget_cate3 .budget_cate3__worry_item {
  width: calc((100% - clamp(24px, 4vw, 34px)) / 2);
  min-height: clamp(88px, 9vw, 118px);
  border: 4px solid #7acb5d;
  border-radius: 999px;
  background: rgba(253,253,245,0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 16px 24px;
}

.budget_cate3 .budget_cate3__worry_item p {
  color: #ff7019;
  line-height: 1.6;
}

.budget_cate3 .budget_cate3__arrow {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  margin: 0 auto clamp(34px, 5vw, 52px);
  border-left: clamp(44px, 6vw, 72px) solid transparent;
  border-right: clamp(44px, 6vw, 72px) solid transparent;
  border-top: clamp(22px, 3vw, 34px) solid #7acb5d;
}

.budget_cate3 .budget_cate3__titlebox {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.budget_cate3 .top_a__label {
  margin-bottom: clamp(22px, 4vw, 34px);
}

.budget_cate3 .budget_cate3__title {
  color: #222;
  line-height: 1.5;
}

.budget_cate3 .budget_cate3__title span {
  color: #31a929;
}

.budget_cate3 .budget_cate3__support {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.budget_cate3 .budget_cate3__support_item {
  width: calc(100% / 3);
  padding: clamp(28px, 4vw, 44px) clamp(24px, 3vw, 34px);
  border-right: 1px solid #d8e5d5;
  border-bottom: 1px solid #d8e5d5;
  box-sizing: border-box;
}

.budget_cate3 .budget_cate3__support_item:nth-child(3n) {
  border-right: none;
}

.budget_cate3 .budget_cate3__support_item:nth-last-child(-n + 3) {
  border-bottom: none;
}

.budget_cate3 .budget_cate3__support_img {
  width: 100%;
  aspect-ratio: 1.55 / 1;
  margin-bottom: clamp(18px, 3vw, 26px);
  border-radius: 10px;
  overflow: hidden;
}

.budget_cate3 .budget_cate3__support_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.budget_cate3 .budget_cate3__support_item h3 {
  color: #31a929;
  line-height: 1.5;
  margin-bottom: 10px;
    text-align: center;
}

.budget_cate3 .budget_cate3__support_item p {
  color: #333;
}

/* ---------- 900px ---------- */
@media screen and (max-width: 900px) {
  .budget_cate3 .budget_cate3__support_item {
    width: 50%;
  }

  .budget_cate3 .budget_cate3__support_item:nth-child(3n) {
    border-right: 1px solid #d8e5d5;
  }

  .budget_cate3 .budget_cate3__support_item:nth-child(2n) {
    border-right: none;
  }

  .budget_cate3 .budget_cate3__support_item:nth-last-child(-n + 3) {
    border-bottom: 1px solid #d8e5d5;
  }

  .budget_cate3 .budget_cate3__support_item:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

/* ---------- 576px ---------- */
@media screen and (max-width: 576px) {
  .budget_cate3 .budget_cate3__worry_list {
    gap: 16px;
  }

  .budget_cate3 .budget_cate3__worry_item {
    width: 100%;
    border-width: 3px;
  }

  .budget_cate3 .budget_cate3__support_item,
  .budget_cate3 .budget_cate3__support_item:nth-child(2n),
  .budget_cate3 .budget_cate3__support_item:nth-child(3n),
  .budget_cate3 .budget_cate3__support_item:nth-last-child(-n + 2),
  .budget_cate3 .budget_cate3__support_item:nth-last-child(-n + 3) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d8e5d5;
  }

  .budget_cate3 .budget_cate3__support_item:last-child {
    border-bottom: none;
  }
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

