/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_guideline_sec01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec01 {
    margin-bottom: 120px;
    padding-top: 18px;
  }
}
.p_guideline_sec01 .c_tbl__body .bnr {
  display: block;
  width: 145px;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec01 .c_tbl__body .bnr {
    width: 195px;
    margin-top: 22px;
    transition: all 0.5s;
  }
  .p_guideline_sec01 .c_tbl__body .bnr:hover {
    opacity: 0.7;
  }
}
.p_guideline_sec02 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02 {
    padding-bottom: 80px;
  }
}
.p_guideline_sec02 .c_ttl02 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02 .c_ttl02 {
    margin-bottom: 34px;
  }
}
.p_guideline_sec02__main {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  margin: 0 -12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__main {
    flex-direction: row;
    margin: 0;
    padding-top: 0;
  }
}
.p_guideline_sec02__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 44px;
  height: 100%;
  background-color: #f00000;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__main::before {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.p_guideline_sec02__step {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step {
    align-items: center;
    width: 25%;
    padding-top: 12px;
    margin-bottom: 0;
  }
}
.p_guideline_sec02__step:last-child {
  margin-bottom: 0;
}
.p_guideline_sec02__step_num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  margin-bottom: 15px;
  background-color: #f00000;
  border-radius: 100px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step_num {
    margin-bottom: 30px;
    height: auto;
    border-radius: unset;
    font-size: 1.125rem;
  }
}
.p_guideline_sec02__step_num span {
  position: relative;
  z-index: 3;
}
.p_guideline_sec02__step_num::before, .p_guideline_sec02__step_num::after {
  content: "";
  position: absolute;
  display: none;
  width: 3px;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step_num::before, .p_guideline_sec02__step_num::after {
    display: block;
    width: 200px;
    height: 3px;
  }
}
.p_guideline_sec02__step_num::before {
  z-index: 1;
  top: -8px;
  left: 20px;
  background-color: #f00000;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step_num::before {
    top: 7px;
    left: -8px;
  }
}
.p_guideline_sec02__step_num::after {
  z-index: 2;
  top: calc(100% + 8px);
  left: 20px;
  background: url(../images/guideline/img_dot_repeat_col.svg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step_num::after {
    top: 7px;
    left: calc(100% + 8px);
    background: url(../images/guideline/img_dot_repeat.svg) no-repeat center/cover;
  }
}
.p_guideline_sec02__step .c_ttl04 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step .c_ttl04 {
    min-height: 59px;
    margin-bottom: 0;
    font-size: clamp(
        0.875rem,
        1.3636363636vw + 0.2204545455rem,
        1.25rem
    );
  }
}
.p_guideline_sec02__step_img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step_img {
    margin-top: 16px;
  }
}
.p_guideline_sec02__step_img img {
  width: auto;
}
.p_guideline_sec02__step:nth-child(1) {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(1) {
    left: -16px;
  }
}
.p_guideline_sec02__step:nth-child(2) {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(2) {
    left: -9px;
  }
}
.p_guideline_sec02__step:nth-child(2) .c_ttl04 {
  margin-bottom: -18px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(2) .c_ttl04 {
    margin-bottom: 0;
  }
}
.p_guideline_sec02__step:nth-child(3) {
  z-index: 3;
}
.p_guideline_sec02__step:nth-child(3) .c_ttl04 {
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(3) .c_ttl04 {
    margin-bottom: 0;
  }
}
.p_guideline_sec02__step:nth-child(4) {
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(4) {
    left: 8px;
  }
}
.p_guideline_sec02__step:nth-child(4) .c_ttl04 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:nth-child(4) .c_ttl04 {
    margin-bottom: 0;
  }
}
.p_guideline_sec02__step:last-child {
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:last-child {
    left: 16px;
  }
}
.p_guideline_sec02__step:last-child::before,
.p_guideline_sec02__step:last-child ::after {
  display: none;
}
.p_guideline_sec02__step:last-child .c_ttl04 {
  margin-bottom: -14px;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec02__step:last-child .c_ttl04 {
    margin-bottom: 0;
  }
}
.p_guideline_sec03 {
  padding: 50px 0 90px;
  border-top: 1px solid #dedddb;
}
@media screen and (min-width: 768px) {
  .p_guideline_sec03 {
    padding: 118px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .p_guideline_sec03 .c_grid {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_guideline_sec03 .c_box {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .p_guideline_sec03 .c_box__img {
    height: 200px;
  }
}
/*# sourceMappingURL=guideline.css.map */
