:root{
    --l-inner:1100px;
    --inner-width:1100px;
    --inner-width-wide:1260px;
    --padding-pc:20px;
    --padding-sp: 16px;
    --font-zen-maru-gothic:"Zen Maru Gothic",sans-serif;
    --font-outfit:"Outfit", sans-serif;
    --font-m-plus-rounded-2p:"m-plus-rounded-2p",sans-serif;
    --font-noto-sans-jp:"Noto Sans JP",sans-serif;
    --font-size-base:16px;
    --color-base:#404040;
    --color-base-background:#fff;
    --color-border:#b3b3b3;
    --color-background:#f7f7f7;
    --color-footer-background:#e0e0e0;
    --color-black:#1c1c1c;
    --color-white:#fff;
    --color-gray:#C6C6C6;
    --color-gray2: #8E8E8E;
    --color-light-gray:#e5e5e5;
    --color-light-gray2:#dbdbdb;
    --color-orange:#FB7723;
    --color-orange2:#E26930;
    --color-orange3:#FCA830;
    --color-yellow:#FFE304;
    --color-navy:#001671;
    --color-sky-blue:#b9d7e8;
    --color-header-list:#e5e5c8;
    --color-button-orange:var(--color-orange2);
    --color-button-black:#1C1C1C;
    --color-card-text:var(--color-orange3);
    --color-card-background:#ffda40;
    --slide-pagination:var(--color-light-gray2);
    --slide-arrow:#acacac;
    --swiper-navigation-size: 20px;
    --swiper-navigation-top-offset: 32%;
    --color-day-time:#b0c336;
    --color-day-time-even:#d8b868;
    --color-day-border:var(--color-light-gray2);
    --color-input-background:#eaeaea;
    --color-radio-border:#707070;
    --color-footer-background:#fff7dd;
    --base-shadow:0 .1875rem .375rem #00000029;
    --mv-shadow:0 0 1.4375rem #00000029;
    --box-shadow:0 0 1.25rem #00000029;
    --tab-shadow:0 -.625rem .625rem #95959529;
    --header-height: 3.75rem;
    --header-height-pc:5rem;
}
* {
    box-sizing: border-box;
}
html{
    font-size:var(--font-size-base)
}
body{
    background-color:var(--color-base-background);
    color:var(--color-black);
    font-family:var(--font-noto-sans-jp);
    font-weight:500
}
a{
    cursor:pointer;
    transition:opacity .3s
}
img{
    height:auto;
    max-width:100%;
    vertical-align:bottom;
    width:100%
}
html{
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
    -webkit-tap-highlight-color:transparent;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
}
body{
    margin:0
}
main{
    display:block
}
address,blockquote,dl,figure,form,iframe,p,pre,table{
    margin:0
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:inherit;
    margin:0
}
ol,ul{
    list-style:none;
    margin:0;
    padding:0
}
dt{
    font-weight:700
}
dd{
    margin-left:0
}
hr{
    border-top-width:1px;
    box-sizing:initial;
    clear:both;
    color:inherit;
    height:0;
    margin:0;
    overflow:visible
}
pre{
    font-family:monospace;
    font-size:inherit
}
address{
    font-style:inherit
}
a{
    background-color:initial;
    color:inherit;
    text-decoration:none
}
abbr[title]{
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace;
    font-size:inherit
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:initial
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
embed,iframe,img,object,svg{
    vertical-align:bottom
}
button,input,optgroup,select,textarea{
    appearance:none;
    background:#0000;
    border-radius:0;
    color:inherit;
    font:inherit;
    margin:0;
    padding:0;
    text-align:inherit;
    text-transform:inherit;
    vertical-align:middle
}
[type=button],[type=reset],[type=submit],button{
    cursor:pointer
}
[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{
    cursor:default
}
:-moz-focusring{
    outline:auto
}
select:disabled{
    opacity:inherit
}
fieldset,option{
    padding:0
}
fieldset{
    margin:0;
    min-width:0
}
legend{
    padding:0
}
progress{
    vertical-align:initial
}
textarea{
    overflow:auto
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    appearance:none
}
::-webkit-file-upload-button{
    appearance:button;
    font:inherit
}
[type=number]{
    appearance:textfield
}
label[for]{
    cursor:pointer
}
details{
    display:block
}
summary{
    display:list-item
}
[contenteditable]:focus{
    outline:auto
}
table{
    border-collapse:collapse;
    border-color:inherit
}
caption{
    text-align:left
}
td,th{
    padding:0;
    vertical-align:top
}
th{
    font-weight:700;
    text-align:left
}

@supports (outline-offset:-3px){

}

.l-container{
    margin-top:6.25rem
}
.l-header{
    left:0;
    position:fixed;
    top:0;
    z-index:50;
    width: 100%;
}
.l-inner{
    height:inherit;
    margin:0 auto;
    max-width:calc(var(--inner-width) + var(--padding-sp)*2);
    padding-inline:var(--padding-sp);
    width:100%
}
.l-main{
    margin-top:7.5rem
}
.l-pagenation{
    margin-top:5rem
}
.l-product-detail{
    padding-block:7.5rem
}
.l-section{
    margin-block:2.8125rem
}
.l-cta{
    bottom:0;
    left:0;
    position:fixed;
    right:0;
    z-index:2
}
.l-background-cloud{
    margin-top:1.25rem
}

.l-description{
    margin-top:5.5rem
}
.c-accordion{
    border:.125rem solid var(--color-base)
}
.c-accordion summary::-webkit-details-marker{
    display:none
}
.c-accordion__title{
    align-items:center;
    background:var(--color-base);
    color:var(--color-white);
    cursor:pointer;
    display:grid;
    grid-template-columns:1fr auto;
    padding:1.25rem 2.5rem;
    text-decoration:none;
    width:100%
}
.c-accordion__icon i{
    position:relative;
    right:0;
    transition:transform .3s ease-out
}
.c-accordion.is-open .c-accordion__icon i{
    transform:rotate(-180deg)
}
.c-accordion__content{
    background:var(--color-white);
    color:var(--color-base);
    font-size:1.125rem;
    overflow:hidden;
    text-decoration:none
}
.c-accordion__content-inner{
    padding:1.25rem 2.5rem
}
.c-accordion--type1 .c-accordion__title{
    background:var(--color-white);
    color:var(--color-base);
    transition:border .3s
}
.c-accordion--type1 .c-accordion__icon i{
    font-size:1.25rem
}
.c-accordion--type2 .c-accordion__title{
    position:relative
}
.c-accordion--type2 .c-accordion__icon:after,.c-accordion--type2 .c-accordion__icon:before{
    background:var(--color-white);
    content:"";
    height:.125rem;
    position:absolute;
    right:1.875rem;
    top:50%;
    transform:translate(-50%,-50%);
    transition:all .3s;
    width:.9375rem
}
.c-accordion--type2 .c-accordion__icon:after{
    transform:translate(-50%,-50%) rotate(-90deg)
}
.c-accordion--type2.is-open .c-accordion__icon:after{
    transform:translate(-50%,-50%) rotate(0)
}
.c-button {
    background: linear-gradient(to bottom, var(--color-orange3), var(--color-orange2));
    border-radius:100vmax;
    box-shadow:var(--base-shadow);
    color:var(--color-white);
    display:block;
    font-weight:700;
    letter-spacing:.02em;
    line-height:1.875;
    padding-block:.625rem;
    padding-inline: 3.75rem 1.25rem;
    position:relative;
    text-align:center;
    max-width: calc(100% - 2.5rem);
    width:100%;
}
.p-form__submit .c-button {
    padding-inline: 0;
}
.c-button:after,
.p-form__submit:after,
.p-fixed__button:after {
    background-color:var(--color-white);
    clip-path: polygon(0 0, 40% 50%, 0 100%);
    content:"";
    height:1.125rem;
    position:absolute;
    right:1.25rem;
    top:50%;
    transform:translateY(-50%);
    width:1.125rem;
    transition: .3s;
}
.c-button:hover {
    opacity: .85;
    transition: .3s;
}
.c-button._orange{
    background-color:var(--color-orange2);
    font-size: 1.25rem;
    padding-block:.75rem
}
.c-button._orange:after{
    height:.75rem;
    width:.75rem
}
._left{
    padding-left:1.75rem;
    text-align:left;
}
.c-cta {
    text-align: center;
    color: var(--color-white);
    font-size: 1.75rem;
    margin-top: -5rem;
    padding: 4.25rem 0 1.5rem;
    background-color: #333;
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 7%);
    background:url(../images/top/bg-cta-sp.png) top center / cover no-repeat;
}
.c-ctaTop__title {
    margin-bottom: 1.25rem;
    font-size: 1.1875rem;
    font-weight: bold;
    line-height: 1.25;
}
.c-ctaTop__title span {
    font-size: 1.5675rem;
}
.c-ctaTop__title span.num {
    font-size: 2.375rem;
}
.c-ctaTop__title span.mon {
    font-size: 1.75rem;
}
.c-ctaTop__ballon {
    position: relative;
    display: inline-block;
}
.c-ctaTop__ballon .text {
    position: relative;
    display: inline-block;
    margin-bottom: .75rem;
    padding: 7px 42px;
    border: 2px solid var(--color-white);
    background-color: transparent;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-white);
    border-bottom-color: transparent;
  }
  .c-ctaTop__ballon .text::before {
    content: "";
    position: absolute;
    left: -1.5px;
    bottom: -3px;
    width: calc(100% + 3px);
    height: 2px;
    background: linear-gradient(to left, #fff calc(50% - 11px), transparent calc(50% - 11px), transparent calc(50% + 11px), #fff calc(50% + 11px));
  }
  .c-ctaTop__ballon .text::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    height: 16px;
    width: 16px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
    /* transform-origin: top right; */
  }
