.page-jirei .page_banner_wrap {
  height: auto;
  padding-top: 160px;
  overflow: hidden;
}
.page-jirei .page_banner_wrap .container {
  max-width: 1132px;
  display: block;
}
.page-jirei .page_title_wrap {
  max-width: 451px;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width:767px){
  .page-jirei .page_banner_wrap {
    padding-top: 100px;
    z-index: 1;
  }
  .page-jirei .page_title_wrap {
    margin-bottom: 60px;
  }
}

.page_title_text {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  color: #61BAB7;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px){
  .page_title_text {
    margin-bottom: 25px;
  }
}

.page_title_text::before {
  content: "";
  width: 23px;
  height: 38px;
  background-image: url(/sp/tepra_arekore/jirei/img/jirei_title_deco01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width:767px){
  .page_title_text::before {
    width: 43px;
    height: 73px;
    background-image: url(/sp/tepra_arekore/jirei/img/jirei_title_deco01_sp.svg);
    left: -60px;
  }
}

.page_title_text::after {
  content: "";
  width: 23px;
  height: 38px;
  background-image: url(/sp/tepra_arekore/jirei/img/jirei_title_deco02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -30px;
}
@media screen and (max-width:767px){
  .page_title_text::after {
    width: 43px;
    height: 73px;
    background-image: url(/sp/tepra_arekore/jirei/img/jirei_title_deco02_sp.svg);
    right: -60px;
  }
}

.page_title {
  text-align: center;
}

.page_title_main {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .page_title_main {
    font-size: 45px;
  }
}

.page_title_sub {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width:767px) {
  .page_title_sub {
    font-size: 24px;
  }
}


/* jirei-report */
.jirei-report {
  position: relative;
  padding-top: 86px;
  padding-bottom: 100px;
  background-color: #F0EFE7;
}
@media screen and (max-width:767px) {
  .jirei-report {
    padding-top: 90px;
    padding-bottom: 98px;
  }
}

.jirei-report::before {
  content: "";
  display: block;
  width: 50px;
  height: 25px;
  background-color: #F0EFE7;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.jirei-report_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(50 / 1280 * 100vw);
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width:1280px) {
  .jirei-report_wrap {
    gap: 50px;
  }
}

@media screen and (max-width:767px) {
  .jirei-report_wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.jirei-report_item {
  position: relative;
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 5;
}

.jirei-report_link {
  display: grid;
  gap: 0;
  grid-template-rows: subgrid;
  grid-row: span 3;
  color: inherit;
}

@media screen and (max-width:767px){
  .jirei-report_item:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media screen and (max-width:767px){
  .jirei-report_item:nth-child(n+2) {
    margin-top: 70px;
  }
}

@media screen and (max-width:767px){
  .jirei-report_item:not(:last-child)::after {
    position: absolute;
    bottom: -75px;
    left: -16px;
    content: "";
    display: block;
    width: calc(100% + 32px);
    height: 10px;
    background-color: #fff;
  }
}

.jirei-report_head {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}

.jirei-report_head_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.jirei-report_head_title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/sp/tepra_arekore/jirei/img/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  vertical-align: -2px;
}

.jirei-report_head_title_pdf-vol3::after {
  display: block;
  margin: 10px auto 0;
  vertical-align: -2px;
}

.jirei-report_head_vol {
  display: inline-block;
  width: 80px;
  height: 25px;
  margin-bottom: 10px;
  background-color: #61bab7;
  color: #fff;
  font-size: 20px;
  font-family: "Lato";
  font-weight: 700;
  line-height: 25px;
  border-radius: calc(25px / 2);
}

.jirei-report_body_img {
  overflow: hidden;
  margin-bottom: 15px;
}

.jirei-report_body_img img {
  transition: transform 0.3s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jirei-report_link:hover .jirei-report_body_img img {
  transform: scale(1.05);
}

@media screen and (hover: none) {
  .jirei-report_link:hover .jirei-report_body_img img {
    transform: none;
  }
}

.jirei-report_body_text {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.jirei-report_body_text_l {
  font-size: 24px;
} 

.jirei-report_body_text_highlight {
  color: #61BAB7;
}

.jirei-report_body_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: calc(100 / 1280 * 100vw);
  margin-bottom: 15px;
  border-radius: calc(12 / 1280 * 100vw);
  text-align: center;
}

@media screen and (min-width:1280px) {
  .jirei-report_body_logo {
    height: 100px;
    border-radius: 12px;
  }
}

@media screen and (max-width:767px) {
  .jirei-report_body_logo {
    height: 60px;
  }
}

.jirei-report_body_logo_img {
  width: auto;
  height: calc(55 / 1280 * 100vw);
}

@media screen and (min-width:1280px) {
  .jirei-report_body_logo_img {
    height: 55px;
  }
}

@media screen and (max-width:767px) {
  .jirei-report_body_logo_img {
    height: 35px;
  }
}

.jirei-report_body_logo_text {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}


/* jirei-banner */
.jirei-banner {
  padding-top: 80px;
  padding-bottom: 110px;
  text-align: center;
}

@media screen and (min-width:768px) {
  .jirei-banner {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width:767px) {
.jirei-banner_img {
    aspect-ratio: 681 / 804;
  }
}

.jirei-banner_link {
  display: block;
  margin-bottom: 90px;
  transition: opacity 0.2s linear;
}

@media screen and (max-width:767px) {
  .jirei-banner_link {
    margin-bottom: 75px;
  }
}

.jirei-banner_link:hover {
  opacity: 0.8;
}

@media screen and (hover: none) {
  .jirei-banner_link:hover {
    opacity: 1;
  }
}

.btnStripe.lag_btn.jirei-banner_btn {
  min-width: 160px;
}

@media screen and (max-width:767px) {
  .btnStripe.lag_btn.jirei-banner_btn {
    min-width: 140px;
    font-size: 14px;
  }
}








