@charset "UTF-8";
/* 下層共通 */

main{
  padding: 120px 0;
}

select{
  outline:none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}



a.target-link:hover{
  text-decoration: none;
}
.page-header{
  height: 700px;
  position: relative;
}

.page-header::before, .page-header::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  /*left: 0;*/
  width: 100%;
  height: 100%;
}
.page-header::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.page-header::after {
  background: url(../img/mesh.png);
  z-index: 2;
}

.ttl-over{
  position: absolute;
  height: 100%;
  z-index: 2;
}
.ttl-over img{
  height: 100%;
}

.page-ttl-wrap{
  position: absolute;
  /*bottom: -120px;*/
  width: 100%;
  text-align: center;
  z-index: 4;
}

.page-ttl-wrap .inner-narrow{
  padding-top: 80px;
}
.page-ttl{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.page-ttl-wrap h1{
  font-size: 22px;
}
.page-ttl-wrap .ttlBar{
  width: 90px;
  margin: 0 0 0 1rem;
  height: 5px;
}
.page-ttl-wrap .ttlBar::before{
  background: #fff;
  height: 100%;
}

.ttl-bg{
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.inner-page{
  width: 80%;
}


.img-box {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 50%;
}

.img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.inner-wide {
    max-width: 1700px;
    margin: auto;
}


/*
.page-ttl-wrap {
    position: absolute;
    top: 35%;
    width: 50%;
    text-align: center;
    z-index: 4;
    background: #fff;
}*/

.page-ttl-wrap .inner-narrow {
    padding: 60px 0;
}

.ttl-bg {
    position: relative;
    height: 100%;
    width: 75%;
    background-size: cover;
    background-position: center;
    margin-left: auto;
}


.page-header::before, .page-header::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 100%;
}

/*
.page-ttl {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #277ddd;
    background: -webkit-linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

.page-ttl {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ced4fd;
    background: -webkit-linear-gradient(left, #ffffff 40%, #0300ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*background: -ms-linear-gradient(left, #580c0c 32%, #116b79 100%);*/
}

.page-ttl-wrap {
    position: absolute;
    top: 35%;
    width: 50%;
    text-align: center;
    z-index: 4;
    background: #141c77;
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
}

.page-ttl-wrap h1 {
    color: #fff;
}

.inner-narrow.bg-white p {
    color: #fff;
}

@media (max-width: 750px) {
.page-ttl-wrap {
    width: 70%;
}
}

@media (max-width: 450px) {
    .page-header::before, .page-header::after {
    width: 100%;
}

    .page-ttl-wrap {
    left: 0;
    right: 0;
    margin: auto;
}

    .ttl-bg {
    width: 100%;
}
}


/* 新着 */
.page-whats-new{
  padding-top: 100px;
}

.news-wrap article,.news-d-wrap article{
  width: 80%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.news-wrap article::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #efefef;
}

.news-date{
  text-align: center;
  line-height: 1;
}
.news-date span{
  background-color: #ab9167;
  padding: 8px;
  color: #fff;
  display: inline-block;
}

.news-d-wrap h2{
  text-align: center;
  font-size: 18px;
  margin: 10px 0 20px;
}

.news-d-txt{
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
}

.news-wrap a {
  padding: 30px 50px;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrap a:hover {
  background: #333;
  color: #fff;
}

.pub-time {
    font-weight: 700;
    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;
    margin-right: 3rem;
}

.news-wrap a:hover {
    color: #fff;
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
}

.page-whats-new {
    padding-top: 0px;
}

.news-wrap article, .news-d-wrap article {
    width: 50%;
    /*background: #fff;*/
}

.news-ttl {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.news-bg01 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 12%;
    content: '';
    width: 30%;
    background-size: 23%,32%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 5% 20%,24% 48%;
    top: 0%;
    z-index: -1;
}


.news-bg02 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 15%;
    content: '';
    width: 30%;
    background-size: 25%,38%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right 80%,86% 100%;
    bottom: 0%;
    right: 2%;
    z-index: -1;
}

/*新着詳細*/
.news-date span {
    background-color: #141c77;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 18px;
}

.news-d-wrap .img-box {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 33%;
}

.news-d-wrap h2 {
    text-align: center;
    font-size: 23px;
    margin: 20px 0 30px;
}

.news-d-txt {
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    /*font-size: 16px;*/
}


/* サービス */
.page-service{
  padding-top: 200px;
}
.service-items{
  position: relative;
  margin-bottom: 260px;

}

