@keyframes blur-circle-bounce {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -30px;
  }
  100% {
    margin-top: 0;
  }
}
/* .c-tags */
.c-tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.c-tagsItem {
  display: inline-block;
  border-radius: 30px;
  background: #eee;
  padding: 5px 10px 7px;
  font-size: 16px;
  line-height: 16px;
  font-weight: var(--font-weight-bold);
}

/* .c-portfolio */
.c-portfolio {
  background: url(../img/portfolio-bg-sp.svg) no-repeat top/682px #F1F5F0;
  padding: 0;
}
.c-portfolio__inner {
  padding: 60px 20px 40px;
  position: relative;
  overflow: hidden;
}
.c-portfolio__inner::after {
  content: "";
  display: inline-block;
  z-index: -1;
  opacity: 0.7;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFFF9B;
  background: linear-gradient(0deg, #FFEEBE 0%, #FFFF9B 100%);
  transform: translate(-50%, -50%);
  filter: blur(30px);
  animation: blur-circle-bounce 5s ease-in-out infinite;
  position: absolute;
  top: 15%;
  right: -50%;
  z-index: 1;
}
.c-portfolio__intro, .c-portfolio__list {
  position: relative;
  z-index: 2;
}
.c-portfolio__intro {
  margin-bottom: 40px;
}
.c-portfolio__more {
  margin-top: 20px;
}

/* =============================================
for PC
============================================= */
@media screen and (min-width: 1025px) {
  /* .c-portfolio */
  .c-portfolio {
    background: url(../img/portfolio-bg-pc.svg) no-repeat top/4622px #F1F5F0;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-portfolio__inner {
    display: grid;
    grid-template-columns: auto 430px;
    padding: 0;
    overflow: visible;
  }
  .c-portfolio__inner::after {
    top: 50%;
    right: -40%;
    width: 490px;
    height: 490px;
  }
  .c-portfolio__more {
    grid-column: 1/3;
    margin-top: 60px;
  }
}
/* .c-faq */
.c-faq {
  position: relative;
  background: url(../img/faq-bg-sp.svg) no-repeat top/794px;
  padding: 40px 20px;
}
.c-faq::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(255, 221, 188, 0.5);
  width: 100%;
  height: 676px;
}
.c-faq__list {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: #fff;
  padding: 25px 20px 20px;
}
.c-faq__question {
  position: relative;
  margin-bottom: 10px;
  padding-left: 37px;
  color: var(--color-brand);
  font-size: 20px;
  line-height: 28px;
  font-weight: var(--font-weight-bold);
}
.c-faq__question::before {
  content: url(../img/icon-faq.svg);
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 27px;
  height: 27px;
}
.c-faq__answer {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 38px;
}
.c-faq__answer:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-faq__more {
  margin-top: 20px;
}

/* =============================================
for PC
============================================= */
@media screen and (min-width: 1025px) {
  /* .c-faq */
  .c-faq {
    background: url(../img/faq-bg-pc.svg) no-repeat top/1952px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-faq::before {
    height: 670px;
  }
  .c-faq__inner {
    display: flex;
    flex-direction: column;
  }
  .c-faq__list {
    padding: 70px;
  }
  .c-faq__question {
    margin-bottom: 20px;
    padding-left: 35px;
    font-size: 23px;
  }
  .c-faq__answer {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }
  .c-faq__more {
    margin-top: 60px;
  }
}
#page-map-proofing .mapcompany {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-map-proofing .mapcompany__title {
  position: relative;
  margin-bottom: 20px;
  padding-left: 26px;
  font-size: 25px;
  line-height: 35px;
  font-weight: var(--font-weight-bold);
}
#page-map-proofing .mapcompany__title::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: var(--color-brand);
  width: 10px;
  height: 10px;
  margin-right: 16px;
  vertical-align: middle;
  translate: 0 -3px;
  position: absolute;
  top: 16px;
  left: 0;
}
#page-map-proofing .mapcompany__details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  border: 4px solid #FCECD9;
  margin-top: 40px;
  padding: 30px 20px;
}
#page-map-proofing .mapcompany__subtitle {
  order: 1;
  font-size: 25px;
  line-height: 35px;
  font-weight: var(--font-weight-bold);
  color: var(--color-brand);
}
#page-map-proofing .mapcompany__summary {
  order: 3;
}
#page-map-proofing .mapcompany__illust {
  order: 2;
  align-self: center;
}
#page-map-proofing .maptypes {
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-map-proofing .maptypes__title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
}
#page-map-proofing .maptypes__title::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: var(--color-brand);
  width: 10px;
  height: 10px;
  margin-right: 16px;
  vertical-align: middle;
  translate: 0 -3px;
}
#page-map-proofing .maptypes__item {
  margin-top: 40px;
}
#page-map-proofing .maptypes__itemTitle {
  border-bottom: 2px solid #FCECD9;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: var(--font-weight-bold);
  color: var(--color-brand);
}
#page-map-proofing .maptypes__itemImages {
  margin-bottom: 20px;
}
#page-map-proofing .maptypes__itemImage {
  margin-top: 20px;
}
#page-map-proofing .maptypes__itemImageThumb {
  border-radius: 20px;
  border: 1px solid #eee;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 227px;
  margin: 0;
}
#page-map-proofing .processflow {
  background: #FFECD9;
  padding-top: 40px;
  padding-bottom: 40px;
}
#page-map-proofing .processflow__title {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
}
#page-map-proofing .processflow__title::before {
  content: "";
  display: inline-block;
  border-radius: 100%;
  background: var(--color-brand);
  width: 10px;
  height: 10px;
  margin-right: 16px;
  vertical-align: middle;
  translate: 0 -3px;
}
#page-map-proofing .processflow__item {
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
}
#page-map-proofing .processflow__item:not(:first-child) {
  margin-top: 40px;
}
#page-map-proofing .processflow__item:not(:first-child)::before {
  display: inline-block;
  content: url(../img/processflow-arrow.svg);
  position: absolute;
  top: -30px;
  left: calc(50% - 9px);
  width: 17px;
  height: 38px;
}
#page-map-proofing .processflow__itemHeader {
  color: var(--color-brand);
  font-weight: bold;
  text-align: center;
}
#page-map-proofing .processflow__itemNumber {
  font-family: "Outfit", "Noto Sans JP", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-weight: var(--font-weight-bold);
  font-size: 16px;
  line-height: 26px;
}
#page-map-proofing .processflow__itemNumber::before {
  display: inline-block;
  content: url(../img/processflow-icon.svg);
  width: 15px;
  height: 26px;
  margin-right: 3px;
}
#page-map-proofing .processflow__itemNumberNum {
  margin-left: 1px;
  font-size: 26px;
  line-height: 26px;
}
#page-map-proofing .processflow__itemTitle {
  margin: 5px 0 20px;
  font-size: 25px;
}
#page-map-proofing .processflow__itemTitle::after {
  display: block;
  content: "";
  border-radius: 10px;
  background: var(--color-brand);
  width: 100%;
  height: 4px;
  margin-top: 15px;
}
#page-map-proofing .processflow__itemSummary.is-complement {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3;
}

