@charset "UTF-8";

.l-content {
	padding: 0;
}
* {
  box-sizing: border-box;
}

/* ====== p-top ======  */
.p-top {
  padding: 50px 0 100px;
}
.p-inner {
  /* width: 1130px; */
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-inline: 20px;
}
.p-top-wrap {
  display: flex;
}
.p-top-img {
  margin-right: 20px;
}
.p-top-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
  margin-bottom: 30px;
  padding-right: 40px;
}

.p-top-sh {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin: 40px 0 40px;
  padding-top: 100px;
  border-top: 1px solid #EEEEEE;
}
.p-top-txt2 {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
}
.p-top-list {
  background: #EEEEEE;
  padding: 32px 40px;
  margin-top: 35px;
}
.p-top-list-item {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.75;
  font-weight: 500;
  padding: 9px 0 9px 45px;
  position: relative;
}
.p-top-list-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(/images/service/web_integration/service/icn_check.png) no-repeat center center / contain;
}

.p-top-link {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
  font-weight: 500;
  color: #DC2F3C;
}

/* ====== p-point ======  */
.p-point {
  padding: 100px 0;
  background: #F6F4EC;
}
.p-point-lead-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
  margin-bottom: 35px;
}
.p-point-anchor-item {
  margin-bottom: 17px;
}
.p-point-anchor-item-link {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .05em;
  font-weight: 500;
  color: #DC2F3C;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.p-point-anchor-item-link::before {
  position: absolute;
  content: '・';
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .05em;
  left: 0;
  bottom: 0;
}

.p-point-list {
  margin-top: 35px;
}
.p-point-item {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 10px;
}
.p-point-item:last-child {
  margin-bottom: 0;
}
.p-point-item-ttl-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.p-point-item-num {
  color: #fff;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  background: #DC2F3C;
  margin-right: 20px;
  padding: 6px 10px;
  flex: 0 0 100px;
  white-space: nowrap;
}
.p-point-item-ttl {
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.27;
  font-weight: bold;
}
.p-point-item-ttl-long {
  letter-spacing: .05em;
}
.p-point-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
}
.p-point-txt-sh {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 20px 0;
}

.p-point-info-ttl {
  color: #fff;
  font-size: 18px;
  line-height: 1.8888;
  letter-spacing: .1em;
  font-weight: 500;
  text-align: center;
  background: #424242;
  padding: 8px 0;
  position: relative;
  margin-top: 25px;
}
.p-point-info-ttl::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #424242 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 99%;
}
.p-point-info-wrap {
  background: #F8F8F8;
  padding: 20px 20px;
}
.p-point-info-content-2col {
  display: flex;
}
.p-point-info-content {
  margin: 15px 0;
}
.p-point-info-content-item {
  font-size: 18px;
  line-height: 2.08;
  letter-spacing: .12em;
  font-weight: 500;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.p-point-info-content-item::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DC2F3C;
}
.p-point-info-2col {
  display: flex;
  justify-content: space-between;
}
.p-point-info-2col .p-point-info {
  width: 48.5%;
  background: #F8F8F8;
}


.p-point-info-map {
  border-color: #F8F8F8;
  border-collapse: inherit;
  border-spacing: revert;
}

.p-table-head-ttl {
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: .08em;
  font-weight: bold;
  background: #DC2F3C;
  padding: 16px 0;
  position: relative;
  border-bottom: 2px solid #F8F8F8;
}

.p-table-head-ttl span {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  position: relative;
}
.p-table-head-ttl::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29.5px 0 29.5px 18.5px;
  border-color: transparent transparent transparent #F8F8F8;
  left: 101.4%;
  top: 0;
  bottom: -1px;
  z-index: 2;
}
.p-table-head-ttl::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29.7px 0 29.7px 18px;
  border-color: transparent transparent transparent #DC2F3C;
  left: 99.9%;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  z-index: 3;
}
.p-table-head-ttl span::before{
  position: absolute;
  content: '';
  width: 2px;
  height: 58px;
  right: -0.5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #DC2F3C;
  border-radius: 9999px;
  z-index: 3;
}
.p-table-head-ttl span::after{
  position: absolute;
  content: '';
  width: 1.5px;
  height: 60px;
  left: -0.5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F8F8F8;
  z-index: 2;
}
.p-table-head-img {
  background: #FBE1E3;
  height: 100px;
  text-align: center;
  padding-top: 25px;
}
.p-point-info-map th {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
  background: #A0A0A0;
  width: 130px;
  vertical-align: middle;
}
.p-point-info-map td {
  width: 170px;
}
.p-point-info-map tbody td {
  padding: 15px;
  background: #fff;
}
.p-table-body-txt {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
td .p-table-body-txt:last-child {
  margin-bottom: 0;
}
.p-table-body-txt::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DC2F3C;
  left: 0;
  top: 8px;
}

