:root {
  --font: #333;
  --aqua: #4465e0;
  --link: #4465e0;
  --pink: #c2048d;
  --border: #ccc;
}

.p-work.-demonstration {
  background: #2691ea;
}
.p-work.-demonstration .p-work-mv-body {
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .p-work.-lounge {
    background: radial-gradient(circle 4rem at 90% 5%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 4rem at 20% 90%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work.-lounge {
    background: radial-gradient(circle 6rem at 90% 20%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), radial-gradient(circle 6rem at 20% 100%, rgba(31, 117, 233, 0.2), rgba(31, 117, 233, 0.2) 30%, transparent), #dce5ff;
  }
}
@media only screen and (max-width: 740px) {
  .p-work.-corporate {
    background: radial-gradient(circle 4rem at 90% 5%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 4rem at 20% 60%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work.-corporate {
    background: radial-gradient(circle 6rem at 90% 20%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), radial-gradient(circle 6rem at 20% 60%, rgba(68, 101, 224, 0.15), rgba(68, 101, 224, 0.15) 30%, transparent), #f1f5fe;
  }
}
.p-work.-corporate .p-work-list {
  background: rgba(255, 255, 255, 0.8);
}
.p-work.-corporate .p-work-item:not(:first-child) {
  border-top: 1px solid #ddd;
}
.p-work.-corporate .p-work-item-hl .-icon {
  background: #eaf2fe;
}
.p-work.-corporate .p-work-item-interview {
  background: #eaf2fe;
}

@media only screen and (max-width: 740px) {
  .p-work-mv {
    margin-top: -0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-mv {
    position: relative;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-mv-img {
    margin-right: -0.2rem;
  }
}
.p-work-mv-img img {
  width: 100%;
}

.p-work-mv-body {
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .p-work-mv-body {
    margin-top: 0.15rem;
    color: var(--aqua);
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-mv-body {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

.p-work-mv-body-lead {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
@media only screen and (max-width: 740px) {
  .p-work-mv-body-lead {
    font-size: 0.14rem;
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-mv-body-lead {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-index {
    margin-top: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-index {
    display: flex;
    gap: 0.1rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-work-index li {
    margin-top: 0.05rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-index li {
    flex: 0 0 calc((100% - 0.4rem) / 5);
  }
}
.p-work-index li a {
  font-size: 0.15rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.3em 2em 0.3em 1em;
  color: var(--aqua);
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-work-index li a {
    transition: background 0.2s;
  }
  .p-work-index li a:hover {
    background: #dce5ff;
  }
}
.p-work-index li a:after {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-right: 1px solid var(--aqua);
  border-bottom: 1px solid var(--aqua);
  position: absolute;
  top: 50%;
  right: 1em;
  translate: 0 -60%;
  rotate: 45deg;
}
.p-work-index li a .-icon {
  width: 0.18rem;
  height: 0.18rem;
  position: relative;
}
.p-work-index li a .-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-work-index li a .-txt {
  flex: 1 1 auto;
  text-align: center;
}
.p-work-list {
  margin-top: 0.2rem;
  background: rgba(246, 249, 254, 0.7);
  overflow: auto;
}
@media only screen and (max-width: 740px) {
  .p-work-list {
    max-height: 5.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-list {
    max-height: 6.8rem;
  }
}

.p-work-list-inr {
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-work-list-inr {
    padding: 0 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-list-inr {
    padding: 0.1rem 0.6rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-item {
    padding-block: 0.3rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item {
    padding-block: 0.4rem;
  }
}
.p-work-item:not(:first-child) {
  border-top: 1px solid #fff;
}
.p-work-item-hl {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl {
    gap: 0.1rem;
    margin-bottom: 0.15rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl {
    gap: 0.2rem;
    margin-bottom: 0.2rem;
  }
}
.p-work-item-hl .-icon {
  background: #fff;
  border-radius: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl .-icon {
    width: 0.42rem;
    height: 0.42rem;
    padding: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl .-icon {
    width: 0.65rem;
    height: 0.65rem;
    padding: 0.15rem;
  }
}
.p-work-item-hl .-txt {
  color: var(--aqua);
  line-height: 1;
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl .-txt {
    font-size: 0.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl .-txt {
    font-size: 0.28rem;
  }
}

.p-work-item-hl-sub {
  color: var(--aqua);
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-work-item-hl-sub {
    font-size: 0.18rem;
    margin-block: 0.2rem 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-hl-sub {
    font-size: 0.22rem;
    margin-block: 0.3rem 0.15rem;
  }
}

.p-work-item-interview {
  background: #f6f9fe;
  padding: 0.2rem;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-work-item-interview {
    flex-wrap: wrap;
    gap: 0.2rem 0.1rem;
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview {
    gap: 0.25rem;
    margin-top: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-item-interview-photo {
    flex: 0 0 0.8rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview-photo {
    flex: 0 0 1.16rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-item-interview-body {
    flex: 0 0 calc(100% - 0.8rem - 0.1rem);
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-work-item-interview-ttl {
  font-weight: bold;
}
@media only screen and (max-width: 740px) {
  .p-work-item-interview-ttl {
    font-size: 0.14rem;
    margin-top: -0.1em;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview-ttl {
    font-size: 0.2rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-item-interview-name {
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview-name {
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-work-item-interview-links {
    flex: 0 0 100%;
    text-align: right;
  }
}
@media print, screen and (min-width: 741px) {
  .p-work-item-interview-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}