@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Barlow:500');

.hikari {
  overflow: hidden;
}


/* animation */
.hideY {
  opacity: 0;
  transform: translateY(20%);
  transition: .5s;
}
.showY {
  opacity: 1;
  transform: translateY(0);
}


/* mv */
.mv-slider {
  background: #0d0c8d;
}
.mv-slider a:hover {
  opacity: 1;
}
.mv-slider .item {
  background: #fff;
}
.mv-slider .item a {
  display: block;
  height: auto;
}
.mv-slider button{
  position: relative;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mv-slider .slide-dots{
  height: 0;
  text-align: center;
}
.mv-slider .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.mv-slider button:before {
  content: "";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: -30px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.hover .mv-slider button:hover:before {
  background: #1159ed;
}
.mv-slider .slick-active button:before {
  background: #1159ed;
}


/* fix-bnr */
.fix-bnr {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  width: 160px;
  z-index: 2;
}


/* point */
#point {
  background: url("../../img/bg_dot.gif");
}
#point .inner {
  padding: 60px 0 100px;
  background: -moz-linear-gradient(top,  rgba(15,0,127,0.83) 0%, rgba(56,16,228,0.83) 100%);
  background: -webkit-linear-gradient(top,  rgba(15,0,127,0.83) 0%,rgba(56,16,228,0.83) 100%);
  background: linear-gradient(to bottom,  rgba(15,0,127,0.83) 0%,rgba(56,16,228,0.83) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40f007f', endColorstr='#d43810e4',GradientType=0 );
}
#point .center {
  position: relative;
  width: 980px;
}
#point h2 {
  width: 825px;
  margin: 0 auto 50px;
}
#point h2 .supplement {
  width: 730px;
  margin: 0 auto;
  padding: 20px 0;
  background: url("../../img/bg_pen.svg") no-repeat center top / 100% 100%;
  font-weight: bold;
  font-size: 1.313em;
  text-align: center;
}
#point h2 .supplement br {
  display: none;
}
#point h2 .supplement strong {
  color: #136cf1;
  font-size: 1.286em;
}
#point .point-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#point .point-list li {
  width: 310px;
  height: 300px;
  background: url("../../img/bg_point_list.svg") no-repeat center top / cover;
  text-align: center;
}
#point .point-list li h3 {
  position: relative;
  margin-bottom: 10px;
  padding-top: 55px;
  font-family: 'Barlow', sans-serif;
}
#point .point-list li h3:before,
#point .point-list li h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom:15px;
  width: calc(50% - 95px);
  height: 3px;
  background: url("../../img/patt_dot.svg") repeat-x left top;
}
#point .point-list li h3:before {
  left: 70px;
}
#point .point-list li h3:after {
  right: 70px;
}
#point .point-list li h3 .point {
  display: block;
  margin-bottom: 10px;
  color: #00c0ff;
  font-size: 25px;
}
#point .point-list li h3 .num {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  background: #00c0ff;
  color: #fff;
  font-size: 18px;
}
#point .point-list li h3 .num:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px #fff solid;
}
#point .point-list li p {
  line-height: 1.6;
  font-weight: bold;
  font-size: 1.063em;
}
#point .point-list li p strong {
  color: #00a2ff;
  font-size: 1.471em;
}

.bubble-wrap svg {
  display: block;
  position: absolute;
}
.bubble-b.b40 {
  width: 52px;
}
.bubble-b.b20 {
  width: 28px;
}
.bubble.b20 {
  width: 20px;
}
.bubble-wrap .item01 { top: 190px; left: -160px; }
.bubble-wrap .item02 { top: 485px; left: -80px; }
.bubble-wrap .item03 { top: 40px; right: -105px; }
.bubble-wrap .item04 { top: 330px; right: -200px; }

.bubble-wrap .item05 { top: 290px; left: -80px; }
.bubble-wrap .item06 { top: 380px; left: -140px; }
.bubble-wrap .item07 { top: 130px; right: -160px; }

