@charset "utf-8";

:root {
  --pcv: / 1440 * 100vw;
  --pcp: / 1440 * 100%;
  
  --spv: / 375 * 100vw;
  --spp: / 375 * 100%;
}

/* -------------------------------------------------
  font
------------------------------------------------- */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Regular_sub.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Medium_sub.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Bold_sub.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/NotoSansCJKjp-hinted_subset_woff/NotoSansCJKjp-Black_sub.woff') format('woff');
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  font-weight: 900;
  font-style: normal;
  src: url('/jp/design_technology/replay/shared_replay/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Black.ttf') format('truetype');
}

/* ==========================================
    base
   ========================================== */

#rwd-content .cont-replay {
  width: 100%;
}

#rwd-content .cont-replay img {
 max-width: 100%;
}
#rwd-content .cont-replay * {
  box-sizing: border-box;
}

#rwd-content .cont-replay,
#rwd-content .cont-replay h1,
#rwd-content .cont-replay h2,
#rwd-content .cont-replay h2,
#rwd-content .cont-replay h4,
#rwd-content .cont-replay p,
#rwd-content .cont-replay li,
#rwd-content .cont-replay dt,
#rwd-content .cont-replay dd,
#rwd-content .cont-replay figcaption,
#rwd-content .modal-pjinfo p,
#rwd-content .modal-pjinfo h2
 {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
}

#rwd-content .w100box {
  width: 100%;
  overflow: hidden;
}

#rwd-content .normal-bg-pink {
/*  padding: 125px 0 0;*/
padding: 60px 0 0;
  background: #F5F1F1;
}

#rwd-content .overflow-hidden-box {
  width: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-main-header {
    z-index: 30;
  }
  #rwd-content .pc-w100box {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content {
    overflow: visible;
  }
  #rwd-content .rwd-main-header {
    z-index: 110;
  }
  #rwd-content .normal-bg-pink {
    padding: 30px 0 0;
  }
}

/* ==========================================
    ヘッダー下、フッター上の余白を0へ
   ========================================== */

@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-main-header {
/*    margin-bottom: 0 !important;*/
  }
  #rwd-content #rwd-main-content {
    margin-bottom: 0;
  }
  .rwd-product-header h1.rwd-headline1-type02 + p.rwd-text-small {
/*    display: none;*/
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .rwd-product-header {
/*    display: none;*/
  }
  #rwd-content .rwd-main-content {
    margin-bottom: 0;
  }
}

/* ==========================================
    .btn-type1 赤ボタン
   ========================================== */

#rwd-content a.btn-type1 {
  width: 312px;
  height: 67px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  background: #FF2929;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 34px;
  border: solid 2px #000;
  transition: background 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .btn-type1:hover {
    background: #f77;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content a.btn-type1 {
    width: 296px;
    height: 64px;
    font-size: 2.0rem;
    border-radius: 32px;
  }
}

/* ==========================================
    .btn-type2 黄ボタン
   ========================================== */

#rwd-content .btn-type2 {
  width: 300px;
  height: 50px;
  border: solid 1px #000;
  background: #FFC729;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background 0.3s ease-out;
}
#rwd-content .btn-type2.short {
  width: 240px;
}
#rwd-content .btn-type2.blue {
  background: #82DCFF;
}
#rwd-content .btn-type2 .text {
  display: inline-block;
}
#rwd-content .btn-type2.newwin span {
  display: inline-block;
  position: relative;
}
#rwd-content .btn-type2.newwin span::after {
  width: 24px;
  height: 24px;
  background: url("/jp/design_technology/replay/shared_replay/img/ico_newwin.svg") no-repeat 0 0 / 100% auto;
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: -4px;
}

@media print, screen and (min-width: 768px) {
  #rwd-content a.btn-type2:hover {
    background: #FFF759;
    color: #000;
  }
  #rwd-content .btn-type2.blue:hover {
    background: #b2fCFF;
  }
}

/* ==========================================
    .h-type1
   ========================================== */

#rwd-content .cont-replay .h-type1 {
  padding-bottom: 37px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
#rwd-content .cont-replay .h-type1 .e {
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
}
#rwd-content .cont-replay .h-type1 .j {
  margin-top: 0.9em;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
}
#rwd-content .cont-replay .h-type1::after {
  width: 36px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #f00;
  border-radius: 3px;
  border: solid 1px #000;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #rwd-content .cont-replay .h-type1 {
    padding-bottom: 24px;
  }
  #rwd-content .cont-replay .h-type1 .e {
    font-size: 3rem;
  }
  #rwd-content .cont-replay .h-type1 .j {
    margin-top: 0.8em;
    font-size: 1.4rem;
  }
  #rwd-content .cont-replay .h-type1::after {
    width: 30px;
    height: 4px;
  }
}

/* ==========================================
    h-type2
   ========================================== */

#rwd-content .h-type2,
#rwd-content .h-type2 span {
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#rwd-content .h-type2 span {
  padding: 0 24px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 4;
}
#rwd-content .h-type2.pink span {
  background: #F5F1F1;
}

#rwd-content .h-type2::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #rwd-content .h-type2,
  #rwd-content .h-type2 span {
    font-size: 2rem;
  }
  #rwd-content .h-type2.sp-large,
  #rwd-content .h-type2.sp-large span {
    font-size: 2.4rem;
  }
  #rwd-content .h-type2 span {
    padding: 0 10px;
  }
  #rwd-content .h-type2.pink span {
    background: #F5F1F1;
  }
}

/* ==========================================
    .h-type3
   ========================================== */

#rwd-content .cont-replay .h-type3 {
  margin: 0;
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #rwd-content .cont-replay .h-type3 {
    font-size: 2.3rem;
  }
}

/* ==========================================
    画面上部リプレイメニュー
   ========================================== */

#rwd-content #replay-cate-nav {
  position: sticky;
  top: 0;
  z-index: 25;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #replay-cate-nav {
    background: #eb002a;
    border-bottom: solid 2px #000;
  }
  #rwd-content #replay-cate-nav .group {
    width: 98%;
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0 52px;
  }
  #rwd-content #replay-cate-nav .logo-wrap,
  #rwd-content #replay-cate-nav .logo {
    width: 98px;
  }
  #rwd-content #replay-cate-nav ul {
    display: flex;
    gap: 0 30px;
  }
  #rwd-content #replay-cate-nav ul li {
    font-size: 1.6rem;
    line-height: 1;
  }
  #rwd-content #replay-cate-nav ul li a {
    height: 48px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  #rwd-content #replay-cate-nav ul li a.current,
  #rwd-content #replay-cate-nav ul li a:hover {
    color: #ffde80;
  }
  #rwd-content #replay-cate-nav ul li a.current::after,
  #rwd-content #replay-cate-nav ul li a:hover::after {
    width: calc(100% + 8px);
    height: 5px;
    content: "";
    display: block;
    background: #fbca41;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 820px) {
  #rwd-content #replay-cate-nav ul {
    gap: 0 18px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #replay-cate-nav .logo-wrap {
    height: 48px;
    background: #eb002a;
    border-bottom: solid 2px #000;
    position: relative;
  }
  #rwd-content #replay-cate-nav .logo {
    width: 98px;
    margin-left: 21px;
    padding-top: 15px;
    display: block;
  }
  #rwd-content #replay-cate-nav button {
    width: 61px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/jp/design_technology/replay/shared_replay/img/menu-btn.svg") no-repeat center 12px;
    cursor: pointer;
    border: none;
  }
  #rwd-content #replay-cate-nav button.on {
    background-image: url("/jp/design_technology/replay/shared_replay/img/menu-btn_on.svg");
  }
  #rwd-content #replay-cate-nav button::before {
    width: 1px;
    height: 36px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
  }
  #rwd-content #replay-cate-nav ul {
    background: #e7e7e7;
    display: none;
  }
  #rwd-content #replay-cate-nav ul li {
    font-size: 1.5rem;
    line-height: 1;
    border-bottom: solid 1px #ccc;
  }
  #rwd-content #replay-cate-nav ul li a {
    height: 50px;
    padding-left: 21px;
    display: flex;
    align-items: center;
  }
  #rwd-content #replay-cate-nav ul li a.current {
    background: #eb002a;
    color: #fff;
  }
}

/* ==========================================
    画面右下固定メニュー
   ========================================== */

#rwd-content #replay-menu {
  position: fixed;
  right: 50px;
  bottom: 32px;
  z-index: 100; 
}
#rwd-content #replay-menu .hidden {
  display: none;
}
#rwd-content #replay-menu .default {
  width: 108px;
  cursor: pointer;
}
#rwd-content #replay-menu .open {
  position: relative;
}
#rwd-content #replay-menu .open::after {
  width: 5px;
  height: calc(100% - 1px);
  background: #000;
  border-radius: 3px;
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  top: 0;
}
#rwd-content #replay-menu .open ul {
  padding: 3px 5px 54px 0;
}
#rwd-content #replay-menu .open ul li,
#rwd-content #replay-menu .open ul li a {
  width: 227px;
  height: 52px;
  line-height: 1;
  font-size: 18px;
  box-sizing: border-box;
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
}
#rwd-content #replay-menu .open ul li a {
  padding: 18px 0 0 24px;
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/menu_02.png") no-repeat 0 0 / 100% auto;
  transition: color 0.3s ease-out;
}
#rwd-content #replay-menu .open ul li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #rwd-content #replay-menu {
    position: fixed;
    right: 0;
    bottom: 60px;
    z-index: 100;
  }
}

/* ==========================================
    #pickup-type2
   ========================================== */

#rwd-content #pickup-type2 .slide-wrap {
  width: 96%;
  max-width: 1192px;
  margin: 60px auto 0;
}
#rwd-content #pickup-type2 .article-slide .item {
  width: calc(1000 / 1192 * 100%);
  margin: 0 auto;
}
#rwd-content #pickup-type2 .article-slide .col2 {
  padding: 46px 0;
  border: solid 2px #000;
  border-radius: 20px;
  background: #fff;
  transition: background 0.3s ease-out;
}
#rwd-content #pickup-type2 .article-slide .pic {
  border-radius: 20px;
  border: solid 2px #000;
  overflow: hidden;
  display: block;
}
#rwd-content #pickup-type2 .article-slide .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #pickup-type2 .article-slide .cate {
  height: 29px;
  padding: 0 12px;
  border: solid 1px #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 15px;
  background: #fff;
  color: #000;
}
#rwd-content #pickup-type2 .article-slide .title {
  margin-top: 0.9em;
  font-size: 2.4rem;
  line-height: calc(29 / 24);
  font-weight: 700;
  color: #000;
}
#rwd-content #pickup-type2 .article-slide .desc {
  margin-top: 1.2em;
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  color: #000;
}

#rwd-content #pickup-type2 .article-slide {
  padding-bottom: 48px;
}

