/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
section {
  position: relative;
  margin: 0 auto;
  z-index: 50;
}

section .inner {
  padding: 9rem 0;
}

@media screen and (max-width: 769px) {
  section .inner {
    padding: 4rem 2rem;
  }
}

.inner {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 769px) {
  .inner {
    padding: 0 20px;
  }
}

.cf:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}

.left_box {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.right_box {
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#invoice .inner {
  padding: 9rem 0 5rem;
}

@media screen and (max-width: 769px) {
  #invoice .inner {
    padding: 4rem 2rem;
  }
}

#invoice .inner .ttl {
  margin-bottom: 4.5rem;
  font-size: 2.7rem;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #invoice .inner .ttl {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }
}

#invoice .inner .invoice_txt {
  font-weight: bold;
  color: #4896d0;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_txt {
    font-size: 1.4rem;
  }
}

#invoice .inner .invoice_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#invoice .inner .invoice_area .left {
  margin-right: 1.8rem;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_area .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#invoice .inner .invoice_area .right {
  text-align: left;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_area .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

#invoice .inner .invoice_txt_sub {
  font-weight: bold;
  font-size: 1.4rem;
  color: #555555;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  #invoice .inner .invoice_txt_sub {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

#invoice .inner .btn {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

#new_about .about_flex {
  margin-bottom: 0 !important;
}

#bpo .inner {
  max-width: 980px;
  padding: 9rem 0;
}

@media screen and (max-width: 769px) {
  #bpo .inner {
    padding: 4rem 2rem;
  }
}

#bpo .inner .ttl {
  margin-bottom: 4rem;
}

#bpo .inner .ttl .icon {
  display: inline-block;
  width: 80px;
  height: 81px;
  margin: 0 25px 10px 0;
  background: url(../img/features/icon.png) no-repeat center;
  vertical-align: middle;
}

#bpo .inner .ttl .icon.icon_bpo {
  background: url(../img/features/icon_bpo.png) no-repeat center;
}

@media screen and (max-width: 640px) {
  #bpo .inner .ttl .icon {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  #bpo .inner .ttl {
    margin-bottom: 3rem;
  }
}

#bpo .inner .point_area_img {
  margin-bottom: 5rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_img {
    margin-bottom: 4rem;
  }
}

#bpo .inner .point_area_cont {
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}

#bpo .inner .point_area_cont .point_area_img {
  width: 60%;
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont .point_area_img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

#bpo .inner .point_area_cont .txt_area {
  width: 80%;
  margin-left: 3rem;
}

#bpo .inner .point_area_cont .txt_area .txt {
  color: #2f6087;
  text-align: left;
  line-height: 1.4;
  font-size: 2rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area_cont .txt_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 0 2rem;
  }
  #bpo .inner .point_area_cont .txt_area .txt {
    text-align: center;
    font-size: 1.8rem;
  }
}

#bpo .inner .point_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#bpo .inner .point_area.mb {
  margin-bottom: 9rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area.mb {
    margin-bottom: 3rem;
  }
}

#bpo .inner .point_area .point_box {
  width: calc(100% / 3 - 15px);
  background: #FFF url(../img/features/bg_bpo.png) no-repeat center center;
  border-radius: 13px 13px 13px 13px;
  padding: 2.8rem 1rem;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

#bpo .inner .point_area .point_box.type1 {
  background: #fff;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1 {
    padding: 2.8rem 1rem;
  }
}

#bpo .inner .point_area .point_box.type1 .counter-increment {
  padding: 3rem 0;
  background: url(../img/features/bg_bpo.png) no-repeat center center;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1 .counter-increment {
    padding: 3.5rem 0;
  }
}

#bpo .inner .point_area .point_box.type1:nth-of-type(2) .counter-increment {
  padding: 4.55rem 0;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box.type1:nth-of-type(2) .counter-increment {
    padding: 4.8rem 0;
  }
}

#bpo .inner .point_area .point_box .counter-increment {
  color: #217fc4;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .counter-increment {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  #bpo .inner .point_area .point_box .counter-increment span {
    text-indent: 3em;
    display: inline-block;
  }
}

#bpo .inner .point_area .point_box .counter-increment img {
  vertical-align: text-bottom;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .counter-increment img {
    margin-right: 10px;
  }
}

