
/* common */
/* html {
  visibility: hidden;
} */
html.wf-active {
  visibility: visible;
}
body .main{
  font-family: 'Meiryo';
  color: #27282C;
}
.wrap {
  background: #EAEAEA;
  min-width: auto;
}
p{
  text-align: justify;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4,h5, .span-bold {
  font-family: noto-sans-cjk-jp, sans-serif;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.align-cntr{
  text-align: center;
}
.k-navy{
  color: #0E1C77;
}
.k-white{
  color: #ffffff;
}
.k-yellow{
  color: #FEF100;
}
.k-orange{
  color: #F4B800;
}
.k-cyan{
  background-color: #00aebb;
}
.k-bg-navy{
  background-color: #0E1C77;
  color: #fff;
}
.k-bg-orange{
  color: #0E1C77;
  background-color: #F4B800;
}
.k-bg-yellow{
  color: #0E1C77;
  background-color: #FEF100;
}
.k-bg-white{
  background-color: #fff;
}
.k-bg-gray{
  background-color: #EFEFEF;
  color: #333;
}
.btn-link{
  display: inline-block;
  padding: 0.8em 1em;
  border-radius: 0.6em;
  font-weight: bolder;
  cursor: pointer;
}
/* page common */

/* [id^='sec_'] .container {
  width: 974px;
  margin: 0 auto;
} */
.inner{
  max-width: 1024px;
  margin: 0 auto;
}
[id^='sec_'] .container h2{
  font-size: 55px;
  line-height: 1.4;
}  
/* [id^='sec_'] .container p{
  font-size: 16px;
  line-height: 1.8;
  margin: 1em auto;
} */
.left-icon.k-bg-orange{
  padding: 0.8em;
  font-weight: bold;
  border-radius: 0.5em;
  width: 250px;
  font-size: 16px;
}
.btn-link-with-icon{
  padding: 0.6em 4.3em 0.5em;
}
.btn-link-with-icon:before {
  width: 1.5em;
  height: 1.5em;
  }
.span-normal{
    font-weight: normal;
}
.span-bold{
  font-weight: bold;
}
.news_noLink {
  padding: 0;
}

@media screen and (min-width: 900px) {
  .container h2,
  .inner h2{
    text-align: center;
  }  
}

@media screen and (max-width: 899px) and (min-width: 1px) {
  .wrap {
    min-width: 320px;
  }
  .container
  {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}


/* #sec-eycatch */
#sec_eyecatch .icon {
  position: absolute;
  top: 147px;
  right: 2.92%;
  width: 6.88vw;
  max-width: 132px;
}
#sec_eyecatch .flex {
  justify-content: flex-start;
}
#sec_eyecatch .flex .text {
  width: 100%;
  line-height: 1.75;
  font-size: 1.34vw;
}
#sec_eyecatch .no1 {
  width: 27%;
  max-width: 132px;
  padding-left: 2vw;
}
#sec_eyecatch .detail div {
  border: 1px solid #F4B800;
  background: #F4B800;
  border-radius: 7px;
  padding: 0.83vw 0 0.72vw;
  width: 50.4%;
  color: #0E1C77;
  text-align: center;
  /* margin: 0 auto;
  margin-top: 3%;
  margin-left: 6%; */
  /* margin: 1.5% 0 0 8.5%; */
  margin: 4% auto 0;
  position: relative;
  font-weight: bold;
}
#sec_eyecatch .memo {
  font-size: 0.5vw;
  padding-top: 1.67vw;
}
#sec_eyecatch .ribbon {
  width: 96.97%;
}
#sec_eyecatch .btnArea .detail a {
  font-size: max(1.43vw,16px);
  padding-left: 6%;
  width: 100%;
}
#sec_eyecatch .btnArea .detail a:before {
  display: inline-block;
  background: url(/renew/images_dx/icon_dx_btn_arrow.png) no-repeat;
  content: '';
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  width: 1.5vw;
  height: 1.5vw
}

@media screen and (min-width: 900px) {
  #sec_eyecatch {
    height: 46.25vw;
    min-height: 495px;
    color: #FFF;
    background: url(/static/images/top/eyecatch_dx_top.png) no-repeat center top / cover;
  }
  #sec_eyecatch h1 {
    padding-bottom: 2.05vw;
  }
  #sec_eyecatch h3 {
    padding-bottom: 1.25vw;
    line-height: 1.4;
    font-size: 1.97vw;
  }
  #sec_eyecatch .flex {
    padding-bottom: 1vw;
  }
  #sec_eyecatch .container > div {
    width: 31.78%;
    padding-top: 3%;
    padding-left: 10%;
  }
  #sec_eyecatch .flex {
    justify-content: flex-start;
  }  
}

@media screen and (max-width: 899px) and (min-width: 1px) {
  #sec_eyecatch {
    background-color: #fff;
  }
  #sec_eyecatch .eyecatch{
    width: 100vw;
  }
  #sec_eyecatch .container {
    padding-bottom: 13.27vw;
  }
  #sec_eyecatch .icon {
    position: absolute;
    top: 86px;
    right: 2.92%;
    width: 15vw;
    max-width: 132px;
  }
  #sec_eyecatch h3 {
    color: #333;
    margin: 24px 0;
    font-size: 6.4vw;
  }
  #sec_eyecatch h1 {
    padding-bottom: 5.2vw;
  }
  #sec_eyecatch .flex {
    /* padding-bottom: 6.4vw; */
    align-items: center;
  }
  #sec_eyecatch .detail div {
    border: 1px solid #0E1C77;
    background: #fff;
    border-radius: 7px;
    padding: 2.63vw 0 2.52vw;
    width: 49.07vw;
    color: #0E1C77;
    text-align: center;
  }
  #sec_eyecatch .memo {
    font-size: 2.5vw;
    padding-top: 3.67vw;
  }
  #sec_eyecatch .flex .text {
    font-size: 4.27vw;
  }
  #sec_eyecatch .btnArea .detail a:before {
    display: none;
  }
  #sec_eyecatch .detail div {
    width: 80%;
    margin: 0 auto;
    margin-top: 8.53vw;
  }
  #sec_eyecatch .btnArea .detail a {
    padding-left: 0%;
  }

}

/* sec_list
#sec_list .container {
  max-width: 94%;
  width: 100%;
  margin: 0 auto;
  padding: 2% 0 2%;
}
#sec_list .container .list {
  align-items: stretch;
  justify-content: space-between;
}
#sec_list .container .list div {
  / background-color: #EFEFEF; /
  width: 32%;
  / height: 44vh; /
  margin-right: 1%;
  margin-bottom: 2%;
}
#sec_list .container .list .item3 {
  margin-right: 0%;
}
#sec_list .container .list .item4 {
  width: 66%;
}
#sec_list .container .list .item5 {
  width: 32%;
  margin-right: 0%;
}
#sec_list .container .list h2 {
  font-size: 1.5vw;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  border-bottom: solid 1px #fff;
  margin-top: 5%;
  margin-bottom: 5%;
}
#sec_list .container .list .item5 ul {
  width: 80%;
  margin: 0 auto;
}
#sec_list .container .list .item5 li {
  padding: 2%;
  font-weight: bold;
  font-size: 1.3vw;
}
#sec_list img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #sec_list .container {
    max-width: 90%;
    width: 100%;
  }
  #sec_list .container .list {
    align-items: stretch;
    justify-content: center;
  }
  #sec_list .container .list div {
    width: 95%;
    margin-bottom: 4%;
    margin-right: 0%;
  }
  #sec_list .container .list .item4,
  #sec_list .container .list .item5 {
    width: 95%;
  }
  #sec_list .container .list h2 {
    font-size: 5vw;
    width: 74%;
    margin-bottom: 2%;
  }
  #sec_list .container .list .item5 ul {
    padding-bottom: 7vw;
  }
  #sec_list .container .list .item5 li {
    padding: 6vw 0 0 3vw;
    font-weight: bold;
    font-size: 4vw;
  }
} */

/* #sec_list_b */

