@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .p_top .mv-v2 {
    padding-top: 0;
    background: #EAF3F7;
  }
  .p_top .buyNew {
    background: #FFF3DB;
    padding: 22px 0 30.5px;
	  border-top: 45px solid #fa8007;/* 2026.04.07 addition rk */
  }
  .p_top .buyNew__main h2 {
    line-height: 0;
    text-align: center;
  }
  .p_top .buyNew__main h2 img {
    width: 377px;
    height: auto;
  }
  .p_top .buyNew__mainWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*margin-top: 26.5px;*/
	  margin: 26.5px auto 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .buyNew__mainWrap .left {
    width: 459px;
    margin-right: 31.4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .buyNew__mainWrap .left figure {
    width: 221px;
    padding: 5px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #FFE271;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .buyNew__mainWrap .left figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .buyNew__mainWrap .left figure figcaption {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -22px;
    width: 185px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #FA8007;
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
    padding: 5px;
  }
  .p_top .buyNew__mainWrap .right {
    width: 497px;
    background: #31A6D5;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 5px;
  }
  .p_top .buyNew__mainWrap .right__inner {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 15px 50px 23.6px 11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .buyNew__mainWrap .right__inner::before {
    content: "";
    width: 48.51px;
    height: 47.42px;
    background: url("../img/iconBuy01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 18px;
    right: -18px;
  }
  .p_top .buyNew__mainWrap .right__inner::after {
    position: absolute;
    content: "";
    width: 48.9px;
    height: 47.29px;
    background: url("../img/iconBuy02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(59deg);
       -moz-transform: rotate(59deg);
        -ms-transform: rotate(59deg);
            transform: rotate(59deg);
    right: 15px;
    bottom: 13px;
    z-index: -1;
  }
  .p_top .buyNew__mainWrap .right__inner h3 {
    font-size: 3.4rem;
    line-height: 1.44118;
    font-weight: 900;
    color: #133475;
  }
  .p_top .buyNew__mainWrap .right__inner .txt {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    color: #623030;
    letter-spacing: 0.05em;
    margin-top: 12px;
  }
  .p_top .buyNew__mainWrap .right__inner .txt span {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, yellow));
    background: -webkit-linear-gradient(top, white 0%, white 70%, yellow 70%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, yellow 70%);
    background: linear-gradient(180deg, white 0%, white 70%, yellow 70%);
  }
  .p_top .record {
    margin-bottom: 34px;
  }
  .p_top .record_main {
    counter-reset: ar;
    text-align: left;
  }
  .p_top .record_main article {
    counter-increment: ar;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 3px solid #104158;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .record_main article + article {
    margin-top: 41px;
  }
  .p_top .record_main article h3 {
    color: #fff;
    text-align: center;
    background: #104158;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 29px 5px 24px;
    -moz-border-radius: 7px 7px 0 0;
         border-radius: 7px 7px 0 0;
  }
  .p_top .record_main article h3::before {
    position: absolute;
    content: "買取実績." counter(ar, decimal-leading-zero);
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #104158;
    background: #fff;
    border: 2px solid #104158;
    -moz-border-radius: 17px;
         border-radius: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 160px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -16.5px;
  }
  .p_top .record_main article .ar {
    padding: 13px 19px 30px;
    background: #fff;
    -moz-border-radius: 0 0 6px 6px;
         border-radius: 0 0 6px 6px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .record_main article .ar .left {
    width: 356px;
    margin-right: 23px;
  }
  .p_top .record_main article .ar .left figure {
    width: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .record_main article .ar .left figure img {
    width: 100%;
    height: auto;
  }
  .p_top .record_main article .ar .left dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .record_main article .ar .left dl dt {
    width: 124px;
    height: 57px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    font-size: 2.5rem;
    line-height: 1.16;
    font-weight: 700;
    background: #104158;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 19px;
  }
  .p_top .record_main article .ar .left dl dt::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 18px;
    background: url("../img/recordTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -9px;
  }
  .p_top .record_main article .ar .left dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 27px 0 0;
  }
  .p_top .record_main article .ar .left dl dd span {
    font-size: 7.7rem;
    line-height: 1;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9e1d), color-stop(50%, #fb9e1d), color-stop(50%, #fb8706), to(#fb8706));
    background: -webkit-linear-gradient(top, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    background: -moz- oldlinear-gradient(top, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    background: linear-gradient(180deg, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p_top .record_main article .ar .left dl dd::after {
    position: absolute;
    content: "万円";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 700;
    color: #73C4EC;
    width: 27px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  .p_top .record_main article .ar .right {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .record_main article .ar .right .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -4.5px;
  }
  .p_top .record_main article .ar .right .list dl {
    border: 2px solid #104158;
    width: 113px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 4.5px;
  }
  .p_top .record_main article .ar .right .list dl dt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: 700;
    color: #fff;
    background: #104158;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
  }
  .p_top .record_main article .ar .right .list dl dd {
    height: 52px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    color: #1F1F1F;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .record_main article .ar .right .list dl dd small {
    font-size: 1.2rem;
  }
  .p_top .record_main article .ar .right .txt {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 10px;
    color: #000000;
  }
  .p_top .cta, .p_top .cta_00a, .p_top .cta_01a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: none;
  }
  .p_top .cta::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    left: 0;
    bottom: 0;
    background: url("../img/cta_bg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta_00a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    left: 0;
    bottom: 0;
    background: url("../img/cta_bg.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta_01a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
    left: 0;
    bottom: 0;
    /*background: url("../img/cta_bg.webp") 0 0 no-repeat;*/
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }

  .p_top .cta .row, .p_top .cta_00a .row, .p_top .cta_01a .row {
    max-width: 1000px;
  }
  .p_top .cta .row h3, .p_top .cta_00a .row h3, .p_top .cta_01a .row h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4rem;
    line-height: 1.44118;
    font-weight: 700;
    color: #FA8007;
    margin-bottom: 14px;
  }
  .p_top .cta .row h3::before, .p_top .cta .row h3::after, .p_top .cta_00a .row h3::before, .p_top .cta_00a .row h3::after, .p_top .cta_01a .row h3::before, .p_top .cta_01a .row h3::after {
    content: "";
    width: 19.13px;
    height: 41.91px;
    background: url("../img/splashCTA.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 18px;
  }
  .p_top .cta .row h3::after, .p_top .cta_00a .row h3::after, .p_top .cta_01a .row h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_top .cta .row dl dt, .p_top .cta_00a .row dl dt, .p_top .cta_01a .row dl dt {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 12px 0;
    text-align: center;
    font-size: 2rem;
    line-height: 1.45;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 8px 8px 0 0;
         border-radius: 8px 8px 0 0;
  }
  .p_top .cta .row dl dt em, .p_top .cta_00a .row dl dt em, .p_top .cta_01a .row dl dt em {
    font-style: normal;
    font-size: 2.3rem;
    line-height: 1.47826;
  }
  .p_top .cta .row dl dt em span, .p_top .cta_00a .row dl dt em span, .p_top .cta_01a .row dl dt em span {
    font-size: 3.4rem;
    line-height: 1.44118;
  }
  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dt em span.small, .p_top .cta_00a .row dl dt em span.small, .p_top .cta_01a .row dl dt em span.small {
    font-size: 2.0rem;
    line-height: 1.44118;
  }
  .p_top .cta .row dl dd, .p_top .cta_00a .row dl dd, .p_top .cta_01a .row dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 18px 22px 25px;
  }
  .p_top .cta .row dl dd .cta_l, .p_top .cta_00a .row dl dd .cta_l, .p_top .cta_01a .row dl dd .cta_l {
    width: 356px;
    margin-right: 25px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .row dl dd .cta_l figure, .p_top .cta_00a .row dl dd .cta_l figure, .p_top .cta_01a .row dl dd .cta_l figure {
    width: 100%;
  }
  .p_top .cta .row dl dd .cta_l figure img, .p_top .cta_00a .row dl dd .cta_l figure img, .p_top .cta_01a .row dl dd .cta_l figure img {
    width: 100%;
    height: auto;
  }
  .p_top .cta .row dl dd .cta_l ul, .p_top .cta_00a .row dl dd .cta_l ul, .p_top .cta_01a .row dl dd .cta_l ul {
    position: absolute;
    right: 12px;
    bottom: 14px;
    left: inherit;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p_top .cta .row dl dd .cta_l ul li, .p_top .cta_00a .row dl dd .cta_l ul li, .p_top .cta_01a .row dl dd .cta_l ul li {
    width: 81.55px;
    height: 81.55px;
  }
  .p_top .cta .row dl dd .cta_l ul li::before, .p_top .cta_00a .row dl dd .cta_l ul li::before, .p_top .cta_01a .row dl dd .cta_l ul li::before {
    width: 21.02px;
    height: 23.32px;
  }
  .p_top .cta .row dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_00a .row dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_01a .row dl dd .cta_l ul li:nth-of-type(2)::before {
    width: 18.29px;
    height: 20.92px;
  }
  .p_top .cta .row dl dd .cta_l ul li small, .p_top .cta_00a .row dl dd .cta_l ul li small, .p_top .cta_01a .row dl dd .cta_l ul li small {
    font-size: 0.9rem;
    line-height: 1.44444;
  }
  .p_top .cta .row dl dd .cta_l ul li span, .p_top .cta_00a .row dl dd .cta_l ul li span, .p_top .cta_01a .row dl dd .cta_l ul li span {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p_top .cta .row dl dd .cta_e, .p_top .cta_00a .row dl dd .cta_e, .p_top .cta_01a .row dl dd .cta_e {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .cta .row dl dd .cta_e h4, .p_top .cta_00a .row dl dd .cta_e h4, .p_top .cta_01a .row dl dd .cta_e h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_top .cta .row dl dd .cta_e h4 span, .p_top .cta_00a .row dl dd .cta_e h4 span, .p_top .cta_01a .row dl dd .cta_e h4 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.7rem;
    line-height: 2;
    font-weight: 900;
    color: #502800;
  }
  .p_top .cta .row dl dd .cta_e h4 span + span, .p_top .cta_00a .row dl dd .cta_e h4 span + span, .p_top .cta_01a .row dl dd .cta_e h4 span + span {
    margin-top: -5px;
  }
  .p_top .cta .row dl dd .cta_e h4 span::before, .p_top .cta .row dl dd .cta_e h4 span::after, .p_top .cta_00a .row dl dd .cta_e h4 span::before, .p_top .cta_00a .row dl dd .cta_e h4 span::after, .p_top .cta_01a .row dl dd .cta_e h4 span::before, .p_top .cta_01a .row dl dd .cta_e h4 span::after {
    content: "「";
    font-size: 2.8rem;
    line-height: 1.42857;
    font-weight: 900;
    color: #502800;
  }
  .p_top .cta .row dl dd .cta_e h4 span::after, .p_top .cta_00a .row dl dd .cta_e h4 span::after, .p_top .cta_01a .row dl dd .cta_e h4 span::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p_top .cta .row dl dd .cta_e .txt, .p_top .cta_00a .row dl dd .cta_e .txt, .p_top .cta_01a .row dl dd .cta_e .txt {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a {
	  margin: 0 auto;
	  text-align: center;
	  width: 100%;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a .text_a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a .text_a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a .text_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 30px auto 0;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a .link_a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a .link_a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a .link_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 10px auto 0;
  }

  .p_top .cta .row dl dd .cta_r, .p_top .cta_00a .row dl dd .cta_r, .p_top .cta_01a .row dl dd .cta_r {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 11.5px -3.5px -3.5px;
    padding-bottom: 0;
  }
  .p_top .cta .row dl dd .cta_r a, .p_top .cta_00a .row dl dd .cta_r a, .p_top .cta_01a .row dl dd .cta_r a {
    display: block;
    width: 310px;
    margin: 3px;
    line-height: 0;
  }
  .p_top .cta .row dl dd .cta_r a img, .p_top .cta_00a .row dl dd .cta_r a img, .p_top .cta_01a .row dl dd .cta_r a img {
    width: 100%;
    height: auto;
  }
  .p_top .cta .row dl dd .cta_r a:nth-of-type(1), .p_top .cta_00a .row dl dd .cta_r a:nth-of-type(1), .p_top .cta_01a .row dl dd .cta_r a:nth-of-type(1) {
    padding-left: 0;
    margin-bottom: 0;
  }
  .p_top .cta .row dl dd .cta_r a:nth-of-type(1)::before, .p_top .cta_00a .row dl dd .cta_r a:nth-of-type(1)::before, .p_top .cta_01a .row dl dd .cta_r a:nth-of-type(1)::before {
    display: none;
  }
  .p_top .reasons .head h2::after {
    width: 276px;
    height: 296px;
    right: -250px;
  }
  .p_top .case_top {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p_top .case_top figure {
    width: 265px;
    margin-left: -106px;
  }
  .p_top .case_top h2 {
    width: 639px;
    line-height: 0;
    padding-left: 0;
    margin-left: -20px;
  }
  .p_top .customer_main {
    background: none;
  }
  .p_top .customer_main .head h2 {
    line-height: 0;
  }
  .p_top .customer_main .head h2 img {
    width: 442px;
  }
  .p_top .customer_main .head::after {
    width: 144px;
    height: 156px;
    right: 0;
  }
  .p_top .customer_main .bd {
    background: #fff;
    padding: 25px 0;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .owner h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .owner h2::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 140px;
    background: url("../img/ownerSync.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 122px;
  }
  .p_top .flow .head .txtTop {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 352px;
    height: 92px;
    border: 2px solid #31A6D5;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 39px;
    margin-left: -60px;
  }
  .p_top .flow .head h2::before {
    width: 166px;
    height: 212px;
    top: -114px;
  }
  .p_top .contact .form dl dd .wrapPostcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .wrapPostcode input {
    width: 241px;
  }
  .p_top .contact .form dl dd .wrapPostcode span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 34px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    color: #000000;
    background: #DEDEDE;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin-left: 12px;
  }
  .p_top .blog-box h2 {
    max-width: 570px;
    margin: auto;
    text-align: center;
    display: block;
    font-size: 5.2rem;
    line-height: 1.44231;
    padding-bottom: 43px;
  }
  .p_top .blog-box h2::before {
    width: 100%;
    height: 31px;
    background: url("../img/blog_line.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blog-box h2::after {
    width: 66px;
    height: 62px;
  }
  .p_top .blog-box h2 span {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blog-box h2 span::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 147px;
    right: 0;
    bottom: -13px;
    background: url("../img/blog_man.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
}

@media screen and (max-width: 768px), print {
  .p_top .buyNew {
    background: #FFF3DB;
    padding: 4.58937vw 0 6.93237vw;
	  border-top: 45px solid #fa8007;/* 2026.04.07 addition rk */
  }
  .p_top .buyNew__main h2 {
    line-height: 0;
    text-align: center;
  }
  .p_top .buyNew__main h2 img {
    width: 91.0628vw;
    height: auto;
  }
  .p_top .buyNew__mainWrap {
    /*margin-top: 2.657vw;*/
	  margin: 2.657vw auto 7.657vw;/* 2026.04.07 addition rk */
  }
  .p_top .buyNew__mainWrap .left {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .buyNew__mainWrap .left figure {
    width: 44.68599vw;
    padding: 0.96618vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #FFE271;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .buyNew__mainWrap .left figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .buyNew__mainWrap .left figure figcaption {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -4.34783vw;
    width: 37.19807vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #FA8007;
    color: #fff;
    font-size: 4.10628vw;
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
    padding: 1.20773vw;
  }
  .p_top .buyNew__mainWrap .right {
    width: 100%;
    background: #31A6D5;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 1.20773vw;
    margin-top: 6.88406vw;
  }
  .p_top .buyNew__mainWrap .right__inner {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 2.657vw 7.24638vw 3.62319vw 2.29469vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .buyNew__mainWrap .right__inner::before {
    content: "";
    width: 9.05314vw;
    height: 8.85024vw;
    background: url("../img/iconBuy01.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 3.86473vw;
    right: -1.93237vw;
  }
  .p_top .buyNew__mainWrap .right__inner::after {
    position: absolute;
    content: "";
    width: 9.1256vw;
    height: 8.82367vw;
    background: url("../img/iconBuy02.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transform: rotate(59deg);
       -moz-transform: rotate(59deg);
        -ms-transform: rotate(59deg);
            transform: rotate(59deg);
    right: 2.75362vw;
    bottom: 2.17391vw;
    z-index: -1;
  }
  .p_top .buyNew__mainWrap .right__inner h3 {
    font-size: 6.52174vw;
    line-height: 1.44118;
    font-weight: 900;
    color: #133475;
  }
  .p_top .buyNew__mainWrap .right__inner .txt {
    font-size: 3.86473vw;
    line-height: 1.4;
    font-weight: 700;
    color: #623030;
    letter-spacing: 0.05em;
    margin-top: 1.81159vw;
  }
  .p_top .buyNew__mainWrap .right__inner .txt span {
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, white), color-stop(70%, yellow));
    background: -webkit-linear-gradient(top, white 0%, white 70%, yellow 70%);
    background: -moz- oldlinear-gradient(top, white 0%, white 70%, yellow 70%);
    background: linear-gradient(180deg, white 0%, white 70%, yellow 70%);
  }
  .p_top .record {
    margin-bottom: 3.98551vw;
  }
  .p_top .record_main {
    counter-reset: ar;
    text-align: left;
  }
  .p_top .record_main article {
    counter-increment: ar;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 0.72464vw solid #104158;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .record_main article + article {
    margin-top: 8.9372vw;
  }
  .p_top .record_main article h3 {
    color: #fff;
    text-align: left;
    background: #104158;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 4.83092vw;
    line-height: 1.2;
    font-weight: 700;
    padding: 5.31401vw 5px 3.1401vw;
    -moz-border-radius: 1.93237vw 1.93237vw 0 0;
         border-radius: 1.93237vw 1.93237vw 0 0;
  }
  .p_top .record_main article h3::before {
    position: absolute;
    content: "買取実績." counter(ar, decimal-leading-zero);
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: #104158;
    background: #fff;
    border: 2px solid #104158;
    -moz-border-radius: 4.10628vw;
         border-radius: 4.10628vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 38.64734vw;
    height: 7.97101vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -3.98551vw;
  }
  .p_top .record_main article .ar {
    padding: 3.1401vw 2.657vw 6.03865vw;
    background: #fff;
    -moz-border-radius: 0 0 1.44928vw 1.44928vw;
         border-radius: 0 0 1.44928vw 1.44928vw;
  }
  .p_top .record_main article .ar .left {
    width: 100%;
  }
  .p_top .record_main article .ar .left figure {
    width: 100%;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .record_main article .ar .left figure img {
    width: 100%;
    height: auto;
  }
  .p_top .record_main article .ar .left dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .record_main article .ar .left dl dt {
    width: 29.95169vw;
    height: 13.76812vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #fff;
    margin-top: 3.62319vw;
    font-size: 6.03865vw;
    line-height: 1.16;
    font-weight: 700;
    background: #104158;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-right: 4.58937vw;
  }
  .p_top .record_main article .ar .left dl dt::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 4.34783vw;
    background: url("../img/recordTriangle.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2.17391vw;
  }
  .p_top .record_main article .ar .left dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 6.52174vw 0 0;
  }
  .p_top .record_main article .ar .left dl dd span {
    font-size: 18.59903vw;
    line-height: 1;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, from(#fb9e1d), color-stop(50%, #fb9e1d), color-stop(50%, #fb8706), to(#fb8706));
    background: -webkit-linear-gradient(top, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    background: -moz- oldlinear-gradient(top, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    background: linear-gradient(180deg, #fb9e1d 0%, #fb9e1d 50%, #fb8706 50%, #fb8706 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .p_top .record_main article .ar .left dl dd::after {
    position: absolute;
    content: "万円";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 6.52174vw;
    line-height: 1;
    font-weight: 700;
    color: #73C4EC;
    width: 6.52174vw;
    display: block;
    text-align: center;
    margin-top: 1.20773vw;
  }
  .p_top .record_main article .ar .right {
    margin-top: 2.41546vw;
  }
  .p_top .record_main article .ar .right .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.08696vw;
  }
  .p_top .record_main article .ar .right .list dl {
    border: 2px solid #104158;
    width: 27.05314vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    margin: 1.08696vw;
  }
  .p_top .record_main article .ar .right .list dl dt {
    text-align: center;
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: 700;
    color: #fff;
    background: #104158;
    -moz-border-radius: 1.93237vw 1.93237vw 0 0;
         border-radius: 1.93237vw 1.93237vw 0 0;
  }
  .p_top .record_main article .ar .right .list dl dd {
    height: 12.56039vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.38164vw;
    line-height: 1.4;
    font-weight: 700;
    color: #1F1F1F;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .record_main article .ar .right .list dl dd small {
    font-size: 2.89855vw;
  }
  .p_top .record_main article .ar .right .txt {
    font-size: 3.38164vw;
    line-height: 1.71429;
    margin-top: 2.41546vw;
    color: #000000;
  }
  .p_top .cta, .p_top .cta_00a, .p_top .cta_01a {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: none;
  }
  .p_top .cta::after, .p_top .cta_00a::after, .p_top .cta_01a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 22.46377vw);
    height: -moz-calc(100% - 22.46377vw);
    height: calc(100% - 22.46377vw);
    left: 0;
    bottom: 0;
    background: url("../img/cta_bg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .p_top .cta .row, .p_top .cta_00a .row, .p_top .cta_01a .row {
    max-width: 100%;
  }
  .p_top .cta .row h3, .p_top .cta_00a .row h3, .p_top .cta_01a .row h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.83092vw;
    line-height: 1.44118;
    font-weight: 700;
    color: #FA8007;
    margin-bottom: 1.93237vw;
  }
  .p_top .cta .row h3::before, .p_top .cta .row h3::after, .p_top .cta_00a .row h3::before, .p_top .cta_00a .row h3::after, .p_top .cta_01a .row h3::before, .p_top .cta_01a .row h3::after {
    content: "";
    width: 2.657vw;
    height: 5.7971vw;
    background: url("../img/splashCTA.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin: 0 2.41546vw;
  }
  .p_top .cta .row h3::after, .p_top .cta_00a .row h3::after, .p_top .cta_01a .row h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_top .cta .row dl::after, .p_top .cta_00a .row dl::after, .p_top .cta_01a .row dl::after {
    pointer-events: none;
  }
  .p_top .cta .row dl dt, .p_top .cta_00a .row dl dt, .p_top .cta_01a .row dl dt {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding: 2.17391vw 0 4.15459vw;
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.45;
    font-weight: 700;
    color: #fff;
    -moz-border-radius: 1.93237vw 1.93237vw 0 0;
         border-radius: 1.93237vw 1.93237vw 0 0;
  }
  .p_top .cta .row dl dt em, .p_top .cta_00a .row dl dt em, .p_top .cta_01a .row dl dt em {
    font-style: normal;
    font-size: 5.55556vw;
    line-height: 1.47826;
  }
  .p_top .cta .row dl dt em span, .p_top .cta_00a .row dl dt em span, .p_top .cta_01a .row dl dt em span {
    font-size: 8.21256vw;
    line-height: 1.44118;
  }
  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dt em span.small, .p_top .cta_00a .row dl dt em span.small, .p_top .cta_01a .row dl dt em span.small {
    font-size: 6.0vw;
    line-height: 1.44118;
  }
  .p_top .cta .row dl dd, .p_top .cta_00a .row dl dd, .p_top .cta_01a .row dl dd {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.93237vw 3.62319vw 5.31401vw;
  }
  .p_top .cta .row dl dd .cta_l, .p_top .cta_00a .row dl dd .cta_l, .p_top .cta_01a .row dl dd .cta_l {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta .row dl dd .cta_l figure, .p_top .cta_00a .row dl dd .cta_l figure, .p_top .cta_01a .row dl dd .cta_l figure {
    width: 100%;
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  .p_top .cta .row dl dd .cta_l figure img, .p_top .cta_00a .row dl dd .cta_l figure img, .p_top .cta_01a .row dl dd .cta_l figure img {
    width: 100%;
    height: auto;
  }
  .p_top .cta .row dl dd .cta_l ul, .p_top .cta_00a .row dl dd .cta_l ul, .p_top .cta_01a .row dl dd .cta_l ul {
    position: absolute;
    right: 2.89855vw;
    bottom: 3.38164vw;
    left: inherit;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 4;
  }
  .p_top .cta .row dl dd .cta_l ul li, .p_top .cta_00a .row dl dd .cta_l ul li, .p_top .cta_01a .row dl dd .cta_l ul li {
    width: 19.69807vw;
    height: 19.69807vw;
  }
  .p_top .cta .row dl dd .cta_l ul li::before, .p_top .cta_00a .row dl dd .cta_l ul li::before, .p_top .cta_01a .row dl dd .cta_l ul li::before {
    width: 5.07729vw;
    height: 5.63285vw;
  }
  .p_top .cta .row dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_00a .row dl dd .cta_l ul li:nth-of-type(2)::before, .p_top .cta_01a .row dl dd .cta_l ul li:nth-of-type(2)::before {
    width: 4.41787vw;
    height: 5.05314vw;
  }
  .p_top .cta .row dl dd .cta_l ul li small, .p_top .cta_00a .row dl dd .cta_l ul li small, .p_top .cta_01a .row dl dd .cta_l ul li small {
    font-size: 2.17391vw;
    line-height: 1.44444;
  }
  .p_top .cta .row dl dd .cta_l ul li span, .p_top .cta_00a .row dl dd .cta_l ul li span, .p_top .cta_01a .row dl dd .cta_l ul li span {
    font-size: 3.62319vw;
    line-height: 1.4;
  }
  .p_top .cta .row dl dd .cta_e, .p_top .cta_00a .row dl dd .cta_e, .p_top .cta_01a .row dl dd .cta_e {
    width: 100%;
    margin-top: 5.07246vw;
  }
  .p_top .cta .row dl dd .cta_e h4, .p_top .cta_00a .row dl dd .cta_e h4, .p_top .cta_01a .row dl dd .cta_e h4 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .cta .row dl dd .cta_e h4 span, .p_top .cta_00a .row dl dd .cta_e h4 span, .p_top .cta_01a .row dl dd .cta_e h4 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.58937vw;
    line-height: 2;
    font-weight: 900;
    color: #502800;
  }
  .p_top .cta .row dl dd .cta_e h4 span + span, .p_top .cta_00a .row dl dd .cta_e h4 span + span, .p_top .cta_01a .row dl dd .cta_e h4 span + span {
    margin-top: -1.20773vw;
  }
  .p_top .cta .row dl dd .cta_e h4 span::before, .p_top .cta .row dl dd .cta_e h4 span::after, .p_top .cta_00a .row dl dd .cta_e h4 span::before, .p_top .cta_00a .row dl dd .cta_e h4 span::after, .p_top .cta_01a .row dl dd .cta_e h4 span::before, .p_top .cta_01a .row dl dd .cta_e h4 span::after {
    content: "「";
    font-size: 4.83092vw;
    line-height: 1.92857;
    font-weight: 900;
    color: #502800;
    display: block;
  }
  .p_top .cta .row dl dd .cta_e h4 span::before, .p_top .cta_00a .row dl dd .cta_e h4 span::before, .p_top .cta_01a .row dl dd .cta_e h4 span::before {
    -webkit-transform: translateY(-1.20773vw);
       -moz-transform: translateY(-1.20773vw);
        -ms-transform: translateY(-1.20773vw);
            transform: translateY(-1.20773vw);
  }
  .p_top .cta .row dl dd .cta_e h4 span::after, .p_top .cta_00a .row dl dd .cta_e h4 span::after, .p_top .cta_01a .row dl dd .cta_e h4 span::after {
    -webkit-transform: translateY(1.20773vw) rotate(180deg);
       -moz-transform: translateY(1.20773vw) rotate(180deg);
        -ms-transform: translateY(1.20773vw) rotate(180deg);
            transform: translateY(1.20773vw) rotate(180deg);
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p_top .cta .row dl dd .cta_e .txt, .p_top .cta_00a .row dl dd .cta_e .txt, .p_top .cta_01a .row dl dd .cta_e .txt {
    color: #502800;
    font-size: 3.86473vw;
    line-height: 1.45455;
    text-align: center;
    margin-top: 3.1401vw;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a {
	  margin: 0 auto;
	  text-align: center;
	  width: 100%;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a .text_a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a .text_a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a .text_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 30px auto 0;
  }

  /*2026.04.07 addition rk ---*/
  .p_top .cta .row dl dd .cta_bottom_text_set_01a .link_a, .p_top .cta_00a .row dl dd .cta_bottom_text_set_01a .link_a, .p_top .cta_01a .row dl dd .cta_bottom_text_set_01a .link_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 10px auto 0;
  }

  /*2026.04.07 addition rk ---*/
  .f-contact .row .cta_bottom_text_set_01a {
	  margin: 0 auto;
	  text-align: center;
	  width: 100%;
  }

  /*2026.04.07 addition rk ---*/
  .f-contact .row .cta_bottom_text_set_01a .text_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 30px auto 0;
  }

  /*2026.04.07 addition rk ---*/
  .f-contact .row .cta_bottom_text_set_01a .link_a {
    color: #502800;
    font-size: 2.2rem;
    line-height: 1.45455;
	  margin: 10px auto 0;
  }

  .p_top .cta .row dl dd .cta_r, .p_top .cta_00a .row dl dd .cta_r, .p_top .cta_01a .row dl dd .cta_r {
    width: 100%;
    padding-bottom: 0;
  }
  .p_top .cta .row dl dd .cta_r a, .p_top .cta_00a .row dl dd .cta_r a, .p_top .cta_01a .row dl dd .cta_r a {
    display: block;
    width: 100%;
    margin: 3px;
    line-height: 0;
    margin: 0;
  }
  .p_top .cta .row dl dd .cta_r a + a, .p_top .cta_00a .row dl dd .cta_r a + a, .p_top .cta_01a .row dl dd .cta_r a + a {
    margin-top: 3.1401vw;
  }
  .p_top .cta .row dl dd .cta_r a img, .p_top .cta_00a .row dl dd .cta_r a img, .p_top .cta_01a .row dl dd .cta_r a img {
    width: 100%;
    height: auto;
  }
  .p_top .cta .row dl dd .cta_r a:nth-of-type(1), .p_top .cta_00a .row dl dd .cta_r a:nth-of-type(1), .p_top .cta_01a .row dl dd .cta_r a:nth-of-type(1) {
    padding-left: 0;
    margin-bottom: 0;
  }
  .p_top .cta .row dl dd .cta_r a:nth-of-type(1)::before, .p_top .cta_00a .row dl dd .cta_r a:nth-of-type(1)::before, .p_top .cta_01a .row dl dd .cta_r a:nth-of-type(1)::before {
    display: none;
  }
  .p_top .cta.cusPad, .p_top .cta_00a.cusPad .p_top .cta_01a.cusPad {
    padding-bottom: 4.83092vw;
  }
  .p_top .cta.cusPad .row dl, .p_top .cta_00a.cusPad .row dl, .p_top .cta_01a.cusPad .row dl {
    margin-bottom: 0;
  }
  .p_top .reasons .head h2 {
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .reasons .head h2::after {
    width: 40.33816vw;
    height: 43.23671vw;
    right: -25.36232vw;
    z-index: -1;
  }
  .p_top .case {
    padding-top: 8.9372vw;
    padding-bottom: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .case_top {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 9.17874vw;
  }
  .p_top .case_top figure {
    display: none;
  }
  .p_top .case_top h2 {
    text-align: center;
    line-height: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .p_top .case_top h2 img {
    width: 84.05797vw;
  }
  .p_top .case > ul li:nth-of-type(2) {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .case > ul li:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 44.2029vw;
    height: 44.2029vw;
    right: -1.93237vw;
    top: -4.83092vw;
    background: url("../img/case_man_sp.webp") bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .customer {
    margin-top: 9.17874vw;
    padding-top: 0;
  }
  .p_top .customer_main {
    background: none;
  }
  .p_top .customer_main .head {
    padding-top: 4.10628vw;
    padding-bottom: 4.10628vw;
    overflow: inherit;
  }
  .p_top .customer_main .head h2 {
    line-height: 0;
  }
  .p_top .customer_main .head h2 img {
    width: 50.72464vw;
  }
  .p_top .customer_main .head::after {
    width: 34.78261vw;
    height: 37.68116vw;
    background: url("../img/customer_man_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .customer_main .bd {
    background: #fff;
    padding: 4.83092vw 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .thoughts .txt {
    padding-bottom: 2.41546vw;
  }
  .p_top .thoughts .txt p:not(:last-child) {
    margin-bottom: 0;
  }
  .p_top .owner {
    padding-bottom: 5.31401vw;
  }
  .p_top .owner h2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    text-align: left;
    margin-bottom: 4.29952vw;
  }
  .p_top .owner h2 small {
    font-size: 80%;
  }
  .p_top .owner h2::before {
    position: absolute;
    content: "";
    width: 34.05797vw;
    height: 33.81643vw;
    background: url("../img/ownerSync_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: -4.29952vw;
    right: -3.62319vw;
    z-index: -1;
  }
  .p_top .flow .head .txtTop {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 6.52174vw;
    width: 65.45894vw;
    background: #fff;
    border: 2px solid #31A6D5;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .flow .head .txtTop::after {
    right: 0;
    bottom: -1.93237vw;
  }
  .p_top .flow .head h2::before {
    width: 38.64734vw;
    height: 49.27536vw;
    top: -14.49275vw;
    left: -3.62319vw;
  }
  .p_top .flow .bd ul {
    counter-reset: li;
  }
  .p_top .flow .bd ul li {
    counter-increment: li;
  }
  .p_top .flow .bd ul li::before {
    display: none;
  }
  .p_top .flow .bd ul li::after {
    top: -5.07246vw;
    z-index: 3;
  }
  .p_top .flow .bd ul li h3 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .p_top .flow .bd ul li h3::before {
    position: absolute;
    content: counter(li, decimal-leading-zero);
    width: 15.94203vw;
    height: 15.94203vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    background: #31A6D5;
    top: -7.24638vw;
    z-index: -1;
    padding-top: 4.58937vw;
  }
  .p_top .contact .form dl dd .wrapPostcode {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .form dl dd .wrapPostcode input {
    width: 44.92754vw;
  }
  .p_top .contact .form dl dd .wrapPostcode span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 13.04348vw;
    height: 8.21256vw;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: normal;
    color: #000000;
    background: #DEDEDE;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin-left: 2.89855vw;
  }
  .p_top .blog-box h2 {
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    font-size: 8.45411vw;
    line-height: 1.44231;
    padding-bottom: 6.76329vw;
  }
  .p_top .blog-box h2::before {
    width: 100%;
    height: 5.07246vw;
    background: url("../img/blog_line.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .blog-box h2::after {
    width: 10.62802vw;
    height: 10.14493vw;
  }
  .p_top .blog-box h2 span {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blog-box h2 span::after {
    position: absolute;
    content: "";
    width: 20.28986vw;
    height: 23.91304vw;
    right: 0;
    bottom: -1.93237vw;
    background: url("../img/blog_man.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    z-index: -1;
  }
  .p_top .fixedCTA {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #104158;
    padding: 3.86473vw 3.62319vw 2.89855vw;
  }
  .p_top .fixedCTA::after {
    position: absolute;
    content: "";
    width: 19.56522vw;
    height: 32.36715vw;
    background: url("../img/manCTA.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  .p_top .fixedCTA ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -0.60386vw;
  }
  .p_top .fixedCTA ul li {
    line-height: 0;
    margin: 0.60386vw;
  }
  .p_top .fixedCTA ul li a {
    display: inline-block;
    line-height: 0;
  }
  .p_top .fixedCTA ul li a img {
    width: auto;
    height: 11.83575vw;
  }
  .p_top .footer {
    padding-bottom: 21.73913vw;
  }
}

/* 2024/02/ スライダー処理 ここから */
@media screen and (min-width: 769px), print {
  .p_top .mv-v2 {
    height: auto;
  }
  .p_top .mv-v2 .swiper-slide {
    padding-top: 30px;
  }
  /*2026.04.07 revise rk ---*/
  .p_top .mv-v2 .txt1 picture {
    margin-top: 0px;
  }
}
/* 2024/02/ スライダー処理 ここまで */