#bpo .inner .point_area .point_box .point_txt {
  color: #555555;
  font-size: 1.55rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
  #bpo .inner .point_area .point_box .point_txt {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}

#bpo .inner .point_area .point_box .detail_box {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

#bpo .inner .point_area .point_box .detail_box p + p {
  margin-top: 1rem;
}

#business {
  background: #6c98d4;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #72acfb), to(rgba(150, 249, 255, 0.5)));
  background: -webkit-linear-gradient(left, #72acfb 20%, rgba(150, 249, 255, 0.5) 100%);
  background: -o-linear-gradient(left, #72acfb 20%, rgba(150, 249, 255, 0.5) 100%);
  background: linear-gradient(90deg, #72acfb 20%, rgba(150, 249, 255, 0.5) 100%);
}

#business .inner {
  max-width: 980px;
  padding: 9rem 0 0;
}

@media screen and (max-width: 1024px) {
  #business .inner {
    padding: 4rem 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 769px) {
  #business .inner {
    padding: 4rem 1.5rem;
  }
}

#business .inner .ttl {
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 769px) {
  #business .inner .ttl {
    margin-bottom: 2rem;
  }
}

#business .inner .business_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #business .inner .business_area {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#business .inner .business_area .business_area_box {
  width: calc(100% / 3);
}

@media screen and (min-width: 1180px) {
  #business .inner .business_area .business_area_box {
    max-height: 464px;
    height: 26vw;
  }
  #business .inner .business_area .business_area_box:nth-child(1) {
    background: url(../img/features/business01.png) right bottom/11.2vw no-repeat;
  }
  #business .inner .business_area .business_area_box:nth-child(2) {
    background: url(../img/features/business02.png) right bottom/13vw no-repeat;
  }
  #business .inner .business_area .business_area_box:nth-child(3) {
    background: url(../img/features/business03.png) right bottom/11.8vw no-repeat;
  }
}

@media screen and (min-width: 1400px) {
  #business .inner .business_area .business_area_box {
    height: 24.2vw;
  }
}

@media screen and (max-width: 769px) {
  #business .inner .business_area .business_area_box {
    width: calc(100% / 2);
  }
}

#business .inner .business_area .business_area_box:nth-child(2) {
  display: block;
}

#business .inner .business_area .business_area_box:nth-child(2) span:nth-of-type(1) {
  line-height: 1.4;
  padding-bottom: 3rem;
}

#business .inner .business_area .business_area_box .circle {
  position: relative;
  z-index: -1;
  border-radius: 50%;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: -webkit-linear-gradient(180deg, #FFF 0%, #FFF 73%, #217fc4 27%, #217fc4 100%);
  background: -moz-linear-gradient(180deg, #FFF 0%, #FFF 73%, #217fc4 27%, #217fc4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(73%, #FFF), color-stop(27%, #217fc4), to(#217fc4));
  background: -webkit-linear-gradient(top, #FFF 0%, #FFF 73%, #217fc4 27%, #217fc4 100%);
  background: -o-linear-gradient(top, #FFF 0%, #FFF 73%, #217fc4 27%, #217fc4 100%);
  background: linear-gradient(180deg, #FFF 0%, #FFF 73%, #217fc4 27%, #217fc4 100%);
}

@media screen and (max-width: 1024px) {
  #business .inner .business_area .business_area_box .circle {
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  #business .inner .business_area .business_area_box .circle {
    width: 44vw;
    height: 22vh;
  }
}

#business .inner .business_area .business_area_box .circle .color_white {
  color: #217fc4;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.4;
  padding-bottom: 2rem;
}

@media screen and (max-width: 640px) {
  #business .inner .business_area .business_area_box .circle .color_white {
    font-size: 1.4rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 640px) and (max-width: 320px) {
  #business .inner .business_area .business_area_box .circle .color_white {
    font-size: 1.3rem;
  }
}

#business .inner .business_area .business_area_box .circle .color_white .btm {
  display: block;
  margin-top: 1rem;
}

#business .inner .business_area .business_area_box .circle .color_blue {
  position: absolute;
  bottom: 9%;
  left: 0;
  right: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  #business .inner .business_area .business_area_box .circle .color_blue {
    font-size: 1.3rem;
    bottom: 7%;
  }
}

#kv::before {
  background-image: none;
  position: static;
}

.gray-color {
  color: #8692ae;
}
