@charset "utf-8";

/*
  File Name   : top.css
  Description : トップページ
*/

#wrapper {
  display: none;
}

.container {
  margin: 0;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #2e996e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10;
}

#loader {
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: 200px !important;
  height: 200px !important;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img {
  position: relative;
  z-index: 3;
}

.header-nav-list__item:nth-child(1) a:before {
  left: 0;
  width: 100%;
}

.kv {
  position: relative;
  height: 656px;
  margin: 0 auto 60px;
  overflow: hidden;
  background: url(../img/top/bg-kv-04.jpg) no-repeat 50% 0;
}

.kv .contents {
  position: relative;
}

.kv__txt {
  margin: 0 0 60px;
  padding: 170px 0 0;
  line-height: 1.1;
}

.js-textFade {
  opacity: 0;
  margin-left: -20px;
  transition: 1.3s;
}

.js-textFade-back {
  opacity: 1;
  margin-left: 0;
}

svg, #js-lineDrawingImg {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 1600px;
  height: 656px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#js-lineDrawingImg {
  max-width: 1600px;
  height: auto;
  margin: auto;
}

#js-lineDrawingImg {
  display: none;
  width: auto;
  height: auto;
}

.kv-slide, .slider_firstImg {
  display: none;
  position: absolute;
}

.bx-wrapper {
  position: relative;
}

.slider_firstImg {
  position: absolute;
  top: 120px;
  right: 123px;
  width: 212px;
  z-index: 2;
}

.slider li img {
  width: 100%;
}

.bx-wrapper img {
  width: 212px !important;
  height: 380px !important;
}

.kv__txt span {
  display: block;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.kv__txt span:nth-child(1) {
  margin: 0 0 15px;
  font-size: 24px;
  letter-spacing: -2px;
}

.kv__txt span:nth-child(2) {
  margin: 0 0 20px;
  font-size: 67px;
  letter-spacing: -2px;
}

.kv__txt span:nth-child(3) {
  font-size: 41px;
}

.kv__txt span.kv__txt__name {
  display: inline-block;
  padding-left: 10px;
  font-size: 24px;
  font-size: 41px;
}

.kv__btn {
  position: relative;
  z-index: 10;
  max-width: 616px;
}

.kv__intro {
  display: none;
  position: absolute;
  top: 22px;
  right: 10px;
  z-index: 10;
  height: 300px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .5s;
}

.kv__intro-fadeIn {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  -ms-animation: fadeIn 0.5s ease 0s 1 normal;
  animation: fadeIn 0.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    transform: rotate(45deg)
  }
  30% {
    transform: rotate(-20deg)
  }
  50% {
    transform: rotate(30deg)
  }
  70% {
    transform: rotate(-10deg)
  }
  100% {
    transform: rotate(0deg)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    transform: rotate(45deg)
  }
  30% {
    transform: rotate(-20deg)
  }
  50% {
    transform: rotate(30deg)
  }
  70% {
    transform: rotate(-10deg)
  }
  100% {
    transform: rotate(0deg)
  }
}

.kv__intro img {
  width: 178px;
}

.kv-slide {
  position: absolute;
  top: 120px;
  right: 123px;
  width: 212px;
  height: 380px;
  overflow: hidden;
}

.reasons {
  overflow: hidden;
  margin-bottom: 80px;
}

.reasons-list {
  margin: 100px 0 30px;
}

.reasons-list__item {
  position: relative;
  float: left;
  width: 23%;
  margin: 0 2.666666% 0 0;
  padding: 60px 0 20px;
  border: 2px solid #333;
  font-size: 18px;
  font-family: 300;
  text-align: center;
  box-sizing: border-box;
}

.reasons-list__item:last-child {
  margin: 0;
}

.reasons-list__item:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 150px;
  height: 10px;
  margin: 0 0 0 -75px;
  background: #fff;
}

.reasons-list__item figure {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 164px;
  margin: 0 0 0 -82px;
  z-index: 5;
}

.reasons-list__item b {
  font-size: 20px;
}

