.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.detail-mdl {
  width: 100%;
  height: 54px;
}
.detail-mdl .arrow {
  top: 22px;
}

.blk_w {
  position: absolute;
  width: 20px;
  height: auto;
  right: 20px;
}

.blk_w img {
  height: auto;
  transition: transform .3s ease;
}
.detail-mdl:hover .blk_w img {
  transform: scale(1.2);
}
@media screen and (min-width: 769px) {
    .main {	padding-top:88px;
    }
}

.main {
  background-color: #f5f5f5;
}
.main img {
  width: 100%;
}
.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  background-image: url("/co-creation/assets/img/nichiiki/sky.jpg");
  background-repeat: repeat-y;
  background-size: cover;
}
.contents img {
  width: 100%;
  height: auto;
}
.contents .ctr {
  text-align: center;
}
.contents .smr {
  font-size: 0.8em;
}
.heading__lv1 {
  position: relative;
  font-size: clamp(2rem, 1.4142rem + 2.884vw, 4.875rem);
  font-weight: 700;
  color: #00b258;
  text-align: center;
  line-height: 1.6;
}
.heading__lv2 {
  position: relative;
  font-size: clamp(1.625rem, 1.0392rem + 2.884vw, 4.5rem);
  font-weight: 700;
  color: #00b258;
  text-align: center;
  line-height: 1.6;
}
.heading__lv3 {
  position: relative;
  font-size: clamp(3rem, 2.7962rem + 1.0031vw, 4rem);
  font-weight: 700;
  color: #00b258;
  text-align: center;
  line-height: 1.6;
}
.vision {
  position: relative;
  padding: 11.7% 20px 9%;
}
.vision::before {
  content: "";
  position: absolute;
  top: 17.5%;
  left: 7%;
  width: calc(185 / 1920 * 100vw);
  height: calc(199 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/vision_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.vision::after {
  content: "";
  position: absolute;
  bottom: -4%;
  right: 0;
  width: calc(534 / 1920 * 100vw);
  height: calc(258 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/vision_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.vision h2 {
  position: relative;
  z-index: 1;
}
.vision__text {
  padding-top: 5.2%;
  font-size: clamp(1rem, 0.7453rem + 1.2539vw, 2.25rem);
  text-align: center;
  line-height: 2.2;
  font-weight: 500;
}
.recommended {
  position: relative;
  padding: 8.3% 20px 12%;
  background-color: #fff;
}
.recommended::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 0;
  width: calc(404 / 1920 * 100vw);
  height: calc(337 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/recommended_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.recommended .inner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.recommended .inner::before {
  content: "";
  position: absolute;
  top: 21%;
  right: 2%;
  width: 231px;
  height: 355px;
  background-image: url(/co-creation/assets/img/nichiiki/recommended.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.recommended .inner ul {
  margin-top: 7%;
}
.recommended .inner li {
  position: relative;
  font-size: 20px;
  line-height: 2;
  padding-left: 48px;
}
.recommended .inner li::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url(/co-creation/assets/img/nichiiki/icon_recommended.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.make {
  position: relative;
  padding: 8.3% 20px 8%;
}
.make .inner {
  position: relative;
  max-width: 934px;
  margin: 0 auto;
}
.make .inner p {
  font-size: clamp(0.8125rem, 0.596rem + 1.0658vw, 1.875rem);
  line-height: 2;
  margin-top: 6%;
}
.make .inner a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding-right: 3%;
  border-bottom: solid 1px #000;
}
.make .inner a:hover {
  color: #008803;
  border-bottom: solid 1px #008803;
}
.make .inner a::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 4%;
  width: 15%;
  height: 53%;
  background-image: url(/co-creation/assets/img/nichiiki/blk.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.make__img {
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: calc(50 / 1920 * 100vw) auto 0;
}
.make__img li {
  width: 49%;
}
.make::before {
  content: "";
  position: absolute;
  top: 27%;
  right: 10%;
  max-width: 158px;
  max-height: 230px;
  width: calc(212 / 1920 * 100vw);
  height: calc(344 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/make_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.connection {
  position: relative;
  padding: 8.3% 20px 0;
}
.connection .inner {
  position: relative;
  max-width: 934px;
  margin: 0 auto;
}
.connection .inner p {
  font-size: clamp(0.8125rem, 0.596rem + 1.0658vw, 1.875rem);
  line-height: 2;
  margin-top: 6%;
}
.connection .inner a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding-right: 3%;
  border-bottom: solid 1px #000;
}
.connection .inner a:hover {
  color: #008803;
  border-bottom: solid 1px #008803;
}
.connection .inner a::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 5%;
  width: 15%;
  height: 53%;
  background-image: url(/co-creation/assets/img/nichiiki/blk.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.connection__img {
  /*width: 75%;*/
  margin: 4% auto 0;
}
.connection::before {
  content: "";
  position: absolute;
  top: 4%;
  left: 2%;
  max-width: 171px;
  max-height: 183px;
  width: calc(257 / 1920 * 100vw);
  height: calc(274 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/connection_02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.connection .inner::before {
  content: "";
  position: absolute;
  top: 32%;
  right: -17%;
  max-width: 114px;
  max-height: 200px;
  width: calc(170 / 1920 * 100vw);
  height: calc(300 / 1920 * 100vw);
  background-image: url(/co-creation/assets/img/nichiiki/connection_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.connection .inner::after {
  content: "";
  position: absolute;
  top: 21%;
  right: 0;
  width: 73px;
  height: 154px;
  background-image: url(/co-creation/assets/img/nichiiki/connection_03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.connectionLink {
  position: relative;
  padding: 12.5% 20px 1%;
}
.connectionLink .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5.8% 4%;
  background-color: #fff;
  box-shadow: 6px 6px 11px 0px rgba(0, 0, 0, 0.13);
}
.link__text {
  margin-top: 3.5%;
  font-size: clamp(1.625rem, 1.5741rem + 0.2508vw, 1.875rem);
  text-align: center;
  line-height: 2;
  font-weight: 500;
}
.linkArea {
  margin-top: 5%;
  border-top: solid 2px #00b258;
}
.linkBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2% 0 3.3% 2.5%;
  border-bottom: solid 2px #00b258;
}
.linkBox__lead {
  width: 57%
}
.linkBox__link {
  width: 37%;
  margin-bottom: 2%;
}
.linkBox__lead h3 {
  font-size: clamp(2.625rem, 2.3958rem + 1.1285vw, 3.75rem);
  font-weight: 500;
}
.linkBox__lead__inner {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.linkBox_icon {
  width: 24.5%;
}
.linkBox_text {
  width: 71.5%;
}
.linkBox_text h4 img {
  width: 93%;
}
.linkBox_text p {
  margin-top: 3%;
  font-size: clamp(1.25rem, 1.1736rem + 0.3762vw, 1.625rem);
  line-height: 1.6;
  font-weight: 500;
}
.linkBox__logo {
  margin: 0 auto;
}
.connectionLink_01 .linkBox__logo {
  width: 70%;
  margin-bottom: 10%;
}
.connectionLink_02 .linkBox_text h4 img {
  width: 48%;
}
.connectionLink_02 .linkBox__logo {
  width: 84%;
  margin-bottom: 13%;
}
.connectionLink_03 .linkBox_text h4 img {
  width: 42%;
}
.connectionLink_03 .linkBox__logo {
  width: 95%;
  margin-bottom: 10%;
}
.connectionLink_04 .linkBox_text h4 img {
  width: 84%;
}
.connectionLink_04 .linkBox__logo {
  width: 88%;
  margin-bottom: 10%;
}
.endLead {
  position: relative;
  padding: 8% 20px 18%;
}
.endLead::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 22.5%;
  bottom: 2%;
  left: 0;
  background-image: url("/co-creation/assets/img/nichiiki/endLead_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.endLead p {
  font-size: clamp(2.0625rem, 2.0116rem + 0.2508vw, 2.3125rem);
  text-align: center;
  margin-top: 3%;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
  .detail-mdl {
    width: calc(174 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    margin: 0 auto;
  }
  .detail a {
    padding: 3vw 0;
    font-size: calc(10 / 375 * 100vw);
  }
  .detail-mdl .arrow {
    top: 2.933333vw;
  }
.blk_w {
  width: calc(14 / 375 * 100vw);
  right: calc(10 / 375 * 100vw);
    top: calc(10 / 375 * 100vw);
}    
  .heading__lv1 {
    font-size: calc(32 / 375 * 100vw);
  }
  .heading__lv2 {
    font-size: calc(26 / 375 * 100vw);
  }
  .heading__lv3 {
    font-size: calc(23 / 375 * 100vw);
  }
  .contents {
    background-image: url("/co-creation/assets/img/nichiiki/sky_sp.jpg");
  }
  .vision {
    padding: calc(123 / 375 * 100vw) calc(20 / 375 * 100vw) calc(137 / 375 * 100vw);
  }
  .vision::before {
    top: calc(28.5 / 375 * 100vw);
    left: calc(23 / 375 * 100vw);
    width: calc(57.5 / 375 * 100vw);
    height: calc(65 / 375 * 100vw);
  }
  .vision::after {
    bottom: calc(40 / 375 * 100vw);
    right: 0;
    width: calc(164 / 375 * 100vw);
    height: calc(80 / 375 * 100vw);
  }
  .vision__text {
    padding-top: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
  .recommended {
    padding: calc(70 / 375 * 100vw) calc(25 / 375 * 100vw) calc(335 / 375 * 100vw);
  }
  .recommended::after {
    bottom: calc(-1*(28 / 375 * 100vw));
    left: calc(-1*(42 / 375 * 100vw));
    width: calc(132 / 375 * 100vw);
    height: calc(109 / 375 * 100vw);
  }
  .recommended .inner::before {
    top: calc(260 / 375 * 100vw);
    right: calc(78 / 375 * 100vw);
    width: calc(173.5 / 375 * 100vw);
    height: calc(266 / 375 * 100vw);
  }
  .recommended .inner ul {
    margin-top: 7%;
  }
  .recommended .inner li {
    font-size: calc(14.5 / 375 * 100vw);
    padding-left: calc(29 / 375 * 100vw);
  }
  .recommended .inner li::after {
    position: absolute;
    top: calc(4 / 375 * 100vw);
    width: calc(21 / 375 * 100vw);
    height: calc(21 / 375 * 100vw);
  }
  .make {
    padding: calc(70 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
  }
  .make .inner p {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .make__img {
    display: block;
    margin: calc(20 / 375 * 100vw) auto 0;
  }
  .make__img li {
    width: 100%;
    padding-top: calc(20 / 375 * 100vw);
  }
  .make::before {
    top: calc(40 / 375 * 100vw);
    right: calc(-1*(30 / 375 * 100vw));
    width: calc(62 / 375 * 100vw);
    height: calc(90 / 375 * 100vw);
  }
  .make .inner a {
    padding-right: 4%;
  }
  .make .inner a::after {
    width: calc(11 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    top: 28%;
    right: 1%;
  }
  .connection {
    padding: calc(155 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
  }
  .connection .inner p {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
  .connection .inner a {
    padding-right: 5%;
  }
  .connection__img {
    margin-top: calc(40 / 375 * 100vw);
    width: 100%;
  }
  .connection::before {
    top: 5%;
    left: -5%;
    width: calc(92 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
  }
  .connection .inner::before {
    display: none;
  }
  .connection .inner::after {
    top: -21%;
    right: -5%;
    width: calc(50 / 375 * 100vw);
    height: calc(95 / 375 * 100vw);
  }
  .connectionLink {
    padding: calc(120 / 375 * 100vw) calc(25 / 375 * 100vw) 8%;
  }
  .connectionLink .inner {
    padding: calc(40 / 375 * 100vw) calc(22 / 375 * 100vw);
  }
  .link__text {
    margin-top: calc(25 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
  .linkArea {
    margin-top: calc(50 / 375 * 100vw);
  }
  .linkBox {
    display: block;
    padding: calc(20 / 375 * 100vw) 0 calc(40 / 375 * 100vw) calc(7 / 375 * 100vw);
  }
  .linkBox__lead {
    width: 100%
  }
  .linkBox__link {
    width: 100%;
    margin: calc(20 / 375 * 100vw) 0 0;
  }
  .linkBox__lead h3 {
    font-size: calc(20 / 375 * 100vw);
    font-weight: 500;
  }
  .linkBox_icon {
    width: calc(65 / 375 * 100vw);
  }
  .linkBox_text {
    width: calc(200 / 375 * 100vw);
  }
  .linkBox_text h4 {
    line-height: 1;
  }
  .linkBox_text h4 img {
    width: 93%;
  }
  .linkBox_text p {
    font-size: calc(10 / 375 * 100vw);
    margin-top: 1%;
  }
  .linkBox__logo {
    margin: 0 auto;
  }
  .connectionLink_01 .linkBox__logo {
    width: calc(126 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .connectionLink_02 .linkBox_text h4 img {
    width: 48%;
  }
  .connectionLink_02 .linkBox__logo {
    width: calc(150 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .connectionLink_03 .linkBox_text h4 img {
    width: 42%;
  }
  .connectionLink_03 .linkBox__logo {
    width: calc(169 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .connectionLink_04 .linkBox_text h4 img {
    width: 84%;
  }
  .connectionLink_04 .linkBox__logo {
    width: calc(146 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .endLead {
    padding: calc(95 / 375 * 100vw) calc(25 / 375 * 100vw) calc(163 / 375 * 100vw);
    background-image: url("/co-creation/assets/img/nichiiki/bg_sp.png");
  }
  .endLead::after {
    width: 100%;
    height: calc(75 / 375 * 100vw);
    bottom: 0;
    left: 0;
    background-image: url("/co-creation/assets/img/nichiiki/endLead_bg_sp.png");
  }
  .endLead p {
    font-size: calc(17 / 375 * 100vw);
  }
}