@charset "UTF-8";
section {
  padding: 3rem 0;
}
@media only screen and (max-width:959px) {
  section {
    padding: 8rem 0 !important
  }
}
@media only screen and (max-width:767px) {
  section {
    padding: 1rem 0 !important
  }
}
.main-vis {
  width: 100%;
  position: relative;
}
.main-vis__bg {
  width: 60%;
  min-height: 50rem;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border-radius: 8px;
  position: absolute;
  top: -3rem;
  right: 0;
}
.main-vis__inner {
  max-width: 60rem;
  margin-top: 5rem;
  padding: 8rem;
  background: #fff;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 12%);
  border-radius: 8px;
  text-align: center;
  z-index: 1
}
.main-vis__logo {
  width: 30rem;
  margin: 0 auto
}
.main-vis__ttl {
  margin: 3rem 0;
  color: #000;
  font-size: 3.4rem;
  font-weight: 700;
}
.main-vis__txt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2;
}
.main-vis__txt a {
  color: #ed4092;
  font-size: 1.6rem;
  text-decoration: underline
}
.top-search__inner {
  display: flex;
  align-items: center;
}
.top-search__item-word {
  width: 100%
}
.search-field {
  width: 100%;
  height: 7rem;
  margin: 0;
  padding: 0 8.5rem 0 2rem;
  background: #edf1f3;
  border: none;
  line-height: 1;
  border-radius: 5.5rem;
}
.top-search__btn {
  position: absolute;
  top: .5rem;
  right: .5rem;
}
.top-search__btn button {
  width: 6rem;
  height: 6rem;
  background: #ed4092;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-search__btn button:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon-search.png) center center / 100% no-repeat;
  display: inline-block;
}
@media only screen and (max-width:959px) {
  .main-vis__inner {
    max-width: 48rem;
    margin-top: 10rem;
    padding: 5rem 3rem 3rem;
  }
  .main-vis__logo {
    width: 20rem;
  }
  .main-vis__ttl {
    font-size: 2.8rem;
  }
  .main-vis__bg {
    width: 70%;
    min-height: 45rem;
    top: -10rem;
  }
}
@media only screen and (max-width:767px) {
  .main-vis__inner {
    margin-top: 14rem;
    padding: 4rem 2rem 3rem;
  }
  .main-vis__ttl {
    margin: 2rem 0;
    font-size: 2.4rem;
  }
  .main-vis__txt {
    font-size: 1.2rem
  }
  .main-vis__bg {
    width: 90%;
    min-height: 28rem;
    top: -14rem;
  }
}
.top-resolve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-resolve__item {
  width: 22.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 3rem 3rem 7.5rem;
  background: #eff7ff;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 12%);
  border-radius: 8px;
}
.top-resolve__item:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 2.2rem;
  background: url(../images/icon-check.png) no-repeat;
  background-size: 100% auto;
  bottom: 3rem;
  left: 50%;
  margin-left: -1.2rem;
}
.top-resolve__item:nth-child(4n) {
  margin-right: 0
}
.top-resolve__ttl span {
  color: #020498;
  display: block;
  margin-bottom: 1em;
}
@media only screen and (max-width:767px) {
  .top-resolve__item {
    width: 49%;
    margin-right: 2%;
    padding: 3rem 3rem 5.5rem;
  }
  .top-resolve__item:nth-child(2n) {
    margin-right: 0
  }
  .top-resolve__item:after {
    bottom: 2rem;
  }
}
.top-about {
  background: url(../images/bg-gray.gif) no-repeat left top;
  background-size: 80% 65%;
}
.top-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-about__item {
  width: 31.333333%;
  margin-right: 3%;
  padding: 7rem 3rem 3rem;
  background: #fff;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 12%);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width:768px) {
  .top-about__item:nth-child(3) {
    margin-right: 0
  }
}
.top-about__num {
  width: auto;
  height: 6rem;
  position: absolute;
  top: -2rem;
  left: 2rem
}
.top-about__img {
  width: 90%;
  margin: 0 auto
}
.top-about__ttl {
 margin-bottom: 3rem;
font-weight: 600;
text-align: center;
}
.top-about__txt {
  margin-top: 3rem;
  font-size: 1.4rem
}
@media only screen and (max-width:767px) {
  .top-about__item {
    width: 100%;
    margin-right: 0;
    margin-top: 4rem;
    padding: 6rem 2rem 2rem;
  }
  .top-about__num {
    height: 5rem;
  }
}
.top-case {
  background: url(../images/bg-gray.gif) no-repeat right top;
  background-size: 80% 65%;
}
.case__list {
  display: flex;
  flex-wrap: wrap
}
.case__item {
  width: 31.333333%;
  margin-right: 3%;
  position: relative
}
@media screen and (min-width:768px) {
  .case__item:nth-child(3) {
    margin-right: 0
  }
}
.case__img img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.case__ttl {
  margin-top: 2rem;
  color: #020498;
  font-weight: 500
}
.case__txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width:959px) {
  .case__img img {
    height: 18rem;
  }
  .case__txt {
    margin-top: 1rem;
  }
}
@media screen and (max-width:767px) {
  .case__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .case__item:last-child {
    margin-bottom: 0
  }
  .case__img img {
    height: 21rem;
  }
}
.c-box-tableset__ttl {width: 50%;}

.btn-top a{
  display: inline-block;
  text-align: center;
  padding-top: 16px;
}
.btn-top span{
  font-size: 12px;
}
@media only screen and (max-width: 959px){
  .btn-top a{
    padding-top: 8px;
  }
}