#sec_list_b .container .list .item5 h2 {
  font-size: 1.56vw;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  border-bottom: solid 1px #fff;
  margin-top: 5%;
  margin-bottom: 5%;
}
#sec_list_b img {
  width: 100%;
}
#sec_list_b .container .list .item2 .textArea,
#sec_list_b .container .list .item3 .textArea,
#sec_list_b .container .list .item4 .textArea {
    color: #fff;  
}
#sec_list_b .container .list .item1 a,
#sec_list_b .container .list .item2 a,
#sec_list_b .container .list .item3 a,
#sec_list_b .container .list .item4 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* #sec_list_b .container .list .item1 a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
#sec_list_b .container .list .item1 .Link,
#sec_list_b .container .list .item2 .Link,
#sec_list_b .container .list .item3 .Link,
#sec_list_b .container .list .item4 .Link{
    position:relative;
    height:100%;
}

@media screen and (min-width: 900px) {
	#sec_list_b .container {
		width: 95%;
		max-width: 1824px;
		margin: 0 auto;
		padding: 2.3vw 0;
	}
	#sec_list_b .flex {
		justify-content: space-between;
	}
	/* #sec_list_b .list div:nth-of-type(-n+3) {
		width: 32%;
		margin-bottom: 2.08vw;
	} */
	#sec_list_b .list div:nth-of-type(4) {
		width: 66%;
	}
	#sec_list_b .list div:nth-of-type(5) {
		align-self: stretch;
		width: 32%;
	}
  #sec_list_b .container .list .item5 ul {
    width: 80%;
    margin: 0 auto;
  }
  #sec_list_b .container .list .item5 li {
    padding: 2%;
    font-weight: bold;
    font-size: 1.2vw;
  }
  #sec_list_b .container .flex {
    align-items: stretch;
}
#sec_list_b .container .list .item1,
#sec_list_b .container .list .item2,
#sec_list_b .container .list .item3 {
  width: 32%;
  margin-bottom: 3%;
}
#sec_list_b .container .list .textArea {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 42%;
}
#sec_list_b .container .list .item1 {
  background: url(/renew/images_dx/top_item1-1.png) no-repeat center top / cover;
}
#sec_list_b .container .list .item2 {
  background: url(/renew/images_dx/top_item2-1.png) no-repeat center top / cover;
}
#sec_list_b .container .list .item3 {
  /* background: url(/renew/images_dx/top_item3-1.png) no-repeat center top / cover; */
  background: url(/renew/images_dx/default_banner_pc@2x.png) no-repeat center top / cover;
}
#sec_list_b .container .list .item1:hover,
#sec_list_b .container .list .item2:hover,
#sec_list_b .container .list .item3:hover,
#sec_list_b .container .list .item4:hover{
  opacity: 0.85;
}
#sec_list_b .container .list .textArea .detail {
  font-size: 1.2vw;
}
#sec_list_b .container .list .textArea .detail p {
  font-weight: bold;
  font-size: 1vw;
}
#sec_list_b .container .list .item1 .textArea .detail p {
  color: #0E1C77;
}
#sec_list_b .container .list .item1 h2,
#sec_list_b .container .list .item2 h2,
#sec_list_b .container .list .item3 h2 {
  font-size: 1.46vw;
  width: 100%;
  margin: 0 auto; 
  text-align: left;
  padding-top: 5%;
  margin-bottom: 5%;
}
#sec_list_b .container .list .item4 h2 {
  font-size: 1.46vw;
  width: 100%;
  margin: 0 auto; 
  text-align: left;
  padding-top: 10%;
  margin-bottom: 5%;
}
#sec_list_b .container .list .textArea p {
  padding-bottom: 3%;
  line-height: 1.591;
  font-size: 1vw;
}
#sec_list_b .container .list .item4 {
  background: url(/renew/images_dx/top_item4-1.png) no-repeat center top / cover;
}
#sec_list_b .container .list .item4 .textArea {
  width: 32%;
  margin-left: 3%;
  padding-bottom: 21%;
}


}
@media screen and (max-width: 899px) and (min-width: 1px) {
#sec_list_b .list [class^="item"] {
    margin-bottom: 4.27vw;
    width: 100%;
  }
  #sec_list_b .list .item1 a {
    width: 100%;
  }
  #sec_list_b .list .item1 a img {
    width: 100%;
  }
  #sec_list_b .container .list h2 {
    font-size: 5vw;
    width: 90%;
    margin-bottom: 2%;
  }
  #sec_list_b .container .list ul {
    padding-bottom: 7vw;
  }
  #sec_list_b .container .list li {
    padding: 6vw 0 0 12vw;
    font-weight: bold;
    font-size: 4vw;
  }
  #sec_list_b .container .list .textArea {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 90vw;
  }
  #sec_list_b .container .list .item1 .textArea {
    width: 87%;
    margin: 0 auto;
    padding-bottom: 64vw;
  }
  #sec_list_b .container .list .item1 {
    background: url(/renew/images_dx/top_item1_sp.png) no-repeat center top / cover;
  }
  #sec_list_b .container .list .item2 {
    background: url(/renew/images_dx/top_item2_sp.png) no-repeat left top / cover;
  }
  #sec_list_b .container .list .item3 {
    /* background: url(/renew/images_dx/top_item3_sp.png) no-repeat left top / cover; */
    background: url(/renew/images_dx/default_banner_sp@2x.png) no-repeat left top / cover;
  }
  #sec_list_b .container .list .item4 {
    background: url(/renew/images_dx/top_item4_sp.png) no-repeat center top / cover;
  }
  #sec_list_b .container .list .item2 h2,
  #sec_list_b .container .list .item3 h2,
  #sec_list_b .container .list .item4 h2 {
    font-size: 6.13vw;
    width: 100%;
    margin: 0 auto; 
    text-align: left;
    margin-top: 6.4vw;
    margin-bottom: 4.27vw;
  }
  #sec_list_b .container .list .item1 h2 {
    margin-top: 10.67vw;
    margin-bottom: 6.4vw;
    color: #0E1C77;
    font-size: 6.4vw;
    width: 100%;
  }
  #sec_list_b .container .list .item5 h2 {
    font-size: 5.67vw;
    margin-bottom: 0;
  }
  #sec_list_b .container .list .textArea p {
    padding-bottom: 2.93vw;
    line-height: 1.591;
    font-size: 4.27vw;
  }
  #sec_list_b .container .list .item1 .textArea p {
    padding-bottom: 2.93vw;
    line-height: 1.591;
    font-size: 4.27vw;
    margin: 6.4vw 0;
    width: 94%;
  }
  #sec_list_b .container .list .textArea .detail p {
    font-weight: bold;
    font-size: 4.27vw;
  }
  #sec_list_b .container .list .item1 .textArea .detail p {
    color: #0E1C77;
  }
}
@media screen and (min-width: 1980px){
  #sec_list_b .container .list .item5 li {
    font-size: 20px;
  }
  #sec_list_b .container .list h2{
    font-size: 30px;
  }
  #sec_list_b .container .list .item1 h2,
  #sec_list_b .container .list .item2 h2,
  #sec_list_b .container .list .item3 h2,
  #sec_list_b .container .list .item4 h2,
  #sec_list_b .container .list .item5 h2{
    font-size: 30px;
  }
  
  #sec_list_b .container .list .textArea p {
    font-size: 20px;
  }
  #sec_list_b .container .list .textArea .detail p {
    font-size: 16px;
}
}

/* 旧#sec-eycatch */

