@charset "UTF-8";
body.home {
  max-height: 100%;
}

.inview {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.inview.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.home #main {
  position: relative;
  width: 100%;
  min-height: 640px;
  overflow-x: hidden;
  /* 装飾 */
  /* 追加 */
}
.home #main .bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}
.home #main .container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.home #main .slide_all {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
.home #main .slide_wrap {
  width: 3072px;
  position: absolute;
  left: 50%;
  margin-left: -1536px;
}
.home #main .slide_body {
  width: 100%;
}
.home #main .slide {
  width: 1024px;
}
.home #main .slide img {
  width: 100%;
  vertical-align: bottom;
}
.home #main .bx-controls-direction, .home #main .bx-pager {
  text-align: center;
  height: 25px;
}
.home #main .bx-controls-direction a, .home #main .bx-pager-item {
  display: inline-block;
}
.home #main .bx-pager-item a {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -9999px;
  background: #fff;
  border-radius: 10px;
  margin: 10px 2px 0 2px;
}
.home #main .bx-pager-item a.active {
  opacity: 0.3;
}
.home #main .bx-controls-direction a {
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
}
.home #main .bx-controls {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.home #main .bx-controls-direction {
  position: absolute;
  width: 1024px;
  height: 640px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.home #main .bx-controls-direction a {
  display: block;
  width: 1024px;
  height: 100%;
  padding: 0;
  top: 0;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.home #main .bx-controls-direction a.bx-prev {
  left: -100%;
  background-image: url(../images/top/main-prev.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}
.home #main .bx-controls-direction a.bx-next {
  right: -100%;
  background-image: url(../images/top/main-next.png);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.home #main .slide {
  transition: all .3s;
  opacity: .8;
}
.home #main .slide.active {
  opacity: 1;
}
.home #main .slide .img {
  position: absolute;
  top: 0;
  left: 0;
}
.home #main .inner {
  position: absolute;
  z-index: 101;
  width: 1024px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.home #main .inner .icon {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 250px;
  height: 250px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home #main .inner .icon .icon01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home #main .inner .catch {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 250px;
}
.home #main .inner .text {
  position: absolute;
  width: 100%;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  line-height: 2em;
  text-shadow: 0px 0px 16px #092366;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.home #main .inner .link-btn {
  position: absolute;
  display: inline-block;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
}
.home #main .inner .link-btn a {
  display: block;
  padding: 0 15px;
  border: solid 1px #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px -2px #092366;
  -moz-box-shadow: 0px 0px 6px -2px #092366;
  -webkit-box-shadow: 0px 0px 6px -2px #092366;
  text-shadow: 0px 0px 16px #092366;
  text-decoration: none;
  line-height: 2.1em;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.home #main .inner .link-btn a:hover {
  text-shadow: inherit;
  background-color: #fff;
  color: #092366;
}

.page-template-page-nanotech #main {
  position: relative;
  width: 100%;
}

.news-area {
  z-index: 99;
  width: 100%;
  background: #005b9e;
}
.news-area .row {
  box-sizing: border-box;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding: 20px 50px;
  font-size: 0;
}
.news-area .row .col-2 {
  display: inline-block;
  width: 12%;
  margin-right: 3%;
  vertical-align: top;
}
.news-area .row .col-2 h2 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.news-area .row .col-10 {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.news-area .row .col-10 dl {
  margin-bottom: 10px;
  font-size: 0;
  color: #fff;
}
.news-area .row .col-10 dl:last-child {
  margin-bottom: 0;
}
.news-area .row .col-10 dl dt {
  display: inline-block;
  width: 13%;
  margin: 0 3% 0 0;
  vertical-align: top;
  font-size: 16px;
}
.news-area .row .col-10 dl dd {
  display: inline-block;
  width: 84%;
  margin: 0;
  vertical-align: top;
}
.news-area .row .col-10 dl dd a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.news-area .row .col-10 dl dd a:hover {
  text-decoration: underline;
}
.news-area .btn-wrap {
  text-align: center;
}
.news-area .btn-wrap .more-btn {
  padding-bottom: 20px;
  display: inline-block;
}
.news-area .btn-wrap .more-btn a {
  display: block;
  padding: 0 15px;
  border: solid 1px #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 6px -2px #092366;
  -moz-box-shadow: 0px 0px 6px -2px #092366;
  -webkit-box-shadow: 0px 0px 6px -2px #092366;
  text-shadow: 0px 0px 16px #092366;
  text-decoration: none;
  line-height: 2.1em;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-area .btn-wrap .more-btn a:hover {
  text-shadow: inherit;
  background-color: #fff;
  color: #092366;
}

.section {
  box-sizing: border-box;
}

#about {
  position: relative;
  overflow: hidden;
}
#about .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#about .inner {
  position: relative;
  width: 96%;
  max-width: 1048px;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
#about .inner .scroll, #about .inner .scroll0 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#about .inner .scroll {
  top: 15%;
}
#about .inner .scroll0 {
  top: 40%;
}
#about .inner h1 {
  margin: 0 0 55px;
  font-size: 22px;
}
#about .inner h2 {
  margin: 0 0 45px;
  text-align: center;
  line-height: 1.3em;
  font-size: 30px;
}
#about .inner p {
  width: 96%;
  max-width: 810px;
  margin: 0 auto 35px;
  line-height: 1.7em;
  font-size: 16px;
}
#about .inner p.lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
}
#about .inner p:last-child {
  margin-bottom: 0;
}

