/*.content {
  border-top-style: solid;
  padding-top: 60px;
}
.content {
  border-top: 10px solid #23503c;
  overflow: hidden;
}
.page-title {
  margin-top: 0;
  color: #23503c;
  border-top-style: none;
}*/
#contents .model_bnr {
  position: relative;
  /*260120修正*/
  margin-bottom: 50px;
  /*260120修正*/
}
#contents .model_bnr .cap-img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #FFFFFF;
}
/*260120修正*/
@media only screen and (max-width: 768px) {
  #contents .model_bnr {
    margin-bottom: 30px;
  }
}
/*260120修正*/

/* top_area
============================== */
#contents .top_area {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  width: calc(100% - 40px);
  max-width: 950px;
  margin-inline: auto;
}
#contents .top_area_title {
  max-width: 662px;
  margin-inline: auto;
}
#contents .top_area_text {
  margin-top: 34px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #3c3c3c;
  padding-inline: 130px;
}
#contents .icon_top_area01 {
  position: absolute;
  bottom: 140px;
  left: 0;
  width: 128px;
}
#contents .icon_top_area02 {
  position: absolute;
  bottom: 140px;
  right: 0;
  width: 124px;
}

@media only screen and (max-width: 768px) {
  #contents .top_area {
    padding-top: 30px;
    padding-bottom: 40px;
    width: calc(100% - 20px);
  }
  #contents .top_area_text {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.02em;
    padding-inline: 0px;
  }
  #contents .icon_top_area01 {
    bottom: 160px;
    width: 60px;
  }
  #contents .icon_top_area02 {
    bottom: 160px;
    width: 54px;
  }
}

/* report_contents
============================ */
#contents figure {
  margin: 0;
  position: relative;
}
#contents .row-reverse {
  flex-direction: row-reverse;
}
#contents .report_contents {
  padding-top: 80px;
  background: url(../images/event/report_bg.jpg) repeat center center / contain;
}
#contents .report_contents + .report_contents {
  margin-top: 120px;
}
#contents .report_contents .inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-inline: auto;
}
#contents .icon_report_contents {
  position: absolute;
  width: 195px;
  top: -103px;
}
#contents .report_contents_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #395945;
  margin-bottom: 24px;
  font-weight: 500;
}
#contents .report_contents_title.mt {
  margin-top: 140px;
}
#contents .report_contents_text {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #3c3c3c;
}
#contents .report_img {
  border-radius: 16px;
  overflow: hidden;
}
#contents .report_img_cap {
  position: absolute;
  bottom: 0;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1;
}
#contents .report_img_cap.right {
  right: 0;
}
#contents .report_img_cap.left {
  left: 0;
}
#contents .report_img_cap.white {
  color: #fff;
}
#contents .report_contents_wrap {
  position: relative;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
#contents .report_contents_kv {
  position: relative;
  /*260120修正*/
  /*width: 100%;*/
  width: calc((800 / 1200) * 100%);
  /*260120修正*/
  max-width: 800px;
}
#contents .report_imgs {
  position: relative;
  /*260120修正*/
  /*width: 100%;*/
  width: calc((360 / 1200) * 100%);
  /*260120修正*/
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 22px;
}
#contents .report_img_text {
  margin-top: 6px;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
#contents .report_contents_body_text {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.5;
}

@media only screen and (max-width: 768px) {
  #contents .report_contents {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  #contents .report_contents + .report_contents {
    margin-top: 60px;
  }
  #contents .icon_report_contents {
    position: absolute;
    width: 84px;
    top: -90px;
  }
  #contents .report_contents_title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  #contents .report_contents_title.mt {
    margin-top: 120px;
  }
  #contents .report_contents_text {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
  #contents .report_img {
    border-radius: 16px;
    overflow: hidden;
  }
  #contents .report_img_cap {
    font-size: 11px;
  }
  #contents .report_img_cap.sp_left {
    right: auto;
    left: 0 !important;
  }
  #contents .report_contents_wrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
  }
  #contents .report_contents_kv {
    position: relative;
    width: 100%;
    max-width: 800px;
  }
  #contents .report_imgs {
    /*260120修正*/
    width: 100%;
    /*260120修正*/
    max-width: 600px;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 22px;
    column-gap: 10px;
  }
  #contents .report_img_text {
    margin-top: 6px;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  #contents .report_img_text.sp_left {
    text-align: left;
  }
  #contents .report_contents_body_text {
    font-size: 12px;
    line-height: 2;
  }
}