/* .webp #sec_eyecatch {
  height: 53vw;
  text-align: center;
  position: relative;
  color: #fff;
  max-width: 100%;
  background: url(/renew/images_dx/webp/eycatch.webp),linear-gradient(
    90deg, black, #050B30,black);
        background-position: top 40px center,top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
}
.no-webp #sec_eyecatch {
  height: 51vw;
  text-align: center;
  position: relative;
  color: #fff;
  max-width: 100%;
  background: url(/renew/images_dx/jpeg/eycatch.png),linear-gradient(
    90deg, black, #050B30,black);
        background-position: top 40px center,top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
}

#sec_eyecatch .container{
  padding-top: 3vw;
}
#sec_eyecatch h1 img{
  width: 76%;
  height: auto;
}
#sec_eyecatch p{
  font-size: 1.4vw;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.6;
  padding-bottom: 1em;
  display: inline-block;
}
#sec_eyecatch .btns{
  justify-content: space-around;
  margin-top: 2em;
}
#sec_eyecatch .btns .btn-link{
  width: 13.5vw;
  padding: 1.0vw 0;
  margin: 0.5vw 0;
  font-size: 1.2vw;
}
#sec_eyecatch .tel{
  color: #fff;
  border: thin solid #fff;
  border-radius: 0.6vw;
  padding: 0.8vw 0;
  text-align: center;
  margin: 1vw 0;
}
#sec_eyecatch .tel span:nth-of-type(1){
  font-size: 0.9vw;
}
#sec_eyecatch .tel span:nth-of-type(2){
  font-size: 1.5vw;
  padding-left: 0.6vw;
}
#sec_eyecatch .certification-icon img {
  margin: 1vw 0.5vw;
}
#sec_eyecatch .certification-icon img {
  height: 5vw;
}
#sec_eyecatch .kensetsu_dx {
  position: absolute;
  right: 2rem;
  top: 3rem;
  max-width: 122px;
}
#sec_eyecatch .no1_list .flex img{
  margin-top: 1em;
}
#sec_eyecatch .no1_list p{
  font-size: 0.93vw;
  font-weight: normal;
  text-align: center;
  padding: 0em;
}
#sec_eyecatch .no1_list .bold{
  font-size: 1.32vw;
  font-weight: bold;
}
#sec_eyecatch .no1_list .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
}
#sec_eyecatch .no1_list .flex div{
  border-top: 0.7px solid #fff;
  border-bottom: 0.7px solid #fff;
  height: 7vw;
  margin-top: 0.5em;
}
#sec_eyecatch .no1_list .flex img{
  width: 8.13vw;
}
#sec_eyecatch .no1_list .flex li {
  width: 30%;
}
#sec_eyecatch .memo p {
  font-size: 0.8vw;
  font-weight: normal;
  margin: 0 auto;
  width: 121%;
  padding-top: 2em;
}


@media screen and (min-width: 769px) {
  #sec_eyecatch .container{
    width: 33vw;
    padding-right: 58vw;
  }
  #sec_eyecatch .tel {
    pointer-events: none;
  }
  #sec_eyecatch .certification-icon{
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

}
@media screen and (max-width: 768px) and (min-width: 1px) {
  .webp #sec_eyecatch{
    background: black url('/renew/images_dx/webp/eyecatch-sp-2@2x.webp') top center / 100% auto no-repeat;
    height: auto;
    padding-top: 74%;
    padding-bottom: 30px;
    text-align: center;
  }
  .no-webp #sec_eyecatch{
    background: black url('/renew/images_dx/eyecatch-sp-2@2x.png') top center / 100% auto no-repeat;
    height: auto;
    padding-top: 80%;
    padding-bottom: 30px;
    text-align: center;
  }
  #sec_eyecatch .kensetsu_dx {
    display: none;
  }
  #sec_eyecatch p{
    margin: 2.2vw 0;
    font-size: 4.0vw;
  }
  #sec_eyecatch .btns .btn-link{
    width: 100%;
    font-size: 4.8vw;
    border-radius: 10px;
    padding: 2vw;
    font-weight: normal;
    margin-bottom: 5vw;
  }
  #sec_eyecatch .certification-icon{
    margin-top: 8vw;
    display: flex;
    justify-content: space-around;
  }
  #sec_eyecatch .certification-icon img{
    height: 15vw;
    margin: 0 0.2vw;
  }
  #sec_eyecatch .tel span {
    display: block;
  }
  #sec_eyecatch .tel span:nth-of-type(1){
    font-size: 4.8vw;
    padding: 1vw;
  }
  #sec_eyecatch .tel span:nth-of-type(2){
    font-size: 8.0vw;
    padding: 1vw;
  }
  #sec_eyecatch h1 img{
    width: 80%;
    height: auto;
  }
  #sec_eyecatch .container{
    padding-top: 5vw;
  }
  #sec_eyecatch .no1_list .flex img{
    width: 21.13vw;
  }
  #sec_eyecatch .no1_list p{
    font-size: 3.19vw;
  }
  #sec_eyecatch .no1_list .flex div{
    height: 20vw;
  }
  #sec_eyecatch .no1_list .bold{
    font-size: 3.52vw;
  }
  #sec_eyecatch .memo p {
    font-size: 2.83vw;
    font-weight: normal;
    margin: 0 auto;
    width: 105%;
    padding-top: 2em;
  }
  
} */


/* sec_campaign */

/* .campaign{
  padding: 2em 0;
  background: #00aebb url('/renew/images_dx/jpeg/campaign_bg.png') center center / auto 100% no-repeat;

}
.campaign .container{
  font-weight: bold;
  text-align: center;
  width: 550px;
}
.campaign .text{
  font-size: 32px;
}
.campaign .price span:nth-of-type(1){
  font-size: 30px;
  width: 32px;
  display: inline-block;
}
.campaign .price span:nth-of-type(2){
  font-size: 80px;
}
.campaign .price span:nth-of-type(3){
  font-size: 60px;
}
.campaign .duration{
  color: #fff;
  align-items: flex-end;
  font-size: 24px;
  margin: 1em 0;
}
.campaign .duration span{
  display: inline-block;
  font-weight: lighter;
  font-size: 20px;
  border: thin solid #fff;
  padding: 0.4em 0.8em;
}
.campaign .duration strong{
  font-size: 1.6em;
}

.campaign{}

@media screen and (min-width: 769px) {
  .campaign .container{
    padding-right: 530px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  .campaign{
    padding-bottom: 50%;
    background-position: bottom center;
    background-size: auto 50%;
  }
  #sec_campaign .container{
    text-align: center;
  }
} */

/* sec_news */
#sec_news{
  background-color: #fff;
  padding: 3% 0 4%;
  color: #0E1C77;
}
#sec_news .container {
  width: 95%;
  max-width: 1824px;
  margin: 0 auto;
  border-top: solid 1px #0E1C77;
  border-bottom: solid 1px #0E1C77;
  display: flex;
  align-items: center;
}
#sec_news .text{
  flex-shrink: 0;
  padding: 0em;
  border-right: 0.4px solid #fff;
  font-weight: bold;
  width: 9%;
  font-size: 1.5vw;
  text-align: center;
  /* padding-left: 10vw; */
}
#sec_news dl{
  flex-grow: 1;
  padding: 0 1%;
  line-height: 1.6;
  width: 80%;
}
#sec_news dl > div{
  display: flex;
  margin: 1.2em 0;
  width: 100%;
  color: #0E1C77;
  font-size: 1.2vw;
}
#sec_news dl dt{
  padding-right: 2%;
}
#sec_news dl dd{
  width: 80%;
}
#sec_news button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 7px 14px 6px 14px;
  margin-right: 10vw;
  font-size: 15px;
  width: 130px;
}
#sec_news button:hover {
  opacity: 0.85;
}

@media screen and (max-width: 899px) and (min-width: 1px) {
  #sec_news {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 17vw;
  }
  #sec_news .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    border-top: none;
  }
  #sec_news dl > div{
    flex-direction: column;
    font-size: 4.27vw;
  }
  /* #sec_news dd a{
    text-decoration: underline;
  } */
  #sec_news .text{
    border-right: none;
    font-size: 4.8vw;
    padding: 0;
    width: 100%;
    border-bottom: solid 1px #0E1C77;
    text-align: left;
  }
  #sec_news button {
    width: 91.73%;
    margin: 0 auto;
  }
  #sec_news dl{
    padding: 0 ;
    width: 100%;
  }
  #sec_news dl dt{
    margin-right: 1em;
  }
  #sec_news dl dd{
    width: 100%;
  }
}

/* sec_cloud */
/* #sec_cloud{
  background: #000 url('/renew/images_dx/sec_cloud_bg.jpg') center top / 1920px auto no-repeat;
  height: 2117px;
  position: relative;
  text-align: center;
  padding: 3em 0 10em;
} */
@media screen and (min-width: 769px){
  /* webp用 */
  .webp #sec_cloud .bottom {
    background: #000 url('/renew/images_dx/webp/sec_cloud_bg@2x-2.webp') center bottom / 1865px auto no-repeat;
    /* height: 2117px; */
    height: 1638px;
    position: relative;
    text-align: center;
    padding: 0em 0 0em;
  }
  .no-webp #sec_cloud .bottom{
    background: #000 url('/renew/images_dx/sec_cloud_bg@2x-2.png') center bottom / 1865px auto no-repeat;
    /* height: 2117px; */
    height: 1638px;
    position: relative;
    text-align: center;
    padding: 0em 0 0em;
  }
  /* .webp #sec_cloud .bottom {
    background: none;
  } */
}

