  .main-visual .pc {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 780px;	/* rcl20240327 FV̏cTCY */
    margin: 0 auto;
  }
  @media (min-width: 1280px) {
    .main-visual .space {
      width: 100%;
      max-width: 2160px;
      margin: 0 auto;
    }
    .main-visual .space::before {
      content: "";
      display: block;
      padding-top: 50%;
    }
  }
  .pc {
    display: none;
  }
  .text-center {
    text-align: center;
  }
  .area {
    display: block;
    text-align: center;
  }
  .area img {
    transition: opacity .3s;
  }
  .area:hover img {
    opacity: 0.8;
  }
  .reporter {
    text-align: center;
  }
  .reporter img {
    width: 95%;
    max-width: 480px;
  }
  .reporterBg {
    padding-top: 2rem !important;
  }
  .bnr h2 {
    background-color: #093387;
    color: white;
    padding: 0.75em;
    margin-bottom: 2rem;
  }
  .bnr .col2 div {
    padding-bottom: 2rem;
  }
  .plan h2 {
    text-align: center;
    margin-bottom: 3em;
  }
  .plan .col {
    margin-bottom: 2em;
  }
  .ac-content {
    display: none;
  }
  .ac-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0f4ca7;
    color: white;
    font-size: 3.2vw;
    padding: 1.5vw 10vw 2vw;
    margin-top: -0.5vw;
    cursor: pointer;
    position: relative;
    border-radius: 0 0 0.3em 0.3em;
  }
  .ac-label::before {
    content: "";
    display: block;
    width: 92%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: -1px;
    left: 4%;
  }
  .ac-label p {
    font-size: 100%;
    margin-bottom: 0;
  }
  .ac-label .icon-wrap {
    width: 2em;
    height: 2em;
  }
  .ac-label .icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .ac-label .icon:before,
  .ac-label .icon:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #fff;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
  }
  .ac-label .icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .ac-label.open .icon:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  @media (min-width: 768px) {
    .pc {
      display: block;
    }
    .sp {
      display: none;
    }
    .bnr h2 {
      font-size: 1.5em;
    }
    .bnr .col2 {
      max-width: calc(1000px + 2rem);
      margin: 0 auto;
    }
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .col {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      padding-right: 15px;
      padding-left: 15px;
    }
    .plan h2 img {
      max-width: 50%;
    }
    .ac-content {
      display: block !important;
    }
    .ac-label {
      display: none;
    }
  }
