@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
section {
  width: 100%;
}
section#pj {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
section#pj.pj2 .hero::before {
  background-image: url(../images/fds/photo_bg.jpg);
}
section#pj.pj2 .hero .inner .title > div h3 {
  color: #835df3;
}
section#pj.pj2 .member {
  width: 980px;
}
section#pj.pj2 .explain {
  background: linear-gradient(to right, #835df3, #b7a5f3);
}
section#pj.pj2 .sec.sec4::before {
  background-image: url(../images/fds/photo_bg.jpg);
}
section#pj.pj2 .sec h4 {
  background: linear-gradient(to right, #835df3, #b7a5f3);
}
section#pj.pj3 .hero::before {
  background-image: url(../images/drucker/photo_bg.jpg);
}
section#pj.pj3 .hero .inner .title > div h3 {
  color: #29abe2;
}
section#pj.pj3 .member {
  width: 980px;
}
section#pj.pj3 .explain {
  background: linear-gradient(to right, #29abe2, #c5eaf7);
}
section#pj.pj3 .sec.sec4::before {
  background-image: url(../images/drucker/photo_bg.jpg);
}
section#pj.pj3 .sec h4 {
  background: linear-gradient(to right, #29abe2, #c5eaf7);
}
section#pj .hero {
  width: 100%;
  padding: 290px 0 0 0;
  margin-bottom: 32px;
}
section#pj .hero.on::before {
  clip-path: inset(0 0 0 0);
}
section#pj .hero.on .inner .visual {
  clip-path: inset(0 0 0 0);
}
section#pj .hero.on .inner .title h3 {
  clip-path: inset(0 0 0 0);
}
section#pj .hero.on .inner .title h4 {
  clip-path: inset(0 0 0 0);
}
section#pj .hero::before {
  content: "";
  width: 100%;
  height: 655px;
  background-image: url(../images/eir/photo_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  transition: all 0.5s ease-out 0.5s;
  clip-path: inset(0 0 0 100%);
}
section#pj .hero .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
section#pj .hero .inner .visual {
  width: 1000px;
  transition: all 0.5s ease-out 0.75s;
  clip-path: inset(0 100% 0 0);
}
section#pj .hero .inner .title {
  text-align: left;
  width: 1000px;
  top: -85px;
  left: calc(50% - 500px - 75px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 1;
}
section#pj .hero .inner .title > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#pj .hero .inner .title > div h3 {
  color: #00a99d;
  font-family: "Poppins", serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 40px;
  margin-bottom: 12px;
  border-radius: 40px;
  background-color: #FFF;
  transition: all 0.5s ease-out 1s;
  clip-path: inset(0 100% 0 0);
}
section#pj .hero .inner .title > div h4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px 0;
  transition: all 0.5s ease-out 1.5s;
  clip-path: inset(0 100% 0 0);
}
section#pj .hero .inner .title > div h4 span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  padding: 8px 40px;
  border-radius: 40px;
  background-color: #FFF;
}
section#pj .lead {
  width: 100%;
  padding: 0px;
  margin-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
section#pj .lead.on {
  opacity: 1;
}
section#pj .lead p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .member {
  text-align: left;
  width: 640px;
  margin: 0 auto 80px auto;
}
section#pj .member.on h4 {
  opacity: 1;
}
section#pj .member.on .inner > div {
  opacity: 1;
}
section#pj .member h4 {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 32px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#pj .member .inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
section#pj .member .inner > div {
  width: 300px;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
section#pj .member .inner > div:nth-child(2) {
  transition-delay: 0.5s;
}
section#pj .member .inner > div:nth-child(3) {
  transition-delay: 0.75s;
}
section#pj .member .inner > div figure {
  width: 100%;
  margin-bottom: 24px;
}
section#pj .member .inner > div dl dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
}
section#pj .member .inner > div dl dt span:nth-child(1) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .member .inner > div dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .member .inner > div dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
section#pj .explain {
  width: 1000px;
  padding: 16px 16px;
  margin: 0 auto 80px auto;
  border-radius: 12px;
  background: linear-gradient(to right, #22d173, #00a99d);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#pj .explain.on {
  opacity: 1;
}
section#pj .explain dl {
  text-align: left;
  width: calc(100% - 390px - 40px);
  padding: 0 0 0 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#pj .explain dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .explain dl dt span {
  font-size: 1.6rem;
}
section#pj .explain dl dd {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: 100%;
}
section#pj .explain dl dd:not(:last-child) {
  margin-bottom: 16px;
}
section#pj .explain dl dd .btn {
  width: 100%;
}
section#pj .explain dl dd .btn.col2 a::after {
  background-color: #835df3;
}
section#pj .explain dl dd .btn.col3 a::after {
  background-color: #29abe2;
}
section#pj .explain dl dd .btn a {
  width: 100%;
  height: 40px;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#pj .explain dl dd .btn a::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #22d173;
  background-image: url(../images/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 10px;
  display: block;
  position: absolute;
  right: 10px;
}
section#pj .explain dl dd .btn a span {
  color: #4D4D4D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .explain figure {
  width: 390px;
}
section#pj .sec {
  width: calc(100% - 240px);
  max-width: 1480px;
  min-width: 1140px;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