.bubble-wrap .item08 { top: 285px; left: -130px; }
.bubble-wrap .item09 { top: 590px; left: -180px; }
.bubble-wrap .item10 { top: 125px; right: -100px; }
.bubble-wrap .item11 { top: 420px; right: -50px; }
#point .bubble-b circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #39b4e5;
}
#point .bubble.b20 circle {
  fill: #39b4e5;;
}
#about .bubble-b circle {
  fill: rgba(0, 0, 0, 0);
  stroke: #0056a8;
}
#about .bubble.b20 circle {
  fill: #0056a8;;
}



/* about */
#about {
  padding: 80px 0 100px;
  position: relative;
  background: #fff200;
}
#about:before,
#about:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 11px;
}
#about:before {
  top: -11px;
  background: url("../../img/wave.png") repeat-x left top / auto 100%;
}
#about:after {
  bottom: -11px;
  background: url("../../img/wave.png") repeat-x left top / auto 100%;
  transform: scale(1,-1)
}
#about .center {
  position: relative;
  width: 970px;
}
#about h2 {
  margin-bottom: 80px;
  color: #0056a8;
  font-weight: bold;
  font-size: 80px;
  text-align: center;
}
#about .point-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 840px;
  margin: 0 auto 80px;
}
#about .point-list li {
  position: relative;
  width: 240px;
  padding-bottom: 20px;
  border-bottom: 8px #fff solid;
}
#about .point-list li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../../img/stripe_y.gif");
}
#about .point-list li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
}
#about .point-list li.point01 .icon .svg {
  width:56px !important;
}
#about .point-list li.point02 .icon .svg {
  width:64px !important;
}
#about .point-list li.point03 .icon .svg {
  width:40px !important;
}
#about .point-list li .icon .svg path {
  fill: #000;
}
#about .point-list p {
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1em;
  text-align: justify;
}
#about aside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about aside img {
  width: 340px;
}
#about aside .nw {
  width: 590px;
  line-height: 1.7;
  text-align: justify;
}
#about aside .nw .detail {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1em;
}
#about aside .nw .notes {
  margin-bottom: 20px;
  font-size: 0.875em;
}
#about aside .nw .patent {
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  color: #0056a8;
  font-weight: bold;
  font-size: 0.875em;
}


