@charset "utf-8";

.bg-skyblue {
  background: #E2F9F7;
}

@media print, screen and (min-width: 768px) {
  .bg-skyblue {
    padding-top: 187px;
  }
}

@media screen and (max-width: 767px) {
  .bg-skyblue {
    padding-top: 180px;
  }
}

/* ==========================================
    h1
   ========================================== */

@media print, screen and (min-width: 768px) {
  #rwd-content .cont-replay .h1-wrap {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
    line-height: 1;
    position: relative;
    z-index: 10;
  }
  #rwd-content .cont-replay h1 {
    position: absolute;
    left: 0;
    top: -105px;
    z-index: 4;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content .cont-replay .h1-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: -130px;
  }
  #rwd-content .cont-replay h1 {
    max-width: 312px;
    margin: 0 0 0 23px;
    position: relative;
    z-index: 4;
  }
}

/* ==========================================
    #main-visual
   ========================================== */

#main-visual {
  /*padding-top: 207px;*/
  text-align: center;
  position: relative;
}
#main-visual .replay {
  width: 282px;
  position: relative;
  z-index: 4;
}

#rwd-content .cont-replay #main-visual .bg1 {
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
#rwd-content .cont-replay #main-visual .bg2 {
  width: 96%;
  max-width: 900px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%) rotate(0deg);
  animation: sky 60s linear 0s infinite;
}

@keyframes sky {
  0% { transform: translateX(-50%) rotate(0deg); }
  100% { transform: translateX(-50%) rotate(360deg); }
}

@media print, screen and (min-width: 768px) {
  #main-visual .flags {
    width: 96%;
    max-width: 900px;
    height: 900px;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 20;
    transform: translateX(-50%);
  }
  #main-visual .flag {
    height: 60px;
    padding: 0 18px 0 61px;
    text-align: left;
    display: block;
    background:
      url("/jp/design_technology/replay/img/fig_002_left.png") no-repeat left top / 61px 60px,
      url("/jp/design_technology/replay/img/fig_002_right.png") no-repeat right top / 19px 60px;
    position: absolute;
  }
  /*#main-visual .flag.f1 { left: 50%; top: 4%; }*/
  #main-visual .flag.f1 { left: 58%; top: 6%; }
  #main-visual .flag.f2 { left: 55.7%; top: 29.4%; }
  #main-visual .flag.f3 { left: 17.5%; top: 54.4%; }
  #main-visual .flag.f4 { left: 72.7%; top: 67%; }
  #main-visual .flag.f5 { left: 52%; top: 80%; }

  #main-visual .flag .expansion {
    width: 0;
    height: 100%;
    margin-left: -1px;
    background: url("/jp/design_technology/replay/img/fig_002_bg.png") repeat-x left top / auto 60px;
    overflow: hidden;
  }
  #rwd-content #main-visual .flag .expansion p {
    height: 100%;
    padding-top: 17px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(1em);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 940px) {
  #main-visual .flags {
    height: calc(900 / 940 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #main-visual {
    height: 585px;
    padding-top: 0;
  }
  
  #main-visual .replay {
    width: 223px;
  }
  #main-visual .bg-wrap {
    width: 585px;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  #main-visual .flags {
    display: none;
  }
}

/* ==========================================
    #lead
   ========================================== */

