
/* Style for PCs */
@media screen and (min-width: 1025px) {

  .ts_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .ts_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .big-background {
    z-index:550;
    text-align:center;
    width:100%;
    height: 100%;
    display: block;
    overflow:hidden;
    }
    .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    }


    /* Section title */
    .sectitle {
      width:160px;
      height:160px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background: #eb002b;
      background: linear-gradient(145deg, rgba(235, 0, 43, 1) 0%, rgba(143, 0, 43, 1) 100%);
      box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
      margin:0 auto 50px;
    }
    .sectitle h2 {
      font-size:12px!important;
      font-weight: 600;
      letter-spacing: 0px!important;
      color:var(--color-white)!important;
      line-height: 1em!important;
      font-family: var(--font-min);
      order:2;
      margin:0!important;
    }
    .sectitle p {
      font-size:26px!important;
      font-weight: 400!important;
      line-height: 1em!important;
      letter-spacing: 0px!important;
      color:var(--color-white)!important;
      font-family: var(--font-en);
      order:1;
      margin:0 0 0.3em 0!important;
    }


  /* Service */
  .servicemm {
    width:100%;
    height: auto;
    display: block;
    position: relative;
  }
  .servicebody {
    width:100%;
    height: auto;
    display: block;
    padding:100px 5%;
    margin:0 auto;
    background-image: url(../img/index/service_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
  }

  ul.servicelist {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  ul.servicelist li {
    width:29.3333333333%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin:0 2% 50px;
    background-color: rgba(255,255,255,0.95);
    box-shadow:0px 5px 15px rgba(0,0,0,0.1);
  }
  ul.servicelist li .serviceimg {
    width:100%;
    height: auto;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  }
  ul.servicelist li .servicecc {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding:15px 30px 30px 30px;
  }
  ul.servicelist li .servicecc h2 {
    font-size:22px;
    font-family: var(--font-min);
    line-height: 1.25em;
    font-weight: 600;
    letter-spacing: 0px;
    color:var(--color-black);
    margin-bottom: 10px;
    order:2;
  }
  ul.servicelist li .servicecc h2 span {
    display: block;
    font-size:14px;
    line-height: 1.25em;
    font-weight: 500;
    color:var(--color-666);
    padding-top:10px;
  }
  ul.servicelist li .servicecc h3 {
    font-size:14px;
    font-family: var(--font-en);
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: 0px;
    color:var(--color-1st);
    margin-bottom: 8px;
    order:1;
  }
  ul.servicelist li .servicecc p {
    font-size:14px;
    line-height: 2em;
    margin:0;
    order:3;
  }

  /* Intro */
  .intromm {
    width:100%;
    height: auto;
    display: block;
    position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200% 40%;
  }
  .introbody {
    width:100%;
    height: auto;
    display: block;
    padding-bottom: 20%;
  }
  .introbody .int_cc01 {
    width:100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding:0 5%;
    margin:0 auto 50px;
  }
  .introbody .int_cc02 {
    width:100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding:0 5%;
    margin:0 auto 50px;
  }
  .intromm h3 {
    font-size:1.2em;
    font-family: var(--font-min);
    font-weight: 300;
    text-align: center;
    color:var(--color-black);
    line-height: 2em;
    margin-bottom: 0.5em;
  }
  .intromm p {
    font-size:1em;
    font-family: var(--font-en);
    font-weight: 300;
    color:var(--color-999);
    line-height: 2em;
    margin-bottom: 0em;
  }
  .intromm ul {
    width:100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .intromm ul li {
    width:30.3333333333%;
    height:auto;
    display: block;
    font-size:18px;
    font-family: var(--font-min);
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    padding:140px 0 20px 0;
    margin:0 1.5% 3%;
    background-color: var(--color-white);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: auto 110px;
    background-color: rgba(255,255,255,0.95);
    box-shadow:0px 5px 15px rgba(0,0,0,0.1);
  }


  /* achievements */
  .achivemm {
    width:100%;
    height: auto;
    display: block;
    position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 200% 40%;
  }
  .achievementsbody {
    width:100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding:120px 5% 15%;
    margin:0 auto;
  }
  .achievementsbody p.acm_topcomment {
font-size:1.2em;
    font-family: var(--font-min);
    font-weight: 300;
    text-align: center;
    color:var(--color-black);
    line-height: 2em;
    margin-bottom: 1.5em;
  }
  .achievementsbody ul.achievementslist {
    width:100%;
    height:auto;
display: flex;
justify-content:center;
  flex-wrap: wrap;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  }
.achievementsbody ul.achievementslist li {
    font-size:1.05em;
    font-family: var(--font-min);
    font-weight: 400;
    line-height: 1.5em;
    text-align: center;
    padding:1em 2em;
    margin:1px 1px;
    border-radius: 3px;
    transition: .4s all;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.achievementsbody ul.achievementslist li:hover {
  color:var(--color-white);
  background-color: rgba(0,0,0,0.7);
  cursor:default;
}


  /* Outline */
  .outlinemm {
    width:100%;
    height: auto;
    display: block;
    position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: right 130%;
  background-size: 150% 50%;
  }
  .outlinebody {
    width:100%;
    max-width:1600px;
    height: auto;
    display: block;
    padding:50px 5% 25%;
    margin:0 auto;
  }
  .outlinebody dl {
    width:80%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
  }
  .outlinebody dl dt {
    width:20%;
    height: auto;
    display: block;
    font-size:1.2em;
    font-weight: 400;
    line-height: 1.5em;
    padding:1em 0.5em;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .outlinebody dl dd {
    width:80%;
    height: auto;
    display: block;
    font-size:1.2em;
    font-weight: 400;
    line-height: 1.5em;
    padding:1em 0.5em;
    color:#555;
    border-bottom: 1px dotted var(--color-ccc);
  }
  .outlinebody dl dd img {
    width:auto;
    height: 20px;
    display: block;
    margin:6px 0 0 0;
  }

}

/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .ts_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ts_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-background {
  z-index:550;
  text-align:center;
  width:100%;
  height: 100%;
  display: block;
  overflow:hidden;
  }
  .big-background:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  }


  /* Section title */
  .sectitle {
    width:130px;
    height:130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eb002b;
    background: linear-gradient(145deg, rgba(235, 0, 43, 1) 0%, rgba(143, 0, 43, 1) 100%);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    margin:0 auto 50px;
  }
  .sectitle h2 {
    font-size:11px!important;
    font-weight: 600;
    letter-spacing: 0px!important;
    color:var(--color-white)!important;
    line-height: 1em!important;
    font-family: var(--font-min);
    order:2;
    margin:0!important;
  }
  .sectitle p {
    font-size:20px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    letter-spacing: 0px!important;
    color:var(--color-white)!important;
    font-family: var(--font-en);
    order:1;
    margin:0 0 0.3em 0!important;
  }


/* Service */
.servicemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}
.servicebody {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

ul.servicelist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.servicelist li {
  width:46%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 2% 50px;
  background-color: rgba(255,255,255,0.95);
  box-shadow:0px 5px 15px rgba(0,0,0,0.1);
}
ul.servicelist li .serviceimg {
  width:100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
ul.servicelist li .servicecc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:15px 30px 30px 30px;
}
ul.servicelist li .servicecc h2 {
  font-size:22px;
  font-family: var(--font-min);
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0px;
  color:var(--color-black);
  margin-bottom: 10px;
  order:2;
}
ul.servicelist li .servicecc h2 span {
  display: block;
  font-size:14px;
  line-height: 1.25em;
  font-weight: 500;
  color:var(--color-666);
  padding-top:10px;
}
ul.servicelist li .servicecc h3 {
  font-size:14px;
  font-family: var(--font-en);
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 8px;
  order:1;
}
ul.servicelist li .servicecc p {
  font-size:14px;
  line-height: 2em;
  margin:0;
  order:3;
}

/* Intro */
.intromm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 200% auto;
}
.introbody {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 25%;;
}
.introbody .int_cc01 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:0 5%;
  margin:0 auto 50px;
}
.introbody .int_cc02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:0 5%;
  margin:0 auto 50px;
}
.intromm h3 {
  font-size:1.2em;
  font-family: var(--font-min);
  font-weight: 300;
  text-align: center;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 0.5em;
}
.intromm p {
  font-size:1em;
  font-family: var(--font-en);
  font-weight: 300;
  color:var(--color-999);
  line-height: 2em;
  margin-bottom: 0em;
}
.intromm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.intromm ul li {
  width:46%;
  height:auto;
  display: block;
  font-size:18px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding:140px 0 20px 0;
  margin:0 2% 4%;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 110px;
  background-color: rgba(255,255,255,0.95);
  box-shadow:0px 5px 15px rgba(0,0,0,0.1);
}