/* service */
#service .center {
  max-width: 1120px;
  width: 100%;
  padding: 90px 0;
}
.ttl-star {
  display: flex;
  align-items: center;
}
#service .ttl-star {
 margin-bottom: 140px; 
}
.icon {
  display: block;
  position: relative;
}
.ttl-star .icon {
  width: 90px;
  margin-right: 20px;
}
.ttl-star .icon .star {
  width: 100%;
  height: auto;
}
.ttl-star .icon .star path {
  fill: #02a9ff;
}
.icon .icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
}
.ttl-star .icon .icon-img path {
  fill: #fff;
}
.ttl-star p {
  font-weight: bold;
}
.ttl-star .jp {
  display: block;
  margin-bottom: 16px;
  padding-top: 10px;
  font-size: 45px;
}
.ttl-star .eng {
  font-size: 1em;
}
#service .item {
  position: relative;
}
#service .item.first {
  margin-bottom: 165px;
}
#service .item .data {
  position: relative;
  width: 630px;
  border-radius: 10px;
  background: #e2f2ff;
}
#service .item.first .data {
  float: right;
  padding: 80px 60px 80px 120px;
}
#service .item.second .data {
  padding: 80px 120px 80px 60px; 
}
#service .item .num {
  display: block;
  position: absolute;
  top: -45px;
  color: #0056a8;
  font-family: 'Barlow', sans-serif;
  font-size: 90px;
}
#service .item.first .num {
  right: 25px;
}
#service .item.second .num {
  left: 25px;
}
#service .item h3 {
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 30px;
}
#service .item .detail dt,
#service .item .detail dd {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  padding: 5px;
}
#service .item .detail dt {
  clear: both;
  background: #fff200;
}
#service .item .caution {
  line-height: 1.5em;
  font-size: 0.813em;
}
#service .item .photo {
  position: absolute;
  top: -60px;
  left: 0;
  width: 570px;
  z-index: 1;
}
#service .item.second .photo {
  left: auto;
  right: 0;
}
#service .item .photo svg {
  width: 100%;
  height: auto;
}
#service .movie {
  margin-bottom: 165px;
}
#service .movie .media {
  position: absolute;
  top: -80px;
  right: 0;
  width: 640px;
  z-index: 1;
  border-radius: 10px;
  border: 10px #e2f2ff solid;
  background: #e2f2ff;
}
#service .movie .media .inner {
  position: relative;
  padding-top: 56.25%;
}
#service .movie .media .inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#service .movie .data {
  position: relative;
  padding: 70px 120px 80px 110px;
  width: 630px;
  border-radius: 10px;
  background: #f6f6f6;
  overflow: hidden;
}
#service .movie .data:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  background: url("../../img/stripe_gray.gif");
}
#service .movie .eng {
  display: block;
  margin-bottom: 25px;
  color: #0056a8;
  font-weight: bold;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  letter-spacing: 0.06em;
}
#service .movie .eng:after {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff200;
  margin-top: 25px;
}
#service .movie h3 {
  line-height: 1.7;
  font-weight: bold;
  font-size: 19px;
}  
  

/* case */
#case {
  padding: 80px 0 100px;
}
#case .center {
  max-width: 1200px;
  width: 90%;
}
#case .ttl-star {
  margin-bottom: 40px;
}
#case ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#case ul li {
  width: 23.75%;
  margin: 0 1.66% 40px 0;
}
#case ul li:nth-child(4n) {
  margin-right: 0;
}
#case ul li p {
  line-height: 1.4;
  margin-top: 12px;
}


/* client */
.client {
  display: flex;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.client .item {
  /*width: 50%;*/
  width: 100%;
}
.client #download {
  background: #1159ed;
}
.client #inquiry {
  background: #02a9ff;
}
.client .item .center {
  position: relative;
  max-width: 420px;
  width: 80%;
  padding: 30px 0 30px;
}
.client .icon-wrap {
  position: absolute;
  top: -40px;
  left: -80px;
}
.client .icon {
  width: 130px;
}
.client .icon .svg {
  width: 100%;
  height: auto;
}
.client .icon .svg.star path {
  fill: #fdff48;
}
.client #download .icon .icon-img {
  width: 50px !important;
  height: auto;
}
.client #inquiry .icon .icon-img {
  width: 45px !important;
  height: auto;
}
.client h2 .jp {
  display: block;
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 35px;
}
.client h2 .eng {
  font-size: 0.875em;
}
.client #inquiry .tel {
  margin-top: 27px;
  font-size: 1.25em;
}
.client #inquiry .tel a {
  color: #fff;
}
.client #inquiry .tel span {
  font-size: 0.700em;
}
.client #inquiry .tel .svg {
  width: 22px;
  margin-right: 7px;
  vertical-align: -3px;
}
.client #inquiry .tel .svg path {
  fill: #fff;
}
.client .btn {
  margin-top: 25px;
  background: #fff;
}
.client .btn a {
  display: block;
  position: relative;
  padding: 20px 0;
  background: #fff;
  font-size: 1.250em;
}
.client #download .btn a {
  color: #1159ed;
}
.client #inquiry .btn a {
  color: #16a1e9;
}
.client .btn a .svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 9px !important;
}
.client #download .btn a .svg path {
 fill:  #1159ed;
}
.client #inquiry .btn a .svg path {
 fill:  #16a1e9;
}