#rwd-content #lead {
  position: relative;
  z-index: 4;
}
#rwd-content #lead .headline {
  margin: 0;
  text-align: center;
}
#rwd-content #lead .headline img {
  display: inline-block;
}
#rwd-content #lead .group .copy {
  margin-top: 70px;
  font-size: 4.8rem;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#rwd-content #lead .group .copy .small {
  font-size: 3.2rem;
}
#rwd-content #lead .group .desc {
  margin-top: 50px;
  font-size: 2rem;
  line-height: 2.5;
  font-weight: 500;
}
#rwd-content #lead .group .desc strong {
  color: #FF0000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5;
}
#rwd-content #lead .group .btn-type2 {
  margin-top: 45px;
  display: inline-flex;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #lead {
    min-height: 855px;
    margin-top: -19px;
    padding-top: 113px;
    text-align: center;
    background: url("/jp/design_technology/replay/img/fig_lead_001.png") no-repeat calc(50% - 28px) top / 1537px auto;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #lead {
    margin-top: 74px;
  }
  #rwd-content #lead .headline {
    
  }
  #rwd-content #lead .headline img {
    width: 177px;
  }
  #rwd-content #lead .group {
    padding-bottom: 375px;
    background: url("/jp/design_technology/replay/img/fig_lead_001_sp.png") no-repeat calc(50% - 15px) bottom / 426px auto;
  }
  #rwd-content #lead .group .copy {
    margin-top: 36px;
    font-size: 3.2rem;
    line-height: 1;
  }
  #rwd-content #lead .group .copy .small {
    margin-top: 16px;
    font-size: 2.44rem;
    line-height: 1;
    display: block;
  }
  #rwd-content #lead .group .desc {
    width: calc(344 var(--spp));
    margin: 30px auto 0;
    font-size: 1.6rem;
    line-height: 2;
  }
  #rwd-content #lead .group .desc strong {
    font-size: 1.6rem;
    line-height: 2;
  }
  #rwd-content #lead .group .btn-type2 {
    margin: 20px auto 0;
    display: flex;
  }
}

/* ==========================================
    #lead > スライダー
   ========================================== */

#rwd-content #lead #project {
  margin-top: 130px;
}
#rwd-content #lead .slide-wrap {
  width: 96%;
  max-width: calc(628px * 2);
  margin: 40px auto 0;
}
#rwd-content #lead .slide-wrap .slick-track {
  width: calc(628px * 5) !important;
}
#rwd-content #lead .slide-wrap .slick-slide {
  width: 628px !important;
}
#rwd-content #lead .slide-wrap .item-wrap {
  width: 628px;
}
#rwd-content #lead .slide-wrap .item-wrap .item {
  width: calc(604 / 628 * 100%);
  display: block;
  margin: 0 auto;
}
#rwd-content #lead .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 #lead .slide-wrap .item-wrap .item .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #lead .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 #lead .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 #lead .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 #lead .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 #lead .slide-wrap .item-wrap .item .texts .tags {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
}
#rwd-content #lead .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 #lead .slide-wrap .item-wrap .item .texts .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #lead .slide-wrap .item-wrap .item .texts .tag.field {
  padding: 0 1.4em 0 61px;
  color: #fff;
  border: none;
}
#rwd-content #lead .slide-wrap .item-wrap .texts .tag.sea { background: #2A99AC; }
#rwd-content #lead .slide-wrap .item-wrap .texts .tag.town { background: #5CA764; }
#rwd-content #lead .slide-wrap .item-wrap .texts .tag.mountain { background: #DA521E; }
#rwd-content #lead .slide-wrap .item-wrap .texts .tag.river { background: #68B7C5; }
#rwd-content #lead .slide-wrap .item-wrap .texts .tag.sky { background: #3B6096; }

