<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
/**************************
TOP PAGE
**************************/

.main-visual {
  text-align: center;
}
.main-visual img {
  width: 100%;
  // max-width: 1360px;
  height: auto
}
.main-visual .item~.item{
  display: none;
}
.main-visual .item {
  opacity: 0;
}

/*  main-visual-textbox  */
.main-visual .main-visual-textbox {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.main-visual .main-visual-textbox .catch {
  position: relative;
  width: 100%;
  top:50%;
  margin-top: -1.8em;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.main-visual .main-visual-textbox .catch-sp {
	display:none;
}
.main-visual .main-visual-textbox img {
  height:100px;
  width: auto;
}

h1 {
    font-size: 60px;
    font-size: clamp(60px, 4.5vw, 120px);
}
h1 small {
    font-size: 0.84em;
}
@media screen and (max-width: 1300px) {
    h1 {
        font-size: 40px;
        font-size: clamp(30px, 4.0vw, 60px);
    }
}
@media screen and (max-width: 1024px) {
    h1 small {
        font-size: 0.64em;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
}

/*------------------------------------ media */
@media screen and ( max-width: 1360px ){

  .main-visual .main-visual-textbox .catch {
    font-size: 24px;
  }
  .main-visual .main-visual-textbox img {
    height: 80px;
    width: auto;
  }
}
/*------------------------------------ media */
@media screen and ( max-width: 1080px ){

.main-visual .main-visual-textbox .catch{
	font-size: 20px;
    margin-bottom: 12px;
}
  .main-visual .main-visual-textbox img {
    width: 40%;
    height: auto;
  }
}
/*------------------------------------ media */
@media screen and ( max-width: 840px ){
  .main-visual .main-visual-textbox .catch-sp {
	display:block;
	position: relative;
	width: 100%;
	top:50%;
	margin-top: -2.2em;
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.8;
	text-align: center;
    color: #000;
    text-shadow:none;
  }
.main-visual .main-visual-textbox .catch {
	display:none;
}

}
/*------------------------------------ media */
@media screen and ( max-width: 640px ){
  .main-visual .main-visual-textbox .catch-sp {
    font-size: 16px;
  }
  .main-visual .main-visual-textbox img {
    width: 45%;
  }
}
/*------------------------------------ media */
@media screen and ( max-width: 480px ){
  .main-visual .main-visual-textbox .catch-sp {
    top:0;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}


/* APPROACH
**************************/
.section-box.approach-box {
  padding-top: 24px;
  padding-bottom: 65px;
}
.approach-box .inner {
  padding-top: 10px;
}
.approach-box .txt-box {
  width: 45%;
  float: left;
}
.approach-box .section-ttl {
  text-align: left;
  color: #e6bd4d;
}
.approach-box .img-box {
  padding-top: 100px;
  float: right;
}
.approach-box .img-box .note {
  margin-top: 1em;
  font-size: 85.71%;
}
.agss-logo + .section-ttl {
  margin-top: 30px;
  font-size: 200%;
  line-height: 1.4;
}

.support-service {
  text-align: right;
  box-sizing: border-box;
  max-width: 1360px;
  width: 100%;
  padding-right: 22px;
  margin: 0 auto;
}
.support-service img {
  vertical-align: middle;
}
.support-service img + img {
  margin-left: 25px;
}
.support-service .support {
  border: 1px solid #e6bd4d;
  border-radius: 2px;
  color: #e6bd4d;
  display: inline-block;
  margin-left: 20px;
  margin-top: -30px;
  padding: 2px 6px;
  font-size: 85.71%;
  line-height: 1.4;
}

/*-- 2018.8.Aproach 追加--*/
.ttl02{
  color: #e6bd4d!important;
  text-align: center;
  margin-top: 60px;
  font-size: 200%;
  line-height: 1.4;
}
.approach-box2 .inner .note a {
  text-decoration: underline;
  font-weight: normal;
}
.approach-box2 .inner>p {
text-align: center;
}
.apblock{
  margin-top: 48px;
  display: flex;
  flex-wrap:wrap;
  justify-content:center;
}
.apblock_item{
  width: calc(100% / 4);
  padding: 0 2em 2em 0;
}
.apblock_item img{
  width:64px;
  margin-right: 1em;
  display: block;
  float: left;
  overflow: hidden;
}
.apblock_item h3{
  font-weight: bold;
  font-size: 100%;
  line-height: 1.4;
  margin-bottom: 10px;
}
.apblock_item p{
  overflow: hidden;
  line-height: 1.8;
  font-size: 80%;
}

.apblock +.btn{
  width: 60%;
  margin: 1em auto;
  border: #ccc solid 1px;
  border-radius: 4px;
}
.apblock +.btn a{
  display: inline-block;
  width: 100%;
  height: 100%;
   padding: 1em;
  color: #e7be41;
  font-size: 114.28%;
  text-align: center;
}
.section-box.approach-box2{
  padding:24px 0 95px;
  background: #f8f8f8;
}

@media only screen and (max-width: 1024px) {
.ttl02{
  font-size:128.57%!important;
  margin-top: 0px;
  }
.approach-box2 .inner>p {
text-align: left;
}
.apblock{
  justify-content:left;
}
.apblock_item{
  width: calc(100% / 2);
  padding: 0 2em 2em 0;
}
.section-box .approach-box2{
  padding-top:0px;
  }
}

@media screen and ( max-width: 640px ){
.ttl02{text-align: left;}
.apblock{
  margin-top: 2em;
  display: block;
}

.apblock_item h3 {
    font-size: 114.28%;
}
.apblock_item{
  width:auto;
  padding: 0 0 2em 0;
  clear: both;
}
.apblock_item:last-child{padding-bottom:0;}
.apblock_item img{
  width:64px;
  margin-right: 1em;
  display: block;
  float: left;
  overflow: hidden;
}
.apblock +.btn{
  width: 100%;
  }
.section-box.approach-box2{
    padding:32px 0;
  }
}


/* FEATURE
**************************/
.feature-box {
  background-color: #e6bd4d;
  padding-top: 92px;
  padding-bottom: 98px;
}
.feature-box .feature-box {
  padding-top: 0;
  margin-top: 93px;
  padding-bottom: 0;
}
.feature-box .section-ttl {
  color: #000;
}
.feature-inner {
  background-color: #e9c45f;
  max-width: 345px;
  width: 29%;
  float: left;
  margin-right: 6.5%;
  padding: 19px 35px;
  text-align: center;
  font-weight: bold;
}
.feature-inner:last-child {
  max-width: 350px;
  margin-right: 0;
}
.feature-inner h3 {
  color: #fff;
  font-size: 142.85%;
}
.feature-inner p {
  color: #000;
}
.feature-inner h3 + p {
  text-align: left;
  margin-top: 15px;
  font-size: 85.71%;
}
.feature-inner .link-ttl {
  font-size: 114.28%;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.feature-inner .link-btn {
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  padding: 10px 30px;
}
.feature-inner .img {
  margin: 40px 0;
}

/* COOPERATE
**************************/
.cooperate-box {
  background-color: #1e1e1e;
  text-align: center;
  padding-bottom: 114px;
  padding-top: 94px;
}
.cooperate-box .section-ttl {
  color: #e6bd4d;
  margin-bottom: 10px;
}
.cooperate-box p {
  color: #fff;
}
.cooperate-box .img-box {
  margin-top: 22px;
  margin-bottom: 100px;
}

.cloud-service-list {
  margin-top: 45px;
}
.cloud-service-list li {
  display: block;
  float: left;
  width: 29%;
  max-width: 346px;
  border: 3px solid;
  border-radius: 3px;
  background-color: #fff;
  height: 172px;
  text-align: center;
  line-height: 1.78;
  margin-right: 6.5%;
}
.cloud-service-list li:last-of-type {
  margin-right: 0;
}

.cloud-service-list li a {
  display: block;
  height: 100%;
  padding: 30px 5%;
  position: relative;
}
.cloud-service-list li a:after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 12px;
  height: 12px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  display: block;
}
.cloud-service-list .office-365,
.cloud-service-list .office-365 a:after {
  border-color: #dc3c00;
}
.cloud-service-list .google-apps,
.cloud-service-list .google-apps a:after {
  border-color: #4582f0;
}
.cloud-service-list .avss,
.cloud-service-list .avss a:after {
  border-color: #9ccc58;
}
.cloud-service-list img {
  margin-bottom: 10px;
}

.cloud-service-txt {
  display: block;
  margin-top: 1em;
}

/* NEWS
**************************/
.news-box {
  padding-bottom: 95px;
  padding-top: 95px;
  background-color: #f8f8f8;
}
.news-box .section-ttl {
  margin-bottom: 0;
}
.section-ttl + .more-news {
  font-size: 100%;
  text-align: right;
}
.news-box .news-table a {
  font-weight: normal;
}
.more-news a {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.more-news a:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  position: absolute;
  width: 4px;
  height: 4px;
  right: 0;
  top: 35%;
}
.news-table {
  border-top: 1px solid #e6bd4d;
  border-bottom: 1px solid #e6bd4d;
  font-size: 85.71%;
  margin-top: 8px;
}
.news-table tr + tr {
  border-top: 1px dotted #e6bd4d;
}
.news-table .news-category {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
  width: 9em;
}
.news-table th,
.news-table td {
  padding: 25px 15px;
  float: left;
}
.news-table td {
  padding-left: 15px;
}
.news-table tr {
  clear: both;
}
.news-table tr th:first-of-type {
  width: 14.5%;
  text-align: right;
}
.news-table tr th:nth-of-type(2) {
  width: 14%;
}
.news-table tr th:empty {
  width: 0;
  padding: 0;
}
.news-table td {
  width: 71.5%;
}
.news-table tr th:empty + td {
  width: 85.5%;
}

/* SERVICE
**************************/
.service-box {
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-box .border-box {
  border: 1px solid #ccc;
  padding: 30px;
  width: 46%;
  float: left;
  margin-top: 75px;
  position: relative;
}
.service-box .section-ttl {
  margin-bottom: 13px;
}
.service-box .section-ttl + p {
	text-align: center;
}
.service-box .arrow-link {
	text-align: center;
}
.service-box .arrow-link a {
	position: relative;
	color: #e7be41;
}
.service-box .arrow-link a:before {
	position: absolute;
	left: -12px;
	top: 5px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #e6bd4d;
	border-right: 2px solid #e6bd4d;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	content: "";
}
.service-box .border-box + .border-box {
  float: right;
}
.service-box .service-detail {
  font-weight: bold;
  color: #000;
}
.service-box .service-detail > span:first-child {
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.service-box .service-detail h3 {
  font-size: 157.14%;
  color: #e7be41;
  overflow: hidden;
  padding: 10px 0;
}
.service-box .service-detail .small {
  font-size: 1rem;
}
.service-box .service-detail p {
  line-height: 1.66;
  overflow: hidden;
}


/**************************
MEDIA QUERY
**************************/
@media only screen and (max-width: 1024px) {

.section-ttl + p {
  text-align: left;
}
.section-box h2 {
  padding: 0;
}

/* SUPPORT
**************************/
.support-service img + img {
  margin-left: 15px;
}
.support-service .support {
  margin-left: 10px;
}


/* APPROACH
**************************/
  .approach-box .inner {
    padding-top: 0;
  }
  .section-box.approach-box {
    padding-top: 0;
  }
  .approach-box .section-ttl {
    font-size: 128.57%;
  }
  .approach-box .txt-box,
  .approach-box .img-box {
    float: none;
    width: 100%;
  }
  .approach-box .txt-box {
    margin-top: 40px;
  }
  .approach-box .img-box {
  padding-top: 60px;
  }
  .approach-box .img-box img {
    height: auto;
  }
  .approach-box .agss-logo {
      text-align: center;
  }
  .approach-box .agss-logo img {
    max-width: 188px;
  }
  .approach-box .agss-logo + .section-ttl {
    margin-top: 41px;
  }
  .approach-box .support-service .support {
    font-size: 64.28%;
  }
  .approach-box .support-service {
    margin: 0;
    text-align: center;
    position: relative;
    padding: 35px 0 5px;
  }
  .approach-box .support-service:before {
    content: "";
   position: absolute;
   width: 200%;
   border-top: 1px solid #ebebeb;
   left: -50%;
   bottom: 0;
  }
  .approach-box .support-service img {
    max-width: 70px;
    height: auto;
  }

/* FEATURE
**************************/
  .feature-box {
    padding: 32px 0;
  }
  .feature-box .feature-box {
    margin-top: 32px;
  }
  .feature-inner,
  .feature-inner:last-child {
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
  .feature-inner + .feature-inner {
    margin-top: 18px;
  }
  .feature-inner h3 {
    font-size: 114.28%;
  }
  .feature-inner h3 + p {
    margin-top: 10px;
  }
  .feature-inner .link-ttl,
  .feature-inner .link-btn {
    font-size: 85.71%;
  }
  .feature-inner .link-ttl {
    margin-top: 15px;
  }

/* COOPERATE
**************************/
.cooperate-box {
  padding: 40px 0;
}
  .cooperate-box p {
    text-align: left;
  }
  .cooperate-box .cloud-service-list li {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .cooperate-box .cloud-service-list li {
    height: 70px;
    line-height: 1.3;
  }
  .cooperate-box .cloud-service-list li + li {
    margin-top: 9px;
  }
  .cooperate-box .cloud-service-list li a {
    clear: both;
    padding: 10px 18px;
    display: table;
    width: 100%;
  }
  .cloud-service-list li a:after {
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   margin: auto 18px auto auto;
  }
  .cooperate-box .cloud-service-list .cloud-service-logo {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100px;
  }
  .cooperate-box .cloud-service-list li img {
    max-width: 88px;
    margin-bottom: 0;
  }
  .cooperate-box .cloud-service-list .cloud-service-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: auto;
  font-size: 75%;
  padding-right: 10px;
  }

/* SERVICE
**************************/
  .service-box {
	  padding: 60px 0;
  }
  .service-box .border-box {
    float: none;
    width: 100%;
    margin-top: 30px;
    min-height: auto;
    padding: 15px;
  }
  .service-box .border-box + .border-box {
    margin-top: 17px;
  }
  .service-box .border-box img {
    float: none;
  }
  .service-box .service-detail {
    float: none;
    max-width: 100%;
  }
  .service-box .service-detail > span:first-child {
	  width: 20%;
	  margin-right: 15px;
  }
  .service-box .service-detail > span img {
	  width: 100%;
  }
  .service-box .service-detail p {
	  font-size: 11px;
  }
  .service-box .service-detail h3 {
    margin-top: 0.5em;
	padding: 0;
	font-size: 13px;
  }
  .service-box .service-detail .small {
	  font-size: 100%;
  }

  /* NEWS
**************************/
  .news-box {
    padding: 32px 0;
  }
  .news-box .section-ttl {
    margin-bottom: 30px;
  }
  .news-box .inner {
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .news-box .more-news {
    position: absolute;
    bottom: 4px;
    text-align: center;
    width: 100%;
    font-size: 85.71%;
  }
  .news-box .more-news a {
    border: 1px solid #c0bdbe;
    border-radius: 4px;
    padding: 6px 22px;
  }
  .news-box .more-news a:after {
    content: none;
  }
.news-table tr {
    display: block;
    clear: both;
}
  .news-table th {
    display: inline-block;
    padding: 15px 15px 0;
    float: left;
  }
  .news-table td {
    display: block;
    padding: 10px 3%;
    width: 100%;
    float: left;
    clear: both;
  }
  .news-table tr th:empty + td {
    width: 100%;
  }
  .news-table tr th:first-of-type {
    width: auto;
    padding-left: 3%;
  }
  .news-table tr th:nth-of-type(2) {
    width: auto;
    padding-left: 0;
    text-align: left;
  }
  .news-table td a {
    display: block;
    height: 100%;
  }
  .news-table .news-category {
    padding: 3px 8px;
    text-align: center;
  }
}

.section-box.case-box {
    padding-top: 24px;
    padding-bottom: 65px;
}
@media screen and (max-width: 1024px) {
    .section-box.case-box {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .section-box.case-box .ttl02 {
        text-align: center;
    }
}

.case-list {
    margin: 20px auto;
}
.case-list ul {
    margin: 0 auto;
    justify-content: center;
    gap: 20px 30px;
}
.case-list ul.grid {
    display: grid;
    grid-template-columns: repeat(8, 150px);
}
.case-list ul.flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
}
.case-list ul ~ ul {
    display: none;
}
.case-list li {
    width: 150px;
    height: 100px;
}
.case-list li img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}
.case-list li.large {
    grid-column: auto / span 2;
    width: 330px;
}
.case-list li.large img {
    width: 330px;
}

@media screen {
    .case-list ul.grid {
        grid-template-columns: repeat(8, 150px);
    }
}
@media screen and (max-width: 1666px), (min-width: 480px) and (max-width: 768px) and (max-height: 768px) {
    .case-list ul {
        gap: 1.2vw 1.8vw;
    }
    .case-list ul.grid {
        grid-template-columns: repeat(8, 9vw);
    }
    .case-list li {
        width: 9vw;
        height: 6vw;
    }
    .case-list li img {
        width: 9vw;
        height: 6vw;
    }
    .case-list li.large {
        width: 19.8vw;
    }
    .case-list li.large img {
        width: 19.8vw;
    }
}
@media screen and (max-width: 768px) {
    .case-list ul {
        gap: 4vw 6vw;
    }
    .case-list ul.grid {
        grid-template-columns: repeat(4, 18vw);
    }
    .case-list li {
        width: 18vw;
        height: 12vw;
    }
    .case-list li img {
        width: 18vw;
        height: 12vw;
    }
    .case-list li.large {
        width: 42vw;
    }
    .case-list li.large img {
        width: 42vw;
    }
}

.case-list.owl-theme .owl-controls .owl-page span {
    background-color: #cccccc;
    border: none;
    opacity: 1.0;
}
.case-list.owl-theme .owl-controls .owl-page:hover span,
.case-list.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #cccccc;
    opacity: 0.6;
}
.case-list.owl-theme .owl-controls .owl-page.active span {
    background-color: #e7be41;
}
.case-list.owl-theme .owl-controls .owl-page.active:hover span,
.case-list.owl-theme .owl-controls.clickable .owl-page.active:hover span {
    background-color: #e7be41;
}

.extra_banners {
    display: grid;
    margin: 50px auto;
    width: 960px;
    border: 2px solid #6666cc;
    grid-template-columns: 1fr 1fr;
}
.extra_banners > .banner {
    grid-column: 1;
    grid-row: 1 / 3;
}
.extra_banners > p {
    grid-column: 2;
    grid-row: 1;
}
.extra_banners > .link-request {
    grid-column: 2;
    grid-row: 2;
}
@media screen and (max-width: 1024px) {
    .extra_banners {
        display: flex;
        flex-direction: column;
        width: auto;
        margin: 20px;
    }
}

.extra_banners img {
    max-width: 100%;
}
.extra_banners > p {
    padding: 20px;
    font-size: 0.8rem;
}
.extra_banners > .link-request {
    padding: 10px;
    height: 40px;
    line-height: 20px;
    margin: 0 20px 20px;
    background-color: #f82faa;
    color: #ffffff;
    text-align: center;
    font-size: 1.0rem;
}
