@media print, screen and (min-width: 768px) {
  .l-header__gnav-ttl.m-requirements:after {
    width: 100%;
  }
}

.p-requirementshead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 6.7rem;
  margin-top: 9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-requirementshead {
    display: block;
    margin-top: 5rem;
  }
}
.p-requirementshead__baloon {
  z-index: -1;
}
.p-requirementshead__baloon .c-baloon__item {
  bottom: 9rem;
  left: calc(50% + 16.5rem);
}
@media screen and (max-width: 767px) {
  .p-requirementshead__baloon .c-baloon__item {
    display: none;
  }
}

.p-requirements__section {
  margin-top: 9.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-requirements__section {
    margin-top: 2rem;
  }
}

.p-requirements__box {
  background: #fff;
  padding: 7rem 9rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .p-requirements__box {
    padding: 2.5rem 2rem 3rem;
    border-radius: 2rem;
  }
}

.p-requirements__headline {
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-requirements__headline {
    font-size: 2.2rem;
  }
}

.p-requirements__tbl {
  margin-top: 4.3rem;
  border-top: 0.1rem solid #DC000C;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-requirements__tbl {
    margin-top: 2.5rem;
  }
}
.p-requirements__tbl tr th, .p-requirements__tbl tr td {
  padding: 4.2rem 0;
  border-bottom: 0.1rem solid #DC000C;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-requirements__tbl tr th, .p-requirements__tbl tr td {
    display: block;
    font-size: 1.3rem;
    padding: 1rem 0;
  }
}
.p-requirements__tbl tr th {
  font-size: 2rem;
  font-weight: 500;
  width: 25rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-requirements__tbl tr th {
    font-size: 1.5rem;
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-requirements__tbl tr td {
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 400;
  line-height: 2.27;
}
@media screen and (max-width: 767px) {
  .p-requirements__tbl tr td {
    font-size: 1.4rem;
    padding-top: 0;
    line-height: 2;
  }
}

.p-requirements__process {
  border-top: 0.1rem solid #DC000C;
  border-bottom: 0.1rem solid #DC000C;
  margin: 6rem 0 1rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-requirements__process {
    margin: 2rem 0 0;
    padding: 2rem 0;
  }
}

.p-process__headline {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-process__headline {
    font-size: 1.5rem;
  }
}

.p-processflow {
  margin-top: 5.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-processflow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-processflow__step {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-processflow__step {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.p-processflow__num {
  height: 16.3rem;
  width: 17rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-processflow__num {
    width: 9rem;
    height: 7.1rem;
  }
}
.p-processflow__num:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(76% 0, 0 0, 0 100%, 76% 100%, 100% 50%);
  background: #F8636B;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-processflow__num:after {
    clip-path: polygon(100% 77%, 100% 0, 0 0, 0 77%, 50% 100%);
  }
}
.p-processflow__num span {
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 1.5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-processflow__num span {
    font-size: 1.6rem;
    left: 50%;
    top: calc(50% - 0.5rem);
  }
}
.p-processflow__txt {
  margin-top: 2.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-processflow__txt {
    font-size: 1.4rem;
    margin: 0 0 0 1.5rem;
    padding-bottom: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-process__note {
  margin-top: 3rem;
  font-size: 1.8rem;
  letter-spacing: 0.08rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-process__note {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-requirements__baloon {
  z-index: -1;
}
.p-requirements__baloon .c-baloon__item.m-01 {
  top: 82rem;
  left: calc(50% + 68rem);
}
.p-requirements__baloon .c-baloon__item.m-02 {
  bottom: 15rem;
  left: calc(50% - 74rem);
}
.p-requirements__baloon .c-baloon__item.m-03 {
  top: 24rem;
  left: calc(50% + 62.5rem);
}
.p-requirements__baloon .c-baloon__item.m-04 {
  bottom: 3rem;
  left: 1rem;
}

@media print, screen and (min-width: 768px) {
  .l-footerbaloon {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer {
    margin-top: -42rem;
  }
}