/* Scss Document */
@media (min-width: 981px) {

  .sp {
    display: none;
  }

  .mod_breadcrumb {
    margin-bottom: 60px;
  }

  .ttl2 {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.08em;
  }

  #interview .ttl2 {
    letter-spacing: 0.2em
  }
  #idx .ttl2 {
    margin-bottom: 30px;
    text-align: center;
  }

  #idx .ttl2::after {
    display: none;
  }


  #idx {
    margin-bottom: 40px;
  }

  #idx .ttl3 {
    margin: 0 auto 15px auto;
    position: relative;
    font-size: 15px;
    line-height: 1.33;
    letter-spacing: 0.07em;
    font-weight: bold;
    text-align: center;
  }

  #idx .ttl3.sbl {
    width: 260px;
  }

  #idx .ttl3.sbr {
    width: 220px;
  }

  #idx .ttl3::before,
  #idx .ttl3::after {
    position: absolute;
    top: 6px;
    height: 35px;
    content: '';
  }

  #idx .ttl3::before {
    border-left: solid 2.5px;
    left: 0;
    transform: rotate(-25deg);
  }

  #idx .ttl3::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(25deg);
  }

  #idx .flex {
    display: flex;
    justify-content: center;
    column-gap: 46px;
  }

  #idx .items {
    width: 320px;
  }

  #idx .scroll {
    display: block;
    padding-top: 21px;
    width: 100%;
    height: 56px;
    border-radius: 56px;
    background-color: #fb8a04;
    text-align: center;
  }

  #idx .scroll:hover {
    opacity: 0.7;
  }

  #idx .scroll span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2em;
    color: #ffffff;
  }

  #idx .scroll::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 12px;
    background-image: url(../../common/img/real/arrow_bottom.png);
    background-position: center center;
    background-repeat: no-repeat;
  }

  #report {
    padding-top: 85px;
    margin-top: -85px;
    margin-bottom: 80px;
  }

  #report .item {
    width: 100%;
    margin-bottom: 55px;
  }

  #report .item:last-child {
    margin-bottom: 0;
  }

  #report .item a {
    position: relative;
    display: block;
    padding: 55px 50px;
    border-radius: 10px;
    overflow: hidden;
  }

  #report .image {
    width: 364px;
    position: absolute;
    top: 34px;
    right: 40px;
  }

  #report .image img {
    width: 100%;
  }

  #report .chapter {
    display: block;
    margin-bottom: 20px;
  }

  #report .item_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #444;
    margin-bottom: 20px;
  }

  #report .desc {
    font-size: 16px;
    color: #444;
    line-height: 1.375;
  }

  .new {
    position: relative;
  }

  .new::before {
    z-index: 2;
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    background: url("../img/common/new.svg") center center/100% no-repeat;
  }

  #interview {
    margin-bottom: 80px;
  }

  #interview .interview_list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
		gap: 32px;
  }

  #interview .interview_content .interview_list .item:nth-child(n+4) {
    display: none;
  }

  #interview .interview_content.accordion_open .interview_list .item {
    display: block;
  }

  #interview .interview_accordion_btn_wrap{
    margin-top: 50px;
  }

  #interview .interview_accordion_btn_wrap .interview_accordion_btn_close{
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background-color: #54a734;
    line-height: 1;
    width: 240px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 23px 0;
  }

  #interview .interview_accordion_btn_wrap .interview_accordion_btn_close:hover {
    opacity: 0.9;
  }
  #interview .interview_accordion_btn_wrap .interview_accordion_btn_open:hover {
    opacity: 0.9;
  }
  #interview .interview_accordion_btn_wrap .interview_accordion_btn_open{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    background-color: #54a734;
    line-height: 1;
    width: 240px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 23px 0;
  }

  #interview .accordion_content.accordion_open .interview_accordion_btn_wrap .interview_accordion_btn_close {
    display: flex;
  }
  #interview .accordion_content.accordion_open .interview_accordion_btn_wrap .interview_accordion_btn_open {
    display: none;
  }

  #interview .item {
		position: relative;
		width: 300px;
  }

  #interview .item::after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
  }

  #interview .item:hover {
    opacity: 0.8;
  }

  #interview .item:last-child {
    margin-bottom: 0;
  }

  #interview .item a {
    z-index: 1;
    position: relative;
    display: block;
		padding: 24px 24px 24px 24px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
  }

  #interview .item a img {
    margin-bottom: 14px;
    width: 100%;
		aspect-ratio: 1.762 / 1;
    object-fit: cover;
    object-position: center;
  }

  #interview .item .text {
  }

  #interview .item .ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #54a734;
  }

  #interview .item .desc {
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 1.56;
    letter-spacing: 0.07em;
    color: #222222;
  }

  #report .note_txt {
    margin-top: 50px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  /* .casestudy_lead_bnrs {
    width: 100%;
    max-width: 650px;
    padding-bottom: 40px;
    margin: 0 auto 40px;
    border-bottom: 2px solid #54a734;
  }

  .casestudy_lead_bnrs .large_bnr {
    padding-bottom: 0;
    margin: 0 auto 10px;
    border-bottom: none;
  }

  .casestudy_lead_bnrs .small_bnrs {
    width: 86.66667%;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 20px;
    margin-top: -20px;
  }

  .casestudy_lead_bnrs .small_bnr {
    margin-bottom: 10px;
  }

  .casestudy_lead_bnrs .small_bnr:last-child {
    margin-bottom: 0;
  } */

  .pc {
    display: none;
  }

  .mod_breadcrumb {
    margin-bottom: 45px;
  }



  .ttl2 {
    position: relative;
    /* padding-bottom: 15px; */
    margin-bottom: 40px;
    text-align: center;
    font-size: 4.38vw;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  /* .ttl2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #1f9000;
  } */
  #idx .ttl2 {
    display: block;
    margin: 0 auto;
    width: 312px;
    max-width: 624px;
    margin-bottom: 35px;
    padding-bottom: 0;
  }

  #idx .ttl2::after {
    display: none;
  }


  #idx {
    margin-bottom: 110px;
  }

  #idx .ttl3 {
    margin: 0 auto 15px auto;
    position: relative;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.07em;
    font-weight: bold;
    text-align: center;
  }

  #idx .ttl3.sbl {
    width: 305px;
    max-width: 308px;
  }

  #idx .ttl3.sbr {
    width: 258px;
    max-width: 262px;
    font-size: 13px
  }

  #idx .ttl3::before,
  #idx .ttl3::after {
    position: absolute;
    top: -7.5px;
    height: 25px;
    content: '';
  }

  #idx .ttl3::before {
    border-left: solid 1.5px;
    left: 0;
    transform: rotate(-25deg);
  }

  #idx .ttl3::after {
    border-right: solid 1.5px;
    right: 0;
    transform: rotate(25deg);
  }

  #idx .flex {
    display: flex;
    flex-flow: column;
    justify-content: center;
    row-gap: 35px;
  }

  #idx .items {
    width: 100%;
  }

  #idx .scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    height: 50px;
    border-radius: 50px;
    background-color: #fb8a04;
    text-align: center;
  }

  #idx .scroll span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.075em;
    color: #ffffff;
  }

  #idx .scroll::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 13px;
    height: 7.5px;
    background-image: url(../../common/img/real/arrow_bottom.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }


  #report {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 75px;
  }

  #report .item {
    width: 100%;
    margin-bottom: 55px;
  }

  #report .item:last-child {
    margin-bottom: 0;
  }

  #report .item a {
    position: relative;
    display: block;
    padding: 25px 25px 60px;
    border-radius: 10px;
    overflow: hidden;
  }

  #report .item .image {
    width: 40%;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

  #report .item .image img {
    display: block;
  }

  #report .item .chapter {
    display: block;
    width: 22.72727%;
    max-width: 125px;
    margin-bottom: 10px;
  }

  #report .item .item_ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    color: #444;
    margin-bottom: 15px;
  }

  #report .item .desc {
    font-size: 12px;
    color: #444;
    line-height: 1.5;
  }

  #report .item .more {
    font-size: 12px;
    font-weight: bold;
    color: #54a734;
  }

  #report .item .more:after {
    position: relative;
    top: -2px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #54a734;
    border-right: 1px solid #54a734;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
  }

  #report .note_txt {
    margin-top: 50px;
    font-size: 12px;
  }
  .new {
    position: relative;
  }

  .new::before {
    z-index: 2;
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -14px;
    left: -14px;
    border-radius: 50%;
    background: url("../img/common/new.svg") center center/100% no-repeat;
  }

  #interview {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 75px;
  }

  #interview .item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }

  #interview .item::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
  }
  #interview .item:last-child {
    margin-bottom: 0;
  }

  #interview .item a {
    z-index: 1;
    position: relative;
    display: block;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
  }

  #interview .item .image {
    margin-bottom: 14px;
  }

  #interview .item .ttl {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: #54a734;
  }

  #interview .item .desc {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0.08em;
    color: #222222;
  }


  #interview .interview_content .interview_list .item:nth-child(n+4) {
    display: none;
  }

  #interview .interview_content.accordion_open .interview_list .item {
    display: block;
  }

  #interview .interview_accordion_btn_wrap{
    margin-top: 50px;
  }

  #interview .interview_accordion_btn_wrap{
    margin-top: 50px;
  }

  #interview .interview_accordion_btn_wrap .interview_accordion_btn_close{
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 52.30769%;
    max-width: 340px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    padding: 17px 0 15px;
    color: #fff;
    background-color: #54a734;
    line-height: 1;
  }

  #interview .interview_accordion_btn_wrap .interview_accordion_btn_open{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 52.30769%;
    max-width: 340px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: bold;
    padding: 17px 0 15px;
    color: #fff;
    background-color: #54a734;
    line-height: 1;
  }

  #interview .accordion_content.accordion_open .interview_accordion_btn_wrap .interview_accordion_btn_close {
    display: flex;
  }
  #interview .accordion_content.accordion_open .interview_accordion_btn_wrap .interview_accordion_btn_open {
    display: none;
  }
}

