@charset "UTF-8";

.top .main-visual {
    background-image: url(../../../img/webp/top/mv_bg.webp);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

.top .main-visualInner {
    overflow: hidden;
    position: relative;
    width: 100%;
    /* height: calc(100vh - 100px);
    min-height: 680px; */
    height: 680px;
    padding: 0 20px;
    padding-bottom: 5px;
    margin-bottom: -5px
}

.top .main-visualInner::before {
    content: "";
    background-image: -webkit-image-set(url(../../../img/webp/top/kv_cover.webp) 1x, url(../../../img/webp/top/kv_cover@2x.webp) 2x);
    background-image: image-set(url(../../../img/webp/top/kv_cover.webp) 1x, url(../../../img/webp/top/kv_cover@2x.webp) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    right: -10%;
    z-index: 2
}

/* .top .main-visualInner::after {
    content: "";
    width: 100%;
    height: 70%;
    background: url(../../../img/webp/top/top_bg.webp) repeat-x;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0
} */

.top .main-visualTxtbox {
    position: absolute;
    top: 24%;
    left: 2.6%;
    margin-right: 20px;
    z-index: 3;
    height: auto;
    z-index: 6;
    display: inline-block
}

.top .main-visual-txt1 {
    min-width: 400px;
    max-width: 606px;
    width: 30vw
}

.top .main-visual-txt2 {
    padding-left: 11px;
    margin-top: min(2.6041666667vw, 47px);
    max-width: 800px;
    min-width: 650px;
    width: 54.1666vw;
    /* max-width: clamp(650px, 65vw, 1040px) */
}

.top .main-loop {
    height: 196px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8.5%;
    background: url(../../../img/svg/top/townline.svg) repeat-x;
    background-position: 0 0;
    background-size: contain;
    display: block;
    z-index: 0;
    -webkit-animation: bgroop 60s linear reverse infinite;
    animation: bgroop 60s linear reverse infinite;
    overflow: hidden
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2390px 0
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2390px 0
    }
}

.top .main-truckWrap {
    position: absolute;
    width: 24vw;
    left: 9.114583%;
    bottom: 0;
    z-index: 5
}

.top .main-truck {
    width: 100%;
    height: 259px;
    background: url(../../../img/other/top/car.gif) no-repeat;
    background-size: contain;
    background-position: bottom;
    -webkit-animation: car 5s ease-in-out infinite alternate;
    animation: car 5s ease-in-out infinite alternate
}

@-webkit-keyframes car {
    0% {
        transform: translate(15px, 0)
    }

    50% {
        transform: translate(-15px, 0)
    }

    100% {
        transform: translate(15px, 0)
    }
}

@keyframes car {
    0% {
        transform: translate(15px, 0)
    }

    50% {
        transform: translate(-15px, 0)
    }

    100% {
        transform: translate(15px, 0)
    }
}

.top .p-reco {
    padding: 50px 100px;
    background: #ef5e17;
    position: relative
}

/* .top .p-reco::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 78px;
    top: -49px;
    left: 0;
    background: url(../../../img/svg/top/grass.svg);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: left top;
    z-index: 3;
    -webkit-animation: bgroop2 60s linear reverse infinite;
    animation: bgroop2 60s linear reverse infinite;
    overflow: hidden
} */

@-webkit-keyframes bgroop2 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -3840px 0
    }
}

@keyframes bgroop2 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -3840px 0
    }
}

@-webkit-keyframes bgroop3 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -750px 0
    }
}

@keyframes bgroop3 {
    from {
        background-position: 0 0
    }

    to {
        background-position: -750px 0
    }
}

.top .p-reco-list {
    display: flex;
    gap: 5px;
    margin-top: 80px
}

.top .p-reco-ttl {
    color: #fff;
    text-align: center;
    margin-top: 55px;
    font-size: 1.75rem
}

.top .p-reco-listItem {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 60px 10px 45px;
    position: relative;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .3)
}

.top .p-reco-listItem::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%
}

.top .p-reco-listItem._1::before {
    background: url(../../../img/webp/top/1@2x.webp) no-repeat;
    background-size: contain
}

.top .p-reco-listItem._2::before {
    background: url(../../../img/webp/top/2@2x.webp) no-repeat;
    background-size: contain
}

.top .p-reco-listItem._3::before {
    background: url(../../../img/webp/top/3@2x.webp) no-repeat;
    background-size: contain
}

.top .p-reco-listItem:first-child {
    border-radius: 32px 0 0 32px
}

.top .p-reco-listItem:last-child {
    border-radius: 0 32px 32px 0
}

.top .p-reco-list-ttl {
    font-weight: 700;
    color: #ef5e17;
    font-size: 1.5rem
}

.top .p-reco-list-txt {
    margin-top: 35px;
    font-size: 1.25rem
}

.top .p-whats {
    overflow: hidden;
    padding-bottom: 250px;
    margin-bottom: -250px;
    padding-right: 100px;
    padding-left: 100px;
}

.top .p-whats-inner {
    padding: 130px 20px clamp(200px, 23.875vw, 382px);
    background: url(../../../img/svg/top/bg_stripe_wh.svg) repeat;
    position: relative;
    z-index: 3
}

.top .p-whats-inner::after,
.top .p-whats-inner::before {
    content: "";
    position: absolute;
    bottom: 0
}

.top .p-whats-inner::before {
    background: url(../../../img/svg/top/whats_bg_l.svg) no-repeat;
    background-size: contain;
    background-position: left top;
    width: 27.0015625vw;
    height: 402.38px;
    left: -7.03125%;
    top: 20px
}

.top .p-whats-inner::after {
    background: url(../../../img/svg/top/whats_bg_r.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 43.8447916667vw;
    height: 678.82px;
    right: -15.3645%;
    bottom: -86px;
    z-index: -1
}

@media screen and (max-width:1280px) {
    .top .p-whats-inner::after {
        width: 30.844792vw;
        right: -15.3645%;
        bottom: -6px;
    }
}

.top .p-whats-ttl {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: clamp(2.3125rem, 3.3854166667vw, 4.0625rem);
    letter-spacing: .01em;
    color: #483c34;
    margin: auto;
    line-height: 1.4;
    text-align: center
}

.top .p-whats-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-right: 16px
}

.top .p-whats-container-r {
    left: calc(min(4.375vw, 84px) * -1);
    position: relative;
    flex: 1
}

.top .p-whats-container-l {
    background: #fff;
    border-radius: 50px;
    width: 100%;
    max-width: min(45.8333333333vw, 680px);
    position: relative;
    top: min(10.4166666667vw, 200px);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, .3);
    text-align: center;
    padding: 50px 0 60px
}

.top .p-whats-container-ttl {
    margin-bottom: 46px
}

.top .p-whats-container-ttl h2 {
    font-weight: 700;
    font-size: clamp(2rem, 4.1666666667vw, 3.125rem);
    letter-spacing: .01em;
    text-align: center;
    color: #e54b02;
    position: relative
}

.top .p-whats-container-ttl h2::after,
.top .p-whats-container-ttl h2::before {
    content: "";
    position: absolute;
    bottom: -8px
}

.top .p-whats-container-ttl h2::before {
    right: 3%;
    background: url(../../../img/svg/top/maruchan.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: clamp(45px, 6.5066666667vw, 78.08px);
    height: 131.71px
}

.top .p-whats-container-ttl h2::after {
    left: 3%;
    background: url(../../../img/svg/top/tokusan.svg) no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: clamp(43px, 6.315vw, 75.78px);
    height: 130.42px
}

.top .p-whats-container-l-content {
    padding: 0 clamp(15px, 5vw, 60px) 0
}

.top .p-whats-catch {
    border-radius: 32px;
    background: #ef5e17;
    padding: 20px 15px;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.3333333333vw, 1.75rem);
    color: #fff;
    text-align: center
}

.top .p-whats-img {
    max-width: 880px;
    margin-top: 20px
}

.top .p-whats-img img {
    border-radius: 50px
}

.top .p-whats-definition {
    margin-top: 15px;
    margin-left: 109px
}

.top .p-charm {
    background: #fef5ec;
    padding: 60px 100px 130px;
    overflow: hidden
}

.top .p-charmList {
    margin-top: 100px
}

.top .p-charmListItem {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    padding-bottom: 60px
}

.top .p-charmListItem._rev {
    flex-direction: row-reverse
}

.top .p-charmListItem._rev::before {
    content: "";
    position: absolute;
    background: url(../../../img/webp/top/thanks@2s.webp) no-repeat;
    background-size: contain;
    right: calc(clamp(0px, 3.75vw, 60px) * -1);
    bottom: 0;
    width: 106px;
    height: 288px;
    background-position: bottom
}

