@charset "UTF-8";
/* html */
/* Safariバージョン10.1~12.0対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

.px1156 {
  width: 1156px;
  max-width: 96%;
  margin: 0 auto;
}

.px1053 {
  width: 1053px;
  max-width: 96%;
  margin: 0 auto;
}

.text-pink {
  color: #fe93a5;
}

.bold {
  font-weight: bold;
}

/* status */
.status {
  padding: clamp(2.5rem, 2.4426386233rem + 0.2868068834vw, 2.6875rem) 0 clamp(2.5rem, 2.3087954111rem + 0.9560229446vw, 3.125rem);
  background-color: #ffe2e7;
}
.status__container {
  width: 1011px;
  max-width: 96%;
  margin: 0 auto;
}
.status__title {
  text-align: center;
}
.status__title h2 {
  font-size: clamp(1rem, 0.8470363289rem + 0.7648183556vw, 1.5rem);
}
.status__title p {
  display: flex;
  margin-top: clamp(0.75rem, 0.6352772467rem + 0.5736137667vw, 1.125rem);
  justify-content: center;
  gap: 10px;
}
.status__title p span {
  display: inline-block;
  padding: clamp(0.125rem, 0.1058795411rem + 0.0956022945vw, 0.1875rem) clamp(0.4375rem, 0.3801386233rem + 0.2868068834vw, 0.625rem);
  border-radius: clamp(0.4375rem, 0.3801386233rem + 0.2868068834vw, 0.625rem);
  background-color: #ffffff;
  font-size: clamp(0.6875rem, 0.6301386233rem + 0.2868068834vw, 0.875rem);
}
.status__content {
  display: flex;
  margin-top: clamp(1.875rem, 1.7411567878rem + 0.6692160612vw, 2.3125rem);
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .status__content {
    flex-wrap: wrap;
  }
}
.status__img {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .status__img {
    width: 100%;
  }
}
.status__img-main-item {
  aspect-ratio: 583/390;
}
.status__img-main-item img {
  width: 100%;
  height: 100%;
}
.status__img-sub {
  display: flex;
  margin-top: 21px;
  gap: 7px;
}
.status__img-sub-item {
  width: calc((100% - 28px) / 5);
  aspect-ratio: 111/74;
}
.status__img-sub-item img {
  width: 100%;
  height: 100%;
}
.status__info {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .status__info {
    width: 100%;
    margin-top: 40px;
  }
}
.status__info-data {
  padding: 20px 20px 25px 15px;
  border-radius: 10px;
  background-color: #ffffff;
}
.status__info-data-money h3 {
  padding-left: 24px;
  font-size: 13px;
}
.status__info-data-money p {
  margin-top: 5px;
  font-size: clamp(2.1875rem, 2.0918977055rem + 0.4780114723vw, 2.5rem);
  font-weight: 800;
  text-align: right;
}
.status__info-data-money p span {
  font-size: clamp(1.3125rem, 1.1786567878rem + 0.6692160612vw, 1.75rem);
}
.status__info-data-bar {
  margin-top: 20px;
  padding-bottom: 18px;
}
.status__info-data-bar p {
  margin-top: 12px;
  font-size: clamp(0.6875rem, 0.6683795411rem + 0.0956022945vw, 0.75rem);
  text-align: right;
}
.status .gradient-bar {
  display: flex;
  margin: 0;
  border-radius: 25px;
  background-color: #f5f5f5;
  justify-content: left;
  align-items: center;
}
.status .gradient-bar-inner {
  width: 77%;
  height: 17px;
  border-radius: 25px;
  background: linear-gradient(to right, #ffe0e0, #ffb3b3, #ff8080);
}
.status__info-data-number {
  display: flex;
  padding: 18px 0;
  border-top: solid 1px #000000;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .status__info-data-number {
    flex-direction: column;
  }
}
.status__info-data-number h3 {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .status__info-data-number h3 {
    align-self: flex-start;
  }
}
.status__info-data-number h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 15px;
  background-image: url(../img/icon/number-min-icon.png);
  background-size: cover;
  content: "";
  aspect-ratio: 15/15;
}
.status__info-data-number p {
  font-size: 43px;
}
@media screen and (max-width: 320px) {
  .status__info-data-number p {
    align-self: flex-end;
  }
}
.status__info-data-number p span {
  font-size: 28px;
}
.status__info-data-date {
  display: flex;
  padding-top: 18px;
  border-top: solid 1px #000000;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 320px) {
  .status__info-data-date {
    flex-direction: column;
  }
}
.status__info-data-date h3 {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
}
@media screen and (max-width: 320px) {
  .status__info-data-date h3 {
    align-self: flex-start;
  }
}
.status__info-data-date h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 15px;
  background-image: url(../img/icon/date-min-icon.png);
  background-size: cover;
  content: "";
  aspect-ratio: 15/15;
}
.status__info-data-date p {
  font-size: 43px;
}
@media screen and (max-width: 320px) {
  .status__info-data-date p {
    align-self: flex-end;
  }
}
.status__info-data-date p span {
  font-size: 28px;
}
.status__info-link a,
.btn-primary {
  position: relative;
  display: flex;
  max-width: 96vw;
  height: clamp(4.6875rem, 4.4962954111rem + 0.9560229446vw, 5.3125rem);
  margin: 17px auto 0;
  padding-right: 42px;
  border-radius: 10px;
  background-color: #39c59e;
  box-shadow: 0 8px 0 #32b490;
  font-size: clamp(1.3125rem, 1.2742590822rem + 0.1912045889vw, 1.4375rem);
  font-weight: bold;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}