#rwd-content #lead .slide-wrap .item-wrap .item .texts .tag::before {
  content: "";
  display: block;
  position: absolute;
}
#rwd-content #lead .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 #lead .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 #lead .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 #lead .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 #lead .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 #lead .slide-wrap .slick-slider * {
  overflow: visible;
}
#rwd-content #lead .slide-wrap .slick-dots {
  margin-top: 65px;
  padding-left: 9px;
  display: flex;
  gap: 0 10px;
}
#rwd-content #lead .slide-wrap .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #CCCCCC;
  overflow: hidden;
}
#rwd-content #lead .slide-wrap .slick-dots li.slick-active {
  background: #f00;
}
#rwd-content #lead .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 #lead .slide-wrap .item-wrap a.item:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #lead .slide-wrap .item-wrap a.item:hover .texts {
    background: #F7D113;
  }
  #rwd-content #lead .btn-wrap {
    max-width: 1310px;
    width: 96%;
    margin: 0 auto;
    position: relative;
  }
  #rwd-content #lead .btn-wrap .btn-type2 {
    position: absolute;
    right: 0;
    top: -27px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1330px) {
  #rwd-content #lead .slide-wrap .slick-track {
    width: calc(628 * 5 / 1330 * 100vw) !important;
  }
  #rwd-content #lead .slide-wrap .slick-slide {
    width: calc(628 / 1330 * 100vw) !important;
  }
  #rwd-content #lead .slide-wrap .item-wrap {
    width: calc(628 / 1330 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #lead #project {
    margin-top: 10px;
  }
  #rwd-content #lead .slide-wrap {
    width: calc(340 var(--spp));
    max-width: none;
    margin: 40px 0 0  calc(11 var(--spp));
  }
  #rwd-content #lead .slide-wrap .slick-track {
    width: calc(320 * 5 var(--spv)) !important;
  }
  #rwd-content #lead .slide-wrap .slick-slide {
    width: calc(320 var(--spv)) !important;
  }
  #rwd-content #lead .slide-wrap .item-wrap {
    width: 100%;
  }
  #rwd-content #lead .slide-wrap .item-wrap .item {
    width: calc(330 / 340 * 100%);
  }
  #rwd-content #lead .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 #lead .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 #lead .slide-wrap .item-wrap .item .texts .title .q {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  #rwd-content #lead .slide-wrap .item-wrap .item .texts .title .text {
    width: calc(100% - 30px);
    font-size: 1.6rem;
  }
  #rwd-content #lead .slide-wrap .item-wrap .item .texts .tags {
    margin-top: 24px;
    gap: 6px;
  }

  #rwd-content #lead .slide-wrap .slick-slider {
    padding-bottom: 23px;
  }
  #rwd-content #lead .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 #lead .slide-wrap .slick-dots li {
    width: 44px;
    height: 4px;
  }
  
  #rwd-content #lead .btn-wrap .btn-type2 {
    margin: 30px auto 0;
  }
}

/* ==========================================
    #business
   ========================================== */

#rwd-content #business {
  margin-top: 80px;
  padding-bottom: 173px;
}

#rwd-content #business .headline {
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
}
#rwd-content #business .headline span {
  padding: 0 15px;
  display: inline-block;
  background: #E2F9F7;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 4;
}
#rwd-content #business .headline::after {
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 2;
}

#rwd-content #business .cases li {
  padding: 21px calc(21 var(--pcv)) 50px;
  background: #fff;
  position: relative;
  border: solid 2px #000;
  border-radius: 10px;
  box-sizing: border-box;
}
#rwd-content #business .cases li .pic img {
  border: solid 2px #000;
  border-radius: 10px;
}
#rwd-content #business .cases li .texts .title {
  padding: 0 5px;
  margin-top: 23px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
#rwd-content #business .cases li .texts .desc {
  padding: 0 5px;
  margin-top: 23px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#rwd-content #business .cases li .texts .btn-type2 {
  max-width: 96%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
}

@media print, screen and (min-width: 768px) {
  #rwd-content #business .cases {
    width: 96%;
    max-width: 1118px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #business .cases li {
    /*width: calc(346 / 1118 * 100%);*/
    width: calc(358 / 1118 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #business {
    margin-top: 100px;
  }

  #rwd-content #business .headline {
    width: calc(344 var(--spp));
    font-size: 2.4rem;
  }
  #rwd-content #business .headline span {
    padding: 0 0.8em;
    font-size: 2.4rem;
  }

  #rwd-content #business .cases {
    width: calc(347 var(--spp));
    margin: 80px auto 0;
  }
  #rwd-content #business .cases li {
    padding: calc(23 var(--spv)) calc(23 var(--spv)) 54px;
    border-width: 1px;
  }
  #rwd-content #business .cases li + li {
    margin-top: 57px;
  }
  #rwd-content #business .cases li .pic img {
    border-width: 1px;
  }
}

/* ==========================================
    #style
   ========================================== */

#rwd-content #style {
  border-top: solid 2px #000;
  text-align: center;
  position: relative;
}
#rwd-content #style .headline {
  padding-top: 80px;
  position: relative;
}
#rwd-content #style .headline .text1 {
  width: 196px;
  height: 69px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translate(-50%,-29px);
  background: url("/jp/design_technology/replay/shared_replay/img/fukidashi_001.svg") no-repeat 0 0 / 100% auto;
}
#rwd-content #style .headline img {
  width: 374px;
  vertical-align: baseline;
}
#rwd-content #style .copy {
  margin-top: 26px;
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}