@media (min-width: 981px) {
  .eisapo_proposal #content .list li.new.new-border_white .wrap:before {
    border: 2px solid #fff;
  }

  .eisapo_proposal #content .list li {
    padding-top: 140px;
    margin-top: -140px;
  }
}

@media (max-width: 980px) {
  .eisapo_proposal #content .list li.new.new-border_white .wrap:before {
    border: 2px solid #fff;
  }
}

/* tab */
/* .tab_content {
  display: none;
} */

/* .tab_content.show {
  display: block;
} */

@media (min-width: 981px) {
  #tab {
    margin-bottom: 75px;
  }

  #tab .tab_wrap {
    width: 967px;
    margin: 0 auto;
  }

  #tab .tab_list {
    list-style-type: none;
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 1%;
    border-bottom: 4px solid #54a734;
  }

  #tab .tab_item {
    cursor: pointer;
    text-align: center;
    /* flex: 0 0 23%; */
    /* width: 24.25%; */
    min-width: 260px;
    /* height: 45px; */
    background-color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px 4px 0 0;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.16em;
  }

  #tab .tab_item.active {
    background-color: #54a734;
    color: #ffffff;
  }
}

@media (max-width: 980px) {
  #tab {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: -10px;
  }

  #tab .tab_wrap {
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    width: 100%;
    margin: 0 auto 30px 0;
    /* padding-left: 25px; */
    border-bottom: 4px solid #54a734;
  }

  #tab .tab_list {
    position: relative;
    list-style-type: none;
    display: flex;
    align-items: end;
    justify-content: center;
    column-gap: 3%;
  }

  #tab .tab_item {
    position: relative;
    text-align: center;
    flex: 0 0 23%;
    /* width: 47.69231%; */
    /* height: 45px; */
    padding: 18px 30px;
    background-color: #ffffff;
    /* padding-top: 15px; */
    border-radius: 4px 4px 0 0;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.16em;
    white-space: nowrap;
  }

  #tab .tab_item.active {
    background-color: #54a734;
    color: #ffffff;
  }
}