#sec_cloud h2,
#sec_cloud p{
  color: #fff;
}
#sec_cloud .bottom{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
#sec_cloud .bottom img.cloud-main{
  width: 538px;
  padding-top: 500px;
  max-width: 68%;
}
/* #sec_cloud .bottom p{
  max-width: 1024px;
  display: inline-block;
} */
#sec_cloud .k-bg-white{
  max-width: 1200px;
  padding: 43px 0;
  border-radius: 1em;
  margin-top: 30px;
}
#sec_cloud .k-bg-white h3{
  text-align: center;
  font-size: 40px;
}
#sec_cloud .k-bg-white ul{
  align-items: flex-start;
}
#sec_cloud .k-bg-white li{
  width: 320px;
}
#sec_cloud .k-bg-white li figure{
  /* height: 290px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sec_cloud .k-bg-white li figcaption{
  font-size: 16px;
  margin: 1em 0 0;
}
#sec_cloud .k-bg-white li small{
  font-size: 16px;
}
#sec_cloud .k-bg-white li .btn-link{
  width: 80%;
}
#sec_cloud .container .product-title{
  font-size: 16px;
  font-weight: normal;
  margin:0 auto;
}
#sec_cloud .loop_wrap {
  height: 200px;
  background-color: #fff;
  /* margin-top: 30px;
  pointer-events: none;
  text-align: center;
  width: 1980px; */
}
#sec_cloud .loop_logo {
    animation: bgiLoop 74s linear infinite;
    background: url('/renew/images_dx/loop_logo.png') repeat-x 50%;
    background-size: auto 200px;
    /* height: 125px; */
    width: 100%;
}
@keyframes bgiLoop {
  0% { background-position: 0 0;}
	100% {
		background-position: -8872px 0px;
	}
}
.loop_wrap {
  display: flex;
  /* width: 100vw;
  height: 300px; */
  overflow: hidden;
}
#sec_cloud .container {
  width: 100%;
  margin: 0 auto;
}
#sec_cloud p {
  max-width: 1080px;
  margin: 0 auto;
  width: 97%;
}
#sec_cloud small {
  font-size: 30px;
}
#sec_cloud .achievement h3 {
  background-color: #F4B800;
  font-size: 22px;
  color: #333;
  font-weight: normal;
  padding: 9px 0px;
  margin-top: 14px;
}
#sec_cloud .achievement p {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
}
#sec_cloud .achievement ul {
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-around;
}
#sec_cloud .achievement li {
  width: 264px;
  margin: 56px 0 48px;
}
#sec_realtime .container {
  width: 100%;
  margin: 0 auto;
}



@media screen and (min-width: 769px) {
  #sec_cloud .cloud-top h2{
    font-size: 55px;
    padding: 80px 0 56px;
    background-color: #000000;
  }
  /* #sec_cloud .container h2{
    padding-top: 80px;
  } */
  #sec_cloud .bottom h2{
    padding: 55px 0  48px;
  }
  #sec_cloud .k-bg-white li div{
    font-size: 25px;
    font-weight: bold;
    margin: 0.1em 0 0.5em;
    min-height: 2em;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_cloud{
    height: auto;
    background: #000;
    background-image: none !important;
    position: inherit;
  }
  #sec_cloud .k-bg-white h3{
    text-align: center;
    font-size: 25px;
  }
  #sec_cloud .k-bg-white li div{
    font-size: 25px;
    font-weight: bold;
    margin: 1.4rem 0;
    min-height: 2em;
  }
  /* #sec_cloud .bottom{
    position: inherit;
    background: #000 url('/renew/images_dx/sec_cloud_bg_sp2.png') center top / 100% auto no-repeat;
    padding-top: 179vw;
  } */
  /* webp */
  .webp #sec_cloud .bottom {
    position: inherit;
    /* background: #000 url('/renew/images_dx/webp/sec_cloud_bg_sp_4.webp?1') center top / 100% auto no-repeat; */
    background: #000 url('/renew/images_dx/webp/sec_cloud_bg_sp_4.webp?1') center 1030px / 100% auto no-repeat;
    /* padding-top: 188vw; */
    /* height: 2809px; */
  }
  .no-webp #sec_cloud .bottom {
    position: inherit;
    /* background: #000 url('/renew/images_dx/sec_cloud_bg_sp3_4.png?1') center top / 100% auto no-repeat; */
    background: #000 url('/renew/images_dx/webp/sec_cloud_bg_sp_4.png') center 1026px / 100% auto no-repeat;
    /* padding-top: 188vw; */
    /* height: 2809px; */
  }
  #sec_cloud h2{
    font-size: 30px;
    text-align: center;
    padding-top: 44px;
    padding-bottom: 37px;
  }
  #sec_cloud .k-bg-white li div{
    font-size: 25px;
    font-weight: bold;
    margin: 1.4rem 0;
  }
  #sec_cloud .container .cloud-top p{
    font-size: 15px;
  }
  #sec_cloud .bottom p{
    font-size: 15px;
    width: 91%;
  }
  /* #sec_cloud .bottom h2{
    padding-top: 42px;
  } */
  #sec_cloud .bottom .container{
    padding-bottom: 50px;
  }
  #sec_cloud .container {
    max-width: 100%;
    margin: 0 auto;
  }
  #sec_cloud .achievement ul {
    flex-direction: column;
  }
  #sec_cloud .achievement li {
    width: 70vw;
    margin: 24px 0;
  }
  #sec_cloud .achievement li:first-of-type {
    margin: 48px 0 24px;
  }
  #sec_cloud .achievement li:last-of-type {
    margin: 24px 0 40px;
  }
  #sec_cloud .achievement p {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
  }
  #sec_cloud .bottom h2 {
    /* padding-top: 1316px; */
    padding-top: 203vw;
    font-size: 30px;
    margin-bottom: 2vw;
  }

}

/* sec_realtime */
#sec_realtime .container {
  padding-bottom: 3vw;
  background-color: #000;
}
#sec_realtime .autoplay img {
  width: 100%;
}
#sec_realtime .slick-slider {
  margin-bottom: 0px;
  display: inline;
}
#sec_realtime .realtime_text {
  color: #fff;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
#sec_realtime .realtime_text h3 {
  font-size: 55px;
  margin-bottom: 32px;
  text-align: center;
}
#sec_realtime .realtime_text p {
  font-size: 16px;
  max-width: 1080px;
  width: 97%;
}
/* #sec_realtime .slick-track {
  max-width: 3320px;
  width: 100%;
} */
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_realtime .slick-slide img {
    width: 100%;
  }
  #sec_realtime .container {
    max-width: 100%;
  }
  #sec_realtime .realtime_text p {
    font-size: 15px;
    width: 91%;
  }
  #sec_realtime .realtime_text h3 {
    font-size: 30px;
    line-height: 1.5;
  }
}

/* sec_shift */
#sec_shift .pre-shift{
  background: url('/renew/images_dx/sec_shift_pre_bg.jpg') center center / cover no-repeat;  
  color: #27282C;
}
#sec_shift h2{
  font-size: 55px;
  padding: 1em 0 0.5em;
  line-height: 1.2;
  text-align: center;
}
#sec_shift .pre-shift img{
  max-width: 53%;
}
/* #sec_shift .post-shift img{
  max-width: 40%;
  padding-left: 60px;
} */

#sec_shift .pre-shift .inner,
#sec_shift .post-shift .inner{
    position: relative;
    text-align: center;
}
#sec_shift .pre-shift ul{
  height: 650px;
  position: relative;
}
#sec_shift .pre-shift ul li{
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2em;
  display: inline-block;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.5em;
}
#sec_shift .pre-shift ul li:nth-of-type(1){
  background-image: url('/renew/images_dx/balloon3@2x.png');
  left: 30px;
  top: 90px;
}
#sec_shift .pre-shift ul li:nth-of-type(2){
  background-image: url('/renew/images_dx/balloon2@2x.png');
  left: 20px;
  top: 330px;
}
#sec_shift .pre-shift ul li:nth-of-type(3){
  background-image: url('/renew/images_dx/balloon1@2x.png');
  right: 110px;
  top: 70px;
}
#sec_shift .pre-shift ul li:nth-of-type(4){
  background-image: url('/renew/images_dx/balloon4@2x.png');
  right: 30px;
  top: 330px;
}
#sec_shift .boundary{
  text-align: center;
  height: 120px;
  margin: -60px 0;
  z-index: 2;
  position: relative
}
#sec_shift .boundary img{
  height: 105px
}

