.contents {
  color: #303030;
  font-feature-settings: "palt"; }

.header {
  opacity: 1; }

@media screen and (max-width: 768px) {
  .keyBlock {
    height: 395px;
    margin: 0 auto 40px; }
    .keyBlock-inner {
      width: 100%;
      height: 100%;
      position: relative; }
      .keyBlock-inner .vertical {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: 0.2em;
        display: block;
        margin: 0 0 20px;
        position: absolute;
        top: 40px;
        left: 4%;
        transition-duration: 1.5s; }
        @supports (-ms-ime-align: auto) {
          .keyBlock-inner .vertical {
            height: 220px; } }
      .keyBlock-inner::after {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        background-color: #f8f8f8;
        right: 0;
        top: 0;
        z-index: -1; }
    .keyBlock .writing {
      width: 288px;
      height: 150px;
      position: absolute;
      top: 97px;
      left: 50%;
      z-index: 2;
      transform: translateX(-50%); }
      .keyBlock .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 5; }
    .keyBlock-ttlEn {
      text-align: center;
      width: 100%; }
      .keyBlock-ttlEn img {
        width: 100%;
        max-width: 500px; }
    .keyBlock-ttlJa {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.02em;
      top: 280px;
      transform: translateX(-50%);
      left: 50%;
      position: absolute; }
  .contents {
    margin-bottom: 80px; }
  .content {
    margin: 60px auto 0;
    border-top: 3px solid #d8d8d8;
    padding-top: 30px; }
    .content--support {
      margin: 0 auto;
      padding: 0;
      border: none;
      position: relative; }
      .content--support .writing {
        width: 260px;
        height: 77px;
        margin: 0 auto; }
        .content--support .writing span .st0 {
          fill: none;
          stroke: #FFF;
          stroke-width: 4;
          stroke-miterlimit: 10; }
    .content-inner {
      padding: 0 4%;
      margin: 0 auto; }
    .content-ttlEn {
      text-align: center;
      height: 100px;
      margin: 0 auto; }
      .content-ttlEn img {
        width: 100%;
        height: 100%; }
    .content-ttlJa {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 2;
      text-align: center;
      margin-bottom: 20px; }
    .content-read {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 2;
      margin-bottom: 30px; }
    .content--support .table tr:nth-child(odd) {
      background-color: #f4f9f4; }
    .content--support .table th {
      color: #44a844; }
    .content--challenge .writing {
      width: 294px;
      height: 74px;
      margin: 0 auto; }
      .content--challenge .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 4;
        stroke-miterlimit: 10; }
    .content--challenge .table tr:nth-child(odd) {
      background-color: #fef7f3; }
    .content--challenge .table th {
      color: #e38f60; }
  .table {
    text-align: left;
    font-size: 12px; }
    .table th {
      width: 3em;
      padding: 20px 10px 20px 20px;
      font-weight: bold;
      letter-spacing: 0.01em;
      text-align: center;
      vertical-align: middle; }
    .table td {
      width: calc(100% - 3em);
      padding: 20px 20px 20px 10px;
      letter-spacing: 0.01em;
      vertical-align: middle; }
    .table ul {
      list-style: disc;
      text-indent: 0;
      padding-left: 2em; }
    .table li {
      list-style: disc; }
    .table-itemTtl {
      line-height: 2.3; }
    .table-itemTxt {
      line-height: 2;
      padding-left: 1em;
      text-indent: 0; }
    .table-itemNote {
      font-size: 10px;
      line-height: 2;
      text-indent: 0;
      padding-left: 1em;
      margin: 16px 0; }
  .container {
    background-color: #e38f60;
    margin-top: 50px;
    padding: 30px 0;
    color: #fff;
    text-align: center; }
    .container-txt {
      font-size: 12px;
      line-height: 2.4;
      font-weight: bold; }
    .container-ttl {
      font-size: 14px;
      line-height: calc(38.4 / 24);
      margin-bottom: 12px;
      font-weight: bold; }
    .container-btn {
      display: inline-block;
      background-color: #4c4c4c;
      padding: 0 20px;
      line-height: 40px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.02em;
      color: #fff;
      border-radius: 8px;
      text-decoration: none; }
      .container-btn:hover {
        opacity: 0.7; } }

@media screen and (min-width: 769px) {
  .keyBlock {
    max-width: 1200px;
    height: 420px;
    margin: 0 auto 110px;
    padding: 0 14px; }
    .keyBlock-inner {
      width: 100%;
      height: 100%;
      position: relative; }
      .keyBlock-inner .vertical {
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -ms-text-orientation: upright;
        -webkit-text-orientation: upright;
        text-orientation: upright;
        font-size: 12px;
        font-weight: bold;
        line-height: 2.2;
        letter-spacing: 0.2em;
        display: block;
        margin: 0 0 20px;
        position: absolute;
        top: 40px;
        left: 0px;
        transition-duration: 1.5s; }
        @supports (-ms-ime-align: auto) {
          .keyBlock-inner .vertical {
            height: 220px; } }
      .keyBlock-inner::after {
        content: "";
        display: block;
        width: 50%;
        height: 100%;
        position: absolute;
        background-color: #f8f8f8;
        right: 0;
        top: 0;
        z-index: -1; }
    .keyBlock .writing {
      width: 397px;
      height: 207px;
      position: absolute;
      top: 97px;
      left: 50%;
      z-index: 2;
      transform: translateX(-50%); }
      .keyBlock .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 5; }
    .keyBlock-ttlEn {
      text-align: center;
      margin-left: -20px; }
    .keyBlock-ttlJa {
      font-size: 27px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.02em;
      top: 280px;
      transform: translateX(-50%);
      left: 50%;
      position: absolute; }
  .contents {
    margin-bottom: 160px; }
  .content {
    max-width: 1120px;
    margin: 100px auto 0;
    border-top: 3px solid #d8d8d8;
    padding-top: 90px; }
    .content--support {
      margin: 0 auto;
      padding: 0;
      border: none; }
      .content--support .writing {
        width: 260px;
        height: 77px;
        margin: 0 auto; }
        .content--support .writing image {
          width: 100%; }
        .content--support .writing span {
          display: block;
          height: 100%; }
          .content--support .writing span .st0 {
            fill: none;
            stroke: #FFF;
            stroke-width: 2;
            stroke-miterlimit: 10; }
    .content-inner {
      width: 880px;
      margin: 0 auto; }
    .content-ttlEn {
      text-align: center;
      margin-bottom: 22px; }
    .content-ttlJa {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 2;
      text-align: center;
      margin-bottom: 55px; }
    .content-read {
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 2;
      margin-bottom: 78px; }
    .content--support .table tr:nth-child(odd) {
      background-color: #f4f9f4; }
    .content--support .table th {
      color: #44a844; }
    .content--challenge .writing {
      width: 294px;
      height: 74px;
      margin: 0 auto; }
      .content--challenge .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 2;
        stroke-miterlimit: 10; }
    .content--challenge .table tr:nth-child(odd) {
      background-color: #fef7f3; }
    .content--challenge .table th {
      color: #e38f60; }
  .table {
    text-align: left; }
    .table th {
      width: 240px;
      padding: 24px 40px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.01em; }
    .table td {
      width: calc(100% - 240px);
      padding: 24px 40px;
      letter-spacing: 0.01em; }
    .table ul {
      list-style: disc;
      text-indent: 1.5em; }
    .table li {
      list-style: disc; }
    .table-itemTtl {
      line-height: 2.3; }
    .table-itemTxt {
      font-size: 12px;
      line-height: 2;
      padding-left: 2.5em;
      text-indent: 0; }
    .table-itemNote {
      font-size: 11px;
      line-height: 2;
      text-indent: 0;
      padding-left: 2.5em;
      margin: 16px 0; }
  .container {
    background-color: #e38f60;
    margin-top: 100px;
    padding: 80px 0;
    color: #fff;
    text-align: center; }
    .container-txt {
      font-size: 16px;
      line-height: 2.4;
      font-weight: bold; }
    .container-ttl {
      font-size: 24px;
      line-height: calc(38.4 / 24);
      margin-bottom: 12px;
      font-weight: bold; }
    .container-btn {
      display: inline-block;
      background-color: #4c4c4c;
      padding: 0 72px;
      line-height: 40px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.02em;
      color: #fff;
      border-radius: 8px;
      text-decoration: none; }
      .container-btn:hover {
        opacity: 0.7; } }
