/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p-workflow .sec02 .c-boxcontact01__ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02 .c-boxcontact01__ttl {
    font-size: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
  }
}

.p-workflow .mv {
  padding: 100px 0 60px;
}
@media screen and (min-width: 768px) {
  .p-workflow .mv {
    padding: 143px 0 54px;
  }
}
.p-workflow .sec02 {
  position: relative;
  z-index: 2;
  padding: 0 0 60px;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02 {
    padding: 0 0 80px;
  }
}
.p-workflow .sec02::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background: url(../../assets/images/common_bg_bottom.webp) center/cover no-repeat;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02::after {
    height: 50px;
  }
}
.p-workflow .sec02-inner {
  background-color: #FFFFFF;
  max-width: 648px;
  border-radius: 8px;
  max-width: 648px;
  margin-inline: auto;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02-inner {
    padding: 44px 24px 32px;
  }
}
.p-workflow .sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02-list {
    gap: 78px;
    margin-top: 24px;
  }
}
.p-workflow .sec02-list__item {
  width: 100%;
  max-width: 600px;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 15px 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02-list__item {
    padding: 12px 19px 16px;
  }
}
.p-workflow .sec02-list__item::after {
  content: "";
  display: block;
  width: 24px;
  height: 15px;
  background: url(../images/common_icon_arrowbottom01.svg) center/cover no-repeat;
  position: absolute;
  bottom: -29px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02-list__item::after {
    bottom: -48px;
  }
}
.p-workflow .sec02-list__item:last-child::after {
  display: none;
}
.p-workflow .sec02-list__item .ttl {
  border-bottom: 1px solid var(--accent);
  padding-bottom: 6px;
}
.p-workflow .sec02-list__item .txt {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02-list__item .txt {
    margin-top: 7px;
  }
}
.p-workflow .sec02-list__item .txt .c-link01 {
  font-weight: 400;
}
.p-workflow .sec02 .c-boxcontact01 {
  background-color: var(--bg_03);
  border: 1px dashed var(--accent);
  border-radius: 16px;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02 .c-boxcontact01 {
    margin-top: 25px;
    padding: 15px 20px;
  }
}
.p-workflow .sec02 .c-boxcontact01__ttl {
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
.p-workflow .sec02 .c-boxcontact01__btns {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-workflow .sec02 .c-boxcontact01__btns .c-btncontact01__link {
    padding: 5px 13px;
  }
}

@media screen and (min-width: 768px) {
  .c-footer-sec01 {
    padding: 130px 0 80px;
  }
}