#rwd-content #pickup-type2 .article-slide .slick-arrow {
  width: 42px;
  height: 42px;
  background: url("/jp/design_technology/replay/shared_replay/img/arrow_001.svg") no-repeat 0 0 / 100% auto;
  overflow: hidden;
  outline: none;
  border: none;
  color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#rwd-content #pickup-type2 .article-slide .slick-arrow.slick-prev {
  left: 0;
  transform: rotateY(180deg) translateY(-50%);
}
#rwd-content #pickup-type2 .article-slide .slick-arrow.slick-next {
  right: 0;
}
#rwd-content #pickup-type2 .article-slide .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 6px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#rwd-content #pickup-type2 .article-slide .slick-dots li {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: #CCCCCC;
  overflow: hidden;
}
#rwd-content #pickup-type2 .article-slide .slick-dots li.slick-active {
  background: #f00;
}
#rwd-content #pickup-type2 .article-slide .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pickup-type2 .article-slide .col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #rwd-content #pickup-type2 .article-slide a.col2:hover {
    background: #F7D113;
  }
  #rwd-content #pickup-type2 .article-slide .pic {
    width: calc(437 / 1000 * 100%);
    margin-left: calc(44 / 1000 * 100%);
  }
  #rwd-content #pickup-type2 .article-slide a.col2:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #pickup-type2 .article-slide .texts {
    width: calc(420 / 1000 * 100%);
    margin-right: calc(44 / 1000 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pickup-type2 .slide-wrap {
    /*width: calc(346 var(--spp));*/
    width: 100%;
    margin: 50px auto 0;
  }
  #rwd-content #pickup-type2 .article-slide .item {
    /*width: 100%;*/
    width: calc(346 var(--spp));
    margin: 0 auto;
  }
  #rwd-content #pickup-type2 .article-slide .col2 {
    padding: 28px calc(24 var(--spv)) 38px;
    border-width: 1px;
    border-radius: 10px;
    display: block;
  }
  #rwd-content #pickup-type2 .article-slide .pic {
    border-width: 1px;
    border-radius: 10px;
  }
  #rwd-content #pickup-type2 .article-slide .cate {
    margin-top: 26px;
  }
  #rwd-content #pickup-type2 .article-slide .title {
    margin-top: 1em;
    font-size: 1.8rem;
    line-height: calc(22 / 18);
  }
  #rwd-content #pickup-type2 .article-slide .desc {
    margin-top: 1.2em;
    font-size: 1.4rem;
    line-height: 2;
  }

  #rwd-content #pickup-type2 .article-slide {
    padding-bottom: 61px;
  }

  #rwd-content #pickup-type2 .article-slide .slick-arrow {
    top: auto;
    bottom: 0;
  }
  #rwd-content #pickup-type2 .article-slide .slick-arrow.slick-prev {
    left: 3.87%;
    transform: translateY(0) rotateY(180deg);
  }
  #rwd-content #pickup-type2 .article-slide .slick-arrow.slick-next {
    right: 3.87%;
    transform: translateY(0);
  }
  #rwd-content #pickup-type2 .article-slide .slick-dots {
    bottom: 19px;
  }
}

/* ==========================================
    フッター直前のプロジェクト一覧スライダー
   ========================================== */

#rwd-content #common-bottom-projects {
  margin-top: 95px;
  padding-top: 90px;
  background: #F5F1F1;
  border-top: solid 2px #000;
  position: relative;
}
#rwd-content #common-bottom-projects.mt0 {
  margin-top: 0 !important;
}
#rwd-content #common-bottom-projects.border0 {
  border: none !important;
}
#rwd-content #common-bottom-projects .slide-wrap {
  width: 96%;
  max-width: calc(628px * 2);
  margin: 40px auto 0;
}
#rwd-content #common-bottom-projects .slide-wrap.mt-large {
  margin-top: 75px;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-track {
  width: calc(628px * 5) !important;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-slide {
  width: 628px !important;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap {
  width: 628px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item {
  width: calc(604 / 628 * 100%);
  display: block;
  margin: 0 auto;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .pic {
  width: calc(559 / 604 * 100%);
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 4;
  border: solid 2px #000;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts {
  margin-top: -39px;
  padding: 67px 33px 36px 33px;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #000;
  border-right-width: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .title {
  min-height: 2.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .title .q {
  width: 42px;
  height: 42px;
  background: #f00;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: 2px;
  border: solid 1px #000;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .title .text {
  width: calc(100% - 54px);
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tags {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag {
  height: 28px;
  padding: 0 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 14px;
  position: relative;
  color: #000;
  background: #fff;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.field {
  padding: 0 1.4em 0 61px;
  color: #fff;
  border: none;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .texts .tag.sea { background: #2A99AC; }
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .texts .tag.town { background: #5CA764; }
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .texts .tag.mountain { background: #DA521E; }
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .texts .tag.river { background: #68B7C5; }
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .texts .tag.sky { background: #3B6096; }

#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag::before {
  content: "";
  display: block;
  position: absolute;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.sea::before {
  width: calc(84px * 0.48);
  height: calc(66px * 0.48);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_001.png") no-repeat 0 0 / contain;
  left: 16px;
  top: -1px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.town::before {
  width: calc(68px * 0.46);
  height: calc(74px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_002.png") no-repeat 0 0 / contain;
  left: 18px;
  top: -4px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.mountain::before {
  width: calc(92px * 0.46);
  height: calc(67px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_003.png") no-repeat 0 0 / contain;
  left: 8px;
  top: -3px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.river::before {
  width: calc(56px * 0.41);
  height: calc(68px * 0.41);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_004.png") no-repeat 0 0 / contain;
  left: 21px;
  top: 0px;
}
#rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tag.sky::before {
  width: calc(76px * 0.46);
  height: calc(50px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_005.png") no-repeat 0 0 / contain;
  left: 15px;
  top: 2px;
}

#rwd-content #common-bottom-projects .slide-wrap .slick-slider * {
  overflow: visible;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-dots {
  margin-top: 65px;
  padding-left: 9px;
  display: flex;
  gap: 0 10px;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #CCCCCC;
  overflow: hidden;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-dots li.slick-active {
  background: #f00;
}
#rwd-content #common-bottom-projects .slide-wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px){
  #rwd-content #common-bottom-projects.with-icon::before {
    content: "";
    width: 242px;
    height: 147px;
    background: url("/jp/design_technology/replay/shared_replay/img/fig_003.png") no-repeat 0 0 / contain;
    position: absolute;
    display: block;
    left: calc(50% + 370px);
    top: -32px;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap a.item:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap a.item:hover .texts {
    background: #F7D113;
  }
  #rwd-content #common-bottom-projects .btn-wrap {
    max-width: 1310px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  #rwd-content #common-bottom-projects .btn-wrap .btn-type2 {
    position: absolute;
    right: 0;
    top: -27px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1330px) {
  #rwd-content #common-bottom-projects .slide-wrap .slick-track {
    width: calc(628 * 5 / 1330 * 100vw) !important;
  }
  #rwd-content #common-bottom-projects .slide-wrap .slick-slide {
    width: calc(628 / 1330 * 100vw) !important;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap {
    width: calc(628 / 1330 * 100vw);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  #rwd-content #common-bottom-projects.with-icon::before {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #common-bottom-projects {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    padding-top: 85px;
  }
  #rwd-content #common-bottom-projects #project {
    margin-top: 60px;
  }
  #rwd-content #common-bottom-projects .slide-wrap {
    width: calc(340 var(--spp));
    max-width: none;
    margin: 40px 0 0  calc(11 var(--spp));
  }
  #rwd-content #common-bottom-projects .slide-wrap .slick-track {
    width: calc(320 * 5 var(--spv)) !important;
  }
  #rwd-content #common-bottom-projects .slide-wrap .slick-slide {
    width: calc(320 var(--spv)) !important;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap {
    width: 100%;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item {
    width: calc(330 / 340 * 100%);
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .pic {
    width: calc(305 / 330 * 100%);
    border: solid 1px #000;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-radius: 10px;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts {
    margin-top: -24px;
    padding: 40px 18px 24px;
    border-width: 1px;
    border-radius: 10px;
    border-right-width: 3px;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .title .q {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .title .text {
    width: calc(100% - 30px);
    font-size: 1.6rem;
  }
  #rwd-content #common-bottom-projects .slide-wrap .item-wrap .item .texts .tags {
    margin-top: 24px;
    gap: 6px;
  }

  #rwd-content #common-bottom-projects .slide-wrap .slick-slider {
    padding-bottom: 23px;
  }
  #rwd-content #common-bottom-projects .slide-wrap .slick-dots {
    width: 100vw;
    padding-left: 0px;
    margin-top: 0;
    justify-content: center;
    gap: 0 6px;
    position: absolute;
    left: -4.3%;
    bottom: 0;
  }
  #rwd-content #common-bottom-projects .slide-wrap .slick-dots li {
    width: 44px;
    height: 4px;
  }
  
  #rwd-content #common-bottom-projects .btn-wrap .btn-type2 {
    margin: 30px auto 0;
  }
}

/* ==========================================
    リストスタイル（記事一覧、STUDY一覧）
   ========================================== */

#rwd-content .item-list1 {
  width: 96%;
  max-width: 1264px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 45px calc(32 / 1264 * 100%);
}
#rwd-content .item-list1 li {
  width: calc(400 / 1264 * 100%);
}
#rwd-content .item-list1 li.hidden {
  display: none;
}
#rwd-content .item-list1 li a {
  display: block;
}
#rwd-content .item-list1 li .pic {
  border-radius: 20px;
  border: solid 2px #000;
  overflow: hidden;
}
#rwd-content .item-list1 li .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content .item-list1 li p {
  margin-top: 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.3s ease-out;
}

#rwd-content .item-list1 + .no-item {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#rwd-content .item-list1 + .no-item.hidden {
  display: none;
}

@media print, screen and (min-width: 768px){
  #rwd-content .item-list1 li a:hover .pic img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .item-list1 {
    width: calc(315 / 339 * 100%);
    max-width: none;
    margin-top: 50px;
    justify-content: space-between;
    gap: 20px 0;
  }
  #rwd-content .item-list1 li {
    width: 48.4%;
  }
  #rwd-content .item-list1 li .pic {
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content .item-list1 li .pic img {
    
  }
  #rwd-content .item-list1 li p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/* ==========================================
    関連するRePLAY STUDY
   ========================================== */

@media print, screen and (min-width: 768px){
  #rwd-content .item-list1 li a:hover .pic img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  
}

/* ==========================================
    #active-project
   ========================================== */

#rwd-content #active-project {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  padding-bottom: 143px;
  background: #F5F1F1;
  position: relative;
  z-index: 2;
}

#rwd-content #active-project .slide-wrap {
  width: 96%;
  max-width: calc(624px * 2);
  margin: 82px auto 0;
}
#rwd-content #active-project .item {
  width: calc(604 / 624 * 100%);
  display: block;
  margin: 0 auto;
}
#rwd-content #active-project .item .pic {
  width: calc(559 / 604 * 100%);
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 4;
  border: solid 2px #000;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #active-project .item .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #active-project .item .texts {
  margin-top: -40px;
  padding: 63px 34px 34px;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #000;
  border-right-width: 4px;
  border-bottom-width: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
#rwd-content #active-project .item .texts .title {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}
#rwd-content #active-project .item .texts .title .q {
  width: 42px;
  height: 42px;
  padding-top: 3px;
  margin-right: 8px;
  background: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: 0;
  border: solid 1px #000;
}
#rwd-content #active-project .item .texts .tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}
#rwd-content #active-project .item .texts .tag {
  height: 29px;
  padding: 0 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 15px;
  position: relative;
  background: #fff;
  color: #000;
}
#rwd-content #active-project .item .texts .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #active-project .item .texts .tag.field {
  padding: 0 1.4em 0 60px;
  border: none;
  color: #fff;
}
#rwd-content #active-project .item .texts .tag.sea {
  background: #2A99AC;
}
#rwd-content #active-project .item .texts .tag.forest { background: #2EAE1A; }
#rwd-content #active-project .item .texts .tag.mountain { background: #DA521E; }
#rwd-content #active-project .item .texts .tag.river { background: #68B7C5; }
#rwd-content #active-project .item .texts .tag.sky { background: #3B6096; }