/*#rwd-content #style .steps .texts .step::before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  vertical-align: -2px;
}*/
/*#rwd-content #style .steps .i1 .texts .step::before {
  width: calc(38px / 2);
  height: calc(61px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_001.png") no-repeat 0 0 / contain;
}
#rwd-content #style .steps .i2 .texts .step::before {
  width: calc(37px / 2);
  height: calc(62px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_002.png") no-repeat 0 0 / contain;
}
#rwd-content #style .steps .i3 .texts .step::before {
  width: calc(19px / 2);
  height: calc(61px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_003.png") no-repeat 0 0 / contain;
}
#rwd-content #style .steps .i4 .texts .step::before {
  width: calc(62px / 2);
  height: calc(44px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_004.png") no-repeat 0 0 / contain;
}*/

#rwd-content #style .steps .texts {
  margin-top: 20px;
  text-align: center;
}
#rwd-content #style .steps .texts
#rwd-content #style .steps .texts .step {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

#rwd-content #style .steps .texts .title {
  margin-top: 0.3em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

#rwd-content #style .btn-type2 {
  margin: 70px auto 0;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #style::before {
    content: "";
/*    width: 294px;
    height: 271px;*/
    width: 136px;
    height: 125px;
    background: url("/jp/design_technology/replay/img/fig_003.png") no-repeat 0 0 / contain;
    position: absolute;
    display: block;
    right: calc(50% + 340px);
    top: -60px;
  }
  
  #rwd-content #style .steps {
    width: 100%;
    max-width: 1474px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
  }
  #rwd-content #style .steps li {
    width: 25%;
  }
  #rwd-content #style .steps li + li {
    margin-left: -3.7%;
  }
  #rwd-content #style .steps li:nth-child(even) {
    padding-top: 96px;
  }
  #rwd-content #style .steps .i4 .texts {
    margin-left: 5%;
  }
  #rwd-content #style .steps .texts p {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1490px) {
  #rwd-content #style .steps li:nth-child(2) {
    padding-top: calc(95 / 1490 * 100vw);
  }
  #rwd-content #style .steps li:nth-child(4) {
    padding-top: calc(98 / 1490 * 100vw);
  }
  #rwd-content #style .steps .texts .title {
    font-size: calc(28 / 1490 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #style {
    border-width: 1px;
  }
  #rwd-content #style .headline {
    padding-top: 78px;
  }
  #rwd-content #style .headline .text1 {
    font-size: 1.7rem;
  }
  #rwd-content #style .headline img {
    width: 294px;
    margin: 0 auto;
    display: block;
  }
  #rwd-content #style .copy {
    margin-top: 22px;
    font-size: 2rem;
  }
  
  #rwd-content #style .slide-wrap {
    width: 310px;
    margin: 65px auto 0;
  }
  #rwd-content #style .steps {
    padding-bottom: 84px;
  }
  #rwd-content #style .steps .pic {
    transform: scale(1.1);
  }
  #rwd-content #style .steps .i2 .pic {
    transform: scale(1.1) translateY(-1.2%);
  }
  #rwd-content #style .steps .texts {
    margin-top: 20px;
    display: inline-block;
  }
  
  #rwd-content #style .slick-slider * {
    overflow: visible;
  }
  
  #rwd-content .steps .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;
    bottom: 0;
    z-index: 10;
  }
  #rwd-content .steps .slick-arrow.slick-prev {
    left: -4%;
    transform: rotateY(180deg);
  }
  #rwd-content .steps .slick-arrow.slick-next {
    right: -4%;
  }
  #rwd-content .steps .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 6px;
    position: absolute;
    left: 0;
    bottom: 19px;
  }
  #rwd-content .steps .slick-dots li {
    width: 44px;
    height: 4px;
    border-radius: 2px;
    background: #CCCCCC;
    overflow: hidden;
  }
  #rwd-content .steps .slick-dots li.slick-active {
    background: #f00;
  }
  #rwd-content .steps .slick-dots li button {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  #rwd-content #style .btn-type2 {
    margin: 32px auto 0;
  }
}