.business-nav {
  padding: 25px 0;
  background-color: #fff;
}
.business-nav.active {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
}
.business-nav .inner {
  width: 96%;
  max-width: 1048px;
  margin: 0 auto;
  font-size: 0;
}
.business-nav .inner .title {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-weight: bold;
  font-size: 22px;
}
.business-nav .inner ul {
  display: inline-block;
}
.business-nav .inner ul li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.business-nav .inner ul li:last-child {
  margin-right: 0;
}
.business-nav .inner ul li a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
}
.business-nav .inner ul li a.active {
  background-color: #3cf;
}

#business .fixed-title {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 15px 0;
  top: 0;
  background-color: #fff;
}
#business .fixed-title.hide {
  display: none !important;
  opacity: 0;
}
#business .fixed-title h1 {
  max-width: 1050px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 22px;
  color: #000;
}
#business .section {
  padding: 40px 0;
}
#business .section .section-inner {
  position: relative;
  width: 96%;
  max-width: 1048px;
  height: 100%;
  margin: 0 auto;
}
#business .section .section-inner h2 {
  margin: 0 0 10px;
  font-size: 26px;
}
#business .section .section-inner h3 {
  margin: 0;
  font-size: 20px;
}
#business .section .section-inner .content {
  padding-top: 45px;
}
#business .section .section-inner .content p {
  margin: 30px 0 20px;
  font-size: 16px;
}
#business .section .section-inner .content p a {
  text-decoration: underline;
  color: #000;
}
#business .section .section-inner .content p a:hover {
  text-decoration: none;
}
#business .section .section-inner .content .learn-more {
  display: inline-block;
}
#business .section .section-inner .content .learn-more a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #000;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#business .section .section-inner .content .learn-more a:hover {
  background-color: #000;
  color: #fff;
}
#business .section .section-inner .gototop {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 17px;
}
#business .section .section-inner .gototop a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#business .section .section-inner .gototop span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  border-radius: 11px;
  background-color: #000;
  line-height: 10px;
  font-size: 20px;
  text-align: center;
}
#business .section .section-inner .gototop span i {
  color: #fff;
}
#business #business-sec01 {
  position: relative;
  overflow: hidden;
  max-height: 880px;
  min-height: 880px;
}
#business #business-sec01 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-color: #e8e8e8;
}
#business #business-sec01 .section-inner {
  max-width: 790px;
}
#business #business-sec01 .section-inner .scroll01, #business #business-sec01 .section-inner .scroll02 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec01 .section-inner .scroll01 {
  top: 25%;
}
#business #business-sec01 .section-inner .scroll02 {
  top: 70%;
}
#business #business-sec01 .section-inner h2 {
  text-align: center;
  margin: 0 0 35px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 70px;
  color: #000;
}
#business #business-sec01 .section-inner h3 {
  margin-bottom: 35px;
  text-align: center;
  font-size: 36px;
  color: #000;
}
#business #business-sec01 .section-inner p {
  font-size: 18px;
}
#business #business-sec01 .section-inner ul {
  padding-left: 0;
  text-align: center;
  font-size: 0;
}
#business #business-sec01 .section-inner ul li {
  display: inline-block;
  width: 32%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  vertical-align: middle;
}
#business #business-sec01 .section-inner ul li:nth-child(3n) {
  margin-right: 0;
}
#business #business-sec01 .section-inner ul li .ttl {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
#business #business-sec02 {
  position: relative;
  overflow: hidden;
}
#business #business-sec02 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec02-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec02 .section-inner .scroll03, #business #business-sec02 .section-inner .scroll04 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec02 .section-inner .scroll03 {
  top: 15%;
}
#business #business-sec02 .section-inner .scroll04 {
  top: 50%;
}
#business #business-sec02 .section-inner .content .content-inner {
  width: 540px;
}
#business #business-sec02 .section-inner .it-solution {
  position: absolute;
  top: 25px;
  right: 5px;
}
#business #business-sec03 {
  position: relative;
  overflow: hidden;
}
#business #business-sec03 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec03-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec03 .section-inner .scroll05, #business #business-sec03 .section-inner .scroll06 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec03 .section-inner .scroll05 {
  top: 14%;
}
#business #business-sec03 .section-inner .scroll06 {
  top: 50%;
}
#business #business-sec03 .section-inner .content {
  text-align: right;
}
#business #business-sec03 .section-inner .content .content-inner {
  display: inline-block;
  width: 535px;
  text-align: left;
}
#business #business-sec04 {
  position: relative;
  overflow: hidden;
}
#business #business-sec04 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec04-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec04 .section-inner .scroll07, #business #business-sec04 .section-inner .scroll08 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec04 .section-inner .scroll07 {
  top: 15%;
}
#business #business-sec04 .section-inner .scroll08 {
  top: 50%;
}
#business #business-sec04 .section-inner .content .content-inner {
  width: 540px;
}
#business #business-sec05 {
  position: relative;
  overflow: hidden;
}
#business #business-sec05 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec05-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec05 .section-inner .scroll09, #business #business-sec05 .section-inner .scroll10 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec05 .section-inner .scroll09 {
  top: 15%;
}
#business #business-sec05 .section-inner .scroll10 {
  top: 50%;
}
#business #business-sec05 .section-inner .content {
  text-align: right;
}
#business #business-sec05 .section-inner .content .content-inner {
  display: inline-block;
  width: 535px;
  text-align: left;
}
#business #business-sec05 .section-inner .gototop a {
  color: #fff;
}
#business #business-sec05 .section-inner .gototop span {
  background-color: #fff;
}
#business #business-sec05 .section-inner .gototop span i {
  color: #000;
}
#business #business-sec06 {
  position: relative;
  overflow: hidden;
}
#business #business-sec06 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec06-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec06 .section-inner .scroll11, #business #business-sec06 .section-inner .scroll12 {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#business #business-sec06 .section-inner .scroll11 {
  top: 15%;
}
#business #business-sec06 .section-inner .scroll12 {
  top: 50%;
}
#business #business-sec06 .section-inner .content .content-inner {
  width: 540px;
  padding-bottom: 10px;
}
#business #business-sec07 {
  position: relative;
  overflow: hidden;
}
#business #business-sec07 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 55px 0;
  box-sizing: border-box;
  background-image: url(../images/top/business-sec07-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#business #business-sec07 .section-inner .content .content-inner {
  width: 580px;
  padding-bottom: 10px;
}
#business #business-sec07 .section-inner h2 {
  margin: 0 0 10px;
  padding-top: 55px;
  font-size: 26px;
}