@media (min-width: 981px) {
  #categories {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0 0 60px 0;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #categories .categoriesTtl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .selectboxWrap {
    position: relative;

  }
  .selectboxWrap select {
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
    padding: 17px 35px 17px 20px;
    width: 345px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
  }
  select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  /* セレクトボックスの矢印デザイン変更 */
  .selectboxWrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 13px;
    height: 9px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background-color: #1F9000;
    translate: 0 -50%;
  }
  #pagination {
    padding-top: 100px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  #pagination .paginationBtnList {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 5px;
  }
  #pagination .paginationBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #1F9000;
    font-size: 18px;
    color: #1F9000;
  }
  #pagination .paginationBtn:hover {
    opacity: 0.7;
  }
  #pagination .paginationBtn:hover {
    cursor: pointer;
  }
  #pagination .paginationBtn.active {
    background-color: #1F9000;
    color: #FFFFFF;
  }
  #pagination .arrowBtn {
    width: 40px;
    height: 40px;
  }
  #pagination .arrowBtn:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  #pagination .arrowBtn.disabled {
    opacity: 0;
    pointer-events: none;
  }
  #pagination .arrowBtn_prev {
    position: relative;
  }
  #pagination .arrowBtn_prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F9000;
    border-left: 2px solid #1F9000;
    translate: -50% -50%;
    rotate: -45deg;
  }
  #pagination .arrowBtn_next {
    position: relative;
  }
  #pagination .arrowBtn_next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F9000;
    border-right: 2px solid #1F9000;
    translate: -50% -50%;
    rotate: 45deg;
  }
}
@media (max-width: 980px) {
  #categories {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 40px 0;
    padding: 20px 0;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #categories .categoriesTtl {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  .selectboxWrap {
    position: relative;
  }
  .selectboxWrap select {
    -webkit-appearance: none;
    appearance: none; /* デフォルトの矢印を非表示 */
    padding: 15px 35px 15px 20px;
    width: 50vw;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
  }
  select::-ms-expand {
    display: none; /* デフォルトの矢印を非表示(IE用) */
  }
  /* セレクトボックスの矢印デザイン変更 */
  .selectboxWrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 13px;
    height: 9px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background-color: #1F9000;
    translate: 0 -50%;
  }
  #pagination {
    padding-top: 70px;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  #pagination .paginationBtnList {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 5px;
  }
  #pagination .paginationBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #1F9000;
    font-size: 18px;
    color: #1F9000;
  }
  #pagination .paginationBtn.active {
    background-color: #1F9000;
    color: #FFFFFF;
  }
  #pagination .arrowBtn {
    width: 40px;
    height: 40px;
  }
  #pagination .arrowBtn.disabled {
    opacity: 0;
    pointer-events: none;
  }
  #pagination .arrowBtn_prev {
    position: relative;
  }
  #pagination .arrowBtn_prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F9000;
    border-left: 2px solid #1F9000;
    translate: -50% -50%;
    rotate: -45deg;
  }
  #pagination .arrowBtn_next {
    position: relative;
  }
  #pagination .arrowBtn_next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F9000;
    border-right: 2px solid #1F9000;
    translate: -50% -50%;
    rotate: 45deg;
  }
}