/* ==========================================
    #pickup
   ========================================== */

#rwd-content #pickup {
  margin-top: 60px;
  padding: 105px 0 0;
  border-top: solid 2px #000;
  background: #F5F1F1;
  position: relative;
}
#rwd-content #pickup .pickups {
  width: 96%;
  max-width: 1135px;
  margin: 60px auto 0;
}
#rwd-content #pickup .pickups a {
  display: block;
}
#rwd-content #pickup .pickups li {
  position: relative;
}
#rwd-content #pickup .pickups li:not(.visible) {
  display: none;
}
#rwd-content #pickup .pickups .pic {
  border: solid 2px #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #pickup .pickups .pic img {
  transition: transform 0.3s ease-out;
}
#rwd-content #pickup .pickups .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 #pickup .pickups .texts .title {
  min-height: 2.4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  color: #000;
}
#rwd-content #pickup .pickups .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 #pickup .pickups .texts .title .text {
  width: calc(100% - 54px);
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
#rwd-content #pickup .pickups .texts .desc {
  margin-top: 28px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
#rwd-content #pickup .pickups .texts .tags {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 8px;
}
#rwd-content #pickup .pickups .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 #pickup .pickups .texts .tag.gray {
  background: #505050;
  color: #fff;
}
#rwd-content #pickup .pickups .texts .tag.field {
  padding: 0 1.4em 0 61px;
  color: #fff;
  border: none;
}
#rwd-content #pickup .pickups .texts .tag.sea { background: #2A99AC; }
#rwd-content #pickup .pickups .texts .tag.town { background: #5CA764; }
#rwd-content #pickup .pickups .texts .tag.mountain { background: #DA521E; }
#rwd-content #pickup .pickups .texts .tag.river { background: #68B7C5; }
#rwd-content #pickup .pickups .texts .tag.sky { background: #3B6096; }

#rwd-content #pickup .pickups .texts .tag::before {
  content: "";
  display: block;
  position: absolute;
}
#rwd-content #pickup .pickups .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 #pickup .pickups .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 #pickup .pickups .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 #pickup .pickups .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 #pickup .pickups .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 #pickup .pickups .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 #pickup .btn-type2 {
  margin: 70px auto 0;
}

#rwd-content #pickup .bottom-fig {
  margin-top: 55px;
}
#rwd-content #pickup .bottom-fig img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pickup::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 #pickup .pickups li a {
    display: flex;
    align-items: center;
  }
  #rwd-content #pickup .pickups .pic {
    width: calc(695 / 1135 * 100%);
    position: relative;
    z-index: 4;
  }
  #rwd-content #pickup .pickups .texts {
    width: calc(468 / 1135 * 100%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #rwd-content #pickup .pickups a:hover .pic img {
    transform: scale(1.05);
  }
  #rwd-content #pickup .pickups a:hover .texts {
    background: #F7D113;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  #rwd-content #pickup::before {
    left: auto;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pickup {
    margin-top: 93px;
    padding: 80px 0 0;
    border-top-width: 1px;
  }
  
  #rwd-content #pickup .pickups {
    width: calc(328 var(--spp));
    margin: 37px auto 0;
  }
  #rwd-content #pickup .pickups .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 #pickup .pickups .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 #pickup .pickups .texts .title {
    min-height: 0;
  }
  #rwd-content #pickup .pickups .texts .title .q {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
  #rwd-content #pickup .pickups .texts .title .text {
    width: calc(100% - 30px);
    font-size: 1.8rem;
  }
  #rwd-content #pickup .pickups .texts .desc {
    margin-top: 16px;
    font-size: 1.4rem;
  }
  #rwd-content #pickup .pickups .texts .tags {
    margin-top: 18px;
    gap: 6px;
  }
  
  #rwd-content #pickup .btn-type2 {
    margin-top: 35px;
  }
  
  #rwd-content #pickup .bottom-fig {
    margin-top: 23px;
  }
}

/* ==========================================
    .white-circle
   ========================================== */