.p-point-info-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 25px;
}
.p-point-info-item {
  background: #fff;
  width: 180px;
  height: 180px;
  margin-right: 10px;
}
.p-point-info-item:nth-child(1) {
  padding: 120px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-1.png) no-repeat center top 32px / 93px;
  margin-bottom: 10px;
}
.p-point-info-item:nth-child(2) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-2.png) no-repeat center top 32px / 80px;
  margin-bottom: 10px;
}
.p-point-info-item:nth-child(3) {
  padding: 120px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-3.png) no-repeat center top 34px / 78px;
  margin-bottom: 10px;
}
.p-point-info-item:nth-child(4) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-4.png) no-repeat center top 30px / 74px;
  margin-bottom: 10px;
}
.p-point-info-item:nth-child(5) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-5.png) no-repeat center top 28px / 78px;
  margin-right: 0;
  margin-bottom: 10px;
}
.p-point-info-item:nth-child(6) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-6.png) no-repeat center top 35px / 74px;
}
.p-point-info-item:nth-child(7) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-7.png) no-repeat center top 38px / 80px;
}
.p-point-info-item:nth-child(8) {
  padding: 120px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-8.png) no-repeat center top 38px / 62px;
}
.p-point-info-item:nth-child(9) {
  padding: 134px 0 0;
  background: #fff url(/images/service/web_integration/service/img_point3-9.png) no-repeat center top 38px / 74px;
}
.p-point-info-item-ttl {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 500;
  text-align: center;
}



/* ====== p-feature ======  */
.p-feature {
  padding: 100px 0;
  background: #EEEEEE;
}
.p-feature-lead-txt {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .08em;
  margin-bottom: 30px;
}
.p-feature-wrap {
  background: #fff;
  /* padding: 30px 100px; */
  padding: 30px 20px;
  margin-top: 45px;
}
.p-feature-list {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 0 clamp(20px, calc(79 / 1280 * 100vw), 79px);
}
.p-feature-list-item {
  width: 429px;
  border: 2px solid #DC2F3C;
}
.p-feature-list-item:nth-child(2) {
  position: relative;
}
.p-feature-list-item:nth-child(2)::after {
  position: absolute;
  content: '';
  width: clamp(30px, calc(40 / 1280 * 100vw), 40px);
  aspect-ratio: 1 / 1;
  left: clamp(-58px, calc(-58 / 1280 * 100vw), -45px);
  top: 50%;
  transform: translateY(-50%);
  background: url(/images/service/web_integration/service/icn_batsu.png) no-repeat center center / contain;
}
.p-feature-list-item-ttl {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .08em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #DC2F3C;
  padding: 15px 0;
}
.p-feature-list-item-txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .08em;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.p-feature-wrap-txt {
  font-size: 18px;
  line-height: 2.2222;
  letter-spacing: .08em;
  font-weight: 500;
  text-align: center;
}
.p-feature-wrap-txt span {
  font-size: 24px;
  line-height: 1.6666;
  letter-spacing: .08em;
  font-weight: 500;
  color: #424242;
}
.p-feature-wrap-txt span.p-red {
  color: #DC2F3C;
}



/* ====== p-guide ======  */
.p-guide {
  padding: 100px 0 0;
}
.p-guide-ttlH2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
}
.p-guide-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.p-guide-list-item {
  display: flex;
  align-items: center;
  width: 32%;
  background: #EEEEEE;
  margin: 0 20px 20px 0;
  padding: 30px;
}
.p-guide-list-item:nth-child(3n) {
  margin-right: 0;
}
.p-guide-list-item-img {
  margin-right: 30px;
}
.p-guide-list-item-body {
  text-align: center;
  width: 100%;
}
.p-guide-list-item-ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .08em;
}
.p-guide-list-item-body-link {
  font-size: 18px;
  letter-spacing: .04em;
  color: #fff;
  background: #424242;
  text-decoration: none;
  display: block;
  margin: 20px auto 0;
  width: 205px;
  height: 43px;
  line-height: 43px;
  border-radius: 5px;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
.p-guide-list-item-body-link::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}



/* ====== p-bottom ======  */
.p-bottom-link {
  padding: 80px 0 115px;
}
.p-bottom-link a {
  display: block;
  font-size: 22px;
  letter-spacing: .06em;
  font-weight: 500;
  text-align: center;
  width: 450px;
  margin: 0 auto;
  background-color: #9C9C9C;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
}

/* p-sec-cta
------------------------------------- */
.p-sec-cta {
	background-color: #fff;
	padding-block: 16px 54px;
}