@charset "UTF-8";
/* ======================================================================
 p_service
====================================================================== */
.l_container {
  overflow: hidden;
}

.sec._1 {
  color: #fff;
  background: #049;
  position: relative;
}

.sec._1:before {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  border-style: solid;
  border-color: #049 transparent transparent transparent;
}

.sec._1 .item:last-child {
  margin: 0;
}

.sec._1 .line {
  position: relative;
}

.sec._1 .line:before {
  content: '';
  background: url(../img/p_service/line.svg) no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -15px;
  left: -10px;
}

.sec._1 .line .inner_txt {
  position: relative;
}

.sec._2 .item._1 .ttl .price {
  padding: 0 5px;
}

.sec._2 .item._1 .ttl .pos {
  position: relative;
  top: -8px;
}

.sec._2 .item._2 .ttl .annotation_mark {
  position: relative;
  top: 5px;
}

.sec._2 .item._2 .annotaiton_wrap {
  margin: 10px 0 0;
}

.sec._2 .item._2 .annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec._2 .item._2 .annotation:nth-child(1):before {
  content: "※1：";
}

.sec._2 .item._2 .annotation:nth-child(2):before {
  content: "※2：";
}

.sec._2 .item._6 .annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

.sec._2 .item._6 .annotation:before {
  content: '※';
  margin: 0 5px 0 0;
}

.sec._2 .btn_wrap {
  margin: 15px 0 0;
}

.sec._3 .list {
  margin: 30px 0 0;
}

.sec._4 {
  background: #fafafa;
}

.sec._5 .img_wrap .img {
  max-width: 100%;
}

.sec._5 .sec_ttl {
  color: #049;
}

.sec._5 .annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}

.sec._5 .annotation:before {
  content: '※';
  margin: 0 5px 0 0;
}

.btn_block {
  margin: 30px auto 80px;
}

.add_sec .sec_ttl {
  margin: 0 0 30px;
}

.add_sec._1 .list {
  margin: 30px 0 0;
}

.add_sec._1 .item:nth-child(odd) .block {
  background: #049;
}

.add_sec._1 .item:nth-child(even) .block {
  background: #002f6a;
}

.add_sec._1 .block {
  border-radius: 4px;
  padding: 15px 10px;
  color: #fff;
  margin: 0 0 20px;
}

