@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Zen+Maru+Gothic:wght@700&display=swap");

.wc-cream {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1e21;
}

.wc-cream * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.wc-cream span {
  font-size: inherit;
}

.wc-cream img {
  max-width: 100%;
  height: auto;
}

.wc-cream a {
  transition: all 0.3s;
  text-decoration: none !important;
}

.wc-cream a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.sp-only {
  display: none;
}

.bg-blue {
  background-color: #f6faff;
  padding: 60px 0 120px;
}

.title1 {
  font-size: 24px;
  text-align: center;
}

.title1__sub {
  display: block;
  font-size: 16px !important;
}

.title1__marker {
  background: linear-gradient(transparent 40%, #f6dfd3 40%);
}

.title1__marker.--blue {
  background: linear-gradient(transparent 40%, #dae9ff 40%);
}

.orange {
  color: #ff9900;
}

.blue {
  color: #1584c5;
}

.pink {
  color: #ff77bb;
}

.green {
  color: #3d7a6b;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 300px;
  height: 60px;
  background-color: #1d1e21;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn--large {
  max-width: 400px;
  height: 80px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.btn--large::before {
  right: 20px;
}

.about {
  padding-bottom: 60px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.check-list__item {
  padding: 20px 0 20px 64px;
  background-image: url(./icon_check.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
}

.box-list {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
}

.box-list__item {
  display: flex;
  gap: 50px;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 50px;
}

.box-list__item .img {
  width: 200px;
  flex-shrink: 0;
}

.bubble {
  padding: 40px;
  display: flex;
  justify-content: center;
  gap: 100px;
  background: url(./bg_bubble.png) no-repeat center center / cover;
}

.bubble__item {
  max-width: 300px;
}

.bubble__title {
  font-weight: bold;
  color: #ec8b7a;
  font-size: 24px;
}

.bubble__title span {
  font-size: 35px !important;
  margin-right: 10px;
}

.item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item-list__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 30px 100px;
  border-radius: 10px;
  background-color: #fff;
}

.item-list__item .img {
  position: relative;
  width: 300px;
  flex-shrink: 0;
}

.item-list__item .img .label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background-color: #ff77bb;
  position: absolute;
  left: -30px;
  top: -15px;
}

.mbff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.mbff-list__item {
  border-radius: 4px;
  background-color: #fff;
  padding: 30px 20px;
}

.mbff-list__item .btn {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wc-cream {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .wc-cream span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .title1,
  .title2 {
    font-size: 20px;
  }

  .check-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .box-list__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }

  .bubble {
    padding: 40px 15px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .bubble__title {
    font-size: 20px;
  }

  .bubble__title span {
    font-size: 28px !important;
  }

  .item-list__item {
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
  }

  .item-list__item .img .label {
    width: 80px;
    height: 80px;
    font-size: 20px;
    left: 5px;
    top: 5px;
  }

  .mbff-list {
    grid-template-columns: 1fr;
  }

  .mbff-list__item {
    padding: 30px 15px;
  }
}