@media all and (max-width: 1200px) {
  /* service */
  #service .center {
    width: 90%;
  }
  #service .item.first {
    margin-bottom: 15%;
  }
  #service .item .data {
    width: 60%;
  }
  #service .item.first .data {
    float: right;
    padding: 80px 7% 80px 14%;
  }
  #service .item.second .data {
    padding: 80px 14% 80px 7%; 
  }
  #service .item h3 {
    font-size: 28px;
  }
  #service .item .photo {
    top: -22%;
    width: 50%;
  }
  #service .movie {
    margin-bottom: 15%;
  }
  #service .movie .data {
    padding: 70px 14% 80px 7%;
    width: 50%;
  }
  #service .movie .data:before {
    width: 7%;
  }
  #service .movie .media {
    top: -22%;
    width: 60%;
  }
  
}


@media all and (max-width: 1000px) {
 /* point */
  #point .inner {
    padding: 6% 0 13%;
  }
  #point .center {
    width: 90%;
  }
  #point h2 {
    width: 90%;
    margin: 0 auto 5%;
  }
  #point h2 .supplement {
    width: 100%;
    font-size: 1.25em;
  }
  #point .point-list li {
    width: 33%;
    height: 29.6vw;
    background: url("../../img/bg_point_list.svg") no-repeat center top / 100% 100%;
  }
  #point .point-list li h3 {
    padding-top: 19%;
  }
  #point .point-list li h3:before,
  #point .point-list li h3:after {
    width: calc(50% - 80px);
  }
  #point .point-list li h3:before {
    left: 20%;
  }
  #point .point-list li h3:after {
    right: 20%;
  }
  #point .point-list li h3 .point {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #point .point-list li p {
    font-size: 1.7vw;
  }


  /* about */
  #about .center {
    width: 90%;
  }
  #about h2 {
    margin-bottom: 70px;
  }
  #about .point-list {
    width: 100%;
    margin: 0 auto 80px;
  }
  #about .point-list li {
    width: 30%;
  }
  #about aside {
    align-items: flex-start;
  }
  #about aside img {
    width: 30%;
  }
  #about aside .nw {
    width: 65%;
  }
  
  
  /* case */
  #case {
    padding: 30px 0 10%;
  }
  #case ul li,
  #case ul li:nth-child(4n) {
    width: 32%;
    margin: 0 2% 40px 0;
  }
  #case ul li:nth-child(3n) {
    margin-right: 0;
  }  
  #case ul li p {
    margin-top: 10px;
  }
  
  
  /* client */
  .client .icon-wrap {
    left: -60px;
  }
  .client .icon {
    width: 110px;
  }
  .client #download .icon .icon-img {
    width: 45px !important;
  }
  .client #inquiry .icon .icon-img {
    width: 40px !important;
  }
  .client .btn a {
    font-size: 1.125em;
  }
}

