@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 660px) {
  #globalnav ul li:nth-child(1) {
    background-color: rgba(155, 211, 221, 0.1);
  }
  #globalnav ul li:nth-child(2) {
    background-color: rgba(155, 211, 221, 0.2);
  }
  #globalnav ul li:nth-child(3) {
    background-color: rgba(155, 211, 221, 0.3);
  }
  #globalnav ul li:nth-child(4) {
    background-color: rgba(155, 211, 221, 0.4);
  }
  #globalnav ul li:nth-child(5) {
    background-color: rgba(155, 211, 221, 0.5);
  }
  #globalnav ul li:nth-child(6) {
    background-color: rgba(155, 211, 221, 0.6);
  }
  #globalnav ul li:nth-child(7) {
    background-color: rgba(155, 211, 221, 0.7);
  }
  #globalnav ul li:nth-child(8) {
    background-color: rgba(155, 211, 221, 0.8);
  }
}

main .heading-lv03.blue {
  border-color: #04447c;
  color: #04447c;
}

main .heading-lv06 {
  color: #04447c;
  font-size: 42px;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 30px;
}

main .link-list.sml li {
  width: calc(25% - 10px);
  margin: 0 10px 20px 0;
}

main .link-list.sml li a {
  height: 60px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1.5;
}

main.top .product-list .item-img {
  position: relative;
}

main.top .product-list .item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #dad6d0;
  pointer-events: none;
}

main.top #bnr {
  padding-top: 30px;
  padding-bottom: 30px;
}

main.top #bnr ul li {
  line-height: 0;
  text-align: center;
}

main.top #bnr ul li:not(:last-child) {
  margin-bottom: 20px;
}

main.next .content-inside {
  padding-left: 30px;
}

main.next .form-block .item-form .mailmagazine {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
}

main.next .products-detail .item-detail .specification > *:not(:first-child) {
  margin-left: 20px;
}

main.next .products-detail .item-detail .btn a {
  line-height: 1.5;
}

