.pagetitle.pt-privacy {
  background-image: url(../img/pagetitle/007.jpg);
}
.pagetitle.pt-contact {
  background-image: url(../img/pagetitle/006.jpg);
}
.pagetitle.pt-company {
  background-image: url(../img/pagetitle/005.jpg);
}

.pagetitle.pt-access {
  background-image: url(../img/pagetitle/004.jpg);
}

.pagetitle.pt-404 {
  background-image: url(../img/pagetitle/007.jpg);
}



.pagetitle.pt-stock {
  background-image: url(../img/pagetitle/003.jpg);
}
.pagetitle.pt-service {
  background-image: url(../img/pagetitle/002.jpg);
}

.pagetitle.pt-news {
  background-image: url(../img/pagetitle/001.jpg);
}









/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcov1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1200;

  }
  .ptcov2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1100;

  }
  .ptcov_ef {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ptcc {
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 100px 5% 8% 5%;
  }
  .ptcc h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25em;
    color: #fff;
    margin-bottom: 5px;
  }
  .ptcc p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 15px;
  }
  .ptcc ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
  }
  .ptcc ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    line-height: 1.25em;
    color: #fff;
  }
  .ptcc ul li:after {
    content: ">";
  }
  .ptcc ul li:last-child:after {
    content: "";
  }
  .ptcc ul li a {
    text-decoration: none;
    color: var(--color-white);
  }
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcov1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1200;

  }
  .ptcov2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1100;

  }
  .ptcc {
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 100px 5% 8% 5%;
  }
  .ptcov_ef {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ptcc h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: var(--color-white);
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  }
  .ptcc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    font-family: var(--font-en);
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
  }
  .ptcc ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .ptcc ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    line-height: 1.25em;
    color: var(--color-white);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  }
  .ptcc ul li:after {
    content: ">";
  }
  .ptcc ul li:last-child:after {
    content: "";
  }
  .ptcc ul li a {
    text-decoration: none;
    color: var(--color-white);
  }
}
/* Style for Smartphone */
@media screen and (max-width: 768px) {
  /* Pagetitle */
  .pagetitle {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .ptcov1 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1200;

  }
  .ptcov2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    z-index: 1100;

  }
  .ptcc {
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 60px 5% 8% 5%;
  }
  .ptcov_ef {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .ptcc h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    color: var(--color-white);
    letter-spacing: 0px;
    margin-bottom: 15px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  }
  .ptcc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    font-family: var(--font-en);
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
  }
  .ptcc ul {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  .ptcc ul li {
    display: -moz-inline-box;
    display: inline-block;
    /display: inline;
    /zoom: 1;
    font-size: 12px;
    line-height: 1.25em;
    color: var(--color-white);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
  }
  .ptcc ul li:after {
    content: ">";
  }
  .ptcc ul li:last-child:after {
    content: "";
  }
  .ptcc ul li a {
    text-decoration: none;
    color: var(--color-white);
  }
}



.service-clumn-wrap{
  display: flex;
  flex-wrap: wrap;
   gap: 40px;
   margin-bottom: 60px;
}




.service-clumn{
    flex: 0 0 calc(50% - 20px);
  margin-bottom: 0px;
  display: table;
}


.service-clumn-left{
  display: table-cell;
  width: 60%;
  vertical-align: middle;
 
  padding-right: 30px;
}

.service-clumn-left h3{

}


.service-clumn-right{
  display: table-cell;
  width: 40%;
    vertical-align: middle;
}



.company-clumn{
  display: table;
  margin-bottom: 70px;
}


.company-clumn-left{
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-right: 40px;
}

.company-clumn-left h3{

}

.company-clumn-left p{
 font-size: 15px;
 margin-bottom: 0px !important;
}


.company-clumn-right{
  display: table-cell;
  width: 50%;
    vertical-align: middle;
}









@media screen and (max-width: 1000px) {



.service-clumn-wrap{
  display: flex;
  flex-wrap: wrap;
   gap: 0px;
   margin-bottom: 60px;
}




.service-clumn{
    flex: 0 0 calc(100% - 0px);
  margin-bottom: 20px;
}


.service-clumn-left h3{
 font-size: 20px;
}



}






@media screen and (max-width: 768px) {




.company-clumn{
  display: table;
  margin-bottom: 70px;
  display: block;
}


.company-clumn-left{

  padding-right: 0px;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.company-clumn-left h3{
 font-size: 24px;
 margin-bottom: 20px !important;
}

.company-clumn-left p{
 font-size: 14px;
 margin-bottom: 0px !important;
}


.company-clumn-right{
  display: block;
  width: 100%;
}


}