@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@media all and (max-width: 896px) {
  .pconly {
    display: none; } }

.sponly {
  display: none; }
  @media all and (max-width: 896px) {
    .sponly {
      display: block; } }

.portraitonly {
  display: none; }
  @media all and (max-width: 480px) {
    .portraitonly {
      display: block; } }

@media all and (max-width: 896px) {
  .spnone {
    display: none; } }

@media all and (max-width: 480px) {
  .portraitnone {
    display: none; } }

/* top */
.top_flex-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 80px; }
  @media all and (max-width: 1023px) {
    .top_flex-2 {
      display: block; } }
  .top_flex-2 .top_block {
    width: calc(100% / 2 - 50px);
    text-align: center;
    padding: 30px 0;
    max-width: 460px;
    margin: 0 auto 30px auto;
    display: flex;
    flex-direction: column;
    background: url("../images/col2_bg_t.svg") no-repeat center top/100% auto, url(../images/col2_bg_b.svg) no-repeat center bottom/100% auto, white; }
    @media all and (max-width: 1023px) {
      .top_flex-2 .top_block {
        width: 100%;
        padding: 30px 0;
        max-width: auto; } }
    .top_flex-2 .top_block .top_title {
      margin-bottom: 20px;
      font-size: 1.8rem;
      font-weight: bold; }
      @media all and (max-width: 1023px) {
        .top_flex-2 .top_block .top_title {
          font-size: 1.6rem; } }
    .top_flex-2 .top_block .top_img {
      position: relative;
      width: 100%; }
      .top_flex-2 .top_block .top_img .top_block__image {
        width: 100%;
        overflow: hidden; }
        .top_flex-2 .top_block .top_img .top_block__image img {
          width: 100%; }
      .top_flex-2 .top_block .top_img .top__icon {
        margin: 0 auto;
        position: absolute;
        background-color: #fff;
        display: inline-block;
        border-radius: 30px;
        padding: 10px;
        bottom: -30px;
        max-width: 60px;
        left: 0;
        right: 0; }
        .top_flex-2 .top_block .top_img .top__icon img {
          max-width: 40px; }
    .top_flex-2 .top_block .top_block_contents {
      padding: 30px; }
      .top_flex-2 .top_block .top_block_contents .top_block__info {
        border-top: 1px dotted #20543c;
        border-bottom: 1px dotted #20543c;
        padding: 20px 0;
        margin-top: 20px;
        min-height: 200px; }
        @media all and (max-width: 1023px) {
          .top_flex-2 .top_block .top_block_contents .top_block__info {
            min-height: auto; } }
        .top_flex-2 .top_block .top_block_contents .top_block__info h3 {
          font-size: 2.2rem;
          margin-bottom: 20px;
          line-height: 1.8; }
          @media all and (max-width: 1023px) {
            .top_flex-2 .top_block .top_block_contents .top_block__info h3 {
              font-size: 2rem; } }
          .top_flex-2 .top_block .top_block_contents .top_block__info h3 span {
            font-size: 80%;
            display: block; }
        .top_flex-2 .top_block .top_block_contents .top_block__info .place {
          display: block;
          padding: 4px;
          border: 1px solid #20543c;
          border-radius: 20px; }
    .top_flex-2 .top_block .more {
      max-width: 160px;
      margin: auto; }

.btn_area {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 530px; }

.line {
  width: 100%;
  height: 9px;
  background: url("../images/line.png") repeat-x center top;
  margin: 30px auto; }

