@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : service__webconsulting.css
 author     : abilive
 style info : Webコンサルティング
=================================================================== */
:root {
  --scrollbar-width: 0px;
}

.con_intro, .con_site > .box_title, .con_site > .box_site > .inner, .con_service > .inner, .con_flow, .con_ab {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .con_intro, .con_site > .box_title, .con_site > .box_site > .inner, .con_service > .inner, .con_flow, .con_ab {
    width: 91.66667%;
  }
}

.con_fv {
  position: relative;
  margin: 0 auto 6em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fv {
    margin: 0 auto 5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv {
    margin: 0 auto 3em;
  }
}
.con_fv .box_title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  text-align: center;
  transform: translate(0, -50%);
  width: 90%;
}
.con_fv .box_title .title {
  font-weight: 400;
  color: #fff;
  margin-bottom: 2em;
}
.con_fv .box_title .title span {
  display: block;
}
.con_fv .box_title .title .logo {
  width: 100px;
  margin: 0 auto 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fv .box_title .title .logo {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_title .title .logo {
    width: 60px;
  }
}
.con_fv .box_title .copy {
  font-weight: 700;
  color: #fff;
  font-size: 240%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_fv .box_title .copy {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .box_title .copy {
    font-size: 107%;
  }
}
@media only screen and (min-width: 768px) {
  .con_fv {
    background: url("../service/images/webconsulting/img_fv1-pc.jpg") no-repeat center center;
    background-size: auto 100%;
    height: 594px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
@media only screen and (min-width: 768px) {
  .ie8 .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .con_fv {
    margin-top: 2.4em;
  }
}

@media print {
  .con_fv {
    background: url("../service/images/webconsulting/img_fv1-pc.jpg") no-repeat center center;
    background-size: auto 100%;
    height: 594px;
  }
}
@media print {
  .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
@media print {
  .ie8 .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
.ie8 .con_fv {
  background: url("../service/images/webconsulting/img_fv1-pc.jpg") no-repeat center center;
  background-size: auto 100%;
  height: 594px;
}
@media only screen and (max-width: 1440px) {
  .ie8 .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
@media print {
  .ie8 .con_fv {
    height: calc(100vw / (1440 / 594));
  }
}
.ie8 .ie8 .con_fv {
  height: calc(100vw / (1440 / 594));
}
@media only screen and (max-width: 1000px) {
  .ie8 .con_fv {
    margin-top: 2.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv {
    margin-top: 1.5em;
    background: url("../service/images/webconsulting/img_fv1-sp.jpg") no-repeat center center;
    background-size: auto 100%;
    height: calc(100vw / (750 / 800));
  }
}

.con_intro {
  text-align: center;
  margin: 0 auto 8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_intro {
    margin: 0 auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin: 0 auto 5em;
  }
}
.con_intro .text {
  font-size: 1.2em;
  line-height: 2;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_intro .text {
    font-size: 1em;
  }
}
.con_intro .box_link {
  display: flex;
  flex-wrap: wrap;
}
.con_intro .box_link li a {
  border-radius: 4px;
  background-color: #42B1DF;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  position: relative;
  transition: background-color .2s ease-out;
}
.con_intro .box_link li a::after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  line-height: 1;
  position: absolute;
  bottom: 5%;
  left: 50%;
}
.con_intro .box_link li a svg {
  fill: #fff;
  line-height: 1;
  height: 2.8em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link li a svg {
    height: 2em;
  }
}
.con_intro .box_link li a span {
  display: block;
}
.con_intro .box_link li a .ic {
  padding-top: 1em;
  margin-bottom: 0.5em;
  height: 3em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link li a .ic {
    height: 2.4em;
  }
}
.con_intro .box_link li a .t {
  padding-bottom: 2em;
}
.con_intro .box_link li a:hover {
  background-color: #1D6E91;
}
.con_intro .box_link li:last-child a svg {
  height: 1.8em;
  margin-top: .8em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link li:last-child a svg {
    height: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_link li a .t {
    padding-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_link li {
    width: 32%;
  }
  .con_intro .box_link li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .con_intro .box_link li:nth-child(n+4) {
    margin-top: 1em;
  }
}
@media print {
  .con_intro .box_link li {
    width: 32%;
  }
  .con_intro .box_link li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
  }
  .con_intro .box_link li:nth-child(n+4) {
    margin-top: 1em;
  }
}
.ie8 .con_intro .box_link li {
  width: 32%;
}
.ie8 .con_intro .box_link li:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.ie8 .con_intro .box_link li:nth-child(n+4) {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .con_intro .text {
    text-align: left;
  }
  .con_intro .box_link li {
    width: 48%;
  }
  .con_intro .box_link li:nth-child(2n) {
    margin-left: 4%;
  }
  .con_intro .box_link li:nth-child(n+3) {
    margin-top: 1em;
  }
}

.con_site > .box_title {
  text-align: center;
  margin: 0 auto 6em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_site > .box_title {
    margin: 0 auto 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > .box_title {
    margin: 0 auto 3em;
  }
}
.con_site > .box_title .text {
  font-size: 1.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_title .text {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > .box_title {
    text-align: left;
  }
}
.con_site > .box_site {
  padding: 5em 0;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site {
    padding: 3em 0;
  }
}
.con_site > .box_site > .inner .wrp_num .box_num {
  text-align: center;
  position: relative;
  z-index: 1;
}
.con_site > .box_site > .inner .wrp_num .box_num span {
  display: block;
  font-family: 'Hind',Verdana, Helvetica, Arial, sans-serif;
  color: #42B1DF;
}
.con_site > .box_site > .inner .wrp_num .box_num .t {
  font-size: 267%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_site > .box_site > .inner .wrp_num .box_num .t {
    font-size: 214%;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_num .box_num .t {
    font-size: 187%;
  }
}
.con_site > .box_site > .inner .wrp_num .box_num .n {
  font-weight: 500;
  font-size: 667%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_site > .box_site > .inner .wrp_num .box_num .n {
    font-size: 587%;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_num .box_num .n {
    font-size: 387%;
  }
}
.con_site > .box_site > .inner .wrp_site .inner_site .tit {
  font-weight: 700;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_site .inner_site .tit {
    margin-bottom: 1em;
  }
}
.con_site > .box_site > .inner .wrp_site .inner_site .tit span {
  display: inline-block;
  vertical-align: middle;
}
.con_site > .box_site > .inner .wrp_site .inner_site .tit .ic svg {
  fill: #42B1DF;
}
.con_site > .box_site > .inner .wrp_site .inner_site .tit .t {
  color: #42B1DF;
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_site > .box_site > .inner .wrp_site .inner_site .tit .t {
    font-size: 174%;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_site .inner_site .tit .t {
    font-size: 134%;
  }
}
.con_site > .box_site > .inner .wrp_site .inner_site > .text {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_site .inner_site > .text {
    font-size: 1em;
  }
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd {
  background-color: #fff;
  border: 2px solid #42B1DF;
  border-radius: 8px;
  margin-top: 1em;
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd a {
  display: block;
  text-decoration: none;
  padding: 1em 10% 1em 5%;
  position: relative;
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd a::after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  line-height: 1;
  font-size: 1.5em;
  color: #42B1DF;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd a .st {
  display: inline-block;
  font-size: 0.9em;
  background-color: #42B1DF;
  color: #fff;
  padding: 0.3em 2em;
  border-radius: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd a .t {
  color: #42B1DF;
  display: block;
  font-size: 1.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd a .t {
    font-size: 1em;
  }
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .box_btn_acd.is-active a::after {
  transform: translate(0, -50%) rotate(-180deg);
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .comp_ac .inner {
  padding: 0 2em 2em;
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .comp_ac .inner .t {
  line-height: 1.8;
}
.con_site > .box_site > .inner .wrp_site .inner_site .area_acd .comp_ac .inner .t .c {
  color: red;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .con_site > .box_site > .inner {
    display: flex;
  }
  .con_site > .box_site > .inner .wrp_num {
    margin-right: 5%;
  }
  .con_site > .box_site > .inner .wrp_num .inner {
    position: relative;
    height: 100%;
    padding-bottom: 5em;
  }
  .con_site > .box_site > .inner .wrp_num .inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: #42B1DF;
  }
}
@media print {
  .con_site > .box_site > .inner {
    display: flex;
  }
  .con_site > .box_site > .inner .wrp_num {
    margin-right: 5%;
  }
  .con_site > .box_site > .inner .wrp_num .inner {
    position: relative;
    height: 100%;
    padding-bottom: 5em;
  }
  .con_site > .box_site > .inner .wrp_num .inner::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: #42B1DF;
  }
}
.ie8 .con_site > .box_site > .inner {
  display: flex;
}
.ie8 .con_site > .box_site > .inner .wrp_num {
  margin-right: 5%;
}
.ie8 .con_site > .box_site > .inner .wrp_num .inner {
  position: relative;
  height: 100%;
  padding-bottom: 5em;
}
.ie8 .con_site > .box_site > .inner .wrp_num .inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #42B1DF;
}
@media only screen and (max-width: 767px) {
  .con_site > .box_site > .inner .wrp_num .inner {
    position: relative;
  }
  .con_site > .box_site > .inner .wrp_num .inner::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 1em;
    width: 2px;
    z-index: 1;
    background-color: #42B1DF;
  }
  .con_site > .box_site > .inner .wrp_site .inner_site .area_acd {
    position: relative;
  }
  .con_site > .box_site > .inner .wrp_site .inner_site .area_acd::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 1.2em;
    width: 2px;
    z-index: 1;
    background-color: #42B1DF;
  }
  .con_site > .box_site > .inner .wrp_site .inner_site > div:last-of-type::before {
    display: none;
  }
}
.con_site > div:nth-of-type(2) > .inner .wrp_site .inner_site .tit .ic {
  width: 6.5em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(2) > .inner .wrp_site .inner_site .tit .ic {
    width: 4em;
  }
}
.con_site > div:nth-of-type(2) > .inner .wrp_site .inner_site .tit .ic svg {
  width: 5.5em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(2) > .inner .wrp_site .inner_site .tit .ic svg {
    width: 3.5em;
  }
}
.con_site > div:nth-of-type(3) > .inner .wrp_site .inner_site .tit .ic {
  width: 6em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(3) > .inner .wrp_site .inner_site .tit .ic {
    width: 4em;
  }
}
.con_site > div:nth-of-type(3) > .inner .wrp_site .inner_site .tit .ic svg {
  width: 5.5em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(3) > .inner .wrp_site .inner_site .tit .ic svg {
    width: 3.5em;
  }
}
.con_site > div:nth-of-type(4) > .inner .wrp_site .inner_site .tit .ic {
  width: 6.5em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(4) > .inner .wrp_site .inner_site .tit .ic {
    width: 4em;
  }
}
.con_site > div:nth-of-type(4) > .inner .wrp_site .inner_site .tit .ic svg {
  width: 5.2em;
  height: calc(5.2em / 1);
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(4) > .inner .wrp_site .inner_site .tit .ic svg {
    width: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(4) > .inner .wrp_site .inner_site .tit .ic svg {
    height: calc(3.5em / 1);
  }
}
.con_site > div:nth-of-type(5) > .inner .wrp_site .inner_site .tit .ic {
  width: 6em;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(5) > .inner .wrp_site .inner_site .tit .ic {
    width: 4em;
  }
}
.con_site > div:nth-of-type(5) > .inner .wrp_site .inner_site .tit .ic svg {
  width: 5.2em;
  height: calc(5.2em / 1);
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(5) > .inner .wrp_site .inner_site .tit .ic svg {
    width: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(5) > .inner .wrp_site .inner_site .tit .ic svg {
    height: calc(3.5em / 1);
  }
}
.con_site > div:nth-of-type(odd):not(.box_title) {
  background-color: #42B1DF;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_num .box_num {
  background-color: #42B1DF;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_num .box_num span {
  color: #fff;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_num > .inner::before {
  background-color: #fff;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_site .inner_site .tit .ic svg {
  fill: #fff;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_site .inner_site .tit .t {
  color: #fff;
}
.con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_site .inner_site > .text {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_site > div:nth-of-type(odd):not(.box_title) > .inner .wrp_site .inner_site .area_acd::before {
    background-color: #fff;
  }
}
.con_site > div:nth-of-type(even):not(.box_title) {
  background-color: #F5F5F5;
}
.con_site > div:nth-of-type(even):not(.box_title) > .inner .wrp_num .box_num {
  background-color: #F5F5F5;
}

.con_service {
  background-color: #F5F5F5;
  padding: 8em 0;
  margin: 0 auto 8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service {
    padding: 6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_service {
    margin: 0 auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_service {
    margin: 0 auto 5em;
  }
}
.con_service > .inner .outer_box_srv {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.con_service > .inner .box_srv > div {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #42B1DF;
  box-sizing: border-box;
}
.con_service > .inner .box_srv > div .inner {
  padding: 1.5em 1em;
}
.con_service > .inner .box_srv > div .outer_tit {
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px dotted #666;
  padding-bottom: 1em;
}
.con_service > .inner .box_srv > div .outer_tit .tit {
  font-weight: 700;
}
.con_service > .inner .box_srv > div .outer_tit .tit span {
  display: block;
}
.con_service > .inner .box_srv > div .outer_tit .tit .ic {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #42B1DF;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
}
.con_service > .inner .box_srv > div .outer_tit .tit .ic svg {
  fill: #fff;
  width: 2.5em;
  height: 2.5em;
}
.con_service > .inner .box_srv > div .outer_tit .tit .t {
  font-size: 1.2em;
}
.con_service > .inner .box_srv > div .outer_text .text {
  margin-bottom: 1.5em;
}
.con_service > .inner .box_srv > div .outer_text ol li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.con_service > .inner .box_srv > div .outer_text ol li:nth-of-type(n+2) {
  margin-top: 0.3em;
}
@media only screen and (min-width: 768px) {
  .con_service > .inner .box_srv {
    display: flex;
    flex-wrap: wrap;
  }
  .con_service > .inner .box_srv > div {
    width: 48%;
  }
  .con_service > .inner .box_srv > div:nth-of-type(2n) {
    margin-left: 4%;
  }
  .con_service > .inner .box_srv > div:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media print {
  .con_service > .inner .box_srv {
    display: flex;
    flex-wrap: wrap;
  }
  .con_service > .inner .box_srv > div {
    width: 48%;
  }
  .con_service > .inner .box_srv > div:nth-of-type(2n) {
    margin-left: 4%;
  }
  .con_service > .inner .box_srv > div:nth-child(n+3) {
    margin-top: 2em;
  }
}
.ie8 .con_service > .inner .box_srv {
  display: flex;
  flex-wrap: wrap;
}
.ie8 .con_service > .inner .box_srv > div {
  width: 48%;
}
.ie8 .con_service > .inner .box_srv > div:nth-of-type(2n) {
  margin-left: 4%;
}
.ie8 .con_service > .inner .box_srv > div:nth-child(n+3) {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_service > .inner .box_srv {
    display: flex;
    width: calc((60vw * 7) + 28vw);
  }
  .con_service > .inner .box_srv > div {
    width: 60vw;
  }
  .con_service > .inner .box_srv > div > .inner {
    padding: 1em;
  }
  .con_service > .inner .box_srv > div .outer_tit .tit .ic {
    width: 3em;
    height: 3em;
  }
  .con_service > .inner .box_srv > div .outer_tit .tit .ic svg {
    width: 1.6em;
    height: 1.6em;
  }
  .con_service > .inner .box_srv > div .outer_tit .tit .t {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .con_service > .inner .box_srv > div .outer_text .text, .con_service > .inner .box_srv > div .outer_text ol {
    font-size: 0.9em;
  }
  .con_service > .inner .box_srv > div:nth-of-type(n+2) {
    margin-left: 4vw;
  }
}

.con_work {
  margin: 0 auto 8em;
  max-width: 860px;
  width: 86%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work {
    margin: 0 auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_work {
    margin: 0 auto 5em;
  }
}
.con_work .tns-ovh {
  overflow: visible;
}
.con_work .tns-outer {
  position: relative;
}
.con_work .tns-controls button {
  position: absolute;
  z-index: 5;
  top: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #42B1DF;
  transition: opacity .2s ease-out;
}
@media only screen and (max-width: 767px) {
  .con_work .tns-controls button {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .tns-controls button {
    padding-top: 40px;
  }
}
.con_work .tns-controls button:nth-of-type(1) {
  right: 100%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work .tns-controls button:nth-of-type(1) {
    transform: translate(50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .tns-controls button:nth-of-type(1) {
    transform: translate(50%, -50%);
  }
}
.con_work .tns-controls button:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
}
.con_work .tns-controls button:nth-of-type(2) {
  left: 100%;
  transform: translate(50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work .tns-controls button:nth-of-type(2) {
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .tns-controls button:nth-of-type(2) {
    transform: translate(-50%, -50%);
  }
}
.con_work .tns-controls button:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
}
.con_work .tns-controls button:hover {
  opacity: .7;
}
.con_work .tns-nav {
  text-align: center;
  margin-top: 1em;
}
.con_work .tns-nav button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transition: background-color .3s ease-out;
}
.con_work .tns-nav button:nth-of-type(n+2) {
  margin-left: 0.5em;
}
.con_work .tns-nav button.tns-nav-active {
  background-color: #42B1DF;
}
.con_work .outer_slide {
  display: flex;
}
.con_work .outer_slide .box_work {
  float: none;
}
.con_work .outer_slide .box_work > .inner {
  border: 1px solid #ccc;
  height: calc(100% - 4em);
  padding: 2em;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner {
    height: calc(100% - 2em);
  }
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner {
    padding: 1em 8%;
  }
}
.con_work .outer_slide .box_work > .inner .outer_text {
  margin-bottom: 1em;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num {
  position: relative;
  z-index: 1;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num span {
  display: block;
  font-family: 'Hind',Verdana, Helvetica, Arial, sans-serif;
  color: #42B1DF;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .t {
  font-size: 174%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .t {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .t {
    font-size: 120%;
  }
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .n {
  font-weight: 500;
  font-size: 414%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .n {
    font-size: 280%;
  }
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .n {
    font-size: 240%;
  }
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_text .text {
  margin-bottom: 1em;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_text > ul li {
  color: #42B1DF;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_text > ul li:nth-child(n+2) {
  margin-top: 0.2em;
}
.con_work .outer_slide .box_work > .inner .outer_text .wrp_text > ul li::before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  display: inline-block;
  line-height: 1;
  font-size: 1.2em;
  margin-right: .3em;
}
.con_work .outer_slide .box_work > .inner .wrp_img > ul {
  display: flex;
  justify-content: center;
}
.con_work .outer_slide .box_work > .inner .wrp_img > ul li:nth-child(n+2) {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner .wrp_img > ul li:nth-child(n+2) {
    margin-left: 2%;
  }
}
@media only screen and (min-width: 768px) {
  .con_work .outer_slide .box_work > .inner .outer_text {
    display: flex;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num {
    width: 15%;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_text {
    width: 82%;
    margin-left: 3%;
  }
}
@media print {
  .con_work .outer_slide .box_work > .inner .outer_text {
    display: flex;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num {
    width: 15%;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_text {
    width: 82%;
    margin-left: 3%;
  }
}
.ie8 .con_work .outer_slide .box_work > .inner .outer_text {
  display: flex;
}
.ie8 .con_work .outer_slide .box_work > .inner .outer_text .wrp_num {
  width: 15%;
}
.ie8 .con_work .outer_slide .box_work > .inner .outer_text .wrp_text {
  width: 82%;
  margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num {
    margin-bottom: 0.2em;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num {
    display: flex;
    align-items: center;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_num .num .t {
    margin-right: 0.3em;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_text .text {
    font-size: 0.9em;
  }
  .con_work .outer_slide .box_work > .inner .outer_text .wrp_text > ul li {
    font-size: 0.9em;
  }
  .con_work .outer_slide .box_work > .inner .wrp_img > ul li {
    width: 49%;
  }
}

.con_flow {
  margin: 0 auto 8em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_flow {
    margin: 0 auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_flow {
    margin: 0 auto 5em;
  }
}
.con_flow .img {
  margin-bottom: 1em;
}
.con_flow .text {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_flow .text {
    font-size: 1em;
  }
}
.con_flow .comp_btn {
  display: block;
  max-width: 560px;
  margin: auto;
}

.con_ab {
  margin: 0 auto 8em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ab {
    margin: 0 auto 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ab {
    margin: 0 auto 5em;
  }
}
.con_ab .box_ab .tit {
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-size: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ab .box_ab .tit {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ab .box_ab .tit {
    font-size: 120%;
  }
}
.con_ab .box_ab .text {
  line-height: 1.8em;
  margin-bottom: 1em;
}
.con_ab .box_ab .wrp_text > ul {
  display: flex;
}
.con_ab .box_ab .wrp_text > ul li .s {
  margin-bottom: 0.3em;
}
.con_ab .box_ab .wrp_text > ul li .b span {
  display: inline-block;
  font-family: 'Hind',Verdana, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 294%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_ab .box_ab .wrp_text > ul li .b span {
    font-size: 240%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ab .box_ab .wrp_text > ul li .b span {
    font-size: 214%;
  }
}
.con_ab .box_ab .wrp_text > ul li:nth-child(n+2) {
  margin-left: 2em;
}
@media only screen and (min-width: 768px) {
  .con_ab .box_ab {
    display: flex;
    align-items: center;
  }
  .con_ab .box_ab .img {
    width: 53%;
  }
  .con_ab .box_ab .wrp_text {
    width: 45%;
    margin-left: auto;
  }
  .con_ab > div .img {
    height: 343px;
  }
  .con_ab > div:nth-of-type(2n) .img {
    order: 2;
    margin: auto;
  }
  .con_ab > div:nth-of-type(2n) .wrp_text {
    order: 1;
    margin-left: 0;
  }
  .con_ab > div:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .con_ab > div:nth-of-type(3) .img {
    height: 561px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .con_ab > div .img {
    height: calc((90vw * 0.53) / (518 / 343));
  }
  .con_ab > div:nth-of-type(3) .img {
    height: calc((90vw * 0.53) / (518 / 568));
  }
}

@media print {
  .con_ab .box_ab {
    display: flex;
    align-items: center;
  }
  .con_ab .box_ab .img {
    width: 53%;
  }
  .con_ab .box_ab .wrp_text {
    width: 45%;
    margin-left: auto;
  }
  .con_ab > div .img {
    height: 343px;
  }
  .con_ab > div:nth-of-type(2n) .img {
    order: 2;
    margin: auto;
  }
  .con_ab > div:nth-of-type(2n) .wrp_text {
    order: 1;
    margin-left: 0;
  }
  .con_ab > div:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .con_ab > div:nth-of-type(3) .img {
    height: 561px;
  }
}
.ie8 .con_ab .box_ab {
  display: flex;
  align-items: center;
}
.ie8 .con_ab .box_ab .img {
  width: 53%;
}
.ie8 .con_ab .box_ab .wrp_text {
  width: 45%;
  margin-left: auto;
}
.ie8 .con_ab > div .img {
  height: 343px;
}
.ie8 .con_ab > div:nth-of-type(2n) .img {
  order: 2;
  margin: auto;
}
.ie8 .con_ab > div:nth-of-type(2n) .wrp_text {
  order: 1;
  margin-left: 0;
}
.ie8 .con_ab > div:nth-of-type(n+2) {
  margin-top: 2em;
}
.ie8 .con_ab > div:nth-of-type(3) .img {
  height: 561px;
}
@media only screen and (max-width: 900px) {
  .ie8 .con_ab > div .img {
    height: calc((90vw * 0.53) / (518 / 343));
  }
  .ie8 .con_ab > div:nth-of-type(3) .img {
    height: calc((90vw * 0.53) / (518 / 568));
  }
}
@media only screen and (max-width: 767px) {
  .con_ab .box_ab .img {
    margin-bottom: 1em;
  }
  .con_ab > div .img {
    height: calc(90vw / (518 / 343));
  }
  .con_ab > div:nth-of-type(n+2) {
    margin-top: 12%;
  }
  .con_ab > div:nth-of-type(3) .img {
    height: calc(90vw / (518 / 568));
  }
}

.comp_btn {
  display: inline-block;
  background-color: #42B1DF;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
  padding: 1em 0;
  position: relative;
}
.comp_btn::after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 1;
  font-size: 1.2em;
  line-height: 1;
  transform: translate(0, -50%);
}

.comp_ac {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.comp_ac.static {
  position: static;
}

.comp_st {
  text-align: center;
  font-weight: 700;
  color: #42B1DF;
  font-size: 240%;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .comp_st {
    font-size: 187%;
  }
}
@media only screen and (max-width: 767px) {
  .comp_st {
    font-size: 160%;
  }
}