@media (min-width: 981px) {
	#cardContainerBase {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
		gap: 32px;
	}
	#cardContainerBase .cardBase{
		position: relative;
		width: 300px;
	}
	#cardContainerBase .cardBase:hover{
    opacity: 0.8;
  }
	#cardContainerBase .cardBase.new::after {
		z-index: 3;
        content: '';
        display: block;
        width: 56px;
        height: 56px;
        position: absolute;
        top: -20px;
        left: -20px;
        border-radius: 50%;
        background: url(/agefree/products/eisapo/common/img/common/new.svg) center center / 100% no-repeat;
    }
	#cardContainerBase .cardBase::before{
		z-index: 0;
		content: '';
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
	}
	#cardContainerBase .cardLinkWrap{
		z-index: 1;
		position: relative;
		display: block;
		padding: 24px 24px 24px 24px;
		width: 100%;
		height: 100%;
		background-image: url(/agefree/products/eisapo/common/img/common/bg_white.jpg);
		border-radius: 10px;
	}
	#cardContainerBase .cardImageWrap{
		overflow: hidden;
		margin: 0 0 20px 0;
		width: 100%;
		aspect-ratio: 1.762 / 1;
	}
	#cardContainerBase .cardImageWrap img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#cardContainerBase .cardDate{
		margin: 0 0 14px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #888888;
	}
	#cardContainerBase .cardTtl{
		margin: 0 0 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.05em;
		color: #292929;
	}
	#cardContainerBase .cardDesc{
		/* margin: 0 0 18px 0; */
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.05em;
		color: #292929;

    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	}
}

