/*----------------------------------------

	PROJECT CSS

-----------------------------------------*/
main {
  position: relative;
  z-index: 1;
}
main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #FFF0F3 0%, #F9D3E4 100%);
  opacity: 0.6;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  main::before {
    height: calc(100% - 215px);
  }
}
@media screen and (max-width: 768px) {
  main::before {
    height: calc(100% - 55.25vw);
  }
}

@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) {
    padding-block: 240px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) {
    padding-block: 30.75vw 0;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 {
  text-align: center;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 {
    gap: 2.5vw;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 .font56_32 {
  grid-row: 1/2;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 .font56_32 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .c-title01 .font56_32 {
    letter-spacing: 0.02em;
  }
}
.c-title__wrap:has(h1.c-title01) .c-title01 .font18_12 {
  letter-spacing: 0.01em;
}
.c-title__wrap:has(h1.c-title01) .font18_18 {
  line-height: 2.5;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(h1.c-title01) .font18_18 {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(h1.c-title01) .font18_18 {
    margin-block-start: 20vw;
  }
}

/*----------------------------------------
	- SAGAMI PROJECT
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .sagamiproject {
    margin-block-start: 100px;
    padding-block-end: 180px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject {
    margin-block-start: 15vw;
    padding-block-end: 20vw;
  }
}
.sagamiproject .box01 {
  background-color: var(--color-white);
  display: grid;
}
@media screen and (min-width: 769px) {
  .sagamiproject .box01 {
    width: min(980px, 90%);
    grid-template-columns: 23.33% auto 1fr;
    gap: 30px 40px;
    padding: 50px 60px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  .sagamiproject .box01 {
    grid-template-columns: 200px 1fr;
    gap: 15px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .box01 {
    padding-block: 10vw;
    grid-template-columns: 20vw 1fr;
    gap: 5vw 3vw;
  }
}
.sagamiproject .box01 .c-title01 {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .sagamiproject .box01 .c-title01 {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-block: auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .sagamiproject .box01 .c-title01 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .box01 .c-title01 {
    margin-block-start: 2.25vw;
  }
}
.sagamiproject .box01 p:has(.c-link-area) {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto 0;
  margin-block: auto 0;
}
@media screen and (min-width: 769px) {
  .sagamiproject .box01 p:has(.c-link-area) {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 1000px) {
  .sagamiproject .box01 p:has(.c-link-area) {
    grid-column: 1/3;
    grid-row: 3/4;
    margin-inline: auto 0;
  }
}
.sagamiproject .box01 p:has(.c-link-area) .c-link-area {
  display: flex;
  line-height: 2;
  gap: 0.75em;
}
.sagamiproject .box01 figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1;
  flex-shrink: 0;
  background-color: var(--color-primarylight);
  border-radius: 50%;
  margin-block: auto;
}
@media screen and (min-width: 769px) {
  .sagamiproject .box01 figure {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .box01 figure {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.sagamiproject .box01 figure img {
  width: 60%;
}
.sagamiproject .box01 .font16_14 {
  line-height: 2;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .sagamiproject .box01 .font16_14 {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-block: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .sagamiproject .box01 .font16_14 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .box01 .font16_14 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.sagamiproject .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list {
    margin-block-start: 180px;
    gap: 120px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list {
    margin-block-start: 20vw;
    gap: 9vw;
  }
}
.sagamiproject .item-list li {
  display: grid;
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list li {
    gap: 7.273%;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list li {
    gap: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list li:nth-child(odd) {
    grid-template-columns: 0.89fr 1fr;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list li:nth-child(even) {
    grid-template-columns: 1fr 0.89fr;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list li:nth-child(even) .txt {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list li:nth-child(even) figure {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.sagamiproject .item-list .font24_18 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list .font24_18 {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list .font24_18 {
    line-height: 2;
  }
}
.sagamiproject .item-list .font24_18 span {
  display: inline-block;
}
.sagamiproject .item-list .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list .font16_14 {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list .font16_14 {
    margin-block-start: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list p:has(.c-link-area) {
    margin-block-start: 36px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list p:has(.c-link-area) {
    margin-block-start: 2.75vw;
  }
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list p:has(.c-link-area) .c-link-area {
    gap: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list p:has(.c-link-area) .c-link-area {
    gap: 0.5em;
  }
}
.sagamiproject .item-list p:has(.c-link-area) .font16_15 {
  letter-spacing: 0.01em;
}
.sagamiproject .item-list p:has(> a:nth-of-type(2)) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .sagamiproject .item-list p:has(> a:nth-of-type(2)) {
    gap: 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  .sagamiproject .item-list p:has(> a:nth-of-type(2)) {
    gap: 2.5vw 10.5vw;
  }
}