.pc-only {
  display: block; }

.sp-only {
  display: none; }

.bold_txt {
  color: #4f177f;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.7;
  padding-bottom: 10px; }

.main_ttl {
  padding-bottom: 30px; }

.main_txt {
  font-size: calc(40 / 1366 * 100vw);
  font-size: 1.8rem;
  line-height: 1.7; }

.businessmap {
  width: 100%;
  padding: 5% 15%; }

.cycle {
  width: 100%;
  padding: 5% 10%;
  text-align: center; }
  .cycle h3 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 2rem; }

.data {
  padding: 5% 0;
  color: #333333; }
  .data p.small {
    font-size: 1.2rem;
    margin-top: 1rem;
    text-align: right; }
  .data .data-box {
    padding: 5% 10%; }
    .data .data-box .inner {
      background: #F2F2F2;
      padding: 3rem 6rem; }
      .data .data-box .inner h4 {
        color: #4F3190;
        text-align: center;
        font-size: 26px; }
      .data .data-box .inner ul {
        display: flex;
        justify-content: space-between;
        padding-top: 5rem; }
        .data .data-box .inner ul li {
          width: 25%;
          text-align: center;
          font-weight: bold; }
          .data .data-box .inner ul li p span.number {
            font-family: "Futura", 'Century Gothic';
            font-weight: normal;
            line-height: 1.4;
            font-size: 3.6rem; }
          .data .data-box .inner ul li img {
            width: 100%;
            display: block;
            margin: 2rem auto 0 auto;
            height: 70px; }

.lineup {
  margin-bottom: 5%; }
  .lineup .block-link {
    padding: 5% 0; }
    .lineup .block-link .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .lineup .block-link .inner .images {
        order: 1;
        width: 54%; }
        .lineup .block-link .inner .images img {
          width: 100%; }
      .lineup .block-link .inner .block_content {
        width: 49%;
        margin-right: -4rem;
        z-index: 1;
        background: #F3F1F4;
        padding: 6rem; }
        .lineup .block-link .inner .block_content h3 {
          color: #491F7A;
          font-size: 26px; }
        .lineup .block-link .inner .block_content p {
          margin-top: 2rem;
          line-height: 2.6rem; }
        .lineup .block-link .inner .block_content .read_more a {
          margin-top: 3rem;
          width: 360px;
          height: 70px;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
    .lineup .block-link.right .inner .images {
      order: -1; }
    .lineup .block-link.right .inner .block_content {
      margin-right: 0;
      margin-left: -4rem; }

@media screen and (max-width: 1366px) {
  .main_txt {
    font-size: calc(18 / 1366 * 100vw);
    padding-bottom: calc(50 / 1366 * 100vw); } }
@media screen and (max-width: 1100px) {
  .businessmap {
    padding: 5% 0px; }

  .cycle {
    padding: 5% 0px; }
    .cycle h3 {
      font-size: 2rem; }
    .cycle .picture-box {
      overflow-y: scroll; }
      .cycle .picture-box img {
        max-width: none;
        width: 1100px; }

  .data .data-box {
    padding: 0; }
    .data .data-box .inner {
      padding: 3rem; }

  .lineup .block-link .inner {
    flex-direction: column; }
    .lineup .block-link .inner .images {
      order: -1;
      width: 80%;
      z-index: 2; }
    .lineup .block-link .inner .block_content {
      width: 100%;
      padding: 6rem 4rem 4rem 4rem;
      margin: -4rem 0 0 0;
      z-index: 0; }
      .lineup .block-link .inner .block_content .read_more a {
        margin: 3rem auto 0 auto;
        width: 92%;
        height: 55px;
        dth: 92%;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
  .lineup .block-link.right .inner .block_content {
    margin-left: 0rem; } }
@media screen and (max-width: 768px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: block; }

  .main_txt {
    font-size: calc(28 / 768 * 100vw);
    padding-bottom: calc(60 / 768 * 100vw); }

  .bold_txt {
    font-size: calc(34 / 768 * 100vw); }

  .cycle h3 {
    line-height: 1.4;
    font-size: 1.6rem; }
  .cycle .picture-box img {
    width: 800px; }

  .data {
    padding: 10% 0; }
    .data .data-box .inner {
      padding: 2rem; }
      .data .data-box .inner h4 {
        font-size: calc(40 / 768 * 100vw); }
      .data .data-box .inner ul {
        flex-wrap: wrap;
        justify-content: space-around; }
        .data .data-box .inner ul li {
          width: 48%;
          margin-top: 2rem;
          font-size: 1.3rem; }
          .data .data-box .inner ul li img {
            height: 40px;
            margin: 1rem auto 0 auto; }
          .data .data-box .inner ul li p span.number {
            font-size: 2rem; }
          .data .data-box .inner ul li p span.unit {
            font-size: 1rem; }
        .data .data-box .inner ul li:nth-child(1), .data .data-box .inner ul li:nth-child(2) {
          margin-top: 0rem; }

  .lineup .block-link .inner .block_content {
    padding: 6rem 2rem 4rem 2rem; }
    .lineup .block-link .inner .block_content h3 {
      font-size: calc(40 / 768 * 100vw); }
    .lineup .block-link .inner .block_content .read_more a {
      width: 100%; } }