/* achievements */
.achivemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250% auto;
}
.achievementsbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:120px 5% 25%;
  margin:0 auto;
}
.achievementsbody p.acm_topcomment {
font-size:1.2em;
  font-family: var(--font-min);
  font-weight: 300;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 1.5em;
}
.achievementsbody ul.achievementslist {
  width:100%;
  height:auto;
display: flex;
flex-wrap: wrap;
gap: 1px;
padding: 0;
margin: 0;
list-style: none;
}
.achievementsbody ul.achievementslist li {
  font-size:1.05em;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding:1em 1em;
  margin:1px 1px;
  border-radius: 3px;
  transition: .4s all;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.achievementsbody ul.achievementslist li:hover {
color:var(--color-white);
background-color: rgba(0,0,0,0.7);
cursor:default;
}


/* Outline */
.outlinemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: left 140%;
  background-size: 300% 50%;
}
.outlinebody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 25%;
  margin:0 auto;
}
.outlinebody dl {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.outlinebody dl dt {
  width:25%;
  height: auto;
  display: block;
  font-size:1.2em;
  font-weight: 400;
  line-height: 1.5em;
  padding:1em 0.5em;
  border-bottom: 1px dotted var(--color-ccc);
}
.outlinebody dl dd {
  width:75%;
  height: auto;
  display: block;
  font-size:1.2em;
  font-weight: 400;
  line-height: 1.5em;
  padding:1em 0.5em;
  color:#555;
  border-bottom: 1px dotted var(--color-ccc);
}
.outlinebody dl dd img {
  width:auto;
  height: 20px;
  display: block;
  margin:6px 0 0 0;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

  .ts_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ts_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-background {
  z-index:550;
  text-align:center;
  width:100%;
  height: 100%;
  display: block;
  overflow:hidden;
  }
  .big-background:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  }


  /* Section title */
  .sectitle {
    width:130px;
    height:130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #eb002b;
    background: linear-gradient(145deg, rgba(235, 0, 43, 1) 0%, rgba(143, 0, 43, 1) 100%);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
    margin:0 auto 50px;
  }
  .sectitle h2 {
    font-size:11px!important;
    font-weight: 600;
    letter-spacing: 0px!important;
    color:var(--color-white)!important;
    line-height: 1em!important;
    font-family: var(--font-min);
    order:2;
    margin:0!important;
  }
  .sectitle p {
    font-size:20px!important;
    font-weight: 400!important;
    line-height: 1em!important;
    letter-spacing: 0px!important;
    color:var(--color-white)!important;
    font-family: var(--font-en);
    order:1;
    margin:0 0 0.3em 0!important;
  }


/* Service */
.servicemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
}
.servicebody {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200% auto;
}