.report_box {
  margin: 30px auto;
  max-width: 974px; }
  .report_box .repo_title {
    margin-bottom: 50px;
    text-align: center; }
    .report_box .repo_title .title {
      font-size: 2.4rem;
      line-height: 1.8; }
      @media all and (max-width: 1023px) {
        .report_box .repo_title .title {
          font-size: 2rem; } }
      .report_box .repo_title .title span {
        font-size: 80%;
        display: block; }
    .report_box .repo_title .place {
      display: inline-block;
      padding: 4px 20px;
      border: 1px solid #20543c;
      border-radius: 20px; }
      .report_box .repo_title .place img {
        max-width: 24px; }
  .report_box .block__image {
    margin-bottom: 45px; }
  .report_box .event_txt_green {
    width: 100%;
    text-align: left;
    padding: 30px 0 42px;
    margin: 0 auto 30px auto;
    background: url("../images/green_bg_t.svg") no-repeat center top/100% auto, url(../images/green_bg_b.svg) no-repeat center bottom -1px/100% auto, #26ad78; }
    .report_box .event_txt_green p {
      padding: 0 50px;
      color: #fff;
      text-align: left;
      line-height: 1.9; }
  .report_box .repo_txt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    @media all and (max-width: 1023px) {
      .report_box .repo_txt {
        flex-direction: column; } }
    .report_box .repo_txt.revers {
      flex-direction: row-reverse; }
      @media all and (max-width: 1023px) {
        .report_box .repo_txt.revers {
          flex-direction: column; } }
    .report_box .repo_txt li {
      width: calc(50% - 30px);
      margin-bottom: 0; }
      @media all and (max-width: 1023px) {
        .report_box .repo_txt li {
          width: 100%; } }
      .report_box .repo_txt li h3 {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 15px;
        text-align: left; }
      .report_box .repo_txt li .block__desc {
        margin-bottom: 10px;
        font-size: 1.6rem;
        line-height: 1.8;
        text-align: left; }
  .report_box .ttl_voice {
    text-align: center;
    margin: 50px auto 0; }
    .report_box .ttl_voice img {
      max-width: 400px; }

/* アコーディオン全体 */
.accordion {
  max-width: 100%;
  margin: 30px auto 50px; }
  .accordion .accordion__item {
    text-align: left;
    cursor: pointer;
    padding: 30px 0;
    max-width: 100%;
    margin: 0 auto 30px auto;
    background: url("../images/white_bg_t.svg") no-repeat center top/100% auto, url(../images/white_bg_b.svg) no-repeat center bottom/100% auto, white;
    background-color: #fff; }
    @media all and (max-width: 1023px) {
      .accordion .accordion__item {
        margin: 60px auto; } }
    .accordion .accordion__item.is-active .accordion__title::before {
      transform: rotate(180deg); }
    .accordion .accordion__item.is-active .accordion__title::after {
      transform: rotate(180deg);
      opacity: 0; }
    .accordion .accordion__item p {
      text-align: left;
      line-height: 1.8; }
  .accordion .accordion__title {
    position: relative;
    padding: 0 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-image: url("../images/sikaku.svg");
    background-position: right calc(1em - 2px) center;
    background-size: 28px;
    background-repeat: no-repeat; }
    @media all and (max-width: 1023px) {
      .accordion .accordion__title {
        display: block;
        padding: 0 20px;
        background-position: right calc(1em - 2px) top 40px; } }
    .accordion .accordion__title::before, .accordion .accordion__title::after {
      content: "";
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background-color: #fff;
      width: 18px;
      height: 4px;
      transition: all 0.3s; }
      @media all and (max-width: 1023px) {
        .accordion .accordion__title::before, .accordion .accordion__title::after {
          right: 16px;
          top: 52px;
          bottom: auto; } }
    .accordion .accordion__title::after {
      transform: rotate(90deg); }
    .accordion .accordion__title.plusnone {
      background-image: none;
      cursor: default; }
    .accordion .accordion__title .chara {
      width: 94px; }
      @media all and (max-width: 1023px) {
        .accordion .accordion__title .chara {
          width: 80px;
          margin: -60px auto 10px auto; } }
    .accordion .accordion__title .txt {
      width: calc(100% - 104px);
      margin-left: 10px; }
      @media all and (max-width: 1023px) {
        .accordion .accordion__title .txt {
          width: 100%;
          margin-left: 0; } }
  .accordion .accordion__content {
    padding: 0 60px;
    display: none;
    cursor: pointer; }
    @media all and (max-width: 1023px) {
      .accordion .accordion__content {
        padding: 0 20px; } }
    .accordion .accordion__content .txt {
      width: calc(100% - 104px);
      margin-left: 104px; }
      @media all and (max-width: 1023px) {
        .accordion .accordion__content .txt {
          width: 100%;
          margin-left: 0; } }
    .accordion .accordion__content.is-open {
      display: block; }
