@charset "euc-jp";
.container > .cInner{slider v4
  width:100%;
}
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}
#side{
  display: none;
}
#main{
  width:100%;
}
#container{
  margin-top: 0;
}
.free_space_block {
  margin-top: 3em;
}
.footer{
  margin-top:0;
}

/*item category辺り*/
.mainBox__topText{
  font-size:14px;
  margin-bottom:30px;
  text-align:center;
}
.itemList--8{
  text-align:center;
  letter-spacing: -.4em;
}
.itemList--8 .itemList__topText{
  font-size:12px;
  margin-bottom:20px;
}
.itemList--8 .itemList__unit{
  float:none;
  display: inline-block;
  letter-spacing: normal;
  width:100px;
  text-align:center;
  vertical-align: top;
}
.itemList--8 .itemList__unit:nth-child(n+2){
  margin-left:42px;
}

/*CONTENTS*/
.itemList--contents{
  background:black;
}
.itemList--contents .itemList__unit{
  width:14.27%;
  float:left;
}
.itemList--contents .itemList__unit img{
  width:100%;
}

/*お知らせ*/
.bgSection {
  padding: 60px 0;
  width: 100%;
  overflow-x: hidden;
  background: #f2f2f2;
}
.info{
  background:white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:18px 15px 5px 40px;
}
.info__inner{
  height:260px;
  overflow: auto;
  padding:10px 15px;
  border-left:solid 5px #626262;
}
.info__inner dt,.info__inner dd{
  margin-bottom:10px;
}
.info__inner dt{
  float:left;
  font-weight:bold;
  width:15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.info__inner dd{
  float:left;
  padding-left:5px;
  width:85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bgSection__bg--info{
  padding-top:50px;
  padding-bottom:80px;
}

#mainVisual{
  background: url(https://img21.shop-pro.jp/PA01427/038/etc/main.jpg) no-repeat;
  height: 640px;
  background-size: 1920px 640px;
  background-position: center center;
}
#mainVisual .container{
  height: 640px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainVisual__text{

}

.mainVisual__text h2{
  text-shadow:0px 0px 12px #000000;
  color: #fff;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
}

.mainVisual__text p{
  text-shadow:0px 0px 12px #000000;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  margin-bottom: 30px;
}

.mainVisual__btnWrap{
}
.mainVisual__btnWrap a{
  background: #333333;
  border: 2px solid #333333;
  width: 250px;
  display: inline-block;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mainVisual__btnWrap a:hover{
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  background: rgba(255,255,255,0.6);
}

#newItemSec{
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px 0;
}
#newItemSlider .swiper-container {
  width: 100%;
  height: 100%;
}
#newItemSlider .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#newItemSlider .swiper-slide > a{
  padding: 15px 30px;
  border-radius: 6px;
  background: #fff;
  display: block;
}
#newItemSlider .swiper-slide > a:hover{
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (max-width:1400px){
  #newItemSlider .swiper-slide > a{
    padding: 15px;
  }
}
#newItemSlider .swiper-slide a img{
  display: block;
  margin-bottom: 10px;
}

#newItemSlider .swiper-slide a .itemList__name{
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
  text-align: left;
}

#newItemSlider .swiper-slide a .itemList__price{
  display: block;
  font-size: 14px;
  text-align: left;
}

#newItemSlider .swiper-slide a .itemList__price small{
  font-size: 12px;
}


#newItemSlider .swiper-button-next, #newItemSlider .swiper-button-prev{
  top: -30px;
  bottom: -30px;
  height: auto;
  margin: 0;
  color: #fff;
  font-size: 20px;
  width: 50px;
  background: rgba(0,0,0,0.75);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#newItemSlider .swiper-button-prev{
 left: 0;
 right: auto;
}
#newItemSlider .swiper-button-next{
  left: auto;
  right: 0;
}

#newItemSlider.swiper-container {
  overflow: visible;
}


/* TOPカテゴリー */

