@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;
}

/* mainVisual */
.mainVisual__container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg/top_mainVisual.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1366/363;
}
@media screen and (max-width: 767px) {
  .mainVisual__container {
    aspect-ratio: 1366/400;
  }
}

/* top-project */
.top-project {
  padding: clamp(2.5rem, 1.792543021rem + 3.5372848948vw, 4.8125rem) 0;
  background-image: url(../img/bg/bg.jpg);
  background-size: cover;
}
.top-project__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 1204px) {
  .top-project__list {
    width: 570px;
  }
}
.top-project__list-item {
  overflow: hidden;
  width: 277px;
  height: 298px;
  margin-bottom: 16px;
  border-radius: 10px;
  background-color: #ffffff;
}
.top-project__list-item-thumbnail img {
  width: 100%;
  height: 181px;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-project__list-content {
  padding: 12px 15px 0;
}
.top-project__list-content-text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.06em;
}
.top-project__list-content-tag {
  display: flex;
  margin-top: 10px;
  gap: 9px;
}
.top-project__list-content-tag span {
  padding: 1px 12px;
  border: solid 1px #fe93a5;
  border-radius: 10px;
  font-size: 13px;
}
.top-project__list-content-info {
  display: flex;
  width: 240px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: solid 1px #d6d6d6;
}
.top-project__list-content-info-number p {
  position: relative;
  padding-left: 18px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.top-project__list-content-info-number p::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  background-image: url(../img/icon/number-min-icon.png);
  background-size: cover;
  content: "";
  aspect-ratio: 15/15;
}
.top-project__list-content-info-number p span {
  font-size: 13px;
}
.top-project__list-content-info-date p {
  position: relative;
  padding-left: 29px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.top-project__list-content-info-date p::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 10px;
  display: block;
  width: 15px;
  background-image: url(../img/icon/date-min-icon.png);
  background-size: cover;
  content: "";
  aspect-ratio: 15/15;
}
.top-project__list-content-info-date p span {
  font-size: 13px;
}
.top-project__list-content-info-money p {
  position: relative;
  margin-left: 17px;
  padding-left: 18px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.top-project__list-content-info-money p::before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  background-image: url(../img/icon/money-min-icon.png);
  background-size: cover;
  content: "";
  aspect-ratio: 15/15;
}
.top-project__list-content-info-money p span {
  font-size: 13px;
}
.top-project__more {
  margin-top: 20px;
  text-align: center;
}
.top-project__more a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.top-project__more a::before {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

/* about */
.about {
  padding: clamp(1.875rem, 1.4161089866rem + 2.2944550669vw, 3.375rem) 0 clamp(2.1875rem, 1.6903680688rem + 2.4856596558vw, 3.8125rem);
  background-color: #f8f8f8;
}
.about__container {
  display: flex;
  padding: clamp(1.875rem, 1.5881931166rem + 1.4340344168vw, 2.8125rem) clamp(0.9375rem, -0.6877390057rem + 8.1261950287vw, 6.25rem) 20px;
  background-color: #ffffff;
  flex-wrap: wrap;
}
.about__title {
  width: 100%;
  padding-bottom: 18px;
}
.about__title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__title-img {
  display: inline-block;
  width: clamp(12.5rem, 10.5497131931rem + 9.7514340344vw, 18.875rem);
  aspect-ratio: 242/116;
}
.about__title-img img {
  width: 100%;
  height: 100%;
}
.about__title-text {
  font-size: clamp(1.875rem, 1.6455544933rem + 1.1472275335vw, 2.625rem);
}
.about__img {
  display: flex;
  width: 34%;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about__img {
    width: 100%;
    padding-left: 0;
  }
}
.about__img img {
  width: 252px;
  height: 250px;
}
.about__text {
  width: 55%;
}

.hukidashi{
  position : absolute;
}

@media screen and (min-width: 1025px) {
  .about__text {
    padding-left: 2%;
  }
}
@media screen and (max-width: 1024px) {
  .about__text {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}


.about__text p {
  margin-bottom: 35px;
  font-size: clamp(0.75rem, 0.7117590822rem + 0.1912045889vw, 0.875rem);
  line-height: 1.7;
  color: #333333;
}

/* flow */
.flow {
  padding: clamp(2.5rem, 1.8307839388rem + 3.3460803059vw, 4.6875rem) 0;
  background-image: url(../img/bg/bg.jpg);
  background-size: cover;
}
.flow__container {
  padding: clamp(1.5625rem, 1.0844885277rem + 2.3900573614vw, 3.125rem) 0 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.flow__title {
  text-align: center;
}
.flow__title h2 {
  font-size: clamp(1.5625rem, 1.4668977055rem + 0.4780114723vw, 1.875rem);
}
.flow__title h3 {
  margin-top: clamp(0.6875rem, 0.5345363289rem + 0.7648183556vw, 1.1875rem);
  font-size: clamp(0.8125rem, 0.7742590822rem + 0.1912045889vw, 0.9375rem);
}
.flow__content {
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 1.0396749522rem + 1.051625239vw, 1.9375rem) clamp(1.25rem, 0.4851816444rem + 3.8240917782vw, 3.75rem);
  gap: 42px;
}
.flow__content-item {
  position: relative;
  display: flex;
  height: 100px;
  padding: 18px 0 17px;
  background-color: #ffa2b5;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__content-item {
    height: 195px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.flow__content-item:not(:last-child)::before {
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 12px solid #ed5959;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
}
.flow__content-item-number {
  position: relative;
  display: flex;
  width: clamp(3.75rem, 3.1381453155rem + 3.0592734226vw, 5.75rem);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__content-item-number {
    margin-left: auto;
    transform: translateX(12.5%);
  }
}
.flow__content-item-number::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 106%;
  margin: auto;
  background-color: #ffffff;
  content: "";
}
.flow__content-item-number img {
  width: 70.1%;
}
.flow__content-item-icon {
  display: flex;
  width: clamp(4.6875rem, 3.9226816444rem + 3.8240917782vw, 7.1875rem);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__content-item-icon {
    margin-right: auto;
  }
}
.flow__content-item-icon img {
  width: 56.5%;
}
@media screen and (min-width: 768px) {
  .flow__content-item-text {
    padding-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  .flow__content-item-text {
    width: 100%;
    padding: 3%;
    text-align: center;
  }
}
.flow__content-item-text-main {
  font-size: clamp(1.125rem, 1.0293977055rem + 0.4780114723vw, 1.4375rem);
  line-height: 1.4;
  color: #ffffff;
}
.flow__content-item-text-main span {
  display: inline-block;
}
.flow__content-item-text-sub {
  padding-top: 10px;
  font-size: clamp(0.625rem, 0.6058795411rem + 0.0956022945vw, 0.6875rem);
  color: #ffffff;
}
.flow__content-item-text-sub span {
  display: inline-block;
}

/* profile */
.profile {
  padding: clamp(2.5rem, 1.9263862333rem + 2.8680688337vw, 4.375rem) 0 clamp(2.5rem, 2.1175908222rem + 1.9120458891vw, 3.75rem);
}
.profile__title {
  padding-right: clamp(0rem, -1.4913957935rem + 7.4569789675vw, 4.875rem);
  text-align: center;
}
.profile__title h2 {
  font-size: clamp(1.3125rem, 1.14041587rem + 0.8604206501vw, 1.875rem);
  letter-spacing: 0.07em;
}
.profile__content {
  display: flex;
  margin-top: clamp(2.5rem, 2.4426386233rem + 0.2868068834vw, 2.6875rem);
  padding: 0 clamp(1.25rem, -0.2796367113rem + 7.6481835564vw, 6.25rem);
}
@media screen and (max-width: 767px) {
  .profile__content {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.profile__text {
  width: 81.1%;
  padding: 0 3.5% 0 2%;
}
@media screen and (max-width: 767px) {
  .profile__text {
    width: 100%;
    padding-top: 20px;
    order: 2;
  }
}
.profile__text p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
}
.profile__img {
  width: 18.9%;
}
@media screen and (max-width: 767px) {
  .profile__img {
    width: 100%;
    order: 1;
  }
}
.profile__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .profile__img img {
    display: block;
    max-width: 50vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=top.css.map */