#sec_shift .post-shift{
  background: url('/renew/images_dx/sec_shift_post_bg.jpg') center center / cover no-repeat;
  padding-top: 60px;
}

#sec_shift .post-shift ul{
  max-width: 1024px;
  margin: 0px auto;
}
#sec_shift .post-shift ul{
  justify-content: space-between;
  padding: 1em;
}
#sec_shift .post-shift ul li{
  width: 370px;
  text-align: center;
  margin: 1em 0;
  border-radius: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  height: 290px;
}
#sec_shift .post-shift ul li .k-orange{
  font-size: 70px;
  padding: 25px;
}
#sec_shift .post-shift ul li .k-orange::after{
  display: block;
  content: "が見える";
  font-size: 40px;
  color: #fff;
  padding-top: 10px;

}
/* #sec_shift span{
  font-weight:bold
} */
@media screen and (min-width: 769px) {
  
  #sec_shift .post-shift .inner{
    padding-bottom: 2em;
    height: 1000px;
  }
  #sec_shift .pre-shift ul li{
    position: absolute;
  }
  #sec_shift .pre-shift img,
  #sec_shift .post-shift img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sec_shift .post-shift img{
    max-width: 40%;
    padding-left: 60px;
  }
  #sec_shift .post-shift ul li .desc{
    font-size: 20px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_shift .post-shift ul {
    justify-content: center;
    padding-bottom: 73vw;
  }
  #sec_shift .pre-shift img,
  #sec_shift .post-shift img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 57vw;
  }
  #sec_shift h2{
    font-size: 30px;
    line-height: 1.4;
    padding-top: 34px;
    text-align: center;
    }
    #sec_shift .pre-shift ul{
      position: relative;
    }
    #sec_shift .pre-shift ul li:nth-of-type(1){
      background-image: url('/renew/images_dx/balloon3_sp@2x.png');
      left: 9vw;
      top: 1vw;
      position: absolute;
      font-size: 4vw;
    }
    #sec_shift .pre-shift ul li:nth-of-type(2){
      background-image: url('/renew/images_dx/balloon2_sp@2x.png');
      left: 7vw;
      top: 33vw;
      position: absolute;
      font-size: 4vw;
    }
    #sec_shift .pre-shift ul li:nth-of-type(3){
      background-image: url('/renew/images_dx/balloon1_sp@2x.png');
      right: 1vw;
      top: 19vw;
      position: absolute;
      font-size: 4vw;
    }
    #sec_shift .pre-shift ul li:nth-of-type(4){
      background-image: url('/renew/images_dx/balloon4_sp@2x.png');
      right: 12vw;
      top: 57vw;
      position: absolute;
      font-size: 4vw;
    }
    #sec_shift .pre-shift img {
      max-width: 64vw;
  }
  #sec_shift .post-shift ul li .k-orange{
    font-size: 52px;
    padding: 35px 5px 13px;
    text-align: center;
  }
  #sec_shift .post-shift ul li .k-orange::after {
    display: inline;
    content: "が見える";
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
  }
  #sec_shift .post-shift ul li {
    text-align: center;
    margin: 1em 0;
    border-radius: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    height: 211px;
  }
  #sec_shift .pre-shift .inner{
    position: relative;
    text-align: center;
    max-width: 95vw;
    height: 139vw;
  }
  #sec_shift .boundary img{
    height: 60px;
    padding-top: 30px;
  }
  #sec_shift .post-shift ul li .desc{
    font-size: 16px;
    padding: 10px 0 23px;
  }
}

/* sec_feature */
/* webp */
#sec_feature{
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
#sec_feature .feature{
  padding: 4rem 0;
  max-width: 1024px;
  margin: 0 auto;
}
/* #sec_feature .feature .text{
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 648px auto;
  min-height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  border-bottom: thin solid #fff;
} */
#sec_feature .feature .text .inner{
  max-width: 487px;
  width: 90%;
  flex-shrink: 0;
  /* background-image:  url('/renew/images_dx/feature_icon.png'); */
  background-repeat:  no-repeat;
  background-size: 239px;
  margin-bottom: 2em;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_feature .feature .text .inner {
    padding: 0;
    display: block;
    order: 2;
  }
}
/* #sec_feature .feature:nth-of-type(odd) .text{
}
#sec_feature .feature:nth-of-type(even) .text{
} */
#sec_feature .k-orange{
  font-size: 75px;
  padding-bottom: 15px;
}
#sec_feature .k-orange::after{
  content: "が見える";
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
/* #sec_feature .span-bold{
  font-weight: bold;
} */

#sec_feature .feature .text .inner p{
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 1.75;
}
#sec_feature .illust_title img{
  max-width: 100%;
  padding: 1.5em 0.5em;
}
#sec_feature .text ul{
  display: flex;
  flex-wrap: wrap;
}
#sec_feature .text ul::before{
  font-size: 25px;
  font-weight: bold;
  display: block;
  content: "例えば…";
  width: 100%;
  padding-bottom: 0.5em;
}
#sec_feature .text ul li{
  line-height: 1;
  margin: 0.5em 2.5em 0.5em 0;
}

#sec_feature .text ul li::before{
  content: '';
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  background: url('/renew/images_dx/icon-list.png') center / contain no-repeat;
  vertical-align: middle;
}
#sec_feature .illust{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
}
#sec_feature .illust > div{
  width: 460px;
  padding: 1.5em;
}
#sec_feature .illust_title p.memo {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  #sec_feature .wrap_feature:nth-of-type(4) .text img{
    margin-left: -100px;
    width: 570px;
    max-width: 120%;
  }
  #sec_feature .wrap_feature:nth-of-type(3) .text img{
    width: 570px;
    flex-shrink: 0;
    max-width: 120%;
  }
  #sec_feature .wrap_feature:nth-of-type(2) .text img{
    width: 570px;
    margin-left: -112px;
    max-width: 120%;
  }
  #sec_feature .wrap_feature:nth-of-type(1) .text img{
    width: 720px;
    flex-shrink: 0;
  }
  #sec_feature h2{
    text-align: center;
    padding: 60px 0 53px 0;
    font-size: 57px;
    font-weight: bold;
  }
  #sec_feature .feature .text{
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 648px auto;
    min-height: 400px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 1024px;
    border-bottom: thin solid #fff;
  }
  #sec_feature .illust_title p{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
  }
  #sec_feature .feature_icon{
    background-image:  url('/renew/images_dx/feature_icon.png');
    background-repeat:  no-repeat;
    background-size: 50%;
  }
  #sec_feature .feature .text .inner .feature_icon p{
    font-size: 26px;
    padding-left: 200px;
    padding-top: 7px;
    font-weight: bold;
  }
  #sec_feature h2 .span-font{
    font-size: 70px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_feature .feature{
    max-width: 90%;
  }
  #sec_feature h2{
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    padding: 30px 0 20px 10px;
  }
  #sec_feature h2 .span-font{
    font-size: 50px;
  }
  #sec_feature .feature .text{
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: column;
  }
  #sec_feature .feature .text img{
    order: 2;
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    display: block;
    height: 253px;
  }
  #sec_feature #feature_kiroku .feature .text img {
    height: 202px;
    order: 1;
  }
  #sec_feature .feature {
    padding: 2rem 0;
    margin: 0 auto;
    max-width: 375px;
  }
  #sec_feature .feature .text .inner{
    display: block;
  }
  #sec_feature .feature_icon {
    text-align: center;
  }
  #sec_feature .k-orange {
    font-size: 55px;
    padding-bottom: 29px;
    text-align: center;
  }
  #sec_feature .k-orange::after {
    content: "が見える";
    font-size: 37px;
    font-weight: bold;
    color: #fff;
  }
  #sec_feature .illust_title p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    line-height: 1.5;
  }
  #sec_feature .illust_title img{
    max-width: 90%;
  }
  #sec_feature .example {
    order: 3;
    padding: 30px 0 0 30px;
  }
  #sec_feature .feature_icon{
    background-image:  url('/renew/images_dx/feature_icon.png');
    background-repeat:  no-repeat;
    background-size: 70%;
    background-position: center;
  }
  #sec_feature .feature .text .inner .feature_icon p{
    font-size: 30px;
    padding-left: 239px;
    padding-top: 38px;
  }

  #sec_feature .wrap_feature:nth-of-type(2n) .feature .text img {
    order: 1;
  }
  #sec_feature .wrap_feature:nth-of-type(2n) .feature .text .inner {
    order: 2;
  }
}

