.scl5_ic-01 {background-image: url(../img/sc/ic-sc01.png);}
.scl5_ic-02 {background-image: url(../img/sc/ic-sc02.png);}
.scl5_ic-03 {background-image: url(../img/sc/ic-sc03.png);}
.scl5_ic-04 {background-image: url(../img/sc/ic-sc04.png);}
.scl5_ic-05 {background-image: url(../img/sc/ic-sc05.png);}
.scl5_ic-06 {background-image: url(../img/sc/ic-sc06.png);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Service line01 */
.sc_line01 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: right 80%;
  background-repeat: no-repeat;
  background-size: 80% 60%;
}
.scl01cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl01a {
  width:45%;
  height: auto;
  display: block;
}
.scl01b {
  width:50%;
  height: auto;
  display: block;
}
.scl01cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}


/* Service line02 */
.sc_line02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70% 60%;
}
.scl02cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl02a {
  width:45%;
  height: auto;
  display: block;
  order:2;
}
.scl02cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl02b {
  width:50%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  order:1;
}
.scl02b .scl02img01 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}
.scl02b .scl02img02 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
}


/* Service line03 */
.sc_line03 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 60% 50%;
}
.scl03cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl03a {
  width:45%;
  height: auto;
  display: block;
}
.scl03cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl03b {
  width:50%;
  height: auto;
  display: block;
  position: relative;
}

/* Service line04 */
.sc_line04 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% 90%;
}
.scl04cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl04cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl04a {
  width:100%;
  height: auto;
  display: block;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
  padding:30px 0;
}
.sclist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sclist li {
  flex: 1;
  margin:0 1%;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
}


/* Service line05 */
.sc_line05 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.scl05cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl05cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}

.scl05cc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.scl05cc ul li {
  flex:1;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 1%;
  padding:100px 10px 20px 10px;
  text-align: center;
  font-size:12px;
  line-height: 1.25em;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 90px;
  border-radius: 5px;
}


/* Service line06 */
.sc_line06 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 100px;
  margin:0 auto;
}
.scl06cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.scl06cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl06box {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  margin:0 2%;
}
.scl06img {
  width:100%;
  height: auto;
  display: block;
}
.scl06cbox {
  width:100%;
  height: auto;
  display: block;
  padding:35px;
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  /* Service line01 */
.sc_line01 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: right 80%;
  background-repeat: no-repeat;
  background-size: 80% 30%;
}
.scl01cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl01a {
  width:45%;
  height: auto;
  display: block;
}
.scl01b {
  width:50%;
  height: auto;
  display: block;
}
.scl01cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}


/* Service line02 */
.sc_line02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70% 60%;
}
.scl02cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl02a {
  width:45%;
  height: auto;
  display: block;
  order:2;
}
.scl02cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl02b {
  width:50%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  order:1;
}
.scl02b .scl02img01 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}
.scl02b .scl02img02 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
}


/* Service line03 */
.sc_line03 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 60% 50%;
}
.scl03cc {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scl03a {
  width:45%;
  height: auto;
  display: block;
}
.scl03cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl03b {
  width:50%;
  height: auto;
  display: block;
  position: relative;
}

/* Service line04 */
.sc_line04 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% 90%;
}
.scl04cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl04cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl04a {
  width:100%;
  height: auto;
  display: block;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
  padding:30px 0;
}
.sclist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.sclist li {
  flex: 1;
  margin:0 1%;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
}


/* Service line05 */
.sc_line05 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.scl05cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl05cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}

.scl05cc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.scl05cc ul li {
  width:30.3333333333%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 1.5% 20px;
  padding:100px 10px 20px 10px;
  text-align: center;
  font-size:12px;
  line-height: 1.25em;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 90px;
  border-radius: 5px;
}


/* Service line06 */
.sc_line06 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 100px;
  margin:0 auto;
}
.scl06cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl06cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl06box {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  margin:0 0 40px;
}
.scl06img {
  width:100%;
  height: auto;
  display: block;
}
.scl06cbox {
  width:100%;
  height: auto;
  display: block;
  padding:35px;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  /* Service line01 */
.sc_line01 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:100px 0% 0;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% 60%;
}
.scl01cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl01a {
  width:100%;
  height: auto;
  display: block;
  padding:0 5% 10px;
}
.scl01b {
  width:100%;
  height: auto;
  display: block;
}
.scl01cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}


/* Service line02 */
.sc_line02 {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70% 60%;
}
.scl02cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl02a {
  width:100%;
  height: auto;
  display: block;
  order:1;
}
.scl02cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl02b {
  width:100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  order:2;
}
.scl02b .scl02img01 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
}
.scl02b .scl02img02 {
  width:60%;
  height: auto;
  display: block;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
}


/* Service line03 */
.sc_line03 {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 50% 80%;
}
.scl03cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl03a {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 50px;
}
.scl03cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl03b {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}

/* Service line04 */
.sc_line04 {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/box-ub.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55% 90%;
}
.scl04cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl04cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl04a {
  width:100%;
  height: auto;
  display: block;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
  padding:30px 0;
}
.sclist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sclist li {
  width:49%;
  height: auto;
  display: block;
  margin:0 0.5% 5px;
}
.scl04b {
  width:100%;
  height: auto;
  display: block;
}


/* Service line05 */
.sc_line05 {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
}
.scl05cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl05cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}

.scl05cc ul {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.scl05cc ul li {
  width:47%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 1.5% 10px;
  padding:100px 10px 20px 10px;
  text-align: center;
  font-size:12px;
  line-height: 1.25em;
  color:var(--color-white);
  background-color: var(--color-1st);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: auto 90px;
  border-radius: 5px;
}


/* Service line06 */
.sc_line06 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 100px;
  margin:0 auto;
}
.scl06cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.scl06cc p {
  width:100%;
  height: auto;
  display: block;
  font-size:14px;
  line-height: 2em;
  margin-bottom: 1em;
}
.scl06box {
  flex:1;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  margin:0 0 40px;
}
.scl06img {
  width:100%;
  height: auto;
  display: block;
}
.scl06cbox {
  width:100%;
  height: auto;
  display: block;
  padding:35px;
}

}
