.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: 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: 288px;
      height: 242px;
      position: absolute;
      top: 94px;
      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%;
      margin-left: 7%; }
      .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: 55%;
      transform: translate(-50%, -50%);
      left: 50%;
      position: absolute; }
  .contents {
    margin-bottom: 30px; }
  .content {
    margin: 0 auto;
    padding: 30px 0 50px; }
    .content .writing {
      margin: 0 auto; }
      .content .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 10; }
    .content--point .writing {
      width: 114px;
      height: 50px; }
    .content--chapter01 .writing {
      width: 128px;
      height: 67.6px; }
    .content--chapter02 .writing {
      width: 136px;
      height: 66.4px; }
    .content--chapter03 .writing {
      width: 129px;
      height: 62.5px; }
    .content--point {
      margin: 0 auto;
      padding: 0;
      border: none; }
    .content--chapter02 {
      background-color: #f8f8f8; }
    .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-image {
      width: 80%;
      max-width: 380px;
      margin: 0 auto; }
      .content-image img {
        width: 100%; }
  .flexwrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap; }
    .flexwrap:nth-of-type(odd) {
      flex-wrap: wrap-reverse; }
    .flexwrap-box {
      width: 100%;
      margin-bottom: 20px; }
    .flexwrap-image {
      width: 100%;
      max-width: 414px; }
      .flexwrap-image img {
        width: 100%; }
    .flexwrap-ttl {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 1.4;
      margin-bottom: 15px; }
    .flexwrap-txt {
      font-size: 14px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
    .flexwrap-note {
      margin-top: 10px;
      letter-spacing: 0.01em;
      font-size: 11px;
      line-height: 1.8; }
  .pageLink {
    border-top: 3px solid #d8d8d8;
    padding-top: 50px;
    margin: 50px auto 50px; }
    .pageLink .content-inner {
      padding: 0;
      display: flex;
      justify-content: space-between; }
    .pageLink a {
      display: inline-block;
      width: calc(100% / 3);
      text-align: center;
      line-height: 1.2;
      font-size: 14px;
      color: #303030;
      text-decoration: none;
      border: 1px solid #303030;
      padding: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pageLink a:hover {
        opacity: 0.5; } }

@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: 414px;
      height: 348px;
      position: absolute;
      top: 44px;
      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: 70px; }
    .keyBlock-ttlJa {
      font-size: 27px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0.02em;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%;
      position: absolute; }
  .contents {
    margin-bottom: 160px; }
  .content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0 120px; }
    .content .writing {
      margin: 0 auto; }
      .content .writing span .st0 {
        fill: none;
        stroke: #FFF;
        stroke-width: 10; }
    .content--point .writing {
      width: 114px;
      height: 50px; }
    .content--chapter01 .writing {
      width: 128px;
      height: 67.6px; }
    .content--chapter02 .writing {
      width: 136px;
      height: 66.4px; }
    .content--chapter03 .writing {
      width: 129px;
      height: 62.5px; }
    .content--point {
      margin: 0 auto;
      padding: 0;
      border: none; }
    .content--chapter02 {
      background-color: #f8f8f8; }
    .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-image {
      width: 440px;
      margin: 0 auto; }
      .content-image img {
        width: 100%; }
  .flexwrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; }
    .flexwrap-box {
      max-width: 540px; }
    .flexwrap-image {
      width: 300px;
      margin-bottom: 20px; }
      .flexwrap-image img {
        width: 100%; }
    .flexwrap-ttl {
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 1.4;
      margin-bottom: 40px; }
    .flexwrap-txt {
      font-size: 16px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
    .flexwrap-note {
      margin-top: 24px;
      letter-spacing: 0.01em;
      font-size: 12px;
      line-height: 1.8; }
  .pageLink {
    border-top: 3px solid #d8d8d8;
    padding-top: 100px;
    margin: 100px auto 100px;
    max-width: 1130px; }
    .pageLink .content-inner {
      display: flex;
      justify-content: space-between; }
    .pageLink a {
      display: inline-block;
      width: 270px;
      text-align: center;
      line-height: 36px;
      font-size: 16px;
      color: #303030;
      text-decoration: none;
      border: 1px solid #303030; }
      .pageLink a:hover {
        opacity: 0.5; } }

.c-mw-initial {
  max-width: initial; }