#rwd-content .white-circle {
  position: relative;
  z-index: 4;
}
#rwd-content .white-circle::after {
  width: calc(1704 var(--pcp));
  height: 404px;
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  z-index: 2;
  border-bottom: solid 2px #000;
  bottom: 0;
  transform: translate(-50%,24%);
}
#rwd-content .white-circle .inner {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #rwd-content .white-circle::after {
    width: calc(470 var(--spp));
    height: 111px;
    transform: translate(-50%,46%);
  }
}

/* ==========================================
    #study
   ========================================== */

#rwd-content #study {
  position: relative;
}

#rwd-content #study .left {
  position: relative;
}
#rwd-content #study .left::after {
  content: "";
  display: block;
  width: 78px;
  height: 97px;
  background: url("/jp/design_technology/replay/img/fig_005.png") no-repeat 0 0 / contain;
  position: absolute;
  right: 50px;
  top: -34px;
}
#rwd-content #study .left .title {
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 700;
}
#rwd-content #study .left .desc {
  margin-top: 45px;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
}

#rwd-content #study .articles {
  width: calc(712 / 1240 * 100%);
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 42px 0;
  text-align: left;
}
#rwd-content #study .articles li {
  width: calc(340 / 712 * 100%);
}
#rwd-content #study .articles li a {
  text-decoration: none;
}
#rwd-content #study .articles li .fig {
  border: solid 2px #000;
  border-radius: 20px;
  overflow: hidden;
}
#rwd-content #study .articles li a img {
  transition: transform 0.3s ease-out;
}
#rwd-content #study .articles li a:hover img {
  transform: scale(1.05);
}
#rwd-content #study .articles li p {
  margin-top: 0.6em;
  font-size: 1.6rem;
  line-height: calc(32 / 16);
  font-weight: 700;
  transition: color 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #study .h-type1 {
    margin-top: -130px;
  }
  
  #rwd-content #study .list-wrap {
    width: 96%;
    max-width: 1240px;
    margin: 107px auto 0;
    text-align: right;
  }
  
  #rwd-content #study .left {
    width: calc(560 var(--pcp));
    padding: 60px 0 86px;
    position: absolute;
    right: calc(880 var(--pcp));
    top: 213px;
    border: solid 2px #000;
    border-radius: 0 20px 20px 0;
    text-align: right;
    border-left: none;
  }
  #rwd-content #study .left .l-inner {
    width: calc(394 / 560 * 100%);
    margin-right: calc(65 / 560 * 100%);
    text-align: left;
    display: inline-block;
  }
  #rwd-content #study .left .btn-type2 {
    position: absolute;
    right: calc(280 / 560 * 100%);
    bottom: 0;
    transform: translate(50%,50%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #study {
    padding: 20px 0 90px;
  }
  
  #rwd-content #study .left {
    margin: 46px calc(16 var(--spp)) 0 0;
    padding: 60px calc(35 var(--spp)) 70px calc(50 var(--spp));
    border: solid 1px #000;
    border-left: none;
    border-radius: 0 10px 10px 0;
    position: relative;
  }
  #rwd-content #study .left::after {
    width: 72px;
    height: 86px;
    right: 7px;
    top: -38px;
  }
  #rwd-content #study .left .title {
    font-size: 3.2rem;
  }
  #rwd-content #study .left .desc {
    margin-top: 55px;
    font-size: 1.8rem;
  }
  
  #rwd-content #study .left .btn-type2 {
    position: absolute;
    left: 50vw;
    bottom: 0;
    transform: translate(-50%,50%);
  }

  #rwd-content #study .articles {
    width: calc(344 var(--spp));
    margin: 80px auto 0;
    display: flex;
    gap: 37px 0;
  }
  #rwd-content #study .articles li {
    width: calc(165 / 344 * 100%);
  }
  #rwd-content #study .articles li img {
    border-radius: 10px;
    border-width: 1px;
  }
  #rwd-content #study .articles li p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }
}

/* ==========================================
    #pickup-type2
   ========================================== */