@media (min-width: 812px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media all and (max-width: 812px) {
  /* MV */
  .mv-slider .item {
    position: relative;
    padding-top: 58vw;
    overflow: hidden;
  }
  .mv-slider .item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%; 
  }
  .mv-slider .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .mv-slider button:before{
    top: -20px;
    width: 9px;
    height: 9px;
  }
  
  
  /* fix-bnr */
  .fix-bnr {
    bottom: 40px;
    width: 130px;
  }

  
  /* point */
  #point .center {
    width: 100%;
  }
  #point h2 {
    width: 90%;
  }
  #point h2 .supplement {
    width: 80vw;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 2% 0;
    font-size: 3.7vw;
  }
  #point h2 .supplement br {
    display: block;
  }
  #point .point-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  #point .point-list li {
    width: 46.6vw;
    height: 45.3vw;
  }
  #point .point-list li:first-child {
    margin: 0 10%;
  }
  #point .point-list li h3 {
    margin-bottom: 1.5vw;
    padding-top: 8.5vw;
  }
  #point .point-list li h3:before,
  #point .point-list li h3:after {
    bottom: 2.2vw;
    width: calc(50% - 14vw);
  }
  #point .point-list li h3 .point {
    margin-bottom: 1.5vw;
    font-size: 3.6vw;
  }
  #point .point-list li h3 .num {
    width: 4.5vw;
    height: 4.5vw;
    line-height: 4.5vw;
    font-size: 2.93vw;
  }
  #point .point-list li h3 .num:after {
    width: 3.46vw;
    height: 3.46vw;
  }
  #point .point-list li p {
    font-size: 2.93vw;
  }
  #point .point-list li p strong {
    font-size: 1.3em;
  }
  
  .bubble-b.b40 {
    width: 11.2vw;
  }
  .bubble-b.b20 {
    width: 6.4vw;
  }
  .bubble.b20 {
    width: 4vw;
  }
  #point .bubble-wrap .item01 { top: auto; bottom: 27vw; left: -7vw; }
  #point .bubble-wrap .item02 { display: none;}
  #point .bubble-wrap .item03 { top: 40vw; right: 9.3vw; }
  #point .bubble-wrap .item04 { display: none;}

  #point .bubble-wrap .item05 { top: auto; bottom: 0; left: 5vw; }
  #point .bubble-wrap .item06 { top: 58.6vw; left: auto; right: -2vw }
  #point .bubble-wrap .item07 { top: 73.3vw; right: 16vw; }

  #point .bubble-wrap .item08 { top: auto; bottom: -6.6vw; left: 1.6vw; }
  #point .bubble-wrap .item09 { top: 58.6vw; left: auto; right: 10.6vw; }
  #point .bubble-wrap .item10 { display: none;}
  #point .bubble-wrap .item11 { display: none;}
  
  
  
  #about .bubble-wrap svg { display: none; }
  
  
  /* about */
  #about {
    padding: 12% 0;
  }
  #about h2 {
    margin-bottom: 50px;
    font-size: 70px;
  }
  #about .point-list p {
    font-size: 0.875em;
  }
  
  
  /* service */
  #service .center {
    width: 100%;
    padding: 0 0 12%;
  }
  .ttl-star {
    display: block;
    text-align: center;
  }
  #service .ttl-star {
    margin: -35px 0 50px; 
  }
  .ttl-star .icon {
    width: 75px;
    margin: 0 auto 10px;
  }
  .icon .icon-img {
    width: 33px;
  }
  .ttl-star .jp {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 32px;
  }
  .ttl-star .eng {
    font-size: 0.875em;
  }
  #service .item .data {
    width: 85%;
    border-radius: 0;
  }
  #service .item.first .data {
    padding: 72vw 6.5vw 10vw;
  }
  #service .item.second .data {
    padding: 72vw 6.5vw 10vw 12vw; 
  }
  #service .item .num {
    top: -8vw;
    font-size: 16vw;
  }
  #service .item.first .num {
    left: -5.3vw;
    right: auto;
  }
  #service .item.second .num {
    left: auto;
    right: -5.3vw;
  }
  #service .item .photo {
    top: 10.6vw;
    left: 7vw;
    width: 81.6%;
  }
  #service .item.second .photo {
    left: auto;
    right: 7vw;
  }
  #service .movie .data {
    width: 85%;
    border-radius: 0;
  }
  #service .movie .media {
    top: 8vw;
    right: 7vw;
    width: 85%;
  }
  #service .movie .data {
    padding: 64vw 7vw 10vw 12vw; 
  }
  #service .movie .data:before {
    width: 5%;
  }
  
  
  /* case */
  #case ul li p {
    font-size: 0.813em;
  }
  
  
  /* client */
  .client {
    display: block;
  }
  .client .item {
    width: 100%;
  }
  .client .item .center {
    width: 85%;
    max-width: 320px;
    padding: 20px 0 25px;
  }
  .client .icon-wrap {
    top: 20px;
    left: -12px;
  }
  .client .icon {
    width: 60px;
  }
  .client #download .icon .icon-img {
    width: 25px !important;
  }
  .client #inquiry .icon .icon-img {
    width: 23px !important;
  }
  .client h2 .jp {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .client h2 .eng {
    font-size: 0.85em;
  }
  .client h2 .jp br {
    display: none;
  }
  .client #inquiry .tel {
    margin-top: 25px;
  }
  .client #inquiry .tel span {
    display: inline-block;
    margin-top: 7px;
  }
  .client .btn {
    margin-top: 20px;
  }
  .client .btn a {
    font-size: 0.938em;
  }
  .client .btn a .svg {
    right: 12px;
  }

}