/* =============================================
for PC
============================================= */
@media screen and (min-width: 1025px) {
  #page-map-proofing .mapcompany {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page-map-proofing .mapcompany__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
  }
  #page-map-proofing .mapcompany__details {
    display: grid;
    grid-template-columns: 623px auto 307px;
    grid-template-rows: auto auto;
    gap: 0;
    margin-top: 60px;
    padding: 40px;
  }
  #page-map-proofing .mapcompany__subtitle {
    grid-column: 1/2;
    grid-row: 1/2;
    font-size: 28px;
    line-height: 48px;
  }
  #page-map-proofing .mapcompany__summary {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-top: 30px;
  }
  #page-map-proofing .mapcompany__illust {
    grid-column: 3/4;
    grid-row: 1/3;
    width: 307px;
    height: 177px;
  }
  #page-map-proofing .maptypes {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #page-map-proofing .maptypes__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
  }
  #page-map-proofing .maptypes__item {
    margin-top: 60px;
  }
  #page-map-proofing .maptypes__itemTitle {
    display: flex;
    align-items: center;
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0;
    font-size: 30px;
    line-height: 44px;
  }
  #page-map-proofing .maptypes__itemTitle::after {
    content: "";
    flex-grow: 1;
    border-bottom: 2px solid #FCECD9;
    margin-top: 5px;
    margin-left: 20px;
    padding-right: 15px;
  }
  #page-map-proofing .maptypes__itemContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
  #page-map-proofing .maptypes__itemImages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #page-map-proofing .maptypes__itemImage {
    margin-top: 0;
    width: 250px;
    height: 170px;
  }
  #page-map-proofing .processflow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page-map-proofing .processflow__title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
  }
  #page-map-proofing .processflow__item {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
    height: 150px;
  }
  #page-map-proofing .processflow__item:not(:first-child) {
    margin-top: 50px;
  }
  #page-map-proofing .processflow__item:not(:first-child)::before {
    top: -40px;
    left: 78px;
    width: 26px;
    height: 58px;
  }
  #page-map-proofing .processflow__item::after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    border-radius: 10px;
    background: var(--color-brand);
    width: 4px;
    height: 120px;
  }
  #page-map-proofing .processflow__itemHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 300px;
  }
  #page-map-proofing .processflow__itemNumber {
    padding-top: 5px;
    width: 143px;
    font-size: 20px;
    line-height: 30px;
  }
  #page-map-proofing .processflow__itemNumber::before {
    display: block;
    width: 27px;
    height: 39px;
    margin: 0 auto;
  }
  #page-map-proofing .processflow__itemNumberNum {
    font-size: 30px;
    line-height: 30px;
  }
  #page-map-proofing .processflow__itemTitle {
    margin: 0;
  }
  #page-map-proofing .processflow__itemTitle::after {
    display: none;
  }
  #page-map-proofing .processflow__itemSummary {
    width: 720px;
  }
}/*# sourceMappingURL=page-map-proofing.css.map */