h1.main_title {
  margin-top: 2em; }
  h1.main_title span {
    display: inline-block;
    position: relative; }
  @media screen and (max-width: 599px) {
    h1.main_title span {
      display: block; } }
  h1.main_title span::before {
    display: block;
    content: "";
    background: url("../images/join_title_img.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: -4vw;
    left: -4vw;
    z-index: 1;
    width: 9vw;
    max-width: 126px;
    height: 10vw; }
  @media screen and (max-width: 599px) {
    h1.main_title span::before {
      top: -9vw;
      left: 3vw;
      width: 17vw;
      height: 20vw; } }

@media screen and (max-width: 599px) {
  h1.main_title {
    font-size: var(--wp--preset--font-size--xxx-large); } }
@media screen and (max-width: 599px) {
  h2 {
    margin-bottom: 1.5em !important; } }
.step_clms .wp-block-column h3 {
  font-weight: 700; }
@media screen and (max-width: 599px) {
  .step_clms .wp-block-column h3 {
    font-size: 32px; } }
.step_clms .wp-block-column p {
  margin-left: 0 !important;
  margin-right: 0 !important; }
.step_clms .wp-block-column p.is-style-footnote {
  margin-left: 3.5rem !important; }

@media screen and (max-width: 599px) {
  .step_clms {
    margin-bottom: 4rem; } }
.btn_wrap {
  display: flex;
  flex-direction: column; }

.method_clms {
  gap: 4em; }
  .method_clms .wp-block-column {
    position: relative; }
  @media screen and (max-width: 599px) {
    .method_clms .wp-block-column {
      padding: 0 1em 5em 1em; } }
  .method_clms .wp-block-column::after {
    display: block;
    content: "";
    background: url("../../home/images/kadomaru_arrow.svg") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    width: 21px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: -2.5em;
    margin: -3em 0 0 0; }
  @media screen and (max-width: 599px) {
    .method_clms .wp-block-column::after {
      top: auto;
      bottom: 1em;
      left: 0;
      right: 0;
      margin: 0 auto 0 auto;
      transform: rotate(90deg); } }
  .method_clms .wp-block-column:last-child::after {
    display: none; }

@media screen and (max-width: 599px) {
  .method_clms {
    gap: 0; } }

/*# sourceMappingURL=style.css.map */