#rwd-content #active-project .item .texts .tag.sea::before {
  width: 43px;
  height: 33px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_001.png") no-repeat 0 0 / contain;
  position: absolute;
  left: 13px;
  top: -2px;
}
#rwd-content #active-project .item .texts .tag.mountain::before {
  width: 46px;
  height: 34px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_002.png") no-repeat 0 0 / contain;
  position: absolute;
  left: 7px;
  top: -3px;
}

#rwd-content #pickup .btn-type2 {
  margin: 65px auto 0;
}

#rwd-content #active-project .slick-slider * {
  overflow: visible;
}
#rwd-content #active-project .slick-dots {
  margin-top: 80px;
  padding-left: 10px;
  display: flex;
  gap: 0 10px;
}
#rwd-content #active-project .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #CCCCCC;
  overflow: hidden;
}
#rwd-content #active-project .slick-dots li.slick-active {
  background: #f00;
}
#rwd-content #active-project .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px){
  #rwd-content #active-project a.item:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #active-project a.item:hover .texts {
    background: #F7D113;
  }
  
  #rwd-content #active-project .btn-wrap {
    max-width: 1310px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  #rwd-content #active-project .btn-wrap .btn-type2 {
    position: absolute;
    right: 0;
    top: -27px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #active-project {
    padding: 75px 0 208px;
  }
  #rwd-content #active-project .slide-wrap {
    width: calc(340 var(--spp));
    max-width: none;
    margin: 30px 0 0  calc(16 var(--spp));
  }
  #rwd-content #active-project .slide-wrap .item-wrap {
    width: 100%;
  }
  #rwd-content #active-project .item {
    width: calc(330 / 340 * 100%);
    margin: 0;
  }
  #rwd-content #active-project .item .pic {
    width: calc(306 / 330 * 100%);
    border-radius: 10px;
    border-width: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  #rwd-content #active-project .item .texts {
    margin-top: -41px;
    padding: 57px 13px 24px 13px;
    border-radius: 10px;
    border-width: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  #rwd-content #active-project .item .texts .title {
    font-size: 1.6rem;
  }
  #rwd-content #active-project .item .texts .title .q {
    width: 19px;
    height: 19px;
    padding-top: 3px;
    margin-right: 6px;
    font-size: 9px;
  }
  #rwd-content #active-project .item .texts .tags {
    margin-top: 14px;
    gap: 5px;
  }
  #rwd-content #active-project .item .texts .tag {
    height: 22px;
    border-radius: 11px;
  }
  #rwd-content #active-project .item .texts .tag.field {
    padding-left: 50px;
  }
  #rwd-content #active-project .item .texts .tag.sea::before {
    width: 38px;
    height: 30px;
    left: 7px;
    top: -4px;
  }
  #rwd-content #active-project .item .texts .tag.mountain::before {
    width: 34px;
    height: 25px;
    left: 9px;
    top: -2px;
  }

  #rwd-content #active-project .slick-slider {
    padding-bottom: 48px;
  }
  #rwd-content #active-project .slick-dots {
    width: 100vw;
    margin-top: 0;
    padding: 0;
    justify-content: center;
    gap: 0 6px;
    position: absolute;
    left: -4.6%;
    bottom: 0;
  }
  #rwd-content #active-project .slick-dots li {
    width: 44px;
    height: 4px;
  }
  
  #rwd-content #active-project .btn-type2 {
    margin: 36px auto 0;
  }
}

/* ==========================================
    #replay-foot1
   ========================================== */

#rwd-content .replay-foot-wrap {
  padding-top: 180px;
  background: #F5F1F1;
}

#rwd-content #replay-foot1 {
  padding: 77px 0 90px;
  border-top: solid 2px #000;
  background: #fff;
  position: relative;
  z-index: 6;
}
#rwd-content #replay-foot1 .fig {
  width: 560px;
}
#rwd-content #replay-foot1 .group {
  margin-left: calc(807 var(--pcp));
}
#rwd-content #replay-foot1 .group .text1 {
  font-size: 3.6rem;
  line-height: 2;
  font-weight: 700;
}
#rwd-content #replay-foot1 .group .btn-type1 {
  margin-top: 22px;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #replay-foot1::before {
    width: calc(1189px / 2);
    height: calc(144px / 2);
    background: url("/jp/design_technology/replay/shared_replay/img/fig_004.png") no-repeat 0 0 / contain;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% + 70px);
    top: -73px;
  }
  #rwd-content #replay-foot1 .fig {
    position: absolute;
    right: calc(50% + 22px);
    top: -59px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1060px) {
  #rwd-content #replay-foot1 .fig {
    right: calc(50% + 90px);
  }
  #rwd-content #replay-foot1 .group {
    margin-left: calc(600 var(--pcp));
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .replay-foot-wrap {
    width: 100%;
    overflow: hidden;
    padding-top: 215px;
  }
  
  #rwd-content #replay-foot1 {
    width: 100%;
    padding: 295px 0 80px;
  }
  #rwd-content #replay-foot1 .fig {
    width: 425px;
    max-width: none;
    position: absolute;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
  }
  #rwd-content #replay-foot1 .group {
    margin-left: 0;
    text-align: center;
  }
  #rwd-content #replay-foot1 .group .text1 {
    font-size: 2.2rem;
  }
  #rwd-content #replay-foot1 .group .btn-type1 {
    margin: 30px auto 0;
  }
}

/* ==========================================
    #replay-foot2
   ========================================== */

#rwd-content #replay-foot2 {
  padding: 34px 37px;
  background: #FF0000;
  border-top: solid 1px #000;
  position: relative;
  z-index: 8;
}
#rwd-content #replay-foot2 .white {
  padding: 50px 0 45px;
  background: #fff;
  border-radius: 20px;
  border: solid 2px #000;
}

#rwd-content #replay-foot2 .copy {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}

#rwd-content #replay-foot2 .links {
  margin-top: 30px;
}
#rwd-content #replay-foot2 .links li,
#rwd-content #replay-foot2 .links li a {
  font-weight: 500;
  font-size: 1.4rem;
}
#rwd-content #replay-foot2 .links li a {
  transition: color 0.3s ease-out;
}
#rwd-content #replay-foot2 .links li.mag a {
  width: 146px;
  height: 35px;
  border: solid 1px #000;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F7D113;
  box-sizing: border-box;
  color: #000;
  transition: background 0.3s ease-out;
}
#rwd-content #replay-foot2 .links li.mag a::after {
  width: 15px;
  height: 100%;
  margin-left: 13px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/mail.svg") no-repeat 0 53% / 100% auto;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #replay-foot2 .white {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  #rwd-content #replay-foot2 .pc-left {
    width: calc(348 / 1375 * 100%);
    margin-left: calc(92 / 1375 * 100%);
  }
  #rwd-content #replay-foot2 .pc-left img {
    width: 100%;
  }
  #rwd-content #replay-foot2 .pc-right {
    margin: 0 calc(30 / 1375 * 100%) 0 calc(150 / 1375 * 100%);
  }
  
  #rwd-content #replay-foot2 .links {
    display: flex;
    align-items: center;
    gap: 0 26px;
    font-size: 1.4rem;
    line-height: 1;
  }
  #rwd-content #replay-foot2 .links li.mag a:hover {
    background: #FFF759;;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1140px) {
  #rwd-content #replay-foot2 .pc-left {
    margin-left: calc(40 / 1375 * 100%);
  }
  #rwd-content #replay-foot2 .pc-right {
    margin-left: calc(70 / 1375 * 100%);
  }
  #rwd-content #replay-foot2 .links {
    gap: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #replay-foot2 {
    padding: 34px 33px;
  }
  #rwd-content #replay-foot2 .white {
    padding: 50px 30px;
    border-width: 1px;
    border-radius: 10px;
  }

  #rwd-content #replay-foot2 .logo {
    width: 222px;
  }
  #rwd-content #replay-foot2 .copy {
    margin-top: 25px;
    font-size: 3.0rem!important;
    line-height: calc(51 / 32);
    white-space: nowrap;
  }

  #rwd-content #replay-foot2 .links {
    margin-top: 35px;
  }
  #rwd-content #replay-foot2 .links li + li {
    margin-top: 33px;
  }
}

/* ==========================================
    [プロジェクト詳細] #pd-main
   ========================================== */

#rwd-content #pd-main {
  margin-top: 45px;
}

#rwd-content #pd-main .title-box {
  width: 96%;
  max-width: 1184px;
  margin: -35px auto 0;
  padding: 61px 230px 34px 52px;
  border-radius: 20px;
  border: solid 2px #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
  background: #fff;
  position: relative;
  z-index: 4;
}
#rwd-content #pd-main .title-box h1 {
  padding: 60px 0 0 55px;
  margin: 0;
  position: relative;
}
#rwd-content #pd-main .title-box h1 .q {
  width: 42px;
  height: 42px;
  background: #f00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  position: absolute;
  left: 0;
  top: 59px;
  z-index: 4;
}
#rwd-content #pd-main .title-box h1::before {
  width: 182px;
  height: 65px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/flag_01.svg") no-repeat 0 0 / 100% auto;
  position: absolute;
  left: 18px;
  top: 0;
  z-index: 2;
}
#rwd-content #pd-main .title-box h1 .text {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
}

#rwd-content #pd-main .title-box .tags {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#rwd-content #pd-main .title-box .tag {
  height: 28px;
  padding: 0 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 14px;
  position: relative;
  color: #000;
  background: #fff;
}
#rwd-content #pd-main .title-box .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #pd-main .title-box .tag.field {
  padding: 0 1.4em 0 61px;
  color: #fff;
  border: none;
}
#rwd-content #pd-main .title-box .tag.sea { background: #2A99AC; }
#rwd-content #pd-main .title-box .tag.town { background: #5CA764; }
#rwd-content #pd-main .title-box .tag.mountain { background: #DA521E; }
#rwd-content #pd-main .title-box .tag.river { background: #68B7C5; }
#rwd-content #pd-main .title-box .tag.sky { background: #3B6096; }