.service-items::before{
    content: '';
    width: 90%;
    height: 100%;
    top: 0;
    right: 0;
    background: #1f1f1f;
    position: absolute;
    z-index: -1;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
            transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-wrap{
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.target-link .animate{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.inner-wide a.target-link:last-child .service-items{
  margin-bottom: 0px;
}

.service-items .service-button{
  /*color: #fff;*/
}

.service-button-outer{
  width: 33%;
  margin: 100px 0;
  opacity: 0;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-button-outer .animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-button-outer h2{
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.service-button-outer .ttlBar{
  margin: 1rem 0;
}

.service-button-outer .ttlBar::before{
  /*background: #fff;*/
}

.service-img{
  width: 40%;
  padding: 15%;
  position: absolute;
  top: -100px;
  left: 8%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

a.target-link:hover .img-wrap {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
a.target-link:hover .service-items::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


.page-service a.target-link:nth-of-type(even) .service-wrap{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.page-service a.target-link:nth-of-type(even) .service-items::before{
  left: 0;
  right: inherit;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.page-service a.target-link:nth-of-type(even):hover .service-items::before{
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.page-service a.target-link:nth-of-type(even) .service-items .service-img{
    right: 8%;
    left: auto;
}

.inner-wide a.target-link:nth-of-type(even):hover .service-items .service-cover{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.inner-wide a.target-link:nth-of-type(even) .service-items .service-button-outer{
  width: 60%;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 0;
}

.service-cont{
  width: 60%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.inner-wide a.target-link:nth-of-type(odd) .service-cont{

}

.inner-wide a.target-link:nth-of-type(even) .service-cont{

}

.service-cover{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    z-index: 2;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-10%);
    background-image: url(../img/mesh-s.png);
}


a.target-link:hover .service-cover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


.service-txt{
  font-size: 16px;
}

.service-txt .readmore{
  margin: 30px 0 0;
}

.service-txt span.readmore svg{
}

.service-txt span.readmore:hover svg{
  fill: #fff;
}

/*****20190327*******/
.service-items::before {
    background: #141c77;
}

.service-button-outer {
    color: #ffff;
}


.service-button-outer .ttlBar {
    /*margin: 5px 0;
    width: 30%;*/
    background: #fff;
}

/*
.service-button-outer .ttlBar::before {
    background: #ffff;
    width: 100%;
    height: 6px;
}
*/

span.readmore {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 200px;
    height: 60px;
    border: 1px solid #fff;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    z-index: 10;
    border-radius: 30px;
    background-color: #141c77;
}

span.readmore::before {
    content: '';
    position: absolute;
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    width: 100%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: -1;
}


a.readmore:hover::before, span.readmore:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

span.readmore:hover {
    color: #fff;
    border-color: #fff;
}

.service-bg01 {
    background-image: url(../img/bg-circular.png);
    padding: 17%;
    content: '';
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 10% 23%;
    top: -4%;
    left: -16%;
}

.service-bg02 {
    background-image: url(../img/bg-circular.png);
    padding: 13%;
    content: '';
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right;
    bottom: -18%;
    right: -3%;
    z-index: -1;
}


/******20190328**************/
.service-button-outer .ttlBar {
    margin: 1rem 1rem;
}


@media (max-width: 1150px){
    .page-service {
    padding-top: 0px;
}

    .service-wrap {
    display: block;
    width: 100%;

}


    .service-items {
    margin-bottom: 170px;
}

    .service-img {
    width: 95%;
    padding: 30%;
    position: static;
    margin: auto;
}

  .service-button-outer {
    width: 50%;
    margin: 40px auto;
        padding: 20px;
}

    .service-items::before {
    background: #141c77;
    top: 45%;
    height: 60%;
    width: 100%;
}

    .title-top {
    text-align: center;
}

    .service-button-outer .ttlBar {
    margin: 5px auto;
}

    .service-txt .readmore {
    margin: 30px auto 0;
}

}

@media (max-width: 750px){
    .service-wrap {
    padding: 10px 0;
}

    .service-items {
    margin-bottom: 100px;
}

   .service-items::before {
    top: 0%;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

    .service-button-outer {
    margin: 20px auto;
}


    a.target-link:hover .service-items::before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

    .service-button-outer {
    width: 80%;
}

    .page-service a.target-link:nth-of-type(even) .service-items::before {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

    .page-service a.target-link:nth-of-type(even):hover .service-items::before {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

}


/* サービス詳細 */
.page-service-d{
  padding-top: 100px;
}

.service-d-item{
  display: flex;
  margin-bottom: 50px;
  /*opacity: 0;*/
  /*-webkit-transform: translateY(50px);
  transform: translateY(50px);*/
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.service-d-item.animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-d-item > div{
  width: 50%;
}

.img-pos{
  margin: 50px;
}

.service-d-img{
  position: relative;
  width: 100%;
  height: auto;
}

.service-d-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-d-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.service-d-txt{
  margin: 50px;
  color: #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
padding-top: 30px;
}

.service-d-txt h2{
  font-size: 20px;
}

.service-d-item {
    position: relative;
}

.service-d-item:before {
    background: #141c77;
    width: 100%;
    height: 80%;
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
}

.service-d-txt h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.service-d-txt p {
    font-size: 16px;
}

.service-d-item .ttlBar {
    margin: 1rem 1rem;
    background: #fff;
}

.service-d-item {
    margin-bottom: 120px;
}

.page-service-d {
    padding-top: 0px;
}






/*スタッフ*/
.page-staff {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.staff-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.staff-wrap ul li {
    width: 25%;
    padding: 10px 10px 30px;
    position: relative;
}

.staff-li-txt {
    width: 75%;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.staff-li-txt h1 {
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    background: -ms-linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    margin: 10px auto;
}

.staff-wrap ul li p {
    padding: 10px;
}


.animation-wrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animation {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}


.page-staff .left-btn {
    width: 750px;
    height: 750px;
    border-radius: 500px;
    right: 28%;
    top: 50%;
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    position: absolute;
    z-index: -1;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    /*opacity: 0;*/
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}


.page-staff .right-btn {
    width: 497px;
    height: 497px;
    border-radius: 500px;
    left: 3%;
    bottom: 0;
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    position: absolute;
    z-index: -1;
    -webkit-transform: translate(-60%);
    transform: translate(-60%);
    /*opacity: 0;*/
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}




@media (max-width: 1150px){
.staff-wrap ul li {
    width: 50%;
}
 }

@media (max-width: 750px) {
.staff-wrap ul li {
    width: 100%;
}
}


/*お客様の声*/
.page-voice {
    position: relative;
}

.voice-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.voice-wrap ul li {
    width: 25%;
    padding: 10px 10px 30px;
    position: relative;
}

.voice-li-txt {
    width: 100%;
    margin: auto;
   /* padding: 0 10px;*/
}

.voice-li-txt p {
    padding: 10px;
}

/*
.voice-li-txt h1 {
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    background: -ms-linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 0;
    margin: 10px auto;
}*/

.voice-li-txt h1 {
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 15px 10px;
    margin: 10px auto;
    background: #141c77;
}

.voice-bg01 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 15%;
    content: '';
    width: 30%;
    background-size: 50%,80%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 10% 23%,right 94%;
    top: 1%;
}

.voice-bg02 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 15%;
    content: '';
    width: 30%;
    background-size: 50%,80%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right,left 100%;
    bottom: 2%;
    right: 2%;
    z-index: -1;
}

.bg-wrap {
    position: relative;
}

@media (max-width: 1150px){
.voice-wrap ul li {
    width: 50%;
}
 }

@media (max-width: 750px) {
.voice-wrap ul li {
    width: 100%;
}
}


/*実績*/
/*
.page-result {
    padding-top: 200px;
}

.result-items {
    position: relative;
    margin-bottom: 260px;
}

.result-items::before {
    content: '';
    width: 90%;
    /*height: 100%;*/
/*
    height: 365px;
    top: 0;
    right: 0;
    background: #141c77;
    position: absolute;
    z-index: -1;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.result-wrap {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.result-wrap .img-box {
    width: 40%;
    padding: 15%;
    position: absolute;
    top: -169px;
    left: 8%;
    /*opacity: 0;*/
/*
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.result-wrap .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.result-button-outer {
    width: 33%;
    /*margin: 100px 0;*/
/*
    margin: 50px 0 0;
    /*opacity: 0;*/
/*
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.result-button-outer h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.result-button-outer .ttlBar {
    margin: 1rem 0;
}

.result-txt {
    font-size: 16px;
    padding: 15px 0;
}

.result-button-outer h2:after {
    /*border-bottom: 8px solid #ff0404;*/
/*
    border-bottom: 8px solid #ffff;
    content: '';
    display: block;
    width: 30%;
    border-radius: 10px;
}
*/

.result-container {
    position: relative;
    margin-bottom: 150px;
}

.result-container:before {
    content: '';
    display: block;
    background: #141c77;
    padding: 13%;
    width: 90%;
    /* height: 100%; */
    /* margin-left: auto; */
    position: absolute;
    right: 0;
    top: 7%;
    z-index: -1;
}

.result-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
}

.result-box .img-box {
    width: 45%;
    padding: 15%;
    margin: auto;
}

.result-box:before {
    background-image: url(../img/bg-circular.png);
    content: '';
    padding: 15%;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 83%;
    background-position: left;
    left: 31%;
    top: 0;
}




.result-txt {
    width: 35%;
    color: #fff;
    padding: 15px;
    margin: auto;
}

.result-txt h1 {
    font-size: 30px;
    padding: 15px 0;
}

/*
.result-txt h1:after {
    border-bottom: 6px solid #fff;
    content: '';
    display: block;
    width: 15%;
    border-radius: 10px;
    margin: 10px 0 0;
}
*/

.result-txt p {
    font-size: 16px;
}

.result-container:nth-of-type(even) .result-box {
    flex-flow: row-reverse;
}


.result-container:nth-of-type(even):before {
    left: 0;
}


.result-container:nth-of-type(even) .result-box:before {
    left: 42%;
}

.result-txt .ttlBar {
    background: #fff;
    margin: 1rem 4rem;
}

.result-txt h1 {
    padding: 0px 0;
}

@media (max-width: 1150px){
    /*
    .result-container:before {
    content: '';
    display: block;
    background: #141c77;
    padding: 13%;
    width: 100%;
    height: 100%;
    /* margin-left: auto; */
    /*
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

    .result-container:nth-of-type(even):before {
    content: '';
    display: block;
    background: #141c77;
    padding: 13%;
    width: 100%;
    height: 100%;
    /* margin-left: auto; */
    /*
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
    */

    .result-container:before {
    height: 100%;
}

    .result-box {
    padding: 15px;
    display: block;
}

    .result-box:before {
    left: 55%;
    padding: 25%;
}

    .result-box .img-box {
    width: 90%;
    padding: 25%;
    margin-right: auto;
}

.result-txt {
    width: 60%;
    color: #fff;
    padding: 15px;
    margin: auto;
}

    /*
    .result-box:before {
    display: none;
}*/

    .result-txt h1 {
    font-size: 27px;
}

    .result-container:nth-of-type(even) .result-box .img-box {
    margin-left: auto;
    margin-right: 0;
}

    .result-container:nth-of-type(even) .result-box:before {
    left: 3%;
}


 }

@media (max-width: 750px) {
 .result-container:before {
    width: 100%;
    top: 10%;
}

    .result-box .img-box {
    width: 100%;
    padding: 30%;
    margin-right: auto;
}


    .result-txt {
    width: 100%;
}

    .result-txt h1 {
    text-align: center;
}

    .result-txt h1:after {
    margin: 10px auto;
}

    .result-box:before {
    left: -8%;
    padding: 17%;
    top: -18%;
}

    .result-container:nth-of-type(even) .result-box:before {
    left: 90%;
    top: -6%;
    padding: 10%;
}

}


/*店舗*/
.store-box .img-box {
    width: 50%;
    padding: 20%;
}

.store-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 150px;
}

.store-txt {
    width: 50%;
}

.store-txt-box {
    width: 80%;
    margin: auto;
    background: #141c77;
    color: #fff;
    padding: 25px 15px;
}

.store-txt-box table {
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 40px 15px;
    font-size: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.store-txt-box table th {
    font-weight: bold;
}

.store-intro {
    width: 90%;
    margin: auto;
}

.store-name {
    text-align: center;
}

.store-name h1 {
    font-size: 25px;
}

.store-bg01 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 15%;
    content: '';
    width: 30%;
    background-size: 17%,25%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 25% 0%,0% 3%;
    top: 0%;
    left: 1%;
    z-index: 10;
}

.store-bg02 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 15%;
    content: '';
    width: 30%;
    background-size: 38%,67%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 15% 100%,right 100%;
    bottom: -15%;
    right: 1%;
    z-index: -1;
}

@media (max-width: 1150px) {
    .store-box {
    flex-direction: column-reverse;
}

    .store-txt {
    width: 100%;
    margin-top: 15px;
}

    .store-txt-box {
    width: 100%;
}

    .store-box .img-box {
    width: 100%;
    padding: 30%;
}

    .store-bg01 {
    top: 55%;
}

    .store-bg02 {
    bottom: -9%;
}

}

@media (max-width: 750px) {
    .store-txt-box table {
    width: 70%;
}

    .store-bg01 {
    top: 43%;
    background-size: 23%,36%;
    background-position: 32% 0%,0% 10%;
}

    .store-bg02 {
    bottom: -7%;
}
}

@media (max-width: 450px) {
    .store-bg01 {
    top: 30%;
}
}



/* コンタクト */
/*
.cp_iptxt {
	position: relative;
	width: 80%;
	margin: 40px 3%;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.3em;
	transition: 0.3s;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #da3c41;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #da3c41;
}
*/


/* コンタクト */
.page-contact{
  /*padding-top: 60px;*/
}

.cont-form {
	position: relative;
	width: 100%;
  max-width: 740px;
  margin: 10px auto;
}
.cont-form input[type=text],.cont-form textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 0.5em;
	transition: 0.3s;
	border: 1px solid #333;
	outline: none;
}

.cont-form input[type=text]:focus,.cont-form textarea:focus,.cont-form select:focus {
	border-color: #ab9166;
}

.cont-form input[type=text],.cont-form textarea {
	padding-left: 40px;
}
.cont-form i {
	position: absolute;
  top: 12px;
  left: 6px;
	padding: 9px 8px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cont-form input[type=text]:focus + i,.cont-form textarea:focus + i {
	color: #ab9166;
}

.submit_button{
  font-size: 16px;
  text-align: center;
  width: 160px;
  height: 50px;
	border: 1px solid #333;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 50px;
  margin: 30px auto 0;
  z-index: 10;
}

.submit_button::before{
  content: '';
  position: absolute;
  background: #ab9166;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: -1;
}

.submit_button:hover{
  border: 1px solid #fff;
  color: #fff;
}
.submit_button:hover::before{
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.submit_button:hover input{
  color: #fff;
}

.select-wrap {
    position:relative;
    margin-bottom: 18px;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 9px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #676767;
    pointer-events: none;
    font-weight: 600;
}

.inner-page {
    width: 80%;
    margin: auto;
}

.cont-form input[type=text], .cont-form textarea {
    background: #fff;
}

.submit_button::before {
    background: #277ddd;
    background: -webkit-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: linear-gradient(left, #0005a5 32%, #6a67f9 100%);
    background: -ms-linear-gradient(left, #0005a5 32%, #6a67f9 100%);
}

.cont-form input[type=text]:focus,.cont-form textarea:focus,.cont-form select:focus {
	border-color: #277ddd;
}

.cont-form input[type=text]:focus + i,.cont-form textarea:focus + i {
	color: #277ddd;
}

/* 在庫 */
a:hover {
    text-decoration: none;
}


a:hover .hasbg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

ul.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

ul.pagination li a:hover {
    background: #333;
}

ul.pagination li a, ul.pagination li span {
    background-color: #0005a5;
    color: #fff;
    padding: 10px;
    min-width: 32px;
    display: block;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bgblack {
    background: #1f1f1f;
}


.page-stock{
  padding-top: 60px;
}

.stock-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stock-wrap ul li{
    width: 32%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
}

.stock-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34%;
}

.stock-wrap ul li a{
  overflow: hidden;
  display: flex;
  flex-flow: column;
}

.stock-img{
    position: relative;
    width: 100%;
    height: auto;
}

.ratio-43:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.stock-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stock-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stock-txt{
  color: #fff;
  padding: 20px;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.stock-txt .stock-price{
  text-align: right;
}

.stock-txt .stock-price span{
    font-size: 32px;
    font-weight: bold;
    color: red;
    letter-spacing: 1px;
    padding-right: 4px;
}

.bgblack {
    background: #141c77;
}

.stock-txt .stock-price span {
    color: #277ddd;
    background: -webkit-linear-gradient(left, #a3ceff 32%, #8bbff9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.pagination li a:hover {
    background: #141c77;
}

.car-bg01 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 50% 100%;
    content: '';
    width: 30%;
    background-size: 12%,15%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 46% 0%,-7% 21%;
    top: 2%;
    z-index: -1;
}

.car-bg02 {
    background-image: url(../img/bg-circular.png),url(../img/bg-circular.png);
    padding: 50% 100%;
    content: '';
    width: 30%;
    background-size: 12%,19%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right 94%,50% 100%;
    bottom: 1%;
    right: 1%;
    z-index: -1;
}

.stock-name {
    font-size: 16px;
}

.car-maker {
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.car-name {
    font-size: 20px;
    padding-top: 10px;
}


/* 在庫詳細 */
.stock-detail-wrap{
  max-width: 980px;
  margin: 0 auto;
}


.swiper-container{
  max-width: 980px;
  width: 100%;
}
.swiper-slide img{
  width: 100%;
}
.swiper-pagination-thumb{
    width: 100px;
    height: 60px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 3px solid #eee;
    margin: 5px;
    cursor: pointer;
}

.swiper-my-pagination .swiper-pagination-bullet {
  width: 10%;
  height: auto;
  border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.swiper-my-pagination img {
  box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}

.swiper-my-pagination {
  display: flex;
  flex-wrap: wrap;
}
.swiper-my-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

.stock-info{
  margin: 30px 0 0;
}
.stock-info h3{
  font-size: 18px;
  font-weight: bold;
  margin: 28px 0 10px;
  border-bottom: 2px solid;
}

.info-wrap{
  display: flex;
  justify-content: space-between;
}

.info-name{
  font-size: 22px;
  font-weight: bold;
}
.info-price{
  font-size: 24px;
  color: #e60007;
  font-weight: bold;
}

.stock-table,.stock-option{
  width: 100%;
}

.stock-table th,.stock-option th{
  font-weight: bold;
}

.stock-table th,.stock-table td,
.stock-option th,.stock-option td{
  padding: 8px;
  border-bottom: solid 1px #1e1e1e;
}

.stock-contact{
  background-color: #1e1e1e;
  padding: 40px;
  margin-top: 30px;
}
.stock-contact h4{
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
}
.stock-contact input[type=text],.stock-contact textarea{
  background-color: #fff;
}


.stock-contact .submit_button{
  background-color: #fff;
}


.select-wrap.select-stock:before{
}


.select-wrap.select-stock > select{
    background: #ffffff;
    color: #757575;
    border-color: #0084B4;
    width: 100%;
    padding: 8px 8px 8px 40px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}
.select-wrap.select-stock > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.cont-form .select-wrap i{
  top:4px;
}

.submit_button input[type=submit] {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

input[type=submit] {
    cursor: pointer;
}

.info-price {
    color: #277ddd;
    background: -webkit-linear-gradient(left, #ff0404 32%, #bd1c1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stock-contact {
    background-color: #141c77;
}

p#carnote a {
    color: #277ddd;
}

.stock-detail-wrap .sectionttl {
    text-align: center;
    width: 100%;
}

.info-wrap {
    display: block;
}

.info-price span {
    font-size: 28px;
}




/* 在庫 */

.page-stock{
  padding-top: 60px;
}

.stock-wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stock-wrap ul li{
    width: 32%;
    margin-bottom: 20px;
    transition: all 0.3s;
    position: relative;
}

.stock-wrap ul li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34%;
}

.stock-wrap ul li a{
  overflow: hidden;
  display: flex;
  flex-flow: column;
}

.stock-img{
    position: relative;
    width: 100%;
    height: auto;
}

.ratio-43:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.stock-img-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.stock-img-wrap .hasbg{
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.stock-txt{
  color: #fff;
  padding: 20px;
  flex: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.stock-txt .stock-price{
  text-align: right;
}

.stock-txt .stock-price span{
    font-size: 32px;
    font-weight: bold;
    color: #ab9167;
    letter-spacing: 1px;
    padding-right: 4px;
}


#sort_box {
    position:relative;
    margin-top: 20px;
    margin-bottom: 18px;
    display: inline-block;
}
#sort_box:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    line-height: 1;
    color: #fff;
    pointer-events: none;
    font-weight: 600;
}

#sort_box i {
    position: absolute;
    top: 12px;
    left: 6px;
    padding: 9px 8px;
    transition: 0.3s;
    color: #aaaaaa;
}
#sort_box select{
    background: #333;
    color: #fff;
    border: 1px solid;
    width: 100%;
    padding: 8px 16px;
    border-radius: 0;
    font: 15px/24px sans-serif;
    -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
    -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
    appearance: none; /* 標準のスタイルを無効にする */
}

.stock-wrap ul li a {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    text-decoration: none;
    height: 100%;
}

/*******20190411**********/
/*****タイトル********/
.inner-narrow.bg-white p {
    padding: 0 10px;
}


/*****service ttl-bar非表示******/
.service-button-outer .ttlBar {
    display: none;
}

.service-d-txt .ttlBar {
    display: none;
}

/*****Google map******/
.store-map-area {
    width: 100%;
    height: 350px;
    margin-top: 1em;
}
.store-map-area iframe {
    width: 100%;
    height: 100%;
}