/* sec_scene */

#sec_scene h2{
  padding: 85px 0 95px;
}
#sec_scene .scene-icon ul{
  padding: 1em;
}
#sec_scene .scene-icon p {
  text-align: center;
}
.scene-icon{
  justify-content: space-around;
}
/* #sec_scene .scene-icon :nth-of-type(1) {
  margin-left: 10px;
  text-align: center;
}
#sec_scene .scene-icon :nth-of-type(2) {
  margin-left: 10px;
}
#sec_scene .scene-icon :nth-of-type(3) {
  margin-left: 10px;
}
#sec_scene .scene-icon :nth-of-type(4) {
  margin-left: 10px;
} */
#sec_scene ul.slider-nav li{
  display: inline-block;
  width: 12em;
  font-size: 1.0em;
}
#sec_scene .scene-icon li{
  border-bottom: thin solid transparent;
}
#sec_scene .scene-icon li.active{
  border-bottom: thin solid #fff;
}
#sec_scene .slider li{
  background-color: #fff;
  color: #000;
  padding: 2em 0.8em;
  margin: 0.5em;
}
#sec_scene .slider li img{
  width: 270px;
}
#sec_scene .container .slider li p{
  height: 136px;
  width: 280px;
  text-align: left;
 }
#sec_scene h3{
  font-size: 20px;
  text-align: left;
  padding: 30px 16px 15px;
 }
 #sec_scene .scene-link {
   height: 80px;
 }
 @media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_scene .scene-link {
    height: 80px;
  }
 }
 #sec_scene .scene-link p{
  font-size: 14px;
  text-align: center;
 }

@media screen and (min-width: 769px) {
  #sec_scene .container{
    padding-bottom: 126px;
  }
  #sec_scene ul{
    text-align: center;
    width: 800px;
    margin: 0 auto;
  }
  #sec_scene .scene-icon li {
    text-align: center;
    min-width: 5em;
  }
  #sec_scene .scene-icon img {
    height: 50px;
  }
  #sec_scene .slider{
    width: 974px;
    padding: 79px 0 70px;
    min-height: 500px;
   }
   #sec_scene .button {
    width: 300px;
    margin: 0px auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
  }
  #sec_scene .houkoku .sup{
    font-size: 10px;
    vertical-align: super;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_scene .scene-icon{
    margin: 0 auto;
    justify-content: space-between;
   }
   #sec_scene .select{
    text-align: center;
    margin: 0 auto;
  }
   #sec_scene h2{
    font-size: 30px;
    text-align: center;
    padding: 50px 0 37px;
   }
   #sec_scene .container{
    padding-bottom: 62px;
  }
  #sec_scene .container .select .scene-icon ul{
    text-align: center;
    width: 375px;
    margin: 0 auto;
  }
  #sec_scene ul{
    text-align: center;
    margin: 0 auto;
    padding: 0px;
  }
  #sec_scene .scene-icon li {
    text-align: center;
    min-width: 2em;
  }
  #sec_scene .scene-icon p {
    text-align: center;
    font-size: 15px;
  }
  #sec_scene .scene-icon img {
    height: 40px;
  }
  #sec_scene .slider{
    padding: 51px 0 40px;
   }
   #sec_scene .button {
    max-width: 345px;
    margin: 0px auto;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 71px 12px 70px; 
  }
}


/* sec_user */
/* #sec_user img.case {
  margin-bottom: 10px;
} */
/* #sec_user .cases-companies{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 97px;
  justify-content: space-between;
} */
/* #sec_user .cases-companies li {
  width: 21%;
  text-align: center;
  margin: 14px 0;
} */
/* #sec_user .cases-companies li img {
  height: 28px;
  width: auto;
} */
#sec_user .container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
#sec_user .jirei {
  text-align: center;
  padding-top: 57px;
}
#sec_user .jirei-img img{
  margin-bottom: 80px;
}
#sec_user .case {
  width: 100%;
  margin: 0 auto;
}
/* #sec_user .jirei img{
  display: block;
} */
#sec_user .jirei p{
  font-size: 30px;
  text-align: center; 
  font-weight: bold;
  margin: 0px;
}
#sec_user .point li{
  width: 262px;
  padding: 30px 24px 212px 24px;
  margin: 0.6em;
  background-position: right 50% bottom 30%;
  background-size: auto 130px;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 21px;
}
@media screen and (min-width: 769px) {
  #sec_user h2{
    padding-top: 100px;
    padding-bottom: 56px;
  }
  #sec_user .point{
    padding-bottom: 95px;
  }
  #sec_user .case {
    margin-bottom: 50px;
    display: block;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_user h2{
    font-size: 7.47vw;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 32px;
  }
  #sec_user .jirei {
    padding-top: 10px;
  }
  #sec_user .jirei p{
    font-size: 20px;
    padding-top: 20px;
  }
  #sec_user .cases-companies{
    padding: 30px 0;
  }
  #sec_user .cases-companies li {
    width: 150px;
    text-align: center;
    margin: 14px 0;
  }
  #sec_user .point li{
    font-size: 20px;
  }
  #sec_user .point{
    padding-bottom: 50px;
  }
  #sec_user .jirei-img img{
    width: 90%;
    margin: 0 auto;
  }
}

/* sec_voice */

#sec_voice .inner{
  display: flex;
  padding-bottom: 135px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sec_voice .success-company{
  width: 485px;
}
#sec_voice h3{
  background-image: url(/renew/images_dx/success-balloon.png);
  background-repeat:  no-repeat;
  background-size: 100%;
  background-position: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  height: 130px;
  width: 410px;
  padding: 52px 0 0 30px;
  text-align: left;
  position: relative;
  margin-left: 23px;
}
#sec_voice .success-company{
  /* height: 390px; */
  width: 460px;
  background-color: #fff;
  border-radius: 10px;
  margin: -109px auto 0 auto;
}
#sec_voice .comment{
  padding: 93px 40px 0;
  font-size: 16px;
  height: 260px;
}
#sec_voice .company-title{
  padding: 12px 50px 30px;
  font-size: 16px;
  text-align: right;
}
#sec_voice .success-voice p{
  color: #fff;
  font-size: 30px;
  height: 130px;
  width: 484px;
  padding: 52px 0 0 30px;
  text-align: left;
}
#sec_voice .continued {
  color: #3399CC;
  padding: 10px;
}
#sec_voice .span-underline{
  text-decoration: underline
}

@media screen and (min-width: 769px) {
  #sec_voice h2{
    padding: 105px 0 70px;
  }

}

@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_voice .container{
    max-width: 90%;
  }
  #sec_voice h2{
  padding: 50px 0 30px;
  font-size: 7.47vw;
  text-align: center;
  }
#sec_voice h3{
  font-size: 5vw;
  height: 24vw;
  width: 80vw;
  padding-top: 12vw;
  margin-bottom: -19vw;
  }
/* #sec_voice h3{
  font-size: 20px;
  height: 100px;
  width: auto;
  } */

  #sec_voice .success-company{
    /* height: 390px; */
    width: auto;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -78px;
  }
  #sec_voice .comment {
    padding: 18vw 6vw 0;
    font-size: 16px;
    margin: 0 auto;
    height: auto;
  }
  #sec_voice .company-title{
    padding: 35px 20px 26px;
    font-size: 15px;
    text-align: right;
  }
}
/* sec_products */
#sec_products{
  text-align: center;
  padding-bottom: 115px;
}
#sec_products .container{
  max-width: 1080px;
  width: 100%;
}
#sec_products img.sec-main{
  max-width: 90%;
}
/* #sec_products  p{
  font-size: 16px;
  width: 370px;
} */
#sec_products .app-inner p{
  font-size: 20px;
  text-align: center;
}
#sec_products .app-description p{
  font-size: 20px;
  width: 465px;
  text-align: left;
} 
/* #sec_products .k-cloud .k-bg-navy{
  font-size: 30px;
  padding: 1.5em;
  border-radius: 0 0 10px 10px;
  margin-top: 40px;
} */
#sec_products .k-cloud-icon{
  height: 70px;
}
#sec_products .k-cloud-logo{
  height: 70px;
  padding-left: 15px;
}
#sec_products .left-icon .k-bg-orange{
  height: 70px;
}
#sec_products h3{
  font-size: 40px;
  /* margin: 73px 23px; */
  line-height: 1.4;
  padding: 56px 0 34px;
}
#sec_products .product{
  width: 48%;
  text-align: center;
  border-radius: 10px;
}
#sec_products .model-title p{
  font-size: 16px;
  width: 370px;
  text-align: left;
}

