.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: 167px;
      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--chapter01 .writing {
      width: 128px;
      height: 67.6px; }
    .content--chapter02 .writing {
      width: 136px;
      height: 66.4px; }
    .content--chapter03 .writing {
      width: 129px;
      height: 62.5px; }
    .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; }
  .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; }
  .content-qa .qa {
    margin-bottom: 60px; }
    .content-qa .qa dt {
      display: flex;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 1.4;
      margin-bottom: 10px; }
      .content-qa .qa dt::before {
        content: "Q";
        background-color: #1f9044;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        display: inline-flex;
        flex: 0 0 20px;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-right: 8px; }
    .content-qa .qa dd {
      display: flex;
      font-size: 12px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      .content-qa .qa dd::before {
        content: "A";
        background-color: #eee;
        color: #d41617;
        font-size: 12px;
        font-weight: bold;
        display: inline-flex;
        flex: 0 0 20px;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-right: 8px; }
      .content-qa .qa dd p {
        font-size: 12px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
      .content-qa .qa dd .btn {
        margin: 20px auto 0;
        text-align: right; }
        .content-qa .qa dd .btn a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          padding: 13px 20px;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.2em;
          border-radius: 8px;
          text-decoration: none;
          background: #fff;
          color: #303030;
          border: solid 1px #303030; }
          .content-qa .qa dd .btn a:hover {
            opacity: .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: 416px;
      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;
      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--chapter01 .writing {
      width: 128px;
      height: 67.6px; }
    .content--chapter02 .writing {
      width: 136px;
      height: 66.4px; }
    .content--chapter03 .writing {
      width: 129px;
      height: 62.5px; }
    .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; }
  .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; }
  .content-qa .qa {
    margin-bottom: 60px; }
    .content-qa .qa dt {
      display: flex;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 1.4;
      margin-bottom: 20px; }
      .content-qa .qa dt::before {
        content: "Q";
        background-color: #1f9044;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        display: inline-flex;
        flex: 0 0 30px;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-right: 8px; }
    .content-qa .qa dd {
      display: flex;
      font-size: 16px;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      .content-qa .qa dd::before {
        content: "A";
        background-color: #eee;
        color: #d41617;
        font-size: 14px;
        font-weight: bold;
        display: inline-flex;
        flex: 0 0 30px;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-right: 8px; }
      .content-qa .qa dd p {
        font-size: 16px;
        letter-spacing: 0.01em;
        line-height: 1.8; }
      .content-qa .qa dd .btn {
        margin: 20px auto 0;
        text-align: right; }
        .content-qa .qa dd .btn a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          padding: 13px 20px;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.2em;
          border-radius: 8px;
          text-decoration: none;
          background: #fff;
          color: #303030;
          border: solid 1px #303030; }
          .content-qa .qa dd .btn a:hover {
            opacity: .7; } }

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