.btn-primary{
    width : 100%;
}
.status__info-link a::before,
.btn-primary::before {
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 1.0587954111rem + 0.9560229446vw, 1.875rem);
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: clamp(0.375rem, 0.3176386233rem + 0.2868068834vw, 0.5625rem) solid transparent;
  border-bottom: clamp(0.375rem, 0.3176386233rem + 0.2868068834vw, 0.5625rem) solid transparent;
  border-left: clamp(0.8125rem, 0.7168977055rem + 0.4780114723vw, 1.125rem) solid white;
  content: "";
}

/* mainContent */
.mainContent {
  padding: clamp(1.25rem, 1.0014340344rem + 1.2428298279vw, 2.0625rem) 0 clamp(2.5rem, 2.15583174rem + 1.7208413002vw, 3.625rem);
}
.mainContent__container {
  display: flex;
  width: 1011px;
  max-width: 96%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mainContent__container {
    flex-wrap: wrap;
  }
}
.mainContent__text {
  width: 56.4%;
}
@media screen and (max-width: 767px) {
  .mainContent__text {
    width: 96%;
    margin: 0 auto;
  }
}
.mainContent__text h2 {
  margin-bottom: 26px;
  font-size: 22px;
}
.mainContent__text h2:not(:first-child) {
  margin-top: 27px;
}
.mainContent__text p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.72;
  color: #626262;
  letter-spacing: -0.01em;
}
.mainContent__img {
  width: 38.6%;
}
@media screen and (max-width: 767px) {
  .mainContent__img {
    width: 100%;
  }
}
.mainContent__img h2 {
  font-size: 23px;
  text-align: center;
}
.mainContent__item {
  margin: 15px 0 20px;
  padding: 17px 15px 31px;
  border-radius: 5px;
  background-color: #fff5f6;
}
.mainContent__item p {
  margin-top: 26px;
  padding: 0 12px;
  font-size: 15px;
  line-height: 1.49;
  color: #626262;
  letter-spacing: -0.05em;
}
.mainContent__item a {
  position: relative;
  display: flex;
  width: 347px;
  max-width: 100%;
  height: 51px;
  margin: 25px auto 0;
  padding: 7px 42px 0 0;
  border-radius: 10px;
  background-color: #fb6b8c;
  box-shadow: 0 8px 0 #e44f6d;
  font-size: clamp(1.3125rem, 1.2742590822rem + 0.1912045889vw, 1.4375rem);
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  transform: translateX(-3px);
  justify-content: center;
  align-items: center;
}
.mainContent__item a::before {
  position: absolute;
  top: 0;
  right: clamp(1.25rem, 0.8102294455rem + 2.1988527725vw, 2.6875rem);
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: clamp(0.375rem, 0.3176386233rem + 0.2868068834vw, 0.5625rem) solid transparent;
  border-bottom: clamp(0.375rem, 0.3176386233rem + 0.2868068834vw, 0.5625rem) solid transparent;
  border-left: clamp(0.8125rem, 0.7168977055rem + 0.4780114723vw, 1.125rem) solid white;
  content: "";
  transform: translateY(4px);
}
.mainContent__item-img {
  aspect-ratio: 347/192;
}
.mainContent__item-img img {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=project.css.map */