ul.servicelist {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.servicelist li {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 0 50px;
  background-color: rgba(255,255,255,0.95);
  box-shadow:0px 5px 15px rgba(0,0,0,0.1);
}
ul.servicelist li .serviceimg {
  width:100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}
ul.servicelist li .servicecc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:15px 30px 30px 30px;
}
ul.servicelist li .servicecc h2 {
  font-size:22px;
  font-family: var(--font-min);
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0px;
  color:var(--color-black);
  margin-bottom: 10px;
  order:2;
}
ul.servicelist li .servicecc h2 span {
  display: block;
  font-size:14px;
  line-height: 1.25em;
  font-weight: 500;
  color:var(--color-666);
  padding-top:10px;
}
ul.servicelist li .servicecc h3 {
  font-size:14px;
  font-family: var(--font-en);
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: 0px;
  color:var(--color-1st);
  margin-bottom: 8px;
  order:1;
}
ul.servicelist li .servicecc p {
  font-size:14px;
  line-height: 2em;
  margin:0;
  order:3;
}

/* Intro */
.intromm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 200% auto;
}
.introbody {
  width:100%;
  height: auto;
  display: block;
  padding-top:10%;
  padding-bottom: 25%;
}
.introbody .int_cc01 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:0 5% 0;
  margin:0 auto 50px;
}
.introbody .int_cc02 {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:0 5%;
  margin:0 auto 50px;
}
.intromm h3 {
  font-size:1.2em;
  font-family: var(--font-min);
  font-weight: 300;
  text-align: left;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 0.5em;
}
.intromm h3 br {
  display: none!important;
}
.intromm p {
  font-size:1em;
  font-family: var(--font-en);
  font-weight: 300;
  color:var(--color-999);
  line-height: 2em;
  margin-bottom: 0em;
}
.intromm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.intromm ul li {
  width:100%;
  height:auto;
  display: block;
  font-size:16px;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding:100px 0 20px 0;
  margin:0 0 10px;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: auto 70px;
  background-color: rgba(255,255,255,0.95);
  box-shadow:0px 1px 5px rgba(0,0,0,0.15);
}