.c-cta .c-button {
    position: relative;
    margin: 0 auto 1rem;
    padding-block: 1rem;
}
.c-cta .c-button::before,
.p-mv__button .c-button::before,
.p-footCta .c-button::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 12px;
    width: 63px;
    height: 63px;
    background: url(../images/top/free_img.png) top center / contain no-repeat;
}
.c-ctaBottom__text {
    font-size: 1.125rem;
    line-height: 1.5;
}
.c-ctaBottom__text > span {
    font-size: 1rem;
}
.c-ctaBottom__text a {
    font-size: 1.5rem;
}
.c-ctaBottom__attention {
    font-size: .625rem;
}
.c-header-list__link{
    align-items:center;
    display:grid;
    font-weight:500;
    gap:.625rem;
    grid-template-columns:auto 1fr;
    letter-spacing:.06em;
    color: var(--color-navy);
}
.c-heading{
    font-weight:700
}
.c-heading--2{
    border-bottom:.1875rem solid var(--color-base);
    font-size:1.5rem;
    padding-block:.625rem
}
.c-heading--3{
    border-left:.3125rem solid var(--color-base);
    font-size:1.25rem;
    padding:.3125rem 0 .3125rem .625rem
}
.c-list,.c-list li ul{
    list-style-type:disc;
    padding-left:1.875rem;
    padding-right:.625rem
}
.c-list li{
    margin-bottom:.9375rem
}
.c-list li ul li{
    margin-top:.9375rem
}
.c-list--decimal,.c-list--decimal li ul{
    list-style-type:decimal
}
.c-pagetop{
    display:inline-block
}
.c-section-arrow{
    background-image:url(../../assets/images/top/section-background-arrow@2x.png);
    background-image:url(../../assets/images/top/section-background-arrow@2x.webp);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:42.375rem 17.5rem
}
.c-table{
    border-collapse:collapse;
    width:100%
}
.c-table__data,.c-table__header{
    display:block;
    line-height:1.5;
}
.c-table__header {
    /* border-bottom:.125rem solid var(--color-navy); */
    color:var(--color-navy);
    font-weight:700;
    padding:0 .625rem .625rem
}
.c-table__data p+h3,.c-table__data p+p,.c-table__data ul+p{
    margin-top:1.5rem
}
.c-table__row:not(:first-child) .c-table__header{
    padding-top:1.875rem
}
.c-table__lists{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    gap:.5rem
}
.c-table__list{
    color:var(--color-white);
    font-size:.75rem;
    letter-spacing:.02em;
    margin-top:.625rem;
    padding:.125rem .8125rem
}
.c-table__list,.c-table__required{
    background-color:var(--color-orange);
    border-radius:.1875rem;
}
.c-table__required,
.c-table__hint {
    border-radius: 15px;
    color:var(--color-white);
    display:inline-grid;
    font-size:.6875rem;
    height: 22px;
    margin-left:.625rem;
    place-content:center;
    position:relative;
    top:-.125rem;
    width: 38px
}
.c-table__hint{
    background-color: var(--color-gray2);
    color:var(--color-white);
}
.table-container{
    overflow-x:auto;
    position:relative
}
.table-container,.table-container .c-table--scroll{
    white-space:nowrap
}
@keyframes scroll-hint-animation{
    0%{
        transform:translate(-50%,-50%)
    }
    50%{
        transform:translate(-45%,-50%)
    }
    to{
        transform:translate(-50%,-50%)
    }
}
.c-title{
    text-align:center
}
.c-title__text{
    display:inline-block;
    font-size:1.625rem;
    font-weight:700;
    letter-spacing:0;
    line-height:1.4583333333;
    color: var(--color-navy);
}
.c-title__icon img{
    height:2.25rem;
    position:relative;
    top:.125rem;
    width:auto
}
.p-background-cloud{
    background:url(../../assets/images/top/cloud-background@2x.png);
    background:url(../../assets/images/top/cloud-background@2x.webp);
    background-position:45% top;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:0
}
.l-completed{
    margin-block:6.25rem 3.75rem
}
.p-completed__content{
    margin-top:2.5rem
}
.p-completed__catch{
    color:var(--color-orange3);
    font-size:1.5rem;
    font-weight:700;
    letter-spacing:.06em;
    line-height:1.5rem;
    margin-bottom:1.875rem;
    text-align:center
}
.p-completed__text{
    font-size:1rem;
    font-weight:500;
    letter-spacing:.02em;
    line-height:1.5rem
}
.p-completed__text+.p-completed__text{
    margin-top:1.5rem
}
.p-completed__button{
    margin-top:2.5rem;
    margin-inline:auto;
    max-width:17.5rem
}
.p-component__previewTitle{
    margin-top:1.875rem
}
.p-component__preview{
    margin-top:1.25rem
}
.p-contact {
    position: relative;
    padding-block: 1.25rem 2.5rem;
}
.p-contact__head {
    display:grid;
    grid-template-columns:auto 1fr;
    margin-top: 1.25rem;
}
.p-contact__icon{
    height:7.625rem;
    margin-top:.375rem;
    width:7.625rem
}
.p-contact__text{
    letter-spacing:.02em;
    line-height:1.5
}
.p-contact__tel{
    border:.0625rem solid var(--color-base);
    border-radius:.625rem;
    margin-top:1.875rem;
    padding:1.875rem 1.125rem 2.3125rem;
    text-align:center
}
.p-contact__telDescription{
    letter-spacing:.02em;
    line-height:1.5
}
.p-contact__telLink{
    display:block;
    font-size:1.75rem;
    letter-spacing:.02em;
    line-height:1.0714285714;
    margin-top:.9375rem
}
.p-contact__linkTime{
    font-size:.8125rem;
    letter-spacing:.02em;
    margin-top:.25rem
}
.p-contact__table{
    margin-top:2.0625rem
}
.p-contact__background{
    display:none;
    position:absolute;
    z-index:0
}
body:has(dialog[open]){
    overflow:hidden
}
.p-drawer__button{
    align-items:center;
    border: none;
    display:flex;
    height:2.75rem;
    justify-content:center;
    position:relative;
    position:fixed;
    right:1.25rem;
    top:.375rem;
    transition:all .3s ease-out;
    width:2.75rem;
    z-index:100
}
.p-drawer__line {
    background-color:var(--color-navy);
    border-radius:.1875rem;
    content:"";
    display:block;
    height:.125rem;
    position:absolute;
    transition:all .3s ease-out;
    width:1.25rem;
    top: 14px;
}
.p-drawer__line:nth-of-type(2) {
    background-color:var(--color-navy);
    border-radius:.1875rem;
    content:"";
    display:block;
    height:.125rem;
    position:absolute;
    transition:all .3s ease-out;
    width:1.25rem;
    top: 22px;
}
.p-drawer__line:nth-of-type(3) {
    background-color:var(--color-navy);
    border-radius:.1875rem;
    content:"";
    display:block;
    height:.125rem;
    position:absolute;
    transition:all .3s ease-out;
    width:1.25rem;
    top: 30px;
}
.p-drawer__button[aria-expanded=true] .p-drawer__line,.p-drawer__modal.is-open .p-drawer__button._close .p-drawer__line{
    /* background-color:initial */
}
.p-drawer__button[aria-expanded=true] .p-drawer__line:before,.p-drawer__modal.is-open .p-drawer__button._close .p-drawer__line:before{
    background-color:var(--color-orange);
    bottom:0;
    transform:rotate(25deg)
}
.p-drawer__button[aria-expanded=true] .p-drawer__line:after,.p-drawer__modal.is-open .p-drawer__button._close .p-drawer__line:after{
    background-color:var(--color-orange);
    top:0;
    transform:rotate(-25deg)
}
.p-drawer__modal{
    border: none;
    background-color:initial;
    display:block;
    height:100dvh;
    inset-block:0;
    inset-inline:auto 0;
    max-height:100dvh;
    max-width:100vw;
    overflow-y:auto;
    padding:0;
    position:relative;
    position:fixed;
    transform:translate(100%);
    -ms-overflow-style:none;
    box-shadow:0 .9375rem 1.25rem #0000000f;
    scrollbar-width:none
}
.p-drawer__modal::-webkit-scrollbar{
    display:none
}
.p-drawer__modal.is-open{
    animation:modalContainerOpen .3s ease-out .1s forwards
}
.p-drawer__modal.is-close{
    animation:modalContainerClose .3s ease-out forwards
}
.p-drawer__modal::backdrop{
    opacity:0;
    transition:opacity .3s ease-out,transform .3s ease-out,background-color .3s ease-out
}
.p-drawer__modal.is-open::backdrop{
    animation:modalOpen .3s ease-out forwards;
    background-color:#00000029
}
.p-drawer__modal.is-close::backdrop{
    animation:modalClose .3s ease-out forwards
}
.p-drawer__container{
    background-color:var(--color-white);
    height:100%;
    height:100dvh;
    overflow:auto;
    scrollbar-width:none;
    transition:transform .3s ease-out;
    width:18.125rem;
    -ms-overflow-style:none;
    padding-top:var(--header-height)
}
.p-drawer__container::-webkit-scrollbar{
    display:none
}
@keyframes modalContainerOpen{
    0%{
        transform:translate(100%)
    }
    to{
        transform:translate(0)
    }
}
@keyframes modalContainerClose{
    0%{
        transform:translate(0)
    }
    to{
        transform:translate(100%)
    }
}
@keyframes modalOpen{
    0%{
        opacity:0;
        visibility:hidden
    }
    to{
        opacity:1;
        visibility:visible
    }
}
@keyframes modalClose{
    0%{
        opacity:1;
        visibility:visible
    }
    to{
        opacity:0;
        visibility:hidden
    }
}
.p-drawer__lists{
    display:grid;
    gap:1.875rem;
    padding-top:1.25rem;
    padding-inline-start:2.25rem
}
.p-drawer__linkButton{
    padding-inline:1.25rem 1.875rem
}
.p-drawer__linkText{
    color:var(--color-orange);
    display:block;
    font-weight:500;
    letter-spacing:.06em;
    margin-top:4.6875rem;
    margin-inline:auto;
    position:relative;
    text-align:center;
    width:-moz-fit-content;
    width:fit-content
}
.p-drawer__linkText:after,.p-drawer__linkText:before{
    background-color:var(--color-orange);
    content:"";
    height:1.875rem;
    position:absolute;
    top:-.5rem;
    width:.125rem
}
.p-drawer__linkText:before{
    left:-.625rem;
    rotate:-15deg
}
.p-drawer__linkText:after{
    right:-.625rem;
    rotate:15deg
}
.p-drawer__linkButton .c-button{
    margin-top:.9375rem
}
.p-drawer._full .p-drawer__modal{
    opacity:0;
    transform:translate(0);
    visibility:hidden
}
.p-drawer._full .p-drawer__modal.is-open{
    animation:modalOpen .3s ease-out forwards
}
.p-drawer._full .p-drawer__modal.is-close{
    animation:modalClose .3s ease-out forwards
}
.p-flow {
    position:relative;
    padding: 1.875rem 0 4.5rem;
    z-index:0;
}
.p-flow__title {
    margin-bottom: 1.875rem;
}
.p-flow__lists{
    display:grid;
    width: 80%;
}
.p-flow__list {
    margin: -5px 0;
    padding-inline: .75rem;
    background: var(--color-navy);
    clip-path: polygon(0 0, 0% 0, 50% 10%, 100% 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.p-flow__list:first-of-type {
    background-color: #364CA8;
    clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 50% 100%, 0 90%, 0% 0%);
}
.p-flow__list:first-of-type .p-flow__listNumber {
    color: #364CA8;
}
.p-flow__list:nth-of-type(2) {
    background-color: #2A3F9B;
}
.p-flow__list:nth-of-type(2) .p-flow__listNumber {
    color: #2A3F9B;
}
.p-flow__list:nth-of-type(3) {
    background-color: #1C338F;
}
.p-flow__list:nth-of-type(3) .p-flow__listNumber {
    color: #1C338F;
}
.p-flow__list:nth-of-type(4) {
    background-color: #112681;
}
.p-flow__list:nth-of-type(4) .p-flow__listNumber {
    color: #112681;
}
.p-flow__list:last-of-type {
    clip-path: polygon(0 0, 0% 0, 50% 10%, 100% 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
}

.p-flow__listInner{
    align-items:center;
    border-radius:.5rem;
    display: flex;
    flex-direction: column;
    grid-template-columns:auto 1fr 5.375rem;
    padding-block:1.75rem;
    padding-inline:0 .25rem;
    position:relative;
}
.p-flow__listNumber{
    align-items:center;
    background:var(--color-white);
    color:var(--color-navy);
    border-radius: 2rem;
    display:block;
    text-align: center;
    font-family:var(--font-outfit);
    font-size: 1.125rem;
    font-weight:700;
    letter-spacing:.08em;
    line-height: 1.2;
    padding: .25rem 1.125rem;
    margin-bottom: .375rem;
}
.p-flow__listTitle {
    font-size: 1.1875rem;
    font-weight:700;
    text-align:left;
    color: var(--color-white);
}
.p-flow__listText {
    line-height: 1.375;
    color: var(--color-white);
}
.p-flow__listImage {
    display: block;
    margin: 0 auto;
    text-align: center;
    width:100px;
}
.p-flow__listImage.step01 img {
    width: 73px;
}
.p-flow__listImage.step02 img {
    width: 45px;
}
.p-flow__listImage.step03 img,
.p-flow__listImage.step04 img,
.p-flow__listImage.step05 img {
    width: 64px;
}
.p-flow__layoutSp {
    position: relative;
    display: flex;
}
.p-flow__order {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 1rem;
    margin-bottom: .5rem;
}
.p-flow__date {
    position: absolute;
    content: "";
    top: 0;
    right: 2%;
    width: 15%;
    height: 100%; /* または必要な固定高さ */
    align-content: center;
    margin: 0 auto 2rem;
    color: #fff;
    background: url(../images/top/yazirushi-sp.png) top center / contain no-repeat;
}
.p-flow__dateTitle{
    text-align: center;
    writing-mode: vertical-lr;
    letter-spacing: .4rem;
    margin: 0 auto;
    line-height: 1;
    font-size: 1.5625rem;
    font-weight:700;
    text-shadow: 0 1px 3px #D87B198B;
}
/* .p-flow__dateText{
    font-size:1.25rem;
    margin-top:.625rem
} */

.p-footer{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background:var(--color-navy);
    box-shadow:0 -.375rem .375rem #bababa29;
    padding: 1.25rem 0 1rem;
}
.p-footer__logo{
    max-width: 135px;
    margin-right: 0;
    margin-bottom: .625rem;
}
.p-footer__inner {
    display:flex;
    align-items: flex-start;
    flex-direction: column;
}
.p-footer__subInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.875rem;
}
.p-footer__info {
    line-height: 1.25;
    font-size: .875rem;
    font-weight: 400;
    color:var(--color-white);
}
.p-footer__infoTitle{
    margin-bottom: .75rem;
    font-size: 1rem;
    font-weight: bold;
}
.p-footer__copy{
    color:var(--color-white);
    font-size:.75rem;
    letter-spacing:.02em;
    white-space: nowrap;
}
.p-form__radio{
    display:flex;
    gap:.625rem 1.25rem
}
.p-form__radio._flex{
    flex-wrap:wrap
}
.p-form__radio._row{
    display:grid
}
.p-form__radio input[type=radio]{
    margin-left:1.5625rem;
    position:relative
}
.p-form__radio input[type=radio]:before{
    border:.0625rem solid var(--color-radio-border);
    height:1.25rem;
    left:-1.5625rem;
    width:1.25rem
}
.p-form__radio input[type=radio]:before,.p-form__radio input[type=radio]:checked:after{
    border-radius:50%;
    content:"";
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-55%)
}
.p-form__radio input[type=radio]:checked:after{
    background-color:var(--color-orange3);
    height:.75rem;
    left:-1.3125rem;
    width:.75rem
}
.p-form__input,.p-form__textarea{
    background-color:var(--color-input-background);
    border-radius:.1875rem;
    color:var(--color-base);
    font-size:1rem;
    padding:.75rem;
    width:100%;
    border: none;
}
.p-form__textarea{
    field-sizing:content;
    min-height:6lh;
}
.p-form__year{
    align-items:end;
    display:grid;
    gap: 1.625rem;
    grid-template-columns:3fr auto 2fr auto 2fr auto
}
.p-form__checkboxWrapper {
    margin-top: .625rem;
    text-align:center;
}
.p-form__checkboxWrapper .wpcf7-list-item {
    margin: 0;
}
.p-form__checkbox{
    padding-left:1.25rem;
    position:relative
}
.p-form__checkbox:before{
    border:.0625rem solid var(--color-radio-border);
    border-radius:.25rem;
    content:"";
    display:block;
    height:1rem;
    left:0;
    position:absolute;
    top:50%;
    transform:translateY(-60%);
    width:1rem
}
.p-form__checkbox:checked:before{
    border: none;
    background-color:var(--color-orange3)
}
.p-form__checkbox:checked:after{
    background-color:var(--color-white);
    clip-path:polygon(20% 0,20% 43%,100% 43%,100% 62%,0 63%,0 43%,0 0);
    content:"";
    display:block;
    height:.625rem;
    left:0;
    position:absolute;
    top:50%;
    transform:translate(35%,-65%) rotate(-45deg);
    width:.625rem
}
.p-form__submit{
    margin-top:3.125rem;
    margin-inline:auto;
    max-width: 100%;
    position:relative
}
/* .p-form__submit:after{
    background-color:var(--color-white);
    border-radius:100vmax;
    content:"";
    display:block;
    height:.75rem;
    position:absolute;
    right: 2.5rem;
    top:50%;
    transform:translateY(-50%);
    transition:transform .3s ease-out;
    width:.75rem
} */
.p-form__submit .c-button._orange {
    max-width: 375px;
    margin: 0 auto;
    padding-block: .875rem;
    border: none;
    font-size: 1.25rem;
    text-shadow: 0 0 6px #00000029;
}
.p-form__privacy{
    background-color:var(--color-white);
    border:.0625rem solid var(--color-light-gray2);
    border-radius:.125rem;
    font-size: .625rem;
    height:150px;
    letter-spacing:.03em;
    line-height:1.1;
    margin-top:.25rem;
    margin-inline:auto;
    max-width: 100%;
    overflow-y:auto;
    padding:1.25rem 1.25rem .5rem;
    scrollbar-width:none;
    -ms-overflow-style:none
}
.p-form__privacy::-webkit-scrollbar{
    display:none
}
.p-form__privacy p:not(:first-child){
    margin-top: .5rem
}
.p-contact__table + p {
    text-align: left;
    margin-top: 1.25rem;
    font-size: .875rem;
}
.wpcf7-list-item-label {
    font-size: .75rem;
    font-weight: 400;
}
.p-header{
    align-content: center;
    background: rgba(255, 255, 255, .85);
    height:var(--header-height);
    z-index:100
}
.p-header__inner{
    align-items:center;
    display:grid;
    grid-auto-flow:column;
    width:100%;
    height: 100%;
}
.p-header__logo img{
    height:2.3125rem;
    width:auto;
    padding-left: 1.25rem;
}
.p-header__nav{
    display:none
}
.p-header__lists{
    display:flex;
    gap:1.5625rem;
    justify-content:flex-end;
    height: 100%;
}
.p-header__list {
    align-content: center;
}
.p-header__list a{
    align-items:center;
    display:flex;
    padding-block:.625rem;
}
.p-header__list a.p-header__button {
    flex-direction: column;
    justify-content: center;
    gap: .25rem;
    font-size: 1.4125rem;
    font-weight: bold;
}
.p-header__list a.p-header__button p {
    font-size: .8125rem;
    padding: .25rem .5rem;
    border-radius: 15px;
    color: #EA880C;
    background-color: var(--color-white);
}
.p-fixed__button {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    width: 100%;
    height: 45px;
    font-size: 1.125rem;
    color: var(--color-white);
    background: linear-gradient(to bottom, var(--color-orange3), var(--color-orange2));
    z-index: 9999;
}
.p-fixed__button span {
    font-size: .75rem;
    padding: .25rem .75rem;
    border-radius: 15px;
    color: #EA880C;
    background-color: var(--color-white);
}
.p-header__drawer{
    display:block;
    z-index:200
}
.p-main{
    overflow-x:clip
}

