.p-serviceSelection .p-fv {
  padding-top: 4rem;
  padding-bottom: 5.5rem;
}
.p-serviceSelection .p-fvBox {
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-fvBox {
    padding: 2rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-fvBox {
    padding: 2rem;
  }
}
.p-serviceSelection .p-fvBox::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.5rem solid transparent;
  border-left: 3.5rem solid transparent;
  border-top: 2.5rem solid #7bcdb9;
  border-bottom: 0;
  bottom: -2.4rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-serviceSelection .p-fvBoxHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-serviceSelection .p-fvBoxIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.5rem;
  width: 5.6rem;
}
.p-serviceSelection .p-connect .m-bg--wh {
  -webkit-box-shadow: 0 0 4rem 0 #edf8cd;
  box-shadow: 0 0 4rem 0 #edf8cd;
}
.p-serviceSelection .p-connectSelection {
  padding: 3rem 3rem 2rem;
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-connectSelection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-serviceSelection .p-connectSelection::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.5rem solid transparent;
  border-left: 3.5rem solid transparent;
  border-top: 2.5rem solid #c3e85a;
  border-bottom: 0;
  bottom: -2.4rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-serviceSelection .p-connectSelection .m-label {
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -1.9rem;
  width: 19.5rem;
  height: 3.3rem;
  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;
}
.p-serviceSelection .p-connectSelection .m-label::before {
  content: "";
  position: absolute;
  background: url(/assets/img/new/service/selection/ic_arrow.svg) no-repeat bottom center/100% auto;
  width: 1.4rem;
  height: 0.8rem;
  bottom: -0.7rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-serviceSelection .p-connectSelection .m-bullet li {
  font-size: 1.4rem;
}
.p-serviceSelection .p-connectSelection .m-bullet li::before {
  top: 0.7rem;
}
.p-serviceSelection .p-connectSelection .m-bullet li:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-serviceSelection .p-connectTypeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-serviceSelection .p-connectTypeItem.--top {
  padding: 2rem;
}
.p-serviceSelection .p-connectTypeItem.--bottom {
  padding: 1rem 2rem 2rem;
  border-top: 0.1rem solid #eee;
  position: relative;
}
.p-serviceSelection .p-connectTypeItem.--bottom::before, .p-serviceSelection .p-connectTypeItem.--bottom::after {
  content: "";
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.p-serviceSelection .p-connectTypeItem.--bottom::before {
  background-image: url(/assets/img/new/service/selection/connect_bg01.svg);
  width: 6.3rem;
  height: 6rem;
  bottom: 0;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-connectTypeItem.--bottom::before {
    left: 15.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-connectTypeItem.--bottom::before {
    left: 2.2rem;
  }
}
.p-serviceSelection .p-connectTypeItem.--bottom::after {
  background-image: url(/assets/img/new/service/selection/connect_bg02.svg);
  width: 6.2rem;
  height: 4rem;
  bottom: -0.2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-connectTypeItem.--bottom::after {
    right: 16.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-connectTypeItem.--bottom::after {
    right: 3rem;
  }
}
.p-serviceSelection .p-connectTypeItem .m-label {
  line-height: 180%;
  display: inline-block;
  justify-self: center;
  padding: 0.5rem 1.5rem;
}
.p-serviceSelection .p-connectTypeLabelBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-serviceSelection .p-connectTypeLabelBox .m-label:not(:first-of-type) {
  margin-left: 0.5rem;
}
.p-serviceSelection .p-target .m-bg--grn {
  padding: 1.5rem 2rem;
}
.p-serviceSelection .p-target .m-bullet.--primary li {
  line-height: 180%;
}
.p-serviceSelection .p-targetTable {
  border: 0.1rem solid #eee;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-targetTable {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-targetTable {
    margin-top: 1rem;
  }
}
.p-serviceSelection .p-targetTable tr.--bg {
  background-color: #f6f6f6;
}
.p-serviceSelection .p-targetTable tr:not(:first-of-type) {
  border-top: 0.1rem solid #eee;
}
.p-serviceSelection .p-targetTable tr th, .p-serviceSelection .p-targetTable tr td {
  font-size: 1.6rem;
  line-height: 150%;
  padding: 1.5rem;
  text-align: center;
}
.p-serviceSelection .p-targetTable tr th {
  color: #fff;
  width: 100%;
  background-color: #1ca987;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-targetTable tr td:first-child:not([colspan]) {
    width: 41rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-targetTable tr td:first-child:not([colspan]) {
    width: 19rem;
  }
}
.p-serviceSelection .p-targetTable tr td:last-child:not([colspan]) {
  border-left: 0.1rem solid #eee;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-targetTable tr td:last-child:not([colspan]) {
    width: 25rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-targetTable tr td:last-child:not([colspan]) {
    width: 16rem;
  }
}
.p-serviceSelection .p-targetTable tr .--left {
  text-align: left;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-merit {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-merit {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-merit .m-heading2 {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-merit .m-heading2 {
    margin-bottom: 1.3rem;
  }
}
.p-serviceSelection .p-meritList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-meritList-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-serviceSelection .p-meritList-item:nth-of-type(odd) .p-meritList-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-serviceSelection .p-meritList-item:nth-of-type(odd) .p-meritList-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 8rem;
  }
  .p-serviceSelection .p-meritList-item:nth-of-type(even) .p-meritList-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 8rem;
  }
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-meritList-img {
    width: 34.5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-meritList-img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-serviceSelection .p-meritList-img img {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-meritList-text {
    width: 35rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-meritList-text {
    padding: 0 2rem;
  }
}
.p-serviceSelection .p-supportStep {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-serviceSelection .p-supportStep-item {
  position: relative;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-supportStep-item {
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-supportStep-item {
    padding: 3rem 2rem;
  }
}
.p-serviceSelection .p-supportStep-item:not(:last-of-type):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3.5rem solid transparent;
  border-left: 3.5rem solid transparent;
  border-top: 2.5rem solid #c3e85a;
  border-bottom: 0;
  bottom: -2.5rem;
  right: 0;
  left: 0;
  margin: auto;
}
.p-serviceSelection .p-supportStepTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-serviceSelection .p-supportStepTitle .m-numberSizeL {
  width: 4.3rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.p-serviceSelection .p-supportStepBox {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-serviceSelection .p-supportStepBox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0.5rem 1.5rem;
}
.p-serviceSelection .p-supportStepBox-img {
  width: 7.4rem;
}
.p-serviceSelection .p-supportStepBox-img img {
  width: 100%;
}
.p-serviceSelection .p-supportStepBox .m-heading5 {
  line-height: 150%;
  width: 100%;
  text-align: center;
}
.p-serviceSelection .p-centerAnchor {
  gap: 1rem;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-centerAnchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-centerAnchor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-centerAnchor .m-btn {
    width: 11rem;
  }
}
.p-serviceSelection .p-centerListArea:not(:first-of-type) {
  margin-top: 3rem;
}
.p-serviceSelection .p-centerListArea-list {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 720px) {
  .p-serviceSelection .p-centerListArea-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 719px) {
  .p-serviceSelection .p-centerListArea-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-serviceSelection .p-centerListArea-item {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-serviceSelection .p-centerListArea-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.p-serviceSelection .p-centerListArea-box:has(.p-centerListArea-openFlag) {
  margin-bottom: 0.5rem;
}
.p-serviceSelection .p-centerListArea-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  width: 9rem;
  height: 7rem;
  margin-left: 1rem;
}
.p-serviceSelection .p-centerListArea-openFlag {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 180%;
  padding: 0 0.5rem;
  border: 0.1rem solid #444;
  border-radius: 0.5rem;
  height: 2.2rem;
}
.p-serviceSelection .p-centerListArea .m-textSubSmall {
  padding-left: 2.1rem;
  position: relative;
}
.p-serviceSelection .p-centerListArea .m-textSubSmall .m-icon {
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.p-serviceSelection .p-centerListArea .c-ctaSec {
  margin-top: auto;
}
/*# sourceMappingURL=selection.css.map */