.reasons-price {
  float: left;
  width: 74.363636%;
  line-height: 74px;
  overflow: hidden;
  border: 2px solid #333;
  box-sizing: border-box;
}

.reasons-price__ttl {
  float: left;
  width: 105px;
  margin: 0 35px 0 0;
  padding: 0 0 0 25px;
  color: #fff;
  background: url(../img/top/bg-reasons-01.png) no-repeat 0 50%;
  background-size: auto 100%;
  box-sizing: border-box;
}

.reasons-price__price {
  margin: 0 0 0 140px;
  font-size: 18px;
  font-weight: 300;
}

.reasons-price__price span {
  vertical-align: top;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.reasons__btn {
  float: right;
  width: 23%;
}

.trouble {
  padding: 70px 0 0;
  background: #f2f2f2;
}

.trouble__img {
  margin: 60px 0 0;
  text-align: center;
}

.respond {
  margin: 0 0 50px;
  padding: 70px 0 115px;
  background: url(../img/top/bg-respond-01.jpg);
}

.respond .contents {
  position: relative;
}

.respond .contents:after {
  content: "";
  display: block;
  position: absolute;
  right: -44px;
  bottom: -115px;
  width: 189px;
  height: 246px;
  background: url(../img/top/bg-respond-05.png) no-repeat 0 0;
}

.respond__ttl {
  position: relative;
}

.respond__ttl:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 15px;
  height: 39px;
  background: url(../img/top/bg-respond-02.png) no-repeat 0 0;
}

.respond__ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 15px;
  height: 39px;
  background: url(../img/top/bg-respond-03.png) no-repeat 0 0;
}

.respond-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 60px 0 10px;
}

.respond-list__item {
  position: relative;
  width: 48.636363%;
  line-height: 1.6;
  margin: 0 0 30px;
  border: 2px solid #333;
  padding: 15px 10px 15px 40px;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box;
}

/*.respond-list__item:nth-child(1) {
  font-size: 15px;
}*/

.respond-list__item:nth-child(1):first-line {
  font-size: 18px;
}

.respond-list__item:nth-child(2n) {
  float: right;
}

.respond-list__item:nth-child(4) {
  padding-top: 30px;
}

.respond-list__item span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 1.1;
  padding: 4px 0 0 8px;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background: url(../img/top/bg-respond-04.png) no-repeat 0 0;
  box-sizing: border-box;
}

.respond-list__item b {
  display: inline-block;
  line-height: 1.2;
  background: #fff600;
}

.respond-list__item:nth-child(1) b {
  font-size: 28px;
}

.respond__btn {
  max-width: 616px;
  margin: 0 auto;
}

.service {
  max-width: 898px;
  margin: 0 auto 70px;
  padding: 0 10px;
}

.service__intro {
  margin: 0 0 40px;
  text-align: center;
}

.service-contents {
  float: left;
  width: 48.218262%;
  margin: 0 0 40px;
  padding: 0 0 30px;
  background: #fafafa;
}

.service-contents:nth-child(2n) {
  float: right;
}

.service-contents a {
  display: block;
  text-decoration: none;
}

.service-contents__img {
  position: relative;
  height: 176px;
  overflow: hidden;
  margin: 0 0 20px;
}

