@media screen and (max-width: 767px) {
  .l-simpleFooter__in {
    padding-bottom: 130px;
  }
}

.c-btn {
  border-radius: 99px;
  background: #fff;
}
.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  border-radius: 99px;
  background: linear-gradient(180deg, #4b90ce 0%, #32597c 20%, #32597c 80%, #2a3d4d 100%);
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  text-align: center;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .c-btn a {
    border: 4px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-btn a {
    border: 3px solid #fff;
  }
}
.c-btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  aspect-ratio: 30/31;
  background: url(/heimmaison/LP/tochikatsu/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .c-btn a:hover,
  .c-btn a:active {
    opacity: .6;
  }
}
.c-btn.is-primary a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .c-btn.is-primary a {
    gap: 20px;
    height: 120px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-primary a {
    gap: 10px;
    height: 78px;
    font-size: 20px;
  }
}
@media print, (min-width: 768px) {
  .c-btn.is-primary a::before {
    right: 40px;
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-primary a::before {
    right: 20px;
    width: 18px;
  }
}
.c-btn.is-primary a span {
  display: block;
  background: #fff;
  color: #32597c;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .c-btn.is-primary a span {
    padding: 9px 11px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-primary a span {
    padding: 5px 6px;
    font-size: 18px;
  }
}
.c-btn.is-secondary a {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
@media print, (min-width: 768px) {
  .c-btn.is-secondary a {
    height: 96px;
    font-size: 27px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-secondary a {
    height: 78px;
    font-size: 20px;
    line-height: 1.3;
  }
}
@media print, (min-width: 768px) {
  .c-btn.is-secondary a::before {
    right: 20px;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.is-secondary a::before {
    right: 15px;
    width: 18px;
  }
}

.p-sticky-cta {
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  transition: opacity 0ms 500ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .p-sticky-cta {
    top: 0;
    transform: translateY(-120px);
  }
}
@media screen and (max-width: 767px) {
  .p-sticky-cta {
    bottom: 0;
    transform: translateY(108px);
  }
}
.p-sticky-cta__in {
  position: relative;
}
@media print, (min-width: 768px) {
  .p-sticky-cta__in {
    min-width: 1140px;
  }
}
.p-sticky-cta__in2 {
  position: absolute;
}
@media print, (min-width: 768px) {
  .p-sticky-cta__in2 {
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sticky-cta__in2 {
    left: 13px;
    bottom: 15px;
    width: calc(100% - 26px);
  }
}
.p-sticky-cta__bt {
  border-radius: 99px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .p-sticky-cta__bt {
    width: 370px;
  }
}
.p-sticky-cta__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  border: 3px solid #fff;
  border-radius: 99px;
  background: linear-gradient(180deg, #4b90ce 0%, #32597c 20%, #32597c 80%, #2a3d4d 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
  color: #fff;
  font-size: 20px;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .p-sticky-cta__bt a {
    gap: 15px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-sticky-cta__bt a {
    gap: 10px;
    height: 78px;
  }
}
.p-sticky-cta__bt a::before {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  aspect-ratio: 30/31;
  background: url(/heimmaison/LP/tochikatsu/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}
.p-sticky-cta__bt a span {
  display: block;
  background: #fff;
  color: #32597c;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1;
}
@media print, (min-width: 768px) {
  .p-sticky-cta__bt a span {
    padding: 6px 8px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-sticky-cta__bt a span {
    padding: 5px 6px;
    font-size: 18px;
  }
}
@media print, (min-width: 768px) {
  .p-sticky-cta__bt a:hover,
  .p-sticky-cta__bt a:active {
    opacity: .6;
  }
}
.p-sticky-cta.is-show {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 0ms, transform 500ms cubic-bezier(.215, .61, .355, 1);
}

.p-kv {
  overflow: hidden;
}
.p-kv__in {
  container-type: inline-size;
  position: relative;
}
@media print, (min-width: 768px) {
  .p-kv__in {
    aspect-ratio: 2732/1254;
    background: url(/heimmaison/LP/tochikatsu/images/bg_kv01.webp) no-repeat 0 0/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__in {
    aspect-ratio: 750/974;
    background: url(/heimmaison/LP/tochikatsu/images/bg_kv01_sp.webp) no-repeat 0 0/cover;
  }
}
.p-kv__tt {
  position: absolute;
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .p-kv__tt {
    top: calc(70 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__tt {
    top: calc(20 / 375 * 100cqw);
  }
}
.p-kv__tt__s {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-kv__tt__s {
    padding: calc(2 / 1366 * 100cqw) calc(4 / 1366 * 100cqw);
    font-size: calc(32 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__tt__s {
    padding: calc(1 / 375 * 100cqw) calc(5 / 375 * 100cqw);
    font-size: calc(19 / 375 * 100cqw);
  }
}
.p-kv__tt__t {
  display: block;
  width: fit-content;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-kv__tt__t {
    margin: calc(15 / 1366 * 100cqw) auto 0;
    padding: calc(7 / 1366 * 100cqw) calc(5 / 1366 * 100cqw);
    font-size: calc(48 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__tt__t {
    margin: calc(10 / 375 * 100cqw) auto 0;
    padding: calc(3 / 375 * 100cqw);
    font-size: calc(29 / 375 * 100cqw);
  }
}
.p-kv__tt__t strong {
  color: #0075c2;
}
.p-kv__bk {
  display: flex;
  position: absolute;
}
@media print, (min-width: 768px) {
  .p-kv__bk {
    gap: calc(60 / 1366 * 100cqw);
    left: calc(446 / 1366 * 100cqw);
    top: calc(236 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk {
    gap: calc(35 / 375 * 100cqw);
    left: calc(45 / 375 * 100cqw);
    top: calc(105 / 375 * 100cqw);
  }
}
.p-kv__bk__t {
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-kv__bk__t {
    width: calc(158 / 1366 * 100cqw);
    margin: 0 auto calc(-52 / 1366 * 100cqw);
    padding-top: calc(28 / 1366 * 100cqw);
    font-size: calc(24 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__t {
    width: calc(95 / 375 * 100cqw);
    margin: 0 auto calc(-32 / 375 * 100cqw);
    padding-top: calc(18 / 375 * 100cqw);
    font-size: calc(13 / 375 * 100cqw);
  }
}
.p-kv__bk__p {
  position: relative;
}
.p-kv__bk__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, (min-width: 768px) {
  .p-kv__bk__p img {
    box-shadow: 0 calc(3 / 1366 * 100cqw) calc(6 / 1366 * 100cqw) rgba(0, 0, 0, .6);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__p img {
    box-shadow: 0 calc(3 / 375 * 100cqw) calc(6 / 375 * 100cqw) rgba(0, 0, 0, .6);
  }
}
.p-kv__bk__u.is-red .p-kv__bk__t {
  color: #e50014;
}
@media print, (min-width: 768px) {
  .p-kv__bk__u.is-red .p-kv__bk__t {
    border: calc(5 / 1366 * 100cqw) solid #e50014;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__u.is-red .p-kv__bk__t {
    border: calc(3 / 375 * 100cqw) solid #e50014;
  }
}
.p-kv__bk__u.is-red .p-kv__bk__p {
  aspect-ratio: 475/674;
}
@media print, (min-width: 768px) {
  .p-kv__bk__u.is-red .p-kv__bk__p {
    width: calc(210.71958 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__u.is-red .p-kv__bk__p {
    width: calc(127.55935 / 375 * 100cqw);
  }
}
.p-kv__bk__u.is-blue .p-kv__bk__t {
  color: #075799;
}
@media print, (min-width: 768px) {
  .p-kv__bk__u.is-blue .p-kv__bk__t {
    border: calc(5 / 1366 * 100cqw) solid #075799;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__u.is-blue .p-kv__bk__t {
    border: calc(3 / 375 * 100cqw) solid #075799;
  }
}
.p-kv__bk__u.is-blue .p-kv__bk__p {
  aspect-ratio: 455/674;
}
@media print, (min-width: 768px) {
  .p-kv__bk__u.is-blue .p-kv__bk__p {
    width: calc(201.84718 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bk__u.is-blue .p-kv__bk__p {
    width: calc(122.18843 / 375 * 100cqw);
  }
}
.p-kv__wb__p span {
  display: block;
  position: absolute;
}
.p-kv__wb__p span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media print, (min-width: 768px) {
  .p-kv__wb__p span img {
    box-shadow: 0 calc(3 / 1366 * 100cqw) calc(6 / 1366 * 100cqw) rgba(0, 0, 0, .3);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__wb__p span img {
    box-shadow: 0 calc(3 / 375 * 100cqw) calc(6 / 375 * 100cqw) rgba(0, 0, 0, .3);
  }
}
.p-kv__wb__p span:nth-child(1) {
  z-index: 1;
  aspect-ratio: 368/522;
}
@media print, (min-width: 768px) {
  .p-kv__wb__p span:nth-child(1) {
    left: calc(1052 / 1366 * 100cqw);
    top: calc(253 / 1366 * 100cqw);
    width: calc(150 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__wb__p span:nth-child(1) {
    left: calc(28 / 375 * 100cqw);
    top: calc(369 / 375 * 100cqw);
    width: calc(72 / 375 * 100cqw);
  }
}
.p-kv__wb__p span:nth-child(2) {
  aspect-ratio: 614/430;
}
@media print, (min-width: 768px) {
  .p-kv__wb__p span:nth-child(2) {
    left: calc(1087 / 1366 * 100cqw);
    top: calc(322 / 1366 * 100cqw);
    width: calc(229 / 1366 * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__wb__p span:nth-child(2) {
    left: calc(45 / 375 * 100cqw);
    top: calc(382 / 375 * 100cqw);
    width: calc(110 / 375 * 100cqw);
  }
}
.p-kv__wb__t {
  position: absolute;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .p-kv__wb__t {
    right: 0;
    top: calc(505 / 1366 * 100cqw);
    width: calc(364 / 1366 * 100cqw);
    font-size: calc(22 / 1366 * 100cqw);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__wb__t {
    left: calc(180 / 375 * 100cqw);
    top: calc(386 / 375 * 100cqw);
    font-size: calc(16.5 / 375 * 100cqw);
  }
}
@media print, (min-width: 768px) {
  .p-kv__bt {
    width: 760px;
    margin: calc(15 / 1366 * 100cqw) auto 0;
    padding: 50px 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bt {
    padding: 20px 13px 25px;
  }
}

.p-container {
  background: url(/heimmaison/LP/tochikatsu/images/bg_container01.webp) repeat 50% 0/900px 900px;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .p-intro {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 40px 0;
  }
}
.p-intro__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-intro__tt {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__tt {
    margin-bottom: 25px;
    font-size: 23px;
  }
}
.p-intro__dc {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .p-intro__dc {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__dc {
    flex-direction: column;
    gap: 15px;
    margin: 0 28px;
  }
}
.p-intro__ln__s {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-intro__ln__s {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ln__s {
    font-size: 15px;
  }
}
.p-intro__ln__t {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-intro__ln__t {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ln__t {
    font-size: 18px;
  }
}
.p-intro__ln a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  transition: opacity 450ms cubic-bezier(.215, .61, .355, 1);
}
@media print, (min-width: 768px) {
  .p-intro__ln a {
    gap: 5px;
    height: 172px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ln a {
    gap: 1px;
    height: 80px;
    padding-right: 20px;
  }
}
.p-intro__ln a::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media print, (min-width: 768px) {
  .p-intro__ln a::before {
    left: 50%;
    bottom: 18px;
    width: 22px;
    height: 12px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ln a::before {
    right: 15px;
    top: 50%;
    width: 16.5px;
    height: 9px;
    transform: translateY(-2px);
  }
}
@media print, (min-width: 768px) {
  .p-intro__ln a:hover,
  .p-intro__ln a:active {
    opacity: .6;
  }
}
.p-intro__ln.is-red a {
  background: #e50014;
}
.p-intro__ln.is-blue a {
  background: #075799;
}
.p-intro__ln.is-green a {
  background: #218e91;
}
.p-intro__pt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, (min-width: 768px) {
  .p-intro__pt {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__pt {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
}
@media print, (min-width: 768px) {
  .p-intro__pt li {
    width: 303px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__pt li {
    width: 100%;
  }
}
.p-intro__ic {
  position: relative;
}
@media print, (min-width: 768px) {
  .p-intro__ic {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ic {
    width: 20px;
    height: 20px;
  }
}
.p-intro__ic::before,
.p-intro__ic::after {
  content: '';
  display: block;
  position: absolute;
  background: #333;
}
.p-intro__ic::before {
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .p-intro__ic::before {
    top: 10px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ic::before {
    top: 8px;
    height: 4px;
  }
}
.p-intro__ic::after {
  top: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .p-intro__ic::after {
    left: 10px;
    width: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__ic::after {
    left: 8px;
    width: 4px;
  }
}
@media print, (min-width: 768px) {
  .p-intro__wb {
    width: 271px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__wb {
    width: 100%;
  }
}

.p-point {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
@media print, (min-width: 768px) {
  .p-point {
    width: 962px;
    margin: 0 auto;
    padding: 50px 40px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-point {
    margin: 0 13px;
    padding: 30px 0;
  }
}
.p-point__a {
  position: absolute;
  left: 0;
  width: 1px;
}
@media print, (min-width: 768px) {
  .p-point__a {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__a {
    top: -50px;
  }
}
.p-point__hd {
  display: flex;
  align-items: center;
}
@media print, (min-width: 768px) {
  .p-point__hd {
    gap: 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__hd {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-point__nm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  border-radius: 10px;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-point__nm {
    flex-direction: column;
    aspect-ratio: 1;
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__nm {
    gap: 8px;
    padding: 7px 0;
    font-size: 17px;
  }
}
.p-point__nm strong {
  line-height: 1;
}
@media print, (min-width: 768px) {
  .p-point__nm strong {
    font-size: 67px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__nm strong {
    font-size: 41px;
  }
}
.p-point__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point__tt {
    text-align: center;
  }
}
.p-point__tt__s {
  display: block;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .p-point__tt__s {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__tt__s {
    font-size: 18px;
  }
}
.p-point__tt__t {
  display: block;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .p-point__tt__t {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__tt__t {
    margin-top: 5px;
    font-size: 28px;
  }
}
.p-point__gr {
  display: flex;
}
@media print, (min-width: 768px) {
  .p-point__gr {
    flex-wrap: wrap;
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr {
    flex-direction: column;
    gap: 20px;
    margin: 0 15px;
  }
}
.p-point__gr__p {
  position: relative;
  aspect-ratio: 740/460;
}
.p-point__gr__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-point__gr__t {
  position: relative;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .p-point__gr__t {
    margin-top: 20px;
    padding-left: 54px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr__t {
    margin-top: 15px;
    padding-left: 38px;
    font-size: 18px;
  }
}
.p-point__gr__t span {
  display: block;
  position: absolute;
}
@media print, (min-width: 768px) {
  .p-point__gr__t span {
    left: 8px;
    top: -1px;
    width: 16px;
    height: 67px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr__t span {
    left: 6px;
    top: -2px;
    width: 12px;
    height: 52px;
  }
}
.p-point__gr__t span::before,
.p-point__gr__t span::after {
  content: '';
  display: block;
  position: absolute;
}
.p-point__gr__t span::before {
  top: 0;
}
@media print, (min-width: 768px) {
  .p-point__gr__t span::before {
    left: 2px;
    width: 12px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr__t span::before {
    left: 1px;
    width: 10px;
    height: 34px;
  }
}
.p-point__gr__t span::after {
  left: 0;
  bottom: 0;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .p-point__gr__t span::after {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr__t span::after {
    width: 12px;
  }
}
.p-point__gr__im {
  position: relative;
  width: 100%;
}
.p-point__gr__im img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-point__gr li {
  box-sizing: border-box;
}
@media print, (min-width: 768px) {
  .p-point__gr li {
    width: calc((100% - 50px) / 2);
  }
}
@media print, (min-width: 768px) {
  .p-point__gr li:not(:last-child) {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr li:not(:last-child) {
    padding: 15px;
  }
}
@media print, (min-width: 768px) {
  .p-point__gr li:last-child {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-point__gr li:last-child {
    padding-top: 10px;
  }
}
.p-point.is-red .p-point__nm {
  background: #e50014;
}
.p-point.is-red .p-point__tt__t strong {
  color: #e50014;
}
.p-point.is-red .p-point__gr__t span::before,
.p-point.is-red .p-point__gr__t span::after {
  background: #e50014;
}
.p-point.is-red .p-point__gr__im {
  aspect-ratio: 820/532;
}
.p-point.is-red .p-point__gr li:not(:last-child) {
  background: #ffdbde;
}
@media print, (min-width: 768px) {
  .p-point.is-blue {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-point.is-blue {
    margin-top: 40px;
  }
}
.p-point.is-blue .p-point__nm {
  background: #075799;
}
.p-point.is-blue .p-point__tt__t strong {
  color: #075799;
}
.p-point.is-blue .p-point__gr__t span::before,
.p-point.is-blue .p-point__gr__t span::after {
  background: #075799;
}
.p-point.is-blue .p-point__gr__im {
  aspect-ratio: 820/332;
}
.p-point.is-blue .p-point__gr li:not(:last-child) {
  background: #bfe2ff;
}

.p-middle-cta {
  position: relative;
}
@media print, (min-width: 768px) {
  .p-middle-cta {
    height: 283px;
    background: url(/heimmaison/LP/tochikatsu/images/bg_middle_cta01.webp) no-repeat 50%/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta {
    height: 240px;
    background: url(/heimmaison/LP/tochikatsu/images/bg_middle_cta01_sp.webp) no-repeat 50%/cover;
  }
}
.p-middle-cta__bk {
  position: absolute;
  left: 50%;
}
@media print, (min-width: 768px) {
  .p-middle-cta__bk {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p-middle-cta__bk img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
}
.p-middle-cta__bk.is-red {
  z-index: 1;
  aspect-ratio: 475/674;
}
@media print, (min-width: 768px) {
  .p-middle-cta__bk.is-red {
    width: 152.93027px;
    margin-left: -411px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__bk.is-red {
    top: 71px;
    width: 90px;
    margin-left: -169px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__bk.is-red img {
    transform: rotate(-5deg);
  }
}
.p-middle-cta__bk.is-blue {
  aspect-ratio: 455/674;
}
@media print, (min-width: 768px) {
  .p-middle-cta__bk.is-blue {
    width: 146.4911px;
    margin-left: -218px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__bk.is-blue {
    top: 45px;
    width: 87px;
    margin-left: -108px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__bk.is-blue img {
    transform: rotate(8deg);
  }
}
.p-middle-cta__cn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .p-middle-cta__cn {
    width: 521px;
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__cn {
    width: 201px;
    margin-left: -13.5px;
  }
}
.p-middle-cta__t {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-middle-cta__t {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__t {
    font-size: 20px;
  }
}
@media print, (min-width: 768px) {
  .p-middle-cta__bt {
    width: 380px;
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-middle-cta__bt {
    width: 170px;
    margin: 15px auto 0;
  }
}

.p-web-book {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}
@media print, (min-width: 768px) {
  .p-web-book {
    width: 962px;
    margin: 80px auto 0;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book {
    margin: 40px 13px 0;
    padding: 30px 0;
  }
}
.p-web-book__a {
  position: absolute;
  left: 0;
  width: 1px;
}
@media print, (min-width: 768px) {
  .p-web-book__a {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__a {
    top: -50px;
  }
}
.p-web-book__hd {
  display: flex;
  align-items: center;
}
@media print, (min-width: 768px) {
  .p-web-book__hd {
    gap: 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__hd {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
}
.p-web-book__lb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  border-radius: 10px;
  background: #218e91;
  color: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-web-book__lb {
    flex-direction: column;
    aspect-ratio: 1;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__lb {
    padding: 7px 0;
    font-size: 17px;
    line-height: 1.35;
  }
}
.p-web-book__tt {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-web-book__tt {
    text-align: center;
  }
}
.p-web-book__tt__s {
  display: block;
  line-height: 1.5;
}
@media print, (min-width: 768px) {
  .p-web-book__tt__s {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__tt__s {
    font-size: 18px;
  }
}
.p-web-book__tt__t {
  display: block;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .p-web-book__tt__t {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__tt__t {
    margin-top: 5px;
    font-size: 28px;
  }
}
.p-web-book__tt__t strong {
  color: #218e91;
}
.p-web-book__vs {
  position: relative;
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .p-web-book__vs {
    height: 420px;
    background: url(/heimmaison/LP/tochikatsu/images/bg_web_book_vs01.webp) no-repeat 50% 70%/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs {
    height: 396px;
    margin: 0 15px;
    background: url(/heimmaison/LP/tochikatsu/images/bg_web_book_vs01_sp.webp) no-repeat 50% 70%/cover;
  }
}
.p-web-book__vs__p {
  position: absolute;
  left: 50%;
}
.p-web-book__vs__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.p-web-book__vs__p.is-1 {
  z-index: 2;
  aspect-ratio: 368/522;
}
@media print, (min-width: 768px) {
  .p-web-book__vs__p.is-1 {
    top: 79px;
    width: 184px;
    margin-left: -206px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__p.is-1 {
    top: 119px;
    width: 111px;
    margin-left: -129px;
  }
}
.p-web-book__vs__p.is-1 img {
  transform: rotate(-15deg);
}
.p-web-book__vs__p.is-2 {
  z-index: 1;
  aspect-ratio: 614/430;
}
@media print, (min-width: 768px) {
  .p-web-book__vs__p.is-2 {
    top: 102px;
    width: 307px;
    margin-left: -125px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__p.is-2 {
    top: 134px;
    width: 185px;
    margin-left: -50px;
  }
}
.p-web-book__vs__bl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  border-radius: 99px;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.4;
}
@media print, (min-width: 768px) {
  .p-web-book__vs__bl {
    width: 252px;
    height: 132px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__bl {
    width: 190px;
    height: 73px;
    font-size: 18px;
  }
}
.p-web-book__vs__bl::before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}
@media print, (min-width: 768px) {
  .p-web-book__vs__bl.is-1 {
    top: 255px;
    margin-left: -412px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__bl.is-1 {
    top: 28px;
    margin-left: -120px;
  }
}
@media print, (min-width: 768px) {
  .p-web-book__vs__bl.is-1::before {
    left: 142px;
    top: -23px;
    width: 41px;
    height: 24px;
    clip-path: polygon(0% 100%, 100% 0%, 84% 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__bl.is-1::before {
    left: 102px;
    bottom: -16px;
    width: 30px;
    height: 17px;
    clip-path: polygon(17% 0%, 100% 0%, 0% 100%);
  }
}
@media print, (min-width: 768px) {
  .p-web-book__vs__bl.is-2 {
    top: 48px;
    margin-left: 167px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__bl.is-2 {
    top: 293px;
    margin-left: -55px;
  }
}
@media print, (min-width: 768px) {
  .p-web-book__vs__bl.is-2::before {
    left: 52px;
    bottom: -20px;
    width: 42px;
    height: 24px;
    clip-path: polygon(14% 0%, 100% 0%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-web-book__vs__bl.is-2::before {
    left: 86px;
    top: -14px;
    width: 26px;
    height: 15px;
    clip-path: polygon(0% 0%, 100% 100%, 15% 100%);
  }
}

@media print, (min-width: 768px) {
  .p-book-set {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.p-book-set__tt {
  width: fit-content;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-book-set__tt {
    margin: 0 auto 50px;
    padding: 7px 5px;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__tt {
    margin: 0 auto 25px;
    padding: 3px;
    font-size: 29px;
  }
}
.p-book-set__tt strong {
  color: #0075c2;
}
.p-book-set__bk {
  display: flex;
  justify-content: center;
  position: relative;
}
@media print, (min-width: 768px) {
  .p-book-set__bk {
    gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk {
    gap: 30px;
  }
}
.p-book-set__bk__t {
  aspect-ratio: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  font-variation-settings: 'wght' 700;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media print, (min-width: 768px) {
  .p-book-set__bk__t {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 178px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk__t {
    width: 107px;
    margin: 0 auto -35px;
    padding-top: 20px;
    font-size: 15px;
  }
}
.p-book-set__bk__p {
  position: relative;
}
.p-book-set__bk__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u {
    display: flex;
    align-items: center;
  }
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-red {
    flex-direction: row;
  }
}
.p-book-set__bk__u.is-red .p-book-set__bk__t {
  color: #e50014;
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-red .p-book-set__bk__t {
    margin-right: -25px;
    padding-right: 10px;
    border: 5px solid #e50014;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk__u.is-red .p-book-set__bk__t {
    border: 3px solid #e50014;
  }
}
.p-book-set__bk__u.is-red .p-book-set__bk__p {
  aspect-ratio: 475/674;
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-red .p-book-set__bk__p {
    width: 237.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk__u.is-red .p-book-set__bk__p {
    width: 143.0638px;
  }
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-blue {
    flex-direction: row-reverse;
  }
}
.p-book-set__bk__u.is-blue .p-book-set__bk__t {
  color: #075799;
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-blue .p-book-set__bk__t {
    margin-left: -25px;
    padding-left: 10px;
    border: 5px solid #075799;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk__u.is-blue .p-book-set__bk__t {
    border: 3px solid #075799;
  }
}
.p-book-set__bk__u.is-blue .p-book-set__bk__p {
  aspect-ratio: 455/674;
}
@media print, (min-width: 768px) {
  .p-book-set__bk__u.is-blue .p-book-set__bk__p {
    width: 227.5px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bk__u.is-blue .p-book-set__bk__p {
    width: 137.04006px;
  }
}
.p-book-set__pl {
  position: relative;
  aspect-ratio: 1;
}
@media print, (min-width: 768px) {
  .p-book-set__pl {
    width: 38px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__pl {
    width: 28px;
    margin: 20px auto 123px;
  }
}
.p-book-set__pl::before,
.p-book-set__pl::after {
  content: '';
  display: block;
  position: absolute;
  background: #333;
}
.p-book-set__pl::before {
  left: 0;
  width: 100%;
}
@media print, (min-width: 768px) {
  .p-book-set__pl::before {
    top: 15px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__pl::before {
    top: 11.5px;
    height: 5px;
  }
}
.p-book-set__pl::after {
  top: 0;
  height: 100%;
}
@media print, (min-width: 768px) {
  .p-book-set__pl::after {
    left: 15px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__pl::after {
    left: 11.5px;
    width: 5px;
  }
}
.p-book-set__wb {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 999px;
  background: #fff;
}
@media print, (min-width: 768px) {
  .p-book-set__wb {
    display: flex;
    align-items: center;
    width: 698px;
    height: 184px;
    padding-left: 300px;
    border: 5px solid #218e91;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__wb {
    width: 319px;
    padding: 55px 0 15px;
    border: 3px solid #218e91;
  }
}
.p-book-set__wb__p span {
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-book-set__wb__p span {
    left: 50%;
  }
}
.p-book-set__wb__p span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}
.p-book-set__wb__p span:nth-child(1) {
  z-index: 1;
  aspect-ratio: 368/522;
}
@media print, (min-width: 768px) {
  .p-book-set__wb__p span:nth-child(1) {
    left: -14px;
    top: -19px;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__wb__p span:nth-child(1) {
    top: -106px;
    width: 95px;
    margin-left: -87px;
  }
}
.p-book-set__wb__p span:nth-child(2) {
  aspect-ratio: 614/430;
}
@media print, (min-width: 768px) {
  .p-book-set__wb__p span:nth-child(2) {
    left: 31px;
    top: 51px;
    width: 229px;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__wb__p span:nth-child(2) {
    top: -62px;
    width: 146px;
    margin-left: -58px;
  }
}
.p-book-set__wb__t {
  font-variation-settings: 'wght' 700;
  font-weight: 700;
}
@media print, (min-width: 768px) {
  .p-book-set__wb__t {
    font-size: 24px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__wb__t {
    font-size: 15px;
    line-height: 1.35;
    text-align: center;
  }
}
@media print, (min-width: 768px) {
  .p-book-set__bt {
    width: 760px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-book-set__bt {
    margin: 30px 13px 0;
  }
}
