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

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

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

/* ページタイトル */
.forward-report-top {
  margin-top: 120px;
}
.forward-report-topTitle {
  width: 100%;
  aspect-ratio: 1061/188;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.forward-report-topText {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}

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

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

@media screen and (max-width: 1023px) {
  .forward-report-sectionText {
    font-size: 18px;
  }
}

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

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

/* circle nav */
.forward-report-circle {
  background: url(../images/forward/report/circle-list-bg.png) no-repeat center / contain;
  width: 700px;
  aspect-ratio: 1/1;
  margin: 120px auto 0;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.forward-report-circleTitle {
  font-size: 40px;
  font-weight: bold;
}
.forward-report-circleList {
  margin-top: 50px;
}
.forward-report-circleItem a {
  display: block;
  font-size: 18px;
  text-decoration: underline;
}
.forward-report-circleItem + .forward-report-circleItem {
  margin-top: 1.5em;
}

@media screen and (max-width:768px){
  .forward-report-circle {
    margin-top: min(48vw,120px);
    max-width: 525px;
    min-height: 525px;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 1;
    background: none;
  }
  .forward-report-circle::before {
    content: "";
    background: url(../images/forward/report/circle-list-bg.png) no-repeat center / contain;
    width: 525px;
    height: 525px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .forward-report-circleTitle {
    font-size: 28px;
  }
  .forward-report-circleItem a {
    font-size: 12px;
    line-height: 1.5;
  }
  .forward-report-circleItem + .forward-report-circleItem {
    margin-top: 1em;
  }
}

/* report */
.forward-report-youtube {
  margin-top: 40px;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  aspect-ratio: 16/9;
  iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.forward-report-sectionSubTitle {
  font-size: 38px;
  font-weight: bold;
  margin-top: 60px;
  padding: 0 0 0 25px;
  background-image: url(../images/common/sec-bar.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 100%;
}

@media screen and (max-width: 1023px) {
  .forward-report-sectionSubTitle {
    font-size: 24px;
  }
}

@media screen and (max-width:768px){
  .forward-report-sectionSubTitle {
    font-size: 20px;
    background-size: 5px 100%;
    padding: 0 0 0 15px;
  }
}

/* demonstration */
.forward-demonstration-images-wrap {
  margin-top: 30px;
  margin-inline: calc(50% - 50vw);
}
.forward-demonstration-images {
  max-width: 1600px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 29% 25% 46%;
  li:nth-child(1) {
    .forward-demonstration-image {
      margin-right: 14%;
      img {
        aspect-ratio: 400 / 535;
      }
      figcaption {
        text-align: center;
      }
    }
  }
  li:nth-child(2) {
    margin-top: 35px;
    .forward-demonstration-image {
      img {
        aspect-ratio: 400 / 535;
      }
    }
  }
  li:nth-child(3) {
    margin-top: 155px;
    .forward-demonstration-image {
      img {
        aspect-ratio: 745 / 497;
      }
      figcaption {
        text-align: right;
      }
    }
  }
}
.forward-demonstration-image {
  img {
    width: 100%;
    object-fit: cover;
  }
}
.forward-demonstration-images02 {
  margin-top: 30px;
  display: flex;
  margin-right: calc(50% - 50vw);
  max-width: 1550px;
  li:first-child {
    flex-shrink: 0;
    width: calc(807 / 1550 * 100%);
  }
}
.forward-demonstration-images03,.forward-demonstration-images04 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.forward-demonstration-images05-wrap {
  margin-inline: calc(50% - 50vw);
}
.forward-demonstration-images05 {
  display: flex;
  align-items: flex-end;
  max-width: 1920px;
  margin-inline: auto;
  li:first-child {
    .forward-demonstration-image {
      margin-right: 2%;
    }
  }
}
@media screen and (max-width:768px){
  .forward-demonstration-images {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-top: 20px;
    li {
      margin: 0;
      .forward-demonstration-image {
        aspect-ratio: auto;
      }
      figcaption {
        text-align: left;
      }
    }
    li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 3; 
      .forward-demonstration-image {
        margin-right: 0;
      }
    }
    li:nth-child(2) {
      margin-top: 0;
      grid-area: 1 / 3 / 2 / 5;
    }
    li:nth-child(3) {
      margin-top: 0;
      grid-area: 2 / 2 / 3 / 5;
    }
  }
  .forward-demonstration-images-wrap {
    display: contents;
  }
  .forward-demonstration-images02 {
    display: block;
    margin-right: 0;
    li:first-child {
      width: 100%;
    }
    li:nth-child(2) {
      margin-top: 30px;
      width: 80%;
      margin-inline: auto;
    }
  }
  .forward-demonstration-images03, .forward-demonstration-images04{
    display: block;
  }
  .forward-demonstration-images03 {
    li + li {
      margin-top: 30px;
    }
  }
  .forward-demonstration-images05-wrap {
    display: contents;
  }
  .forward-demonstration-images05 {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 60% 40%;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-top: 30px;
    li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 3;
      .forward-demonstration-image {
        margin-right: 0;
      }
    }
    li:nth-child(2) {
      grid-area: 2 / 1 / 3 / 2;
    }
    li:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3;
    } 
  }
}

/* talk */
.forward-talk-list {
  margin-top: 35px;
  li + li {
    margin-top: 60px;
  }
}
.forward-talk-q {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 70px;
  .forward-talk-text {
    width: calc(400 / 1180 * 100%);
  }
  .forward-talk-text::before {
    left: auto;
    right: -62px;
    transform: translateY(-50%) scale(-1, 1);
  }
}
.forward-talk-text {
  font-size: 24px;
  line-height: 1.5;
  padding: 20px 20px 30px;
  border: solid 6px #ffb324;
  border-radius: 30px;
  box-shadow: 10px 10px 12px 0px rgba(0, 0, 0, 0.16);
  width: calc(500 / 1180 * 100%);
  position: relative;
}
.forward-talk-text::before {
  content: "";
  background: url(../images/forward/report/talk_arrow.png) no-repeat center / contain;
  width: 62px;
  aspect-ratio: 62 / 32;
  position: absolute;
  top: 50%;
  left: -62px;
  transform: translateY(-50%);
}
.forward-talk-img {
  width: calc(312 / 1180 * 100%);
  aspect-ratio: 624 / 635;
  flex-shrink: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  figcaption {
    margin-top: 10px;
    color: #ffb324;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
}
.forward-talk-a {
  display: flex;
  align-items: center;
  column-gap: 70px;
}
.forward-talk-a + .forward-talk-a {
  margin-top: 40px;
}
@media screen and (max-width:1000px) {
  .forward-talk-q {
    .forward-talk-text {
      width: auto;
    }
    .forward-talk-text::before {
      right: -40px;
    }
  }
  .forward-talk-text {
    width: auto;
    font-size: 16px;
  }
  .forward-talk-img {
    figcaption {
      font-size: 20px;
    }
  }
  .forward-talk-a {
    column-gap: 30px;
  }
  .forward-talk-text::before {
    width: 40px;
    left: -40px;
  }
}
@media screen and (max-width:768px){
  .forward-talk-text {
    font-size: 12px;
    border: solid 3px #ffb324;
    padding: 10px 10px 15px;
  }
  .forward-talk-text::before {
    width: 18px;
    left: -18px;
  }
  .forward-talk-q {
    column-gap: 20px;
    .forward-talk-text::before {
      right: -18px;
    }
  }
  .forward-talk-img {
    width: 120px;
    figcaption {
      font-size: 14px;
    }
  }
  .forward-talk-a {
    column-gap: 20px;
    align-items: flex-start;
    .forward-talk-text {
      margin-top: 20px;
      max-width: 310px;
    }
    .forward-talk-text::before {
      top: 40px;
    }
  }
}

/* experience */
.forward-experience-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 40px;
}
.forward-experience-icon {
  width: 120px;
  img {
    width: 100%;
    object-fit: cover;
  }
}
.forward-experience-list {
  list-style: initial;
  margin-top: 10px;
  margin-left: 50px;
  li {
    font-size: 22px;
    font-weight: bold;
    line-height: calc(50/22);
  }
}
.forward-experience-voiceImg {
  flex-shrink: 0;
  li {
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
.forward-experience-images {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 5px;
  margin-top: 40px;
}
.forward-experience-image {
  position: relative;
  display: block;
  img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.forward-experience-images-item {
  margin-top: 80px;
  .forward-report-sectionSubTitle {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .forward-experience-list {
    li {
      font-size: 18px;
      line-height: 2;
    }
  }
}

@media screen and (max-width:768px) {
  .forward-experience-wrap {
    display: block;
  }
  .forward-experience-icon {
    width: 85px;
  }
  .forward-experience-list {
    margin-left: 1em;
    li {
      font-size: 14px;
    }
  }
  .forward-experience-voiceImg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }
  .forward-experience-images {
    grid-template-columns: repeat(3,1fr);
    gap: 2px;
    margin-top: 30px;
    margin-inline: calc(50% - 50vw);
    li:last-child {
      font-size: 12px;
      padding: 10px 10px 10px 5px;
    }
    .grid-2 {
      grid-column: span 2;
    }
  }
  .forward-experience-images-text {
    font-size: 12px;
    line-height: 16px;
  }
}

/* dance */
.forward-dance-images-wrap {
  margin-top: 50px;
  margin-inline: calc(50% - 50vw);
}
.forward-dance-images {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  max-width: 1920px;
  margin-inline: auto;
}
.forward-dance-image {
  img {
    width: 100%;
    object-fit: cover;
  }
}
.forward-dance-bottom {
  margin-top: 60px;
  img {
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:768px){
  .forward-dance-images-wrap {
    margin-top: 40px;
    max-width: 500px;
    margin-inline: auto;
  }
  .forward-dance-images {
    display: block;
    li:nth-child(n+2) {
      margin-top: -20px;
    }
    li:nth-child(even) {
      .forward-dance-image {
        margin-left: auto;
      }
    }
  }
  .forward-dance-image {
    width: 90%;
  }
  .forward-dance-bottom {
    margin-top: 40px;
  }
  .forward-dance-images-wrap + .forward-report-caption {
    max-width: 500px;
    margin-inline: auto;
  }
}

/* tetsutomo */
.forward-tetsutomo-list-wrap {
  margin-top: 50px;
  margin-inline: calc(50% - 50vw);
}
.forward-tetsutomo-list {
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: calc(1180 / 1920 * 100%) calc(700 / 1920 * 100%);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  li:first-child {
    grid-area: 1 / 1 / 3 / 2;
  }
  li:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
  }
  li:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
  }
}
.forward-tetsutomo-image {
  width: inherit;
  height: 100%;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width:768px){
  .forward-tetsutomo-list-wrap {
    display: contents;
  }
  .forward-tetsutomo-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    column-gap: 0;
    row-gap: 45px;
    .forward-tetsutomo-image {
      width: 100%;
    }
    li:first-child {
      width: 100%;
    }
    li {
      width: 50%;
    }
  }
}


/* stage */
.forward-stage-list-wrap {
  margin-top: 60px;
  margin-inline: calc(50% - 50vw);
}
.forward-stage-list {
  max-width: 1920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.forward-stage-image {
  img {
    width: 100%;
    object-fit: cover;
  }
}
.forward-stage-images02 {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 50px;
}
@media screen and (max-width:768px) {
  .forward-stage-list-wrap {
    margin-top: 40px;
  }
  .forward-stage-list {
    display: block;
    li:nth-child(even) {
      .forward-stage-image {
        margin-left: auto;
      }
    }
  }
  .forward-stage-image {
    width: 90%;
  }
  .forward-stage-images02 {
    column-gap: 10px;
    .forward-stage-image {
      width: 100%;
    }
  }
}

/* common */
figcaption {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 5px;
}
figure {
  position: relative;
}
figcaption.forward-report-label {
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  color: #fff;
  background: #ffb324;
}
.forward-report-caption {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 5px;
}
@media screen and (max-width:768px){
  figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
  figcaption.forward-report-label {
    font-size: 10px;
    line-height: 20px;
    padding: 0 2px;
    letter-spacing: -0.02em;
  }
  .forward-report-caption {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* page-top */
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  margin: 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-r1 {
    top: 3400px;
  }
  .back-l1 {
    top: 6800px;
  }
  .back-r2 {
    top: 9000px;
  }
  .back-l2 {
    top: 12500px;
  }
  .back-r3 {
    top: 16000px;
  }
  .back-l3 {
    top: 19500px;
  }
  .back-r4 {
    top: 22500px;
  }
}

@media screen and (max-width:1919px) {
  .back-r1 {
    top: calc(60vw + 2000px);
  }
  .back-l1 {
    top: calc(60vw + 5000px);
  }
  .back-r2 {
    top: calc(60vw + 8000px);
  }
  .back-l2 {
    top: calc(60vw + 11000px);
  }
  .back-r3 {
    top: calc(60vw + 14000px);
  }
  .back-l3 {
    top: calc(60vw + 17000px);
  }
  .back-r4 {
    top: calc(60vw + 20000px);
  }
} 

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

