@charset "utf-8";
#office-report-page{
	max-width: 1230px;
  width: 100%;
	margin: 90px auto 0;
  padding-inline: 25px;
  padding-bottom: 80px;
}

#office-report-page .text-indent {
  text-indent: 1em;
}

@media screen and (max-width:768px){
  #office-report-page {
    padding-inline: 20px;
    overflow-x: hidden;
    margin: 74px auto 0;
  }
}

/* パンくずリスト */
#office-report-page .breadcrumbs{
	font-size: 12px;
	color: #333333;
}
#office-report-page .breadcrumbs a{
	color: #aaaaaa;
}
#office-report-page .breadcrumbs ol{
	display: flex;
	margin: 0 10px;
}
#office-report-page .breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px;
	color: #aaaaaa;
}
#office-report-page .breadcrumbs li:last-child::after{
	display: none;
}

/* ページタイトル */
.office-report-top {
  margin-top: 120px;
}
.office-report-topTitle {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  aspect-ratio: 1491 / 400;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.office-report-topText {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width:768px){
  .office-report-top {
    margin-top: 60px;
  }
  .office-report-topText {
    font-size: 16px;
    font-weight: 500;
  }
}

/* ページセクション */
.office-report-section {
  margin-top: 40px;
  padding-top: 80px;
}
.office-report-sectionTitle {
	padding: 0 0 20px;
  background: url(../img/../images/paraspot/sec-bar.png) no-repeat bottom center / contain;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
  position: relative;
}
.office-report-sectionTitle::after {
  content: "";
  background: url(../images/paraspot/mark02.png) no-repeat center / contain;
  width: 119px;
  height: 110px;
  display: inline-block;
  position: absolute;
  bottom: -26px;
  right: 0;
  z-index: 10;
}
.office-report-sectionTitle.--left::after {
  background: url(../images/paraspot/report/mark-left.png) no-repeat center / contain;
  left: -25px;
  right: auto;
  bottom: -15px;
}
.office-report-sectionText {
  font-size: 22px;
  line-height: 2;
  margin-top: 40px;
}
.office-report-sectionText + .office-report-sectionText {
  margin-top: 0;
}
.office-report-sectionImg {
  margin-top: 40px;
  width: 100%;
}
.office-report-sectionImg img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:1024px) and (max-width:1100px){
  .office-report-sectionTitle {
    font-size: 40px;
  }
}

@media screen and (max-width:1023px){
  .office-report-sectionTitle {
    font-size: 32px;
  }
  .office-report-sectionTitle::after {
    display: none;
  }
}

@media screen and (max-width:768px){
  .office-report-section {
    margin-top: 0;
  }
  .office-report-sectionTitle {
    font-size: 22px;
    line-height: calc(32/22);
  }
  .office-report-sectionText {
    font-size: 16px;
    margin-top: 15px;
  }
}