hr.style_02{
  border-top: 1px solid #8c8b8b;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 16px;
}
#sec_products .product-pad {
  width: auto;
  height: 236px;
  max-width: 100%;
  padding-top: 40px;
}
#sec_products .product-logo{
  width:304px;
  max-width:90%;
  margin-bottom: 10px;
}
#sec_products .product-logo.kokuban {
  margin-top: 2px;
}
#sec_products .model-title{
  font-size: 20px;
  padding:17px 13px;
}
#sec_products .btn-link{
  width: 285px;
  margin: 13px 0 50px;
}
#sec_products .product-goyo {
  width: auto;
  height: 235px;
  max-width:90%;
  /* padding: 40px 0 30px; */
}
#sec_products .btn-link-with-icon{
  padding: 0.6em 0 0.5em;
  width: 285px;
}
#sec_products .btn-link{
  padding: 0.8em 0 1em;
}

/* ハリボテ黒板追加分 */
#sec_products .products {
  border-radius: 10px 10px 0 0 ;
}
#sec_products .private-tablet {
  max-width: 504px;
  width: 100%;
}
#sec_products .ios-app {
  max-width: 504px;
  width: 100%;
}
#sec_products .private-tablet img,
#sec_products .ios-app img {
  max-width: 332px;
  width: 100%;
}
#sec_products .private-tablet .btn-link-with-icon:before,
#sec_products .ios-app .btn-link-with-icon:before {
  margin-top: 28px;
}
#sec_products .private-tablet .btn-link-with-icon,
#sec_products .ios-app .btn-link-with-icon {
  width: 373px;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  padding: 38px 45px 33px 86px;
}
#sec_products .product .product-kokuban  {
	width: 330px;
}
#sec_products .products-select  {
  justify-content: space-between;
}
#sec_products .products-select .bold {
  font-size: 32px;
  font-weight: bold;
  padding-right: 8px;
}


/* スライドエリア */
#sec_products .toggleSec h4 {
  font-size: 24px;
  font-weight: normal;
} 
#sec_products .toggleSec h4 span{
  font-size: 32px;
  font-weight: bold;
} 
#sec_products .toggleSec .slideArea {
  position: relative;
  background: #0E1C77;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
#sec_products .toggleSec .slideArea:after {
  content: "+";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  position: absolute;
  right: 30px
}
#sec_products .toggleSec .slideArea.current:after {
  content:"−";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  position: absolute;
  right: 32px;
}

#sec_products .toggleSec .right-text p {
  font-size: 23px;
  font-weight: bold;
  margin: 0 auto;
}
#sec_products .toggleSec .slide-bottom .btn-link-with-icon {
  margin: 54px 0 56px;
}
#sec_products .toggleSec .slide {
	display: none;
}
#sec_products .sec_denshinouhin {
  border-radius: 0 0 10px 10px;
} 


@media screen and (min-width: 769px) {
  #sec_products .products{
    justify-content: space-between;
    /* padding-bottom: 130px; */
  }
  #sec_products .products:nth-of-type(2) {
    padding-bottom: 0;
  }
  #sec_products .product{
    height: auto;
  } 
  #sec_products .price .kuraemon-online p{
    font-size: 20px;
    text-align: center;
    margin: 22px 0 0 0;
  }
  #sec_products .k-cloud .k-bg-navy{
    font-size: 30px;
    padding: 1.5em;
    border-radius: 0 0 10px 10px;
    margin-top: 40px;
    line-height: 1.75;
  }
  #sec_products h2{
    padding-top: 100px;
    padding-bottom: 74px;
  }
  #sec_products .k-cloud p{
    font-size: 16px;
  }
  #sec_products .k-cloud .k-bg-gray{
    padding-top: 48px;
    border-radius: 10px;
    margin-top: 46px;
  }
  #sec_products .container .k-cloud .app-inner .title{
    padding: 57px 0 13px;
    font-size: 20px;
    margin: 0 auto;
  }
  #sec_products .container .k-cloud .app-inner p{
    padding: 40px 0 27px;
    font-size: 16px;
    margin: 0 auto;
    width: 433px;
  }
  #sec_products .small,
  #sec_products small{
    font-size: 16px;
  }
  #sec_products .model-title{
    font-size: 20px;
    padding:17px 13px;
  }
  #sec_products .model-description p{
    padding: 29px 27px;
    width: 370px;
    display: inline-block;
    margin: 0 auto;
  }
  #sec_products .price .normal-price p,
  #sec_products .price .campaign-price p{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }
   /* ハリボテ黒板追加分 */
   #sec_products .products {
    margin: 160px 0 0;
  }
  #sec_products .product-introduction {
    justify-content: space-between;
    margin-bottom: 53px;
    width: 867px;
    margin: 0 auto;
  }
  #sec_products .toggleSec .slide-bottom p {
    width: 860px;
    font-size: 16px;
    margin-top: 69px;
  }
  #sec_products .toggleSec .image img {
    width: 520px;
    padding-top: 41px;
  }
  #sec_products .toggleSec .right-text img {
    width: 276px;
    padding-top: 127px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_products .container{
    width: 92vw;
  }
  #sec_products .product{
    width: 100%;
    margin-bottom: 20px;
  }
  #sec_products .price{
    width: 90%;
    display: inline-block;
  }
  #sec_products .app-description p{
    font-size: 15px;
    width: 90%;
    text-align: left;
  }
  /* #sec_products .product p{
    font-size: 15px;
    width: 285px;
  } */
  /* .model-description {
    padding:1em;
    display: inline-block;
    width: 90%;
  } */
  #sec_products .price .kuraemon-online p{
    font-size: 20px;
    text-align: center;
  }
  #sec_products .k-cloud .k-bg-navy{
    font-size: 6.4vw;
    padding: 10vw 10vw;
    border-radius: 0 0 10px 10px;
    margin-top: 40px;
    font-weight: bold;
  }
  #sec_products h2{
    font-size: 30px;
  }
  #sec_products h3{
    font-size: 6.4vw;
    margin: 50px 0 0;
    line-height: 1.4;
    font-weight: bold;
  }
  #sec_products h2{
    font-size: 7.47vw;
    padding-top: 50px;  
    padding-bottom: 30px;
  }
  #sec_products .k-cloud p{
    font-size: 15px;
  }
  #sec_products .k-cloud .k-bg-gray{
    padding-top: 48px;
    border-radius: 10px;
    margin-top: 30px;
  }
  #sec_products .container .k-cloud .app-inner .title{
    padding: 40px 0 15px;
    font-size: 18px;
    margin: 0 auto;
  }
  #sec_products .container .k-cloud .app-inner p{
    padding: 20px 0 30px;
    font-size: 15px;
    margin: 0 auto;
    width: 288px;
  }
  #sec_products .product-pad,
  #sec_products .product-kokuban {
    padding-top: 28px;
  }
  #sec_products .model-title{
    font-size: 18px;
    padding: 4px 0 15px;
  }
  #sec_products .model-description p{
    padding: 20px 30px;
    display: inline-block;
    margin: 0 auto;
  }
  #sec_products .price .kuraemon-online p{
    font-size: 15px;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #sec_products .price .normal-price p,
  #sec_products .price .campaign-price p{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
  }
  #sec_products .small {
    font-size: 14px;
  }
  #sec_products .productPad .small {
    display: block;
  }
  /* ハリボテ黒板追加分 */
  #sec_products .private-tablet .btn-link-with-icon,
  #sec_products .ios-app .btn-link-with-icon {
  width: 69vw;
  font-size: 4vw;
  font-weight: normal;
  text-align: left;
  padding: 5vw 5vw 5vw 12vw;
}
  #sec_products .products-select .bold {
    font-size: 5vw;
    font-weight: bold;
    padding-right: 8px;
  }
  #sec_products .products-select  {
    justify-content: center;
  }
  #sec_products .private-tablet img,
  #sec_products .ios-app img {
    max-width: none;
    width: 90%;
  }
  #sec_products .private-tablet {
    margin-bottom: 43px;
  }
  #sec_products .toggleSec .image img {
    padding: 41px 0;
  }
  #sec_products .toggleSec .slide-bottom .btn-link-with-icon {
    margin: 24px 0 40px;
  }
  #sec_products .toggleSec h4 {
    font-size: 18px;
    font-weight: normal;
  } 
  #sec_products .toggleSec h4 span{
    font-size: 22px;
    font-weight: bold;
  } 
  #sec_products .toggleSec .slideArea:after {
    right: 15px;
    vertical-align: middle;
  }
  #sec_products .toggleSec .slideArea:after {
    font-weight: bold;
    content: "+";
    display: inline-block;
    width: 20px;
    position: absolute;
    top: 35%;
    right: 4%;
  }
  #sec_products .toggleSec .slideArea.current:after {
    content: "−";
    display: inline-block;
    width: 20px;
  }
  
}