#rwd-content #pd-main .title-box .tag::before {
  content: "";
  display: block;
  position: absolute;
}
#rwd-content #pd-main .title-box .tag.sea::before {
  width: calc(84px * 0.48);
  height: calc(66px * 0.48);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_001.png") no-repeat 0 0 / contain;
  left: 16px;
  top: -1px;
}
#rwd-content #pd-main .title-box .tag.town::before {
  width: calc(68px * 0.46);
  height: calc(74px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_002.png") no-repeat 0 0 / contain;
  left: 18px;
  top: -4px;
}
#rwd-content #pd-main .title-box .tag.mountain::before {
  width: calc(92px * 0.46);
  height: calc(67px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_003.png") no-repeat 0 0 / contain;
  left: 8px;
  top: -3px;
}
#rwd-content #pd-main .title-box .tag.river::before {
  width: calc(56px * 0.41);
  height: calc(68px * 0.41);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_004.png") no-repeat 0 0 / contain;
  left: 21px;
  top: 0px;
}
#rwd-content #pd-main .title-box .tag.sky::before {
  width: calc(76px * 0.46);
  height: calc(50px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_005.png") no-repeat 0 0 / contain;
  left: 15px;
  top: 2px;
}

/*
#rwd-content #pd-main .title-box dl {
  margin-top: 32px;
}
#rwd-content #pd-main .title-box dl dt {
  height: 29px;
  padding: 2px 1em 0 40px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 2px #808080;
  position: relative;
}
#rwd-content #pd-main .title-box dl dt::before {
  width: 40px;
  height: 38px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_001.png") no-repeat 0 0 / contain;
  position: absolute;
  left: 0;
  top: -3px;
}
#rwd-content #pd-main .title-box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
#rwd-content #pd-main .title-box dl dd ul li {
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 500;
}
*/

#rwd-content #pd-main .man-box {
  width: 96%;
  max-width: 1184px;
  margin: 0 auto;
  position: relative;
  z-index: 8;
}
/*
#rwd-content #pd-main .man-box .man .name {
  width: 165px;
  height: 76px;
  padding-top: 10px;
  margin: 0 auto;
  position: relative;
  background: url("/jp/design_technology/replay/shared_replay/img/fukidashi_002.svg") no-repeat center top / 100% auto;
}
#rwd-content #pd-main .man-box .man .name p {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 500;
}
#rwd-content #pd-main .man-box .man .name p strong {
  font-size: 2.2rem;
  font-weight: 700;
}
*/
#rwd-content #pd-main .man-box .man img {
  margin-top: 9px;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-main .main-image {
    width: 92%;
    max-width: 1004px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 6;
  }
  #rwd-content #pd-main .main-image img {
    max-height: 65vh;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    border: solid 2px #000;
    border-right-width: 6px;
    border-bottom-width: 6px;
  }
  
  /*
  #rwd-content #pd-main .title-box dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #rwd-content #pd-main .title-box dl dd {
    width: calc(100% - 180px);
    padding-top: 5px;
  }
  */
  
  #rwd-content #pd-main .man-box .man {
    width: 182px;
    text-align: center;
    position: absolute;
    right: 36px;
    bottom: -17px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-main {
    margin-top: 26px;
  }
  #rwd-content #pd-main .main-image {
    width: 346px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 6;
  }
  #rwd-content #pd-main .main-image img {
    border-radius: 10px;
    border: solid 1px #000;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
  #rwd-content #pd-main .title-box {
    width: 100%;
    margin: -26px 0 0 50%;
    padding: 45px 17px 0;
    border-radius: 0;
    border: none;
    border-top: solid 1px #000;
    transform: translateX(-50%);
    position: relative;
    z-index: 4;
  }
  #rwd-content #pd-main .title-box h1 {
    padding: 35px 0 0 40px;
  }
  #rwd-content #pd-main .title-box h1 .q {
    width: 32px;
    height: 32px;
    font-size: 14px;
    top: 33px;
  }
  #rwd-content #pd-main .title-box h1::before {
    width: 100px;
    height: 36px;
    left: 13px;
  }
  #rwd-content #pd-main .title-box h1 .text {
    font-size: 2.4rem;
  }

  #rwd-content #pd-main .title-box .tags {
    margin-top: 24px;
    gap: 6px;
  }
  #rwd-content #pd-main .title-box .tag {
    height: 27px;
    font-size: 13px;
    border-radius: 14px;
  }
  
  #rwd-content #pd-main .title-box .tag.sea::before {
    width: 40px;
    height: 32px;
    top: -3px;
  }
  #rwd-content #pd-main .title-box .tag.mountain::before {
    width: 42px;
    height: 31px;
    left: 9px;
    top: -2px;
  }

  /*
  #rwd-content #pd-main .title-box dl {
    margin-top: 15px;
  }
  #rwd-content #pd-main .title-box dl dt {
    width: 155px;
    height: 29px;
    white-space: nowrap;
  }
  #rwd-content #pd-main .title-box dl dd ul {
    margin-top: 18px;
    gap: 8px;
  }
  #rwd-content #pd-main .title-box dl dd ul li {
    font-size: 1.3rem;
  }
  */

  #rwd-content #pd-main .man-box {
    width: 100%;
    margin: 0 0 0 50%;
    padding: 0 32px 10px;
    border-bottom: solid 1px #000;
    transform: translateX(-50%);
    background: #fff;
    position: relative;
    z-index: 2;
  }
  #rwd-content #pd-main .man-box .man {
    margin-top: -15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateY(27px);
  }
  /*
  #rwd-content #pd-main .man-box .man .name {  background: #faa;
    width: 164px;
    height: 43px;
    padding-top: 4px;
    margin: -15px 22px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #rwd-content #pd-main .man-box .man .name p {
    font-size: 1.3rem;
    line-height: 1;
  }
  #rwd-content #pd-main .man-box .man .name p strong {
    font-size: 1.6rem;
  }
  */
  #rwd-content #pd-main .man-box .man img {
    width: 109px;
    margin-top: 0;
  }
}

/* ==========================================
    [プロジェクト詳細] パートナーになる
   ========================================== */

#rwd-content #pd-partner {
  margin-top: 80px;
  position: relative;
}
#rwd-content #pd-partner .deco {
  width: 341px;
  height: 528px;
  background: url(/jp/design_technology/replay/shared_replay/img/fig_002.png) no-repeat 0 0 / contain;
  position: absolute;
  right: calc(50% + 207px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 14;
}
#rwd-content #pd-partner .bg-box {
  position: relative;
  overflow: hidden;
}
#rwd-content #pd-partner .circle {
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#rwd-content #pd-partner .circle p {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 900;
}
#rwd-content #pd-partner .circle .btn-type1 {
  margin: 28px auto 0;
}

@media print, screen and (min-width: 768px) and (max-width: 1200px){
  #rwd-content #pd-partner .deco {
    height: 440px;
    right: calc(50% + 60px);
}
}
@media print, screen and (min-width: 768px) and (max-width: 889px){
  #rwd-content #pd-partner .circle {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-partner::before,
  #rwd-content #pd-partner::after {
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    z-index: 10;
  }
  #rwd-content #pd-partner::before { top: 0; }
  #rwd-content #pd-partner::after { bottom: 0; }
  
  #rwd-content #pd-partner .bg-box .fig {
    height: 406px;
  }
  #rwd-content #pd-partner .c-wrap {
    width: 96%;
    height: 100%;
    max-width: 1240px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
 #rwd-content #pd-partner .circle {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-partner {
    background: #F5F1F1;
    border-top: solid 1px #000;
  }
  #rwd-content #pd-partner .deco {
    width: 173px;
    height: 269px;
    right: 50%;
    top: -63px;
    transform: translate(50%,0);
  }
  #rwd-content #pd-partner .c-wrap {
    width: 100%;
    overflow: hidden;
    margin-top: -153px;
    position: relative;
    z-index: 4;
  }
  #rwd-content #pd-partner .circle {
    width: 435px;
    height: 435px;
    align-items: flex-end;
    padding-bottom: 111px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-width: 1px;
  }
  #rwd-content #pd-partner .circle p {
    font-size: 3.2rem;
  }
  #rwd-content #pd-partner .circle .btn-type1 {
    margin: 25px auto 0;
  }
  
  #rwd-content #pd-partner .fig {
    height: 229px;
  }
}

/* ==========================================
    [プロジェクト詳細] テキストループ
   ========================================== */

#rwd-content .pd-loop2 {
  width: 100%;
  height: 118px;
  padding-top: 35px;
  border-bottom: solid 2px #000;
  overflow: hidden;
}
#rwd-content .pd-loop2 .loop {
  white-space: nowrap;
  transition-property: transform;
  transition-timing-function: linear;
}
#rwd-content .pd-loop2 p {
  font-size: 37px;
  line-height: 1;
  display: inline-block;
  /*animation: loop2 5s linear 0s infinite;*/
}

/*@keyframes loop2 {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}*/

#rwd-content .pd-loop2 p .q {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  vertical-align: 0;
}
#rwd-content .pd-loop2 p .text {
  padding-right: 1em;
  font-size: 37px;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  vertical-align: -4px;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .pd-loop2.no-loop1 {
    margin-top: -20px;
    border-top: solid 2px #000;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .pd-loop2 {
    height: 57px;
    padding-top: 12px;
  }
  #rwd-content .pd-loop2 p {
    font-size: 18px;
  }
  #rwd-content .pd-loop2 p .q {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  #rwd-content .pd-loop2 p .text {
    font-size: 18px;
    vertical-align: 0;
  }
}

/* ==========================================
    [プロジェクト詳細] 本体左右レイアウト
   ========================================== */

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-layout1 {
    display: flex;
    align-items: flex-start;
    /*border-top: solid 2px #000;*/
    background: url("/jp/design_technology/replay/shared_replay/img/border_001.png") repeat-y 65.27% top / 1px auto;
  }
  #rwd-content #pd-l1-main {
    width: calc(940 var(--pcp));
    padding-top: 65px;
  }
  #rwd-content #pd-l1-main .inner {
    width: 96%;
    max-width: 704px;
    margin: 0 auto;
  }
  #rwd-content #pd-l1-side {
    width: calc(500 var(--pcp));
    padding: 74px 0 60px;
    position: sticky;
    top: 0;
  }
  #rwd-content #pd-l1-side .inner {
    width: 96%;
    max-width: 343px;
    margin: 0 auto;
  }
  
  /* no-side サイドなし */
  #rwd-content #pd-layout1.no-side {
    justify-content: center;
    background: none;
  }
  #rwd-content #pd-l1-main.no-side {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1050px) {
  #rwd-content #pd-layout1 {
    background-position: calc(100% - 360px) top;
  }
  #rwd-content #pd-l1-main {
    width: calc(100% - 359px);
  }
  #rwd-content #pd-l1-side {
    width: 359px;
  }
  
  /* no-side サイドなし */
  #rwd-content #pd-layout1.no-side #pd-l1-main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-l1-main .inner {
    width: calc(344 var(--spp));
    margin: 0 auto;
  }
  #rwd-content #pd-l1-side {
    width: calc(343 var(--spp));
    margin: 55px auto 0;
    padding-top: 113px;
    border-top: dashed 1px #000;
  }
}

/* ==========================================
    [プロジェクト詳細] 左サイド first-box
   ========================================== */