section#pj .sec:not(:last-child) {
  margin-bottom: 100px;
}
section#pj .sec.sec4 {
  width: 100%;
  max-width: 100%;
  height: 680px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.75s ease-in 0s;
  clip-path: inset(0 0 0 100%);
  opacity: 0;
}
section#pj .sec.sec4.on {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
section#pj .sec.sec4.on p {
  clip-path: inset(0 0 0 0);
}
section#pj .sec.sec4 p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in 0.5s;
  clip-path: inset(0 100% 0 0);
}
section#pj .sec.sec4::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/eir/photo_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
section#pj .sec h4 {
  width: 100%;
  height: 72px;
  margin-bottom: 54px;
  border-radius: 36px;
  background: linear-gradient(to right, #22d173, #00a99d);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
section#pj .sec h4.on {
  opacity: 1;
}
section#pj .sec h4 span {
  color: #FFF;
  font-family: "Poppins", serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#pj .sec .inner {
  text-align: left;
  width: calc(100% - 128px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#pj .sec .inner figure {
  width: 100%;
  margin-bottom: 72px;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
section#pj .sec .inner figure.on {
  opacity: 1;
}
section#pj .sec .inner h5 {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
section#pj .sec .inner h5.on {
  opacity: 1;
}
section#pj .sec .inner p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
section#pj .sec .inner p.on {
  opacity: 1;
}
section#pj .sec .inner p:not(:last-child) {
  margin-bottom: 40px;
}
section#pj .sec .inner p.notice {
  font-size: 1.4rem;
}
section#pj .sec .inner .pset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
section#pj .sec .inner .pset figure {
  width: calc(50% - 20px);
}
section#pj .sec .inner .pset figure:nth-child(2) {
  transition-delay: 0.25s;
}
section#pj .lphoto {
  width: 100%;
  transition: all 0.5s ease-in 0.5s;
  overflow: hidden;
  opacity: 0;
  clip-path: inset(0 0 0 0);
}
section#pj .lphoto.on {
  opacity: 1;
}
section#pj .lphoto.on figure {
  transform: scale(1);
}
section#pj .lphoto:not(:last-child) {
  margin-bottom: 100px;
}
section#pj .lphoto figure {
  width: 100%;
  position: relative;
  transform: scale(1.05);
  transition: all 1.5s ease-in;
}
section#catindex {
  width: 100%;
  padding: 104px 0;
  background-image: url(../images/bg_index.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section#catindex h3 {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 11.6rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 104px;
}
section#catindex .inner {
  width: calc(100% - 374px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 3px;
}
section#catindex .inner > div {
  width: calc((100% - 6px) / 3);
}
section#catindex .inner > div:hover figure img {
  opacity: 0.7;
}
section#catindex .inner > div figure {
  width: 100%;
  background-color: #FFF;
  margin-bottom: 16px;
  overflow: hidden;
}
section#catindex .inner > div figure img {
  transition: all 0.25s ease-in 0s;
}
section#catindex .inner > div dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
section#catindex .inner > div dl dt {
  color: #000000;
  font-family: "Poppins", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