/* achievements */
.achivemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 200% auto;
}
.achievementsbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:80px 5% 25%;
  margin:0 auto;
}
.achievementsbody p.acm_topcomment {
font-size:1.2em;
  font-family: var(--font-min);
  font-weight: 300;
  color:var(--color-black);
  line-height: 2em;
  margin-bottom: 1.5em;
}
.achievementsbody ul.achievementslist {
  width:100%;
  height:auto;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1px;
padding: 0;
margin: 0;
list-style: none;
}
.achievementsbody ul.achievementslist li {
  font-size:1em;
  font-family: var(--font-min);
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  padding:0.5em 0.6em;
  margin:1px 1px;
  border-radius: 3px;
  transition: .4s all;
  background-color: rgba(255,255,255,1);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
.achievementsbody ul.achievementslist li:hover {
color:var(--color-white);
background-color: rgba(0,0,0,0.7);
cursor:default;
}


/* Outline */
.outlinemm {
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-image: url(../img/index/service_bg.png);
  background-repeat: no-repeat;
  background-position: left 110%;
  background-size: 300% 30%;
}
.outlinebody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  padding:50px 5% 50%;
  margin:0 auto;
}
.outlinebody dl {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin:0 auto;
}
.outlinebody dl dt {
  width:100%;
  height: auto;
  display: block;
  font-size:0.8em;
  font-weight: 400;
  line-height: 1.5em;
  padding:0em 0.5em 0.5em;
}
.outlinebody dl dd {
  width:100%;
  height: auto;
  display: block;
  font-size:1em;
  font-weight: 400;
  line-height: 1.5em;
  padding:0em 0.5em 1em;
  color:#555;
  border-bottom: 1px dotted var(--color-ccc);
  margin-bottom: 1em;
}
.outlinebody dl dd img {
  width:100%;
  height: auto;
  display: block;
  margin:6px 0 0 0;
}

}