.service-contents__img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.service-contents a:hover .service-contents__img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.service-contents__ttl {
  margin: 0 0 20px;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.service-contents__txt {
  margin: 0 30px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

.service-contents__link {
  margin: 0 30px;
  padding: 0 0 0 12px;
  color: #2e996e;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  background: url(../img/common/icon-arrow-03.png) no-repeat 0 50%;
  background-size: 6px auto;
}

.service__btn {
  clear: both;
}

.works {
  margin: 0 0 50px;
  padding: 40px 0 60px;
  background: #fafafa;
}

.works .contents {
  position: relative;
  max-width: 880px;
}

.works__txt {
  position: absolute;
  bottom: 95px;
  left: 46.590909%;
}

.works__img {
  margin: 0;
}

.works__btn {
  position: absolute;
  bottom: 0;
  left: 46.590909%;
  width: 310px;
}

.flow {
  margin-bottom: 60px;
  text-align: center;
}

.flow__txt {
  margin: 0 0 30px;
}

.flow__img {
  margin: 0 0 35px;
}

.price {
  margin: 0 0 90px;
  padding: 40px 0 60px;
  background: #fafafa;
}

.price .contents {
  position: relative;
  max-width: 1000px;
}

.price__txt {
  margin: 0 0 30px 345px;
}

.price__price {
  margin: 0 0 30px 345px;
  padding: 10px;
  border: 2px solid #333;
  font-size: 16px;
  text-align: left;
}

.price__price span {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.price__btn {
  width: 310px;
  margin: 0 0 0 345px;
}

.price__img {
  position: absolute;
  bottom: -60px;
  left: 10px;
  margin: 0;
}

.banner {
  max-width: 1021px;
  margin: 0 auto;
  padding: 0 10px;
}

.banner-gmb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
  padding: 30px 40px 30px 20px;
  background: #f1f1f1;
}

.banner-gmb__img {
  width: 130px;
  order: 1;
}

.banner-gmb__textWrap {
  flex: 1;
  order: 0;
  margin-right: 20px;
}

.banner-gmb__lead {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
}

.banner-gmb__lead-small {
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.banner-gmb__btnTextWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.banner-gmb__btn a {
  display: block;
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 16px 10px;
  background: #fff601;
  border-radius: 5px;
  box-shadow: 0 5px 0 #b1a805;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.banner-gmb__btn a:hover {
  bottom: -3px;
  box-shadow: none;
}

.banner-gmb__text {
  margin-left: 30px;
}

.banner-gmb__text-small {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
}

.mediaSP {
  display: none;
}

.banner-list {
  overflow: hidden;
}

.banner-list__item:nth-child(1),
.banner-list__item:nth-child(2) {
  float: left;
  /*width: 48.48188%;*/
  width: 48%;
  margin: 0 auto 60px;
}

.banner-list__item:nth-child(2) {
  margin-left: 4%;
}

.banner-list__item a {
  display: block;
  text-decoration: none;
}

.banner-list__item--reviews a {
  position: relative;
  height: 180px;
  padding: 30px 30px 0 165px;
  color: #fff;
  background: #6cbcdf;
  box-sizing: border-box;
}

.banner-list__item--reviews a:after {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: 5px;
  width: 141px;
  height: 236px;
  background: url(../img/top/bg-bnr-01.png) no-repeat 0 0;
}

.banner-list__item--staff a,
.banner-list__item--hosting a {
  height: 180px;
  padding: 22px 65px 0;
  color: #fff;
  text-align: center;
  background: url(../img/top/bg-bnr-02.jpg) no-repeat 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

.banner-list__item--hosting a {
  background: url(../img/top/hosting_main.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.banner-list__item--hosting .banner-staff-inner {
  background: rgba(0,0,0,0.5);
}

.banner-list__item--hosting .banner__ttl {
  font-size: 20px;
}

.banner__ttl {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 500;
}

.banner__txt {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 300;
}

.banner__link {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  background: url(../img/common/icon-arrow-02.png) no-repeat 0 50%;
  background-size: 6px auto;
}

.banner-staff-inner {
  height: 136px;
  padding: 20px 0 0;
  background: rgba(82, 186, 144, .8);
  box-sizing: border-box;
}

.top-useful {
  margin: 100px 0 0;
  padding: 70px 0 100px;
  background: #f1f1f1;
}

.top-useful-latest {
  overflow: hidden;
  margin: 0 0 50px;
}

.top-useful-latest__main {
  position: relative;
  float: left;
  width: 74.181818%;
}

.top-useful-latest__ttl {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 700;
}

.top-useful-latest__intro {
  margin: 0 0 40px;
}

.top-useful-latest .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  margin: 0 0 30px;
}

.top-useful-latest .article-list__item {
  width: 30.882352%;
  margin: 0 3.67647% 30px 0;
}

.top-useful-latest .article-list__item:nth-child(3n) {
  margin-right: 0;
}

.top-useful-latest .article-list__item:nth-child(3n+1) {
  clear: both;
}

.top-useful-latest .article-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-useful-latest .article-list__item figure {
  margin: 0 0 10px;
}

.top-useful-latest .article-list__item p:nth-child(2) {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
}

.top-useful-latest__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.top-useful-latest__btn a {
  display: block;
  padding: 3px 15px;
  border: 1px solid #333;
  border-radius: 4px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.top-useful-latest__btn a:hover {
  text-decoration: underline;
}

.top-useful-latest__side {
  float: right;
  width: 22.90909%;
}

.top-useful-latest__side .side-box {
  padding: 15px 20px;
  background: #fff;
}

.top-useful-latest__side .ttl-side {
  padding: 0 0 10px 30px;
  border-bottom: 1px dotted #e0e0e0;
  font-size: 14px;
  font-weight: 700;
}

.top-useful-latest__side .ttl-side--ranking {
  background: url(../img/useful/icon-ranking-01.png) no-repeat 0 2px;
  background-size: 22px auto;
}

.top-useful-latest__side .side-ranking-list {
  margin: 0 0 20px;
}

.top-useful-latest__side .side-ranking-list__item {
  padding: 15px 0;
  border-bottom: 1px dotted #e0e0e0;
}

.top-useful-latest__side .side-ranking-list__item a {
  display: block;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.top-useful-latest__side .side-ranking-list__item figure {
  float: left;
  width: 90px;
  margin: 0;
}

.top-useful-latest__side .side-ranking-list__item p:nth-child(2) {
  margin: 0 0 0 100px;
  font-size: 13px;
  font-weight: 700;
}

.top-useful-latest__side .side-ranking-list__item p:nth-child(3) {
  margin: 0 0 0 100px;
  font-size: 12px;
}

.top-useful-latest__side .side-ranking-list__item span {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
  background: #333;
}

.top-useful-latest__side .side-ranking-btn a {
  display: block;
  padding: 3px 15px;
  border: 1px solid #333;
  border-radius: 4px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.top-useful-latest__side .side-ranking-btn a:hover {
  text-decoration: underline;
}

.top-useful-pickup {
  overflow: hidden;
}

.top-useful-pickup__ttl {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 700;
}

.top-useful-pickup__intro {
  margin: 0 0 40px;
}

.top-useful-pickup .article-list {
  overflow: hidden;
}

.top-useful-pickup .article-list__item {
  float: left;
  width: 22.90909%;
  margin: 0 2.787878% 0 0;
}

.top-useful-pickup .article-list__item:nth-child(4n) {
  margin-right: 0;
}

.top-useful-pickup .article-list__item:nth-child(4n+1) {
  clear: both;
}

.top-useful-pickup .article-list__item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.top-useful-pickup .article-list__item figure {
  margin: 0 0 10px;
}

.top-useful-pickup .article-list__item p:nth-child(2) {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 1220px) {
  .respond .contents:after {
    right: 0;
  }
}

@media screen and (max-width: 1130px) {
  .contents-kv {
    padding: 0 20px;
  }
  .kv__txt {
    width: 60%;
    padding-top: 164px;
  }
  .kv__txt span:nth-child(1) {
    font-size: 26px;
  }
  .kv__txt span:nth-child(2) {
    font-size: 40px;
  }
  .kv__txt span.kv__txt__name {
    font-size: 30px;
  }
  .kv__btn {
    max-width: 500px;
  }
  .kv-slide, .kv__intro {
    top: 69%;
    right: auto;
    left: 45%;
    margin-left: 260px;
    -webkit-transform: translate(-55%, -50%);
    -moz-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
  .kv__intro {
    top: 5%;
    margin-left: 300px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  svg, #js-lineDrawingImg {
    left: 45%;
    -webkit-transform: translate(-55%, -50%);
    -moz-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
  /*.mediaTab-PC {
    display: none;
  }*/

}

@media screen and (max-width: 1024px) {
  .reasons-price__ttl {
    display: none;
  }

  .reasons-price__price {
    margin: 0;
    text-align: center;
  }

  .respond .contents:after {
    content: none;
  }

  .works__img {
    width: 300px;
  }

  .banner-list__item:nth-child(1),
  .banner-list__item:nth-child(2) {
    float: none;
    width: auto;
  }
  .banner-list__item:nth-child(2) {
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 1024px) {
  .kv-slide {
    top: 74%;
  }
  .kv__intro {
    margin-left: 280px;
  }
  .kv__intro img {
    width: 130px;
  }
  .kv__btn {
    max-width: 360px;
  }
}

@media screen and (max-width: 1024px) {

  .reasons {
    overflow: visible;
    margin-bottom: 30px;
  }
  .reasons-list {
    margin: 40px 0 0;
  }
  .reasons-list__item {
    width: 48.5%;
    margin: 0 0 20px;
    padding: 35px 10px 10px;
    border-width: 1px;
    font-size: 11px;
  }
  .reasons-list__item:nth-child(1), .reasons-list__item:nth-child(2) {
    margin-bottom: 40px;
  }
  .reasons-list__item:nth-child(2n) {
    float: right;
  }
  .reasons-list__item:after {
    width: 100px;
    margin: 0 0 0 -50px;
  }
  .reasons-list__item figure {
    top: -30px;
    width: 82px;
    margin: 0 0 0 -41px;
  }
  .reasons-list__item figure img {
    width: 82px;
  }
  .reasons-list__item b {
    font-size: 13px;
  }
  .reasons-price {
    float: none;
    width: auto;
    line-height: inherit;
    margin: 0 0 20px;
    padding: 10px;
    border-width: 1px;
  }
  .reasons-price__price {
    font-size: 11px;
  }
  .reasons-price__price span {
    font-size: 18px;
  }
  .reasons__btn {
    float: none;
    width: auto;
  }
  .trouble {
    padding: 30px 0;
  }
  .trouble__img {
    margin: 0;
  }
  .respond {
    margin: 0 0 30px;
    padding: 30px 0;
  }
  .respond__ttl {
    padding: 0 15px;
  }
  .respond__ttl:before {
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 26px;
    background-size: 10px 26px;
  }
  .respond__ttl:after {
    bottom: 10px;
    right: 0;
    width: 10px;
    height: 26px;
    background-size: 10px 26px;
  }
  .respond-list {
    margin: 0;
  }
  .respond-list__item {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    border-width: 1px;
    padding: 10px 10px 10px 30px;
    font-size: 13px;
  }
  .respond-list__item span {
    z-index: 10;
    color: #fff !important;
  }
  .respond-list__item:nth-child(1) {
    /*color: #fff;*/
    font-size: 13px;
  }
  .respond-list__item:nth-child(1):first-line {
    font-size: 15px;
  }
  .respond-list__item:nth-child(1) .respond-list__item-first {
    color: #333;
  }
  .respond-list__item:nth-child(2n) {
    float: none;
  }
  .respond-list__item:nth-child(4) {
    padding-top: 10px;
  }
  .respond-list__item span {
    width: 30px;
    height: 30px;
    padding: 3px 0 0 5px;
    font-size: 12px;
    background-size: 30px 30px;
  }
  .respond-list__item:nth-child(1) b {
    font-size: 20px;
  }
  .service {
    margin: 0 0 30px;
  }
  .service__intro {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: left;
  }
  .service-contents {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 15px;
    background: #f1f1f1;
  }
  .service-contents:nth-child(2n) {
    float: none;
  }
  .service-contents__img {
    position: static;
    height: auto;
    margin: 0 0 10px;
    text-align: center;
  }
  .service-contents__img img {
    position: static;
  }
  .service-contents a:hover .service-contents__img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .service-contents__ttl {
    margin: 0 0 10px;
    font-size: 18px;
  }
  .service-contents__txt {
    margin: 0 15px 10px;
    font-size: 14px;
  }
  .service-contents__link {
    margin: 0 15px;
    font-size: 14px;
  }
  .works {
    margin: 0 0 30px;
    padding: 30px 0;
    background: #f1f1f1;
  }
  .works__txt {
    position: static;
    margin: 0 0 20px;
    font-size: 14px;
  }
  .works__img {
    width: auto;
    margin: 0 0 20px;
    text-align: center;
  }
  .works__btn {
    position: static;
    width: auto;
  }
  .flow {
    margin-bottom: 30px;
  }
  .flow__txt {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: left;
  }
  .flow-img-wrap {
    position: relative;
  }
  .flow__img {
    overflow: auto;
    margin: 0 0 20px;
    padding: 0 0 5px;
  }
  .flow__next {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: -10px;
    width: 31px;
    height: 63px;
    background: url(../img/top/btn-next.png) no-repeat 0 0;
    background-size: 31px 63px;
  }
  .flow__prev {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    width: 31px;
    height: 63px;
    background: url(../img/top/btn-prev.png) no-repeat 0 0;
    background-size: 31px 63px;
  }
  .flow__img::-webkit-scrollbar {
    height: 8px;
  }
  .flow__img::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 8px;
  }
  .flow__img::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .flow__img img {
    max-width: inherit;
    width: auto;
    height: 60px;
  }
  .price {
    margin: 0 0 30px;
    padding: 30px 0;
    background: #f1f1f1;
    padding-bottom: 80px;
  }
  .price__txt {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .price__price {
    margin: 0 0 20px;
    border-width: 1px;
    font-size: 11px;
  }
  .price__price span {
    font-size: 18px;
  }
  .price__btn {
    width: auto;
    margin: 0;
  }
  .price__img {
    display: none;
  }
  .banner {
    margin-bottom: 40px;
  }
  .banner-list__item:nth-child(1) {
    line-height: 1.6;
    margin: 0 0 20px;
  }
  .banner-list__item--staff a,
  .banner-list__item--hosting a {
    height: auto;
    padding: 10px;
  }
  .banner__ttl {
    margin: 0 0 5px;
    font-size: 18px;
  }
  .banner-list__item--hosting .banner__ttl {
    font-size: 16px;
  }
  .banner__txt {
    margin: 0 0 5px;
    font-size: 13px;
  }
  .banner__link {
    font-size: 13px;
  }
  .banner-staff-inner {
    height: auto;
    padding: 10px;
  }

  .top-useful {
    margin: 30px 0 0;
    padding: 30px 0 120px;
  }

  .top-useful-latest__main {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .top-useful-latest__intro {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .top-useful-latest .article-list {
    margin: 0;
  }

  .top-useful-latest .article-list__item {
    width: 48.5%;
    margin: 0 0 20px;
  }

  .top-useful-latest__ttl {
    margin: 0 0 20px;
    font-size: 24px;
  }

  .top-useful-latest .article-list__item:nth-child(2n) {
    float: right;
  }

  .top-useful-latest .article-list__item:nth-child(2n+1) {
    clear: both;
  }

  .top-useful-latest .article-list__item:nth-child(3n+1) {
    clear: none;
  }

  .top-useful-latest .article-list__item p:nth-child(2) {
    font-size: 14px;
  }

  .top-useful-latest__side {
    float: none;
    width: auto;
  }

  .top-useful-latest__side .side-box {
    padding: 15px 10px;
  }

  .top-useful-pickup__ttl {
    margin: 0 0 20px;
    font-size: 24px;
  }

  .top-useful-pickup__intro {
    margin: 0 0 20px;
    font-size: 14px;
  }

  .top-useful-pickup .article-list__item {
    width: 48.5%;
    margin: 0 0 20px;
  }

  .top-useful-pickup .article-list__item:nth-child(2n) {
    float: right;
  }

  .top-useful-pickup .article-list__item:nth-child(2n+1) {
    clear: both;
  }

  .top-useful-pickup .article-list__item p:nth-child(2) {
    font-size: 14px;
  }
}
/*
@media screen and (max-width: 1024px) {
  .kv__txt span:nth-child(1) {
    font-size: 15px;
  }
  .kv__txt span:nth-child(2) {
    font-size: 25px;
  }
} */

@media screen and (max-width: 850px) {
  .banner-gmb__btnTextWrap {
    display: block;
  }
  .banner-gmb__text {
    margin: 10px 0 0 0;
  }

}



@media screen and (max-width: 750px) {
  .kv-slide {
    top: 77.5%;
  }
  .kv__txt span:nth-child(1) {
      font-size: 22px;
  }
  .kv__txt span:nth-child(2) {
      font-size: 28px;
      line-height: 1.3;
  }
  .kv__txt span.kv__txt__name {
    font-size: 24px;
  }
  .banner-gmb {
    display: block;
    margin-bottom: 20px;
    padding: 15px;
  }
  .banner-gmb__img {
    margin: 0 auto 15px;
  }
  .banner-gmb__textWrap {
    margin: 0;
    text-align: center;
  }
  .banner-gmb__lead {
    font-size: 24px;
  }
  .banner-gmb__lead-small {
    margin-bottom: 3px;
    font-size: 16px;
  }
  .banner-gmb__btnTextWrap {
    display: block;
  }
  .banner-gmb__btn {
    margin: 0 auto 20px;
  }
  .banner-gmb__btn a {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 14px;
  }
  .banner-gmb__text {
    margin-left: 30px;
  }
  .banner-gmb__text-small {
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
  }
  .mediaSP {
    display: block;
  }

}

@media screen and (max-width: 640px) {
  .kv {
    height: 570px;
  }
  .kv__inner {
    height: 580px;
    background: url(https://hp-seed.jp/assets/img/top/bg-kv-03.jpg) no-repeat 50% 0;
    background-size: 420px auto;
  }
  svg, #js-lineDrawingImg {
    left: 34%;
    width: 1020px;
    -webkit-transform: translate(-66%, -50%);
    -moz-transform: translate(-66%, -50%);
    -ms-transform: translate(-66%, -50%);
    transform: translate(-66%, -50%);
  }
  .kv .contents {
    height: 580px;
  }
  .kv__txt {
    width: auto;
    height: 163px;
    margin: 0;
    padding-top: 20px;
  }
  .kv__txt span:nth-child(1) {
    margin: 0 0 5px;
    font-size: 17px;
    letter-spacing: 0;
  }
  .kv__txt span:nth-child(2) {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: 0;
  }
  .kv__txt span.kv__txt__name {
    font-size: 22px;
  }
  .kv__txt span:nth-child(3) {
    font-size: 11px;
  }
  .kv-slide, .kv__intro {
    top: 47.5%;
    right: auto;
    left: 32%;
    margin-left: 85px;
    -webkit-transform: translate(-68%, -50%);
    -moz-transform: translate(-68%, -50%);
    -ms-transform: translate(-68%, -50%);
    transform: translate(-68%, -50%);
  }
  .kv-slide {
    margin-left: 80px;
  }
  .kv__intro {
    top: 19%;
    height: auto;
    margin-left: 100px;
    min-width: 100px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .kv__intro img {
    width: 100px;
  }
  .kv-slide {
    width: 138px;
    height: 247px;
  }
  .kv-slide__inner img {
    width: 138px !important;
    height: 247px !important;
  }
  .kv__btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;
    width: 90%;
    margin: auto;
  }
}


@media screen and (max-width: 321px) {
  .kv__txt span:nth-child(1) {
    font-size: 15px;
  }
  .kv__txt span:nth-child(2) {
    font-size: 20px;
  }
  .kv__txt span:nth-child(3) {
    font-size: 16px;
  }
  .kv__txt span.kv__txt__name {
    font-size: 18px;
  }
}
