.p-rec-require .main {
  background-color: #ecefef;
}
.p-rec-require-btns {
  /* padding: 7.5rem 0 8rem !important; */
  display: -ms-grid;
  display: grid;
  gap: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns {
    /* padding: 13rem 0 16.5rem !important; */
    gap: 9rem 0;
  }
}
.p-rec-require-btns__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
  padding: 0 0.5rem !important;
  margin-top: 5rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6rem;
    padding: 0 !important;
    margin-top: 7rem !important;
  }
}
.p-rec-require-btns__link {
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 2rem auto;
  grid-template-columns: 25% auto;
  gap: 0 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.7rem 2rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__link {
    width: calc((100% - 6rem) / 2);
    -ms-grid-columns: 13rem 4rem auto;
    grid-template-columns: 13rem auto;
    gap: 0 4rem;
    padding: 3.5rem 4rem !important;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  .p-rec-require-btns__link:hover {
    background-color: #172c6b;
  }
  .p-rec-require-btns__link:hover .link-ttl-jp {
    color: #fff;
  }
  .p-rec-require-btns__link:hover .link-ttl-en {
    color: #fff;
  }
}
.p-rec-require-btns__link .link-img {
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #f3f4f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-rec-require-btns__link .link-img img {
  width: 60%;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__link .link-img img {
    width: 50%;
  }
}
.p-rec-require-btns__link .link-ttl {
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__link .link-ttl {
    gap: 2.5rem 0;
  }
}
.p-rec-require-btns__link .link-ttl-jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__link .link-ttl-jp {
    font-size: 3.2rem;
  }
}
.p-rec-require-btns__link .link-ttl-en {
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  color: #172c6b;
  line-height: 1;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-btns__link .link-ttl-en {
    font-size: 1.5rem;
  }
}
.p-rec-require-detail {
  background-color: #fff;
  padding: 5rem 0 7rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail {
    padding: 11rem 0 !important;
  }
}
.p-rec-require-detail__lead {
  text-align: center;
  margin-bottom: 3rem !important;
  line-height: 2 !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__lead {
    margin-bottom: 7rem !important;
  }
}
.p-rec-require-detail__item {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__item {
    -ms-grid-columns: 27% auto;
    grid-template-columns: 27% auto;
    border-top: 1px solid #ccc;
  }
}
.p-rec-require-detail__item:last-child {
  border-bottom: 1px solid #ccc;
}
.p-rec-require-detail__item .item-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #172c6b;
  place-content: center;
  padding: 0.8rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__item .item-ttl {
    font-size: 1.6rem;
  }
}
.p-rec-require-detail__item .item-txt {
  padding: 2rem 1.5rem 4rem !important;
  line-height: 2.125;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__item .item-txt {
    padding: 3.5rem 4rem !important;
  }
}
.p-rec-require-detail__item .item-txt h4 {
  position: relative;
  font-weight: 700;
  padding-left: 1.5rem;
  line-height: 2.125;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__item .item-txt h4 {
    padding-left: 2rem;
  }
}
.p-rec-require-detail__item .item-txt h4::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9999px;
  background-color: #00b6c6;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-detail__item .item-txt h4::before {
    top: 1.5rem;
  }
}
.p-rec-require-detail__item .item-txt p {
  line-height: 2.125 !important;
}
.p-rec-require-flow {
  padding: 5rem 0 7rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow {
    padding: 14rem 0 16.5rem !important;
  }
}
.p-rec-require-flow__list {
  display: -ms-grid;
  display: grid;
}
.p-rec-require-flow__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8rem 2rem auto;
  grid-template-columns: 8rem auto;
  gap: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item {
    -ms-grid-columns: 17rem 8rem auto;
    grid-template-columns: 17rem auto;
    gap: 0 8rem;
  }
}
.p-rec-require-flow__item .item-num-box {
  position: relative;
  font-family: "Archivo", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #172c6b;
  background-color: #fff;
  line-height: 1;
  text-align: center;
  width: 8rem;
  height: 8rem;
  border-radius: 9999px;
  border: 2px solid #172c6b;
  display: -ms-grid;
  display: grid;
  place-content: center;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item .item-num-box {
    font-size: 2.4rem;
    width: 17rem;
    height: 17rem;
    gap: 0.5rem 0;
  }
}
.p-rec-require-flow__item .item-num-box::after {
  content: "";
  display: block;
  width: 2px;
  height: 200%;
  background-color: #172c6b;
  position: absolute;
  bottom: -200%;
  left: 0;
  right: 0;
  margin-inline: auto !important;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item .item-num-box::after {
    height: 90%;
    bottom: -90%;
  }
}
.p-rec-require-flow__item:last-child .item-num-box::after {
  display: none;
}
.p-rec-require-flow__item .item-num {
  font-family: "Archivo", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #172c6b;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item .item-num {
    font-size: 5rem;
  }
}
.p-rec-require-flow__item .item-txt-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0 2rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item .item-txt-box {
    padding: 5rem 0 6rem !important;
  }
}
.p-rec-require-flow__item .item-txt-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-rec-require-flow__item:last-child .item-txt-box::after {
  display: none;
}
.p-rec-require-flow__item .item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4 !important;
  color: #172c6b;
}
@media only screen and (min-width: 769px) {
  .p-rec-require-flow__item .item-ttl {
    font-size: 3.2rem;
  }
}
.p-rec-require-flow__item .item-txt {
  margin-top: 1.5rem !important;
  line-height: 2.215 !important;
}
.p-rec-require-flow__note {
  margin-top: 5rem !important;
  display: -ms-grid;
  display: grid;
  gap: 1rem 0;
}
.p-rec-require-flow__note li {
  position: relative;
  padding-left: 2rem;
}
.p-rec-require-flow__note li::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-rec-top-entry {
  padding: 0 0 8rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry {
    padding: 0 0 12rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-entry {
    padding: 0 0 16.5rem;
  }
}