#rwd-content #pd-l1-main .first-title {
  margin-bottom: 40px;
  padding-bottom: 18px;
  text-align: center;
  position: relative;
}
#rwd-content #pd-l1-main .first-title .q {
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background: #f00;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  vertical-align: 0;
}
#rwd-content #pd-l1-main .first-title::after {
  width: 36px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #f00;
  border: solid 1px #000;
  border-radius: 4px;
  box-sizing: border-box;
}

#rwd-content #pd-l1-main .first-title .text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: -3px;
}

#rwd-content #pd-l1-main .first-box {
  margin: 22px 0 90px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
#rwd-content #pd-l1-main .first-box .desc {
  margin: 1.8em 0;
  font-size: 1.8rem;
  line-height: 2;
}
#rwd-content #pd-l1-main .first-box .desc strong {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2;
}
#rwd-content #pd-l1-main .pic {
  display: block;
  margin: 50px auto;
  border-radius: 20px;
  border: solid 2px #000;
  overflow: hidden;
}
#rwd-content #pd-l1-main .first-box .pic img {
  width: 100%;
}
#rwd-content #pd-l1-main .first-box .pic + .desc {
  margin-top: 1.1em;
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-l1-main .first-title {
    margin-top: 60px;
  }
  #rwd-content #pd-l1-main .first-title .q {
    width: 30px;
    height: 30px;
    font-size: 14px;
    vertical-align: 1px;
  }
  #rwd-content #pd-l1-main .first-title .text {
    font-size: 2.4rem;
    vertical-align: -3px;
  }

  #rwd-content #pd-l1-main .first-box {
    margin: 22px 0 64px;
  }
  #rwd-content #pd-l1-main .first-box .desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #rwd-content #pd-l1-main .first-box .desc strong {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #rwd-content #pd-l1-main .first-box .pic {
    width: 100%;
    margin: 30px auto;
    border-radius: 10px;
    border: solid 1px #000;
  }
}

/* ==========================================
    [プロジェクト詳細] 左サイド 本文
   ========================================== */

#rwd-content #pd-outline h2 {
  margin-bottom: 28px;
  padding-bottom: 26px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#rwd-content #pd-outline h2::after {
  width: 36px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #f00;
  border: solid 1px #000;
  border-radius: 4px;
  box-sizing: border-box;
}

#rwd-content #pd-outline h3 {
  margin: 95px 0 30px;
  padding-bottom: 26px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  position: relative;
}
#rwd-content #pd-outline h3::before,
#rwd-content #pd-outline h3::after {
  width: 10px;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #f00;
  border: solid 1px #000;
  border-radius: 4px;
  box-sizing: border-box;
}
#rwd-content #pd-outline h3::before {
  right: calc(50% + 1px);
}
#rwd-content #pd-outline h3::after {
  left: calc(50% + 1px);
}

#rwd-content #pd-outline h4 {
  margin: 0 0 33px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

#rwd-content #pd-outline p,
#rwd-content #pd-outline li {
  font-size: 1.8rem;
  line-height: 2;
}

#rwd-content #pd-outline p {
  margin-bottom: 1.6em;
}

#rwd-content #pd-outline p.center {
  text-align: center;
}
#rwd-content #pd-outline p.bold {
  font-weight: 700;
}

#rwd-content #pd-outline p.center-strong {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}

#rwd-content #pd-outline p + p.center {
  margin-top: 2.2em;
}

#rwd-content #pd-outline hr {
  margin: 60px 0 75px;
  height: 1px;
  border: none;
  outline: none;
  background: #B0B0B0;
}

#rwd-content #pd-outline figure {
  margin: 40px 0 16px;
}
#rwd-content #pd-outline figure img {
  border: solid 2px #000;
  border-radius: 20px;
}
#rwd-content #pd-outline figure figcaption {
  margin-top: 0.8em;
  font-size: 1.4rem;
  color: #555555;
  text-align: center;
  line-height: 2;
  display: block;
}

#rwd-content #pd-outline .normal-list {
  margin-bottom: 25px;
}
#rwd-content #pd-outline .normal-list li {
  font-weight: 500;
  line-height: 2;
  font-size: 2rem;
}

#rwd-content #pd-outline .center-list {
  margin-bottom: 25px;
  text-align: center;
}
#rwd-content #pd-outline .center-list ul {
  display: inline-block;
  text-align: left;
}
#rwd-content #pd-outline .center-list ul li {
  font-weight: 700;
  line-height: 2;
  font-size: 2rem;
}

#rwd-content #pd-outline .center-list-bar {
  margin: 60px 0;
  text-align: center;
}
#rwd-content #pd-outline .center-list-bar ul {
  display: inline-block;
  text-align: left;
}
#rwd-content #pd-outline .center-list-bar ul li {
  padding-left: 53px;
  font-weight: 700;
  position: relative;
}
#rwd-content #pd-outline .center-list-bar ul li::before {
  width: 42px;
  height: 1px;
  background: #555555;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
}

#rwd-content #pd-outline blockquote {
  margin: 35px 0;
  padding: 22px 24px;
  border: solid 1px #FFC729;
  border-radius: 20px;
  position: relative;
}
#rwd-content #pd-outline blockquote::before,
#rwd-content #pd-outline blockquote::after {
  width: 32px;
  height: 22px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_004.svg") no-repeat 0 0 / 100% auto;
  position: absolute;
}
#rwd-content #pd-outline blockquote::before {
  left: 23px;
  top: -12px;
}
#rwd-content #pd-outline blockquote::after {
  transform: rotate(180deg);
  right: 23px;
  bottom: -12px;
}
#rwd-content #pd-outline blockquote p {
  font-weight: 700;
  line-height: 2;
  color: #646464;
}

#rwd-content #pd-outline .contact {
  text-align: center;
}
#rwd-content #pd-outline .contact p {
  margin-bottom: 1.2em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
}
#rwd-content #pd-outline .contact .bnr {
  max-width: 496px;
  margin: 0 auto 60px;
  display: block;
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-outline h2 {
    font-size: 2.4rem;
  }

  #rwd-content #pd-outline h3 {
    font-size: 2rem;
  }
  
  #rwd-content #pd-outline p,
  #rwd-content #pd-outline li {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  
  #rwd-content #pd-outline p.center-strong {
    font-size: 1.8rem;
  }
  
  #rwd-content #pd-outline figure img {
    border-width: 1px;
    border-radius: 10px;
  }
  
  #rwd-content #pd-outline .normal-list li {
    font-size: 1.7rem;
  }
  
  #rwd-content #pd-outline .center-list ul li {
    font-size: 1.7rem;
  }
  
  #rwd-content #pd-outline blockquote {
    padding: 20px 24px;
    border-radius: 10px;
  }
  
  #rwd-content #pd-outline .contact p {
    font-size: 1.8rem;
  }
}

/* ==========================================
    [プロジェクト詳細] 右サイド
   ========================================== */

#rwd-content #pd-experience dt {
  width: 188px;
  height: 30px;
  margin-left: 15px;
  padding-top: 3px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/jp/design_technology/replay/shared_replay/img/bg_001.svg") no-repeat 0 0 / 100% auto;
}
#rwd-content #pd-experience dd {
  padding: 16px 30px 13px;
  border: solid 1px #000;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
#rwd-content #pd-experience dd img {
  width: 40px;
}

#rwd-content #pd-report dt {
  padding: 83px 0 11px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  background: url("/jp/design_technology/replay/shared_replay/img/bg_002.png") no-repeat 100% 34px / 244px auto;
}
#rwd-content #pd-report dd {
  max-height: 524px;
  padding: 24px 21px;
  border: solid 1px #000;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#rwd-content #pd-report .reports li {
  overflow: hidden;
}
#rwd-content #pd-report .reports li + li {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 1px #000;
}
#rwd-content #pd-report .reports a.item {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
#rwd-content #pd-report .reports .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
#rwd-content #pd-report .reports .pic img {
  position: relative;
  z-index: 2;
}
#rwd-content #pd-report .reports .pic::after {
  content: "";
  display: block;
  height: calc(100% + 2px);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: url("/jp/design_technology/replay/shared_replay/img/mask_001.png") no-repeat right top / 100% auto;
}
#rwd-content #pd-report .reports .pic img {
  width: 100%;
}
#rwd-content #pd-report .reports .title {
  margin-top: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(22 / 18);
  text-decoration: none;
  color: #000;
}
/*
#rwd-content #pd-report .reports .status {
  height: 24px;
  padding: 0 0.5em;
  margin-top: 17px;
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border: solid 1px #000;
  background: #505050;
  text-decoration: none;
}
*/
#rwd-content #pd-report .reports .col2 {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#rwd-content #pd-report .reports .date {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
#rwd-content #pd-report .reports .link,
#rwd-content #pd-report .reports .link span {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}
#rwd-content #pd-report .reports .link span {
  display: inline-block;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-report .reports a.item:hover {
    opacity: 0.5;
  }
}

/* ==========================================
    [プロジェクト詳細] 活動報告（旧）
   ========================================== */

#rwd-content #pd-reports {
  padding-top: 130px;
  background: #F5F1F1;
  position: relative;
}

#rwd-content #pd-reports .reports {
  width: 96%;
  max-width: 1250px;
  margin: 0 auto;
}
#rwd-content #pd-reports .reports li {
  overflow: hidden;
}
#rwd-content #pd-reports .reports a.item {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}
/*#rwd-content #pd-reports .reports .pic {
  display: block;
  position: relative;
  overflow: hidden;
}
#rwd-content #pd-reports .reports .pic img {
  position: relative;
  z-index: 2;
}
#rwd-content #pd-reports .reports .pic::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  background: url("/jp/design_technology/replay/shared_replay/img/mask_002.png") no-repeat right top / 100% auto;
}*/
#rwd-content #pd-reports .reports .pic img {
  border: solid 2px #000;
  border-radius: 20px;
  width: 100%;
  transition: opacity 0.3s ease-out;
}
#rwd-content #pd-reports .reports .title {
  margin-top: 0.7em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
#rwd-content #pd-reports .reports .col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#rwd-content #pd-reports .reports .date,
#rwd-content #pd-reports .reports .link {
  margin-top: 0.9em;
  font-size: 1.8rem;
  line-height: 1;
/*  font-weight: 700;*/
  transition: color 0.3s ease-out;
}
#rwd-content #pd-reports .reports .link {
/*  text-decoration: underline;*/
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-reports .reports {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 0 calc(40 / 1250 * 100%);
  }
  #rwd-content #pd-reports .reports li {
    width: calc(394 / 1250 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-reports {
    padding-top: 65px;
  }
  
  #rwd-content #pd-reports .reports {
    width: calc(320 var(--spp));
    margin: 65px auto 0;
  }
  #rwd-content #pd-reports .reports li + li {
    margin-top: 35px;
  }
  #rwd-content #pd-reports .reports .title {
    margin-top: 0.7em;
    font-size: 1.5rem;
  }
  #rwd-content #pd-reports .reports .col2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #rwd-content #pd-reports .reports .date,
  #rwd-content #pd-reports .reports .link {
    font-size: 1.5rem;
  }
}

/* ==========================================
    [プロジェクト詳細] 活動報告（新（2025.06～））
   ========================================== */

#rwd-content #pd-reports2 {
  padding-top: 130px;
  background: #F5F1F1;
  position: relative;
}

