@media screen and (min-width: 768px) {
  .inner--souzoku-all {
    width: 800px;
    margin: 0 auto;
  }
  .gnav--souzoku-all {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .gnav__list--souzoku-all {
    margin: 0 auto;
    column-gap: 0;
    display: flex;
    justify-content: space-between;
  }
  .gnav__item--souzoku-all {
    flex: none;
  }
  .gnav__item--souzoku-all:hover {
    color: #4bbfbf;
  }
  .gnav__item--souzoku-all:hover::before {
    opacity: 0;
  }
  .bg--registration-primary01-light {
    background: #e8f7fa;
  }
  .box02--white-shadow {
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 50px;
  }
  .title-lv2--catch {
    color: #4bbfbf;
    font-weight: 700;
    font-size: 46px;
    text-align: center;
  }
  .title-lv2-02--souzoku-all {
    display: flex;
    align-items: center;
  }
  .title-lv2-02--souzoku-all::before, .title-lv2-02--souzoku-all::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #122c34;
  }
  .title-lv2-02--souzoku-all::before {
    margin-right: 20px;
  }
  .title-lv2-02--souzoku-all::after {
    margin-left: 20px;
  }
  .title-lv3--primary02-baloon {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    background: #122c34;
    border-radius: 3px;
    padding: 15px;
    position: relative;
  }
  .title-lv3--primary02-baloon::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 11px 0 11px;
    border-color: #122c34 transparent transparent transparent;
    bottom: -22px;
    left: calc(50% - 11px);
  }
  .kv--souzoku-all {
    background: url(/lp/souzokuzentai/2407_c/img/bg-kv-pc.jpg) no-repeat top center/cover;
    padding-top: 40px;
  }
  .kv__text {
    position: relative;
  }
  .kv__text::after {
    position: absolute;
    content: "";
    background: url(/lp/souzokuzentai/2407_c/img/img-kv01-pc.png) no-repeat bottom right;
    width: 213px;
    height: 235px;
    bottom: 0;
    right: 0;
  }
  .kv__text--block {
    width: 560px;
    text-align: center;
    font-weight: 700;
  }
  .kv__text--sub-catch {
    position: relative;
    font-size: 26px;
  }
  .kv__text--sub-catch::before, .kv__text--sub-catch::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #122c34;
    top: 0;
    left: -20px;
    transform: rotate(150deg);
    box-shadow: 2px 0px #fff, -2px 0px #fff, 0px 2px #fff, 0px -2px #fff, 2px 2px #fff, -2px 2px #fff, -2px -2px #fff, 2px -2px #fff;
  }
  .kv__text--sub-catch::after {
    left: auto;
    right: -20px;
    transform: rotate(-150deg);
  }
  .kv__text--balloon {
    background-color: #fff;
    border: 2px solid #4bbfbf;
    border-radius: 10px;
    padding: 15px;
    position: relative;
  }
  .kv__text--balloon::before, .kv__text--balloon::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
  }
  .kv__text--balloon::before {
    border-width: 10px 0 10px 30px;
    border-color: transparent transparent transparent #fff;
    top: 40px;
    right: -30px;
    z-index: 3;
  }
  .kv__text--balloon::after {
    border-width: 12px 0 12px 34px;
    border-color: transparent transparent transparent #4bbfbf;
    top: 38px;
    right: -34px;
    z-index: 2;
  }
  .kv__text--catch {
    color: #4bbfbf;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
  }
  .kv__text--catch-accent {
    font-size: 48px;
  }
  .kv__text--branch {
    font-size: 22px;
    margin-top: 5px;
  }
  .section--souzoku-all-point {
    background: url(/lp/souzokuzentai/2407_c/img/bg-pattern-pc.png), #4bbfbf;
  }
  .section--souzoku-all-problem {
    padding: 80px 0;
  }
  .intro-box {
    margin-top: 50px;
    padding: 35px 40px;
    background: #fef9e5;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .intro-box__text:not(:first-of-type) {
    margin-top: 35px;
  }
  .cta {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .cta__block {
    position: relative;
  }
  .cta__balloon {
    background-color: #ffd766;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    position: relative;
  }
  .cta__balloon::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #ffd766 transparent transparent transparent;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta__tel--text {
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    padding-left: 65px;
    position: relative;
  }
  .cta__tel--text::before {
    position: absolute;
    content: "";
    background: url(/lp/souzokuzentai/2407_c/img/icon-freecall.svg) no-repeat top center/cover;
    width: 55px;
    height: 45px;
    left: 0;
  }
  .cta__tel--text-note {
    line-height: 1;
  }
  .floating__tel--text {
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    padding-left: 55px;
    position: relative;
    position: relative;
  }
  .floating__tel--text::before {
    position: absolute;
    content: "";
    background: url(/lp/souzokuzentai/2407_c/img/icon-freecall.svg) no-repeat top center/contain;
    width: 45px;
    height: 36px;
    left: 0;
  }
  .floating__tel--text-note {
    line-height: 1;
    font-size: 15px;
  }
  .list__souzoku-all-disadvantage--item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    background: #122c34;
    padding: 15px;
  }
  .list__souzoku-all-point {
    display: flex;
    gap: 20px;
  }
  .list__souzoku-all-point--item {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    width: calc(50% - 10px);
    background: #fff;
    border: 2px solid #4bbfbf;
    border-radius: 3px;
  }
  .list__souzoku-all-point--item strong {
    font-size: 28px;
  }
  .list__souzoku-all-point--img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background: #4bbfbf;
    margin-right: 15px;
  }
  .list__souzoku-all-problem--item {
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-color: #e5e5e5;
    padding: 15px 10px;
  }
  .list__souzoku-all-problem--item-01 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem01-pc.png) no-repeat right bottom, #e5e5e5;
  }
  .list__souzoku-all-problem--item-02 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem02-pc.png) no-repeat right bottom, #e5e5e5;
  }
  .list__souzoku-all-problem--item-03 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem03-pc.png) no-repeat right bottom, #e5e5e5;
  }
  .list__souzoku-all-problem--item-04 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem04-pc.png) no-repeat right bottom, #e5e5e5;
  }
  .list__souzoku-all-self--item {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 3px;
    border: 2px solid #4bbfbf;
    width: calc(50% - 10px);
    padding: 20px;
  }
  .list__souzoku-all-self--item-01 {
    background: url(/lp/souzokuzentai/2407_c/img/img-self01-pc.png) no-repeat right 10px top 10px, #e8f7fa;
  }
  .list__souzoku-all-self--item-02 {
    background: url(/lp/souzokuzentai/2407_c/img/img-self02-pc.png) no-repeat right 10px top 10px, #e8f7fa;
  }
  .list__item-souzoku-all::before {
    background-color: #4bbfbf;
  }
  .acc__head--souzoku-all {
    background-color: #e8f7fa;
    padding: 0 50px 0 80px;
    height: 60px;
  }
  .acc__title--souzoku-all {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 7px 0;
  }
  .acc__title--souzoku-all::before {
    position: absolute;
    content: "";
    left: -80px;
    width: 60px;
    top: 0;
    height: 60px;
  }
  .acc__title--souzoku-all-01::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-estate.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-02::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-heir.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-03::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-discussion.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-04::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-application.svg) no-repeat 50%, #4bbfbf;
  }
  .box__souzoku-all-catch {
    background: url(/lp/souzokuzentai/2407_c/img/img-other-catch-pc.png) no-repeat right 40px bottom 0, #fef9e5;
  }
  .box__souzoku-all-catch--head {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #4bbfbf;
    border-bottom: 1px solid #4bbfbf;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .box__souzoku-all-catch--body {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  }
  .box__souzoku-all-catch--body strong {
    font-size: 26px;
    line-height: 1.5;
  }
  .box__souzoku-all {
    border: 2px solid #4bbfbf;
  }
  .box__souzoku-all--head {
    font-size: 28px;
    background-color: #4bbfbf;
  }
  .text-shadow--white {
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, -2px -1px 0 #fff, 2px -1px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, -1px -2px 0 #fff, 1px -2px 0 #fff;
  }
  .marker--registration-accent {
    background: linear-gradient(to top, transparent 0%, #ffd766 0%, #ffd766 12%, transparent 12%);
  }
  .color-registration-primary01 {
    color: #4bbfbf;
  }
  .gap05 {
    display: grid;
    gap: 5px;
  }
  .lh-1 {
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .text-shadow--white {
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff;
  }
  .gnav--souzoku-all {
    background: rgba(255, 255, 255, 0.5);
  }
  .gnav__list--souzoku-all {
    margin: 0;
    padding-bottom: 0;
  }
  .gnav__item--souzoku-all:last-of-type, .gnav__item--souzoku-all:not(:first-of-type) {
    border-color: #4bbfbf;
  }
  .gnav__item--souzoku-all:last-child {
    border-bottom: none;
  }
  .gnav__text--souzoku-all {
    color: #122c34;
    padding: 5.3333333333vw 2.6666666667vw;
  }
  .gnav__text--anchor {
    position: relative;
  }
  .gnav__text--anchor::after {
    position: absolute;
    content: "";
    top: 45%;
    right: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
    border-top: 0.5333333333vw solid #4bbfbf;
    border-right: 0.5333333333vw solid #4bbfbf;
    transform: translateY(-50%) rotate(135deg);
  }
  .bg--registration-primary01-light {
    background: #e8f7fa;
  }
  .box02--white-shadow {
    background: #fff;
    box-shadow: 0 0.8vw 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
    padding: 8vw 2.6666666667vw;
  }
  .title-lv2--catch {
    color: #4bbfbf;
    font-weight: 700;
    font-size: 9.0666666667vw;
    text-align: center;
  }
  .title-lv2-02--souzoku-all {
    border-bottom: 0.2666666667vw solid #122c34;
    padding-bottom: 5.3333333333vw;
  }
  .title-lv3--primary02-baloon {
    color: #fff;
    font-size: 6.9333333333vw;
    text-align: center;
    font-weight: 700;
    background: #122c34;
    border-radius: 0.8vw;
    padding: 4vw;
    position: relative;
  }
  .title-lv3--primary02-baloon::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5333333333vw 2vw 0 2vw;
    border-color: #122c34 transparent transparent transparent;
    bottom: -4vw;
    left: calc(50% - 2vw);
  }
  .kv--souzoku-all {
    background: url(/lp/souzokuzentai/2407_c/img/bg-kv-sp.jpg) no-repeat top center/cover;
    padding-top: 8vw;
  }
  .kv__text {
    position: relative;
  }
  .kv__text::after {
    position: absolute;
    content: "";
    background: url(/lp/souzokuzentai/2407_c/img/img-kv01-sp.png) no-repeat bottom right/contain;
    width: 43.2vw;
    height: 36.2666666667vw;
    bottom: 0;
    right: 0;
  }
  .kv__text--block {
    width: 72.5333333333vw;
    text-align: center;
    font-weight: 700;
  }
  .kv__text--sub-catch {
    position: relative;
    font-size: 5.6vw;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kv__text--sub-catch::before, .kv__text--sub-catch::after {
    position: absolute;
    content: "";
    width: 0.5333333333vw;
    height: 6.6666666667vw;
    background-color: #122c34;
    top: 0;
    left: 2.6666666667vw;
    transform: rotate(150deg);
    box-shadow: 0.5333333333vw 0px #fff, -0.5333333333vw 0px #fff, 0px 0.5333333333vw #fff, 0px -0.5333333333vw #fff, 0.5333333333vw 0.5333333333vw #fff, -0.5333333333vw 0.5333333333vw #fff, -0.5333333333vw -0.5333333333vw #fff, 0.5333333333vw -0.5333333333vw #fff;
  }
  .kv__text--sub-catch::after {
    left: auto;
    right: 2.6666666667vw;
    transform: rotate(-150deg);
  }
  .kv__text--balloon {
    background-color: #fff;
    border: 0.5333333333vw solid #4bbfbf;
    border-radius: 2.6666666667vw;
    padding: 2.1333333333vw 0 1.3333333333vw;
    position: relative;
  }
  .kv__text--balloon::before, .kv__text--balloon::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
  }
  .kv__text--balloon::before {
    border-width: 1.3333333333vw 0 1.3333333333vw 3.7333333333vw;
    border-color: transparent transparent transparent #fff;
    top: 16vw;
    right: -3.2vw;
    z-index: 3;
  }
  .kv__text--balloon::after {
    border-width: 1.8666666667vw 0 1.8666666667vw 4.2666666667vw;
    border-color: transparent transparent transparent #4bbfbf;
    top: 15.4666666667vw;
    right: -4.2666666667vw;
    z-index: 2;
  }
  .kv__text--catch {
    color: #4bbfbf;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    font-weight: 700;
  }
  .kv__text--catch-accent {
    font-size: 7.2vw;
  }
  .kv__text--branch {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
  .section--souzoku-all-point {
    background: url(/lp/souzokuzentai/2407_c/img/bg-pattern-sp.png), #4bbfbf;
  }
  .section--souzoku-all-problem {
    padding: 13.3333333333vw 0;
  }
  .section--souzoku-all-problem h2, .section--souzoku-all-reason h2, .section--souzoku-all-flow h2 {
    margin: 0 2.6666666667vw;
  }
  .intro-box {
    margin-top: 10.6666666667vw;
    padding: 5.3333333333vw 4vw;
    background: #fef9e5;
    box-shadow: 0 0 2.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.1);
    border-radius: 0.8vw;
  }
  .intro-box__text {
    line-height: 1.8;
  }
  .intro-box__text:not(:first-of-type) {
    margin-top: 8vw;
  }
  .list__souzoku-all-disadvantage--item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 4.2666666667vw;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    border-radius: 0.8vw;
    background: #122c34;
    padding: 2.1333333333vw;
  }
  .list__souzoku-all-point {
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
  .list__souzoku-all-point--item {
    display: flex;
    align-items: center;
    font-size: 5.3333333333vw;
    font-weight: 700;
    width: 100%;
    height: 16vw;
    background: #fff;
    border: 0.5333333333vw solid #4bbfbf;
    border-radius: 0.8vw;
  }
  .list__souzoku-all-point--item strong {
    font-size: 6.4vw;
  }
  .list__souzoku-all-point--img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.6666666667vw;
    height: 100%;
    background: #4bbfbf;
    margin-right: 4vw;
    padding: 1.3333333333vw;
  }
  .list__souzoku-all-problem--item {
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff;
    display: flex;
    border-radius: 0.8vw;
    background-color: #e5e5e5;
    padding: 2.6666666667vw;
  }
  .list__souzoku-all-problem--item-01 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem01-sp.png) no-repeat right top 5px/contain, #e5e5e5;
  }
  .list__souzoku-all-problem--item-02 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem02-sp.png) no-repeat right top 5px/contain, #e5e5e5;
  }
  .list__souzoku-all-problem--item-03 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem03-sp.png) no-repeat right top 5px/contain, #e5e5e5;
  }
  .list__souzoku-all-problem--item-04 {
    background: url(/lp/souzokuzentai/2407_c/img/img-problem04-sp.png) no-repeat right top 5px/contain, #e5e5e5;
  }
  .list__souzoku-all-self--item {
    font-size: 4.2666666667vw;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 0.8vw;
    border: 0.5333333333vw solid #4bbfbf;
    width: 50%;
    padding-top: 32vw;
    position: relative;
  }
  .list__souzoku-all-self--item-01::before, .list__souzoku-all-self--item-02::before {
    content: "";
    display: block;
    position: absolute;
    height: 32vw;
    width: 100%;
    top: 0;
    left: 0;
  }
  .list__souzoku-all-self--item-01::before {
    background: url(/lp/souzokuzentai/2407_c/img/img-self01-sp.png) no-repeat center top 10px/contain, #e8f7fa;
  }
  .list__souzoku-all-self--item-02::before {
    background: url(/lp/souzokuzentai/2407_c/img/img-self02-sp.png) no-repeat center top 10px/contain, #e8f7fa;
  }
  .list__souzoku-all-self--inner {
    padding: 2.1333333333vw 1.3333333333vw;
    background: #fff;
  }
  .list__item-souzoku-all::before {
    background-color: #4bbfbf;
  }
  .acc__head--souzoku-all {
    background-color: #e8f7fa;
    padding: 0 10.6666666667vw 0 18.6666666667vw;
  }
  .acc__title--souzoku-all {
    font-size: 5.3333333333vw;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    min-height: 60px;
    position: relative;
    padding: 2.6666666667vw 0;
  }
  .acc__title--souzoku-all::before {
    position: absolute;
    content: "";
    left: -18.6666666667vw;
    width: 16vw;
    top: 0;
    height: 100%;
  }
  .acc__title--souzoku-all-01::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-estate.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-02::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-heir.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-03::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-discussion.svg) no-repeat 50%, #4bbfbf;
  }
  .acc__title--souzoku-all-04::before {
    background: url(/lp/souzokuzentai/2407_c/img/icon-flow-application.svg) no-repeat 50%, #4bbfbf;
  }
  .box__souzoku-all-catch {
    background: url(/lp/souzokuzentai/2407_c/img/img-other-catch-sp.png) no-repeat right bottom/50%, #fef9e5;
    padding: 8vw 2.6666666667vw;
  }
  .box__souzoku-all-catch--head {
    font-size: 7.2vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #4bbfbf;
    border-bottom: 0.2666666667vw solid #4bbfbf;
    padding-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .box__souzoku-all-catch--body {
    font-size: 5.3333333333vw;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff;
    width: 70%;
  }
  .box__souzoku-all-catch--body strong {
    font-size: 5.8666666667vw;
    line-height: 1.5;
  }
  .box__souzoku-all {
    border: 2px solid #4bbfbf;
  }
  .box__souzoku-all--head {
    font-size: 5.3333333333vw;
    background-color: #4bbfbf;
  }
  .cta {
    box-shadow: 0 0 1.3333333333vw 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 8vw 0;
  }
  .cta__balloon {
    background-color: #ffd766;
    border-radius: 5.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 4.8vw;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    position: absolute;
    width: 100%;
    position: relative;
  }
  .cta__balloon::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.2vw 1.3333333333vw 0 1.3333333333vw;
    border-color: #ffd766 transparent transparent transparent;
    bottom: -3.2vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-web02--registration {
    background: #fef9e5;
    border: 2px solid #122c34;
    box-shadow: 0 3px #122c34;
  }
  .btn-web02__text--registration {
    color: #122c34;
  }
  .btn-web02__text--registration::before {
    mask: url(/lp/souzokuzentai/2407_c/img/icon-mail.svg) center center/contain no-repeat;
    background: #122c34;
  }
  .btn-web02__text--registration::after {
    mask: url(/lp/souzokuzentai/2407_c/img/icon-24h.svg) center center/contain no-repeat;
    background: #122c34;
  }
  .btn-tel--floating {
    width: 58.6666666667vw;
  }
  .btn-web03 {
    width: 33.3333333333vw;
    box-shadow: 0 0.8vw #f26430;
  }
  .btn-web03__text {
    padding: 0 0 0 7.7333333333vw;
    font-size: 4vw;
  }
  .btn-web03__text::before {
    width: 5.8666666667vw;
    height: 4.2666666667vw;
  }
  .btn-web03__time {
    border-radius: 2.1333333333vw;
  }
  .text-shadow--white {
    text-shadow: 0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw 0.2666666667vw 0 #fff, -0.2666666667vw -0.2666666667vw 0 #fff, 0.2666666667vw -0.2666666667vw 0 #fff, 0.5333333333vw 0.2666666667vw 0 #fff, -0.5333333333vw 0.2666666667vw 0 #fff, -0.5333333333vw -0.2666666667vw 0 #fff, 0.5333333333vw -0.2666666667vw 0 #fff, 0.2666666667vw 0.5333333333vw 0 #fff, -0.2666666667vw 0.5333333333vw 0 #fff, -0.2666666667vw -0.5333333333vw 0 #fff, 0.2666666667vw -0.5333333333vw 0 #fff;
  }
  .marker--registration-accent {
    background: linear-gradient(to top, transparent 0%, #ffd766 0%, #ffd766 12%, transparent 12%);
  }
  .color-registration-primary01 {
    color: #4bbfbf;
  }
  .lh-1 {
    line-height: 1;
  }
}/*# sourceMappingURL=style.css.map */