.content-section-why-krew {
  padding: 80px 0;
}

.content-section-why-krew h2 {
  padding-bottom: 0;
}

.u-mt-80-40 {
  margin-top: 80px!important;
}
@media (max-width: 768px) {
  .u-mt-80-40 {
    margin-top: 40px!important;
  }
}

.twoColumnLayout {
  display: flex;
  gap: 40px;
  margin: 40px 0;
}

.twoColumnLayout__text {
  flex: 1;
}

.twoColumnLayout__text p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.twoColumnLayout__text p.note,
.twoColumnLayout--reverse__text p.note,
.content-section--bg-blue p.note,
.strengthItem__text p.note,
.trustSection__text p.note {
  color: #666;
  font-size: 15px;
  line-height: 1.4;
}

.twoColumnLayout__image {
  flex-shrink: 0;
  width: 420px;
}

.twoColumnLayout__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .twoColumnLayout {
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
  }

  .twoColumnLayout__text {
    order: 2;
  }

  .twoColumnLayout__image {
    order: 1;
    width: 100%;
  }

  .twoColumnLayout__text p {
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.serviceBlock {
  margin: 40px 0;
  border-top: 1px solid #e1e9f0;
  padding-top: 24px;
}

.serviceBlock:last-child {
  margin-bottom: 0;
}

.serviceBlock__heading {
  margin-bottom: 20px;
}

.serviceBlock__content {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.serviceBlock__text {
  flex: 1;
}

.serviceBlock__text p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.serviceBlock__image {
  flex-shrink: 0;
  width: 228px;
  height: 95px;
}

.serviceBlock__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .serviceBlock {
    margin: 30px 0;
  }

  .serviceBlock__content {
    flex-direction: column;
    gap: 30px;
  }

  .serviceBlock__text {
    order: 1;
  }

  .serviceBlock__image {
    order: 2;
    width: 228px;
    height: 95px;
    margin: 0 auto;
  }

  .serviceBlock__text p {
    line-height: 1.6;
    margin: 0;
  }
}

.serviceHeading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.serviceHeading__icons {
  display: flex;
  gap: 4px;
  margin-top: 0;
  margin-right: 0;
}
.serviceHeading__icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.serviceHeading__title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .serviceHeading__title.sectionTitle {
    font-size: 20px;
    margin: 0;
  }
}

.content-section--bg-blue {
  background-color: #f1fbff;
}

.content-section--bg-blue p {
  line-height: 1.8;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .content-section--bg-blue h3 {
    margin-bottom: 15px;
  }

  .content-section--bg-blue p {
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

.strengthList {
  margin-top: 40px;
}

.strengthItem {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid #D2D2D2;
}

.strengthItem__image {
  flex-shrink: 0;
  width: 300px;
}

.strengthItem__image img {
  width: 100%;
  height: auto;
}

.strengthItem__text {
  flex: 1;
}

.strengthItem__titleWrapper {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}

.strengthItem__point {
  display: flex;
  width: 90px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #E7355C;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  line-height: 24px;
}

.strengthItem__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  color: #333;
}

.strengthItem__text p {
  line-height: 1.6;
  margin-bottom: 0;
}

.strengthItem--last {
  border-bottom: 1px solid #D2D2D2;
}

/* レスポンシブ対応（strength版） */
@media (max-width: 768px) {
  .strengthList {
    margin-top: 30px;
  }

  .strengthItem {
    flex-direction: column;
    gap: 20px;
  }

  .strengthItem__image {
    order: 1;
    width: 100%;
  }

  .strengthItem__text {
    order: 2;
  }

  .strengthItem__titleWrapper {
    gap: 12px;
    margin-bottom: 12px;
  }

  .strengthItem__point {
    width: 80px;
    height: 20px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .strengthItem__title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .strengthItem__text p {
    line-height: 1.6;
  }
}

.featureList {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.featureList__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
}

.featureList__item::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #008DBE;
  flex-shrink: 0;
  margin-top: 8px;
}

.strengthItem__text p {
  line-height: 1.6;
}

.featureList {
  margin: 12px 0 0 0;
  gap: 3px;
}

.featureList__item {
  gap: 6px;
}

.featureList__item::before {
  width: 5px;
  height: 5px;
  margin-top: 8px;
}

/* 信頼セクション2カラムレイアウト */
.trustSection {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  margin: 80px 0 40px;
}

.trustSection__text {
  flex: 1;
}

.trustSection__text p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.trustSection__text p:last-child {
  margin-bottom: 0;
}

.trustSection__image {
  flex-shrink: 0;
  width: 178px;
}

.trustSection__image img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .trustSection {
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
    padding: 25px 0;
    align-items: center;
  }

  .trustSection__text {
    order: 1;
  }

  .trustSection__image {
    order: 2;
    width: 100%;
    max-width: 178px;
  }

  .trustSection__text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}

/* 共通タイトルスタイル */
.sectionTitle {
  font-weight: bold;
  margin-top: 0;
  color: #333;
}

@media (max-width: 768px) {
  .sectionTitle {
    margin-bottom: 15px;
  }
}

.awardSection {
  background: #fff;
  border-radius: 24px;
  padding: 40px 24px;
  margin: 40px 0 0 0;
  text-align: center;
}
.awardSection__title {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  color: #008DBE;
}
.awardSection__logos {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.awardSection__logos img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  background: #fff;
  border-radius: 16px;
}
.awardSection__text {
  line-height: 1.7;
  margin-bottom: 0!important;
}
@media (max-width: 768px) {
  .awardSection {
    padding: 24px 16px;
  }
  .awardSection__logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px;
  }
  .awardSection__logos img {
    width: 100%;
    max-width: 160px;
    height: auto;
    margin: 0 auto;
  }
  .awardSection__title {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.trial {
  display: flex;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .trial {
    flex-direction: column;
  }
}
.trial__textContainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  background-color: #008DBE;
  width: 50%;
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .trial__textContainer {
    padding: 40px 20px;
    align-items: center;
    width: 100%;
  }
}
.trial__image {
  display: flex;
  width: 50%;
}
.trial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .trial__image {
    width: 100%;
  }
}
.trial__logo {
  width: 128px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .trial__logo {
    width: 96px;
    height: 30px;
  }
}
.trial__title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .trial__title {
    font-size: 24px;
  }
}
.trial__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #FC6090;
  font-weight: 700;
  font-size: 24px;
  border: 0;
  padding: 16px;
  max-width: 320px;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 16px;
  transition: background-color 0.2s, color 0.2s;
}
.trial__button:hover {
  background-color: #FC6090;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .trial__button {
    font-size: 18px;
    max-width: 240px;
    width: 100%;
  }
}

/* trial 調整 */
.trial p,
.trial a {
  margin-top: 0;
}

.trial__title {
  padding-bottom: 0;
  text-align: left;
}

.trial__description {
  font-size: 18px;
}

.content-section--bg-w1200 {
  width: auto;
}

.content-section--bg-w1200 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.only-pc-br {
  display: inline;
}
@media (max-width: 768px) {
  .only-pc-br {
    display: none;
  }
}

.only-sp-br {
  display: none;
}
@media (max-width: 768px) {
  .only-sp-br {
    display: inline;
  }
}