#rwd-content #pd-reports2 .h-type2 {
  margin-bottom: 0;
}

#rwd-content #pd-reports2 .reports {
  max-height: 764px;
  padding: 59px 0;
  margin-top: 70px;
  box-sizing: border-box;
  background: #fff;
  border: solid 2px #000;
  border-radius: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#rwd-content #pd-reports2 .reports li + li {
  margin-top: 33px;
  padding-top: 33px;
  border-top: dotted 2px #aaaaaa;
}
#rwd-content #pd-reports2 .reports li .pic {
  border-radius: 20px;
  border: solid 2px #000;
  overflow: hidden;
  box-sizing: border-box;
}
#rwd-content #pd-reports2 .reports li .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #pd-reports2 .reports li p {
  transition: color 0.2s ease-out;
}
#rwd-content #pd-reports2 .reports li .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: calc(30 / 20);
  color: #000;
}
#rwd-content #pd-reports2 .reports li .date {
  margin: 1em 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  font-weight: 400;
}
#rwd-content #pd-reports2 .reports li .date::before {
  width: 40px;
  height: 1px;
  margin-right: 0.42em;
  display: inline-block;
  content: "";
  background: #898787;
  vertical-align: 0.4em;
}
#rwd-content #pd-reports2 .reports li .desc {
  font-size: 1.8rem;
  line-height: calc(29 / 18);
  color: #000;
  font-weight: 400;
}
#rwd-content #pd-reports2 .reports li .link {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d319d;
  text-align: right;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-reports2 .reports li {
    width: 96%;
    max-width: 1004px;
    margin: 0 auto;
  }
  #rwd-content #pd-reports2 .reports li a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  #rwd-content #pd-reports2 .reports li .pic {
    width: calc(394 / 1004 * 100%);
  }
  #rwd-content #pd-reports2 .reports li .texts {
    width: calc(560 / 1004 * 100%);
  }
  
  #rwd-content #pd-reports2 .reports li a:hover .title,
  #rwd-content #pd-reports2 .reports li a:hover .date,
  #rwd-content #pd-reports2 .reports li a:hover .desc {
    color: #0089B8;
  }
  #rwd-content #pd-reports2 .reports li a:hover .link {
    color: #b10000;
  }
  #rwd-content #pd-reports2 .reports li a:hover .pic img {
    opacity: 1;
    transform: scale(1.05);
  }
  #rwd-content #pd-reports2 .reports li .date::before {
    background: #0089B8;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-reports2 {
    padding-top: 65px;
  }

  #rwd-content #pd-reports2 .reports {
    max-height: calc((100vh - 48px) * 0.9);
    padding: 25px 0;
    margin-top: 40px;
    border-width: 1px;
    border-radius: 10px;
  }
  #rwd-content #pd-reports2 .reports li {
    width: calc(346 / 380 * 100%);
    margin: 0 auto;
  }
  #rwd-content #pd-reports2 .reports li + li {
    margin-top: 22px;
    padding-top: 22px;
    border-width: 1px;
  }
  #rwd-content #pd-reports2 .reports li .pic {
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content #pd-reports2 .reports li .title {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: calc(26 / 16);
  }
  #rwd-content #pd-reports2 .reports li .date {
    margin: 0.6em 0;
  }
  #rwd-content #pd-reports2 .reports li .link {
    font-size: 1.6rem;
  }
}

/* ==========================================
    [プロジェクト詳細] 関連する RePLAY STDUY
   ========================================== */

#rwd-content #pd-relation {
  background: #F5F1F1;
  position: relative;
}
#rwd-content #pd-relation ul li .item {
  display: block;
}
#rwd-content #pd-relation ul li .pic {
  display: block;
  border: solid 2px #000;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #pd-relation ul li .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #pd-relation ul li p {
  margin-top: 0.7em;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  transition: color 0.3s ease-out;
}
#rwd-content #pd-relation ul li p a {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pd-relation {
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
  }
  #rwd-content #pd-relation ul {
    width: 96%;
    max-width: 1264px;
    margin: 70px auto 0;
    display: flex;
    gap: 0 calc(32 / 1264 * 100%);
  }
  #rwd-content #pd-relation ul.center {
    justify-content: center;
  }
  #rwd-content #pd-relation ul li {
    width: calc(400 / 1264 * 100%);
  }
  
  #rwd-content #pd-relation ul li a.item:hover .pic img {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-relation {
    padding-top: 100px;
  }
  
  #rwd-content #pd-relation ul {
    width: calc(320 var(--spp));
    margin: 70px auto 0;
  }
  #rwd-content #pd-relation ul li + li {
    margin-top: 24px;
  }
  #rwd-content #pd-relation ul li .pic {
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content #pd-relation ul li p {
    margin-top: 0.9em;
    font-size: 1.6rem;
    line-height: calc(25 / 16);
  }
}

/* ==========================================
    [プロジェクト詳細] プロジェクトをさがす
   ========================================== */

/*
#rwd-content #pd-search {
  padding: 135px 0 178px;
  text-align: center;
  background: #F5F1F1;
  position: relative;
  z-index: 4;
}
#rwd-content #pd-search .white-box {
  background: #fff;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0 40px;
  border-radius: 20px;
  border: solid 2px #000;
  position: relative;
}
#rwd-content #pd-search .white-box::before,
#rwd-content #pd-search .white-box::after {
  width: 301px;
  height: 301px;
  display: block;
  content: "";
  position: absolute;
}
#rwd-content #pd-search .white-box::before {
  left: -253px;
  top: -35px;
  background: url("/jp/design_technology/replay/shared_replay/img/pic_search_001.png") no-repeat 0 0 / 100% auto;
}
#rwd-content #pd-search .white-box::after {
  right: -248px;
  bottom: -262px;
  background: url("/jp/design_technology/replay/shared_replay/img/pic_search_002.png") no-repeat 0 0 / 100% auto;
}

#rwd-content #pd-search .headline {
  margin: 0 0 43px;
  font-weight: 700;
  line-height: 1;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  #rwd-content #pd-search {
    padding: 116px 0 200px;
  }
  #rwd-content #pd-search .white-box {
    width: calc(343 var(--spp));
    padding: 45px 0 38px;
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content #pd-search .white-box::before,
  #rwd-content #pd-search .white-box::after {
    width: 164px;
    height: 164px;
  }
  #rwd-content #pd-search .white-box::before {
    left: -26px;
    top: -145px;
  }
  #rwd-content #pd-search .white-box::after {
    right: -38px;
    bottom: -144px;
  }

  #rwd-content #pd-search .headline {
    margin: 0 0 26px;
    font-size: 2.4rem;
  }
}
*/

/* ==========================================
    フィールドからさがす、ステータスからさがす、などの共通スタイル
   ========================================== */

#rwd-content .search-box {
/*  margin-top: 85px;*/
/*  margin-top: 50px;*/
  text-align: center;
}
#rwd-content .search-box.mt0 {
  margin-top: 0;
}

#rwd-content .search-box .search {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
  padding: 29px 0 22px;
  border: solid 2px #b9b9b9;
  border-radius: 20px;
  background: #fff;
}
#rwd-content .search-box .search + .search {
  margin-top: 24px;
}
#rwd-content .search-box .search .headline2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
#rwd-content .search-box .search ul {
  margin-top: 17px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}
#rwd-content .search-box .search.field ul {
  margin-top: 20px;
}
#rwd-content .search-box .search ul li a {
  height: 32px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  color: #fff;
  line-height: 1;
  position: relative;
}
#rwd-content .search-box .search.field ul li a {
  padding: 0 1.4em 0 60px;
}
#rwd-content .search-box .search.field ul li a::before {
  width: 40px;
  height: 38px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_001.png") no-repeat 0 0 / contain;
  position: absolute;
  left: 14px;
  top: -3px;
}
#rwd-content .search-box .search.field ul li a.sea { background: #2A99AC; }
#rwd-content .search-box .search.field ul li a.forest { background: #2EAE1A; }
#rwd-content .search-box .search.field ul li a.mountain { background: #DA521E; }
#rwd-content .search-box .search.field ul li a.river { background: #68B7C5; }
#rwd-content .search-box .search.field ul li a.sky { background: #3B6096; }

#rwd-content .search-box .search.status ul li a,
#rwd-content .search-box .search.cate ul li a {
  padding: 0 1.4em;
  background: #505050;
  border: solid 1px #000;
  transition: opacity 0.3s ease-out;
}

#rwd-content .search-box .search.tag ul li a {
  padding: 0 1.4em;
  background: #fff;
  border: solid 1px #000;
  color: #000;
}

#rwd-content .search-box .search.field ul li a.current {
  box-shadow: 0 0 0 6px #F7D113;
}
#rwd-content .search-box .search.cate ul li a.current,
#rwd-content .search-box .search.status ul li a.current,
#rwd-content .search-box .search.tag ul li a.current {
  background: #F7D113;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .search-box .search ul li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .search-box {
    margin-top: 0;
  }
  #rwd-content .search-box .search {
    width: calc(315 / 339 * 100%);
    padding: 20px 0;
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content .search-box .search ul {
    margin-top: 15px;
    padding: 0 10px;
    gap: 10px;
  }
  #rwd-content .search-box .search.field ul {
    margin-top: 18px;
  }
}

/* ==========================================
    [記事詳細] パンくず
   ========================================== */

#rwd-content .pg-page-path {
  width: 96%;
  max-width: 1000px;
  margin: 20px auto 0;
  display: flex;
  gap: 5px 0;
  flex-wrap: wrap;
}
#rwd-content .pg-page-path li {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
}
#rwd-content .pg-page-path li a {
  color: #555;
  text-decoration: underline;
  display: inline-block;
}
#rwd-content .pg-page-path li a::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .pg-page-path li a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-page-path {
    width: 92%;
    margin-top: 22px;
  }
  #rwd-content .pg-page-path li {
    font-size: 1.3rem;
  }
}

/* ==========================================
    [記事詳細] FV
   ========================================== */

#rwd-content .pg-fv {
  width: 96%;
  max-width: 1000px;
  margin: 24px auto 0;
}

#rwd-content .pg-fv .main-image {
  border: solid 2px #000;
  border-radius: 20px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}
#rwd-content .pg-fv .title {
  margin-top: 26px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
}

#rwd-content .pg-fv .date {
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 1;
}
#rwd-content .pg-fv .date::after {
  width: 62px;
  height: 1px;
  margin-left: 1em;
  background: #000;
  content: "";
  display: inline-block;
  vertical-align: 0.4em;
}

#rwd-content .pg-fv .tips {
  margin-top: 28px;
  display: flex;
  gap: 10px 12px;
  flex-wrap: wrap;
}
#rwd-content .pg-fv .tips li a {
  transition: opacity 0.3s ease-out;
}
#rwd-content .pg-fv .tips li > * {
  height: 32px;
  padding: 0 1em;
  box-sizing: border-box;
  border-radius: 16px;
  border: solid 1px #000;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