section#catindex .inner > div dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  section#pj {
    align-items: center;
    margin-bottom: 4px;
  }
  section#pj.pj2 .member {
    width: calc(100% - 32px);
  }
  section#pj.pj2 .member .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 16px;
  }
  section#pj.pj2 .member .inner > div {
    width: calc(50% - 8px);
  }
  section#pj.pj2 .member .inner > div:not(:last-child) {
    margin-bottom: 0px;
  }
  section#pj.pj3 .member {
    width: calc(100% - 32px);
  }
  section#pj.pj3 .member .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px 16px;
  }
  section#pj.pj3 .member .inner > div {
    width: calc(50% - 8px);
  }
  section#pj.pj3 .member .inner > div:not(:last-child) {
    margin-bottom: 0px;
  }
  section#pj .hero {
    width: 100%;
    padding: 200px 0 0 0;
    margin-bottom: 32px;
  }
  section#pj .hero.on::before {
    clip-path: inset(0 0 0 0);
  }
  section#pj .hero.on .inner .visual {
    clip-path: inset(0 0 0 0);
  }
  section#pj .hero.on .inner .title h3 {
    clip-path: inset(0 0 0 0);
  }
  section#pj .hero.on .inner .title h4 {
    clip-path: inset(0 0 0 0);
  }
  section#pj .hero::before {
    content: "";
    width: 100%;
    height: 75vw;
  }
  section#pj .hero .inner .visual {
    width: calc(100% - 48px);
  }
  section#pj .hero .inner .title {
    width: calc(100% - 32px);
    top: -58px;
    left: 16px;
  }
  section#pj .hero .inner .title > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#pj .hero .inner .title > div h3 {
    color: #00a99d;
    font-family: "Poppins", serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 16px;
    margin-bottom: 8px;
    border-radius: 24px;
  }
  section#pj .hero .inner .title > div h4 {
    gap: 8px 0;
  }
  section#pj .hero .inner .title > div h4 span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    padding: 8px 16px;
    border-radius: 24px;
  }
  section#pj .lead {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }
  section#pj .lead p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: left;
  }
  section#pj .lead p br {
    display: none;
  }
  section#pj .member {
    width: calc(100% - 32px);
    margin: 0 auto 40px auto;
  }
  section#pj .member h4 {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  section#pj .member .inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 16px;
  }
  section#pj .member .inner > div {
    width: calc(50% - 8px);
  }
  section#pj .member .inner > div:not(:last-child) {
    margin-bottom: 32px;
  }
  section#pj .member .inner > div figure {
    width: 100%;
    margin-bottom: 16px;
  }
  section#pj .member .inner > div dl dt {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  section#pj .member .inner > div dl dt span:nth-child(1) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .member .inner > div dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .member .inner > div dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .explain {
    width: 100%;
    padding: 16px;
    margin: 0 auto 24px auto;
    border-radius: 0px;
    flex-direction: column;
  }
  section#pj .explain dl {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
    order: 2;
  }
  section#pj .explain dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .explain dl dd {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .explain figure {
    width: 100%;
    margin-bottom: 16px;
    order: 1;
  }
  section#pj .sec {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    min-width: calc(100% - 32px);
  }
  section#pj .sec:not(:last-child) {
    margin-bottom: 48px;
  }
  section#pj .sec.sec4 {
    height: 360px;
    transition: all 0.35s ease-in 0s;
  }
  section#pj .sec.sec4 p {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.15em;
    font-feature-settings: "palt";
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in 0.35s;
    clip-path: inset(0 100% 0 0);
  }
  section#pj .sec h4 {
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    border-radius: 20px;
    background: linear-gradient(to right, #22d173, #00a99d);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in 0s;
    opacity: 0;
  }
  section#pj .sec h4.on {
    opacity: 1;
  }
  section#pj .sec h4 span {
    color: #FFF;
    font-family: "Poppins", serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .sec .inner {
    width: 100%;
  }
  section#pj .sec .inner figure {
    width: 100%;
    margin-bottom: 32px;
  }
  section#pj .sec .inner h5 {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
    font-feature-settings: "palt";
  }
  section#pj .sec .inner p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.875;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#pj .sec .inner p:not(:last-child) {
    margin-bottom: 24px;
  }
  section#pj .sec .inner p.notice {
    font-size: 1.2rem;
  }
  section#pj .sec .inner .pset {
    flex-direction: column;
    gap: 8px 0;
  }
  section#pj .sec .inner .pset:not(:last-child) {
    margin-bottom: 32px;
  }
  section#pj .sec .inner .pset figure {
    width: 100%;
    margin: 0px;
  }
  section#pj .lphoto:not(:last-child) {
    margin-bottom: 48px;
  }
  section#catindex {
    width: 100%;
    padding: 48px 0;
    margin-bottom: 48px;
  }
  section#catindex h3 {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 4rem;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin-bottom: 48px;
  }
  section#catindex .inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  section#catindex .inner > div {
    width: 100%;
  }
  section#catindex .inner > div:hover figure img {
    opacity: 1;
  }
  section#catindex .inner > div figure {
    width: 100%;
    background-color: #FFF;
    margin-bottom: 8px;
    overflow: hidden;
  }
  section#catindex .inner > div figure img {
    transition: all 0.25s ease-in 0s;
  }
  section#catindex .inner > div dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#catindex .inner > div dl dt {
    color: #000000;
    font-family: "Poppins", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#catindex .inner > div dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_project.css.map */
