.page_intro_block .ttl_box {
  margin-top: 1.7%;
  padding-left: 10.8%;
}
.page_intro_block .ttl_box::before {
  background: url(../img/common/price_illust01.png) no-repeat center bottom;
  background-size: contain;
  width: 218px;
  width: min(16vw, 218px);
  height: min(calc(16vw * 0.858), 187px);
  display: block;
}

.sec_main {
  overflow: hidden;
}
.sec_main .main_box.main_01 {
  margin-bottom: 50px;
}
.sec_main .main_box.main_02 {
  position: relative;
}
.sec_main .main_box.main_02::after {
  content: "";
  background: url(../img/volunteer/txt_support.png) no-repeat top left;
  background-size: contain;
  width: min(19vw, 280px);
  height: 94px;
  position: absolute;
  right: -8%;
  bottom: -6.5%;
}
.sec_main .main_box .content_ttl {
  padding: 1.3% 0 1.5%;
}
.sec_main .main_box .txt_box {
  width: 48%;
  margin-top: -10px;
}
.sec_main .main_box .txt_box ul {
  margin-top: 20px;
}
.sec_main .main_box .txt_box ul li {
  width: 47.8%;
}
.sec_main .main_box .ttl {
  font-size: min(2.6vw, 32px);
  margin: -12px 0 15px;
}
.sec_main .main_box .photo {
  width: 48%;
  margin-top: -10px;
}
.sec_main .volunteer_content_wrap {
  position: relative;
  z-index: 1;
}
.sec_main .volunteer_content_wrap::after {
  content: "";
  background: url(../img/volunteer/txt_support.png) no-repeat top left;
  background-size: contain;
  width: min(19vw, 280px);
  height: 94px;
  position: absolute;
  right: -8%;
  bottom: -6.5%;
}
.sec_main .volunteer_content_wrap .content_box {
  padding: 0;
}
.sec_main .volunteer_content_wrap .sub_content_box {
  margin: 40px 0 0;
}

.sec_others {
  position: relative;
  z-index: 1;
}
.sec_others .box {
  margin-bottom: 40px;
  background: #fff;
}
.sec_others .box.box_01 {
  margin-top: 10px;
}
.sec_others .box .box_ttl {
  font-size: min(2.0vw, 24px);
  background: #4c99d4;
  padding: 1.4% 0 1.6%;
}
.sec_others .box .border_box {
  border-top: none;
}
.sec_others .box ul {
  margin-top: -10px;
  margin-bottom: -10px;
  gap: 0 3%;
}
.sec_others .box ul li {
  width: 23%;
  max-width: 230px;
}
.sec_others .box ul + p {
  margin-top: 45px;
}
.sec_others .box.last {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .sec_main .main_box {
    margin-bottom: 5.5vw;
  }
  .sec_main .main_box.main_02::after {
    width: 165.9px;
    height: 50.4px;
    right: -2%;
    bottom: -5.5%;
  }
  .sec_main .main_box .ttl {
    margin: -5px 0 15px;
  }
  .sec_main .volunteer_content_wrap::after {
    width: 165.9px;
    height: 50.4px;
    right: -2%;
    bottom: -3.5%;
  }
  .sec_others .box {
    margin-bottom: 3.5vw;
  }
}
@media screen and (max-width: 568px) {
  .page_ttl_area .page_ttl .en {
    position: relative;
    top: 3px;
  }
  .page_intro_block .ttl_box {
    margin-top: 0;
    padding-left: 0;
  }
  .page_intro_block .ttl_box::before {
    width: 125px;
    height: 107px;
    margin-left: 20px;
  }
  .sec_main.bg_sankaku_right::before {
    content: none;
  }
  .sec_main .main_box {
    margin: 0 -5.3vw;
  }
  .sec_main .main_box.main_01 {
    margin-bottom: 30px;
  }
  .sec_main .main_box.main_02::after {
    width: 140px;
    height: 47px;
    right: 14px;
    bottom: -31px;
  }
  .sec_main .main_box.main_02 .content_ttl {
    padding: 3% 0 3.5%;
  }
  .sec_main .main_box .content_ttl {
    line-height: 1.4;
    padding: 2% 0 2.5%;
  }
  .sec_main .main_box .md_inner_space {
    flex-direction: column-reverse;
  }
  .sec_main .main_box .txt_box {
    width: 100%;
    margin: 0;
  }
  .sec_main .main_box .ttl {
    font-size: 21px;
    text-align: center;
    margin: 15px 0 8px;
  }
  .sec_main .main_box .photo {
    width: 100%;
    margin: 0;
  }
  .sec_main .volunteer_content_wrap::after {
    width: 140px;
    height: 47px;
    right: 14px;
    bottom: -31px;
  }
  .sec_main .volunteer_content_wrap .sub_content_box {
    margin: 25px 0 0;
  }
  .sec_others.bg_sankaku_right::before {
    content: none;
  }
  .sec_others .box {
    margin: 0 -5.3vw 25px;
  }
  .sec_others .box .box_ttl {
    font-size: 18px;
    padding: 2.2% 0 2.3%;
  }
  .sec_others .box .border_box {
    border-left: none;
    border-right: none;
  }
  .sec_others .box ul {
    flex-direction: column;
    align-items: center;
    margin: 0 0 5px;
    gap: 15px 0;
  }
  .sec_others .box ul li {
    width: 68.6%;
  }
  .sec_others .box ul + p {
    margin-top: 15px;
  }
}/*# sourceMappingURL=volunteer.css.map */