main.next .products-detail .item-first .title > span:nth-child(2) span {
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

main.next .products-detail .item-first .title > span:nth-child(2) span:not(:last-child) {
  margin-bottom: 10px;
}

main.next .products-detail .item-first .text h2 em {
  font-weight: bold;
  border-bottom: 1px solid #505050;
  font-style: normal;
}

main.next .products-detail .item-lineup-02 .free {
  width: 100%;
}

main.next .products-detail .item-lineup-02 .free:not(:last-child) {
  margin-bottom: 40px;
}

main.next .no-list-square {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

main.next .no-list-square li {
  padding-left: 42px;
  position: relative;
}

main.next .no-list-square li:not(:last-child) {
  margin-bottom: 30px;
}

main.next .no-list-square li:before {
  counter-increment: item;
  content: "0" counter(item);
  /* 以下は自由に装飾... */
  color: #505050;
  background-color: #f2f2e8;
  width: 27px;
  height: 27px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .faq-list li {
  border-bottom: solid 1px #f2f2e8;
  padding-bottom: 30px;
}

main.next .faq-list li:not(:first-child) {
  padding-top: 30px;
}

main.next .faq-list li .q, main.next .faq-list li .a {
  position: relative;
  padding-left: 40px;
}

main.next .faq-list li .q:before, main.next .faq-list li .a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  color: #FFF;
  font-size: 15px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main.next .faq-list li .q {
  padding-bottom: 20px;
}

main.next .faq-list li .q:before {
  content: 'Q';
  background-color: #04447c;
}

main.next .faq-list li .a > *:not(:last-child) {
  padding-bottom: 20px;
}

main.next .faq-list li .a:before {
  content: 'A';
  background-color: #cf141e;
}

main.next .solution .item-first .title {
  margin-bottom: 60px;
}

main.next .solution .item-first .text {
  margin-bottom: 75px;
}

main.next .solution .fig-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

main.next .solution .fig-text.bg {
  background-color: #f2f2e8;
  padding: 30px 40px;
}

main.next .solution .fig-text .item-fig {
  width: 100%;
}

main.next .solution .fig-text .item-fig img {
  width: 100%;
}

main.next .solution .fig-text .fig-text__text {
  margin-bottom: 30px;
}

main.next .solution .fig-text .fig-text__text2 {
  margin-top: 30px;
}

main.next .solution .fig-text .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .solution .fig-text .item-text-long {
  width: 100%;
}

main.next .solution .fig-text .item-text-long:not(:first-child) {
  padding: 40px;
  border: solid 1px #CCC;
  margin-top: 50px;
}

main.next .solution .fig-text .item-text-long h3 {
  color: #04447c;
}

main.next .solution .fig-text .item-text-long h3:not(:last-child) {
  margin-bottom: 15px;
}

main.next .solution .fig-text .ttl-solution-h3 {
  margin-top: 50px;
  font-size: 20px;
}
main.next .solution .fig-text .ttl-solution-h3 span {
  font-size: 16px;
}

main.next .solution .fig-text .fig-text__layout {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

main.next .solution .fig-text .fig-text__layout .fig-text__layout--left {
  width: 15%;
}

main.next .solution .fig-text .fig-text__layout .fig-text__layout--left img {
  width: 100%;
}

main.next .solution .fig-text .fig-text__layout .fig-text__layout--right {
  width: 80%;
}

main.next .solution .fig-text .item-text-long p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .solution .fig-text .item-text-long .sup-list {
  margin-bottom: 10px;
}

main.next .solution .fig-text .item-text-long .sup-list li {
  position: relative;
  margin-left: 15px;
}

main.next .solution .fig-text .item-text-long .sup-list li:before {
  content: '※ ';
}

main.next .solution .fig-text .item-text-long .point-list li {
  position: relative;
  padding-left: 30px;
}

main.next .solution .fig-text .item-text-long .point-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-color: #04447c;
}

main.next .solution .flow-list li {
  padding: 10px;
  background: #dee7f2;
  color: #04447c;
  margin-bottom: 23px;
  position: relative;
}

main.next .solution .flow-list li:last-child {
  background-color: #04447c;
  color: #FFF;
}

main.next .solution .flow-list li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: auto;
  width: 22px;
  height: 13px;
  bottom: -13px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11px 0 11px;
  border-color: #04447c transparent transparent transparent;
}

main.next .solution .title-border-text .item-title {
  text-align: center;
  display: block;
  margin-bottom: -30px;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #04447c;
  color: #FFF;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  padding: 5px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 20px;
}

main.next .solution .title-border-text .item-text .sup-list {
  margin-bottom: 10px;
}

main.next .solution .title-border-text .item-text .sup-list li {
  position: relative;
  margin-left: 15px;
}

main.next .solution .title-border-text .item-text .sup-list li:before {
  content: '※ ';
}

main.next .solution .title-border-text .item-text .point-list li {
  position: relative;
  padding-left: 30px;
}

main.next .solution .title-border-text .item-text .point-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  background-color: #04447c;
}

main.next .solution .siaa-text-box {
  margin-top: 0px;
  padding: 40px;
  background-color: #f2f2e8;
}

main.next .solution .siaa-text-box > *:not(:last-child) {
  margin-bottom: 18px;
}

main.next .solution-works {
  text-align: center;
}

main.next .solution-works p:not(:last-child) {
  margin-bottom: 25px;
}

main.next .solution-works ul li {
  text-align: left;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

main.next .solution-works ul li:not(:last-child) {
  margin-bottom: 10px;
}

main.next .solution-works ul li:before {
  content: "●";
  color: #04447c;
  margin-right: 0.5em;
}

main.next .solution-bottom {
  text-align: center;
}

main.next .solution-bottom .item-img {
  line-height: 0;
}

main.next .solution-bottom .item-img:not(:last-child) {
  margin-bottom: 35px;
}

main.next .solution-bottom .item-text {
  color: #04447c;
}

main.next .floor-list .item-text .title em {
  font-style: normal;
  border-bottom: 1px solid #505050;
}

main.next .movie-pop-block {
  text-align: center;
  line-height: 0;
}

main.next .works-section:not(:last-child) {
  margin-bottom: 75px;
}

@media screen and (min-width: 660px) {
  main.next .works-section:nth-of-type(odd) .works-title {
    padding-right: 30px;
    padding-left: 10px;
  }
}

main.next .works-section:nth-of-type(even) .works-title {
  /* @include direction(row-reverse);
          @include mqMin($spWidth){
            padding-left: 30px;
            padding-right: 10px;
          }
          .item{
            &-triangle{
              //@include rotateY(180deg,center,center);
            }
          } */
}

@media screen and (min-width: 660px) {
  main.next .works-section:nth-of-type(even) .works-title {
    padding-right: 30px;
    padding-left: 10px;
  }
}

main.next .works-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 35px 5px 15px;
  margin-bottom: 30px;
}

main.next .works-title > * {
  position: relative;
  z-index: 2;
}

main.next .works-title .item-hd {
  line-height: 0;
}

main.next .works-title .item-parent {
  line-height: 0;
}

main.next .works-title .item-triangle {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.next .works-title .item-triangle svg {
  width: 100%;
  height: 100%;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(1) {
  top: 250px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(2) {
  top: 330px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(3) {
  top: 410px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(4) {
  top: 490px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(5) {
  top: 570px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(6) {
  top: 650px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(7) {
  top: 730px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(8) {
  top: 810px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(9) {
  top: 890px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(10) {
  top: 970px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(11) {
  top: 1050px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(12) {
  top: 1130px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(13) {
  top: 1210px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(14) {
  top: 1290px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(15) {
  top: 1370px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(16) {
  top: 1450px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(17) {
  top: 1530px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(18) {
  top: 1610px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(19) {
  top: 1690px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(20) {
  top: 1770px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(21) {
  top: 1850px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(22) {
  top: 1930px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(23) {
  top: 2010px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(24) {
  top: 2090px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(25) {
  top: 2170px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(26) {
  top: 2250px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(27) {
  top: 2330px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(28) {
  top: 2410px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(29) {
  top: 2490px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(30) {
  top: 2570px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(31) {
  top: 2650px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(32) {
  top: 2730px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(33) {
  top: 2810px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(34) {
  top: 2890px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(35) {
  top: 2970px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(36) {
  top: 3050px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(37) {
  top: 3130px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(38) {
  top: 3210px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(39) {
  top: 3290px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(40) {
  top: 3370px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(41) {
  top: 3450px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(42) {
  top: 3530px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(43) {
  top: 3610px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(44) {
  top: 3690px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(45) {
  top: 3770px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(46) {
  top: 3850px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(47) {
  top: 3930px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(48) {
  top: 4010px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(49) {
  top: 4090px;
  height: 80px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(50) {
  top: 4170px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(51) {
  top: 4250px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(52) {
  top: 4330px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(53) {
  top: 4410px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(54) {
  top: 4490px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(55) {
  top: 4570px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(56) {
  top: 4650px;
}

/* main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(49) {
  top: 4410px;
  height: 80px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(50) {
  top: 4490px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(51) {
  top: 4570px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(52) {
  top: 4650px;
} */

/* main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(53) {
  top: 4410px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(54) {
  top: 4490px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(55) {
  top: 4570px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(56) {
  top: 4650px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(57) {
  top: 4730px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(58) {
  top: 4810px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(59) {
  top: 4890px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(60) {
  top: 4970px;
}

main.next .perfomance-block img[src*="img-performance_02.svg"] ~ a:nth-of-type(49) {
  height: 80px;
}*/

footer .foot-nav dl dt span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

footer .foot-nav dl dt span:nth-child(1) {
  line-height: 0;
  margin-right: 5px;
}

.heading-img {
  line-height: 0;
  text-align: center;
}

.heading-img:not(:last-child) {
  margin-bottom: 30px;
}

#mainimg.top .btn-more {
  max-width: 100%;
  width: 300px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #04447c;
  font-size: 28px;
  font-size: 1.8666666667rem;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#mainimg.top .btn-more:hover {
  text-decoration: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#mainimg.top .btn-more.absolute {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#mainimg.top .btn-more.yellow {
  background-color: #fff100;
  color: #010101;
}

#mainimg.top .btn-more.blue {
  background-color: #00eaff;
  color: #010101;
}

#mainimg.top .img > div > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#mainimg.top .li10 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2% 27% 10% 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mainimg.top .li10 .text img {
  display: inline;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

#mainimg.top .li10 .text .sp {
  display: none;
}

#mainimg.top .li9 {
  background: #c6e6f8;
  overflow: hidden;
}

@media screen and (min-width: 661px) {
  #mainimg.top .li9 .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mainimg.top .li9 .text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    padding-right: 40px;
  }
  #mainimg.top .li9 .text img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    max-height: calc(100vh - 115px - 100px - 100px);
  }
  #mainimg.top .li9 .text img:not(:last-child) {
    margin-bottom: 40px;
  }
  #mainimg.top .li9 .img {
    max-width: 55%;
    max-height: 100%;
    display: block;
    text-align: right;
    position: relative;
  }
  #mainimg.top .li9 .img img {
    max-height: calc(100vh - 115px - 100px);
    width: auto;
    height: auto;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup .item-list li .text em {
  font-style: normal;
  border-bottom: 1px solid #505050;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content {
  padding-top: 0;
  max-width: 80%;
}

@media screen and (max-width: 660px) {
  .mfp-image-holder .mfp-content, .mfp-iframe-holder .mfp-content {
    max-width: 100%;
  }
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  left: initial;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-color: #fff;
}

@media screen and (min-width: 661px) and (max-width: 960px) {
  /* main next
------------------------------------------------------------*/
  #mainimg.top .btn-more {
    width: 300px;
    height: 60px;
    font-size: 24px;
    font-size: 1.6rem;
  }
  #mainimg.top .li9 .inside {
    padding: 30px;
  }
}

/*sp*/
@media screen and (max-width: 660px) {
  main .heading-lv06 {
    font-size: 35px;
    font-size: 2.3333333333rem;
    margin-bottom: 20px;
  }
  main .link-list.sml li {
    width: calc(50% - 10px);
    margin: 0 10px 20px 0;
  }
  main .link-list.sml li a {
    height: 60px;
    font-size: 14px;
    font-size: 0.9333333333rem;
    line-height: 1.5;
  }
  /* main next
------------------------------------------------------------*/
  main.next .content-inside {
    padding-left: 0px;
  }
  main.next .faq-list li {
    padding-bottom: 20px;
  }
  main.next .faq-list li:not(:first-child) {
    padding-top: 20px;
  }
  main.next .solution .item-first .title {
    margin-bottom: 30px;
  }
  main.next .solution .item-first .title img {
    width: 170px;
    height: auto;
  }
  main.next .solution .item-first .text {
    margin-bottom: 35px;
  }
  main.next .solution .fig-text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  main.next .solution .fig-text.bg {
    padding: 15px;
  }
  main.next .solution .fig-text .item-fig {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  main.next .solution .fig-text .item-text {
    width: 100%;
  }
  main.next .solution .fig-text .item-text .siaa-text-box {
    padding: 0;
  }
  main.next .solution .fig-text .item-text-long:not(:first-child) {
    padding-top: 20px;
  }
  main.next .solution .fig-text .item-text-long h3:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .solution .title-border-text .item-title {
    margin-bottom: -20px;
  }
  main.next .solution .title-border-text .item-title > div {
    padding: 10px 20px;
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next .solution .title-border-text .item-text {
    padding: 20px 14px 20px;
  }
  main.next .solution .siaa-text-box {
    margin-top: 35px;
    padding: 30px;
  }
  main.next .solution .siaa-text-box > *:not(:last-child) {
    margin-bottom: 12px;
  }
  main.next .solution-works {
    text-align: left;
  }
  main.next .solution-works p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .solution-bottom .item-img:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .solution-bottom .item-text {
    text-align: left;
  }
  main.next .solution-bottom .item-text br {
    display: none;
  }
  main.next .works-section:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .works-section:nth-of-type(odd) .works-title .item-hd {
    margin-left: -30px;
  }
  main.next .works-section:nth-of-type(odd) .works-title .item-parent {
    margin-right: -10px;
  }
  main.next .works-section:nth-of-type(even) .works-title {
    /* .item{
            &-hd{
              margin-right: -30px;
            }
            &-parent{
              margin-left: -10px;
            }
          } */
  }
  main.next .works-section:nth-of-type(even) .works-title .item-hd {
    margin-left: -30px;
  }
  main.next .works-section:nth-of-type(even) .works-title .item-parent {
    margin-right: -10px;
  }
  main.next .works-title {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  main.next .works-title .item-parent {
    max-width: 140px;
  }
  main.next .works-title .item-triangle {
    width: calc(100% + 40px);
    left: -20px;
  }
  main.next .products-detail .item-lineup-02 .free:not(:last-child) {
    margin-bottom: 30px;
  }
  #mainimg.top .btn-more {
    width: 170px;
    height: 40px;
    font-size: 18px;
    font-size: 1.2rem;
  }
  #mainimg.top .btn-more.absolute {
    bottom: 10px;
  }
  #mainimg.top .img > div > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #mainimg.top .li10 .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2% 5% 10% 5%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mainimg.top .li10 .text img {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #mainimg.top .li10 .text .sp {
    display: inline;
  }
  #mainimg.top .li10 .text .pc {
    display: none;
  }
  #mainimg.top .li9 .inside {
    width: 100%;
  }
  #mainimg.top .li9 .img {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #mainimg.top .li9 .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #mainimg.top .li9 .img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  #mainimg.top .li9 .text {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #mainimg.top .li9 .text img {
    width: 300px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 660px) and (max-width: 360px) {
  #mainimg.top .li9 .text img {
    width: 250px;
  }
}
