.bg-grid {
  position: relative;
  padding-bottom: 64px;
  overflow: hidden;
}

.bg-grid::before {
  position: absolute;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(204, 204, 204, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
}

.first-lead {
  position: relative;
  padding-bottom: calc(8px * 15);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  .first-lead {
    padding-bottom: calc((8px * 15) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .first-lead {
    padding-bottom: calc((8px * 15) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .first-lead {
    font-size: 1.6rem;
    padding-bottom: calc(8px * 11);
  }
}

@media screen and (max-width: 959px) and (max-width: 959px) {
  .first-lead {
    padding-bottom: calc((8px * 11) * 0.75);
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .first-lead {
    padding-bottom: calc((8px * 11) * 0.5);
  }
}

@media screen and (max-width: 767px) {
  .first-lead {
    font-size: 1.4rem;
  }
}

.first-lead::before {
  content: "";
  position: absolute;
  top: -50px;
  right: calc(50% + 250px);
  width: 550px;
  height: 370px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/curve-circle1.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .first-lead::before {
    width: 270px;
    right: calc(50% + 220px);
  }
}

@media screen and (max-width: 767px) {
  .first-lead::before {
    width: 170px;
    right: calc(50% + 170px);
  }
}

@media screen and (max-width: 519px) {
  .first-lead::before {
    display: none;
  }
}

.first-lead::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: calc(50% + 250px);
  width: 590px;
  height: 298px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/curve-circle2.svg") center/contain no-repeat;
}

@media screen and (max-width: 959px) {
  .first-lead::after {
    width: 360px;
    left: calc(50% + 220px);
  }
}

@media screen and (max-width: 767px) {
  .first-lead::after {
    width: 160px;
    right: calc(50% + 160px);
  }
}

@media screen and (max-width: 519px) {
  .first-lead::after {
    display: none;
  }
}

.first-lead em {
  font-size: 2.4rem;
  border-bottom: 2px dotted #F6AB01;
}

@media screen and (max-width: 959px) {
  .first-lead em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .first-lead em {
    font-size: 1.6rem;
  }
}

.first-lead .first-lead-bracket {
  position: relative;
  margin-bottom: calc(8px * 5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0 64px;
}

@media screen and (max-width: 959px) {
  .first-lead .first-lead-bracket {
    margin-bottom: calc((8px * 5) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .first-lead .first-lead-bracket {
    margin-bottom: calc((8px * 5) * 0.5);
  }
}

@media screen and (max-width: 1023px) {
  .first-lead .first-lead-bracket {
    padding: 0 56px;
  }
}

@media screen and (max-width: 959px) {
  .first-lead .first-lead-bracket {
    padding: 0 48px;
  }
}

@media screen and (max-width: 767px) {
  .first-lead .first-lead-bracket {
    padding: 0 32px;
  }
}

.first-lead .first-lead-bracket::before, .first-lead .first-lead-bracket::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/brackets.svg") center/cover no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width: 959px) {
  .first-lead .first-lead-bracket::before, .first-lead .first-lead-bracket::after {
    width: 20px;
    height: 20px;
  }
}

.first-lead .first-lead-bracket::before {
  position: absolute;
  top: -14px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .first-lead .first-lead-bracket::before {
    top: -7px;
  }
}

.first-lead .first-lead-bracket::after {
  position: absolute;
  right: 0;
  bottom: -14px;
  rotate: 180deg;
}

@media screen and (max-width: 767px) {
  .first-lead .first-lead-bracket::after {
    bottom: -7px;
  }
}

.first-lead .first-lead-bracket img {
  width: 360px;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .first-lead .first-lead-bracket img {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .first-lead .first-lead-bracket img {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .first-lead .first-lead-bracket img {
    width: 200px;
  }
}

.features {
  position: relative;
  top: -70px;
  z-index: 1;
}

.features::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 72px);
  background: #FFFBE7;
  border-radius: 64px;
}

@media screen and (max-width: 959px) {
  .features::before {
    border-radius: 48px;
    height: calc(100% + 64px);
  }
}

@media screen and (max-width: 767px) {
  .features::before {
    height: calc(100% + 56px);
    border-radius: 32px;
  }
}

@media screen and (max-width: 519px) {
  .features::before {
    height: calc(100% + 44px);
    border-radius: 24px;
  }
}

.features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/texture-oval.svg") center/cover no-repeat;
}

.features .features-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 36px 24px 24px 0;
}

@media screen and (max-width: 1023px) {
  .features .features-list__item {
    gap: 24px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px 24px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item {
    padding: 0 18px 18px;
  }
}

.features .features-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 96px);
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .features .features-list__item::before {
    width: 100%;
    height: calc(100% - 40px);
    top: 40px;
  }
}

.features .features-list__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 34px;
  width: 102px;
  height: 48px;
}

@media screen and (max-width: 1279px) {
  .features .features-list__item::after {
    width: 86px;
    height: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .features .features-list__item::after {
    right: 20px;
    width: 82px;
    height: 38px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item::after {
    display: none;
  }
}

.features .features-list__item .features-vsl {
  max-width: 365px;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .features .features-list__item .features-vsl {
    max-width: 320px;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-vsl {
    margin-inline: auto;
    position: relative;
  }
  .features .features-list__item .features-vsl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 82px;
    height: 38px;
  }
}

@media screen and (max-width: 959px) and (max-width: 519px) {
  .features .features-list__item .features-vsl::after {
    left: 6px;
  }
}

.features .features-list__item .features-vsl img {
  border-radius: 18px;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-vsl img {
    border-radius: 12px;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-vsl img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-vsl img {
    border-radius: 8px;
  }
}

.features .features-list__item .features-txt {
  width: calc(100% - 397px);
}

@media screen and (max-width: 1023px) {
  .features .features-list__item .features-txt {
    width: calc(100% - 344px);
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-txt {
    width: 100%;
  }
}

.features .features-list__item .features-txt .features-ttl {
  position: relative;
  padding-left: 70px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #F6AB01;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: dotted 2px #F6AB01;
}

@media screen and (max-width: 1023px) {
  .features .features-list__item .features-txt .features-ttl {
    padding-left: 66px;
    padding-bottom: 16px;
    margin-bottom: 12px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-txt .features-ttl {
    font-size: 2.2rem;
    padding-left: 42px;
    padding-bottom: 12px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-txt .features-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-txt .features-ttl {
    font-size: 1.6rem;
  }
}

.features .features-list__item .features-txt .features-ttl::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 56px;
  height: 56px;
}

@media screen and (max-width: 959px) {
  .features .features-list__item .features-txt .features-ttl::before {
    top: -4px;
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-txt .features-ttl::before {
    top: 45%;
    translate: 0 -50%;
  }
}

.features .features-list__item .features-txt .features-dtl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-txt .features-dtl-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.features .features-list__item .features-txt .features-dtl-list__item {
  width: calc((100% / 2) - (12px * 1 / 2));
  padding: 12px 14px;
  border-radius: 56px;
  background: #FBFAF3;
  border: dotted 1px rgba(250, 154, 0, 0.16);
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.05px;
}

@media screen and (max-width: 519px) {
  .features .features-list__item .features-txt .features-dtl-list__item {
    width: 100%;
  }
}

.features .features-list__item .features-txt .features-dtl-list__item em {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .features .features-list__item .features-txt .features-dtl-list__item em {
    font-size: 1.6rem;
  }
}

.features .features-list__item:nth-of-type(1)::after {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num1.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .features .features-list__item:nth-of-type(1) .features-vsl::after {
    background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num1.svg") center/cover no-repeat;
  }
}

.features .features-list__item:nth-of-type(1) .features-txt .features-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-icon1.svg") center/contain no-repeat;
}

.features .features-list__item:nth-of-type(2)::after {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num2.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .features .features-list__item:nth-of-type(2) .features-vsl::after {
    background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num2.svg") center/cover no-repeat;
  }
}

.features .features-list__item:nth-of-type(2) .features-txt .features-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-icon2.svg") center/contain no-repeat;
}

.features .features-list__item:nth-of-type(3)::after {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num3.svg") center/cover no-repeat;
}

@media screen and (max-width: 959px) {
  .features .features-list__item:nth-of-type(3) .features-vsl::after {
    background: url("/wp-content/themes/itreat_base/dist/img/guide/features-num3.svg") center/cover no-repeat;
  }
}

.features .features-list__item:nth-of-type(3) .features-txt .features-ttl::before {
  background: url("/wp-content/themes/itreat_base/dist/img/guide/features-icon3.svg") center/contain no-repeat;
}

.features .features-list__item:not(:last-of-type) {
  margin-bottom: 24px;
}

.flow .flow-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.flow .flow-tel dt {
  padding: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #F6AB01;
  border-radius: 2px;
  background: #FFFBE7;
}

@media screen and (max-width: 959px) {
  .flow .flow-tel dt {
    font-size: 2rem;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-tel dt {
    font-size: 1.8rem;
    padding: 8px;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-tel dt {
    font-size: 1.6rem;
  }
}

.flow .flow-tel dd {
  font-size: 3.2rem;
}

@media screen and (max-width: 1023px) {
  .flow .flow-tel dd {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 959px) {
  .flow .flow-tel dd {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-tel dd {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-tel dd {
    font-size: 1.8rem;
  }
}

.flow .flow-search-btn {
  position: relative;
}

.flow .flow-search-btn a {
  max-width: 500px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 24px 28px;
  font-size: 2.4rem;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#FF8223), to(#F6AB01));
  background: linear-gradient(90deg, #FF8223, #F6AB01);
}

@media screen and (max-width: 959px) {
  .flow .flow-search-btn a {
    padding: 16px 28px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a {
    padding: 12px 28px;
    gap: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-search-btn a {
    font-size: 1.4rem;
  }
}

.flow .flow-search-btn a em {
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .flow .flow-search-btn a em {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a em {
    font-size: 2rem;
  }
}

@media screen and (max-width: 519px) {
  .flow .flow-search-btn a em {
    font-size: 1.6rem;
  }
}

.flow .flow-search-btn a .ico-glass {
  display: block;
  width: 38px;
  height: 40px;
  background: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/glass.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a .ico-glass {
    width: 26px;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a .btn-inner {
    margin-right: 12px;
  }
}

.flow .flow-search-btn a .btn-inner::before {
  width: 3px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a .btn-inner::before {
    width: 2px;
  }
}

.flow .flow-search-btn a .ico-arrow {
  width: 32px;
  height: 18px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .flow .flow-search-btn a .ico-arrow {
    width: 17px;
    height: 10px;
  }
}

.flow .flow-search-btn a:hover {
  background: #ffffff;
  color: #FF8223;
}

.flow .flow-search-btn a:hover .ico-glass {
  background: #FF8223;
}

.flow .flow-search-btn a:hover .btn-inner::before {
  background: #FF8223;
}

.flow .flow-search-btn a:hover .ico-arrow {
  background: #FF8223;
}

/*# sourceMappingURL=../../maps/pages/guide.css.map */