.add_sec._1 .annotation {
  display: inline-block;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.add_sec._1 .head {
  color: #049;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 40px 0 0;
}

.add_sec._1 .option_annotation {
  margin: 5px 0 0;
  display: inline-block;
}

.add_sec._1 .btn_wrap {
  margin: 15px 0 0;
}

.add_sec._2 {
  background: #fafafa;
}

.add_sec._2 .list .item {
  position: relative;
}

.add_sec._2 .list .item:first-of-type:before {
  content: '';
  background: url(../img/p_switching/sec6_4.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  z-index: 2;
}

.add_sec._2 .item_txt {
  text-align: left;
}

.add_sec._3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.add_sec._3 .item:not(._5) {
  position: relative;
}

.add_sec._3 .item:not(._5):after {
  content: '';
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-right: solid 20px transparent;
  position: absolute;
  top: 58px;
  right: -35px;
}

.add_sec._3 .item:nth-child(odd):after {
  border-left: solid 20px #049;
}

.add_sec._3 .item:nth-child(even):after {
  border-left: solid 20px #00316e;
}

.add_sec._3 .item_txt {
  text-align: left;
}

.add_sec._4 .annotation {
  margin: 10px 0 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .l_main_visual {
    background: url(../img/p_service/sp/mv.jpg) right no-repeat;
    background-size: cover;
  }
  .sec .sec_ttl {
    margin: 0 0 20px;
  }
  .sec._1 {
    padding: 50px 0 0;
  }
  .sec._1:before {
    bottom: -125px;
    border-width: 125px 100vw 0 0;
  }
  .sec._1 .ttl {
    margin: 0 0 10px;
  }
  .sec._1 .list {
    margin: 30px 0 -30px;
  }
  .sec._1 .item {
    margin: 0 0 10px;
  }
  .sec._1 .solve {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  .sec._1 .line:before {
    width: 290px;
    height: 42px;
  }
  .sec._2 {
    padding: 20px 0 0;
  }
  .sec._2 .lead {
    padding: 0 4%;
  }
  .sec._2 .list {
    margin: 30px 0 0;
  }
  .sec._2 .btn_wrap .btn {
    text-align: left;
  }
  .sec._3 {
    padding: 80px 0 60px;
  }
  .sec._4 {
    padding: 60px 0 40px;
  }
  .sec._4 .list {
    margin: 40px 0 0;
  }
  .sec._5 {
    padding: 60px 0 0;
  }
  .sec._5 .img_wrap {
    width: calc(100% - 4%);
  }
  .sec._5 .txt_wrap {
    padding: 4%;
  }
  .btn_block .btn {
    text-align: left;
  }
  .add_sec._1 {
    padding: 80px 0 60px;
  }
  .add_sec._1 .item {
    margin: 20px 0 0;
  }
  .add_sec._1 .item:first-of-type {
    margin: 0;
  }
  .add_sec._1 .annotation {
    margin: 10px 0 0;
  }
  .add_sec._2 {
    padding: 60px 0 40px;
  }
  .add_sec._2 .list {
    margin: 45px 0 0;
  }
  .add_sec._2 .list .item {
    width: 100%;
    height: auto;
    margin: 30px 0 0;
  }
  .add_sec._2 .list .item:first-of-type {
    margin: 0;
  }
  .add_sec._2 .list .item:first-of-type:before {
    width: 106px;
    height: 80px;
    top: -35px;
  }
  .add_sec._2 .list .item .flex_wrap {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .add_sec._2 .list .item .img_wrap {
    position: relative;
  }
  .add_sec._2 .item_ttl {
    width: calc(100% - 190px);
  }
  .add_sec._3 {
    padding: 80px 0 0;
  }
  .add_sec._3 .swipe {
    height: 66px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #edf9ff;
    padding: 0 55px;
    border-radius: 4px;
  }
  .add_sec._3 .swipe .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    width: 44px;
    height: 51px;
  }
  .add_sec._3 .list_wrap {
    margin: 10px 0 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .add_sec._3 .list_wrap::-webkit-scrollbar {
    display: none;
  }
  .add_sec._3 .list {
    width: 1180px;
  }
  .add_sec._3 .item {
    width: 220px;
    height: auto;
  }
  .add_sec._3 .item .img {
    width: 160px;
    margin: 0 auto;
    display: block;
  }
  .add_sec._3 .num {
    position: static;
  }
  .add_sec._3 .item_ttl,
  .add_sec._3 .item_txt {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  .add_sec._3 .item_txt {
    margin: 5px 0 0;
  }
  .add_sec._4 {
    padding: 80px 0 60px;
  }
  .add_sec._4 .list {
    margin: 30px 0;
  }
  .add_sec._4 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .add_sec._4 .item:last-child {
    margin: 0;
  }
  .add_sec._4 .item .txt {
    width: calc(100% - 190px);
  }
  .add_sec._4 .btn {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .l_main_visual {
    background: url(../img/p_service/mv.jpg) right no-repeat;
    background-size: cover;
  }
  .sec .sec_ttl {
    margin: 0 0 30px;
  }
  .sec._1 {
    padding: 65px 0 0px;
  }
  .sec._1:before {
    bottom: -250px;
    border-width: 250px 100vw 0 0;
  }
  .sec._1 .ttl {
    margin: 0 0 30px;
  }
  .sec._1 .list {
    width: 790px;
    margin: 60px auto -20px;
  }
  .sec._1 .item {
    margin: 0 0 25px;
  }
  .sec._1 .solve {
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  .sec._1 .line:before {
    width: 410px;
    height: 58px;
  }
  .sec._2, .sec._5 {
    background: url(../img/p_service/bg_obj.svg) right top no-repeat;
  }
  .sec._2 {
    padding: 20px 0 0;
  }
  .sec._2 .lead {
    width: 1100px;
    margin: 0 auto;
  }
  .sec._2 .list {
    margin: 40px auto 0;
  }
  .sec._3 {
    padding: 120px 0 100px;
  }
  .sec._4 {
    padding: 100px 0 80px;
  }
  .sec._4 .list {
    margin: 30px 0 0;
  }
  .sec._5 {
    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;
    min-width: 1100px;
    padding: 80px 0 100px;
  }
  .sec._5 .txt_wrap {
    width: 550px;
    margin: 0 0 0 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .add_sec._1 {
    padding: 0 0 80px;
  }
  .add_sec._1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .add_sec._1 .item {
    width: 355px;
  }
  .add_sec._1 .annotation {
    margin: 15px 0 0;
  }
  .add_sec._2 {
    padding: 100px 0 80px;
  }
  .add_sec._2 .list {
    margin: 55px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .add_sec._2 .list .item {
    width: 333px;
  }
  .add_sec._2 .list .item:first-of-type:before {
    width: 135px;
    height: 103px;
    top: -45px;
  }
  .add_sec._2 .item_ttl {
    margin: 5px 0;
  }
  .add_sec._3 {
    padding: 120px 0;
  }
  .add_sec._3 .item {
    width: 210px;
  }
  .add_sec._3 .item_ttl {
    margin: 10px 0 0;
  }
  .add_sec._3 .item_txt {
    margin: 15px 0 0;
  }
  .add_sec._4 {
    margin: 0 0 80px;
  }
  .add_sec._4 .list {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .add_sec._4 .item {
    width: calc((100% - 90px) / 4);
  }
  .add_sec._4 .item .txt {
    margin: 10px 0 0;
  }
  .c_list_6_subsidy{
    width: 1200px;
    margin: 20px auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec._1:before {
    border-width: 250px 1100px 0 0;
  }
}
