@charset "UTF-8";
.fadeUpTrigger{
  opacity: 0;
}
.pc-only {
  display:block;
}
.sp-only {
  display:none;
}
#service {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#service .wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#service  h2 {
  font-size: 3em;
  font-weight: 700;
  margin: 6rem 0 0 0;
  padding: 0;
  line-height: 120%;
  background: none;
}
#service h2 span{
  color: #39c;
}
#service .subtitle {
  color: #39c;
  font-size: .8em;
  margin: 1rem 0 0 0;
  padding: 0;
  line-height: 100%;
}
#service .service-first {
  padding-bottom: 2.5rem;
  position: relative;
}
#service .service-first h2::after{
  content: "SERVICE";
  position: absolute;
  top: 10rem; 
  right: 0; 
  font-size: 4em; 
  color: rgba(217, 232, 240, .2); 
  z-index: -1;
  white-space: nowrap; 
}
#service .service-first .service-intro {
  display: flex;
  justify-content:  space-between;
  align-items: center;
  margin: 2.5rem 0;
}
#service .service-first .service-intro .service-intro-text {
  font-size: 1.5em;
  line-height: 180%;
}
#service .service-subintro {
  width: 100%;
  background: #f7f7f7;
}
#service .service-subintro .inner{
  padding: 3rem 0;
}
#service .service-subintro p {
  font-size: 1em;
  line-height: 180%;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#service .service-subintro .bold{
  font-weight: 700;
}
#service .service-info {
  width: 100%;
  background: #323333;
  margin: 0;
  padding: 2rem;
}
#service .service-info .inner{
  padding: 3rem 0;
}
#service .service-info img {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#service .service-second {
  width: 100%;
  background: #ecf1f7;
  padding-bottom: 4rem;
  position: relative;
}
#service .service-second h2::after{
  content: "ABOUT";
  position: absolute;
  top: 10rem; 
  right: 0; 
  font-size: 4em; 
  color: rgba(255, 255, 255, .4); 
  z-index: 0; 
  white-space: nowrap; 
}
#service .service-second .service-affiliate-img {
  margin: 6rem 0;
  z-index: 1 !important;
}
#service .service-second .service-affiliate-img img{
  display: block;
  z-index: 1 !important;
}
#service .service-second .service-affiliate-about {
  width: 90%;
  margin: 2.5rem auto;
  background: #fff;
  padding:  1rem 2rem;
  border: 1px solid #1ca2ea;
  font-size: 1em;
  font-weight: 400;
}
#service .service-second .service-affiliate-about .bold {
  font-weight: 700;
}
.service-third {
  color: #fff;
  background: url(../images/110_back.png);
  background-size: cover;
  padding-bottom: 6rem;
}
.service-third h2 {
  color: #fff;
}
#service .service-third .subtitle{
  color: #fff;
}
.service-third  .service-110 {
  width: 100%;
  margin: 4rem auto 0 auto;
}
.service-third  .service-110 .service-110-inner {
  display: flex;
  align-items: center;
  justify-content:  space-between;
  flex-wrap: wrap;
}
.service-third  .service-110 .service-110-inner .service-110-point{
  width: calc(48% - 10px);
  margin-bottom: 3rem;
}
.service-third  .service-110 .service-110-inner .service-110-point.wmax{
  width: calc(100%);
}
.service-third  .service-110 .service-110-inner .service-110-point .service-110-point-title{
  font-size: 2.8em;
  font-weight: 100;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
.service-third  .service-110 .service-110-inner .service-110-point .service-110-point-title:before{
  content: "■";
  font-size: .5em;
  padding-right: 1rem;
  position: relative;
  top: -.7rem;
}
.service-third  .service-110 .service-110-inner .service-110-point .service-110-point-detail{
  border-left: 1px dotted #fff;
  padding-left: 2rem;
  font-weight: 300;
  font-size: 1.1em;
  letter-spacing: .1em;
}
.service-third  .service-110 .service-110-inner .service-110-point-img{
  text-align: center;
  margin: 0 auto;
}

.service-fourth {
  padding: 6rem 0 4rem 0;
}
.service-fourth .asp-info-txt{
  width: 90%;
  margin: 0 auto 4rem auto;
  border: 1px solid #ccc;
  padding: 2rem;
  box-shadow: 10px 10px 0 #eee;
}
.service-fourth .aspback01{
  background: url(../images/about_ad.webp) no-repeat;
  background-position: top right;
}
.service-fourth .aspback02{
  background: url(../images/about_asp.webp) no-repeat;
  background-position: top right;
}
.service-fourth .asp-info-txt .asp-info-title{
  width: 60%;
  font-size: 1.6em;
  font-weight: 500;
  background: linear-gradient(90deg, #ff6600 , #ffc700);
  background: -webkit-linear-gradient(0deg, #ff6600 , #ffc700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px dotted #ccc;
  letter-spacing: .1em;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.service-fifth {
  padding: 3rem 0 0 0;
  background: #eee;
  position: relative;
}
#service .service-fifth h2::after{
  content: "CONTACT";
  position: absolute;
  top: 10rem;
  right: 0;
  font-size: 4em; 
  color: rgba(0, 0, 0, .1); 
  z-index: 1;
  white-space: nowrap; 
}
.service-fifth .contact-txt{
  padding: 6rem 0;
  color: #666;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 180%;
}
.service-fifth .contact-btn{
  width: 55%;
  margin: 0 auto 10rem auto;
}
.footer {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display:none;
  }
  .sp-only {
    display:block;
  }
  #service {
    width: 100%;
  }
  #service .wrapper {
    width: 100%;
    padding: 0 1rem;
  }
  #service  h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 6rem 0 0 0;
    padding: 0;
    line-height: 120%;
    background: none;
    z-index: 4!important;
  }
  #service h2 span{
    color: #39c;
  }
  #service .service-first h2::after{
    top: .8rem;
    font-size: 2em; 
  }
  #service .service-first .service-intro {
    display: block;
  }
  #service .service-first .service-intro .service-intro-text {
    font-size: 1em;
    margin-bottom: 4rem;
  }
  #service .service-first .service-intro .service-intro-af110 {
    width:100%;
    margin: 0 auto;
  }
  #service .service-first .service-intro .service-intro-af110 img{
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #service .service-subintro {
    width: 100%;
  }
  #service .service-subintro .inner{
    padding: 3rem 1rem;
  }
  #service .service-subintro p {
    font-size: .9em;
    line-height: 160%;
  }
  #service .service-info {
    width: 100%;
    padding: 1rem;
  }
  #service .service-info .inner{
    width: 100%;
    padding: 1rem 0;
  }
  #service .service-info img {
    width: 100%;
  }
  #service .service-second h2{
    z-index: 1;
  }
  #service .service-second h2::after{
    top: .8rem;
    font-size: 2em; 
    z-index: 0;
  }
  #service .service-second .service-affiliate-img {
    width: 100%;
    margin: 4rem 0;
  }
  #service .service-second .service-affiliate-img img{
    width: 100%;
    display: block;
    z-index: 1 !important;
  }
  #service .service-second .service-affiliate-about {
    width: 100%;
    margin: 2rem auto;
    background: #fff;
    padding:  1rem;
    font-size: .8em;
    line-height: 140%;
  }
  #service .service-third {
    background: cover;
  }
  #service .service-third  .service-110 .service-110-inner {
    display: block;
  }
  #service .service-third  .service-110 .service-110-inner .service-110-point .service-110-point-title{
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 1rem;
    letter-spacing: .1em;
  }
  #service .service-third  .service-110 .service-110-inner .service-110-point .service-110-point-detail{
    padding-left: 2rem;
    font-size: 1em;
    letter-spacing: .1em;
  }
  .service-fourth .asp-info-txt{
    width: 95%;
    padding: 1rem;
    box-shadow: 10px 10px 0 #eee;
  }
  #service .service-third  .service-110 .service-110-inner .service-110-point{
    width: 100%;
    margin-bottom: 3rem;
  }
  #service .service-fourth .asp-info-txt .asp-info-title{
    width: 100%;
    font-size: 1.2em;
    margin-bottom: .8rem;
    padding-bottom: .8rem;
  }
  #service .service-fourth .asp-info-txt .asp-info-detail{
    font-size: .9em;
    line-height: 140%;
  }
  #service .service-fourth .aspback01{
    background-size: 50%;
  }
  #service .service-fourth .aspback02{
    background-size: 50%;
  }
  #service .service-fifth h2::after{
    top: .8rem;
    font-size: 2em; 
    color: rgba(150, 150, 150, .1); 
  }
  .service-fifth .contact-txt{
    font-size: 1em;
  }
  .service-fifth .contact-btn{
    width: 90%;
    margin: 0 auto 10rem auto;
  }
}