#rwd-content #pickup-type2 .headline {
  max-width: 1240px;
  width: 96%;
  margin: 0 auto;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  position: relative;
}
#rwd-content #pickup-type2 .headline span {
  padding: 0 15px;
  display: inline-block;
  background: #fff;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  position: relative;
  z-index: 4;
}
#rwd-content #pickup-type2 .headline::after {
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 2;
}

#rwd-content #pickup-type2 .slide-wrap {
  position: relative;
}
#rwd-content #pickup-type2 .slide-wrap::after {
  width: 265px;
  height: 93px;
  background: url("/jp/design_technology/replay/img/fig_006.png") no-repeat 0 0 / contain;
  display: block;
  content: "";
  position: absolute;
  right: 7.3%;
  top: -58px;
}

@media screen and (max-width: 767px) {
  #rwd-content #pickup-type2 .headline {
    width: calc(344 var(--spp));
    font-size: 2.4rem;
  }
  #rwd-content #pickup-type2 .headline span {
    padding: 0 0.8em;
    font-size: 2.4rem;
  }
  
  #rwd-content #pickup-type2 .slide-wrap {
    margin-top: 90px;
  }
  #rwd-content #pickup-type2 .slide-wrap::after {
    width: 212px;
    height: 74px;
    right: 0.8%;
    top: -50px;
  }
}

/* ==========================================
    #co-create
   ========================================== */

#rwd-content #co-create {
  padding: 225px 0 280px;
  background: #F5F1F1;
}
#rwd-content #co-create .lepg-box {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}
#rwd-content #co-create .lepg-box .headline {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
}
#rwd-content #co-create .lepg-box .desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
#rwd-content #co-create .bg {
  margin-top: 118px;
  padding: 123px 0 84px;
}
#rwd-content #co-create .lab-wrap {
  width: 96%;
  max-width: 1246px;
  margin: 0 auto;
  text-align: right;
}
#rwd-content #co-create .lab {
  width: 604px;
  padding: 65px 50px 62px;
  display: inline-block;
  text-align: left;
  border: solid 2px #000;
  border-right-width: 6px;
  border-bottom-width: 6px;
  border-radius: 20px;
  background: #fff url("/jp/design_technology/replay/shared_replay/img/fig_lab.svg") no-repeat 474px 34px / 71px auto;
}
#rwd-content #co-create .lab .headline2 {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
#rwd-content #co-create .lab .desc {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
#rwd-content #co-create .lab .btn-type2 {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {  
  #rwd-content #co-create .lepg-box {
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #co-create .lepg-box .headline {
    width: 580px;
  }
  #rwd-content #co-create .lepg-box .desc {
    width: calc(100% - 620px);
    transform: translateY(-7px);
  }
  
  #rwd-content #co-create .bg {
    background: url("/jp/design_technology/replay/img/pic_coCre_01.jpg") no-repeat center center / cover;
  }
  #rwd-content .rwd-main-header {
    margin-bottom: 0 !important; 
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  #rwd-content #co-create .lepg-box {
    flex-wrap: wrap;
  }
  #rwd-content #co-create .lepg-box .desc {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #co-create {
    padding: 145px 0 220px;
  }
  #rwd-content #co-create .lepg-box {
    width: calc(344 var(--spp));
  }
  #rwd-content #co-create .lepg-box .headline {
    font-size: 3rem;
  }
  #rwd-content #co-create .lepg-box .desc {
    margin-top: 2em;
  }
  #rwd-content #co-create .bg {
    margin-top: 50px;
    padding: 420px 0 0;
    background: url("/jp/design_technology/replay/img/pic_coCre_01_sp.jpg") no-repeat 0 0 / 100% auto;
  }
  #rwd-content #co-create .lab-wrap {
    width: auto;
    margin: 0 0 0 calc(21 var(--spp));
  }
  #rwd-content #co-create .lab {
    width: 406px;
    padding: 58px 67px 47px 31px;
    display: block;
    background-position: 267px 33px;
    background-size: 61px auto;
    border-radius: 10px;
    border-width: 1px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }
  #rwd-content #co-create .lab .headline2 {
    font-size: 2.4rem;
  }
  #rwd-content #co-create .lab .btn-type2 {
    margin-top: 25px;
  }
}
