#supporter-recruitment .wrap-center {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#supporter-recruitment .wrap-center section {
  width: 100%;
  max-width: 1040px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#supporter-recruitment h1 {
  margin-bottom: 1em !important;
  font-size: clamp(1.125rem, 1.6vw, 2.25rem) !important;
  text-align: center;
}

#supporter-recruitment h2 {
  text-align: center;
  font-size: clamp(1.125rem, 1.5vw, 1.25rem) !important;
  position: relative;
  margin-bottom: 4em;
  margin-top: 3.5em;
}

#supporter-recruitment h2:after {
  position: absolute;
  width: 40%;
  max-width: 300px;
  height: 1px;
  background: #ddd;
  content: "";
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}

#supporter-recruitment p {
  line-height: 2.2;
  color: #262626;
}

.supporter-lay1 {
  line-height: 2;
}

.supporter-lay1 .text {
  width: 100%;
}

#supporter-recruitment .catch {
  line-height: 2;
  font-size: clamp(1.25rem, 3vw, 1.75rem) !important;
  text-align: center;
  margin: 2.5em 0 1.5em;
  font-weight: 600;
}

.supporter-lay1 .pic {
  text-align: center;
}

.supporter-lay1 .pic img {
  margin: 2.8em 0;
  width: 75%;
}

#supporter-recruitment ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: decimal;
}

#supporter-recruitment ol.supporter-lay3 li {
  width: 100%;
  text-align: left;
  max-width: 100%;
  padding: 0.6em 2em;
}

#supporter-recruitment ol li,
#supporter-recruitment ol li a {
  font-size: clamp(1.125rem, 1.2vw, 1.125rem) !important;
}

.supporter-lay4 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.supporter-lay4 li {
  width: calc(100% / 3 - 15px);
  margin-bottom: 1rem;
}

.supporter-lay4 li a {
  width: 100%;
  max-width: 280px;
  border: 1px solid #282828;
  display: block;
  padding: 0.75em 2em;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif !important;
  font-weight: 600;
  position: relative;
  margin: auto;
}

.supporter-lay4 li a:after {
  content: url(/images/support/arrow_support.svg);
  width: 5px;
  height: 9px;
  right: 5px;
  top: 9px;
  position: absolute;
}

.supporter-lay5 {
  text-align: center;
  padding: 6em 0 2em;
}

.supporter-lay5 .here {
  font-size: clamp(0.875rem, 1.5vw, 1.25rem) !important;
  font-weight: 600;
}

#supporter-recruitment ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: decimal;
  padding-left: 2rem;
}

#supporter-recruitment ol li,
#supporter-recruitment ol li a {
  font-size: clamp(1.125rem, 1.2vw, 1.125rem) !important;
}

#supporter-recruitment .note {
  font-size: clamp(0.75rem, 1.2vw, 0.875rem);
  display: block;
}

.supporter-lay6 {
  text-align: center;
}

.supporter-lay6 .supporter-tel,
.supporter-lay6 .supporter-tel a {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem) !important;
}

.supporter-lay6 .company-name {
  font-weight: 600;
  margin-top: 0.75em;
  display: block;
}

#supporter-recruitment .sp-block {
  padding-left: 0.5em;
}

a:hover {
  color: #aaa;
  text-decoration: none !important;
}

#supporter-recruitment ol li {
  width: calc(100% / 2 - 1rem);
  text-align: center;
  list-style: decimal;
  max-width: 340px;
  padding: 0.6em 2em;
  font-family: 'Shippori Mincho B1', serif !important;
}

#supporter-recruitment ol li a {
  text-decoration: underline;
}

.supporter-lay5 .note {
  margin-top: 1rem;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

footer {
    margin-top: 8rem;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  #supporter-recruitment ol {
    padding-left: 0 !important;
  }

  #supporter-recruitment p {
    font-size: 0.875rem;
  }

  #supporter-recruitment ol li::marker {}

  #supporter-recruitment ol li {
    width: 100%;
    font-size: 1em !important;
    max-width: 270px !important;
  }

  .supporter-lay4 li {
    width: 100%;
  }

  #supporter-recruitment .note {
    padding: 0 1.5rem;
  }

  #supporter-recruitment .sp-block {
    display: block;
  }

  #supporter-recruitment h2:after {
    bottom: -1.3rem;
  }
}