#intro01 .intro-copy p {
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  display: inline;
  background-image: linear-gradient(90deg, #fedf54, #fedf54);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 0.5em;
  animation: border 2s ease forwards; }
  #intro01 .intro-copy p .small {
    margin-left: 0.25em;
    margin-right: 0.25em; }

@keyframes border {
  0% {
    background-size: 0 0.5em; }
  100% {
    background-size: 100% 0.5em; } }
.intro-list.dotL {
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.25; }
  .intro-list.dotL li {
    margin-top: 0.25em; }
    .intro-list.dotL li::before {
      background-color: #00532e; }

.intro-features-list {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.5; }
  .intro-features-list-wrapper {
    display: flex;
    justify-content: center; }
  .intro-features-list li {
    padding-left: 1em;
    text-indent: -1em; }
    .intro-features-list li + li {
      margin-top: 0.5em; }
    .intro-features-list li em {
      color: #0070a6;
      font-style: normal; }
    .intro-features-list li .small em {
      color: #e83820; }
    .intro-features-list li::before {
      content: "";
      width: 1em;
      height: 1em;
      position: relative;
      top: 0.125em;
      background-color: #fdd108;
      display: inline-block;
      line-height: 1;
      clip-path: polygon(0 10%, 69.282% 50%, 0 90%); }

.intro-fixing-image {
  display: flex;
  justify-content: center; }

.intro-fixing-sign {
  display: flex;
  justify-content: space-between;
  line-height: 1.5; }
  .intro-fixing-sign > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    background-color: #e8f1f6;
    font-feature-settings: "palt";
    position: relative; }
    .intro-fixing-sign > li::after {
      content: "";
      display: block;
      width: 3rem;
      height: 1.5rem;
      background-color: #e8f1f6;
      position: absolute;
      top: -1rem;
      clip-path: polygon(0 100%, 50% 0, 100% 100%); }
    .intro-fixing-sign > li .head {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 2em;
      border-radius: 1em;
      background-color: #FFF;
      font-weight: 600;
      line-height: 1.25; }
    .intro-fixing-sign > li .body {
      margin-top: 0.75rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
  .intro-fixing-sign-note {
    display: flex;
    flex-wrap: wrap; }
    .intro-fixing-sign-note > li .note-head {
      font-weight: 600; }
    .intro-fixing-sign-note > li > ul {
      line-height: 1.25;
      padding-left: 1em;
      text-indent: -1em; }
      .intro-fixing-sign-note > li > ul > li {
        margin-top: 0.25em; }

.pattern-type-head h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2em;
  border-radius: 1em;
  color: #FFF;
  background-color: #00532e;
  font-weight: 600;
  line-height: 1.25; }

.pattern-type-image {
  display: flex;
  justify-content: center; }

.pattern-standard-head h4 {
  color: #00532e;
  font-weight: 600;
  line-height: 1.25;
  padding-left: 1em;
  text-indent: -1em; }
  .pattern-standard-head h4::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 0.25em;
    position: relative;
    top: 2px;
    background-color: #00532e;
    border-radius: 50%;
    display: inline-block;
    line-height: 1; }

.pattern-standard-image {
  display: flex;
  justify-content: center;
  border: 1px solid #CCC; }

@media screen and (min-width: 1204px), print {
  #intro01 .intro-copy {
    width: 50%;
    margin-left: max(2vw, 72px);
    margin-right: min(-2vw, -72px); }
    #intro01 .intro-copy p {
      font-size: 2rem;
      line-height: 2; }
      #intro01 .intro-copy p .small {
        font-size: 1.5rem; }
  #intro01 > .section {
    position: relative; }
    #intro01 > .section .pwimage {
      position: absolute;
      top: 3rem;
      left: 50%;
      width: 50%;
      max-width: 960px; }
      #intro01 > .section .pwimage img {
        margin-top: -25%;
        width: 100%;
        height: auto; }

  .intro-list.dotL {
    margin-top: 4rem;
    margin-left: max(2vw, 72px);
    column-count: 2;
    max-width: 46rem;
    font-size: 12px; }

  .intro-features-list {
    font-size: 20px; }
    .intro-features-list .small {
      font-size: 14px; }

  .intro-fixing-image img {
    max-width: 800px; }

  .intro-fixing-sign {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    .intro-fixing-sign > li {
      width: calc( 50% - 1rem );
      padding: 1em; }
      .intro-fixing-sign > li .body {
        justify-content: center;
        flex-grow: 1;
        font-size: 16px;
        padding-left: 0.75em;
        padding-right: 0.75em; }
      .intro-fixing-sign > li:nth-child(2) .body {
        flex-direction: row;
        align-items: center; }
        .intro-fixing-sign > li:nth-child(2) .body p:first-child {
          margin-right: 2em; }
        .intro-fixing-sign > li:nth-child(2) .body img {
          width: 180px;
          height: auto; }
    .intro-fixing-sign-note {
      font-size: 14px;
      margin-top: 0.5em; }
      .intro-fixing-sign-note > li > ul {
        margin-left: 1em; }
        .intro-fixing-sign-note > li > ul li {
          margin-right: 2em; }

  .pattern-type-head h4 {
    font-size: 20px; }
    .pattern-type-head h4 .small {
      font-size: 14px; }

  .pattern-type-image {
    margin-top: 2em; }

  .pattern-standard-head h4 {
    font-size: 22px; }

  .pattern-standard-image {
    margin-top: 1em;
    padding-top: 2em;
    padding-bottom: 2em; }

  .pattern-standard .section .row .col-md-6 {
    margin-top: 5em; }
    .pattern-standard .section .row .col-md-6 .pattern-standard-image {
      padding-top: 1em;
      padding-bottom: 1em; } }
