@charset "utf-8";
/* 共通 */
.bpo-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 600;
}

.bpo-text {
  text-align: center;
  margin-bottom: 80px;
}

/* fv */
.bpo-top-section {
  margin-top: 20px;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bpo-top-content {
  width: 48%;
}

.bpo-top-content h1 {
  font-size: 42px;
  margin-bottom: 30px;
}

.bpo-top-content h1 span {
  color: #FA1F6C;
}

.bpo-top-text {
  margin-bottom: 30px;
}

.bpo-top-list {
  margin-bottom: 30px;
}

.bpo-top-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.bpo-top-list li::before {
  content: url(../img/bpo/bpo-check.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bpo-top-image {
  width: 48%;
}

.bpo-top-image img {
  width: 100%;
}

.bpo-top-btn-box {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}

.bpo-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.bpo-btn-primary {
  background-color: #FA1F6C;
  color: #fff;
}

.bpo-btn-primary:hover {
  background-color: #FA1F6C;
  transform: translateY(-2px);
}

.bpo-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(13,148,136,0.4);
}

.bpo-btn-secondary {
  background-color: #fff;
  color: #FF9B9B;
  border: 2px solid #FF9B9B;
}

.bpo-btn-secondary:hover {
  background-color: #fff;
  border-color: #FF9B9B;
  color: #FF9B9B;
  transform: translateY(-1px);
}

.bpo-btn-secondary:active {
  transform: translateY(0);
}

/* 期待できる効果 */
.bpo-effect-sec {
  background-color: #f5f5f5;
  padding-top: 90px;
}

.bpo-effect-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bpo-effect-item {
  padding: 20px 30px;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #fff;
}

.bpo-effect-item h3 {
  margin-bottom: 15px;
}

.bpo-effect-item img {
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

.bpo-effect-comment {
  margin-top: 30px;
}

.bpo-effect-comment p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.bpo-effect-comment p span {
  font-weight: normal;
  font-size: 15px;
}

/* サービスメニュー */
.bpo-service-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-service-item {
  width: 48%;
  border: 1px solid #0D9488;
  padding: 20px 30px;
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

.bpo-service-item01 {
  border: 1px solid #99F6E4;
}

.bpo-service-item02 {
  border: 1px solid #BFDBFE;
}

.bpo-service-item03 {
  border: 1px solid #BBF7D0;
}

.bpo-service-item04 {
  border: 1px solid #FDE68A;
}

.bpo-service-item05 {
  border: 1px solid #FECDD3;
}

.bpo-service-item06 {
  border: 1px solid #DDD6FE;
}

.bpo-service-item07 {
  border: 1px solid #A5F3FC;
}

.bpo-service-item08 {
  border: 1px solid #F1F5F9;
}

.bpo-service-item h3 {
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
  padding-top: 10px;
}

.bpo-service-item h3:before {
  content: "";
  background-size: contain;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bpo-service-item01 h3:before {
  background-image: url(../img/bpo/bpo-icon06.png);
}

.bpo-service-item02 h3:before {
  background-image: url(../img/bpo/bpo-icon07.png);
}

.bpo-service-item03 h3:before {
  background-image: url(../img/bpo/bpo-icon08.png);
}

.bpo-service-item04 h3:before {
  background-image: url(../img/bpo/bpo-icon09.png);
}

.bpo-service-item05 h3:before {
  background-image: url(../img/bpo/bpo-icon10.png);
}

.bpo-service-item06 h3:before {
  background-image: url(../img/bpo/bpo-icon11.png);
}

.bpo-service-item07 h3:before {
  background-image: url(../img/bpo/bpo-icon12.png);
}

.bpo-service-item08 h3:before {
  background-image: url(../img/bpo/bpo-icon13.png);
}

.bpo-service-item-text {
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}

.bpo-service-item ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.bpo-service-item ul li:before {
  content: "・";
}

.bpo-service-item-box {
  margin-top: auto;
  padding: 20px 30px;
  border-radius: 10px;
}

.bpo-service-item-box01 {
  background-color: #99F6E4;
}

.bpo-service-item-box02 {
  background-color: #BFDBFE;
}

.bpo-service-item-box03 {
  background-color: #BBF7D0;
}

.bpo-service-item-box04 {
  background-color: #FDE68A;
}

.bpo-service-item-box05 {
  background-color: #FECDD3;
}

.bpo-service-item-box06 {
  background-color: #DDD6FE;
}

.bpo-service-item-box07 {
  background-color: #A5F3FC;
}

.bpo-service-item-box08 {
  background-color: #F1F5F9;
}

.bpo-service-item-box-text {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.bpo-service-item-box ul li:before {
  content: "✔︎";
  margin-right: 5px;
}

/* 料金プラン */
.bpo-price-sec {
  background-color: #f5f5f5;
}

.bpo-price-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-price-item {
  width: 32%;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.bpo-price-item-inner {
  padding: 20px 30px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.bpo-price-item-inner h3,
.bpo-price-item-inner p {
  margin-bottom: 15px;
}

.bpo-price-item-text span {
  font-size: 36px;
  font-weight: 600;
}

.bpo-price-item01 {
  border: 2px solid #99F6E4;
}

.bpo-price-item01 .bpo-price-item-inner {
  background-color: #F0FDFA;
}

.bpo-price-item02 {
  border: 2px solid #FF9B9B;
  position: relative;
  transform: scale(1.05);
  margin-top: -10px;
  margin-bottom: -10px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(255, 155, 155, .3);
}

.bpo-price-item02:before {
  content: "人気";
  display: inline-block;
  background-color: #FA1F6C;
  color: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}

.bpo-price-item02 .bpo-price-item-inner {
  background-color: rgba(255, 155, 155, .2);
}

.bpo-price-item03 {
  border: 2px solid #FDE68A;
}

.bpo-price-item03 .bpo-price-item-inner {
  background-color: #FFFBEB;
}

.bpo-price-item-box {
  padding: 20px 30px;
}

.bpo-price-item ul {
  padding: 20px 30px;
}

.bpo-price-item01 .bpo-price-item-box {
  background-color: #F0FDFA;
  margin: 30px auto 0;
  width: 90%;
}

.bpo-price-item02 .bpo-price-item-box {
  background-color: rgba(255, 155, 155, .2);
  margin: 30px auto 0;
  width: 90%;
}

.bpo-price-item03 .bpo-price-item-box {
  background-color: #FFFBEB;
  margin: 30px auto 0;
  width: 90%;
}

.bpo-price-item ul li {
  margin-bottom: 10px;
}

.bpo-price-item ul li:before {
  content: "✔︎";
  margin-right: 5px;
}

.bpo-price-item01 ul li:before {
  color: #99F6E4;
}

.bpo-price-item02 ul li:before {
  color: #FA1F6C;
}

.bpo-price-item03 ul li:before {
  color: #FDE68A;
}

.bpo-price-spot {
  margin-top: 70px;
  background-color: #E5E7EB;
  padding: 30px 80px;
  border-radius: 10px;
}

.bpo-price-spot h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
}

.bpo-price-spot h3:before {
  content: "";
  background-image: url(../img/bpo/bpo-icon14.svg);
  background-size: contain;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bpo-price-spot p {
  margin-bottom: 15px;
  padding-left: 60px;
}

.bpo-price-spot p span {
  font-weight: 600;
  font-size: 24px;
}

.bpo-price-item .bpo-btn {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 25px;
  padding: 14px 0;
  transition: all 0.2s ease;
}

.bpo-price-item .bpo-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.bpo-price-item01 .bpo-btn {
  background-color: #0D9488;
}

.bpo-price-item02 .bpo-btn {
  background-color: #FA1F6C;
}

.bpo-price-item03 .bpo-btn {
  background-color: #D97706;
}

/* よくある依頼例 */
.bpo-request-box {
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 30px 80px;
}

.bpo-request-box h3 {
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  margin-bottom: 30px;
}

.bpo-request-box h3:before {
  content: "";
  background-size: contain;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bpo-request-box01 h3:before {
  background-image: url(../img/bpo/bpo-icon15.svg);
}

.bpo-request-box02 h3:before {
  background-image: url(../img/bpo/bpo-icon16.svg);
}

.bpo-request-box03 h3:before {
  background-image: url(../img/bpo/bpo-icon17.svg);
}

.bpo-request-box04 h3:before {
  background-image: url(../img/bpo/bpo-icon18.svg);
}

.bpo-request-box05 h3:before {
  background-image: url(../img/bpo/bpo-icon19.svg);
}

.bpo-request-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-request-item {
  width: 32%;
}

.bpo-request-item:first-child {
  border: 1px solid #FFE4E6;
  background-color: #FFF1F2;
  border-radius: 10px;
  padding: 20px 30px;
}

.bpo-request-item:first-child .bpo-request-title {
  font-size: 18px;
  font-weight: 600;
  color: #E11D48;
  margin-bottom: 10px;
}

.bpo-request-item:nth-child(2) {
  border: 1px solid #DBEAFE;
  background-color: #EFF6FF;
  border-radius: 10px;
  padding: 20px 30px;
}

.bpo-request-item:nth-child(2) .bpo-request-title {
  font-size: 18px;
  font-weight: 600;
  color: #2563EB;
  margin-bottom: 10px;
}

.bpo-request-item:last-child {
  border: 1px solid #DCFCE7;
  background-color: #F0FDF4;
  border-radius: 10px;
  padding: 20px 30px;
}

.bpo-request-item:last-child .bpo-request-title {
  font-size: 18px;
  font-weight: 600;
  color: #16A34A;
  margin-bottom: 10px;
}

.bpo-request-entrance {
  margin-top: 50px;
  padding: 20px 30px;
  border-radius: 10px;
  background: linear-gradient(140deg, rgba(250, 31, 108, 1) 0%, rgba(255, 155, 155, 1) 100%);
  text-align: center;
}

.bpo-request-entrance h3 {
  color: #fff;
}

.bpo-request-entrance-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-request-entrance-item {
  width: 32%;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding: 20px 30px;
}

.bpo-request-entrance-item p {
  color: #fff;
  text-align: center;
}

.bpo-request-entrance-title {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

/* 導入の流れ */
.bpo-flow-sec {
  background-color: #f5f5f5;
}

.bpo-flow-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bpo-flow-item {
  width: 24%;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
  background-color: #fff;
}

.bpo-flow-item img {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}

.bpo-flow-item .bpo-flow-item-number {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}

.bpo-flow-item h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.bpo-flow-item p {
  font-size: 14px;
  text-align: center;
}

.bpo-flow-box:last-child {
  margin-top: 50px;
}

.bpo-flow-item-under {
  width: 48%;
  padding: 20px 30px;
  border-radius: 10px;
}

.bpo-flow-item-under:first-child {
  border: 1px solid #CCFBF1;
  background: linear-gradient(90deg,rgba(240, 253, 250, 1) 0%, rgba(239, 246, 255, 1) 100%);
}

.bpo-flow-item-under:last-child {
  border: 1px solid #FEF3C7;
  background: linear-gradient(90deg,rgba(255, 251, 235, 1) 0%, rgba(255, 241, 242, 1) 100%);
}

.bpo-flow-item-under h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.bpo-flow-item-under ul li {
  margin-bottom: 10px;
}

.bpo-flow-item-under ul li:before {
  content: "✔︎";
  color: #0D9488;
  margin-right: 5px;
}

/* CTA */
.bpo-cta-sec {
  padding-top: 90px;
  background: linear-gradient(45deg, #FF9B9B 0%, #FA1F6C 70%, #FA1F6C 100%);
}

.bpo-cta-sec h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.bpo-cta-text {
  text-align: center;
  color: #fff;
}

.bpo-cta-comment {
  margin-top: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 20px 30px;
}

.bpo-cta-comment p {
  text-align: center;
  font-weight: normal;
}

.bpo-cta-comment p span {
  font-weight: 600;
}

.bpo-cta-form {
  width: 80%;
  margin: 30px auto;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}


/*** レスポンシブ ***/
@media (max-width: 768px) {
.bpo-title {
  font-size: 28px;
}

.bpo-text {
  margin-bottom: 60px;
}

/* ファーストビュー */
.bpo-top-section {
  height: auto;
}

.bpo-top-content {
  width: 100%;
}

.bpo-top-content h1 {
  font-size: 32px;
}

.bpo-top-image {
width: 100%;
}

.bpo-top-btn-box {
  display: none;
}

.bpo-top-buttons.sp {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 30px auto;
}

.bpo-top-buttons.sp .bpo-top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease,
    color 0.15s ease,
    border-color 0.15s ease;
}

.bpo-top-buttons.sp .bpo-btn-primary {
  background: linear-gradient(135deg, #FA1F6C, #FF9B9B);
  color: #fff;
  box-shadow: 0 6px 18px rgba(250, 31, 108, .3);
}

.bpo-top-buttons.sp .bpo-btn-primary:active {
  transform: scale(0.98);
  box-shadow: 0 4px 12px rgba(13,148,136,0.35);
}

.bpo-top-buttons.sp .bpo-btn-secondary {
  background-color: #fff;
  color: #FF9B9B;
  border: 2px solid #FF9B9B;
}

.bpo-top-buttons.sp .bpo-btn-secondary:active {
  background-color: rgba(255, 155, 155, .2);
  transform: scale(0.99);
}

/* 期待できる効果 */
  .bpo-effect-box {
    grid-template-columns: 1fr;
  }

  .bpo-effect-item {
    text-align: center;
  }

  .bpo-effect-item p {
    text-align: center;
  }

/* サービスメニュー */
.bpo-service-item {
  width: 100%;
}

/* 料金プラン */
.bpo-price-item {
  width: 100%;
  margin-bottom: 30px;
}

.bpo-price-item02 {
  transform: none;
  box-shadow: none;
}

.bpo-price-spot {
  padding: 10px 20px;
  margin-top: 30px;
}

.bpo-price-spot h3:before {
  width: 30px;
  height: 30px;
  top: 10px;
}

.bpo-price-spot h3 {
  padding-left: 40px;
  font-size: 22px;
}

.bpo-price-spot p {
  padding-left: 40px;
}

.bpo-price-spot p span {
  font-size: 22px;
}

/* よくある依頼例 */
.bpo-request-box {
  padding: 30px 20px;
}

.bpo-request-box h3 {
  padding-left: 40px;
  font-size: 20px;
}

.bpo-request-box h3:before {
  width: 30px;
  height: 30px;
  top: 10px;
}

.bpo-request-item {
  width: 100%;
  margin-bottom: 15px;
}

.bpo-request-entrance h3 {
  margin-bottom: 30px;
}

.bpo-request-entrance-item {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0;
}

/* 導入の流れ */
.bpo-flow-item {
  width: 100%;
  margin-bottom: 15px;
}

.bpo-flow-item-under {
  width: 100%;
  margin-bottom: 15px;
}

/* CTA */
.bpo-cta-sec h2 {
  font-size: 32px;
}

.bpo-cta-form {
  width: 100%;
}


}