#rwd-content .pg-fv .tips li > *.cate {
  background: #505050;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .pg-fv .main-image {
    max-height: 65vh;
    display: block;
    margin: 0 auto;
  }
  #rwd-content .pg-fv .tips li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-fv {
    width: calc(345 var(--spp));
  }
  #rwd-content .pg-fv .main-image {
    width: 100%;
    border-width: 1px;
    border-radius: 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  #rwd-content .pg-fv .title {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  #rwd-content .pg-fv .date {
    margin-top: 18px;
  }
  #rwd-content .pg-fv .tips {
    margin-top: 22px;
    gap: 8px 8px;
  }
  #rwd-content .pg-fv .tips li > * {
    height: 27px;
    border-radius: 14px;
    border: solid 1px #000;
    font-size: 13px;
  }
}

/* ==========================================
    [記事詳細] メインコンテンツ部分、アンダーエリア
   ========================================== */

#rwd-content .pg-main-border {
  height: 1px;
  width: 100%;
  margin: 100px 0 85px;
  display: block;
  background: #000;
  border: none;
  outline: none;
}

#rwd-content .pg-main .pg-box {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

#rwd-content .pg-main .pg-box p strong{
font-size: 1.8rem !important;
line-height: 2;
}

#rwd-content .pg-under {
  padding: 70px 0 0;
  border-top: solid 2px #000;
  background: #F5F1F1;
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main-border {
    margin: 40px 0 53px;
  }
  #rwd-content .pg-main .pg-box-sp {
    width: calc(345 var(--spp));
  }
  #rwd-content .pg-main .pg-box p strong{
font-size: 1.6rem !important;
line-height: 1.8;
}

}

/* ==========================================
    [記事詳細] 目次
   ========================================== */

#rwd-content .pg-main .mokuji {
  max-width: 800px;
  margin: 0 auto 70px;
  border: solid 2px #000;
  border-radius: 10px;
}
#rwd-content .pg-main .mokuji .acc-trigger {
  padding: 20px 0 20px 43px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
#rwd-content .pg-main .mokuji .acc-trigger::after {
  width: 17px;
  height: 17px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  box-sizing: border-box;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  content: "";
  display: block;
}
#rwd-content .pg-main .mokuji .acc-trigger.on::after {
  transform: translateY(0%) rotate(-135deg);
}
#rwd-content .pg-main .mokuji .acc-target {
  display: none;
}
#rwd-content .pg-main .mokuji .acc-target ul {
  padding: 25px 30px 30px 60px;
}
#rwd-content .pg-main .mokuji .acc-target ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}
#rwd-content .pg-main .mokuji .acc-target ul li + li {
  margin-top: 1.3em;
}
#rwd-content .pg-main .mokuji .acc-target ul li a {
  transition: color 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main .mokuji {
    margin-bottom: 53px;
    border-radius: 5px;
  }
  #rwd-content .pg-main .mokuji .acc-trigger {
    padding: 15px 0 15px 20px;
    font-size: 1.6rem;
  }
  #rwd-content .pg-main .mokuji .acc-trigger::after {
    width: 13px;
    height: 13px;
    right: 20px;
  }
  #rwd-content .pg-main .mokuji .acc-target ul {
    padding: 10px 15px 18px 37px;
  }
  #rwd-content .pg-main .mokuji .acc-target ul li {
    font-size: 1.4rem;
  }
  #rwd-content .pg-main .mokuji .acc-target ul li + li {
    margin-top: 1em;
  }
}

/* ==========================================
    [記事詳細] 細かいパーツ
   ========================================== */

#rwd-content .pg-main h3 {
  width: 96%;
  max-width: 1000px;
  margin: 65px auto;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2;
  border-bottom: solid 1px #F7D113;
}

#rwd-content .pg-main p:not(.note),
#rwd-content .pg-main li,
#rwd-content .pg-main th,
#rwd-content .pg-main td {
  font-size: 1.8rem!important;
  line-height: 2;
}

#rwd-content .pg-main p + p:not(.note) {
  margin-top: 33px;
}

#rwd-content .pg-main p.note {
  margin-top: 0.6em;
  font-size: 1.4rem;
  line-height: 2;
  color: #5C5C5C;
}
#rwd-content .pg-main p.note.staff {
text-align: right;
}
#rwd-content .pg-main p.strong {
  margin: 60px 0 !important;
  font-size: 2rem!important;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}

#rwd-content .pg-main figure {
  margin: 40px auto;
  max-width: 700px;
  display: block;
}
#rwd-content .pg-main figure img {
  border-radius: 20px;
  border: solid 2px #000;
}
#rwd-content .pg-main figure figcaption {
  margin: 1em 0 0;
  display: block;
  font-size: 1.4rem;
  text-align: center;
  color: #555555;
  line-height: 2;
}
#rwd-content .pg-main figure figcaption.txt-left {
  text-align: left!important;
}
#rwd-content .pg-main figure figcaption.large {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}

#rwd-content .pg-main hr {
  width: 100%;
  height: 1px;
  margin: 60px 0;
  border: none;
  outline: none;
  background: #B0B0B0;
}

@media screen and (min-width: 768px){
#rwd-content .pg-main p.note.staff.center {
text-align: center;
}
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main h3 {
    width: calc(346 var(--spp));
  }
  #rwd-content .pg-main p:not(.note),
  #rwd-content .pg-main li,
  #rwd-content .pg-main th,
  #rwd-content .pg-main td {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #rwd-content .pg-main figure img {
    border-width: 1px;
    border-radius: 10px;
  }
  #rwd-content .pg-main p.note.staff {
text-align: left;
}
}

/* ==========================================
    [記事詳細] 写真有無パターン見出し
   ========================================== */

@media print, screen and (min-width: 768px) {
  #rwd-content .pg-main h2 {
    margin: 60px 0;
    position: relative;
  }
  #rwd-content .pg-main h2 .bg {
    width: calc(1280 var(--pcp));
    display: block;
    border: solid 2px #000;
    border-left: none;
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
  }
  #rwd-content .pg-main h2 .text-wrap {
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
  }
  #rwd-content .pg-main h2 .text {
    display: inline-block;
    font-size: 4rem;
    line-height: 1.6;
    font-weight: 700;
    background: #fff;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    position: relative;
  }
  
  /* 画像付き */
  #rwd-content .pg-main h2 .bg + .text-wrap {
    margin-top: -68px;
    position: relative;
    z-index: 4;
  }
  #rwd-content .pg-main h2 .bg + .text-wrap .text {
    margin: 0 -30px;
    padding: 8px 30px 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1360px) {
  #rwd-content .pg-main h2 .bg + .text-wrap .text {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main h2 {
    margin: 60px 0;
  }
  #rwd-content .pg-main h2 .bg {
    width: calc(367 var(--spp));
    display: block;
    border: solid 1px #000;
    border-left: none;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
  }
  #rwd-content .pg-main h2 .text-wrap {
    display: block;
  }
  #rwd-content .pg-main h2 .text {
    width: calc(336 var(--spp));
    max-width: 1000px;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 700;
    display: block;
    background: #fff;
    box-sizing: border-box;
  }
  #rwd-content .pg-main h2 .bg + .text-wrap .text {
    margin-top: -51px;
    padding: 0.3em 0.5em 0;
    position: relative;
    z-index: 4;
    border-radius: 10px 10px 0 0;
  }
}

/* ==========================================
    [記事詳細] 引用
   ========================================== */

#rwd-content .pg-main blockquote {
  margin: 60px 0;
  padding: 34px 24px;
  border: solid 2px #f00;
  border-radius: 20px;
  position: relative;
}
#rwd-content .pg-main blockquote::before,
#rwd-content .pg-main blockquote::after {
  width: 32px;
  height: 22px;
  content: "";
  display: block;
  background: url("/jp/design_technology/replay/shared_replay/img/deco_004.svg") no-repeat 0 0 / 100% auto;
  position: absolute;
}
#rwd-content .pg-main blockquote::before {
  left: 23px;
  top: -12px;
}
#rwd-content .pg-main blockquote::after {
  transform: rotate(180deg);
  right: 23px;
  bottom: -12px;
}
#rwd-content .pg-main blockquote p:not(.note) {
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main blockquote {
    padding: 20px 18px;
    border-radius: 10px;
  }
  #rwd-content .pg-main blockquote p:not(.note) {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ==========================================
    [記事詳細] ボーダー付きリスト
   ========================================== */

#rwd-content .pg-main .center-list-bar {
  margin: 50px 0;
  text-align: center;
}
#rwd-content .pg-main .center-list-bar ul {
  display: inline-block;
  text-align: left;
}
#rwd-content .pg-main .center-list-bar ul li {
  padding-left: 37px;
  font-weight: 700;
  position: relative;
}
#rwd-content .pg-main .center-list-bar ul li + li {
  margin-top: 0.9em;
}
#rwd-content .pg-main .center-list-bar ul li::before {
  width: 12px;
  height: 1px;
  background: #555555;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
}

/* ==========================================
    [記事詳細] データリスト
   ========================================== */

#rwd-content .pg-main .data-list1 {
  max-width: 800px;
  margin: 65px auto;
  padding: 38px 0 33px;
  border: solid 1px #000;
  border-radius: 10px;
}
#rwd-content .pg-main .data-list1 .item {
  width: 96%;
  max-width: 726px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#rwd-content .pg-main .data-list1 .item + .item {
  margin-top: 16px;
  padding-top: 22px;
  border-top: solid 1px #000;
}
#rwd-content .pg-main .data-list1 .title {
  width: calc(210 / 726 * 100%);
  padding-right: 15px;
  box-sizing: border-box;
}
#rwd-content .pg-main .data-list1 .desc {
  width: calc(516 / 726 * 100%);
}
#rwd-content .pg-main .data-list1 .item p {
  font-weight: 500;
}
#rwd-content .pg-main .data-list1 .item p + p {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-main .data-list1 {
    padding: 18px 0;
  }
  #rwd-content .pg-main .data-list1 .item {
    width: 92%;
  }
  #rwd-content .pg-main .data-list1 .title {
    width: 32%;
  }
  #rwd-content .pg-main .data-list1 .desc {
    width: 68%;
  }
}

/* ==========================================
    [記事詳細] テーブル
   ========================================== */

#rwd-content .pg-main .table-type1 {
  width: 100%;
  margin: 35px 0;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  box-sizing: border-box;
  border-collapse: collapse;
}
#rwd-content .pg-main .table-type1 th,
#rwd-content .pg-main .table-type1 td {
  padding: 11px 10px 9px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
}
#rwd-content .pg-main .table-type1 th {
  background: #FFEFA0;
  font-weight: 700;
}
#rwd-content .pg-main .table-type1 td {
  font-size: 1.4rem;
  font-weight: 500;
}

/* ==========================================
    [記事詳細] インタビュー形式
   ========================================== */

#rwd-content .pg-main .interview p {
  font-weight: 300;
}

#rwd-content .pg-main p.with-bar {
  padding-left: 45px;
  font-weight: 700;
  position: relative;
}
#rwd-content .pg-main p.with-bar::before {
  width: 32px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1em;
  background: #000;
}

#rwd-content .pg-main p.with-name {
  padding-left: 45px;
  position: relative;
}
#rwd-content .pg-main p.with-name .name {
  position: absolute;
  left: 0;
  top: 2px;
  font-weight:bold;
}
#rwd-content .pg-main p.with-name .name.blue { color: #0D929D; }
#rwd-content .pg-main p.with-name .name.orange { color: #F18400; }