#member {
  padding: 35px 0 0;
  background-color: #fff;
  border-bottom: solid 2px #000;
}
#member .inner {
  width: 96%;
  max-width: 1048px;
  margin: 0 auto;
}
#member .inner .bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}
#member .inner .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 42px;
  height: 75px;
  margin-top: -37px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
#member .inner .bx-wrapper .bx-controls .bx-controls-direction a:hover {
  opacity: 0.7;
}
#member .inner .bx-wrapper .bx-controls .bx-prev {
  background-image: url(../images/top/prev.png);
  background-position: left top;
}
#member .inner .bx-wrapper .bx-controls .bx-next {
  background-image: url(../images/top/next.png);
  background-position: left top;
}
#member .inner .bxslider li h3 {
  font-size: 26px;
}
#member .inner .bxslider li .member-inner {
  max-width: 700px;
  margin: 0 auto;
  font-size: 0;
}
#member .inner .bxslider li .member-inner .col-6 {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
  text-align: center;
  vertical-align: middle;
}
#member .inner .bxslider li .member-inner .col-6 .position {
  margin-bottom: 5px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 16px;
}
#member .inner .bxslider li .member-inner .col-6 .name {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
#member .inner .bxslider li .member-inner .col-6 .description {
  word-break: break-all;
  font-size: 16px;
}
#member .inner .bxslider li .member-inner .col-6:last-child {
  margin-right: 0;
}

.gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
}
.gototop a {
  display: block;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  border-radius: 30px;
  line-height: 60px;
  background-color: #005b9e;
  text-align: center;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: none;
  font-size: 35px;
  color: #fff;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gototop a.rotate {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  body .section-modal {
    z-index: 999999;
  }

  .home #main {
    min-height: inherit;
  }
  .home #main .slide_all {
    width: 100%;
  }
  .home #main .slide_all .slide_wrap {
    position: inherit;
    width: 100%;
    left: inherit;
    margin: inherit;
  }
  .home #main .slide {
    max-width: 100%;
  }
  .home #main .bx-controls-direction {
    height: auto;
  }
  .home #main .inner {
    width: 100%;
  }
  .home #main .inner .icon {
    position: inherit;
    top: 20%;
    width: 25%;
    height: auto;
    transform: inherit;
  }
  .home #main .inner .catch {
    top: 40%;
    width: 35%;
  }
  .home #main .inner .text {
    top: 55%;
    line-height: 1.8em;
    font-size: 11px;
  }
  .home #main .inner .link-btn a {
    line-height: 1.8em;
    font-size: 10px;
  }

  .modal-btn {
    text-align: center;
  }
  .modal-btn span {
    display: inline-block;
    width: 80%;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #ebebeb;
    color: #000;
    font-size: 13px;
  }
  .modal-btn span:before {
    font-family: "FontAwesome";
    content: "\f138";
    margin-right: 5px;
  }

  .news-area .row {
    padding: 10px 15px;
  }
  .news-area .row .col-2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-area .row .col-2 h2 {
    font-size: 14px;
  }
  .news-area .row .col-10 {
    width: 100%;
  }
  .news-area .row .col-10 dl dt {
    width: 25%;
    font-size: 12px;
  }
  .news-area .row .col-10 dl dd {
    width: 72%;
  }
  .news-area .row .col-10 dl dd a {
    line-height: 1.4;
    font-size: 12px;
  }
  .news-area .btn-wrap .more-btn a {
    font-size: 13px;
  }

  #about-sp {
    background-image: url(../images/top/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #about-sp .inner {
    padding: 25px 0;
  }
  #about-sp .inner h2 {
    line-height: 1.7em;
    text-align: center;
    font-size: 18px;
  }

  #business-sp #business-sec01-sp, #business-sp #business-sec02-sp, #business-sp #business-sec03-sp, #business-sp #business-sec04-sp, #business-sp #business-sec05-sp, #business-sp #business-sec06-sp, #business-sp #business-sec07-sp {
    background-color: #fff;
  }
  #business-sp #business-sec01-sp .inner, #business-sp #business-sec02-sp .inner, #business-sp #business-sec03-sp .inner, #business-sp #business-sec04-sp .inner, #business-sp #business-sec05-sp .inner, #business-sp #business-sec06-sp .inner , #business-sp #business-sec07-sp .inner{
    padding: 25px 0;
  }
  #business-sp #business-sec01-sp .inner h2, #business-sp #business-sec02-sp .inner h2, #business-sp #business-sec03-sp .inner h2, #business-sp #business-sec04-sp .inner h2, #business-sp #business-sec05-sp .inner h2, #business-sp #business-sec06-sp .inner h2, #business-sp #business-sec07-sp .inner h2 {
    line-height: 1.7em;
    text-align: center;
    font-size: 18px;
  }
  #business-sp #business-sec01-sp .inner h3, #business-sp #business-sec02-sp .inner h3, #business-sp #business-sec03-sp .inner h3, #business-sp #business-sec04-sp .inner h3, #business-sp #business-sec05-sp .inner h3, #business-sp #business-sec06-sp .inner h3, #business-sp #business-sec07-sp .inner h3 {
    line-height: 1.7em;
    text-align: center;
    font-size: 14px;
  }
  #business-sp #business-sec01-sp .inner .section-modal p, #business-sp #business-sec02-sp .inner .section-modal p, #business-sp #business-sec03-sp .inner .section-modal p, #business-sp #business-sec04-sp .inner .section-modal p, #business-sp #business-sec05-sp .inner .section-modal p, #business-sp #business-sec06-sp .inner .section-modal p , #business-sp #business-sec07-sp .inner .section-modal p{
    font-size: 15px;
  }
  #business-sp #business-sec01-sp .inner .section-modal p a, #business-sp #business-sec02-sp .inner .section-modal p a, #business-sp #business-sec03-sp .inner .section-modal p a, #business-sp #business-sec04-sp .inner .section-modal p a, #business-sp #business-sec05-sp .inner .section-modal p a, #business-sp #business-sec06-sp .inner .section-modal p a , #business-sp #business-sec07-sp .inner .section-modal p a {
    color: #000;
  }
  #business-sp #business-sec01-sp .inner .section-modal .learn-more, #business-sp #business-sec02-sp .inner .section-modal .learn-more, #business-sp #business-sec03-sp .inner .section-modal .learn-more, #business-sp #business-sec04-sp .inner .section-modal .learn-more, #business-sp #business-sec05-sp .inner .section-modal .learn-more, #business-sp #business-sec06-sp .inner .section-modal .learn-more , #business-sp #business-sec07-sp .inner .section-modal .learn-more{
    text-align: center;
  }
  #business-sp #business-sec01-sp .inner .section-modal .learn-more a, #business-sp #business-sec02-sp .inner .section-modal .learn-more a, #business-sp #business-sec03-sp .inner .section-modal .learn-more a, #business-sp #business-sec04-sp .inner .section-modal .learn-more a, #business-sp #business-sec05-sp .inner .section-modal .learn-more a, #business-sp #business-sec06-sp .inner .section-modal .learn-more a, #business-sp #business-sec07-sp .inner .section-modal .learn-more a {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #000;
    text-decoration: none;
    font-size: 15px;
    color: #000;
  }
  #business-sp #business-sec02-sp {
    background-image: url(../images/top/business-sec02-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #business-sp #business-sec03-sp {
    background-image: url(../images/top/business-sec03-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #business-sp #business-sec04-sp {
    background-image: url(../images/top/business-sec04-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #business-sp #business-sec05-sp {
    background-image: url(../images/top/business-sec05-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #business-sp #business-sec06-sp {
    background-image: url(../images/top/business-sec06-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #business-sp #business-sec07-sp {
    background-image: url(../images/top/business-sec07-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }

  #member .inner .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 20px;
    height: 34px;
    margin-top: -17px;
    background-size: contain;
  }
  #member .inner .bxslider li .member-inner {
    width: 70%;
  }
  #member .inner .bxslider li .member-inner .col-6 {
    width: 100%;
    margin-right: 0;
  }
  #member .inner .bxslider li .member-inner .col-6 .position {
    font-size: 12px;
  }
  #member .inner .bxslider li .member-inner .col-6 .name {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #member .inner .bxslider li .member-inner .col-6 .description {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #member .inner .bxslider li .member-inner .col-6 img {
    width: 70%;
    margin: 0 auto;
  }

  .cta {
    padding: 15px 0 25px;
    background-image: none;
  }
  .cta .inner p {
    font-size: 18px;
  }
  .cta .inner p br {
    display: none;
  }
  .cta .inner p.mail .address {
    display: block;
    margin: 15px 0 0;
  }
  .cta .inner ul {
    padding: 0;
  }
  .cta .inner ul li {
    display: block;
    width: 75%;
    margin: 0 auto 10px;
  }
  .cta .inner ul li:last-child {
    margin: 0 auto 10px;
  }

  .gototop {
    display: none;
  }
}