.p-tab__lists{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    margin-inline:var(--padding-sp);
    z-index:1
}
.p-tab__list{
    background:var(--color-orange5);
    border-radius:.625rem .625rem 0 0;
    box-shadow:inset 0 -.625rem .625rem #95959529;
    color:var(--color-white);
    cursor:pointer;
    font-size:.75rem;
    font-weight:700;
    height:4.8125rem;
    letter-spacing:0;
    overflow:hidden;
    padding:.75rem .125rem .25rem;
    text-align:center;
    transition:background-color .3s ease-out,color .3s ease-out;
    z-index:0
}
.p-tab__list[aria-selected=true]{
    background-color:var(--color-base-background);
    box-shadow:none;
    color:var(--color-base);
    padding-top:1rem;
    position:relative;
    z-index:0
}
.p-tab__list[aria-selected=true]:after{
    background-color:var(--color-orange5);
    content:"";
    display:block;
    height:.4375rem;
    left:50%;
    position:absolute;
    top:0;
    transform:translate(-50%);
    width:100%
}
.p-tab__panels{
    display:grid;
    grid-template-areas:"panel";
    z-index:1
}
.p-tab__panel{
    align-self:start;
    background:var(--color-base-background);
    border-radius:0 0 .25rem .25rem;
    box-shadow:var(--tab-shadow);
    grid-area:panel;
    transition:opacity .3s ease-out;
    width:100%
}
.p-tab__table{
    margin-top:2.0625rem;
}
.p-voice__slides{
    display:grid;
    gap:.625rem;
    grid-template-columns:10% 1fr 10%;
    margin-top:1.875rem
}
.p-voice__image img{
    display:block;
    height:100%;
    object-fit:cover
}
.p-voice__slide:first-child img{
    object-position:right
}
.p-voice__slide:nth-child(3) img{
    object-position:left
}
.u-hidden-pc{
    display:block
}
.u-hidden-sp{
    display:none
}
.u-visibility-hidden{
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    clip:rect(1px,1px,1px,1px);
    clip-path:inset(50%)
}
.u-text-orange{
    color:var(--color-orange2)
}
/* 追加 */
.p-mv {
    padding: 3.75rem 0 0;
}
.p-mv__inner {
    position: relative;
}
.p-mv .p-mv__button {
    position: absolute;
    content: "";
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.p-mv .p-mv__button .c-button {
    margin: 0 auto;
}
.p-about {
    position: relative;
    padding: 6rem 0 2rem;
    background: url(../images/top/bg-img01.png), url(../images/top/bg-img01.png), #f4f4f4;
    background-position: top 370px left -204px, top right -90px;
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
}
.p-about::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100vw;
    height: 50%;
    background-color: var(--color-navy);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    z-index: 1;
}
.p-about__title {
    margin-top: -5.75rem;
    margin-bottom: .5rem;
    margin-left: -3%;
    font-size: 1.375rem;
    font-weight: 900;
    line-height: 1.875;
    text-indent: -.5rem;
    letter-spacing: .2rem;
    color: var(--color-white);
}
.p-about__title span.bg {
    padding: .125rem .75rem .125rem 1rem;
    background-color: var(--color-navy);
    white-space: nowrap;
}
.p-about__title span.bg.top {
    padding: .125rem .75rem .125rem 1rem;
}
.p-about__title span.yellow {
    color: var(--color-yellow);
}
.p-about__inner.l-inner {
    position: relative;
    z-index: 1;
    width: 92%;
    margin: 0 auto;
    padding: 2.5rem .625rem 1.375rem;
    background-color: var(--color-white);
    box-shadow: 0 0 20px #00000029;
    z-index: 2;
}
.p-about__list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.8125rem;
}
.p-about__lists:first-of-type {
    width: 100%;
}
.p-about__lists:last-of-type {
    display: none;
}
.p-about__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 2;
    color: #1C1C1C;
}
.p-aboutLogo__title {
    text-align: center;
    margin: 0 auto 1.375rem;
    font-weight: bold;
}
.p-aboutLogo__title p {
    font-size: .9375rem;
    color: var(--color-navy);
}
.p-aboutLogo__title h3 {
    position: relative;
    display: inline-block;
    padding: 0 .375rem;
    letter-spacing: .15rem;
    font-size: 1.125rem;
    color: var(--color-navy);
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--color-yellow) 51%, var(--color-yellow) 100%);
}
.p-aboutLogo__title h3 span {
    font-size: 1.9375rem;
}
.p-aboutLogo__title h3::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -34px;
    width: 25px;
    height: 42px;
    background: url(../images/top/about-l.svg) top center / cover no-repeat;
}
.p-aboutLogo__title h3::after {
    position: absolute;
    content: "";
    top: -10px;
    right: -34px;
    width: 25px;
    height: 42px;
    background: url(../images/top/about-r.svg) top center / cover no-repeat;
}
.p-aboutLogo__list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(4, 1fr);
}
.p-aboutLogo__lists {
    text-align: center;
    align-content: center;
    height: 58px;
    font-size: .75rem;
    border: 1px solid #D8D6D6;
}
.p-problem {
    /* padding: 2rem 0; */
    /* background: url(); */
}
.p-problemTitle {
    position: relative;
    /* padding: 5rem 0; */
}
.p-problemTitle::before {
    position: absolute;
    content: "";
    top: -65%;
    left: -56%;
    width: 100%;
    height: 100%;
    background:  url("../images/top/figure05.png") left center / 100% auto repeat-y;
    z-index: -1;
    transform: rotate(-3deg);
}
.p-problemTitle::after {
    position: absolute;
    content: "";
    top: -28px;
    right: -26%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background:  url("../images/top/figure04.png") top right / 100% auto no-repeat;
}
.p-problemTitle__block {
    position: relative;
    padding: 1rem 0 1.5rem;
    text-align: center;
    transform: rotate(-3deg);
}
.p-problemTitle__block::before {
    position: absolute;
    content: "";
    bottom: -42px;
    left: -25%;
    width: 100%;
    height: 100%;
    background:  url("../images/top/figure05.png") left center / 100% auto no-repeat;
    z-index: -1;
    transform: rotate(3deg);
}
.p-problemTitle__block h2 {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .5rem 1.125rem;
    font-size: .9375rem;
    letter-spacing: .15rem;
    color: var(--color-white);
    background-color: var(--color-orange);
    font-style: italic;
    clip-path: polygon(1.5% 0, 100% 0%, 98.5% 100%, 0% 100%);
}
.p-problemTitle__block h2 span {
    font-size: 1.0625rem;
    font-weight: 900;
}
.p-problemTitle__block h3 {
    font-size: 2.25rem;
    color: var(--color-navy);
    font-weight: 900;
    font-style: italic;
}
.p-problemTitle__block h3 span {
    position: relative;
}
.p-problemTitle__block h3 span::before {
    position: absolute;
    content: "";
    bottom: 2%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--color-yellow) 51%, var(--color-yellow) 100%);
    clip-path: polygon(3.5% 0, 100% 0%, 96.5% 100%, 0% 100%);
    z-index: -1;
}
.p-point {
    padding: 0 0 1.5rem;
}
.p-point__inner {
    position: relative;
    padding: 3.75rem 0 2.75rem;
}
.p-point__inner::before {
    position: absolute;
    content: "";
    top: 25%;
    left: 0;
    width: 100vw;
    height: 80%;
    background: #F4F4F4;
    clip-path: polygon(0 3%, 100% 0%, 100% 97%, 0% 100%);
}
.p-point__inner::after {
    position: absolute;
    content: "POINT";
    top: -2%;
    right: 104px;
    color: #F4F4F4;
    width: 213px;
    height: 64px;
    font-size: 6.2rem;
    font-weight: 900;
    font-style: italic;
    z-index: -1;
    transform: rotate(-2deg);
}
.p-point__list {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, 115px);
    width: 92%;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: center;
}
.item1 {
    grid-column: 1 / 2;
    grid-row: 1;
}
.p-point__lists.item1 img {
    width: 51px;
}
.item2 {
    grid-column: 3 / 4;
    grid-row: 1;
}
.p-point__lists.item2 img {
    width: 26px;
}
.item3 {
    grid-column: 1 / 2;
    grid-row: 2;
}
.p-point__lists.item3 img {
    width: 22px;
}
.item4 {
    grid-column: 2 / 3; /* 2列目 */
    grid-row: 2;
}
.p-point__lists.item4 img {
    width: 34px;
}
.item5 {
    grid-column: 3 / 4; /* 3列目 */
    grid-row: 2;
}
.p-point__lists.item5 img {
    width: 28px;
}
.p-point__lists {
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    place-content: center;
    place-items: center;
    grid-row: span 5;
    gap: .125rem;
    text-align: center;
    padding-block: .5rem .625rem;
    background: url(../images/top/point_bg.png) top center / cover no-repeat;
    clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
    z-index: 2;
}
.item1{
    transform: translateX(50%);
}
.item2 {
    transform: translateX(-50%);
}
.p-point__lists::after {
    position: absolute;
    content: "";
    bottom: 10px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
}
.p-point__num {
    display: inline-block;
    align-content: center;
    width: 60px;
    height: 16px;
    margin: 0 auto;
    font-size: .75rem;
    font-family:var(--font-outfit);
    font-weight: 500;
    color: var(--color-navy);
    background-color: var(--color-white);
}

