@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");

.omeme {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #1d1e21;
  padding-bottom: 140px;
}

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

.omeme span {
  font-size: inherit;
}

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

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

.omeme 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: #f9fbff;
  padding: 60px 0;
  margin-bottom: 80px;
}

.bg-gray {
  background-color: #f6f6f6;
  padding: 40px 0;
}

.box {
  background-color: #fff;
  border-radius: 5px;
}

.title1 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.title1__sub {
  display: block;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.title2 {
  font-size: 24px;
}

.green {
  color: #3d7a6b;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 60px;
  background-color: #212123;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  transition: opacity 0.3s;
}

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

.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.point-list__item {
  border-radius: 10px;
  padding: 40px 30px 40px;
  background-color: #fff;
  position: relative;
}

.point-list__item .label {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 100px;
  background-color: #4c4b60;
  color: #fff;
  border-radius: 20px;
  font-size: 15px;
  padding: 5px;
  text-align: center;
}

.point-list__item .txt {
  padding: 20px 5px;
  background-color: #faebce;
  font-size: 14px;
}

.point-list__item:first-child .illust {
  position: absolute;
  right: -28px;
  top: -22px;
}

.point-list__item:last-child .illust {
  position: absolute;
  left: -35px;
  bottom: -20px;
}

.scene-list__item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 5px;
}

.scene-list__item h3 img {
  display: block;
  flex-shrink: 0;
}

.scene-list__item p {
  font-size: 14px;
}

.howto-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 20px 50px;
  background-color: #fff;
}

.howto-box .txt {
  max-width: 650px;
  padding-top: 20px;
}

.item-box {
  display: flex;
  align-items: center;
  gap: 50px;
}

.item-box .img {
  max-width: 450px;
}

.item-box .txt {
  width: 500px;
}

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

  .omeme span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

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

  .btn::before {
    right: 15px;
  }

  .column3 {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .point-list__item {
    padding: 40px 20px;
  }

  .point-list__item:first-child .illust {
    right: -15px;
  }

  .point-list__item:last-child .illust {
    left: -15px;
  }

  .howto-box {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }

  .howto-box .txt {
    padding-top: 0;
  }

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

  .item-box .txt {
    width: 100%;
  }
}
