  @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
:root {
  --color-red: #D40003;
}

.mv {
  background: url("/purposestory/img/bg_texture01.png") 0 0 repeat;
  background-size: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 599px) {
  .mv {
    margin-bottom: 50px;
    padding: 27px 24px 32px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv {
    margin-bottom: 64px;
    padding: 28px 48px 39px;
  }
}
.mv:before {
  background: url("/purposestory/img/bg_texture01.png") 0 0 repeat;
  background-size: 50%;
  -webkit-clip-path: polygon(0% 0, 100% 0, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 0% 100%);
  content: "";
  display: block;
  height: 452px;
  left: 0;
  position: absolute;
  top: 0;
  width: 260px;
  z-index: 1;
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .mv:before {
    height: 730px;
    width: 420px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv:before {
    height: 1040px;
    width: 600px;
  }
}
@media only screen and (max-width: 599px) {
  .mv:before {
    height: 452px;
    width: 260px;
  }
}

.mv-main {
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
@media print, screen and (min-width: 600px) {
  .mv-main {
    margin-inline: auto;
    max-width: 1216px;
  }
}

@media print, screen and (min-width: 600px) {
  .mv-main-top {
    display: flex;
    gap: 28px;
  }
}

.mv-logo {
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .mv-logo {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-logo img {
    width: 165px;
  }
}

.mv-detail {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .mv-detail {
    margin-inline: auto;
    max-width: 790px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-detail {
    max-width: none;
  }
}

.mv-category {
  align-items: center;
  color: var(--color-red);
  display: flex;
  font-family: "DM Serif Display", serif;
}
@media only screen and (max-width: 599px) {
  .mv-category {
    font-size: 1.6rem;
    height: 30px;
    margin-bottom: 12px;
    padding-left: 38px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-category {
    font-size: 3rem;
    height: 64px;
    margin-bottom: 27px;
    padding-left: 78px;
  }
}
.mv-category.mv-category-story {
  background: url("/purposestory/img/co-creation/icon-story.svg") no-repeat left center/64px auto;
}
@media only screen and (max-width: 599px) {
  .mv-category.mv-category-story {
    background-size: 30px auto;
  }
}
.mv-category.mv-category-dialogue {
  background: url("/purposestory/img/co-creation/icon-dialogue.svg") no-repeat left center/64px auto;
}
@media only screen and (max-width: 599px) {
  .mv-category.mv-category-dialogue {
    background-size: 30px auto;
  }
}

@media only screen and (max-width: 599px) {
  .mv-back {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-back {
    margin-left: auto;
  }
}

.back-btn {
  color: inherit;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 599px) {
  .back-btn {
    font-size: 13px;
    padding-right: 26px;
  }
}
@media print, screen and (min-width: 600px) {
  .back-btn {
    font-size: 18px;
    padding-right: 58px;
  }
}
.back-btn:before {
  content: "";
  display: block;
  background: #000;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 599px) {
  .back-btn:before {
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 600px) {
  .back-btn:before {
    width: 48px;
    height: 48px;
  }
}
.back-btn:after {
  content: "";
  display: block;
  position: absolute;
  translate: 50% -50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) {
  .back-btn:after {
    width: 6px;
    height: 6px;
    border: 3px solid transparent;
    border-left: 6px solid #fff;
    border-right: none;
    right: 9px;
    top: 50%;
  }
}
@media print, screen and (min-width: 600px) {
  .back-btn:after {
    width: 14px;
    height: 14px;
    border: 7px solid transparent;
    border-left: 14px solid #fff;
    border-right: none;
    right: 22px;
    top: 50%;
  }
}

@media print, screen and (min-width: 600px) {
  .mv-title {
    font-size: 3.2rem;
    line-height: 1.468;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-title {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-title {
    font-size: 1.8rem;
    line-height: 1.555;
    margin-bottom: 12px;
  }
}

.mv-lead {
  color: var(--color-red);
}
@media print, screen and (min-width: 600px) {
  .mv-lead {
    font-size: 1.8rem;
    line-height: 1.444;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-lead {
    font-size: 1.7rem;
    line-height: 1.47;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 599px) {
  .mv-lead {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.mv-tags {
  display: flex;
}
.mv-tags dt {
  flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .mv-tags dt {
    font-size: 1.3rem;
    margin-right: 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-tags dt {
    font-size: 1.4rem;
    margin-right: 24px;
  }
}
.mv-tags div {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
  .mv-tags div {
    gap: 0 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .mv-tags div {
    gap: 0 15px;
  }
}
.mv-tags dd {
  font-size: 1.3rem;
  flex-shrink: 0;
}

.mv-keyword p {
  display: inline;
  font-size: 1.3rem;
}
.mv-keyword p:after {
  display: inline-block;
  content: "/";
  padding: 0 0.2em;
}
.mv-keyword p:first-child:after, .mv-keyword p:last-child:after {
  content: "";
}

.mv-social {
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .mv-social {
    bottom: 37px;
    gap: 24px;
    position: absolute;
    right: -220px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-social {
    justify-content: flex-end;
    margin-top: 25px;
    position: static;
  }
}
@media only screen and (max-width: 599px) {
  .mv-social {
    gap: 24px;
    justify-content: flex-end;
    margin-block: 32px;
  }
}

.mv-image {
  position: relative;
  text-align: center;
  z-index: 3;
}
@media print, screen and (min-width: 600px) {
  .mv-image {
    margin-top: 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .mv-image {
    width: 100%;
  }
}
.mv-image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .mv-image img {
    max-width: 840px;
  }
}

.contents {
  box-sizing: border-box;
}
@media print, screen and (min-width: 600px) {
  .contents {
    margin-inline: auto;
    max-width: 1312px;
    padding-inline: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .contents {
    padding-inline: 24px;
  }
}

.contents-lead {
  font-weight: bold;
  max-width: 800px;
}
@media only screen and (max-width: 599px) {
  .contents-lead {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 600px) {
  .contents-lead {
    font-size: 2rem;
    line-height: 1.8;
    margin: 0 auto 63px;
    text-align: justify;
  }
}

@media only screen and (max-width: 599px) {
  .contents-leads {
    margin-bottom: 48px;
  }
}
@media print, screen and (min-width: 600px) {
  .contents-leads {
    margin-bottom: 63px;
  }
}
.contents-leads .contents-lead {
  margin-bottom: 0;
}
@media only screen and (max-width: 599px) {
  .contents-leads .contents-lead:not(:last-child) {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 600px) {
  .contents-leads .contents-lead:not(:last-child) {
    margin-bottom: 36px;
  }
}

.summary-item {
  max-width: 800px;
}
@media only screen and (max-width: 599px) {
  .summary-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 600px) {
  .summary-item {
    margin: 0 auto 40px;
  }
}
.summary-item.col2 {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .summary-item.col2 {
    flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 600px) {
  .summary-item.col2 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 599px) {
  .summary-item.col2 .summary-image p {
    aspect-ratio: 390/230;
  }
}
@media print, screen and (min-width: 600px) {
  .summary-item.col2 .summary-image p {
    height: 230px;
    width: 390px;
  }
}
.summary-item.col2 .summary-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .summary-item.col2 figcaption {
    font-size: 1.4rem;
    line-height: 1.714;
    margin-top: 16px;
  }
}
.summary-item .summary-image img {
  max-width: 100%;
}

.page-link {
  background: #EDF2F7;
}
@media only screen and (max-width: 599px) {
  .page-link {
    margin-bottom: 56px;
    padding: 40px 32px 64px;
  }
}
@media print, screen and (min-width: 600px) {
  .page-link {
    margin-bottom: 72px;
    padding-block: 40px 55px;
  }
}

.page-link-title {
  font-size: 3rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
  text-align: center;
}

.page-link-item {
  border-bottom: 1px solid #C8D2DC;
  margin-inline: auto;
  max-width: 800px;
}
.page-link-item:first-of-type {
  border-top: 1px solid #C8D2DC;
}
.page-link-item a {
  font-size: 2rem;
  background: url("/purposestory/img/co-creation/icon-arrow01.png") no-repeat right 30px center/11px 10px;
  color: #000;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  padding: 16px 60px 16px 25px;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  .page-link-item a {
    font-size: 1.6rem;
  }
}

.members {
  background: #EDF2F7;
  max-width: 1008px;
}
@media print, screen and (min-width: 600px) {
  .members {
    margin: 0 auto 90px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .members {
    max-width: 570px;
  }
}
@media only screen and (max-width: 599px) {
  .members {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 599px) {
  .member-title {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 600px) {
  .member-title {
    margin-bottom: 16px;
  }
}

.member-list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 600px) {
  .member-list {
    gap: 14px 32px;
    padding-inline: 48px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .member-list {
    padding-inline: 32px 0;
  }
}
@media only screen and (max-width: 599px) {
  .member-list {
    gap: 12px 0;
  }
}

.member-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 600px) {
  .member-item {
    width: 440px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .member-item {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .member-item {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .member-item {
    display: block;
    padding-left: 21px;
    width: 100%;
  }
}

@media only screen and (max-width: 599px) {
  .member-image {
    text-align: right;
  }
}

@media print, screen and (min-width: 600px) {
  .member-detail {
    margin-right: -40px;
  }
}

.member-position {
  line-height: 1.333;
}
@media only screen and (max-width: 599px) {
  .member-position {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .member-position {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.member-name {
  line-height: 1.384;
}
@media only screen and (max-width: 599px) {
  .member-name {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .member-name {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 599px) {
  .article-section {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-section {
    margin-bottom: 104px;
  }
}

@media print, screen and (min-width: 600px) {
  .article-block {
    display: flex;
    gap: 136px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .article-block {
    gap: 107px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-block {
    gap: 17px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-block.img-right {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 600px) {
  .article-block.txt-right {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 599px) {
  .article-block:not(:first-child) {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-block:not(:first-child) {
    margin-top: 64px;
  }
}

.article-image {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .article-image:not(.center) {
    height: 488px;
    width: 384px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .article-image:not(.center) {
    max-width: 384px;
    width: 29.2682926829vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-image:not(.center) {
    height: 53.1803962461vw;
    max-width: 278px;
    min-height: 289px;
    min-width: 157px;
    width: 28.9885297185vw;
  }
}
@media only screen and (max-width: 599px) {
  .article-image:not(.center) {
    height: 300px;
    margin: 0 auto 30px;
    width: 300px;
  }
}
.article-image:not(.center) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
@media print, screen and (min-width: 600px) {
  .article-image.center {
    margin-inline: auto;
    max-width: 800px;
  }
}
@media only screen and (max-width: 599px) {
  .article-image.center:not(:first-child) {
    margin-top: 58px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-image.center:not(:first-child) {
    margin-top: 64px;
  }
}
.article-image.center img {
  height: auto;
  max-width: 100%;
}

@media print, screen and (min-width: 600px) {
  .article-image-s {
    width: 384px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .article-image-s {
    max-width: 384px;
    width: 29.2682926829vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-image-s {
    max-width: 278px;
    min-width: 157px;
    width: 28.9885297185vw;
  }
}
@media only screen and (max-width: 599px) {
  .article-image-s {
    margin: 0 auto 30px;
    width: 300px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-image-s:not(:last-child) {
    margin-bottom: 40px;
  }
}
.article-image-s img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.article-image-title {
  line-height: 1.444;
}
@media print, screen and (min-width: 600px) {
  .article-image-title {
    font-size: 1.8rem;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-image-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .article-image-title {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

.article-image-cap {
  line-height: 1.785;
}
@media only screen and (max-width: 599px) {
  .article-image-cap {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-image-cap {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .article-movies {
    margin-top: 58px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-movies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 32px;
    margin-top: 64px;
  }
}

.article-movie {
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .article-movie:not(:first-child) {
    margin-top: 20px;
  }
}
.article-movie a {
  color: #000;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .article-movie a:hover img {
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 600px) {
  .article-movie a:hover figcaption {
    color: #0068af;
  }
}
.article-movie .article-movie-thumb {
  aspect-ratio: 592/335;
  overflow: hidden;
}
.article-movie img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-out;
  width: 100%;
}
.article-movie figcaption {
  color: #000;
  line-height: 1.48;
  transition: 0.3s ease-out;
}
@media print, screen and (min-width: 600px) {
  .article-movie figcaption {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-movie figcaption {
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 599px) {
  .article-movie figcaption {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
.article-movie figcaption span {
  background: url("/purposestory/img/co-creation/icon-youtube.png") no-repeat right center/17px auto;
  display: inline-block;
  padding-right: 25px;
}

@media print, screen and (min-width: 600px) {
  .article-detail {
    max-width: 696px;
    width: 100%;
  }
}

.article-heading {
  color: #003B8B;
  line-height: 1.5;
  margin-bottom: 23px;
}
@media print, screen and (min-width: 600px) {
  .article-heading {
    font-size: 3.2rem;
    scroll-margin-top: 95px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .article-heading {
    font-size: 2.4rem;
    line-height: 1.458;
    scroll-margin-top: 60px;
  }
}
@media only screen and (max-width: 599px) {
  .article-heading {
    font-size: 1.8rem;
    scroll-margin-top: 60px;
  }
}

.article-interviewer {
  line-height: 1.6;
}
@media only screen and (max-width: 599px) {
  .article-interviewer {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-interviewer {
    font-size: 2rem;
    margin-bottom: 25px;
  }
}

.article-interview-heading {
  background: #EDF2F7;
  color: #003B8B;
  line-height: 1.45;
}
@media only screen and (max-width: 599px) {
  .article-interview-heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 6px 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-interview-heading {
    font-size: 2.2rem;
    margin-bottom: 24px;
    padding: 8px 16px;
  }
}

@media print, screen and (min-width: 600px) {
  .article-interviewee {
    display: flex;
    gap: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .article-interviewee:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-interviewee:not(:last-child) {
    margin-bottom: 88px;
  }
}
@media only screen and (max-width: 599px) {
  .article-interviewee.mb-s:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-interviewee.mb-s:not(:last-child) {
    margin-bottom: 40px;
  }
}

.article-interviewee-name {
  color: #003B8B;
  flex-shrink: 0;
  line-height: 2;
}
@media only screen and (max-width: 599px) {
  .article-interviewee-name {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .article-interviewee-name {
    font-size: 1.6rem;
    width: 85px;
  }
}

.article-interviewee-text p {
  font-size: 1.6rem;
  line-height: 2;
}
.article-interviewee-text p:not(:last-child) {
  margin-bottom: 15px;
}
.article-interviewee-text .article-link-pdf {
  font-size: 1.8rem;
  background: url("/purposestory/img/co-creation/icon-arrow02.svg") no-repeat right center/10px 11px;
  color: #000;
  padding-right: 26px;
  text-decoration: none;
}

.article-text {
  line-height: 2;
}
@media only screen and (max-width: 599px) {
  .article-text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .article-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  .article-text:not(:first-of-type) {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-text:not(:first-of-type) {
    margin-top: 2em;
  }
}

.article-offer {
  margin-top: 1em;
}
.article-offer li {
  line-height: 1.714;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 599px) {
  .article-offer li {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .article-offer li {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 599px) {
  .article-project {
    margin-top: 58px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project {
    margin: 64px auto 0;
    max-width: 800px;
  }
}

.article-project-title {
  line-height: 1.444;
}
@media only screen and (max-width: 599px) {
  .article-project-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-title {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
}

.article-project-item {
  background: #EDF2F7;
}
@media only screen and (max-width: 599px) {
  .article-project-item {
    padding: 15px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-item {
    padding: 24px;
  }
}
@media only screen and (max-width: 599px) {
  .article-project-item:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

.article-project-heading {
  line-height: 1.444;
}
@media only screen and (max-width: 599px) {
  .article-project-heading {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.article-project-text {
  font-size: 1.6rem;
  line-height: 2;
}

.article-project-image {
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .article-project-image {
    margin-top: 18px;
    padding-block: 15px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-image {
    margin-top: 24px;
    padding-block: 20px;
  }
}
.article-project-image img {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 599px) {
  .article-project-list {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-project-list {
    margin-top: 16px;
  }
}
.article-project-list li {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 15px;
  position: relative;
}
.article-project-list li::before {
  background: #0068AF;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  border-radius: 4px;
  height: 8px;
  top: 0.8em;
  width: 8px;
}

.comment {
  background: #EDF2F7;
}
@media only screen and (max-width: 599px) {
  .comment {
    margin-bottom: 80px;
    padding: 24px;
  }
}
@media print, screen and (min-width: 600px) {
  .comment {
    margin: 0 auto 80px;
    max-width: 800px;
    padding: 40px;
  }
}

.comment-title {
  font-size: 1.8rem;
  color: #003B8B;
  font-weight: bold;
  line-height: 1.444;
}
@media only screen and (max-width: 599px) {
  .comment-title {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 600px) {
  .comment-title {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 600px) {
  .comment-body {
    display: flex;
    gap: 32px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .comment-body {
    display: block;
  }
}

.comment-text {
  font-size: 1.6rem;
  line-height: 2;
}

.comment-partner {
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .comment-partner {
    width: 240px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .comment-partner {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .comment-partner {
    display: flex;
    gap: 21px;
    margin-top: 25px;
  }
}

@media print, screen and (min-width: 600px) {
  .comment-image {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 599px) {
  .comment-image img {
    height: auto;
    width: 120px;
  }
}

.comment-partner-company {
  line-height: 1.5625;
}
@media only screen and (max-width: 599px) {
  .comment-partner-company {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .comment-partner-company {
    font-size: 1.4rem;
  }
}

.comment-partner-text {
  line-height: 1.5625;
}
@media only screen and (max-width: 599px) {
  .comment-partner-text {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 600px) {
  .comment-partner-text {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}

.comment-partner-name {
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .comment-partner-name {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .comment-partner-name {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  .article-next {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 600px) {
  .article-next {
    margin-bottom: 140px;
  }
}
.article-next a {
  font-size: 1.8rem;
  align-items: center;
  background: #000 url("/purposestory/img/co-creation/icon-arrow03.svg") no-repeat right 34px center/14px auto;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 80px;
  margin-inline: auto;
  padding-left: 25px;
  text-decoration: none;
  width: 280px;
}

.social {
  margin-bottom: 85px;
}

.social-title {
  font-size: 3rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.social-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.related {
  background: #F5FAFF;
}
@media only screen and (max-width: 599px) {
  .related {
    padding: 24px 24px 36px;
  }
}
@media print, screen and (min-width: 600px) {
  .related {
    padding-block: 50px 80px;
    margin-bottom: 48px;
  }
}

@media print, screen and (min-width: 600px) {
  .related-inr {
    margin-inline: auto;
    max-width: 1312px;
    padding-inline: 48px;
    box-sizing: border-box;
  }
}

.related-title {
  border-bottom: 1px solid #C8D2DC;
  line-height: 1.4375;
}
@media only screen and (max-width: 599px) {
  .related-title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 600px) {
  .related-title {
    font-size: 3.2rem;
    margin-bottom: 48px;
    padding-bottom: 24px;
  }
}

@media print, screen and (min-width: 600px) {
  .related-items {
    display: flex;
    gap: 32px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .related-items {
    gap: 2.4390243902vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .related-items {
    flex-wrap: wrap;
    gap: 47px 0;
    justify-content: space-between;
  }
}
.related-items a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  .related-items a {
    -moz-column-gap: 15px;
         column-gap: 15px;
    display: grid;
    grid-template-areas: "image category" "image heading" "image project";
    grid-template-columns: 29.0484140234vw 1fr;
    grid-template-rows: auto auto 1fr;
  }
}

@media print, screen and (min-width: 600px) {
  .related-item {
    width: 384px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1312px) {
  .related-item {
    width: 29.2682926829vw;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .related-item {
    width: 44.212721585vw;
  }
}
@media only screen and (max-width: 599px) {
  .related-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 599px) {
  .related-image {
    grid-area: image;
    grid-row: span 3;
    height: 29.0484140234vw;
    width: 29.0484140234vw;
  }
}
@media print, screen and (min-width: 600px) {
  .related-image {
    margin-bottom: 13px;
  }
}
.related-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .related-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.related-category {
  font-size: 1.6rem;
  align-items: center;
  color: #0068AF;
  display: flex;
  margin-bottom: 12px;
  font-weight: 500;
}
@media only screen and (max-width: 599px) {
  .related-category {
    grid-area: category;
    height: 30px;
  }
}
@media print, screen and (min-width: 600px) {
  .related-category {
    height: 28px;
  }
}

.related-type {
  font-size: 1.4rem;
  color: #0068AF;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .related-type {
    line-height: 1.42;
    margin-bottom: 13px;
  }
}

.related-heading {
  color: #000;
  line-height: 1.6111;
}
@media only screen and (max-width: 599px) {
  .related-heading {
    font-size: 1.6rem;
    grid-area: heading;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .related-heading {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}
.related-heading span::after {
  background: url("/purposestory/img/co-creation/icon-arrow02.svg") no-repeat left top/10px 11px;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 7px;
  width: 10px;
}

.related-project {
  color: var(--color-red);
  line-height: 1.5;
}
@media only screen and (max-width: 599px) {
  .related-project {
    font-size: 1.5rem;
    grid-area: project;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 600px) {
  .related-project {
    font-size: 1.6rem;
  }
}

.related-back {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .related-back {
    margin-block: 40px 180px;
  }
}
@media print, screen and (min-width: 600px) {
  .related-back {
    margin-block: 50px 100px;
  }
}

.cmn_bgcbox01.mtmb {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*# sourceMappingURL=common.css.map */