.iconNav {
  padding: 13px 35px 13px 13px !important;
  display: -ms-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 2px solid #d2d2d2;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.iconNav:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #f2f2f2;
}
.iconNav {
  position: relative;
}
.iconNav:hover {
  text-decoration: none;
}
.iconNav:not([target="_blank"]):after {
  content: "";
  top: 50%;
  right: 20px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #666 !important;
  border-right: 2px solid #666 !important;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.iconNav:not([target="_blank"]):hover:after {
  right: 12px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.iconNav .iconNav_img {
    width: 58px;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.iconNav .iconNav_text {
  display: block;
  font-weight: bold;
  text-align: left !important;
  font-size: 14px;
  padding:15px;
  line-height: 1.4;
}

.iconNav .iconNav_text span {
  display: block;
  font-size:11px;
  color:#a9a9a9;
}

.ref_programm {
  padding: 58px 0 62px;
  text-align: center;
  background: url(https://img21.shop-pro.jp/PA01427/038/etc/bg_frame.png) no-repeat top center;
  margin-top: 40px;
}

.ref_programm h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1;
}

.ref_programm p {
  line-height: 2;
}

.ref_programm p span {
  color: #6eb92b;
  font-weight:bold;
}

#conceptSec{
  /* 20230201 GD-CREAP
  background: url(https://img21.shop-pro.jp/PA01427/038/etc/comm_bg.jpg?cmsp_timestamp=20191126140459) no-repeat;
  */
  background: url(https://img07.shop-pro.jp/PA01427/038/etc/bg1_1920x970.jpeg?cmsp_timestamp=20230228183250) no-repeat;
  background-size: 1920px 970px;
  background-position: center center;
  padding: 90px 0;
}
.conceptSec__wrap{
  width: 1000px;
  margin: auto;
  /* display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;*/
          text-align: center;
          padding: 65px 50px 50px;
          background: rgba(255,255,255,.9);
          border-radius: 20px;
          box-sizing: border-box;
}
.conceptSec__txt{
  /* max-width: 580px; */
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px; */
          margin-bottom: 30px;
}
.conceptSec__txt h2{
  margin-bottom: 30px;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: bold;
}
.conceptSec__txt p:first-of-type {
  font-size: 14px;
  margin-bottom: 60px;
}
.conceptSec__txt p{
  font-size: 12px;
  line-height: 2;
}
.conceptSec__mark{
  max-width: 236px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 236px;
          flex: 0 0 236px;
}

.conceptSec__txt h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.conceptSec__list ul{
  display: flex;
}

.conceptSec__list li {
  width:50%;
  text-align: left;
  padding: 0 0 20px 50px;
  line-height: 2.1;
}

.conceptSec__list li:first-child {
  border-right: 1px dotted #333333;
}

.conceptSec__points {
  width: 1000px;
  margin: 10px auto 0;
}

.conceptSec__points ul {
  display: flex;
  justify-content: space-between;
}

.conceptSec__points li {
  box-sizing: border-box;
  width: 326px;
  background: rgba(255,255,255,.9);
  border-radius: 20px;
  padding: 50px 20px 30px;
}

.conceptSec__points li h6 {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.conceptSec__points li .img_wrap {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 10px;
  }

  .conceptSec__points li p {
    line-height: 2;
  }

/* サービス事例のご紹介 */

#caseSec{

}

#caseSec h2{
  margin-bottom: 20px;
}
.caseWrap{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.caseUnit{
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 25px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cacebox{
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.cacebox--2{
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}


/* お知らせ */
#newsWrap {
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    /* overflow: hidden; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
}

ul.newsList {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 248px;
}
ul.newsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

a.newsList__cate {
  display: block;
  max-width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  text-align: center;
  background: #b0d500;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px;
}

a.newsList__title {
  display: block;
  padding-left: 20px;
  padding-right: 25px;
  max-width: calc(100% - 90px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 90px);
          flex: 0 0 calc(100% - 90px);
}

a.newsList__cate:hover ,
a.newsList__title:hover {
  text-decoration: none;
  opacity: 0.6;
}

.newsSec__more{
  text-align: right;
  display: block;
  position: relative;
  padding-right: 13px;
  margin-top: 10px;
}
.newsSec__more:hover{
  opacity: 0.6;
  text-decoration: none;
}
.newsSec__more:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    top: 50%;
    right: 0px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
/* メディア */
.mediaWrap__title{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mediaList{

}

.mediaList li{
 border-top: 1px dotted #1b1b1b;;
}
.mediaList li:last-child{
 border-bottom: 1px dotted #1b1b1b;;
}

.mediaList li a{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-bottom: 0;
}
.mediaList li a:hover{
  opacity: 0.6;
  text-decoration: none;
}
.mediaList li a .mediaList__img{
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}


.mediaList li a .mediaList__title{
  padding-left: 15px;
      padding-top: 15px;
  max-width: calc(100% - 70px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 70px);
          flex: 0 0 calc(100% - 70px);

}
