@charset "UTF-8";
.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: 251px;
      position: absolute;
      top: 54px;
      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 {
      width: 10.2em;
      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--chapter04 .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; }
    .content-read {
      font-size: 12px;
      letter-spacing: 0;
      line-height: 2;
      margin-bottom: 30px; }
    .content-image {
      width: 80%;
      max-width: 380px;
      margin: 0 auto; }
      .content-image img {
        width: 100%; }
  .table tr:nth-child(odd) {
    background-color: #f4f9f4; }
  .table th {
    color: #44a844; }
  .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 dl {
      margin: 1em 0; }
      .table dl dt {
        font-weight: bold; }
      .table dl dt, .table dl dd {
        letter-spacing: 0.01em;
        line-height: 2.3; }
    .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; }
      .table-itemNote--pdl0 {
        padding-left: 0; }
    .table a {
      color: #e38f60; }
  .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; }
  .flow .flow-list {
    display: block; }
    .flow .flow-list li {
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      padding: 10px 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      line-height: 1.5;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      background-color: #44a844; }
      .flow .flow-list li::after {
        position: absolute;
        left: 50%;
        bottom: -15px;
        transform: translateX(-50%) rotate(90deg);
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 10px;
        border-color: transparent transparent transparent #44a844; }
      .flow .flow-list li:last-child {
        background-color: #e38f60; }
        .flow .flow-list li:last-child::after {
          display: none; }
  .flow .note {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 2;
    text-indent: 0;
    margin: 16px 0; }
  .btn {
    margin: 20px auto 0;
    text-align: center; }
    .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: #e38f60;
      color: #fff; }
      .btn a:hover {
        opacity: .7; }
  .line-wrap {
    padding: 20px;
    background-color: #fef7f3; }
    .line-wrap .flexwrap {
      display: block;
      margin-bottom: 0; }
      .line-wrap .flexwrap-ttl {
        text-align: center;
        margin-bottom: 20px; }
      .line-wrap .flexwrap-box {
        width: 100%;
        padding: 30px 20px;
        background-color: #fff; }
        .line-wrap .flexwrap-box .flexwrap-ttl {
          margin-bottom: 10px;
          font-size: 14px; }
        .line-wrap .flexwrap-box .flexwrap-txt {
          font-size: 12px; }
        .line-wrap .flexwrap-box .flexwrap-img {
          margin-top: 20px; }
          .line-wrap .flexwrap-box .flexwrap-img a {
            max-width: 90px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto; }
            .line-wrap .flexwrap-box .flexwrap-img a img {
              max-width: 100%; }
  .sheet-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    .sheet-list li {
      font-size: 12px;
      line-height: 2.3;
      font-weight: bold; }
  .sheet a.mail {
    color: #e38f60; }
  .pageLink {
    border-top: 3px solid #d8d8d8;
    padding-top: 50px;
    margin: 50px auto 50px; }
    .pageLink .content-inner {
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .pageLink a {
      display: inline-block;
      width: calc(100% / 2);
      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: 480px;
      height: 424px;
      position: absolute;
      top: 0px;
      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 {
      border-bottom: 3px solid #d8d8d8; }
      .content--chapter03 .writing {
        width: 129px;
        height: 62.5px; }
    .content--chapter04 .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;
      letter-spacing: 0;
      line-height: 2;
      margin-bottom: 78px; }
    .content-image {
      width: 440px;
      margin: 0 auto; }
      .content-image img {
        width: 100%; }
  .table tr:nth-child(odd) {
    background-color: #f4f9f4; }
  .table th {
    color: #44a844; }
  .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 dl {
      margin: 1em 0; }
      .table dl dt {
        font-weight: bold; }
      .table dl dt, .table dl dd {
        letter-spacing: 0.01em;
        line-height: 2.3; }
    .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; }
      .table-itemNote--pdl0 {
        padding-left: 0; }
    .table a {
      color: #e38f60; }
  .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; }
  .flow .flow-list li {
    position: relative;
    width: calc((100% - 80px) / 5);
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #44a844; }
    .flow .flow-list li::after {
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translateY(-50%);
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 0 5px 10px;
      border-color: transparent transparent transparent #44a844; }
    .flow .flow-list li:last-child {
      background-color: #e38f60; }
      .flow .flow-list li:last-child::after {
        display: none; }
  .flow .note {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 2;
    text-indent: 0;
    margin: 16px 0; }
  .btn {
    margin: 20px auto 0;
    text-align: center; }
    .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: #e38f60;
      color: #fff; }
      .btn a:hover {
        opacity: .7; }
  .line-wrap {
    padding: 40px;
    background-color: #fef7f3; }
    .line-wrap .flexwrap {
      margin-bottom: 0; }
      .line-wrap .flexwrap-ttl {
        text-align: center;
        margin-bottom: 20px; }
      .line-wrap .flexwrap-box {
        width: calc((99% - 40px) / 3);
        padding: 30px 20px;
        background-color: #fff; }
        .line-wrap .flexwrap-box .flexwrap-ttl {
          margin-bottom: 20px;
          font-size: 16px; }
        .line-wrap .flexwrap-box .flexwrap-img {
          margin-top: 20px; }
          .line-wrap .flexwrap-box .flexwrap-img a {
            width: 100%;
            height: 180px;
            display: flex;
            align-items: center;
            justify-content: center; }
  .sheet-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
    .sheet-list li {
      line-height: 2.3;
      font-weight: bold; }
  .sheet a.mail {
    color: #e38f60; }
  .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; }

/*
2022�ǉ�
 */
.pageLink .content-inner {
  justify-content: center; }

@media screen and (min-width: 769px) {
  .pageLink .content-inner a:first-child {
    margin-right: 2%; } }
