main.sub {
  padding-bottom: 0;
}

.sec_guide_01 {
  padding-top: 5rem;
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_01 {
    padding-top: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
.sec_guide_01 .container h3 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 .container h3 {
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}
.sec_guide_01 .container h3 + p {
  width: 38.25rem;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--font3);
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 .container h3 + p {
    font-size: 0.875rem;
    width: 100%;
    margin: 0 auto 1.25rem;
  }
}
.sec_guide_01 .container ul {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
  border-radius: 1.25rem;
  background: var(--bg2);
}
@media only screen and (max-width: 1023px) {
  .sec_guide_01 .container ul {
    flex-wrap: wrap;
    padding: 2.5rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 .container ul {
    padding: 2.5rem 0.1875rem;
  }
}
.sec_guide_01 .container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 6.875rem;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_01 .container ul li:nth-of-type(4), .sec_guide_01 .container ul li:nth-of-type(5) {
    margin-top: -4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 .container ul li {
    width: 6.875rem;
    height: 6.875rem;
    font-size: 0.6875rem;
  }
  .sec_guide_01 .container ul li:nth-of-type(4), .sec_guide_01 .container ul li:nth-of-type(5) {
    margin-top: -2.1875rem;
  }
}
.sec_guide_01 .container ul li + li {
  margin-left: -1.25rem;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_01 .container ul li + li {
    margin-left: -1rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_01 .container ul li + li {
    margin-left: -0.5rem;
  }
}

.sec_guide_02 {
  position: relative;
  color: #fff;
  padding: 8.75rem 0;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 {
    padding: 3.75rem 0;
    background: url(/public/img/moving_bg_img.jpg) no-repeat center center/cover;
  }
}
.sec_guide_02 .container h3 {
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container h3 {
    font-size: 1.5625rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
}
.sec_guide_02 .container h3 + p {
  width: 52.25rem;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_02 .container h3 + p {
    width: 34rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container h3 + p {
    font-size: 0.875rem;
    width: 100%;
    margin: 0 auto 0.5rem;
  }
}
.sec_guide_02 .container .bttn {
  display: block;
  width: 12.5rem;
  margin: 0 auto 2.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container .bttn {
    width: 9.1875rem;
    height: 2.875rem;
    line-height: 2.875rem;
  }
}
.sec_guide_02 .container ul {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_02 .container ul {
    display: block;
  }
}
.sec_guide_02 .container ul > li {
  width: 42.5rem;
  height: 20.5rem;
  border-radius: 1.25rem;
  background: rgba(17, 17, 17, 0.5);
  padding: 2.5rem;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_02 .container ul > li {
    height: 22.75rem;
  }
  .sec_guide_02 .container ul > li + li {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container ul > li {
    width: 100%;
    height: auto;
  }
}
.sec_guide_02 .container ul > li h4 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container ul > li h4 {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
  }
}
.sec_guide_02 .container ul > li p {
  font-size: 1.125rem;
  line-height: 1.5;
  height: 3.375rem;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container ul > li p {
    font-size: 1rem;
    height: auto;
  }
}
.sec_guide_02 .container ul > li ol li {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .sec_guide_02 .container ul > li ol li {
    display: block;
  }
}
.sec_guide_02 .container ul > li ol li + li {
  margin-top: 1.25rem;
}
.sec_guide_02 .container ul > li ol li strong {
  width: 6.25rem;
  margin-right: 0.625rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container ul > li ol li strong {
    width: 100%;
    margin-bottom: 0.25rem;
  }
}
.sec_guide_02 .container ul > li ol li span {
  width: calc(100% - 6.875rem);
  display: block;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container ul > li ol li span {
    width: 100%;
  }
}
.sec_guide_02 .container > p:last-of-type {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5;
}
.sec_guide_02 .container > p:last-of-type br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec_guide_02 .container > p:last-of-type {
    font-size: 1.125rem;
  }
  .sec_guide_02 .container > p:last-of-type br {
    display: block;
  }
}
.sec_guide_02 .container > p:last-of-type strong {
  font-weight: 700;
}