body.service p {
  font-size: 1rem;
}

.section-title {
  color: #2b2d42;
  font-size: var(--fz24);
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #fabe00;
  margin-top: 20px;
}

.container {
  width: calc(100% - 40px);
  margin: auto;
  max-width: 1200px;
}

button {
  background: unset;
  transition: all 0.3s;
  padding: 0;
}

button:not([disabled]):hover {
  cursor: pointer;
  opacity: 0.8;
}

.note-zoom {
  font-size: var(--fz13) !important;
  margin-top: 12px !important;
}

@media (min-width:768px) {
  body.service p {
    font-size: var(--fz18);
  }

  .section-title {
    font-size: var(--fz32);
    line-height: 1.4;
  }

  .section-title::after {
    width: 56px;
    height: 4px;
  }

  button.zoom-btn:hover {
    opacity: 1;
  }

  .container {
    width: calc(100% - 96px);
  }
}

/***************************************
選べる2つのサービスプラン
***************************************/
.service-plans {
  margin-top: 28px;
}

.service-plans p {
  margin-top: 40px;
}

.service-plans img {
  display: block;
  margin-top: 36px;
  width: 100%;
  height: auto;
}

@media (min-width:768px) {
  .service-plans {
    margin-top: 36px;
  }

}

/***************************************
サービスで実現できること
***************************************/
.achievable {
  margin-top: 80px;
}

.achievable-list {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.achievable-list span.num {
  display: block;
  border-radius: 2px;
  background: var(--main);
  color: #fff;
  width: fit-content;
  font-size: var(--fz24);
  line-height: 1.5;
  padding: 2px 25px;
}

.achievable-list h3 {
  font-size: var(--fz20);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
}

.achievable-list p {
  margin-top: 14px;
}

.achievable-list p.note {
  margin-top: 5px;
  font-size: var(--fz13);
  display: flex;
  padding: 0;
}

.achievable-list p.note span {
  flex: 1;
  line-height: 2;
}

.achievable-list p.note::before {
  content: '＊';
  margin-right: 4px;
  display: block;
  width: fit-content;
  line-height: 2;
}

[lang="en"] .achievable-list p.note::before {
  content: '*';

}

.achievable-list img {
  margin-top: 24px;
  width: 100%;
  border-radius: 3px;
}

@media (min-width:768px) {
  .achievable {
    margin-top: 120px;
  }

  .achievable-list {
    margin-top: 56px;
    gap: 42px;
  }

  .achievable-list > li {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 6.67%;
  }

  .achievable-list > li > div {
    flex: 1;
  }

  .achievable-list h3 {
    font-size: var(--fz24);
    line-height: 1.5;
    margin-top: 10px;
  }

  .achievable-list p {
    margin-top: 16px;
    font-size: 1rem !important;
  }
  
  .achievable-list p.note {
    margin-top: 8px;
    padding-right: 20px;
    font-size: var(--fz13) !important;
  } 

  .achievable-list img {
    margin-top: 0;
    width: 35.7%;
  }

}

@media (min-width:1200px) {  
  .achievable-list > li {
    padding-right: 80px;
  }
}

/***************************************
Web3ウォレットサービスの強み
***************************************/
.strength {
  margin-top: 80px;
}

.strength-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 40px;
}

.strength-list h3 {
  font-size: var(--fz20);
  font-weight: 700;
  line-height: 1.6;
}

.strength-list h3 br {
  display: none;
}

.strength-list p {
  line-height: 1.8;
  margin-top: 8px;
  text-align: justify;
  letter-spacing: 0;
}


  .strength-list li h3::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }

  .strength-list li:first-child h3::before {
    background-image: url('/web3/service/img/img_strength_01.svg');
  }
  .strength-list li:nth-child(2) h3::before {
    background-image: url('/web3/service/img/img_strength_02.svg');
  }
  .strength-list li:nth-child(3) h3::before {
    background-image: url('/web3/service/img/img_strength_03.svg');
  }
  .strength-list li:nth-child(4) h3::before {
    background-image: url('/web3/service/img/img_strength_04.svg');
  }


@media (min-width:768px) {
  .strength {
    margin-top: 120px;
  }

  .strength-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 68px;
    margin-top: 48px;
  }

  .strength-list li {
    display: flex;
    flex-direction: column;
  }

  .strength-list h3 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .strength-list h3 span {
    font-size: var(--fz24);
    line-height: 1.5;
  }

  .strength-list p {
    font-size: 1rem !important;
    margin-top: 4px;
  }

  .strength-list li h3 {
    display: flex;
  }

  .strength-list li h3::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 0;
  }

  .strength-list li span {
    flex: 1;
  }
}

@media (min-width:1200px) {
  
  .strength-list h3 br {
    display: block;
  }
}

/***************************************
サービスプランの比較表
***************************************/
.comparison {
  margin-top: 80px;
}

.comparison img {
  display: block;
  width: 100%;
  margin-top: 40px;
} 


@media (min-width:768px) {
  .comparison {
    margin-top: 144px;
  }

}


/***************************************
ウォレット提供までの作業フロー
***************************************/
.workflow {
  margin-top: 80px;
}

.workflow p {
  margin-top: 40px;
}

.workflow img {
  display: block;
  margin: 40px auto 0;
  width: 100%;
}

@media (min-width:768px) {
  .workflow {
    margin-top: 144px;
  }

  .workflow button {
    display: block;
    margin-inline: auto;
  }

  .workflow img {
    margin: 92px auto 0;
    max-width: 1120px;
  }
}

/***************************************
画像拡大のモーダル
***************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: rgba(80, 80, 80, 0.8);
  overflow: hidden;
  display: none;
}

.modal.active {
  display: block;
}

.modal-close-btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 0;
  z-index: 100;
}

.modal-close-btn::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("/web3/assets/img/common/icon_close_modal.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.scrollable-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.scroll-wrapper {
    min-width: 800px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    position: relative;
}

.scroll-wrapper:has(.width-img-comparison) {
  min-width: 620px;
}

.scroll-wrapper .scroll-message {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
}

.scroll-wrapper .scroll-message > div {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 5px;
  display: grid;
  place-items: center;
  padding: 20px 10px 12px;
  min-width: 170px;
}

.scroll-wrapper .scroll-message > div > img {
  width: 36px;
}

.scroll-wrapper .scroll-message > div p {
  color: #fff;
  margin-top: 8px;
  font-size: var(--fz11);
}

.scroll-wrapper img {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

@media (min-width:768px) {
  .modal {
    display: none;
  }
}

/***************************************
その他
***************************************/
.btn-general {
  margin: 80px auto 0;
}