/* sec_faq */
#sec_faq h2{
  padding:100px 0 69px;
}
#sec_faq .container p {
  margin: 0 auto;
}
#sec_faq {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_faq h2{
    padding: 30px 0 0;
    font-size: 28px;
    text-align: center;
  }
  #sec_faq {
    padding-bottom: 40px;
  }
}

/* sec_sale */
#sec_sale .point{
  align-items: stretch;
}
#sec_sale .point > div{
  width: 320px;
  margin: 1em;
  background-color: #fff;
}
#sec_sale .point .copy{
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80px auto;
}
#sec_sale .k-navy p{
  font-size: 40px;
  text-align: center;
}

@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) and (min-width: 1px) {}
/* sec_ */
#sec_{}
@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) and (min-width: 1px) {}

#sec_sales{
  border-bottom: thin solid #fff;
}
/* 申し込みフォーム 1350px 以上*/

#side-form{
  padding: 1%;
  color: #0C121C;
  background-color: #DEDEDE;
  padding: 2em 4% 4em;
}
#side-form .container{
  max-width: 974px;
  margin: 0 auto;
}
#side-form p{
  line-height: 1.6;
}
#side-form h3{
  font-size: 46px;
  padding: 1.6em 0;
  text-align: center;
}
#side-form label{
  margin: 1.6em 0;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}

#side-form input[type=text],
#side-form input[type=tel],
#side-form input[type=email]{
  width: 96%;
  background-color: #fff;
  border: thin solid #CCCCCC;
  padding: 0.6em 0.4em;
  margin: 0.2em 0;
  display: block;
}
#side-form #privacy{
  text-align: center;
  line-height: 1.6;
}
#side-form #privacy label{
  font-size: 13px;
}
#side-form #privacy p{
  text-align: center;
  font-size: 10px;
}
#side-form #privacy p a{
  text-decoration: none;
}
#side-form #privacy p span{
  display: inline-block;
}

#side-form input[type=checkbox]{
  display: inline-block;
  width: auto;
  transform: scale(1.5);
  margin-right: 0.4em;
}
#side-form input[type=submit]{
  font-size: 16px;
  font-weight: bold;
  padding: 0.8em;
  border-radius: 0.8em;
  width: 90%;
  max-width: 12em;
  cursor: pointer;
  margin: 1em 0;
}
#side-form input[disabled=disabled]{
  background-color: #999;
}
small.error-message{
  color: #ff0000;
  font-size: 12px;
}
#side-form #privacy p{
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #side-form h3{
    font-size: 5vw;
  }
}

/* フッター固定ボタン */
#floating-btn-form{
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  padding: 1.2em 0;
  z-index: 5;
}
#floating-btn-form button{
  font-size: 16px;
  font-weight: bold;
  padding: 0.8em;
  border-radius: 0.8em;
  width: 90%;
  max-width: 400px;
  cursor: pointer;
  max-width: 22em;
}
.bottomFooter .innerWrap {
  padding-bottom: 120px;
}

/* サイドに固定表示
@media screen and (min-width: 1350px) {
  .wrap{
    padding-right: 23%;
  }
  .wrap.top{
    min-width: 1024px;
  }
  .webp #sec_eyecatch,
  .no-webp #sec_eyecatch {
    height: 38.8vw;
  }
  #sec_eyecatch .container {
    width: 23vw;
    padding-right: 46vw;
    padding-top: 3vw;
  }
  #sec_eyecatch p {
    font-size: 0.98vw;
    margin: 2.4vw 0 0.7vw 0;
  }
  #sec_eyecatch .btns .btn-link {
    width: 11.0vw;
    padding: 0.8vw 0;
    margin: 0.7vw 0;
    font-size: 1.0vw;
  }
  #sec_eyecatch .tel span:nth-of-type(1){
    font-size: 0.8vw;
  }
  #sec_eyecatch .tel span:nth-of-type(2){
    font-size: 1.3vw;
  }
  #sec_eyecatch .certification-icon img {
    height: 3.8vw;
  }
  #side-form{
    height: 100%;
    width: 21%;
    padding: 1%;
    position: fixed;
    right: 0;
    top: 0;
    border-left: thin solid #ccc;
  }
  #side-form h3{
    font-size: 20px;
  }
  #side-form p{
    font-size: 14px;
  }
  #floating-btn-form{
    display: none;
  }
  .no-webp .sec_dx_campaign,
  .webp .sec_dx_campaign {
    height: 310px;
    background-size: auto 310px;
  }
}
*/

/* ハリボテ黒板用ここから */
#sec_answer,#dx-feature,#sec_merit h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.457;
}
#sec_answer,#dx-feature,#sec_merit .container {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.457;
}
/* sec_problem */
#sec_problem {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  height: 100%;
}
#sec_problem .container img{
  /* width: 1920px;
  height: 1088px; */
  width: 100%;
}


@media screen and (min-width: 769px) {
  #sec_problem .container {
    background: #0a0b0d url(/renew/images_dx/sec_problem_bg.png) no-repeat;
    height: 0;
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_problem .container {
    background: #0a0b0d url(/renew/images_dx/sec_problem_bg_sp.png) top center / 100% auto no-repeat;
    height: 182.67vw;
    max-width: 100%;
    }
}
/* sec_answer */
#sec_answer {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#sec_answer .container {
  text-align: center;
  width: auto;
}
#sec_answer .container h1 {
  font-size: 55px;
  font-weight: bold;
  line-height: 1.455;
}
@media screen and (min-width: 769px) {
  #sec_answer .container h3 {
    padding: 27px 0 33px;
  }
  #sec_answer .container img {
    max-width: 1255px;
    padding-top: 31px;
    width: 100%;
  }
  #sec_answer .container .photo img {
    width: 610px;                   
  }
  #sec_answer .container .flex {
    width: 1255px;
    margin: 0 auto;
    justify-content: space-between;
    }
}

@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_answer .container img {
    width: 95%;
    padding:  50px 0 0 0 ;
    margin: 0 auto;
  }
  #sec_answer .container .photo img {
    width: 90%;
    margin-bottom: 40px;
  }
  #sec_answer .container .flex {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  #sec_answer h3 {
    padding: 30px 10px 0 10px;
    font-size: 7.1vw;
  }
}

/* dx-feature */
#dx-feature {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#dx-feature .container {
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (min-width: 769px) {
  #dx-feature .container h2 {
    padding: 126px 0 33px;
  }
  #dx-feature .container h3 {
    padding: 93px 0 34px;
  }
  #dx-feature .dx-daicho img {
    max-width: 1255px;
    width: 100%;
  }
  #dx-feature .dx-kokuban img {
    max-width: 1228px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 1px) {
  #dx-feature .container h2 {
    font-size: 5.88vw;
    padding: 77px 0 28px;
  }
  #dx-feature .container h3 {
    font-size: 5.88vw;
    padding: 77px 0 28px;
  }
  #dx-feature .container {
    text-align: center;
    margin: 0 auto;
  }
  #dx-feature .container .dx-daicho img {
    width: 90%;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  #dx-feature .container .dx-kokuban img {
    width: 90%;
    padding: 30px 0 20px;
    margin: 0 auto;
  }
}

/* sec_merit */
#sec_merit {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
#sec_merit .container {
  text-align: center;
}

@media screen and (min-width: 769px) {
  #sec_merit .container img {
    max-width: 1421px;
    padding: 105px 0 112px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 1px) {
  #sec_merit .container img {
    width: 100%;
  }
  #sec_merit .container {
    text-align: center;
    padding: 50px 0;
  }
}