/* report01
================================= */
#contents .icon_report_contents.icon_report01 {
  right: 0;
}
#contents .icon_report01_2 {
  width: 380px;
  position: absolute;
  top: -60px;
  left: 10px;
  z-index: 2;
}
#contents .icon_report01_3 {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 144px;
  z-index: 2;
}
#contents .icon_report01_4 {
  position: absolute;
  bottom: 0px;
  left: -40px;
  width: 105px;
  z-index: 2;
}
#contents .icon_report01_5 {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 307px;
  z-index: 2;
}
#contents .report_contents_img_wrap {
  display: flex;
  column-gap: 20px;
}
#contents .report01 .report_contents_body {
  width: 100%;
  max-width: 520px;
}
#contents .report01 .report_contents_img {
  width: 100%;
  max-width: 630px;
}
#contents .report_contents_img2 {
  position: relative;
  margin-top: 30px;
}
#contents .report_contents_img2 .report_img_text {
  text-align: left;
  position: absolute;
  left: 30px;
  bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #contents .icon_report_contents.icon_report01 {
    right: 0;
  }
  #contents .icon_report01_2 {
    width: 206px;
    top: -94px;
    left: -10px;
  }
  #contents .icon_report01_3 {
    width: 88px;
  }
  #contents .icon_report01_4 {
    bottom: 12px;
    left: -12px;
    width: 70px;
  }
  #contents .icon_report01_5 {
    bottom: -80px;
    right: -16px;
    width: 200px;
  }
  #contents .report_contents_kv .report_img_text {
    padding-left: 57px;
  }
  #contents .report01 .report_contents_body {
    width: 100%;
    max-width: 520px;
  }
  #contents .report01 .report_contents_img {
    width: 100%;
    max-width: 630px;
  }
  #contents .report_contents_img_wrap {
    column-gap: 10px;
  }
  #contents .report_contents_img2 {
    margin-top: 10px;
  }
  #contents .report_contents_img2 .report_img_text {
    width: 62%;
    left: 0px;
    bottom: -10px;
  }
}

/* report02
================================= */
#contents .report02 {
  padding-bottom: 60px;
}
#contents .icon_report_contents.icon_report02 {
  left: 0;
}
#contents .icon_report02_2 {
  width: 430px;
  position: absolute;
  top: -60px;
  right: -50px;
  z-index: 2;
}
#contents .icon_report02_3 {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 144px;
  z-index: 2;
}
#contents .icon_report02_4 {
  position: absolute;
  bottom: 40px;
  right: 10px;
  width: 120px;
  z-index: 2;
}
#contents .icon_report02_5 {
  position: absolute;
  bottom: -90px;
  left: -100px;
  width: 408px;
  z-index: 2;
}
#contents .icon_report02_6 {
  position: absolute;
  top: 46%;
  right: -10px;
  width: 52px;
  z-index: 2;
}
#contents .report02 .report_img_text {
  text-align: left;
}
#contents .report02 .report_contents_body {
  width: 100%;
  max-width: 485px;
}
#contents .report02 .report_contents_img {
  width: 100%;
  max-width: 670px;
}
#contents .report02 .report_contents_img .report_img_text {
  margin-left: 24px;
}

@media only screen and (max-width: 768px) {
  #contents .report02 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  #contents .report02 .report_contents_title.mt {
    margin-top: 50px;
  }
  #contents .icon_report_contents.icon_report02 {
    top: -120px;
  }
  #contents .icon_report02_2 {
    width: 264px;
    top: -130px;
    right: -30px;
  }
  #contents .icon_report02_3 {
    width: 85px;
  }
  #contents .icon_report02_4 {
    width: 60px;
  }
  #contents .icon_report02_5 {
    bottom: -24px;
    left: auto;
    right: -20px;
    width: 252px;
  }
  #contents .icon_report02_6 {
    top: -10px;
    width: 32px;
  }
  #contents .report02 .report_contents_img .report_img_text {
    margin-left: 10px;
  }
}

/* report03
================================= */
#contents .report03 {
  padding-bottom: 60px;
}
#contents .icon_report_contents.icon_report03 {
  right: 0;
}
#contents .icon_report03_2 {
  width: 373px;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 2;
}
#contents .report03_img01 {
  margin-top: 40px;
}
#contents .report03_img02 {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  #contents .report03 {
    padding-bottom: 60px;
  }
  #contents .report03 .report_img_text {
    text-align: left;
    margin-top: 8px;
  }
  #contents .icon_report03_2 {
    width: 220px;
    top: -99px;
    left: -10px;
  }
  #contents .report03_img01 {
    margin-top: 30px;
  }
  #contents .report03_img02 {
    margin-top: 40px;
  }
}