.p-point__lists img {
    width: 80px;
    margin: 0 auto;
}
.p-point__title {
    text-align: center;
    font-size: 1rem;
    color: var(--color-white);
    line-height: 1.25;
}
.p-pointContent__list {
    background: url(../images/top/bg-sp.png) top -215px left -350px / cover no-repeat;
}
.p-pointContent__lists {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: flex-end;
    margin-bottom: .5rem;
    padding-block: .5rem;
}
.p-pointContent__lists:nth-of-type(even) {
    justify-content: left;
}
.p-pointContent__lists::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.p-pointContent__left {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding-block: 2.5rem 5.5rem;
    padding-inline: 1rem;
    background: rgba(255, 255, 255, .86);
    clip-path: polygon(100% 0%, 100% 86%, 0% 92%, 0% 100%, 0% 50%, 0% 6%);
}
.shadow {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
.p-pointContent__right {
    width: calc(100% - 50px);
}
.p-pointContent__right .p-area__button {
    position: relative;
    margin-bottom: 0;
    font-size: .875rem;
}
.p-pointContent__right .p-area__button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--color-white);
    border-right: 1px solid var(--color-white);
}
.p-pointContent__lists > picture {
    width: 100%;
    max-width: 82vw;
    margin-right: -14%;
    height: 100%;
    margin-top: -86px;
    z-index: 1;
}
.p-pointContent__num {
    width: 47px;
    height: 39px;
    align-content: center;
    text-align: center;
    font-size: .75rem;
    margin-right: .625rem;
    color: var(--color-white);
    background: url(../images/top/point_contents_bg.png) top center / contain no-repeat;
}
.p-pointContent__num span {
    font-size: .875rem;
}
.p-pointContent__title {
    margin-bottom: .25rem;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.333;
    color: var(--color-navy);
}
.p-pointContent__title span {
    font-size: 1.75rem;
    color: var(--color-orange);
}
.p-pointContent__text {
    margin-bottom: .75rem;
    font-size: .9375rem;
    line-height: 1.666;
    color: #1C1C1C;
}
.p-pointContent__attention {
    margin-bottom: 1.375rem;
    line-height: 1.25;
    font-size: .875rem;
    color: #6E6E6E;
}
.p-support {
    padding: 0 0 5rem;
}
.p-support__inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.p-support__inner::after {
    position: absolute;
    content: "";
    bottom: -32%;
    right: 0;
    width: 95%;
    height: 106vw;
    background: url(../images/top/figure04.png) top 40px right 90% / cover no-repeat ,var(--color-navy);
    clip-path: polygon(100% 0%, 100% 80%, 0% 90%, 0% 100%, 0% 50%, 0% 10%);
    z-index: -1;
}
.p-support__img {
    margin-right: auto;
    max-width: 88%;
}
.p-supportContent {
    width: 100%;
}
.p-supportContent__title {
    display: inline-block;
    margin-left: 10%;
    margin-bottom: .5rem;
    padding-block: .5rem;
    padding-inline: 1rem;
    font-size: .9375rem;
    font-weight: 900;
    letter-spacing: .15rem;
    color: var(--color-navy);
    background: var(--color-white);
    transform: translateY(-16px) rotate(-2.5deg);
    clip-path: polygon(1% 0, 100% 0%, 99% 100%, 0% 100%);
}
.p-supportContent__title span {
    font-size: .75rem;
}
.p-supportContent__text {
    margin-left: 13%;
    font-size: 1.375rem;
    color: var(--color-white);
    transform: rotate(-3deg);
    font-style: italic;
    font-weight: 900;
    line-height: 1.333;
}
.p-supportContent__text span {
    font-size: 2.125rem;
}
.p-supportContent__text span.yellow {
    color: var(--color-yellow);
}
.p-area {
    padding: 0 0 8.5rem;
}
.p-area__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 1.25rem;
}
.p-area__left {
    width: 100%;
}
.p-area__text {
    display: inline-block;
    margin-bottom:.25rem;
    padding: .25rem;
    font-size: 1rem;
    letter-spacing: .1rem;
    color: var(--color-white);
    background-color: var(--color-navy);
}
.p-area__leftText {
    margin-bottom: 1rem;
    line-height: 1.83333333333;
    letter-spacing: .1rem;
}
.p-area__titleArea {
    margin-bottom: .5rem;
    letter-spacing: .2rem;
    font-size: 1.625rem;
    font-weight: bold;
    color: var(--color-navy);
}
.p-area__right {
    width: 100%;
}
.p-area__button {
    display: inline-block;
    text-align: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 2.75rem;
    padding: 1.125rem;
    color: var(--color-white);
    background-color: var(--color-button-black);
}
.p-area__button img {
    width: 18px;
}
.p-area__titlePrice {
    margin-bottom: .5rem;
    padding-left: .75rem;
    font-size: 1.375rem;
    font-weight: bold;
    border-left: 3px solid var(--color-navy);
    color: var(--color-navy);
}
.p-review {
    position: relative;
    padding: 3.25rem 0 3rem;
}
.p-review::before {
    position: absolute;
    content: "";
    top: -1.5rem;
    width: 100vw;
    height: 350px;
    background: var(--color-navy);
    z-index: -1;
    clip-path: polygon(100% 0%, 100% 40%, 0% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.p-review__title {
    margin-bottom: 1.5rem;
}
.p-review__title .c-title__text {
    color: var(--color-white);
}
.p-review__list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.p-review__items > img {
    width: 100%;
    height: auto;
    box-shadow: -10px 6px 32px #B7CBD8CB;
}
.p-review__itemsTitle {
    position: relative;
    display: inline-block;
    margin: -0.9375rem 0 1.125rem;
    padding: .25rem;
    font-size: 1.125rem;
    color:#ffffff;
    background:var(--color-navy);
    transform: skewX(170deg) translateY(-10px);
}
.p-review__itemsTitle span {
    display: block;
    transform: skewX(-170deg);
}
.p-review__itemsText {
    margin-bottom: .625rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.73333;
}
.p-review__itemsName {
    font-size: .9375rem;
    color: var(--color-navy);
}
/* FAQ */
.p-faq {
    padding: 3rem 0 6.5rem;
    background: #F4F4F4;
    clip-path: polygon(100% 7%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.p-faq__title,
.p-contact__title {
    margin-bottom: 1.5rem;
}
.p-faq__inner {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.p-faq_item {
    margin-bottom: .5rem;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5;
}
.p-faq_question {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    width: 100%;
    padding: .875rem 2.75rem .875rem 1rem;
    color:var(--color-navy);
    background: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    transition: background-color 0.3s;
}
.p-faq_question::after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: transform 0.3s;
    font-size: 1.875rem;
    font-weight: bold;
}
.p-faq_question p {
    font-weight: bold;
}
.p-faq_answer {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    max-height: 0;
    overflow: hidden;
    padding: 0 1rem;
    transition: all 0.3s;
    background: #ffffff;
    font-size: .875rem;
}
.p-faq_answer span {
    color: var(--color-orange);
}
.p-faq_answer.-show {
    max-height: 300px;
    padding: .375rem 1rem 1rem 1rem;
}
.p-faq_answer p {
    font-weight: 500;
}
.p-contact
.p-contactCta {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem .5rem .875rem;
    border: 2.5px solid var(--color-navy);
}
.p-contactCta_heading {
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid var(--color-navy);
    color: var(--color-navy);
    line-height: 1.4;
}
.p-contactCta_heading span.lg {
    font-size: 1.125rem;
    -webkit-text-emphasis: filled;
    text-emphasis: filled;
}
.p-contactCta_emphasis {
    font-size: 1.125rem;
    color: #ff7b33;
    font-weight: bold;
}
.p-contactCta_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .375rem;
}
.p-contactCta_label {
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    background-color: var(--color-navy);
    color: #ffffff;
    min-width: 95px;
    padding: .75rem .25rem;
    line-height: 1.25;
    border-radius: 4px 0 0 4px;
    text-align: center;
    position: relative;
    font-size: .875rem;
    font-weight: 900;
}
.p-contactCta_label::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    border: 20px solid transparent;
    border-left: 20px solid var(--color-navy);
}
.p-contactCta_phone {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .5rem;
}
.p-contactCta_phone > span {
    padding: .375rem .75rem;
    font-size: .75rem;
    border-radius: 2rem;
    color: var(--color-navy);
    border: 1px solid var(--color-navy);
}
.p-contactCta_number {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-navy);
}
.p-contactCta_number img {
    width: 32px;
}
.p-contactCta_time {
    text-align: center;
    font-size: 14px;
    color: var(--color-navy);
}
.p-contactCta_note {
    text-align: left;
    font-size: .6875rem;
    color: var(--color-navy);
}
.p-company {
    padding: 0 .9375rem 2.5rem;
}
.p-company .c-title {
    margin-bottom: 1.5rem;
}
.p-company .p-tab__panel {
    max-width: 600px;
    box-shadow: none;
}
.p-company .c-table__row {
    display: flex;
    border-bottom: 1px solid var(--color-gray);
}
.p-company .c-table__header {
    width: 90px;
    padding: .625rem;
    align-content: center;
}
.p-company .c-table__data {
    width: calc(100% - 90px);
    padding: .625rem;
    font-weight: 400;
}
.p-company .c-table__row:not(:first-child) .c-table__header {
    padding: .625rem;
}
.p-footCta {
    align-content: center;
    background:url(../images/top/bg-cta02.png) top center / cover no-repeat;
}
.p-footCta__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    padding: 2.5rem 0 1.125rem;
}
.p-footCta .c-ctaBottom__text {
    text-align: right;
    color: var(--color-white);
}
.u-bold {
    font-weight: bold;
}
@media screen and (min-width:768px){
    html{
        /* font-size:1.4545454545vw */
    }
    a{
        opacity:unset
    }
    .p-mv .p-mv__button {
        bottom: 15%;
        left: 51.25%;
        transform: translateX(-50%);
        width: 100%;
    }
    .p-fixed__button {
        display: none;
    }
    .l-container{
        margin-top:3.75rem
    }
    .l-inner{
        max-width:calc(var(--inner-width) + var(--padding-pc)*2);
        padding-inline:var(--padding-pc);
        box-sizing: border-box;
    }
    .l-main,.l-pagenation{
        margin-top:2.5rem
    }
    .l-product-detail{
        padding-block:5rem
    }
    .l-cta{
        bottom:-1.25rem;
        left:auto;
        right:-1.25rem
    }
    .l-background-cloud{
        margin-top:7.5rem
    }
    .l-description{
        margin-top:8.75rem
    }
    .c-button{
        font-size:1.625rem;
        padding-block:.75rem;
        max-width: 500px;
    }
    .c-button:after,
    .p-form__submit:after {
        perspective:1000;
        right:2.5rem;
        transition:transform .3s ease-out
    }
    .c-button._orange{
        font-size:1.875rem;
        line-height:1.3333;
        padding-block: 1.875rem;
    }
    .c-button._orange:after{
        height:1.125rem;
        width:1.125rem
    }
    ._left{
        padding-left:2.5rem
    }
    .c-modal__container{
        height:min(80svh,37.5rem);
        max-width:68.75rem;
        padding:3.875rem 7.625rem 3.1875rem
    }
    .c-modal__close{
        right:4.375rem;
        top:3.75rem
    }
    .c-modal__line,.c-modal__line:after,.c-modal__line:before{
        height:.3125rem;
        width:3rem
    }
    .c-modal__title{
        font-size:1.875rem
    }
    .c-modal__text:first-of-type{
        margin-top:3.1875rem
    }
    .c-modal__images{
        gap:1.75rem;
        grid-template-columns:repeat(3,1fr);
        margin-top:2.6875rem
    }
    .c-section-arrow{
        background-image:url(../../assets/images/top/section-background-arrow-pc@2x.png);
        background-image:url(../../assets/images/top/section-background-arrow-pc@2x.webp);
        background-size:100%
    }
    .c-table__data,.c-table__header{
        display:table-cell
    }
    .c-table__header{
        font-size:1.125rem;
        width:11.6875rem
    }
    .p-contact .c-table__header{
        position:relative;
        width:15.625rem;
    }
    .p-contact .c-table__row:first-child .c-table__header {
        padding: 1.125rem .625rem .625rem;
    }
    .c-table__data{
        padding: 1.875rem;
    }
    .c-table__required,
    .c-table__hint {
        position:absolute;
        right:.625rem;
        top:1.125rem
    }
    .c-title__text{
        font-size:3.125rem;
        letter-spacing:.03em;
        line-height:1.45;
    }
    .c-title__icon img{
        height:3.5625rem
    }
    .p-contact
    .p-contactCta {
        max-width: 1000px;
        margin: 0 auto;
    }
    .p-contact {
        padding-block: 3.75rem;
    }
    .p-contactCta_heading {
        text-align: center;
        margin-bottom: 1.125rem;
        font-size: 1.4375rem;
    }
    .p-contactCta_heading span.lg {
        font-size: 1.6875rem;
    }
    .p-contactCta_emphasis {
        font-size: 1.6875rem;
        font-weight: bold;
    }
    .p-contactCta_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .75rem;
    }
    .p-contactCta_label {
        width: 190px;
        padding-block: 1.625rem;
        line-height: 1.4;
        font-size: .9375rem;
    }
    .p-contactCta_label::after {
        content: '';
        position: absolute;
        right: -20px;
        top: 0;
        border: 20px solid transparent;
    }
    .p-contactCta_label p {
        margin-left: -10px;
        text-indent: -.9rem;
    }
    .p-contactCta_phone {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: .375rem;
    }
    .p-contactCta_number {
        line-height: 1;
        font-size: 2.75rem;
        font-weight: bold;
    }
    .p-contactCta_number img {
        width: 38px;
    }
    .p-contactCta_time {
        text-align: center;
        font-size: .875rem;
    }
    .p-contactCta_note {
        text-align: center;
        font-size: .625rem;
    }
    .p-contact .c-table__data {
        padding: .75rem;
    }
    .p-contact .c-table__row:not(:first-child) .c-table__header {
        padding-top: .75rem;
    }
    .p-footer{
        flex-direction: row;
        align-items: flex-end;
        padding: 2.25rem 0 1.875rem;
    }
    .p-footer__logo{
        max-width: 235px;
        margin-right: 3.125rem;
    }
    .p-footer__inner{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
    }
    .p-footer__subInner {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .p-footer__info {

    }
    .p-footer__infoTitle{
        margin-bottom: .75rem;
        font-size: 1.125rem;
    }
    .p-footer__copy{
        padding-left: 1.25rem;
        font-size: .75rem;
    }
    .c-cta {
        text-align: center;
        font-size: 1.75rem;
        margin-top: -5rem;
        padding: 6rem 0 2rem;
        clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 15%);
        background:url(../images/top/bg-cta.png) top center / cover no-repeat;
    }
    .c-ctaTop__title {
        margin-bottom: 2rem;
        font-size: 1.75rem;
    }
    .c-ctaTop__title span {
        font-size: 2.3125rem;
    }
    .c-ctaTop__title span.mon {
        font-size: 2.625rem;
    }
    .c-ctaTop__title span.num {
        font-size: 3.375rem;
    }
    .c-cta .c-button {
        margin: 0 auto 1rem;
    }
    .c-ctaBottom__text {
        font-size: 1.125rem;
    }
    .c-ctaBottom__text > span {
        font-size: 1rem;
    }
    .c-ctaBottom__text a {
        font-size: 1.5rem;
    }
    .c-ctaBottom__attention {
        font-size: .75rem;
    }
    .c-cta .c-button::before, .p-mv__button .c-button::before, .p-footCta .c-button::before {
        top: -13px;
        left: 22px;
        width: 82px;
        height: 82px;
    }
    .p-about__cards{
        gap:3.1875rem;
        grid-template-columns:repeat(3,1fr);
        margin-top:4rem;
        padding-inline:0
    }
    .p-background-cloud{
        background:url(../../assets/images/top/cloud-background-pc@2x.png);
        background:url(../../assets/images/top/cloud-background-pc@2x.webp);
        background-position:50% top;
        background-size:cover
    }
    .l-completed{
        margin-block:12.5rem 7.5rem
    }
    .p-completed__inner{
        max-width:calc(850px + var(--padding-sp)*2)
    }
    .p-completed__content{
        margin-top:3.25rem
    }
    .p-completed__catch{
        font-size:1.75rem;
        margin-bottom:2.8125rem
    }
    .p-completed__button{
        margin-top:3.75rem;
        max-width:24.1875rem
    }
    .p-contact{
        padding-block: 3.875rem 4rem;
    }
    .p-contact__inner{
        position:relative;
        max-width: 720px;
    }
    .p-contact__head{
        grid-template-columns:1fr;
        margin-top: 2.875rem;
        margin-inline:auto;
        max-width: 52.5rem;
        gap: 1rem;
    }
    .p-contact__icon{
        height:10rem;
        left:-6.25rem;
        position:absolute;
        top:-7.5rem;
        width:10rem
    }
    .p-contact__text{
        font-size:1rem;
        line-height:1.8888888889;
        text-align:center;
        font-weight: 400;
    }
    .p-contact__tel{
        align-items:center;
        display:grid;
        font-size:1.875rem;
        gap:10.9375rem;
        grid-template-columns:auto 1fr;
        margin-top:3.625rem;
        margin-inline:auto;
        max-width:52.5rem;
        padding:1.75rem 4.375rem 1.5rem 5rem
    }
    .p-contact__telDescription{
        font-size:1.125rem;
        line-height:1.6666666667;
        text-align:left
    }
    .p-contact__telContent{
        text-align:center
    }
    .p-contact__telLink{
        font-size:1.875rem;
        margin-left:1.125rem;
        margin-top:.25rem
    }
    .p-contact__linkTime{
        font-size:.9375rem;
        margin-top:.875rem
    }
    .p-contact__table{
        margin-top: 2rem;
        margin-inline:auto;
        max-width:52.5rem
    }
    .p-contact__background{
        display:block
    }
    .p-contact__background._blue{
        right:calc(50% - 61.875rem);
        top:48.5%;
        width:35rem
    }
    .p-contact__background._orange{
        left:calc(50% - 64.375rem);
        top:11.5%;
        width:44.1875rem
    }
    .p-form__submit .c-button._orange {
        max-width: 375px;
        padding-block: 1.375rem;
        font-size: 1.5rem;
    }
    .p-flow {
        padding: 3.75rem 0 4rem;
    }
    .p-flow__title {
        margin-bottom: 2.75rem;
    }
    .p-flow__lists{
        width:100%;
        margin-top: 2.75rem;
        padding-inline: 0;
        grid-template-columns:repeat(5,1fr);
    }
    .p-flow__list {
        margin: 0 -8px;
        clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    }
    .p-flow__list:first-of-type {
        clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 50%, 0% 0%);
    }
    .p-flow__list:last-of-type {
        clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 10% 50%, 0% 0%);
    }
    .p-flow__listInner{
        padding-block: 1.375rem;
        padding-inline: 1.375rem
    }
    .p-flow__listNumber{
        padding: .375rem 1.25rem;
        margin-bottom:.75rem;
        font-size: 1.25rem;
    }
    .p-flow__listTitle{
        text-align: center;
        margin-bottom: 1.5rem;
        font-size:1.375rem;
        margin-top:.5rem;
    }
    .p-flow__listText {
        font-size: 1.125rem;
    }
    .p-flow__listImage,
    .p-flow__listImage.step04,
    .p-flow__listImage.step05 {
        margin-bottom: 1rem;
        width: 79px;
    }
    .p-flow__listImage.step02 {
        width: 45px;
    }
    .p-flow__listImage.step03 {
        width: 67px;
    }
    .p-flow__date{
        position: static;
        display:block;
        width: 100%;
        height: 60px;
        margin-top: 1rem;
        text-align:center;
        background: url(../images/top/yazirushi.svg), top center / contain no-repeat;
        transform: rotate(0);
    }
    .p-flow__dateTitle {
        writing-mode: initial;
        font-size: 2rem;
    }
    .p-flow__layoutSp {
        display: block;
    }
    .p-flow__order {
        display: block;
        /* flex-direction: row-reverse; */
        margin-bottom: 0;
    }
    .p-faq {
        padding: 6rem 0;
        background: #F4F4F4;
        clip-path: polygon(100% 12%, 100% 50%, 100% 100%, 0% 100%, 0% 50%, 0% 0%);
    }
    .p-faq__title {
        margin-bottom: 3.75rem;
    }
    .p-contact__title {
        margin-bottom: 1.5rem;
    }
    .p-faq__inner {
        width: 100%;
        max-width: 990px;
        margin: 0 auto;
        padding: 0 2rem;
        border-radius: 8px;
        overflow: hidden;
        box-sizing: border-box;
    }
    .p-faq_item {
        margin-bottom: .5rem;
        border-bottom: 1px solid #e0e0e0;
    }
    .p-faq_question {
        width: 100%;
        padding: 1.5rem 2.75rem 1.125rem 1.75rem;
        color:var(--color-navy);
        background: #fff;
        border: none;
        text-align: left;
        cursor: pointer;
        position: relative;
        font-size: 1.25rem;
        transition: background-color 0.3s;
    }
    .p-faq_question::after {
        content: '+';
        position: absolute;
        right: 20px;
        transition: transform 0.3s;
    }
    .p-faq_question.-active {
        padding: 1.5rem 2.75rem 1.125rem 1.75rem;
    }
    .p-faq_question.-active::after {
        content: '-';
        font-size: 2.5rem;
    }
    .p-faq_answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 1.75rem 0 1.75rem;
        transition: all 0.3s;
        background: #ffffff;
        font-size: 1.125rem;
    }
    .p-faq_answer span {
        color: var(--color-orange);
    }
    .p-faq_answer.-show {
        max-height: 300px;
        padding: 0 1.75rem .75rem 1.75rem;
    }
    .p-form__radio._row{
        grid-template-columns:auto 1fr;
    }
    .p-form__input,.p-form__textarea{
        padding:.5rem;
    }
    .p-form__textarea{
        min-height:8.5lh;
        width:100%;
    }
    .p-form__year{
        width: 72%;
    }
    .p-form__year .p-form__input{
        width:100%;
    }
    .p-form__checkboxWrapper {
        margin-top: .25rem;
    }
    .p-form__submit{
        max-width: 345px;
    }
    .p-form__submit:after {
        height:1.125rem;
        right:2.1875rem;
        width:1.125rem
    }
    .p-form__privacy{
        max-width: 600px;
        margin-top: .375rem;
    }
    .p-contact__table + p {
        text-align: center;
        margin-top: 2.5rem;
    }
    .wpcf7-list-item-label {
        font-size: .875rem;
    }
    .p-header{
        height:var(--header-height-pc);
        transition:height .2s ease-out
    }
    .p-header__logo{
        max-width: 168px;
    }
    .p-header__logo img{
        transition:height .2s ease-out
    }
    .p-header__nav{
        display:block;
        align-content: center;
        height: 100%;
    }
    .p-header__button {
        width: 260px;
        height: 100%;
        color: var(--color-white);
        background: transparent linear-gradient(90deg, #FAA331 0%, #E5702F 100%) 0% 0% no-repeat padding-box;
    }
    .p-header__drawer{
        display:none
    }
    .p-header.is-scroll{
        background-color:var(--color-base-background);
        border-radius:0 0 1.875rem;
        box-shadow:var(--base-shadow);
        height:5rem;
        max-width:100%
    }
    .p-header.is-scroll .p-header__logo{
        margin-top:0
    }
    .p-header.is-scroll .p-header__logo img{
        height:3rem
    }
    .p-tab__lists{
        align-items:end;
        gap:1.25rem;
        margin-inline:auto;
        max-width:68.75rem
    }
    .p-tab__list{
        font-size:1.125rem;
        height:4.25rem
    }
    .p-tab__list[aria-selected=true]{
        height:4.5rem
    }
    .p-tab__table{
        margin-inline:auto;
        max-width:52.5rem
    }
    .p-voice__slides{
        gap:1.875rem;
        grid-template-columns:27% 1fr 30%;
        margin-top:1.5625rem
    }
    .u-hidden-pc{
        display:none
    }
    .u-hidden-sp{
        display:block
    }
    /* 追加 */
    .p-mv {
        padding: 5rem 0 0;
    }
    .p-about {
        padding: 11rem 0 7rem;
        background-position: top 340px left -360px, top -14px right -680px;
        background-size: 100% auto, 100% auto;
        background-repeat: no-repeat, no-repeat;
    }
    .p-about__inner.l-inner {
        margin: 0 auto;
        padding: 4.675rem 5.5rem 5.5rem;
    }
    .p-about__title {
        text-indent: 0;
        transform: translateY(-7rem);
        margin-left: 0;
    }
    .p-about__title,
    .p-about__title span {
        font-size: 3.125rem;
        color: var(--color-white);
    }
    .p-about__title span.bg.top {
        padding: .125rem .875rem .125rem 2rem;
    }
    .p-about__title span.bg {
        padding: .125rem .75rem .125rem 1.5rem;
    }
    .p-about__text {
        font-size: 1.25rem;
    }
    .p-about__list {
        flex-direction: row;
        margin-top: -3.75rem;
        margin-bottom: 3rem;
    }
    .p-about__lists:first-of-type {
        width: 58%;
        max-width: 508px;
        margin-right: 2rem;
    }
    .p-about__lists:first-of-type img {
        padding: 0 1rem;
    }
    .p-about__lists:last-of-type {
        position: absolute;
        content: "";
        top: 10px;
        right: -130px;
        display: block;
        max-width: 620px;
    }
    .p-aboutLogo__title {
        margin: 0 auto 3rem;
    }
    .p-aboutLogo__title p {
        font-size: 1.75rem;
    }
    .p-aboutLogo__title h3 {
        display: inline-block;
        font-size: 2.375rem;
        background: linear-gradient(to bottom, transparent 0%, transparent 50%, var(--color-yellow) 51%, var(--color-yellow) 100%);
    }
    .p-aboutLogo__title h3 span {
        font-size: 4.0625rem;
    }
    .p-aboutLogo__title h3::before {
        top: -50px;
        left: -90px;
        width: 75px;
        height: 120px;
    }
    .p-aboutLogo__title h3::after {
        top: -50px;
        right: -90px;
        width: 75px;
        height: 120px;
    }
    .p-aboutLogo__list {
        gap: 1.5rem;
    }
    .p-aboutLogo__lists {
        height: 162px;
        font-size: 2.375rem;
    }
    .p-problemTitle::after {
        top: -44%;
        right: -27%;
        width: 100%;
        height: 100%;
        background:  url("../images/top/figure04.png") top right / 100% auto no-repeat;
    }
    .p-problemTitle__block {
        padding: 4.5rem 0;
    }
    .p-problemTitle__block::before {
        bottom: -62px;
        left: -30%;
        width: 100%;
        height: 100%;
        background:  url("../images/top/figure05.png") left center / 100% auto repeat-y;
        transform: rotate(3deg);
    }
    .p-problemTitle__block h2 {
        margin-left: -18%;
        font-size: 1.875rem;
    }
    .p-problemTitle__block h2 span {
        font-size: 2.5rem;
    }
    .p-problemTitle__block h3 {
        font-size: 5.75rem;
    }
    .p-support {
        padding: 3rem 0 5rem;
    }
    .p-support__inner {
        align-items: center;
        flex-direction: row;
    }
    .p-support__inner::after {
        bottom: unset;
        top: -10%;
        right: 0;
        width: 70%;
        height: 65vw;
        background: url(../images/top/figure04.png) top 45% right -627px / 100% auto no-repeat ,var(--color-navy);
        clip-path: polygon(100% 4%, 100% 50%, 0% 60%, 0% 100%, 0% 50%, 0% 10%);
        z-index: -1;
    }
    .p-support__img {
        max-width: 46vw;
    }
    .p-supportContent {
        width: 53vw;
    }
    .p-supportContent__title {
        margin-left: -10%;
        margin-bottom: 2.25rem;
        padding-block: .875rem;
        padding-inline: 1.125rem;
        font-size: 2.125rem;
        font-weight: 900;
        transform: translateY(0) rotate(-3deg);
    }
    .p-supportContent__title span {
        font-size: 1.6875rem;
    }
    .p-supportContent__text {
        margin-left: 4%;
        font-size: 3.25rem;
        color: var(--color-white);
        transform: rotate(-3deg);
        font-style: italic;
    }
    .p-supportContent__text span {
        font-size: 4rem;
    }
    .p-supportContent__text span.yellow {
        color: var(--color-yellow);
    }
    .p-point {
        padding: 3rem 0 3.5rem;
    }
    .p-point__inner {
        padding: 4rem 0;
        background: linear-gradient(to bottom , var(--color-white) 0%, var(--color-white) 40%, #F4F4F4 41%, #F4F4F4 100%);
    }
    .p-point__inner::after {
        width: 413px;
        height: 124px;
        top: -14%;
        right: 100px;
        font-size: 9.6rem;
        z-index: 0;
    }
    .p-point__list {
        width: 100%;
        max-width: 1140px;
        gap: .5rem;
        grid-template-columns: repeat(5, 1fr);
    }
    .p-point__lists {
        padding-block: 1.25rem 1.875rem;
    }
    .p-point__lists:first-of-type > img {
        width: 112px;
    }
    .p-point__lists:nth-of-type(3) > img {
        width: 63px;
    }
    .p-point__lists:nth-of-type(4) > img {
        width: 92px;
    }
    .p-point__lists:nth-of-type(5) > img {
        width: 65px;
    }
    .p-point__lists::after {
        bottom: 16px;
        left: 50%;
        transform: translate(-50%) rotate(45deg);
        width: 12px;
        height: 12px;
        border-right: 3px solid var(--color-white);
        border-bottom: 3px solid var(--color-white);
    }
    .p-point__title {
        font-size: 1.5625rem;
    }
    .p-point__num {
        width: 124px;
        margin: 0 auto .8375rem;
        height: auto;
        padding: .125rem .75rem;
        font-size: 1.5875rem;
    }
    .p-point__num span {
        font-size: 1.6875rem;
    }
    .p-point__lists img {
        width: 80px;
        margin: 0 auto;
    }
    .item1 {
        grid-column: 1 / 2;
        grid-row: 0;
        transform: translateX(0);
    }
    .p-point__lists.item1 img {
        width: 112px;
    }
    .item2 {
        grid-column: 2 / 3;
        grid-row: 0;
        transform: translateX(0);
    }
    .p-point__lists.item2 img {
        width: 78px;
    }
    .item3 {
        grid-column: 3 / 4;
        grid-row: 0;
    }
    .p-point__lists.item3 img {
        width: 63px;
    }
    .item4 {
        grid-column: 4 / 5;
        grid-row: 0;
    }
    .p-point__lists.item4 img {
        width: 92px;
    }
    .item5 {
        grid-column: 5 / 6;
        grid-row: 0;
    }
    .p-point__lists.item5 img {
        width: 65px;
    }
    .p-pointContent__list {
        background: url(../images/top/bg.png) top -170px center / cover no-repeat;
    }
    .p-pointContent__lists {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: .5rem;
        padding-block: 1rem;
        /* max-width: 1360px;
        margin: 0 auto; */
    }
    .p-pointContent__lists:first-of-type {
        padding-block: 5rem 1rem;
    }
    .p-pointContent__lists:nth-of-type(even) {
        justify-content: center;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .p-pointContent__lists:nth-of-type(odd) > .shadow {
        transform: translateX(16%);
    }
    .p-pointContent__lists:nth-of-type(odd) > picture {
        margin-right: -3%;
    }
    .p-pointContent__lists:nth-of-type(even) > .shadow {
        transform: translateX(-12%);
    }
    .p-pointContent__lists:nth-of-type(even) > picture {
        margin-left: -3%;
        margin-right: 0;
    }
    .p-pointContent__lists::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        z-index: -1;
    }
    .shadow {
        z-index: 3;
    }
    .p-pointContent__left {
        /* position: absolute;
        content: "";
        top: 50%;
        left: 30px;
        transform: translateY(-50%); */
        display: flex;
        align-items: flex-start;
        width: 60vw;
        max-width: 890px;
        height: auto;
        margin: -2rem 0 0;
        padding-block: 3.75rem 6rem;
        padding-inline: 2rem;
    }
    .p-pointContent__right {
        width: calc(100% - 190px);
    }
    .p-pointContent__right .p-area__button {
        font-size: 1rem;
    }
    .p-pointContent__lists > img {
        max-width: 600px;
        height: 100%;
        margin-top: 0;
        margin-right: -4%;
    }
    .p-pointContent__num {
        width: 170px;
        height: 140px;
        align-content: center;
        text-align: center;
        font-size: 2.25rem;
        margin-right: 2rem;
        font-family:var(--font-outfit);
        color: var(--color-white);
    }
    .p-pointContent__num span {
        font-size: 3.3875rem;
    }
    .p-pointContent__title {
        margin-bottom: 1rem;
        font-size: 2.6875rem;
        font-weight: 900;
        color: var(--color-navy);
    }
    .p-pointContent__title span {
        font-size: 4.125rem;
        color: var(--color-orange);
    }
    .p-pointContent__text {
        margin-bottom: .75rem;
        font-size: 1.125rem;
    }
    .p-pointContent__attention {
        font-size: .875rem;
    }
    .p-review {
        position: relative;
        padding: 3.25rem 0 7rem;
    }
    .p-review::before {
        position: absolute;
        content: "";
        top: -1.5rem;
        width: 100vw;
        height: 350px;
        background: var(--color-navy);
        z-index: -1;
        clip-path: polygon(100% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 50%, 0% 0%);
    }
    .p-review__title {
        margin-bottom: 0;
    }
    .p-review__title .c-title__text span {
        font-size: 2.8125rem;
    }
    .p-review__list {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: .5rem;
        padding: 2.75rem;
    }
    .p-review__items {
        padding: .75rem;
    }
    .p-review__items > img {
        width: 348px;
        height: 255px;
    }
    .p-review__itemsTitle {
        display: inline-block;
        margin: -0.9375rem 0 1.125rem;
        padding: .5rem;
        font-size: 1.125rem;
        transform: skewX(170deg) translateY(-10px);
    }
    .p-review__itemsTitle span {
        display: block;
        transform: skewX(-170deg);
    }
    .p-review__itemsText {
        margin-bottom: .625rem;
        font-size: .9375rem;
        line-height: 1.73333;
    }
    .p-review__itemsName {
        font-size: .9375rem;
    }
    .p-area {
        padding: 0 0 8.5rem;
    }
    .p-area__inner {
        flex-direction: row;
        gap: 1.25rem;
    }
    .p-area__left {
        width: calc(100% - 600px);
    }
    .p-area__text {
        margin-bottom:.25rem;
        padding: .5rem 1.125rem;
        font-size: 1.375rem;
    }
    .p-area__leftText {
        margin-bottom: 1rem;
    }
    .p-area__titleArea {
        margin-bottom: .5rem;
        font-size: 3.125rem;
    }
    .p-area__right {
        width: 100%;
        max-width: 600px;
        /* width: 100%; */
        /* max-width: 600px; */
    }
    .p-area__button {
        display: inline-block;
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin-bottom: 2.75rem;
        padding: 1.125rem;
        color: var(--color-white);
        background-color: var(--color-button-black);
    }
    .p-area__titlePrice {
        margin-bottom: .75rem;
        padding-left: .5rem;
        font-size: 1.375rem;
        font-weight: bold;
        border-left: 3px solid var(--color-navy);
        color: var(--color-navy);
    }
    .p-area__price {
        width: 100%;
        max-width: 496px;
        height: 321px;
        background-color: #D1D1D1;
    }
    .p-company {
        padding: 0 0 3.25rem;
    }
    .p-company .c-title {
        margin-bottom: 1.875rem;
    }
    .p-company .p-tab__panel {
        max-width: 620px;
        margin: 0 auto;
    }
    .p-company .c-table__row {
        display: flex;
        border-bottom: 1px solid var(--color-gray);
    }
    .p-company .c-table__header {
        width: 130px;
        padding: 1.25rem .75rem;
        align-content: center;
    }
    .p-company .c-table__data {
        width: calc(100% - 130px);
        padding: 1.25rem .75rem;
        font-size: 1.125rem;
    }
    .p-company .c-table__row:not(:first-child) .c-table__header {
        padding: 1.25rem .75rem;
    }
    .p-footCta {
        height: 150px;
    }
    .p-footCta__inner {
        flex-direction: row;
        gap: 1rem;
        padding: 0;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    .p-header__lists {
        gap: .75rem;
    }
    .p-header__button {
        width: 160px;
    }
    .p-header__list a.p-header__button {
        font-size: 1.125rem;
    }
    .p-about__title, .p-about__title span {
        font-size: 2.5rem;
    }
    .p-about__inner.l-inner {
        padding: 4.675rem 2.5rem 5.5rem;
    }
    .p-about__lists:last-of-type  {
        max-width: 460px;
    }
    .p-problemTitle__block h2 {
        font-size: 1.625rem;
    }
    .p-problemTitle__block h2 span {
        font-size: 2rem;
    }
    .p-problemTitle__block h3 {
        font-size: 3.875rem;
    }
    .p-point__title {
        font-size: 1.25rem;
    }
    .p-pointContent__title {
        font-size: 2.25rem;
    }
    .p-pointContent__num {
        width: 120px;
        height: 100px;
        margin-right: 1.125rem;
        font-size: 1.875rem;
    }
    .p-pointContent__num span {
        font-size: 2.5rem;
    }
    .p-pointContent__left {
        padding-inline: 1.625rem;
    }
    .p-pointContent__right {
        width: calc(100% - 120px);
    }
    .p-supportContent__title {
        font-size:1.5rem;
    }
    .p-pointContent__title span {
        font-size: 2.75rem;
    }
    .p-supportContent__text {
        font-size: 2.25rem;
    }
    .p-supportContent__text span {
        font-size: 2.75rem;
    }
    .p-review__items > img {
        height: auto;
    }
    .p-area__left {
        width: 50%;
    }
    .p-area__right {
        max-width: 50%;
    }
    .p-area__titleArea {
        font-size: 2.5rem;
    }
    .p-flow__listTitle {
        font-size: 1.25rem;
    }
    .p-flow__listInner {
        padding-inline: .75rem;
    }
    .p-footCta {
        height: auto;
        padding-block: .5rem;
    }
    .p-footCta__inner {
        gap: 1.25rem;
        padding: 1rem 0;
    }
}
@media screen and (min-width:1024px){
    .p-contact__icon{
        left:-8.75rem
    }
}
@media screen and (min-width:1100px){
    html{
        font-size:var(--font-size-base)
    }
    .l-inner._wide{
        /* max-width:calc(var(--inner-width-wide) + var(--padding-pc)*2) */
    }
    .p-header__inner{
        /* max-width:calc(var(--inner-width) + 8.75rem) */
    }
}
@media screen and (min-width:1449px){
    .p-header__lists{
        gap:2.1875rem
    }
    .p-header.is-scroll{
        max-width:calc(50vw + 39.375rem)
    }
}
@media (max-width:375px){
    html{
        font-size:4.2666666667vw
    }
}
@media (hover:hover),(pointer:fine){
    a:where([href^="tel:"]){
        pointer-events:none
    }
}
.swiper-button-next, .swiper-button-prev {
    transform: translateY(-50%);
    color: #001671!important;
}