/* ナビリンク */
.office-report-link {
  margin-top: 40px;
}
.office-report-linkHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.office-report-linkHeadTitle {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #ccc;
  width: 118px;
}
.office-report-linkHeadNote {
  text-align: right;
  font-size: 14px;
}
.office-report-linkList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: solid 1px #ccc;
}
.office-report-linkItem {
  border: solid 1px #ccc;
  border-collapse: collapse;
  aspect-ratio: 240 / 150;
}
.office-report-linkItem a {
  padding: 10px;
  display: block;
  width: 100%;
  height: 100%;
}
.office-report-linkItem.--jr a {
  padding: 30px 10px;
}
.office-report-linkItem a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width:768px){
  .office-report-link {
    max-width: 500px;
    margin-inline: auto;
  }
  .office-report-linkHeadTitle {
    font-size: 16px;
    font-weight: bold;
  }
  .office-report-linkHeadNote {
    font-size: 14px;
  }
  .office-report-linkList {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* report */
.office-report-info {
  margin-top: 30px;
}
.office-report-detail {
  display: flex;
}
.office-report-detail dt,.office-report-detail dd {
  font-size: 22px;
  line-height: 2;
}
.office-report-detail dt {
  width: 4em;
  font-weight: 400;
  text-align-last: justify;
}
.office-report-detail dd::before {
  content: "：";
}
.office-report-mv {
  margin-top: 40px;
}
.office-report-mv img {
  width: 100%;
  object-fit: cover;
}
.office-report-conts {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
}
.office-report-contsTtl {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding: 0 30px;
  border-radius: 20px;
  background-color: #231815;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #ffffff;
}
.office-report-contsTtl::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 25%;
  border-style: solid;
  border-width: 15px 0 0 40px;
  border-color: #231815 transparent transparent;
  translate: -50% 100%;
  transform: skew(35deg);
  transform-origin: top;
}
.office-report-contsImg {
  aspect-ratio: 95 / 134;
  cursor: pointer;
}
.office-report-contsImg img {
  width: 100%;
  object-fit: cover;
}
.office-report-imgs {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.office-report-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-report-contsTxt {
  font-size: 22px;
  line-height: 2;
}
.office-report-contsItemImgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.office-report-contsItemImg {
  aspect-ratio: 320 / 240;
  img {
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width:768px){
  .office-report-info {
    margin-top: 20px;
  }
  .office-report-detail dt, .office-report-detail dd {
    font-size: 14px;
  }
  .office-report-mv {
    margin-top: 30px;
    margin-inline: calc(50% - 50vw);
  }
  .office-report-conts {
    grid-template-columns: 1fr;
  }
  .office-report-contsTtl {
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 10px;
  }
  .office-report-contsTtl::after {
    border-width: 10px 0 0 20px;
    bottom: 2px;
  }
  .office-report-contsItemImgs.--spFlex {
    display: flex;
  }
  .office-report-contsImg {
    max-width: 500px;
  }
  .office-report-contsTxt {
    font-size: 14px;
  }
  .office-report-imgs {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width:450px) {
  .office-report-detail dt, .office-report-detail dd {
    font-size: 12px;
  }
}

/* modal */
.modal {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.modal-content {
  display: block;
  height: 80%;
  aspect-ratio: 95 / 134;
  position: relative;
}
.modal-content-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  background: #333;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  display: grid;
  place-items: center;
  line-height: 1;
  width: 1.2em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
@media screen and (max-width:768px){
  .modal {
    z-index: 10000;
  }
  .modal-content {
    max-width: 100%;
    max-height: 80%;
    height: auto;
  }
  #close {
    top: 10px;
    right: 10px;
    font-size: 30px;
  }
}

/* summary */
.office-report-summary {
  margin-top: 160px;
  background: url(../images/office/report/summary-bg.jpg) no-repeat center / cover;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}
.office-report-summaryBox {
  background: #fff;
  padding: 40px;
}
.office-report-summaryTxt {
  font-size: 22px;
  line-height: 2;
  text-indent: 1em;
}

@media screen and (max-width:768px){
  .office-report-summaryTxt {
    font-size: 14px;
  }
}

/* page-top */
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  margin-bottom: 0;
}

/* circle */
.back-r1.rv,.back-r2.rv {
  transform: rotate(180deg);
}

.back-l1.rv,.back-l2.rv {
  transform: rotate(-180deg);
}
.back-r1.rv.active,.back-r2.rv.active,.back-l1.rv.active,.back-l2.rv.active {
  transform: rotate(0deg);
}

@media screen and (min-width:1920px) {
  .back-l1 {
    top: 2000px;
  }
  .back-r2 {
    top: 4000px;
  }
  .back-l2 {
    top: 6000px;
  }
  .back-r3 {
    top: 8000px;
  }
  .back-l3 {
    top: 10000px;
  }
  .back-r4 {
    top: 12000px;
  }
  .back-l4 {
    top: 14000px;
  }
  .back-r5 {
    top: 16000px;
  }
  .back-l5 {
    top: 18000px;
  }
  .back-r6 {
    top: 20000px;
  }
}

@media screen and (max-width:1919px) {
  .back-l1 {
    top: calc(60vw + 1100px);
  }
  .back-r2 {
    top: calc(60vw + 3000px);
  }
  .back-l2 {
    top: calc(60vw + 5000px);
  }
  .back-r3 {
    top: calc(60vw + 7000px);
  }
  .back-l3 {
    top: calc(60vw + 9000px);
  }
  .back-r4 {
    top: calc(60vw + 11000px);
  }
  .back-l4 {
    top: calc(60vw + 13000px);
  }
  .back-r5 {
    top: calc(60vw + 15000px);
  }
  .back-l5 {
    top: calc(60vw + 17000px);
  }
  .back-r6 {
    top: calc(60vw + 19000px);
  }
} 

@media screen and (max-width: 768px) {
  .back-l1 ,.back-r2 ,.back-l2 ,.back-r3 ,.back-l3 ,.back-r4, .back-l4, .back-r5, .back-l5, .back-r6, .back-l6 {
    display: none;
  }
}

