html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'midashi';
  src: url("../fonts/A-OTF-MidashiGoPro-MB31.ttf") format("truetype");
}

body {
  background-color: #fff;
  color: #4c4c4c;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  scroll-behavior: smooth;
  line-height: 1;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.container p,
.container th,
.container td,
.container dt,
.container dd,
.container li {
  line-height: 2.25;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sm {
  display: none;
}

.common-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  line-height: 0.5;
  margin-bottom: 55px;
  font-weight: bold;
  letter-spacing: 9px;
}

.common-title span {
  font-family: 'Noto Serif', serif;
  font-size: 16px;
  margin-left: 8px;
  letter-spacing: 2px;
}

.txt-medium {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.5px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.header .logo {
  margin-top: 27px;
  position: relative;
  z-index: 4;
}

.header .navigation .drawer-hamburger {
  display: none;
}

.header .navigation .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
}

.header .navigation .gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header .navigation .gnav-list li {
  font-size: 18px;
  margin-right: 57px;
  letter-spacing: 2px;
}

.header .navigation .gnav .btn-contact {
  display: inline-block;
  font-size: 18px;
  border: 2px solid #4c4c4c;
  padding: 9px 0;
  border-radius: 80px;
  min-width: 175px;
  text-align: center;
  letter-spacing: 2px;
}

@-webkit-keyframes snapback {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  5% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(5px, 5px, 0) scale(0.9);
    transform: translate3d(5px, 5px, 0) scale(0.9);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 10px, 0) scale(1);
    transform: translate3d(10px, 10px, 0) scale(1);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 10px, 0) scale(0.9);
    transform: translate3d(10px, 10px, 0) scale(0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(5px, -10px, 0) scale(1);
    transform: translate3d(5px, -10px, 0) scale(1);
  }
  65% {
    opacity: 0;
    -webkit-transform: translate3d(5px, -10px, 0) scale(0.9);
    transform: translate3d(5px, -10px, 0) scale(0.9);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(10px, -5px, 0) scale(1);
    transform: translate3d(10px, -5px, 0) scale(1);
  }
  85% {
    opacity: 0;
    -webkit-transform: translate3d(10px, -5px, 0) scale(0.9);
    transform: translate3d(10px, -5px, 0) scale(0.9);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes snapback {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  5% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 5px, 0);
    transform: translate3d(5px, 5px, 0);
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(5px, 5px, 0) scale(0.9);
    transform: translate3d(5px, 5px, 0) scale(0.9);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 10px, 0) scale(1);
    transform: translate3d(10px, 10px, 0) scale(1);
  }
  45% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 10px, 0) scale(0.9);
    transform: translate3d(10px, 10px, 0) scale(0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(5px, -10px, 0) scale(1);
    transform: translate3d(5px, -10px, 0) scale(1);
  }
  65% {
    opacity: 0;
    -webkit-transform: translate3d(5px, -10px, 0) scale(0.9);
    transform: translate3d(5px, -10px, 0) scale(0.9);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate3d(10px, -5px, 0) scale(1);
    transform: translate3d(10px, -5px, 0) scale(1);
  }
  85% {
    opacity: 0;
    -webkit-transform: translate3d(10px, -5px, 0) scale(0.9);
    transform: translate3d(10px, -5px, 0) scale(0.9);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.banner {
  background: url("../images/mv_bg.jpg") no-repeat center top;
  background-size: cover;
}

.banner .animation-circles {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 770px;
}

.banner .animation-circles .circle {
  border-radius: 50%;
  position: absolute;
  -webkit-animation: snapback 20s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 20s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle01 {
  width: 55px;
  height: 55px;
  border: 16px solid #8ccea6;
  top: -4%;
  left: 33%;
}

.banner .animation-circles .circle02 {
  width: 60px;
  height: 60px;
  border: 23px solid #caa9a0;
  top: 7%;
  left: 20%;
  -webkit-animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle03 {
  width: 77px;
  height: 77px;
  border: 28px solid #af9ecd;
  top: 30%;
  left: 2%;
  -webkit-animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle04 {
  width: 18px;
  height: 18px;
  border: 7px solid #94cce7;
  top: 18%;
  left: 47%;
  -webkit-animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle05 {
  width: 27px;
  height: 27px;
  border: 10px solid #cbe3f4;
  top: 28%;
  left: 33%;
  -webkit-animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle06 {
  width: 22px;
  height: 22px;
  border: 10px solid #84bede;
  top: 73%;
  left: 13%;
  -webkit-animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle07 {
  width: 50px;
  height: 50px;
  border: 20px solid #c3def2;
  top: 64%;
  left: 24%;
  -webkit-animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle08 {
  width: 94px;
  height: 94px;
  border: 20px solid #8dcfd3;
  top: 84%;
  left: 32%;
}

.banner .animation-circles .circle09 {
  width: 22px;
  height: 22px;
  border: 10px solid #93cbe6;
  top: 79%;
  left: 42%;
  -webkit-animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle10 {
  width: 57px;
  height: 57px;
  border: 15px solid #c4cd9f;
  top: 81%;
  right: 32%;
}

.banner .animation-circles .circle11 {
  width: 57px;
  height: 57px;
  border: 15px solid #818bd0;
  top: 60%;
  right: 7%;
  -webkit-animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle12 {
  width: 22px;
  height: 22px;
  border: 10px solid #85bfdf;
  top: 84%;
  right: 17%;
  -webkit-animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle13 {
  width: 50px;
  height: 50px;
  border: 20px solid #b4d1ea;
  top: 30%;
  right: 3%;
  -webkit-animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle14 {
  width: 55px;
  height: 55px;
  border: 16px solid #c2dbef;
  top: 25%;
  right: 21%;
  -webkit-animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.banner .animation-circles .circle15 {
  width: 24px;
  height: 24px;
  border: 9px solid #bb99d6;
  top: 18%;
  right: 15%;
}

.banner .mv {
  padding: 77px 0 180px;
  position: relative;
  z-index: 2;
}

.banner .mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .mv .container .text {
  margin-left: 30px;
}

.banner .mv .container .arrow {
  margin-right: 30px;
}

.vision {
  padding: 106px 0 80px;
}

.vision-arrow {
  position: absolute;
  top: -6px;
  right: 0;
}

.vision-arrow .arrow {
  -webkit-clip-path: polygon(0% 95%, 37% 27%, 23% 0, 80% 0%, 29% 95%);
  clip-path: polygon(0% 95%, 37% 27%, 23% 0, 80% 0%, 29% 95%);
  width: 230px;
  height: 125px;
  background: #0085c0;
  background: #006bae;
  background: linear-gradient(34deg, #006bae 0%, #0087c2 48%, #009bd0 100%);
  -webkit-animation: arrow 2s forwards;
  animation: arrow 2s forwards;
  -webkit-animation-fill-mode: forwards;
}

.vision-arrow .vision-arrow02 {
  margin-top: -60px;
  margin-left: 20px;
  -webkit-clip-path: polygon(43% 49%, 57% 27%, 42% 0%, 100% 0, 42.7% 100%);
  clip-path: polygon(43% 49%, 57% 27%, 42% 0%, 100% 0, 42.7% 100%);
  height: 130px;
}

.vision .fade-in-section {
  opacity: 0;
  -webkit-transform: translateX(-20vh) translateY(20vh);
  transform: translateX(-20vh) translateY(20vh);
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  will-change: opacity, visibility;
}

.vision .fade-in-section.is-visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  visibility: visible;
}

.vision .txt-medium {
  margin-top: 40px;
}

.service {
  background: url("../images/service_bg.jpg") no-repeat center top;
  padding: 109px 0 98px;
  background-size: cover;
}

.service .txt-medium {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.service .loader {
  position: absolute;
  right: 0;
  top: -66px;
  z-index: 1;
}

.service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 85px 0 0;
  position: relative;
  z-index: 2;
}

.service-items .item {
  width: calc(49% - 40px);
  background: #fff;
  padding: 50px 20px;
}

.service-items .item .img {
  min-height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.service-items .item .img .sun {
  position: absolute;
  left: 50%;
  margin-left: -78px;
  top: 50%;
  margin-top: -68px;
}

.service-items .item .fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
  }
}

.service-items .item .rotate {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -67px;
  margin-top: -67px;
}

.service-items .item .rotate.show {
  -webkit-animation: 1.5s rotate;
  animation: 1.5s rotate;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(183deg);
    transform: rotate(183deg);
    margin-left: -68px;
    margin-top: -71px;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(183deg);
    transform: rotate(183deg);
    margin-left: -68px;
    margin-top: -71px;
  }
}

.service-items .item .tt {
  text-align: center;
  font-size: 30px;
  color: #0065a9;
  font-weight: bold;
  margin: 25px 0px 27px;
  letter-spacing: 5px;
}

.service-items .item .txt {
  line-height: 2.2;
}

.point {
  padding: 77px 0;
  position: relative;
}

.point:after {
  background: url("../images/point_bg.jpg") no-repeat top center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 77px;
  width: 100%;
}

.point .common-title {
  margin-top: 30px;
}

.point-img {
  position: absolute;
  right: 0;
  top: -60px;
}

.point .txt-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
  letter-spacing: 6px;
  font-size: 30px;
}

.point .txt-medium .icon {
  margin-right: 21px;
  min-width: 48px;
  display: inline-block;
}

.point .txt-medium .small {
  font-size: 16px;
  letter-spacing: 3px;
}

.point-chart {
  margin: 70px 0;
}

.point-chart-tt {
  text-align: center;
  font-size: 24px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: bold;
}

.point-chart-content {
  position: relative;
}

.point-chart-content .vertical p {
  font-size: 24px;
  margin-left: 70px;
  line-height: 1.5;
}

.point-chart-content .vertical-set {
  position: relative;
  padding-top: 1px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.point-chart-content .vertical-set:after {
  position: absolute;
  content: "";
  width: 1.5px;
  height: 100%;
  top: 0;
  left: 105px;
  background: #4c4c4c;
}

.point-chart-content .vertical-set li {
  margin: 5px 0 55px;
  line-height: 1;
  width: 83px;
  position: relative;
}

.point-chart-content .vertical-set li:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  top: 10px;
  right: -22px;
  background: #4c4c4c;
}

.point-chart-content .vertical-set li .num {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  word-wrap: nowrap;
}

.point-chart-content .vertical-set li .small {
  display: inline-block;
  text-align: right;
  width: 100%;
  font-size: 13px;
}

.point-chart-content .horizontal {
  margin-left: 105px;
}

.point-chart-content .horizontal-set {
  position: relative;
}

.point-chart-content .horizontal-set:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5px;
  bottom: 52px;
  left: 0;
  background: #4c4c4c;
}

.point-chart-content .horizontal-set li {
  font-size: 24px;
  display: inline-block;
  margin-left: 300px;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
}

.point-chart-content .horizontal-set li:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  top: -12px;
  right: 50%;
  background: #4c4c4c;
}

.point-chart-content .horizontal-set li:last-child {
  margin-left: 250px;
}

.point-chart-content .data {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}

.point-chart-content .data:before {
  position: absolute;
  right: 16px;
  bottom: -60px;
  background: url(../images/arrow.png) no-repeat bottom;
  background-size: 84%;
  width: 80px;
  height: 40px;
  content: "";
  -webkit-transform: rotate(-93deg);
  transform: rotate(-101deg);
  z-index: 1;
}

.point-chart-content .data .text-blue {
  color: #0094ca;
  z-index: 2;
  position: relative;
}

.point-chart-content .data .number {
  font-size: 68px;
  z-index: 2;
  position: relative;
}

.point-chart-content .data .txt {
  margin-left: 5px;
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.point-chart-content .data .sum {
  margin-left: -32px;
  letter-spacing: 1px;
  z-index: 2;
  position: relative;
}

.point-chart-content .data-01 {
  position: absolute;
  left: 230px;
  top: 315px;
}

.point-chart-content .data-02 {
  position: absolute;
  left: 640px;
  top: 340px;
}

.point-chart-content .data-02:before {
  right: 0;
  left: -110px;
  bottom: 16px;
  background-size: 100%;
  width: 98px;
  height: 49px;
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.point-chart-content .data-02 .count.addDot {
  position: relative;
}

.point-chart-content .data-02 .count.addDot:after {
  position: absolute;
  content: ",";
  font-size: 24px;
  bottom: 20px;
  left: 36px;
  color: #0094ca;
}

.point-chart-content .data-03 {
  position: absolute;
  left: 370px;
  top: 33px;
}

.point-chart-content .data-03:before {
  right: -103px;
  bottom: 27px;
  background-size: 100%;
  width: 98px;
  height: 49px;
  -webkit-transform: rotate(-175deg);
  transform: rotate(-175deg);
}

.point-chart-content .data-03 .count.addDot {
  position: relative;
}

.point-chart-content .data-03 .count.addDot:after {
  position: absolute;
  content: ",";
  font-size: 24px;
  bottom: 20px;
  left: 76px;
  color: #0094ca;
}

.point-line.show:before {
  content: "";
  position: absolute;
  right: 200px;
  top: 56px;
  width: 14px;
  height: 6px;
  background: #66bfdf;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
  -webkit-animation: 1.8s fadeIn;
  animation: 1.8s fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: hidden;
}

.point-line.show .style-line {
  width: 8px;
  height: 0;
  background: #006bae;
  position: absolute;
  height: 10px;
  bottom: 70px;
  left: 438px;
  -webkit-animation: line 1.5s forwards;
  animation: line 1.5s forwards;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

.point-line.show .style-line:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #006bae;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -10px;
  bottom: -3px;
  -webkit-animation: circle 2.5s forwards;
  animation: circle 2.5s forwards;
  -webkit-animation-fill-mode: forwards;
}

.point-line.show .style-line:before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -9px;
  width: 13px;
  height: 6px;
  background: #66bfdf;
  -webkit-transform: rotate(137deg);
  transform: rotate(137deg);
  -webkit-box-shadow: 1.2em -0.1em 0 #66bfdf, 2.4em -0.2em 0 #66bfdf;
  box-shadow: 1.2em -0.1em 0 #66bfdf, 2.4em -0.2em 0 #66bfdf;
}

@-webkit-keyframes line {
  0% {
    height: 10px;
    bottom: 70px;
    left: 438px;
  }
  50% {
    height: 90px;
    bottom: 65px;
    left: 465px;
  }
  100% {
    height: 550px;
    bottom: 12px;
    left: 600px;
  }
}

@keyframes line {
  0% {
    height: 10px;
    bottom: 70px;
    left: 438px;
  }
  50% {
    height: 90px;
    bottom: 65px;
    left: 465px;
  }
  100% {
    height: 550px;
    bottom: 12px;
    left: 600px;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
  }
  50% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
  }
  100% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
  }
}

@keyframes circle {
  0% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
  }
  50% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
  }
  100% {
    -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
    box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
  }
}

@-webkit-keyframes fadeIn {
  99% {
    visibility: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    visibility: visible;
    -webkit-box-shadow: -1.5em 0em 0 #66bfdf, -2.9em 0em 0 0 #66bfdf, -4.1em 0 0 #66bfdf;
    box-shadow: -1.5em 0em 0 #66bfdf, -2.9em 0em 0 0 #66bfdf, -4.1em 0 0 #66bfdf;
  }
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  100% {
    visibility: visible;
    -webkit-box-shadow: -1.5em 0em 0 #66bfdf, -2.9em 0em 0 0 #66bfdf, -4.1em 0 0 #66bfdf;
    box-shadow: -1.5em 0em 0 #66bfdf, -2.9em 0em 0 0 #66bfdf, -4.1em 0 0 #66bfdf;
  }
}

.idea {
  padding: 106px 0 88px;
  position: relative;
}

.idea .animation-circles {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.idea .animation-circles .circle {
  border-radius: 50%;
  position: absolute;
  -webkit-animation: snapback 20s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 20s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .animation-circles .circle01 {
  width: 60px;
  height: 60px;
  border: 22px solid #a6e7d0;
  top: 2%;
  left: 20%;
}

.idea .animation-circles .circle03 {
  width: 77px;
  height: 77px;
  border: 28px solid #edf6fa;
  top: 42%;
  left: 2%;
  -webkit-animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .animation-circles .circle04 {
  width: 55px;
  height: 55px;
  border: 15px solid #ecf2f7;
  top: 32%;
  left: 73%;
  -webkit-animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 16s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .animation-circles .circle05 {
  width: 26px;
  height: 26px;
  border: 10px solid #ecf2f7;
  top: 37%;
  left: 34%;
  -webkit-animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 18s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .animation-circles .circle06 {
  width: 55px;
  height: 55px;
  border: 15px solid #a1b2d9;
  top: 85%;
  right: 9%;
  -webkit-animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 17s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .animation-circles .circle07 {
  width: 50px;
  height: 50px;
  border: 20px solid #edf6fa;
  top: 42%;
  right: 3%;
  -webkit-animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  animation: snapback 19s infinite cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.idea .container {
  z-index: 2;
}

.idea .common-title {
  margin-bottom: 75px;
}

.idea .txt-medium {
  margin: 80px 0 45px;
}

.idea-content01 {
  margin-top: 37px;
}

.idea-content01 .col01 {
  width: 200px;
}

.idea-content01 .col02 {
  margin-right: 30px;
}

.idea-content01 .col02,
.idea-content01 .col03 {
  width: 220px;
}

.idea-content01 .col04 {
  width: 240px;
  min-width: 240px;
}

.idea-content01-tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idea-content01-tt li {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-weight: bold;
}

.idea-content01-tt li.border-black {
  border-bottom: 3px solid #4c4c4c;
}

.idea-content01-tt li.border-blue {
  border-bottom: 3px solid #0094ca;
}

.idea-content01-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #4c4c4c;
  position: relative;
}

.idea-content01-items:after {
  background: #ecf7ff;
  content: "";
  width: 240px;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.idea-content01-items .item {
  text-align: center;
  padding: 25px 0 15px;
  position: relative;
  z-index: 2;
  line-height: 1.5;
}

.idea-content01-items .item-01 {
  font-size: 18px;
}

.idea-content01-items .item-02:after {
  position: absolute;
  right: -45px;
  top: 50%;
  margin-top: -15px;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/idea_arrow.png") no-repeat;
}

.idea-content01-items .item-02,
.idea-content01-items .item-03 {
  letter-spacing: 0;
}

.idea-content01-items .item-04 {
  font-size: 26px;
}

.idea-content01-items .item-04 .bigtime {
  color: #0094ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.idea-content01-items .item-04 .bigtime .number {
  font-size: 60px;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 1;
}

.idea-content01-items .item-04 .bigtime #count5.number.addDot {
  position: relative;
  letter-spacing: 2px;
}

.idea-content01-items .item-04 .bigtime #count5.number.addDot:after {
  position: absolute;
  content: ",";
  font-size: 23px;
  bottom: 3px;
  left: 32px;
  color: #0094ca;
}

.idea-content01-items .item-04 .bigtime #count7.number.addDot {
  position: relative;
  letter-spacing: 7px;
}

.idea-content01-items .item-04 .bigtime #count7.number.addDot:after {
  position: absolute;
  content: ".";
  font-size: 30px;
  bottom: 3px;
  left: 33px;
  color: #0094ca;
}

.idea-content02 {
  padding: 115px 0 0;
  position: relative;
}

.idea-content02-tt {
  text-align: center;
  font-size: 30px;
  color: #0065a9;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 5px;
}

.idea-content02-lim {
  position: absolute;
  right: -3px;
  top: 67px;
}

.footer {
  background: #4c4c4c;
  color: #fff;
  padding: 80px 0 30px;
}

.footer-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-text {
  width: calc(100% - 470px);
}

.footer-table {
  margin-top: 30px;
}

.footer-table table {
  width: 100%;
  border: none;
}

.footer-table table th,
.footer-table table td {
  font-weight: normal;
  vertical-align: top;
  padding: 2px 0;
  line-height: 1.8;
}

.footer-table table th {
  white-space: nowrap;
  padding-right: 26px;
  text-align: left;
}

.footer-table table a {
  color: #fff;
}

.footer-map {
  width: 440px;
}

.footer-map iframe {
  width: 100%;
  height: 450px;
}

.footer .coppyright {
  text-align: center;
  font-size: 12px;
  margin-top: 55px;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.302vw;
  }
  .pc {
    display: none;
  }
  .sm {
    display: block;
  }
  .container {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
  }
  .container p,
  .container th,
  .container td,
  .container dt,
  .container dd,
  .container li {
    line-height: 1.8;
    letter-spacing: 0;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  .header {
    padding: 10px;
  }
  .header .logo {
    margin-top: 0;
    position: relative;
    z-index: 4;
  }
  .header .logo img {
    height: 60px;
    width: auto;
  }
  .header .navigation .drawer-hamburger {
    text-align: center;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4c4c4c;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 9;
  }
  .header .navigation .drawer-hamburger span {
    display: inherit;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 25px;
    border-radius: 10%;
  }
  .header .navigation .drawer-hamburger.active {
    z-index: 999;
    position: relative;
  }
  .header .navigation .drawer-hamburger.active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-7px, 9px);
    transform: rotate(-45deg) translate(-7px, 9px);
  }
  .header .navigation .drawer-hamburger.active span:last-child {
    -webkit-transform: rotate(45deg) translate(-2px, -5px);
    transform: rotate(45deg) translate(-2px, -5px);
  }
  .header .navigation .drawer-hamburger.active span:nth-child(2n) {
    opacity: 0;
  }
  .header .navigation .sm-gnav {
    position: absolute;
    display: block;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 99;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    background: rgba(76, 76, 76, .9);
  }
  .header .navigation .sm-gnav.is-open {
    top: 0;
  }
  .header .navigation .sm-gnav .gnav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10%;
    overflow: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header .navigation .sm-gnav .gnav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .header .navigation .sm-gnav .gnav-list li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .header .navigation .sm-gnav .gnav-list li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
  }
  .header .navigation .sm-gnav .gnav .btn-contact {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
  }
  .banner .mv {
    padding: 50px 0 80px;
  }
  .banner .animation-circles {
    height: 70rem;
  }
  .banner .animation-circles .circle01 {
    width: 5rem;
    height: 5rem;
    border: 1rem solid #8ccea6;
  }
  .banner .animation-circles .circle02 {
    width: 6rem;
    height: 6rem;
    border: 2rem solid #caa9a0;
  }
  .banner .animation-circles .circle03 {
    width: 7rem;
    height: 7rem;
    border: 2rem solid #af9ecd;
  }
  .banner .animation-circles .circle04 {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.7rem solid #94cce7;
  }
  .banner .animation-circles .circle05 {
    width: 2.7rem;
    height: 2.7rem;
    border: 1rem solid #cbe3f4;
  }
  .banner .animation-circles .circle06 {
    width: 2rem;
    height: 2rem;
    border: 1rem solid #84bede;
  }
  .banner .animation-circles .circle07 {
    width: 5rem;
    height: 5rem;
    border: 2rem solid #c3def2;
  }
  .banner .animation-circles .circle08 {
    width: 9rem;
    height: 9rem;
    border: 2rem solid #8dcfd3;
  }
  .banner .animation-circles .circle09 {
    width: 2rem;
    height: 2rem;
    border: 1rem solid #93cbe6;
  }
  .banner .animation-circles .circle10 {
    width: 5rem;
    height: 5rem;
    border: 1rem solid #c4cd9f;
  }
  .banner .animation-circles .circle11 {
    width: 5rem;
    height: 5rem;
    border: 1rem solid #818bd0;
  }
  .banner .animation-circles .circle12 {
    width: 2rem;
    height: 2rem;
    border: 1rem solid #85bfdf;
  }
  .banner .animation-circles .circle13 {
    width: 5rem;
    height: 5rem;
    border: 2rem solid #b4d1ea;
  }
  .banner .animation-circles .circle14 {
    width: 5rem;
    height: 5rem;
    border: 1rem solid #c2dbef;
  }
  .banner .animation-circles .circle15 {
    width: 2rem;
    height: 2rem;
    border: 1.2rem solid #bb99d6;
  }
  .common-title {
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 3px;
  }
  .common-title span {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
  }
  .txt-medium {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .vision {
    padding: 30px 15px;
  }
  .vision .common-title {
    margin-bottom: 36px;
  }
  .vision-arrow {
    top: -20px;
    z-index: -1;
    width: 33%;
  }
  .vision-arrow .arrow {
    width: 150px;
    height: 80px;
  }
  .vision-arrow .vision-arrow02 {
    height: 95px;
  }
  .vision p {
    position: relative;
    z-index: 2;
  }
  .vision .txt-medium {
    margin-top: 20px;
  }
  .service {
    padding: 30px 15px 10px;
  }
  .service .txt-medium {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .service .loader {
    margin: 0;
    right: 23rem;
    top: 6rem;
  }
  .service-items {
    margin: 30px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-items .item {
    width: calc(100% - 20px);
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .service-items .item .img {
    min-height: auto;
  }
  .service-items .item .img img {
    width: auto;
  }
  .service-items .item .tt {
    font-size: 20px;
    margin: 15px 0px;
    letter-spacing: 0;
  }
  .service-items .item .txt {
    line-height: 2;
  }
  .point {
    padding: 30px 15px 50px;
    position: relative;
  }
  .point:after {
    height: 50px;
  }
  .point-img {
    position: absolute;
    right: 0;
    top: 0px;
    text-align: right;
  }
  .point-img img {
    width: 60%;
  }
  .point .common-title {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .point .txt-medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1;
  }
  .point .txt-medium .icon {
    margin-right: 10px;
    max-width: 25px;
    display: inline-block;
    min-width: 25px;
  }
  .point .txt-medium .icon img {
    width: auto;
  }
  .point .txt-medium .small {
    font-size: 12px;
    letter-spacing: 0;
  }
  .point .txt-medium.last .icon img {
    height: 30px;
  }
  .point-chart {
    margin: 30px 0;
    overflow: auto;
    width: 74rem;
  }
  .point-chart-tt {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .point-chart-content {
    position: relative;
  }
  .point-chart-content .vertical p {
    font-size: 12px;
    margin-left: 10px;
  }
  .point-chart-content .vertical-set {
    position: relative;
    padding-top: 1px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .point-chart-content .vertical-set:after {
    width: 1px;
    left: 55px;
  }
  .point-chart-content .vertical-set li {
    margin: 5px 0 30px;
    width: 40px;
  }
  .point-chart-content .vertical-set li:after {
    width: 10px;
    height: 1px;
    top: 10px;
    right: -15px;
  }
  .point-chart-content .vertical-set li .num {
    font-size: 12px;
  }
  .point-chart-content .vertical-set li .small {
    font-size: 10px;
  }
  .point-chart-content .horizontal {
    margin-left: 55px;
  }
  .point-chart-content .horizontal-set {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point-chart-content .horizontal-set:after {
    height: 1px;
    bottom: 21px;
    left: 0;
  }
  .point-chart-content .horizontal-set li {
    font-size: 12px;
    margin-left: 0;
  }
  .point-chart-content .horizontal-set li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: -10px;
    right: 50%;
    background: #4c4c4c;
  }
  .point-chart-content .horizontal-set li:last-child {
    margin-left: 0;
  }
  .point-chart-content .data {
    font-size: 12px;
  }
  .point-chart-content .data .number {
    font-size: 18px;
  }
  .point-chart-content .data .txt {
    font-size: 12px;
  }
  .point-chart-content .data .sum {
    margin-left: -15px;
    letter-spacing: 0;
  }
  .point-chart-content .data-01 {
    position: absolute;
    left: 15rem;
    top: 22rem;
  }
  .point-chart-content .data-01:before {
    right: 43px;
    bottom: -33px;
    width: 50px;
    height: 20px;
  }
  .point-chart-content .data-02 {
    position: absolute;
    left: 43rem;
    top: 23rem;
  }
  .point-chart-content .data-02:before {
    right: 0;
    bottom: 3px;
    width: 45px;
    height: 20px;
    left: -51px;
  }
  .point-chart-content .data-02 .count.addDot {
    position: relative;
  }
  .point-chart-content .data-02 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 0.3rem;
    left: 0.8rem;
  }
  .point-chart-content .data-03 {
    position: absolute;
    left: 33rem;
    top: 4.3rem;
  }
  .point-chart-content .data-03:before {
    right: -40px;
    bottom: 5px;
    width: 50px;
    height: 20px;
  }
  .point-chart-content .data-03 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 0.5rem;
    left: 1.9rem;
  }
  .point-line.show:before {
    right: 220px;
    top: 55px;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
  }
  @-webkit-keyframes fadeIn {
    99% {
      visibility: hidden;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    100% {
      visibility: visible;
      -webkit-box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
      box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
    }
  }
  @keyframes fadeIn {
    99% {
      visibility: hidden;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    100% {
      visibility: visible;
      -webkit-box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
      box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
    }
  }
  .point-line.show .style-line {
    width: 5px;
    height: 0;
    background: #006bae;
    position: absolute;
    -webkit-animation: line 2s forwards;
    animation: line 1.5s forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
  }
  .point-line.show .style-line:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #006bae;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -4px;
    bottom: -7px;
  }
  .point-line.show .style-line:before {
    left: -5px;
    bottom: -10px;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-box-shadow: 0.6em -0.1em 0 #66bfdf, 1.2em -0.2em 0 #66bfdf;
    box-shadow: 0.6em -0.1em 0 #66bfdf, 1.2em -0.2em 0 #66bfdf;
  }
  @-webkit-keyframes line {
    0% {
      height: 2rem;
      bottom: 7rem;
      left: 27rem;
    }
    50% {
      height: 9rem;
      bottom: 6.4rem;
      left: 29.4rem;
    }
    100% {
      height: 67rem;
      bottom: 0.5rem;
      left: 47rem;
    }
  }
  @keyframes line {
    0% {
      height: 2rem;
      bottom: 3.25rem;
      left: 23.3rem;
    }
    50% {
      height: 10rem;
      bottom: 1.75rem;
      left: 26.2rem;
    }
    100% {
      height: 38rem;
      bottom: -2.75rem;
      left: 36.8rem;
    }
  }
  @-webkit-keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.2rem -67.7rem 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.2rem -67.7rem 0 #006bae;
    }
  }
  @keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 0 rgba(0, 107, 174, 0), 0.2rem -38rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 0 rgba(0, 107, 174, 0), 0.2rem -38rem 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 #006bae, 0.2rem -38rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 #006bae, 0.2rem -38rem 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 #006bae, 0.2rem -38rem 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -4.1em 0 #006bae, 0.2rem -38rem 0 #006bae;
    }
  }
  .idea {
    padding: 30px 15px;
    position: relative;
  }
  .idea .animation-circles {
    height: 68rem;
  }
  .idea .animation-circles .circle01 {
    width: 6rem;
    height: 6rem;
    border: 2rem solid #a6e7d0;
  }
  .idea .animation-circles .circle03 {
    width: 7.7rem;
    height: 7.7rem;
    border: 2.8rem solid #edf6fa;
  }
  .idea .animation-circles .circle04 {
    width: 5.5rem;
    height: 5.5rem;
    border: 1.5rem solid #ecf2f7;
  }
  .idea .animation-circles .circle05 {
    width: 2.6rem;
    height: 2.6rem;
    border: 1.0rem solid #ecf2f7;
  }
  .idea .animation-circles .circle06 {
    width: 5.5rem;
    height: 5.5rem;
    border: 1.5rem solid #a1b2d9;
  }
  .idea .animation-circles .circle07 {
    width: 5.0rem;
    height: 5.0rem;
    border: 2.0rem solid #edf6fa;
  }
  .idea .common-title {
    margin-bottom: 30px;
  }
  .idea .txt-medium {
    margin: 30px 0;
  }
  .idea-content01 {
    margin-top: 37px;
  }
  .idea-content01 .col01 {
    width: auto;
  }
  .idea-content01 .col02 {
    margin-right: 0;
  }
  .idea-content01 .col02,
  .idea-content01 .col03 {
    width: auto;
  }
  .idea-content01 .col04 {
    width: auto;
    min-width: auto;
  }
  .idea-content01-tt {
    display: none;
  }
  .idea-content01-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .idea-content01-items:after {
    content: none;
  }
  .idea-content01-items .item {
    text-align: center;
    padding: 5px 10px;
    width: calc(100% - 20px);
  }
  .idea-content01-items .item-01 {
    font-size: 14px;
  }
  .idea-content01-items .item-01 img {
    width: auto;
  }
  .idea-content01-items .item-02:after {
    content: none;
  }
  .idea-content01-items .item-02,
  .idea-content01-items .item-03 {
    letter-spacing: 0;
  }
  .idea-content01-items .item-04 {
    font-size: 18px;
  }
  .idea-content01-items .item-04 .bigtime {
    color: #0094ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .idea-content01-items .item-04 .bigtime .number {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: bold;
    line-height: 1;
  }
  .idea-content01-items .item-04 .bigtime #count5.number.addDot:after {
    font-size: 14px;
    left: 16px;
  }
  .idea-content01-items .item-04 .bigtime #count7.number.addDot {
    position: relative;
    letter-spacing: 7px;
  }
  .idea-content01-items .item-04 .bigtime #count7.number.addDot:after {
    font-size: 20px;
    bottom: 1px;
    left: 17px;
  }
  .idea-content02 {
    padding: 30px 0 0;
    position: relative;
  }
  .idea-content02-tt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }
  .idea-content02-lim {
    position: absolute;
    right: 0px;
    top: 0;
  }
  .footer {
    background: #4c4c4c;
    color: #fff;
    padding: 30px 15px;
  }
  .footer-wrapp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-text {
    width: 100%;
  }
  .footer-logo {
    text-align: center;
    display: block;
  }
  .footer-logo img {
    width: auto;
    display: inline-block;
  }
  .footer-table {
    margin-top: 20px;
  }
  .footer-map {
    width: 100%;
    margin-top: 20px;
  }
  .footer-map iframe {
    width: 100%;
    height: 300px;
  }
  .footer .coppyright {
    font-size: 12px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .point-chart {
    margin: 30px 0;
    overflow: auto;
    width: 74rem;
  }
  .point-chart-tt {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .point-chart-content {
    position: relative;
  }
  .point-chart-content .vertical p {
    font-size: 12px;
    margin-left: 10px;
  }
  .point-chart-content .vertical-set {
    position: relative;
    padding-top: 1px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .point-chart-content .vertical-set:after {
    width: 1px;
    left: 55px;
  }
  .point-chart-content .vertical-set li {
    margin: 5px 0 30px;
    width: 40px;
  }
  .point-chart-content .vertical-set li:after {
    width: 10px;
    height: 1px;
    top: 10px;
    right: -15px;
  }
  .point-chart-content .vertical-set li .num {
    font-size: 12px;
  }
  .point-chart-content .vertical-set li .small {
    font-size: 10px;
  }
  .point-chart-content .horizontal {
    margin-left: 55px;
  }
  .point-chart-content .horizontal-set {
    position: relative;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point-chart-content .horizontal-set:after {
    height: 1px;
    bottom: 21px;
    left: 0;
  }
  .point-chart-content .horizontal-set li {
    font-size: 12px;
    margin-left: 0;
  }
  .point-chart-content .horizontal-set li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    top: -10px;
    right: 50%;
    background: #4c4c4c;
  }
  .point-chart-content .horizontal-set li:last-child {
    margin-left: 0;
  }
  .point-chart-content .data {
    font-size: 12px;
  }
  .point-chart-content .data .number {
    font-size: 18px;
  }
  .point-chart-content .data .txt {
    font-size: 12px;
  }
  .point-chart-content .data .sum {
    margin-left: -15px;
    letter-spacing: 0;
  }
  .point-chart-content .data-01 {
    position: absolute;
    left: 12rem;
    top: 44rem;
  }
  .point-chart-content .data-01:before {
    right: 35px;
    bottom: -26px;
    width: 31px;
    height: 20px;
  }
  .point-chart-content .data-02 {
    position: absolute;
    left: 45rem;
    top: 42rem;
  }
  .point-chart-content .data-02:before {
    right: auto;
    bottom: -7px;
    width: 45px;
    height: 20px;
    left: -59px;
  }
  .point-chart-content .data-02 .count.addDot {
    position: relative;
  }
  .point-chart-content .data-02 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 0.7rem;
    left: 1.7rem;
  }
  .point-chart-content .data-03 {
    position: absolute;
    left: 34rem;
    top: 7rem;
  }
  .point-chart-content .data-03:before {
    right: -40px;
    bottom: 15px;
    width: 50px;
    height: 20px;
  }
  .point-chart-content .data-03 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 1rem;
    left: 3.5rem;
  }
  .point-line.show:before {
    right: 47px;
    top: 46px;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  @-webkit-keyframes fadeIn {
    99% {
      visibility: hidden;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    100% {
      visibility: visible;
      -webkit-box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
      box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
    }
  }
  @keyframes fadeIn {
    99% {
      visibility: hidden;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    100% {
      visibility: visible;
      -webkit-box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
      box-shadow: -0.6em 0em 0 #66bfdf, -1.2em 0em 0 0 #66bfdf, -1.8em 0 0 #66bfdf;
    }
  }
  .point-line.show .style-line {
    width: 5px;
    height: 0;
    background: #006bae;
    position: absolute;
    height: 61rem;
    bottom: 1.1rem;
    left: 44.8rem;
    -webkit-animation: line 2s forwards;
    animation: line 1.5s forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
  }
  .point-line.show .style-line:after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #006bae;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -4px;
    bottom: -7px;
  }
  .point-line.show .style-line:before {
    left: -5px;
    bottom: -10px;
    width: 6px;
    height: 3px;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-box-shadow: 0.6em -0.1em 0 #66bfdf, 1.2em -0.2em 0 #66bfdf;
    box-shadow: 0.6em -0.1em 0 #66bfdf, 1.2em -0.2em 0 #66bfdf;
  }
  @-webkit-keyframes line {
    0% {
      height: 2rem;
      bottom: 7rem;
      left: 27rem;
    }
    50% {
      height: 9rem;
      bottom: 6.4rem;
      left: 29.4rem;
    }
    100% {
      height: 61rem;
      bottom: 1.1rem;
      left: 44.8rem;
    }
  }
  @keyframes line {
    0% {
      height: 2rem;
      bottom: 7rem;
      left: 27rem;
    }
    50% {
      height: 9rem;
      bottom: 6.4rem;
      left: 29.4rem;
    }
    100% {
      height: 61rem;
      bottom: 1.1rem;
      left: 44.8rem;
    }
  }
  @-webkit-keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -61.7rem 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -61.7rem 0 #006bae;
    }
  }
  @keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 rgba(0, 107, 174, 0), 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -67.7rem 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -61.7rem 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -3.5em 0 #006bae, 0.2rem -61.7rem 0 #006bae;
    }
  }
}

@media screen and (max-width: 380px) {
  .point-line.show:before {
    right: 39px;
    top: 69px;
  }
  .point-chart-content .data {
    font-size: 12px;
  }
  .point-chart-content .data .number {
    font-size: 18px;
  }
  .point-chart-content .data .txt {
    font-size: 12px;
  }
  .point-chart-content .data .sum {
    margin-left: -15px;
    letter-spacing: 0;
  }
  .point-chart-content .data-01 {
    position: absolute;
    left: 13rem;
    top: 45rem;
  }
  .point-chart-content .data-01:before {
    right: 43px;
    bottom: -33px;
    width: 50px;
    height: 20px;
  }
  .point-chart-content .data-02 {
    position: absolute;
    left: 45rem;
    top: 42rem;
  }
  .point-chart-content .data-02:before {
    right: 0;
    bottom: -25px;
    width: 45px;
    height: 20px;
    left: -49px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  .point-chart-content .data-02 .count.addDot {
    position: relative;
  }
  .point-chart-content .data-02 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 0.7rem;
    left: 1.7rem;
  }
  .point-chart-content .data-03 {
    position: absolute;
    left: 34rem;
    top: 7rem;
  }
  .point-chart-content .data-03:before {
    right: -23px;
    bottom: -6px;
    width: 33px;
    height: 20px;
    -webkit-transform: rotate(-142deg);
    transform: rotate(-142deg);
  }
  .point-chart-content .data-03 .count.addDot:after {
    content: ",";
    font-size: 12px;
    bottom: 1rem;
    left: 4rem;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .point-line .style-line {
    width: 8px;
    height: 0;
    background: #006bae;
    position: absolute;
    height: 10px;
    bottom: 70px;
    left: 438px;
    -webkit-animation: line 2s forwards;
    animation: line 2s forwards;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: rotate(37deg);
    transform: rotate(37deg);
  }
  .point-line .style-line:after {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #006bae;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -10px;
    bottom: -3px;
    -webkit-animation: circle 3s forwards;
    animation: circle 3s forwards;
    -webkit-animation-fill-mode: forwards;
  }
  @-webkit-keyframes line {
    0% {
      height: 10px;
      bottom: 70px;
      left: 438px;
    }
    50% {
      height: 90px;
      bottom: 65px;
      left: 465px;
    }
    100% {
      height: 550px;
      bottom: 12px;
      left: 600px;
    }
  }
  @keyframes line {
    0% {
      height: 10px;
      bottom: 70px;
      left: 438px;
    }
    50% {
      height: 90px;
      bottom: 65px;
      left: 465px;
    }
    100% {
      height: 550px;
      bottom: 12px;
      left: 600px;
    }
  }
  @-webkit-keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
    }
  }
  @keyframes circle {
    0% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 rgba(0, 107, 174, 0), 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    }
    50% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 rgba(0, 107, 174, 0);
    }
    100% {
      -webkit-box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
      box-shadow: 0em 0em 0 #006bae, 0.1em -5.5em 0 #006bae, 0.1em -34.3em 0 #006bae;
    }
  }
}