/* ==========================================
    [記事詳細] 記事をシェアする
   ========================================== */

#rwd-content .pg-share {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#rwd-content .pg-share dt {
  width: 100%;
  text-align: center;
  position: relative;
}
#rwd-content .pg-share dt span {
  padding: 0 1em;
  display: inline-block;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 4;
}
#rwd-content .pg-share dt::before {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 2;
}
#rwd-content .pg-share dd {
  padding: 28px 20px;
}
#rwd-content .pg-share dd a {
  transition: opacity 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  #rwd-content .pg-share dd a:hover {
    opacity: 0.6;
  }
}

/* ==========================================
    [記事詳細] スライダー
   ========================================== */

#rwd-content .pg-slider-area#pg-relation2 {
  margin-top: 120px;
  padding-bottom: 95px;
}

#rwd-content .pg-slider-wrap {
  width: 96%;
  max-width: 1290px;
  margin: 85px auto 0;
}
#rwd-content .pg-slider li .item {
  width: 430px;
}
#rwd-content .pg-slider li .item a {
  width: calc(400 / 430 * 100%);
  display: block;
  margin: 0 auto;
}
#rwd-content .pg-slider li img {
  border-radius: 20px;
  border: solid 2px #000;
}
#rwd-content .pg-slider li p {
  margin-top: 0.6em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

#rwd-content .pg-slider .slick-list {
  overflow: visible;
}

#rwd-content .pg-slider .slick-dots {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
#rwd-content .pg-slider .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #CCCCCC;
  overflow: hidden;
}
#rwd-content .pg-slider .slick-dots li.slick-active {
  background: #f00;
}
#rwd-content .pg-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media print, screen and (min-width: 768px) and (max-width: 1380px) {
  #rwd-content .pg-slider li .item {
    width: calc(430 / 1380 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .pg-slider-area#pg-relation2 {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  
  #rwd-content .pg-slider-wrap {
    width: 80vw;
    margin: 40px 0 0 calc(15 var(--spp));
  }
  #rwd-content .pg-slider li .item {
    width: 80vw;
  }
  #rwd-content .pg-slider li .item a {
    margin: 0;
  }
  #rwd-content .pg-slider li img {
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content .pg-slider li p {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  
  #rwd-content .pg-slider .slick-dots {
    width: 100vw;
    margin: 30px 0 0 46vw;
    transform: translateX(-50%);
    position: relative;
    z-index: 10;
  }
  #rwd-content .pg-slider .slick-dots li {
    width: 44px;
    height: 4px;
  }
}

/* ==========================================
    [記事詳細] 関連するプロジェクト
   ========================================== */

#rwd-content #pg-relation .headline {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#rwd-content #pg-relation ul {
  width: 96%;
  max-width: 1135px;
  margin: 60px auto 0;
}
#rwd-content #pg-relation ul a {
  display: block;
}
#rwd-content #pg-relation ul li {
  position: relative;
}
#rwd-content #pg-relation ul .pic {
  border: solid 2px #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #pg-relation ul .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #pg-relation ul .texts {
  padding: 38px calc(45 / 1135 * 100%) 35px calc(48 / 1135 * 100%);
  background: #fff;
  border-radius: 20px;
  border: solid 2px #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
  transition: background 0.3s ease-out;
}
#rwd-content #pg-relation ul .texts .title {
  min-height: 2.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000;
}
#rwd-content #pg-relation ul .texts .title .q {
  width: 42px;
  height: 42px;
  background: #f00;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
}
#rwd-content #pg-relation ul .texts .title .text {
  width: calc(100% - 54px);
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
#rwd-content #pg-relation ul .texts .desc {
  margin-top: 28px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
#rwd-content #pg-relation ul .texts .tags {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
}
#rwd-content #pg-relation ul .texts .tag {
  height: 28px;
  padding: 0 0.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  font-size: 13px;
  font-weight: 500;
  border-radius: 14px;
  position: relative;
  color: #000;
  background: #fff;
}
#rwd-content #pg-relation ul .texts .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #pg-relation ul .texts .tag.field {
  padding: 0 1.4em 0 61px;
  color: #fff;
  border: none;
}
#rwd-content #pg-relation ul .texts .tag.sea { background: #2A99AC; }
#rwd-content #pg-relation ul .texts .tag.town { background: #5CA764; }
#rwd-content #pg-relation ul .texts .tag.mountain { background: #DA521E; }
#rwd-content #pg-relation ul .texts .tag.river { background: #68B7C5; }
#rwd-content #pg-relation ul .texts .tag.sky { background: #3B6096; }

#rwd-content #pg-relation ul .texts .tag::before {
  content: "";
  display: block;
  position: absolute;
}
#rwd-content #pg-relation ul .texts .tag.sea::before {
  width: calc(84px * 0.48);
  height: calc(66px * 0.48);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_001.png") no-repeat 0 0 / contain;
  left: 16px;
  top: -1px;
}
#rwd-content #pg-relation ul .texts .tag.town::before {
  width: calc(68px * 0.46);
  height: calc(74px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_002.png") no-repeat 0 0 / contain;
  left: 18px;
  top: -4px;
}
#rwd-content #pg-relation ul .texts .tag.mountain::before {
  width: calc(92px * 0.46);
  height: calc(67px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_003.png") no-repeat 0 0 / contain;
  left: 8px;
  top: -3px;
}
#rwd-content #pg-relation ul .texts .tag.mountain::before {
  width: calc(92px * 0.46);
  height: calc(67px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_003.png") no-repeat 0 0 / contain;
  left: 8px;
  top: -3px;
}
#rwd-content #pg-relation ul .texts .tag.river::before {
  width: calc(56px * 0.41);
  height: calc(68px * 0.41);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_004.png") no-repeat 0 0 / contain;
  left: 21px;
  top: 0px;
}
#rwd-content #pg-relation ul .texts .tag.sky::before {
  width: calc(76px * 0.46);
  height: calc(50px * 0.46);
  background: url("/jp/design_technology/replay/shared_replay/img/deco_field_005.png") no-repeat 0 0 / contain;
  left: 15px;
  top: 2px;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pg-relation ul li a {
    display: flex;
    align-items: center;
  }
  #rwd-content #pg-relation ul .pic {
    width: calc(695 / 1135 * 100%);
    position: relative;
    z-index: 4;
  }
  #rwd-content #pg-relation ul .texts {
    width: calc(468 / 1135 * 100%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #rwd-content #pg-relation ul a:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #pg-relation ul a:hover .texts {
    background: #F7D113;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pg-relation .headline {
    font-size: 2rem;
  }
  #rwd-content #pg-relation ul {
    width: calc(328 var(--spp));
    margin: 37px auto 0;
  }
  #rwd-content #pg-relation ul .pic {
    width: calc(305 / 328 * 100%);
    margin: 0 auto;
    border-width: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-radius: 10px;
    position: relative;
    z-index: 4;
  }
  #rwd-content #pg-relation ul .texts {
    margin-top: -20px;
    padding: 40px calc(18 var(--spv)) calc(33 var(--spp));
    border-radius: 10px;
    border-width: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    position: relative;
    z-index: 2;
  }
  #rwd-content #pg-relation ul .texts .title {
    min-height: 0;
  }
  #rwd-content #pg-relation ul .texts .title .q {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  #rwd-content #pg-relation ul .texts .title .text {
    width: calc(100% - 30px);
    font-size: 1.8rem;
  }
  #rwd-content #pg-relation ul .texts .desc {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  #rwd-content #pg-relation .texts .tags {
    margin-top: 18px;
    gap: 6px;
  }
}

/*ADD*/
.listWrap { 
    display: flex;
    justify-content: center; /* 水平方向の中央揃え */
}
.normal-list {
    list-style: none; 
    padding: 0;
    text-align: left;
}
/*.interview p strong{
  font-size: 1.8rem!important;
}*/
.pg-main blockquote p{
  font-size: 1.6rem!important;
  font-weight: 300!important;
}
.pg-main blockquote p > strong{
  font-size: 1.8rem!important;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
.steps .pic img{
  max-width:99%!important;
}
}

@media screen and (max-width: 767px) {
#rwd-content .pg-main p:not(.note), 
#rwd-content .pg-main li, 
#rwd-content .pg-main th, 
#rwd-content .pg-main td{
  font-size: 1.6rem!important;
}
.interview p strong{
  font-size: 1.6rem!important;
}
#rwd-content .rwd-product-header {
margin-bottom:0!important;
}
}
.center-list .mc_check{
  padding-right:.3em;
  color: #333333;
}


/*BackLink*/
.back-link {
  margin-top: 20px;
  text-align: right;
  margin-bottom: 30px;
}
.back-link a {
  border-bottom: solid 3px #dbdbdc;
  padding-bottom: .5em;
}
.back-link .rwd-icon-left-arrow {
  width: 14px !important;
  height: 14px !important;
  margin-right: 0.5em;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .back-link {
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .back-link {
    margin-top: 20px;
  }
  #rwd-content .rwd-product-header .rwd-headline1-type02 {
    padding-right: 0!important;
    padding-bottom: 10px!important;
  }
}


/*YouTube Mov*/

.article-mov {
    width: 100%;
    height: 506px!important;
    display: block;   
}
@media print, screen and (min-width:1260px){
  .video-wrapper {
    width: 100%;
    max-width: 100%;
    height: 506px!important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); /* ドロップシャドウ */
    border-radius: 10px; /* 角を丸くする場合（不要なら削除） */
    overflow: hidden; /* 角丸を適用するため */
    margin: 50px auto 0 !important;
}
}
@media print, screen and (max-width:767px){
.article-mov {
    height: 52vw!important;
}
}

/* 記事DL-List */
dl.dl-list{
  margin-top:.5em;
  margin-bottom:1.5em;
}
dl.dl-list dd{
  margin: -1.5em 0 .7em 0;
  padding-left:8em;

}
@media print, screen and (max-width:767px){
dl.dl-list{
  padding-left: 34px;
}
dl.dl-list dt{
  font-weight: bold;
}
dl.dl-list dd{
  margin: 0 0 .7em 0;
  padding-left:0;
}
}

/*記事　漫画*/
#rwd-content .pg-comic {
  width: 960px;
  max-width: 960px;
  margin: 0 auto;
}
.pg-comic .manga-page img{
  width: 960px;
  height: 1200px;
}

@media print, screen and (min-width: 768px) {
#rwd-content .pg-comic.w80 {
  width: 768px;
  max-width: 768px;
  margin: 0 auto;
}
.pg-comic.w80 .manga-page img{
  width: 768px!important;
  height: 960px!important;
}
}

@media print, screen and (max-width: 767px) {
#rwd-content .pg-comic {
  width: 100%;
}
#rwd-content .manga-page img {
    width: 100%!important;
    height: auto!important;
  }
#rwd-content section{
  height:auto!important;
}
}

#rwd-content .modal-pjinfo p,
#rwd-content .modal-pjinfo li {
  font-size: 1.8rem;
  line-height: 2;
}