.top .p-charmListItem .p-charmListItem-ttlWrap {
    display: flex;
    align-items: flex-start
}

.top .p-charmListItem .p-charmListItem-num {
    font-family: Montserrat, sans-serif;
    color: #e54b02;
    font-weight: 700;
    font-size: 4.0625rem;
    letter-spacing: .01em;
    padding-right: 15px;
    line-height: 1;
    vertical-align: sub;
    text-decoration: none
}

.top .p-charmListItem .p-charmListItem-ttl {
    color: #e54b02;
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: .01em;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 12px;
    text-align: left
}

.top .p-charmListItem .p-charmListItem-ttl span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 4.0625rem;
    letter-spacing: .01em;
    padding-right: 15px;
    line-height: 1;
    vertical-align: sub;
    text-decoration: none
}

.top .p-charmListItem:not(:last-of-type) {
    border-bottom: 2px solid #f9d3bd
}

.top .p-charmListItem._2 {
    margin-top: 100px
}

.top .p-charmListItem:nth-of-type(3) {
    margin-top: 120px
}

.top .p-charmList-txtBox {
    width: 50%;
    position: relative;
    z-index: 1
}

.top .p-charmList-txtBox p {
    font-size: 1.5rem
}

.top .p-charmList-txtBox._mark::after {
    content: "";
    width: 63px;
    height: 104px;
    position: absolute;
    top: 90%;
    left: 58.75%;
    transform: rotate(9deg);
    background: url(../../../img/svg/top/mark.svg) no-repeat;
    background-size: contain;
    z-index: -1
}

.top .p-charm-img {
    width: 41.176%;
    position: relative
}

.top .p-charm-img img {
    border-radius: 120px
}

.top .p-charm-img._r {
    margin-right: 80px
}

.top .p-charm-img._l {
    margin-left: 80px
}

.top .p-charm-img._1::before {
    content: "";
    width: 240px;
    height: 151.83px;
    position: absolute;
    right: max(-8.6764%, -118px);
    top: -81px;
    background: url(../../../img/svg/top/charm_1.svg) no-repeat;
    background-size: contain;
    z-index: 2
}

.top .p-charm-img._2::before {
    content: "";
    width: 240px;
    height: 151.83px;
    position: absolute;
    left: max(-8.6764%, -118px);
    top: -54px;
    background: url(../../../img/svg/top/charm_2.svg) no-repeat;
    background-size: contain;
    z-index: 2
}

.top .p-charm-img._3::before {
    content: "";
    width: 240px;
    height: 151.83px;
    position: absolute;
    right: max(-8.6764%, -118px);
    top: -81px;
    background: url(../../../img/svg/top/charm_3.svg) no-repeat;
    background-size: contain;
    z-index: 2
}

.top .p-actual {
    background: #fff;
    position: relative;
    z-index: 2;
    -webkit-filter: drop-shadow(0 8px 0 rgba(0, 0, 0, .3));
    filter: drop-shadow(0 8px 0 rgba(0, 0, 0, .3))
}

.top .p-actual::before {
    content: "";
    width: 120px;
    height: 40px;
    background: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.top .p-actual-container {
    padding: 90px 0;
    text-align: center;
    overflow: hidden;
    display: flex
}

.top .p-actual-c {
    order: 2;
    margin: auto;
    max-width: 640px;
    width: 100%;
    padding: 0 48px;
    flex-shrink: 0;
    flex-grow: 1
}

.top .p-actual-l {
    order: 1;
    width: 100%;
    border-radius: 0 50px 50px 0;
    background: url(../../../img/webp/top/refugees_1@2x.webp) no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
}

.top .p-actual-l::before {
    content: "";
    background: url(../../../img/svg/top/actual_l.svg) no-repeat;
    background-size: contain;
    width: 201px;
    height: 126px;
    position: absolute;
    right: -55px;
    top: 40px
}

.top .p-actual-r {
    order: 3;
    width: 100%;
    border-radius: 50px 0 0 50px;
    background: url(../../../img/webp/top/refugees_2@2x.webp);
    background-size: cover;
    position: relative;
    background-position-x: center;
}

.top .p-actual-r::before {
    content: "";
    background: url(../../../img/svg/top/actual_r.svg) no-repeat;
    background-size: contain;
    width: 262px;
    height: 128px;
    position: absolute;
    left: -60px;
    bottom: -38px
}

.top .p-actual-ttl {
    display: inline;
    background: linear-gradient(transparent 70%, rgba(229, 75, 2, .2) 70%);
    font-size: 2.8125rem;
    letter-spacing: .01em
}

.top .p-actual-catch {
    margin-top: 30px;
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: .01em;
    display: inline-block;
    position: relative
}

.top .p-actual-catch::before {
    content: "※";
    font-size: 18px;
    color: #000;
    position: absolute;
    right: -18px;
    top: 0
}

.top .p-actual-catch span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 4.0625rem;
    letter-spacing: .01em;
    color: #e54b02;
    margin: 0 4px;
    line-height: 1
}

.top .p-actual-sub {
    color: #483c34;
    font-size: 1.125rem;
    margin-top: 9px
}

.top .p-actual-txt {
    font-size: 1.5rem;
    margin-top: 27px
}

.top .p-solution {
    padding: 100px 100px 94px;
    background: #f6a32f;
    position: relative;
    z-index: 1
}

.top .p-solution::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../../img/webp/top/bg_wh.webp) repeat;
    background-size: 27%;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 0 -10px;
    z-index: -1
}

.top .p-solition-list {
    display: flex;
    gap: min(4.1666666667vw, 80px);
    margin-top: 28px
}

.top .p-solition-listItem {
    flex: 1;
    display: flex;
    flex-direction: column
}

.top .p-solition-list__img img {
    border-radius: 32px 32px 0 0
}

.top .p-solition-list__txtbox {
    flex-grow: 1;
    padding: 30px 40px 36px;
    background: #fff;
    border-radius: 0 0;
    border-radius: 0 0 32px 32px
}

.top .p-solition-list__txtbox p {
    font-size: 1.5rem
}

.top .p-involved {
    padding: 60px 100px 130px;
    position: relative
}

.top .p-involved-container {
    position: relative
}

.top .p-involved-list {
    margin-top: 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 250px 170px;
    overflow: hidden;
    position: relative
}