@media all and (max-width: 568px) {
  #about .bubble-wrap svg { display: block; }
  #about .bubble-wrap .item01 { top: 70px; left: auto; right: 4.3vw; }
  #about .bubble-wrap .item02 { top: 570px; left: 0; }
  #about .bubble-wrap .item03 { display: none;}
  #about .bubble-wrap .item04 { display: none;}

  #about .bubble-wrap .item05 { top: 150px; left: auto; right: -9vw }
  #about .bubble-wrap .item06 { top: 505px; left: -8vw; }
  #about .bubble-wrap .item07 { display: none;}

  #about .bubble-wrap .item08 { top: 140px; left: auto; right: 4.5vw }
  #about .bubble-wrap .item09 { top: 565px; left: -9vw; }
  #about .bubble-wrap .item10 { display: none;}
  #about .bubble-wrap .item11 { display: none;}
  
  
  /* about */
  #about {
    padding: 15% 0 18%;
  }
  #about .center {
    width: 80%;
  }
  #about h2 {
    margin-bottom: 13%;
    font-size: 45px;
  }
  #about .point-list {
    display: block;
    width: 100%;
    margin: 0 auto 35px;
  }
  #about .point-list li {
    max-width: 320px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
  #about .point-list li:after {
    position: static;
  }
  #about .point-list li .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }
  #about .point-list li.point01 .icon img {
    width:40px;
  }
  #about .point-list li.point02 .icon img {
    width:43px;
  }
  #about .point-list li.point03 .icon img {
    width:27px;
  }
  #about .point-list li.point01 .icon .svg {
    width:40px !important;
  }
  #about .point-list li.point02 .icon .svg {
    width:47px !important;
  }
  #about .point-list li.point03 .icon .svg {
    width:30px !important;
  }
  #about .point-list p {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  #about aside {
    display: block;
  }
  #about aside img {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 20px;
  }
  #about aside .nw {
    width: 100%;
  }
  #about aside .nw .detail {
    margin-bottom: 15px;
  }
  #about aside .nw .notes {
    margin-bottom: 20px;
    font-size: 0.75em;
  }
  #about aside .nw .patent {
    padding: 12px 15px;
    font-size: 0.75em;
  }
  
  
  /* service */
  #service .item h3 {
    font-size: 21px;
  }
  #service .detail {
    font-size: 0.875em;
  }
  #service .item .caution {
    font-size: 0.75em;
  }
  #service .movie .eng {
    margin-bottom: 18px;
    font-size: 21px;
  }
  #service .movie .eng:after {
    margin-top: 18px;
  }
  #service .movie h3 {
    font-size: 1em;
  }
  
  /* case */
  #case {
    padding: 30px 0;
  }
  #case ul li,
  #case ul li:nth-child(3n),
  #case ul li:nth-child(4n) {
    width: 48%;
    margin: 0 4% 40px 0;
  }
  #case ul li:nth-child(2n) {
    margin-right: 0;
  }
  
  
  /* client */
  .client #download h2 .jp {
    padding-left: 25px;
  }
  .client .btn a {
    padding: 15px 0;
  }
}


