@media (min-width: 981px) {
	#cardContainer {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: start;
		gap: 32px;
	}
	#cardContainer .card{
		position: relative;
		width: 300px;
	}
	#cardContainer .card:hover{
    opacity: 0.8;
  }
	#cardContainer .card.new::after {
		z-index: 3;
        content: '';
        display: block;
        width: 56px;
        height: 56px;
        position: absolute;
        top: -20px;
        left: -20px;
        border-radius: 50%;
        background: url(/agefree/products/eisapo/common/img/common/new.svg) center center / 100% no-repeat;
    }
	#cardContainer .card::before{
		z-index: 0;
		content: '';
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
	}
	#cardContainer .cardLinkWrap{
		z-index: 1;
		position: relative;
		display: block;
		padding: 24px 24px 24px 24px;
		width: 100%;
		height: 100%;
		background-image: url(/agefree/products/eisapo/common/img/common/bg_white.jpg);
		border-radius: 10px;
	}
	#cardContainer .cardImageWrap{
		overflow: hidden;
		margin: 0 0 20px 0;
		width: 100%;
		aspect-ratio: 1.762 / 1;
	}
	#cardContainer .cardImageWrap img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#cardContainer .cardDate{
		margin: 0 0 14px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #888888;
	}
	#cardContainer .cardTtl{
		margin: 0 0 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.05em;
		color: #292929;
	}
	#cardContainer .cardDesc{
		/* margin: 0 0 18px 0; */
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.05em;
		color: #292929;

    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	}
	/* #cardContainer .cardCatList{
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		gap: 10px 5px;
	}
	#cardContainer .cardCat{
		padding: 8px 8px 8px 8px;
		background-color: #ffffff;
		border: 1px solid #54A734;
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #54A734;
	}
	#cardContainer .cardCat.cardCat_cat01{
		border: 1px solid #54A734;
		color: #54A734;
	}
	#cardContainer .cardCat.cardCat_cat02{
		border: 1px solid #1970D8;
		color: #1970D8;
	}
	#cardContainer .cardCat.cardCat_cat03{
		border: 1px solid #FB8A04;
		color: #FB8A04;
	}
	#cardContainer .cardCat.cardCat_cat04{
		border: 1px solid #FB8A04;
		color: #FB8A04;
	}
	#cardContainer .cardCat.cardCat_cat05{
		border: 1px solid #F57B7B;
		color: #F57B7B;
	}
	#cardContainer .cardCat.cardCat_cat06{
		border: 1px solid #8734A7;
		color: #8734A7;
	} */
}