.top .p-involved-list::after {
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: clamp(120px, 13.125vw, 210px);
    height: 203.28px;
    background: url(../../../img/svg/top/arrow_rl.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.top .p-involved-listItem:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
    margin: auto
}

.top .p-involved-listItem:nth-child(2) {
    margin-right: auto
}

.top .p-involved-listItem:nth-child(3) {
    margin-left: auto
}

.top .p-involved-listItem {
    border-radius: 50px;
    height: 100%;
    padding: 35px min(3.6458333333vw, 70px) 25px;
    max-width: 492px;
    background: #fef5ec;
    border: 4px solid #ef5e17;
    position: relative
}

.top .p-involved-listItem._active {
    background: #ef5e17
}

.top .p-involved-listItem::before {
    content: "";
    position: absolute
}

.top .p-involved-listItem._3::before {
    right: auto;
    left: 50%;
    transform: rotate(15deg);
    top: -255px;
    width: clamp(120px, 13.125vw, 210px);
    height: 203.28px;
    background: url(../../../img/svg/top/arrow_tb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.top .p-involved-listItem._4::before {
    content: "";
    position: absolute;
    left: 12%;
    top: -255px;
    transform: rotate(-15deg);
    width: clamp(120px, 13.125vw, 210px);
    height: 203.28px;
    background: url(../../../img/svg/top/arrow_tb.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.top .p-involved-ttl {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.25;
    color: #ef5e17
}

.top .p-involved-ttl._wh {
    color: #fff
}

.top .p-involved-img {
    border-radius: 15px;
    margin-top: 19px;
    overflow: hidden
}

.top .p-involved-txt {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 1.625rem;
    text-align: center;
    color: #ef5e17;
    border-top: 2px solid #ef5e17
}

.top .p-involved-txt._wh {
    color: #fff;
    border-top: 2px solid #fff
}

.top .p-involved-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 217, 92, .4);
    width: 428px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    z-index: -1
}

.top .p-involved-center-content {
    font-size: clamp(2rem, 3vw, 3rem);
    letter-spacing: .01em;
    color: #e54b02;
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, 0);
    width: 100%
}

.top .p-involved-center-content span._num {
    font-family: Montserrat, sans-serif;
    font-size: clamp(3rem, 4.0625vw, 4.0625rem);
    line-height: 1
}

.top .p-involved-center-content span._jp {
    font-size: clamp(1.75rem, 2.5vw, 2.5rem)
}

.top .p-involved-center-content::before {
    content: "";
    position: absolute;
    top: -105px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 127.33px;
    height: 104.71px;
    background: url(../../../img/svg/top/chara.svg);
    background-repeat: repeat
}

.top .p-involved-sp {
    margin-top: 25px;
    text-align: center;
    display: inline-block
}

.top .p-involved-sp p {
    font-size: 1.875rem;
    letter-spacing: .01em;
    color: #e54b02;
    font-weight: 700;
    display: inline;
    background: linear-gradient(transparent 70%, rgba(255, 217, 92, .3) 70%);
    position: relative;
    position: relative
}

.top .p-involved-sp p span._num {
    font-family: Montserrat, sans-serif;
    font-size: 3.125rem;
    line-height: 1
}

.top .p-involved-sp p span._jp {
    font-size: 1.75rem
}

.top .p-involved-sp-inner {
    position: relative;
    display: inline-block;
    padding: 0 60px
}

.top .p-involved-sp-inner::after,
.top .p-involved-sp-inner::before {
    content: "";
    position: absolute;
    bottom: 0
}

.top .p-involved-sp-inner::before {
    right: 5px;
    background: url(../../../img/svg/top/maruchan.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 54.77px;
    height: 92.38px;
    right: 0
}

.top .p-involved-sp-inner::after {
    left: 0;
    background: url(../../../img/svg/top/tokusan.svg) no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 53.15px;
    height: 91.47px;
    left: 0
}

.top .p-income {
    padding: 60px 100px 100px;
    background: #fef5ec;
    position: relative;
    z-index: 2
}

.top .p-income::before {
    content: "";
    width: 22.5520833333vw;
    height: 12.9166666667vw;
    position: absolute;
    left: 4.1666%;
    top: 100px;
    background: url(../../../img/webp/top/car_l.webp) no-repeat;
    background-size: contain;
    z-index: -1
}

.top .p-income-content {
    margin-top: 181px;
    position: relative
}

.top .p-income-content::before {
    content: "";
    width: 77.083%;
    height: clamp(320px, 23.59375vw, 453px);
    position: absolute;
    left: 3.125vw;
    top: -11.25vw;
    background: url(../../../img/svg/top/graph_man.svg) no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: -1
}

.top .p-income-img {
    margin: auto;
    max-width: 1140px
}

.top .p-income-supple {
    display: inline-block;
    margin: auto
}

.top .p-income-supple-inner {
    display: inline-block;
    font-weight: 700;
    font-size: 1.25rem;
    padding: 6px 10px;
    border-radius: 2px;
    background: #e54b02;
    color: #fff;
    text-align: left
}

.top .p-income-supple-inner span {
    font-weight: 500;
    font-size: 1.125rem
}

.top .p-capital {
    padding: 60px 100px 130px
}

.top .p-capital-content {
    display: flex;
    gap: clamp(40px, 4.1666666667vw, 80px);
    margin-top: 32px
}

.top .p-capital-content-l {
    flex-basis: 50%;
    flex-shrink: 0
}

.top .p-capital-txt1 {
    font-size: 1.5rem;
    font-weight: 700
}

.top .p-capital-txt1 span {
    margin-right: 6px;
    font-weight: 700
}

.top .p-capital-txt1 span:last-child {
    margin-right: 8px
}

.top .p-capital-txt2 {
    font-size: 1.75rem;
    font-weight: 700;
    display: inline;
    background: linear-gradient(transparent 70%, #f5bf0f 70%)
}

.top .p-capital-img {
    margin-top: 30px
}

.top .p-capital-img img {
    border-radius: 50px
}

.top .p-balance {
    padding: 60px 100px 72px;
    background: #fef5ec;
    position: relative
}

.top .p-balance::after {
    content: "";
    width: 100%;
    height: 40px;
    background: url(../../../img/svg/top/bg_stripe_ye2.svg) repeat #f5bf0f;
    position: absolute;
    left: 0;
    bottom: 0
}

.top .p-balance-ttl {
    max-width: 447px;
    margin-left: calc(3.125% + 21px)
}

.top .p-balance-tableWrap {
    width: calc(100% + 21px);
    margin-left: -21px
}

.top .p-flow {
    background: #fef5ec;
    position: relative;
    padding: 40px 20px 40px
}

.top .p-flow::after,
.top .p-flow::before {
    content: "";
    width: 100%;
    height: 40px;
    background: url(../../../img/svg/top/bg_stripe_ye2.svg) repeat #f5bf0f;
    position: absolute;
    left: 0
}

.top .p-flow::before {
    top: 0
}

.top .p-flow::after {
    bottom: 0
}

.top .p-flow-container {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px
}

.top .p-flow-container::before {
    content: "";
    background: #fff;
    width: 100%;
    max-width: 960px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

@media screen and (max-width:1260px) {
    .top .p-flow-container::before {
        max-width: 1020px;
    }
}

@media screen and (max-width:1160px) {
    .top .p-flow-container::before {
        max-width: 1100px;
    }
}

.top .p-flow-contentBox {
    position: relative;
    z-index: 3
}

.top .p-flow-content {
    display: flex;
    gap: 80px;
    padding-left: 40px
}

.top .p-flow-content._rev {
    padding-left: 0;
    padding-right: 40px;
    flex-direction: row-reverse
}

.top .p-flow-img {
    width: 100%;
    max-width: 400px;
    flex: 1
}

.top .p-flow-img img {
    border-radius: 50px
}

.top .p-flow-content-txtBox {
    max-width: 520px
}

.top .p-flow-ttl {
    font-weight: 700;
    font-size: 1.75rem;
    letter-spacing: .01em;
    display: inline-block;
    position: relative
}

.top .p-flow-ttl::before {
    content: "";
    width: 100%;
    height: 12px;
    background: #e54b02;
    position: absolute;
    left: 0;
    bottom: -2px
}

.top .p-flow-ttl._og {
    color: #e54b02
}

.top .p-flow-ttl._og::before {
    background: #e54b02
}

.top .p-flow-ttl._ye {
    color: #f58e1d
}

.top .p-flow-ttl._ye::before {
    background: #f58e1d
}

.top .p-flow-ttl._gr {
    color: #2c9214
}

.top .p-flow-ttl._gr::before {
    background: #2c9214
}

.top .p-flow-ttl span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 4.0625rem;
    letter-spacing: .01em;
    padding-right: 15px;
    line-height: 1;
    vertical-align: sub
}

.top .p-flow-txt {
    margin-top: 25px;
    font-size: 1.5rem;
    line-height: 1.5833333333
}

.top .p-flow-layout {
    position: relative
}

.top .p-flow-layout::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0
}

.top .p-flow-layout._1 {
    margin-top: 12px;
    padding-top: 220px;
    padding-bottom: 180px;
    background: url(../../../img/svg/top/flow_bg_1.svg) no-repeat;
    background-size: contain;
    background-position: 176px 0
}

.top .p-flow-layout._2 {
    margin-top: -70px;
    padding-top: 177px;
    padding-bottom: 274px;
    background: url(../../../img/svg/top/flow_bg_2.svg) no-repeat;
    background-size: contain;
    background-position: right 157px top 0
}

.top .p-flow-layout._3 {
    margin-top: -70px;
    padding-top: 177px;
    padding-bottom: 226px;
    background: url(../../../img/svg/top/flow_bg_3.svg) no-repeat;
    background-size: contain;
    background-position: 176px 0
}

.top .p-flow-layout>.p-flow-content:last-of-type {
    margin-top: 27px
}

.top .p-driver-container {
    border-radius: 50px;
    background: rgba(229, 75, 2, .05);
    padding: 40px min(4.1666666667vw, 80px);
    position: relative
}

.top .p-driver-content {
    display: flex;
    justify-content: center
}

.top .p-driver-content-column.--l {
    flex: 1
}

.top .p-driver-content-column.--r {
    flex: 1
}

.top .p-driver-imgBox {
    display: inline-block;
    margin-top: 90px;
    position: relative
}

.top .p-driver-imgBox.--bg::before {
    content: "";
    width: clamp(360px, 39.1558333333vw, 469.87px);
    height: 353.77px;
    transform: rotate(5deg);
    background: url(../../../img/webp/top/bg.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(100% + 6px);
    left: 19px;
    z-index: -1
}

.top .p-driver-imgBox.--bg2::before {
    content: "";
    width: clamp(400px, 42.36vw, 508.32px);
    height: 382.72px;
    transform: rotate(-7deg);
    background: url(../../../img/webp/top/bg2.webp) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(100% + 6px);
    left: -19px;
    z-index: -1
}

.top .p-driver-img {
    border-radius: 32px;
    overflow: hidden;
    max-width: 400px
}

.top .p-driver-data {
    font-weight: 700;
    font-size: clamp(18px, 2.0833333333vw, 1.5625rem);
    letter-spacing: .01em
}

.top .p-driver-catch {
    line-height: 42px;
    border-radius: 2px;
    color: #fff;
    text-align: left;
    margin-top: 10px
}

.top .p-driver-catch p {
    display: inline;
    background: #e54b02;
    font-size: 1.5rem
}

.top .p-driver-catch span {
    position: relative;
    display: inline;
    padding: 4px 8px 4px;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.top .p-driver-qa__q {
    font-size: 1.25rem;
    font-weight: 700
}

.top .p-driver-qa__a {
    font-size: .9375rem;
    margin-top: 10px
}

.top .p-driver-qa__a p {
    font-weight: 700
}

.top .p-next-btn {
    width: 100%;
    max-width: 400px;
    border-radius: 20px;
    background: #e54b02;
    text-align: center;
    border: none;
    transition: all .4s;
    cursor: pointer
}

.top .p-next-btn span {
    font-weight: 700;
    font-size: clamp(1.5rem, 3.75vw, 2.8125rem);
    letter-spacing: .01em;
    text-align: left;
    line-height: clamp(55px, 6.6666666667vw, 80px);
    color: #fff;
    position: relative
}

.top .p-next-btn span::before {
    content: "続きをみる";
    transition: all .4s
}

.top .p-next-btn.open span {
    position: relative
}

.top .p-next-btn.open span::before {
    content: "閉じる"
}

.top .p-next-inner {
    display: none
}

.top .p-driver-sec-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(40px, 8.3333333333vw, 100px)
}

.top .p-driver-sec-content.--rev {
    flex-direction: row-reverse
}

.top .p-driver-sec-content-column.--txt {
    flex: 1;
    max-width: 520px
}

.top .p-driver-sec-img {
    border-radius: 32px;
    overflow: hidden;
    max-width: 400px
}

.top .p-voice {
    padding: 98px 100px 130px
}

.top .p-voice-ttlWrap {
    display: flex;
    flex-direction: row-reverse
}

.top .p-voice-ttlWrap._rev {
    flex-direction: row
}

.top .p-voice-ttl {
    flex: 1;
    max-width: 600px;
    width: 100%;
    height: 126px;
    border-radius: 10px;
    background: #e54b02;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 92px;
    position: relative
}

.top .p-voice-ttl h2 {
    font-size: clamp(1.6875rem, 2.34375vw, 2.8125rem)
}

.top .p-voice-ttl::before {
    content: "";
    background: #e54b02;
    width: 40px;
    height: 44px;
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    position: absolute
}

.top .p-voice-ttl._r {
    margin-left: auto
}

.top .p-voice-ttl._r::before {
    rotate: 210deg;
    bottom: -30px;
    left: 10px
}

.top .p-voice-ttl._l::before {
    rotate: 150deg;
    bottom: -30px;
    right: 10px
}

.top .p-voice-imgBox {
    display: inline-block;
    position: relative
}

.top .p-voice-ttl-img {
    margin-right: 1.8229166667vw;
    flex: 1;
    margin-top: auto
}

.top .p-voice-ttl-img._2 {
    margin-right: 1.0416666667vw;
    max-width: 520px;
    margin-left: auto
}

.top .p-voice-container {
    border-radius: 50px;
    background: rgba(229, 75, 2, .05);
    padding: 40px min(4.1666666667vw, 80px);
    position: relative
}

.top .p-voice-eng {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: clamp(2.1875rem, 3.3854166667vw, 4.0625rem);
    letter-spacing: .01em;
    line-height: 92px;
    text-align: right;
    color: #e54b02;
    opacity: .3;
    line-height: 1;
    position: absolute;
    top: -.5em
}

.top .p-voice-eng._r {
    right: 20px
}

.top .p-voice-eng._l {
    left: 20px
}

.top .p-voice-content {
    display: flex;
    justify-content: space-between;
    gap: min(3.125vw, 60px)
}

.top .p-voice-content._rev {
    flex-direction: row-reverse
}

.top .p-voice-container-l {
    width: 38.461%;
    max-width: 400px
}

.top .p-voice-name {
    font-weight: 700;
    font-size: 1.375rem;
    color: #e54b02;
    text-align: left;
    padding-left: 22px
}

.top .p-voice-name span {
    font-size: 1.125rem;
    display: inline-block;
    font-weight: 400
}

.top .p-voice-img {
    border-radius: 32px;
    overflow: hidden
}

.top .p-voice-container-r {
    width: 100%;
    flex: 1;
    flex-basis: 61.539%
}

.top .p-voice-container-r p {
    font-size: 1.25rem
}

.top .p-voice-catch {
    line-height: 42px;
    border-radius: 2px;
    color: #fff;
    text-align: left
}

.top .p-voice-catch p {
    display: inline;
    background: #e54b02;
    font-weight: 700;
    font-size: 1.75rem
}

.top .p-voice-catch span {
    position: relative;
    display: inline;
    padding: 4px 8px 4px;
    color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.top .p-voice-customerList {
    font-size: 1.25rem
}

.top .p-awards {
    padding: 60px 100px 130px;
    background: #fef5ec
}

.top .p-awards-container {
    background: url(../../../img/svg/top/bg_stripe_ye.svg) repeat #f5bf0f;
    border-radius: 50px;
    position: relative;
    padding: 3.125vw;
    margin-top: 60px
}

.top .p-awards-container-inner {
    background: #fff;
    border-radius: 50px;
    padding: min(2.6041666667vw, 50px) min(3.125vw, 60px)
}

.top .p-awards-list {
    display: flex;
    gap: 60px
}

.top .p-awards-listItem {
    flex: 1
}

.top .p-awards-img {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 5px 5px 0 #f5bf0f
}

.top .p-awards-txt {
    margin-top: 32px;
    font-size: 1.5rem
}

.top .p-awards-medal {
    margin: 60px auto 0;
    max-width: 1130px
}

.top .p-tv {
    padding: 60px 100px 130px;
    position: relative
}

.top .p-tv::before {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 11.4583%;
    width: clamp(850px, 58.6458333333vw, 1126px);
    height: 305px;
    background: url(../../../img/svg/top/tv.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    z-index: 2
}

.top .p-tv-container {
    background: url(../../../img/svg/top/bg_stripe_ye.svg) repeat #f5bf0f;
    border-radius: 50px;
    position: relative;
    padding: 80px 53px 176px;
    margin-top: 74.5px
}

.top .p-tv-heading {
    position: absolute;
    left: 50%;
    top: -.5em;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: clamp(2.1875rem, 3.3854166667vw, 4.0625rem);
    letter-spacing: .01em;
    color: #483c34;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff
}

.top .p-tv-container-inner {
    display: flex;
    gap: 43px
}

.top .p-tv-container-img {
    max-width: 464px;
    flex: 1;
    margin: 0 auto
}

.top .p-tv-container-img img {
    border-radius: 50px;
    box-shadow: 9px 9px 0 rgba(0, 0, 0, .3)
}

.top .p-tv-table__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    gap: 23px 10px
}

.top .p-tv-table__row dd,
.top .p-tv-table__row dt {
    display: flex;
    align-items: center
}

.top .p-tv-table__row dt {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .01em;
    text-align: center;
    color: #e54b02;
    border-radius: 2px;
    background: #fff;
    justify-content: center;
    padding: 0 10px
}

.top .p-tv-table__row dd {
    font-size: 1.125rem
}

.top .p-partnership {
    padding: 150px 100px 120px;
    background: #fef5ec
}

.top .p-partnership-container {
    border-radius: 50px;
    background: #fff;
    width: 100%;
    position: relative;
    padding: 120px min(7.2916666667vw, 140px) 75px
}

.top .p-partnership-ttl {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%
}

.top .p-partnership-catch {
    margin: auto;
    text-align: center;
    font-weight: 700
}

.top .p-partnership-catch p:first-child {
    margin-right: 15px;
    font-size: 1.25rem;
    font-weight: 700
}

.top .p-partnership-catch__txt {
    vertical-align: middle;
    font-size: 1.375rem
}

.top .p-partnership-catch__txt span {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: .01em;
    color: #e54b02;
    line-height: 1;
    margin: 0 4px
}

.top .p-founding {
    background: #e54b02;
    position: relative;
    padding: 60px 100px 230px;
    z-index: 1
}

.top .p-founding::after,
.top .p-founding::before {
    content: "";
    position: absolute;
    top: 0;
    width: 18.75vw;
    height: 100%;
    background: url(../../../img/svg/top/bg_stripe.svg);
    background-repeat: repeat;
    z-index: -1;
    background-size: 5%;
}

.top .p-founding::before {
    left: 0
}

.top .p-founding::after {
    right: 0
}

.top .p-founding-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 28px
}

.top .p-founding-r {
    max-width: min(50vw, 680px);
    width: 100%;
    position: relative
}

.top .p-founding-r img {
    border-radius: 50px
}

.top .p-founding-nameBoxwrap {
    text-align: right;
    margin-right: min(4.6875vw, 90px)
}

.top .p-founding-nameBox {
    color: #fff;
    margin-left: auto;
    display: inline-block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 105px 20px 20px 0;
    position: relative;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
    top: -36px;
    z-index: 2
}

.top .p-founding-nameBox::before {
    content: "";
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -12px;
    top: 0;
    box-shadow: 3px 1px 0 rgba(0, 0, 0, .3)
}

.top .p-founding-l {
    position: relative;
    top: 100px;
    left: 0;
    flex: 1
}

.top .p-founding-l-head {
    position: absolute;
    left: 50%;
    top: -.5em;
    line-height: 1;
    z-index: 1;
    transform: translateX(-50%);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: clamp(2.1875rem, 3.3854166667vw, 4.0625rem);
    letter-spacing: .01em;
    color: #483c34;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff
}

.top .p-founding-l-lead {
    display: inline;
    background: linear-gradient(transparent 70%, rgba(229, 75, 2, .5) 70%);
    font-size: 1.6rem;
    letter-spacing: .01em
}

.top .p-founding-content {
    border-radius: 50px;
    background: #fff;
    width: calc(100% + 80px);
    max-width: 760px;
    display: block;
    position: relative;
    top: 0;
    padding: 76px 4.1666666667vw 60px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, .3)
}

.top .p-briefing {
    padding: 120px 20px
}

.top .p-briefing-container {
    border-radius: 50px;
    background: #fff;
    border: 10px solid #e54b02;
    padding: 90px min(4.1666666667vw, 80px) 80px;
    text-align: center
}

.top .p-briefing-head {
    padding-right: 110px;
    padding-left: 110px;
    display: inline-block;
    position: relative
}

.top .p-briefing-head::after,
.top .p-briefing-head::before {
    content: "";
    position: absolute;
    bottom: 0
}

.top .p-briefing-head::before {
    right: 5px;
    background: url(../../../img/svg/top/maruchan.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100.51px;
    height: 169.54px
}

.top .p-briefing-head::after {
    left: 0;
    background: url(../../../img/svg/top/tokusan.svg) no-repeat;
    background-size: contain;
    background-position: left bottom;
    width: 97.55px;
    height: 167.88px
}

.top .p-briefing-ttl {
    border-bottom: 15px solid #f5bf0f;
    display: inline
}

.top .p-briefing-container-txt {
    margin-top: 35px;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: .01em
}

.top .p-briefingList {
    display: flex;
    gap: 36px;
    margin-top: 44px
}

.top .p-briefingListItem {
    display: flex;
    flex-direction: column;
    width: calc(100% - 24px)
}

.top .p-briefingList__ttl {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 2.1875rem;
    letter-spacing: .01em;
    color: #e54b02
}

.top .p-briefingList__ttl span {
    font-size: 4.0625rem;
    line-height: 1
}

.top .p-briefingList__content {
    background: #ef5e17;
    border-radius: 50px;
    padding: 26px 30px;
    font-size: 1.375rem;
    color: #fff;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.top .p-briefingList__content {
    font-size: 1.375rem
}

.top .p-briefingList__content {
    font-size: 1.275rem;
}

@media only screen and (max-width:1380px) {
    .top .p-briefingList__content {
        font-size: 1.175rem;
    }
}

@media only screen and (max-width:1240px) {
    .top .p-briefingList__content {
        font-size: 1.0rem;
    }
}

@media only screen and (max-width:1100px) {
    .top .p-briefingList__content {
        font-size: 0.9rem;
    }
}

.top .p-briefing-board {
    padding: 50px min(4.1666666667vw, 80px);
    border-radius: 50px;
    background: #fef5ec;
    border: 5px solid #e54b02;
    margin-top: 60px
}

.top .p-briefing-board-txt {
    font-size: 1.375rem
}

.top .p-briefing-board-catch {
    font-weight: 700;
    font-size: 2rem;
    color: #e54b02;
    margin-top: 31px
}

.top .p-briefing-spbtn {
    margin: 20px 15px 0
}

.top .p-faq-cloud {
    margin-bottom: -1px
}

.top .p-faq-container {
    background: #fef5ec;
    padding: 0 100px 120px
}

.top .p-closing {
    background-image: -webkit-image-set(url(../../../img/webp/top/thanks_img.webp) 1x, url(../../../img/webp/top/thanks_img@2x.webp) 2x);
    background-image: image-set(url(../../../img/webp/top/thanks_img.webp) 1x, url(../../../img/webp/top/thanks_img@2x.webp) 2x);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 7.8125vw 100px
}

.top .p-closing::before {
    content: "";
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top .p-closing-container {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.top .p-closing-txtBox {
    color: #fff;
    max-width: 560px
}

.top .p-closing-txtBox p {
    font-weight: 700;
    font-size: 1.375rem;
    letter-spacing: .05em;
    line-height: 2.1818181818;
    text-align: left;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6)
}

.top .p-closing-txtBox p:not(:first-child) {
    margin-top: 2.65625vw
}

.top .p-cta {
    width: 100%;
    padding: 60px 100px;
    margin: 0 auto;
    background: #ef5e17;
    position: relative;
    z-index: 1
}

.top .p-cta::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../../img/webp/top/bg_wh.webp) repeat;
    background-size: 27%;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: 0 -10px
}

.top .p-cta-content {
    background: #fff;
    max-width: 1108px;
    margin: auto;
    border-radius: 28px;
    padding: 13px
}

.top .p-cta-contentInner {
    border: 3px dashed #ef5e17;
    border-radius: 28px;
    padding: 13px
}

.top .p-cta-ttl {
    font-size: 2rem
}

.top .p-cta-ttl span._og {
    color: #ef5e17;
    font-size: 2.25rem
}

@media only screen and (max-width:1600px) {
    main {
        min-height: 480px
    }
}



@media only screen and (max-width:1400px) {
    .top .main-visual {
        background-position: left -200px center;
        background-size: cover;
    }

    .top .main-visualInner::before {
        right: -18%;
    }
}

@media only screen and (max-width:1280px) {
    main {
        min-height: 480px
    }
}

@media only screen and (max-width:1024px) {
    main {
        min-height: 480px
    }

    .top .main-visual {
        background-image: url(../../../img/webp/top/mv_bg_ipad.webp);
        background-position: left center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative
    }

    .top .main-visualInner {
        min-height: 350px;
        height: calc(100vmin - 60px)
    }

    .top .main-visualInner::before {
        background: 0 0
    }

    .top .main-visualTxtbox {
        top: 20%;
    }

    .top .main-visual-txt2 {
        min-width: auto;
        width: 100%;
        max-width: 100%
    }

    .top .main-visual-txt2 img {
        width: 70vw;
        max-width: 580px;
    }

    .top .main-loop {
        height: 150px
    }

    .top .p-reco::before {
        height: 33px;
        top: -24px;
        background: url(../../../img/svg/top/grass_sp.svg);
        background-size: contain;
        background-position: left bottom;
        -webkit-animation: bgroop3 20s linear reverse infinite;
        animation: bgroop3 20s linear reverse infinite
    }

    .top .p-reco-list {
        flex-direction: column;
        gap: 40px;
        margin-top: 40px
    }

    .top .p-reco-ttl {
        margin-top: 30px;
        font-size: 1.25rem
    }

    .top .p-reco-listItem {
        border-radius: 10px;
        padding: 27px 10px 21px
    }

    .top .p-reco-listItem::before {
        width: 40px;
        height: 40px;
        top: -20px
    }

    .top .p-reco-listItem:first-child {
        border-radius: 10px
    }

    .top .p-reco-listItem:last-child {
        border-radius: 10px
    }

    .top .p-reco-list-ttl {
        font-size: 1.25rem
    }

    .top .p-reco-list-txt {
        margin-top: 10px;
        font-size: 1.125rem
    }

    .top .p-whats-inner {
        padding-top: 68px;
        padding-bottom: 71px
    }

    .top .p-whats-inner::after {
        bottom: -20px
    }

    .top .p-whats-ttl {
        text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff
    }

    .top .p-whats-container {
        flex-direction: column;
        margin: auto;
        gap: 28px
    }

    .top .p-whats-container-r {
        margin: auto;
        left: auto
    }

    .top .p-whats-container-l {
        max-width: 100%;
        right: auto;
        top: auto
    }

    .top .p-whats-container-ttl {
        margin-bottom: 4px
    }

    .top .p-whats-catch {
        border-radius: 28px;
        font-size: 1.625rem;
        padding: 20px 14px
    }

    .top .p-whats-catch {
        font-size: 1.375rem;
        padding: 32px 14px
    }

    .top .p-whats-img {
        margin-top: 30px;
        max-width: 640px
    }

    .top .p-whats-img img {
        border-radius: 32px
    }

    .top .p-charm {
        padding: 50px 20px
    }

    .top .p-charmListItem {
        flex-direction: column-reverse
    }

    .top .p-charmListItem._rev::before {
        content: none
    }

    .top .p-charmListItem._rev {
        flex-direction: column-reverse
    }

    .top .p-charmListItem .p-charmListItem-ttlWrap {
        text-align: center
    }

    .top .p-charmList-txtBox {
        width: 100%
    }

    .top .p-charmList-txtBox p {
        font-size: 1.25rem
    }

    .top .p-charmList-txtBox._mark::after {
        content: none
    }

    .top .p-charm-img {
        width: 100%;
        max-width: 480px
    }

    .top .p-charm-img img {
        border-radius: 80px
    }

    .top .p-charm-img._r {
        margin-left: auto;
        margin-right: auto
    }

    .top .p-charm-img._l {
        margin-left: auto;
        margin-right: auto
    }

    .top .p-charm-img._1::after {
        content: "";
        width: 37px;
        height: 61px;
        position: absolute;
        top: -31px;
        left: 20px;
        transform: rotate(9deg);
        background: url(../../../img/svg/top/mark.svg) no-repeat;
        background-size: contain
    }

    .top .p-charm-img._2::before {
        background: url(../../../img/svg/top/charm_2_sp.svg) no-repeat;
        background-size: contain;
        left: auto;
        right: max(-8.6764%, -118px);
        top: -81px
    }

    .top .p-charm-img._2::after {
        content: "";
        position: absolute;
        right: calc(min(6.666vw, 128px) * -1);
        top: 41px;
        background: url(../../../img/webp/top/thanks@2s.webp) no-repeat;
        background-size: contain;
        width: 9.3333%;
        right: -10px;
        top: auto;
        bottom: -20px;
        width: 65px;
        height: 177px;
        background-position: bottom
    }

    .top .p-actual-container {
        flex-direction: column;
        padding: 50px 0 40px
    }

    .top .p-actual-l {
        border-radius: 0 28px 28px 0;
        order: 2;
        width: 66.1333%;
        min-height: 140px;
        height: 37.333vw;
        margin-top: 51px
    }

    .top .p-actual-l::before {
        top: -20px
    }

    .top .p-actual-r {
        border-radius: 28px 0 0 28px;
        order: 2;
        width: 66.1333%;
        min-height: 140px;
        height: 37.333vw;
        margin-left: auto;
        margin-top: 43px
    }

    .top .p-actual-r::before {
        background: url(../../../img/svg/top/actual_r_sp.svg) no-repeat;
        bottom: auto;
        top: -20px
    }

    .top .p-solution::before {
        background-size: 70%
    }

    .top .p-solition-list__txtbox {
        padding: 15px 20px 18px
    }

    .top .p-solition-list__txtbox p {
        font-size: 1.25rem
    }

    .top .p-involved {
        padding: 50px 15px 70px
    }

    .top .p-involved-list {
        margin-top: 30px;
        gap: 28px
    }

    .top .p-involved-list::after {
        content: none
    }

    .top .p-involved-listItem:first-child {
        width: calc(50vw - 28px)
    }

    .top .p-involved-listItem {
        border-radius: 28px;
        padding: 14px 10px 15px
    }

    .top .p-involved-listItem._3::before {
        transform: translate(-50%, 0) rotate(15deg);
        width: 52px;
        height: 19px;
        top: -28px;
        background: url(../../../img/svg/top/arrow_tb_sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .top .p-involved-listItem._4::before {
        left: 50%;
        transform: translate(-50%, 0) rotate(-15deg);
        position: absolute;
        width: 52px;
        height: 19px;
        top: -28px;
        background: url(../../../img/svg/top/arrow_tb_sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .top .p-involved-listItem._4::after {
        content: "";
        width: 19px;
        height: 52px;
        position: absolute;
        left: -28px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../../../img/svg/top/arrow_rl_sp.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .top .p-involved-ttl {
        font-size: 1.5rem
    }

    .top .p-involved-txt {
        font-size: 1.25rem
    }

    .top .p-involved-center {
        width: 49.333%
    }

    .top .p-involved-center-content {
        display: none
    }

    .top .p-income {
        padding: 50px 20px 30px
    }

    .top .p-income::before {
        top: auto;
        left: auto;
        bottom: -59px;
        right: 20px;
        width: 154.43px;
        height: 88.75px
    }

    .top .p-income-content::before {
        background: url(../../../img/svg/top/graph_man_sp.svg) no-repeat;
        background-size: contain;
        top: -205px;
        left: -10px;
        width: calc(100% + 10px);
        height: 238px
    }

    .top .p-capital-content {
        margin-top: 30px;
        flex-direction: column-reverse
    }

    .top .p-capital-txt1 {
        text-align: center;
        font-size: 1.25rem
    }

    .top .p-capital-txt1 span {
        margin-right: 4px
    }

    .top .p-capital-txt1 span:last-child {
        margin-right: 5px
    }

    .top .p-capital-txt2 {
        font-size: 1.5rem
    }

    .top div.u-mt24:has(.p-capital-txt2) {
        text-align: center
    }

    .top .p-capital-img {
        max-width: 640px;
        margin: 30px auto 0
    }

    .top .p-balance-ttl {
        margin-left: 0
    }

    .top .p-balance-tableWrap {
        width: 100%;
        margin-left: 0
    }

    .top .p-flow-container::before {
        width: 100%;
        max-width: 100%
    }

    .top .p-flow-contentBox {
        margin: auto;
        max-width: 720px
    }

    .top .p-flow-content {
        gap: 40px;
        padding: 0 20px
    }

    .top .p-flow-content._rev {
        padding-right: 0;
        padding-left: 40px
    }

    .top .p-flow-img {
        min-width: 240px
    }

    .top .p-flow-img img {
        border-radius: 28px
    }

    .top .p-flow-ttl {
        font-size: 1.5rem
    }

    .top .p-flow-ttl span {
        font-size: 2.875rem;
        padding-right: 10px
    }

    .top .p-flow-txt {
        font-size: 1.25rem
    }

    .top .p-flow-layout._1 {
        background-position: left 30px top 0;
        background-size: 90%;
        padding-bottom: 0;
        min-height: 800px
    }

    .top .p-flow-layout._2 {
        background-position: right 5% top 0;
        background-size: 75%;
        margin-top: -120px;
        padding-bottom: 100px;
        min-height: 800px;
        padding-top: 120px
    }

    .top .p-flow-layout._3 {
        background-position: left 30px top 0;
        background: url(../../../img/svg/top/flow_bg_3.svg) no-repeat;
        background-size: contain;
        padding-top: 120px;
        margin-top: -90px
    }

    .top .p-driver-content {
        flex-direction: column
    }

    .top .p-driver-content-column.--l {
        text-align: center;
        margin: auto
    }

    .top .p-driver-imgBox {
        margin-top: 0
    }

    .top .p-driver-imgBox.--bg::before {
        margin-top: 0;
        content: none
    }

    .top .p-driver-imgBox.--bg2::before {
        margin-top: 0;
        content: none
    }

    .top .p-driver-data {
        margin-top: 22px
    }

    .top .p-driver-catch p {
        font-size: 1.25rem
    }

    .top .p-driver-catch {
        margin-top: 25px
    }

    .top .p-driver-qa {
        padding: 0 15px
    }

    .top .p-next-btn-wrap {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px;
        text-align: center
    }

    .top .p-driver-sec-content {
        flex-direction: column;
        gap: 15px
    }

    .top .p-driver-sec-content.--rev {
        flex-direction: column
    }

    .top .p-driver-sec-content-column.--img {
        text-align: center;
        margin: auto
    }

    .top .p-driver-sec-content-column.--txt {
        max-width: 100%
    }

    .top .p-driver-sec-img {
        width: calc(100% + 30px);
        margin-right: -15px;
        margin-left: -15px
    }

    .top .p-voice-content {
        flex-direction: column
    }

    .top .p-voice-content._rev {
        flex-direction: column
    }

    .top .p-voice-container-l {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .top .p-voice-name {
        font-size: 1rem;
        padding-left: 0
    }

    .top .p-voice-name span {
        font-size: .9375rem
    }

    .top .p-voice-img {
        font-size: .9375rem;
        max-width: 400px;
        aspect-ratio: 59/40
    }

    .top .p-voice-container-r {
        max-width: 100%
    }

    .top .p-voice-container-r p {
        font-size: 1.125rem
    }

    .top .p-voice-catch p {
        font-size: 1.375rem
    }

    .top .p-awards-txt {
        font-size: 1.25rem
    }

    .top .p-tv {
        padding-bottom: 280px
    }

    .top .p-tv::before {
        background: url(../../../img/svg/top/tv_sp.svg) no-repeat;
        background-size: contain;
        background-position: right bottom;
        max-width: 335px;
        height: 248px;
        bottom: 0;
        right: 20px;
        width: calc(100% - 40px)
    }

    .top .p-tv-container {
        padding-bottom: 50px
    }

    .top .p-tv-heading {
        transform: translateX(-50%)
    }

    .top .p-tv-container-inner {
        flex-direction: column
    }

    .top .p-tv-table__row {
        gap: 16px 8px
    }

    .top .p-partnership {
        padding: 160px 20px 70px
    }

    .top .p-founding {
        padding-bottom: 70px
    }

    .top .p-founding-container {
        flex-direction: column;
        gap: 50px
    }

    .top .p-founding-r {
        max-width: 480px;
        margin: auto
    }

    .top .p-founding-nameBoxwrap {
        margin-right: 50px
    }

    .top .p-founding-nameBox {
        padding: 51px 10px 10px 0;
        box-shadow: none;
        border-bottom: 1px solid #fff
    }

    .top .p-founding-nameBox::before {
        width: 14px;
        height: 14px;
        box-shadow: none;
        right: -8px
    }

    .top .p-founding-l {
        top: 0;
        left: 0
    }

    .top .p-founding-l-leadWrap {
        text-align: center
    }

    .top .p-founding-l-lead {
        font-size: 1.5rem
    }

    .top .p-founding-content {
        width: 100%;
        right: 0;
        max-width: 100%
    }

    .top .p-briefing {
        padding: 70px 20px
    }

    .top .p-briefing-ttl {
        border-bottom: 10px solid #f5bf0f
    }

    .top .p-briefing-container-txt {
        font-size: 1.25rem
    }

    .top .p-briefingList {
        margin-top: 25px;
        gap: 30px;
        flex-direction: column
    }

    .top .p-briefingListItem {
        width: 100%
    }

    .top .p-briefingList__ttl {
        font-size: 1.875rem
    }

    .top .p-briefingList__ttl span {
        font-size: 3.4375rem
    }

    .top .p-briefingList__content {
        padding: 35px 20px;
        border-radius: 28px;
        font-size: 1.25rem
    }

    .top .p-briefingList__content {
        font-size: 1.25rem
    }

    .top .p-briefing-board {
        border: 3px solid #e54b02;
        padding: 35px 15px;
        border-radius: 28px
    }

    .top .p-briefing-board-txt {
        font-size: 1.125rem
    }

    .top .p-briefing-board-catch {
        font-size: 1.625rem
    }

    .top .p-faq-container {
        padding-bottom: 70px
    }

    .top .p-cta::before {
        background-size: 60%
    }
}

@media only screen and (max-width:767.98px) {
    main {
        min-height: 480px
    }

    .top .main-loop {
        height: 91px
    }

    .top .main-truckWrap {
        max-width: 400px;
        width: 56vw;
        left: 50%;
        transform: translateX(-50%)
    }

    .top .p-flow-container {
        padding-bottom: 0
    }

    .top .p-flow-contentBox {
        margin: auto;
        max-width: 560px
    }

    .top .p-flow-content {
        gap: 20px
    }

    .top .p-flow-img {
        min-width: 38.2%;
        min-height: 110px;
        aspect-ratio: 64/55
    }

    .top .p-flow-img img {
        min-width: 38.2%;
        min-height: 110px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .top .p-flow-txt {
        margin-top: 10px;
        font-size: 1rem
    }

    .top .p-flow-layout._1 {
        background-position: left 0 top 0;
        padding-top: 150px;
        min-height: 680px;
        background-size: 95%
    }

    .top .p-flow-layout._2 {
        min-height: 640px
    }

    .top .p-flow-layout._3 {
        min-height: 640px;
        background: url(../../../img/svg/top/flow_bg_3_ipd.svg) no-repeat;
        background-position: left 0 top 0;
        background-size: 98%;
        padding-bottom: 0
    }

    .top .p-flow-layout>.p-flow-content:last-of-type {
        margin-top: 40px
    }

    .top .p-awards-container {
        padding: 0;
        background: 0 0
    }

    .top .p-awards-container-inner {
        padding: 0;
        background: 0 0
    }

    .top .p-awards-list {
        gap: 35px
    }

    .top .p-awards-listItem {
        display: flex;
        flex-direction: column;
        border-radius: 32px;
        box-shadow: 5px 5px 0 #f5bf0f
    }

    .top .p-awards-img {
        border-radius: 32px 32px 0 0;
        box-shadow: none
    }

    .top .p-awards-txt {
        flex-grow: 1;
        background: #fff;
        margin-top: 0;
        border-radius: 0 0 32px 32px;
        padding: 25px 15px 35px
    }

    .top .p-awards-medal {
        max-width: 480px
    }

    .top .p-briefing-head {
        padding: 0
    }

    .top .p-briefing-head::before {
        background: 0 0
    }

    .top .p-briefing-head::after {
        background: 0 0
    }

    .top .p-briefing-ttlWrap {
        position: relative;
        display: inline-block;
        padding: 0 55px
    }

    .top .p-briefing-ttlWrap::after,
    .top .p-briefing-ttlWrap::before {
        content: "";
        position: absolute;
        bottom: -8px
    }

    .top .p-briefing-ttlWrap::before {
        right: 0;
        background: url(../../../img/svg/top/maruchan.svg) no-repeat;
        background-size: contain;
        background-position: right bottom;
        width: 48.7px;
        height: 82.14px
    }

    .top .p-briefing-ttlWrap::after {
        left: 0;
        background: url(../../../img/svg/top/tokusan.svg) no-repeat;
        background-size: contain;
        background-position: left bottom;
        width: 47.26px;
        height: 81.34px
    }
}

@media only screen and (max-width:600px) {
    main {
        min-height: 480px
    }

    .top .main-visual {
        background-position: left -65px center;
    }

    .top .main-visualTxtbox {
        top: 12%;
    }

    .top .main-visual-txt1 {
        max-width: 60vw;
        min-width: auto;
        width: 100%
    }

    .top .main-visual-txt2 {
        margin-top: 15px;
        padding-left: 5px
    }

    .top .main-visual-txt2 img {
        width: 70vw;
        max-width: 300px;
    }

    .top .p-whats-inner::before {
        background: url(../../../img/svg/top/whats_bg_l_sp.svg) no-repeat;
        width: 282.19px;
        height: 211.27px;
        left: -22.933%;
        top: -24px
    }

    .top .p-whats-inner::after {
        background: url(../../../img/svg/top/whats_bg_r_sp.svg) no-repeat;
        width: 274.74px;
        height: 205.08px;
        bottom: -66px
    }

    .top .p-whats-container-l {
        padding: 0;
        text-align: left;
        background: 0 0;
        box-shadow: none
    }

    .top .p-whats-container-ttl h2::before {
        right: -1%;
        bottom: -24px
    }

    .top .p-whats-container-ttl h2::after {
        left: -1%;
        bottom: -24px
    }

    .top .p-whats-container-l-content {
        padding: 0
    }

    .top .p-charmListItem {
        padding-bottom: 30px
    }

    .top .p-charmListItem .p-charmListItem-num {
        font-size: 2.75rem;
        padding-right: 10px
    }

    .top .p-charmListItem .p-charmListItem-ttl {
        font-size: 1.25rem;
        margin-top: 0;
        text-underline-offset: 4px;
        text-decoration-thickness: 8px
    }

    .top .p-charmListItem .p-charmListItem-ttl span {
        font-size: 2.75rem;
        padding-right: 10px
    }

    .top .p-charmListItem._2 {
        margin-top: 80px
    }

    .top .p-charmListItem:nth-of-type(3) {
        margin-top: 80px;
        padding-bottom: 0
    }

    .top .p-charmList-txtBox p {
        font-size: 1.0625rem
    }

    .top .p-charm-img._1::before {
        right: -5px;
        top: -50px;
        width: 190px;
        height: 116.52px
    }

    .top .p-charm-img._2::before {
        background: url(../../../img/svg/top/charm_2_sp2.svg) no-repeat;
        background-size: contain;
        left: auto;
        right: -5px;
        top: -50px;
        width: 190px;
        height: 116.52px
    }

    .top .p-charm-img._3::before {
        right: -5px;
        top: -50px;
        width: 190px;
        height: 116.52px
    }

    .top .p-charm-img._3::after {
        content: "";
        width: 37px;
        height: 61px;
        position: absolute;
        left: 20px;
        top: -31px;
        transform: rotate(9deg);
        background: url(../../../img/svg/top/mark.svg) no-repeat;
        background-size: contain
    }

    .top .p-actual-l::before {
        right: -43.145%;
        width: 165px;
        height: 112px
    }

    .top .p-actual-r::before {
        left: -43.145%;
        width: 208px;
        height: 112px
    }

    .top .p-actual-ttl {
        font-size: 1.75rem
    }

    .top .p-actual-catch {
        font-size: 1.25rem;
        margin-top: 25px
    }

    .top .p-actual-catch span {
        font-size: 2.75rem
    }

    .top .p-actual-sub {
        font-size: .8125rem
    }

    .top .p-actual-txt {
        font-size: 1.0625rem;
        margin-top: 19px
    }

    .top .p-solition-list {
        flex-direction: column;
        gap: 50px;
        margin-top: 30px
    }

    .top .p-solition-list__txtbox p {
        font-size: 1.0625rem
    }

    .top .p-involved-ttl {
        font-size: 1.0625rem
    }

    .top .p-involved-txt {
        font-size: .875rem;
        margin-top: 10px;
        padding-top: 8px
    }

    .top .p-involved-sp p {
        font-size: 1.5rem
    }

    .top .p-involved-sp p span._num {
        font-size: 2.375rem
    }

    .top .p-involved-sp p span._jp {
        font-size: 1.25rem
    }

    .top .p-involved-sp-inner {
        padding: 0 45px
    }

    .top .p-involved-sp-inner::before {
        width: 40px;
        height: 67.47px
    }

    .top .p-involved-sp-inner::after {
        width: 40px;
        height: 68.84px
    }

    .top .p-income-supple-inner {
        font-size: .9375rem;
        width: calc(100% + 10px);
        margin-right: -5px;
        margin-left: -5px
    }

    .top .p-income-supple-inner span {
        font-size: .9375rem
    }

    .top .p-capital {
        padding-bottom: 50px
    }

    .top .p-capital-txt1 {
        font-size: 1.125rem
    }

    .top .p-capital-txt2 {
        font-size: 1.25rem
    }

    .top .p-capital-img img {
        border-radius: 32px
    }

    .top .p-flow-contentBox {
        margin: auto;
        max-width: 335px;
        padding-bottom: 90px
    }

    .top .p-flow-contentBox::before {
        content: "";
        width: 129px;
        height: 134px;
        position: absolute;
        bottom: 0;
        right: -10px;
        background: url(../../../img/svg/top/thanks.svg) no-repeat;
        background-size: contain;
        z-index: 6
    }

    .top .p-flow-content {
        padding-right: 0;
        padding-left: 0
    }

    .top .p-flow-content._rev {
        padding-right: 0;
        padding-left: 0
    }

    .top .p-flow-ttl {
        font-size: 1.0625rem
    }

    .top .p-flow-ttl::before {
        height: 8px;
        bottom: -2px
    }

    .top .p-flow-ttl span {
        font-size: 2.1875rem;
        padding-right: 10px
    }

    .top .p-flow-txt {
        margin-top: 10px;
        font-size: .9375rem
    }

    .top .p-flow-layout._1 {
        background: url(../../../img/svg/top/flow_bg_1_sp.svg) no-repeat;
        background-size: 92%;
        background-position: top center
    }

    .top .p-flow-layout._2 {
        background: url(../../../img/svg/top/flow_bg_2_sp.svg) no-repeat;
        background-size: 94%;
        background-position: top 0 right 2%;
        margin-top: -40px;
        padding-top: 150px;
        padding-bottom: 180px
    }

    .top .p-flow-layout._3 {
        background: url(../../../img/svg/top/flow_bg_3_sp.svg) no-repeat;
        background-size: 96%;
        background-position: top left;
        margin-top: -50px;
        padding-top: 140px;
        padding-bottom: 180px
    }

    .top .p-driver-container {
        padding: 40px 30px 60px
    }

    .top .p-driver-img {
        border-radius: 28px
    }

    .top .p-driver-catch p {
        font-size: 1.125rem
    }

    .top .p-driver-sec-img {
        border-radius: 28px
    }

    .top .p-voice {
        padding: 50px 20px 70px
    }

    .top .p-voice-ttlWrap {
        flex-direction: column
    }

    .top .p-voice-ttlWrap._rev {
        flex-direction: column
    }

    .top .p-voice-ttl {
        height: 71px;
        flex: auto;
        margin-bottom: 25px
    }

    .top .p-voice-ttl::before {
        width: 22.33px;
        height: 24.57px
    }

    .top .p-voice-ttl._r::before {
        rotate: 150deg;
        bottom: -15px;
        left: 40px
    }

    .top .p-voice-ttl._l::before {
        rotate: 150deg;
        bottom: -15px;
        left: 40px
    }

    .top .p-voice-ttl-img {
        flex: auto
    }

    .top .p-voice-container {
        padding: 40px 20px 60px
    }

    .top .p-voice-eng {
        position: relative;
        top: auto;
        text-align: center;
        margin-bottom: 30px
    }

    .top .p-voice-eng._r {
        right: auto
    }

    .top .p-voice-eng._l {
        left: auto
    }

    .top .p-voice-content:not(:first-of-type) {
        margin-top: 21px
    }

    .top .p-voice-img {
        border-radius: 28px
    }

    .top .p-voice-container-r p {
        font-size: 1rem
    }

    .top .p-voice-catch p {
        font-size: 1.125rem
    }

    .top .p-voice-customerList {
        font-size: 1.125rem
    }

    .top .p-awards {
        padding: 50px 20px 70px
    }

    .top .p-awards-container {
        margin-top: 35px
    }

    .top .p-awards-list {
        flex-direction: column
    }

    .top .p-awards-txt {
        font-size: 1.0625rem
    }

    .top .p-tv-container {
        padding: 52px 20px 50px
    }

    .top .p-tv-container-inner {
        gap: 30px
    }

    .top .p-tv-container-img img {
        border-radius: 32px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, .3)
    }

    .top .p-tv-table__row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 8px
    }

    .top .p-tv-table__row dt {
        font-size: 1.25rem
    }

    .top .p-tv-table__row dt:not(:first-child) {
        margin-top: 16px
    }

    .top .p-tv-table__row dd {
        text-align: center;
        justify-content: center;
        font-size: 1rem
    }

    .top .p-partnership-container {
        border-radius: 32px 14px 76px;
        border-radius: 32px
    }

    .top .p-partnership-catch p:first-child {
        margin-right: 5px;
        font-size: .875rem
    }

    .top .p-partnership-catch__txt {
        font-size: .9375rem
    }

    .top .p-partnership-catch__txt span {
        font-size: 1.625rem
    }

    .top .p-founding::after,
    .top .p-founding::before {
        width: 20px
    }

    .top .p-founding-container {
        gap: 30px
    }

    .top .p-founding-r {
        max-width: 300px;
        margin: auto
    }

    .top .p-founding-r img {
        border-radius: 32px
    }

    .top .p-founding-nameBoxwrap {
        margin-right: 20px
    }

    .top .p-founding-l-lead {
        font-size: 1.25rem
    }

    .top .p-founding-content {
        border-radius: 32px;
        padding: 50px 20px
    }

    .top .p-briefing-container {
        border-radius: 32px;
        padding: 50px 0 50px;
        border: 5px solid #e54b02
    }

    .top .p-briefing-container-txt {
        font-size: 1.0625rem;
        padding: 0 20px
    }

    .top .p-briefingList {
        margin: 0 15px 0
    }

    .top .p-briefingList__content {
        font-size: 1rem
    }

    .top .p-briefing-board {
        margin: 40px 15px 0
    }

    .top .p-briefing-board-catch {
        font-size: 1.25rem
    }

    .top .p-faq-container {
        padding-top: 30px
    }

    .top .p-closing-txtBox {
        padding-top: 100%
    }

    .top .p-closing-txtBox p {
        font-size: 1.125rem
    }

    .top .p-cta::before {
        background-size: 100%
    }

    .top .p-cta-content {
        padding: 8px
    }

    .top .p-cta-contentInner {
        padding: 35px 5px 15px
    }

    .top .p-cta-ttl {
        font-size: 1.375rem
    }

    .top .p-cta-ttl span._og {
        font-size: 1.5625rem
    }

    @media screen and (min-width:1025px) {
        main {
            margin-top: 100px
        }
    }

    @media screen and (max-width:1024px) {
        main {
            margin-top: 60px
        }
    }

    @media (hover:hover) {
        .top .p-next-btn:hover {
            background: rgba(229, 75, 2, .8)
        }
    }
}