@media screen and (min-width: 1204px) and (min-width: 1568px) {
  .intro-list.dotL {
    margin-top: 4rem;
    font-size: 14px; }

  .intro-features-list {
    font-size: 22px; }
    .intro-features-list .small {
      font-size: 16px; }

  .pattern-type-head h4 {
    font-size: 22px; }
    .pattern-type-head h4 .small {
      font-size: 16px; }

  .pattern-standard-head h4 {
    font-size: 24px; } }
@media screen and (max-width: 1203px) {
  #intro01 .intro-copy {
    max-width: 480px;
    margin: max(4vh, 2em) auto -0.5em; }
    #intro01 .intro-copy p {
      text-align: center; }
  #intro01 > .section {
    text-align: center; }
    #intro01 > .section .pwimage img {
      margin-top: -8%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: -35%;
      width: 100%;
      max-width: 480px;
      height: auto; }

  .intro-list.dotL {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 12px;
    text-align: left; }

  .intro-features-list .small {
    font-size: 11px; }

  .intro-fixing-sign > li {
    font-size: 12px;
    width: calc( 50% - 0.5rem );
    padding: 1em; }
    .intro-fixing-sign > li .body {
      flex-grow: 1; }
    .intro-fixing-sign > li:nth-child(2) .body {
      align-items: center; }
      .intro-fixing-sign > li:nth-child(2) .body img {
        margin-top: 0.5em;
        width: 135px;
        height: auto; }
  .intro-fixing-sign-note {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1; }
    .intro-fixing-sign-note > li {
      margin-top: 0.5em; }

  .pattern-type-head h4 {
    font-size: 16px; }
    .pattern-type-head h4 .small {
      font-size: 12px; }

  .pattern-type-image {
    margin-top: 1em; }
    .pattern-type-image img {
      max-width: 80%; }

  .pattern-standard-head h4 {
    font-size: 16px; }

  .pattern-standard .section .row .col-xl-4 {
    margin-top: 2em; }

  .pattern-standard-image {
    margin-top: 0.5em;
    padding-top: 1em;
    padding-bottom: 1em; } }
@media screen and (max-width: 1203px) and (min-width: 575px) {
  #intro01 > .section .pwimage img {
    margin-bottom: -30%; }

  .intro-features-list .small {
    font-size: 12px; }

  .intro-fixing-sign > li {
    font-size: 14px; }

  .pattern-type-head h4 {
    font-size: 20px; }
    .pattern-type-head h4 .small {
      font-size: 14px; }

  .pattern-standard-head h4 {
    font-size: 18px; } }
@media screen and (max-width: 1203px) and (min-width: 768px) {
  #intro01 > .section .pwimage img {
    margin-bottom: -25%; }

  .pattern-standard-image {
    padding-top: 2em;
    padding-bottom: 2em; }

  .pattern-standard .section .row .col-xl-4 {
    margin-top: 4em; }
    .pattern-standard .section .row .col-xl-4 .pattern-standard-image {
      padding-top: 1em;
      padding-bottom: 1em; } }
@media screen and (max-width: 1203px) and (min-width: 1002px) {
  #intro01 > .section .pwimage img {
    margin-bottom: -20%; } }