@media (max-width: 980px) {
	#cardContainerBase {
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		gap: 32px;
	}
	#cardContainerBase .cardBase{
		position: relative;
		width: 100%;
	}
	#cardContainerBase .cardBase.new::after {
		z-index: 3;
        content: '';
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -14px;
        left: -14px;
        border-radius: 50%;
        background: url(/agefree/products/eisapo/common/img/common/new.svg) center center / 100% no-repeat;
    }
	#cardContainerBase .cardBase::before{
		z-index: 0;
		content: '';
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
	}
	#cardContainerBase .cardLinkWrap{
		z-index: 1;
		position: relative;
		display: block;
		padding: 24px 24px 24px 24px;
		width: 100%;
		height: 100%;
		background-image: url(/agefree/products/eisapo/common/img/common/bg_white.jpg);
		border-radius: 10px;
	}
	#cardContainerBase .cardImageWrap{
		overflow: hidden;
		margin: 0 0 20px 0;
		width: 100%;
		aspect-ratio: 1.762 / 1;
	}
	#cardContainerBase .cardImageWrap img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#cardContainerBase .cardDate{
		margin: 0 0 14px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #888888;
	}
	#cardContainerBase .cardTtl{
		margin: 0 0 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.05em;
		color: #292929;
	}
	#cardContainerBase .cardDesc{
		/* margin: 0 0 18px 0; */
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.05em;
		color: #292929;

    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	}
}
@media (max-width: 980px) {
	#cardContainer {
		display: flex;
		flex-flow: column;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		gap: 32px;
	}
	#cardContainer .card{
		position: relative;
		width: 100%;
	}
	#cardContainer .card.new::after {
		z-index: 3;
        content: '';
        display: block;
        width: 45px;
        height: 45px;
        position: absolute;
        top: -14px;
        left: -14px;
        border-radius: 50%;
        background: url(/agefree/products/eisapo/common/img/common/new.svg) center center / 100% no-repeat;
    }
	#cardContainer .card::before{
		z-index: 0;
		content: '';
		position: absolute;
		top: 5px;
		left: 5px;
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
    background-color: rgba(142, 192, 32, 0.5);
    background-image: none;
	}
	#cardContainer .cardLinkWrap{
		z-index: 1;
		position: relative;
		display: block;
		padding: 24px 24px 24px 24px;
		width: 100%;
		height: 100%;
		background-image: url(/agefree/products/eisapo/common/img/common/bg_white.jpg);
		border-radius: 10px;
	}
	#cardContainer .cardImageWrap{
		overflow: hidden;
		margin: 0 0 20px 0;
		width: 100%;
		aspect-ratio: 1.762 / 1;
	}
	#cardContainer .cardImageWrap img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#cardContainer .cardDate{
		margin: 0 0 14px 0;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #888888;
	}
	#cardContainer .cardTtl{
		margin: 0 0 12px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.25;
		letter-spacing: 0.05em;
		color: #292929;
	}
	#cardContainer .cardDesc{
		/* margin: 0 0 18px 0; */
		font-size: 14px;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.05em;
		color: #292929;

    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 4; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	}
	/* #cardContainer .cardCatList{
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		justify-content: start;
		gap: 10px 5px;
	}
	#cardContainer .cardCat{
		padding: 8px 8px 8px 8px;
		background-color: #ffffff;
		border: 1px solid #54A734;
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
		color: #54A734;
	}
	#cardContainer .cardCat.cardCat_cat01{
		border: 1px solid #54A734;
		color: #54A734;
	}
	#cardContainer .cardCat.cardCat_cat02{
		border: 1px solid #1970D8;
		color: #1970D8;
	}
	#cardContainer .cardCat.cardCat_cat03{
		border: 1px solid #FB8A04;
		color: #FB8A04;
	}
	#cardContainer .cardCat.cardCat_cat04{
		border: 1px solid #FB8A04;
		color: #FB8A04;
	}
	#cardContainer .cardCat.cardCat_cat05{
		border: 1px solid #F57B7B;
		color: #F57B7B;
	}
	#cardContainer .cardCat.cardCat_cat06{
		border: 1px solid #8734A7;
		color: #8734A7;
	} */
}

@media (min-width: 981px) {
  #realReportDesc {
    /* margin: 80px 0 60px 0; */
    margin: 0 0 60px 0;
    padding: 60px 100px 20px 100px;
    border-top: 2px solid #1F9000;
  }
  #realReportDesc .realReportDescTtl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.2em;
  }
  #realReportDesc .realReportDescTxt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
  #realReportDesc .realReportDescTxt .realReportDescTxt_note{
    font-size: 12px;
    color: #575757;
  }

}

@media (max-width: 980px) {
  #realReportDesc {
    /* margin: 50px 0 30px 0; */
    margin: 0 0 30px 0;
    padding: 50px 10px 20px 10px;
    border-top: 2px solid #1F9000;
  }
  #realReportDesc .realReportDescTtl {
    text-align: center;
    font-size: 4.38vw;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  #realReportDesc .realReportDescTxt {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.07em;
  }
  #realReportDesc .realReportDescTxt .realReportDescTxt_note{
    font-size: 12px;
    color: #575757;
  }
}