body {
    background-image: url(../image/bk.svg);
    background-position: 100%;
    background-size: 100%;
    background-repeat: repeat;
    font-family: 'Noto Sans JP', 'Hiragino Gothic';
    color: #fff;
}

@media screen and (min-width:751px) {

    .sp,
    .sp_menu {
        display: none;
    }
}



/*-------PC-ヘッダー------*/

header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
}

.header_inr {
    display: flex;
    margin: 0 calc((50/1440)*100vw);
    justify-content: space-between;
    align-items: center;
}

.header_inr img {
    width: calc((200/1440)*100vw);
}

.pc_menu {
    display: flex;
    gap: calc((40 / 1440)* 100vw);
    align-items: center;
}

.pc_menu ul {
    display: flex;
    gap: calc((40/1440)*100vw);
    align-items: center;
}

.header_inr li {
    position: relative;
    list-style: none;
}

@media screen and (min-width:751px) {
    .header_inr li {
        height: calc((80/1440)*100vw);
        display: flex;
        align-items: center;
    }
}

.header_inr .contact {
    display: flex;
    gap: calc((40/1440)*100vw);
    border-radius: calc((3/1440)*100vw);
    padding: 0;
    border: none;
    display: inline-block;
}

.header_inr .contact a {
    font-size: calc((14/1440)*100vw);
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
    padding: calc((13/1440)*100vw) calc((20/1440)*100vw);
    color: #fff;
    display: flex;
    align-items: center;
    gap: calc((10/1440)*100vw);
    justify-content: center;
}

.pc_menu a {
    font-size: max((16/1440)*100vw,11px);
    text-decoration: none;
    color: #171B2E;
    font-weight: bold;
}

.pc_menu li a {
    display: inline-block;
    transition: all .3s ease 0s;
    text-decoration: none;
}

.pc_menu li a:hover {
    cursor: pointer;
    color: #066FC8;
}

.header_inr .pc_menu li a::after {
    background: -webkit-linear-gradient(-45deg, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 70%, rgba(204, 188, 255, 1) 85%, rgba(255, 160, 233, 1)); /* 下線の色 */
    bottom: 0;
    content: "";
    height: calc((3/1440)*100vw);
    left: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
}
  /* リンクにホバーした際の下線の表示 */
.header_inr .pc_menu li a:hover::after {
    opacity: 1;
}

.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: calc((18/1440)*100vw);
    height: calc((18/1440)*100vw);
    transform: translateX(-25%) rotate(45deg);
}

.pc_menu .dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: calc((10/1440)*100vw);
    height: calc((10/1440)*100vw);
    transform: translateX(-25%) rotate(45deg);
}

.pc_menu .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: calc((3/1440)*100vw);
}

.pc_menu .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((3/1440)*100vw);
}


/*--------->-----------*/
.dli-chevron-round-right {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    position: relative;
    width: calc((18/1440)*100vw);
    height: calc((18/1440)*100vw);
    transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

.dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: calc((4/1440)*100vw);
}

.dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((4/1440)*100vw);
}

@media screen and (max-width:1100px) {
    .header_inr {
        margin: 0 10px;
    }
    .pc_menu {
        gap: calc((20 / 1440)* 100vw);
    }
    .pc_menu ul {
        gap: calc((20 / 1440)* 100vw);
    }
}

@media screen and (max-width:750px) {
    /*-------SP-ヘッダー------*/

    .header_inr {
        margin: calc((10/390)*100vw) calc((20/390)*100vw) calc((5/390)*100vw);
    }

    .header_inr img {
        width: min((125/390)*100vw, 150px);
    }

    .top_menu {
        display: none;
    }

    .sp_menu {
        display: block;
    }

    .Menu-Group-Item-Link {
        display: flex;
        font-weight: bold;
        letter-spacing: 0.02em;
        font-size: clamp(11px, (16/390)*100vw, 21px);
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        padding-bottom: calc((5/390)*100vw);
        border-bottom: solid calc((1.5/390)*100vw) #fff;
        justify-content: space-between;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: min((650/390)*100vw, 700px);
        max-height: 100vh;
        background: #171B2E;
        color: #ffffff;
        transition: left 0.5s;
        overflow-y: scroll;
    }

    .nav_inner {
        padding: min((50/390)*100vw, 50px) 0;
        display: flex;
        justify-content: center;
    }

    .nav ul {
        list-style: none;
        width: min((300/390)*100vw, 300px);
    }

    .nav li {
        margin-bottom: min((50/390)*100vw, 50px);
    }

    .nav .contact {
        display: flow-root;
        justify-content: space-between;
        width: min((300/390)*100vw, 300px);
        background: linear-gradient(90deg, #00C4D5, #066FC8);
        border-radius: min((10/390)*100vw, 10px);
        padding: min((10/390)*100vw, 10px) 0;
        border: none;
        box-shadow: 0 0 calc((5/390)*100vw) #fff;
    }

    .nav .contact:nth-of-type(2) {
        margin-top: 30px;
    }

    .nav .contact a {
        font-size: clamp(13px, (18/390)*100vw, 20px);
        font-weight: bold;
        text-decoration: none;
        padding: calc((5/390)*100vw) min((10/390)*100vw, 10px);
        color: #fff;
        display: flex;
        align-items: center;
        gap: calc((20/390)*100vw);
        justify-content: center;
    }

    /* ナビゲーションボタン（開く） */
    #navbtn div {
        display: block;
        width: min((30/390)*100vw, 30px);
        height: min((3/390)*100vw, 3px);
        color: #171B2E;
    }

    #navbtn {
        position: fixed;
        top: min((15/390)*100vw, 15px);
        right: min((15/390)*100vw, 15px);
        padding: 0;
        outline: none;
        border: none;
        background: none;
        width: min((30/390)*100vw, 50px);
        height: min((21/390)*100vw, 60px);
        cursor: pointer;
    }

    #navbtn::before,
    #navbtn::after {
        content: '';
        display: block;
        height: min((2.5/390)*100vw, 4px);
        background-color: #171B2E;
        transform: translateY(min((7/390)*100vw, 20px));
        transition: 0.3s ease-in-out;
    }

    #navbtn::before {
        transform: translateY(calc((-10/390)*100vw));
        box-shadow: 0 calc((10/390)*100vw) #171B2E;
    }

    /* ナビゲーションボタン（閉じる） */
    .open #navbtn {
        z-index: 100;
    }

    .open #navbtn::before {
        transform: rotate(-45deg);
        box-shadow: none;
        background-color: #fff;
    }

    .open #navbtn::after {
        transform: rotate(45deg);
        box-shadow: none;
        background-color: #fff;
        position: relative;
        top: calc((-2/390)*100vw);
    }

    /* ナビゲーションメニュー 開いた時*/
    .open .nav {
        left: 0;
    }
       /*--------->-----------*/
       .dli-chevron-round-right {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        width: calc((10/390)*100vw);
        height: calc((10/390)*100vw);
        transform: translateX(-25%) rotate(45deg);
    }

    .dli-chevron-round-right::before,
    .dli-chevron-round-right::after {
        content: '';
        position: absolute;
        background: currentColor;
        border-radius: 0.1em;
    }

    .dli-chevron-round-right::before {
        top: 0;
        left: 0;
        right: 0;
        height: calc((2/390)*100vw);
    }

    .dli-chevron-round-right::after {
        top: 0;
        right: 0;
        bottom: 0;
        width: calc((2/390)*100vw);
    }
}

/*-------フッター-------------*/

footer {
    background-color: #fff;
    color: #171B2E;
    line-height: calc((20/1440)*100vw);
    font-size: calc((16/1440)*100vw);
    padding: calc((80/1440)*100vw) calc((120/1440)*100vw) calc((20/1440)*100vw);
}

.footer_logo_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_logo_nav p {
    margin: min((20/1440)*100vw, 20px) auto 0;
}

.footer_logo_nav img {
    width: calc((350/1440)*100vw);
}

.footer_logo_nav div {
    text-align: center;
}

.footer_logo_nav ul {
    display: flex;
    gap: calc((20/1440)*100vw);
    font-size: calc((16/1440)*100vw);
}

.footer_add_policy {
    display: flex;
    justify-content: space-between;
}

.address {
    margin-top: calc((50/1440)*100vw)
}
.address_title {
    font-size: calc((18/1440)*100vw);
    font-weight: bold;
}

.address_text {
    margin: calc((10/1440)*100vw) 0 0 calc((15/1440)*100vw);
}

.address_text a {
    font-size: calc((18/1440)*100vw);
    text-decoration: none;
    color: #171B2E;
    font-weight: bold;
}

.dli-pin {
    display: inline-block;
    vertical-align: middle;
    color: #171B2E;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid currentColor;
    border-radius: 40% 60% 0% 100% / 40% 100% 0% 60%;
    box-sizing: content-box;
    transform: rotate(45deg);
    top: calc((-3/1440)*100vw);
}

.dli-pin::before {
    content: '';
    position: absolute;
    top: 18%;
    left: 18%;
    width: 0.336em;
    height: 0.336em;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
}

.footer_policy {
    margin-top: max((35/1440)*100vw,20px);
}

.footer_policy ul {
    display: flex;
    justify-content: center;
    gap: calc((25/1440)*100vw);
    margin: 0 auto;
    text-align: left;
}

.footer_policy a {
    text-decoration: none;
    color: #171B2E;
    display: inline-block;
    transition: all .3s ease 0s;
    font-size: max((14/1440)*100vw,10px);
    line-height: calc((35/1440)*100vw);
    font-weight: normal;
}

.footer_policy li a:hover {
    cursor: pointer;
    color: #066FC8;
    transform: scale(1, 1);
}

.footer_copyright {
    margin-top: calc((100/1440)*100vw);
    display: flex;
    justify-content: center;
}

.footer_copyright-txt {
    line-height: 1;
}

@media screen and (max-width:750px) {
    /*-------spフッター-------------*/

    footer {
        margin: auto;
        line-height: min((50/390)*100vw, 50px);
        padding: min((50/390)*100vw, 50px) min((20/390)*100vw, 20px) min((20/390)*100vw, 20px);
    }

    .footer_logo_nav ul {
        display: block;
        line-height: min((20/390)*100vw, 30px);
        font-size: clamp(14px, (18/390)*100vw, 20px);
    }

    .footer_logo_nav img {
        width: min((245/390)*100vw, 280px);
    }

    .footer_logo_nav p {
        display: flex;
        flex-wrap: wrap;
        font-size: clamp(10px, (12/390)*100vw, 14px);
        line-height: min((20/390)*100vw, 20px);
        margin: min((-5/390)*100vw, -5px) auto min((50/390)*100vw, 50px);
    }

    .footer_add_policy {
        flex-direction: column-reverse;
    }

    .address {
        width: min((300/390)*100vw, 300px);
        margin: min((50/390)*100vw, 50px) auto 0;
    }

    .address_title {
        font-size: clamp(11px, (16/390)*100vw, 18px);
        font-weight: bold;
    }

    .address_text {
        font-size: clamp(10px, (13/390)*100vw, 13px);
        line-height: min((20/390)*100vw, 24px);
    }

    .address_text a {
        font-size: clamp(10px, (13/390)*100vw, 13px);
        line-height: min((20/390)*100vw, 24px);
    }

    .footer_menu {
        position: relative;
        left: min((-40/390)*100vw, -40px);
    }


    .footer_menu ul {
        display: flex;
        flex-direction: column;
        gap: min((30/390)*100vw, 30px);
        align-items: flex-start;
    }

    .footer_menu li {
        list-style: none;
    }

    .footer_menu a {
        font-size: clamp(14px, (18/390)*100vw, 20px);
        text-decoration: none;
        color: #171B2E;
        font-weight: bold;
    }

    .footer_menu li a {
        display: inline-block;
        transition: all .3s ease 0s;
        text-decoration: none;
    }

    .footer_policy {
        margin-top: max((20/390)*100vw,10px);
        margin-left: min((-40 / 390)* 100vw, -40px);
    }
    
    .footer_policy ul {
        display: flex;
        flex-direction: column;
        gap: calc((10/390)*100vw);
    }
    
    .footer_policy a {
        font-size: min((16/390)*100vw,16px);
        line-height: calc((15/390)*100vw);
    }

    .footer_copyright {
        margin-top: min((100/390)*100vw, 100px);
    }
    
    .footer_copyright-txt {
        font-size: min((12/390)*100vw,12px);
    }
}

/*----------タブレットサイズ-------------*/

@media screen and (max-width:599px) {

    /*-----------フォーム背景枠--------*/
    .work_content_box {
        margin: calc((25/390)*100vw) auto 0 calc((-25/390)*100vw);
        width: calc((350/390)*100vw);
        padding: min((2/390)*100vw,2px);
        border-radius: min((10/390)*100vw,10px);
        top: min((50/390)*100vw,50px);
    }

    .work_content_box_bk {
        padding: calc((10/390)*100vw) calc((22/390)*100vw) calc((25/390)*100vw);
        border-radius: min((9/390)*100vw,9px);
        width: calc((305/390)*100vw);
    }

    .footer_logo_nav {
        flex-direction: column;
    }
}

@media screen and (min-width:600px) and (max-width:750px) {

    /*-----------フォーム背景枠--------*/
    .work_content_box {
        margin: min((25/600)*100vw,25px) auto 0 min((-25/600)*100vw,-25px);
        width: min((500/600)*100vw,600px);
        padding: min((2/600)*100vw,2px);
        border-radius: min((10/600)*100vw,10px);
        top: min((50/600)*100vw,50px);
    }

    .work_content_box_bk {
        padding: min((10/600)*100vw,10px) min((22/600)*100vw,22px) min((25/600)*100vw,25px);
        border-radius: min((9/600)*100vw,9px);
        width: min((456/600)*100vw,556px);
    }

    /*----------フッター-------------*/
    .footer_logo_nav {
        justify-content: space-around;
        align-items: unset;
    }

    .address {
        margin: min((-130/600)*100vw, -140px) 0 0 min((20/600)*100vw, 45px);
    }

    .footer_menu {
        left: 0;
    }

    .footer_logo_nav p {
        margin: min((0/600)*100vw, 0px) auto min((50/600)*100vw, 50px);
    }

    .footer_policy {
        margin-top: max((20/600)*100vw,10px);
        margin-left: 0;
    }

}

/*-------contact-------------*/

.contact {
    position: relative;
    background: linear-gradient(90deg, #00C4D5, #066FC8);
    border-radius: calc((10/1440)*100vw);
    padding: 0;
    border: none;
    box-shadow: 0 0 calc((5/1440)*100vw) #fff;
    transition: all 0.2s ease;
    outline: none;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

.contact:hover {
    border-color: transparent;
}

.contact.navy {
    background: #2F3968;
}

.pushdown:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: calc((4/1440)*100vw);
    left: 0;
    width: 100%;
    height: 100%;
}

.pushdown:hover {
    color: #fff;
    transform: translateY(calc((4/1440)*100vw));
}

.contact::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
}

/*hoverした際の移動のアニメーション*/
.contact:hover::before {
    animation: shine 1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.contact a {
    position: relative;
    font-size: calc((30/1440)*100vw);
    font-weight: bold;
    letter-spacing: calc((5/1440)*100vw);
    text-decoration: none;
    padding: calc((57/1440)*100vw) calc((105/1440)*100vw);
    color: #fff;
    display: flex;
    align-items: center;
    gap: calc((20/1440)*100vw);
    justify-content: center;
    transition: all 0.3s ease;
}


/*-------complete-------------*/
.content_top-2 {
    padding-top: max((200/1440)*100vw,150px);
    padding-bottom: max((150/1440)*100vw,125px);
    text-align: center;
}

.content_title_box {
    text-align: center;
}

.content_title {
    font-weight: bold;
}

.content_title_en {
    text-align: center;
    margin: 0 auto calc((10/1440)*100vw);
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: max((20/1440)*100vw,18px);
    display: inline-block;
    background: -webkit-linear-gradient(0, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 80%, rgba(255, 160, 233, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_text {
    margin-top: calc((30/1440)*100vw);
    font-size: max((16/1440)*100vw,14px);
    line-height: max((25/1440)*100vw,20px);
    letter-spacing: calc((2/1440)*100vw);
}

.content_top-2 .contact {
    text-align: center;
    margin-top: clamp(140px*0.7,(140/1440)*100vw,140px);
}

.content_top-2 .contact a {
    padding-top: clamp(25px*0.7,(25/1440)*100vw,25px);
    padding-bottom: clamp(25px*0.7,(25/1440)*100vw,25px);
    padding-left: clamp(50px*0.7,(50/1440)*100vw,50px);
    padding-right: clamp(50px*0.7,(50/1440)*100vw,50px);
    font-size: clamp(30px*0.7,(30/1440)*100vw,30px);
    letter-spacing: 0.2em;
}

/*-------p-sform-notice-------*/
.p-sform-notice {
    max-width: 1180px;
    padding: 4%;
    margin: 0 auto;
    color: #000;
    text-align: left;
    margin-top: 70px;
}
.p-sform-notice__container {
    background-color: #fff;
    padding: 4%;
}
.p-sform-notice__item {
    margin-bottom: 20px;
}
.p-sform-notice__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.p-sform-notice__head {
    position: relative;
    background-color: #CBD5E5;
}
.p-sform-notice__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 0 9px;
    border-color: #6E6E6E transparent transparent transparent;
    transition: 0.3s;
}
.p-sform-notice__head.is-open .p-sform-notice__icon {
    transform: translateY(-50%) rotate(180deg);
}

.p-sform-notice__btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 3px 3px 3px 40px;
    cursor: pointer;
    color: #000;
    display: block;
    line-height: 1.5;
}
.p-sform-notice__head-ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: 500;
}
.p-sform-notice__body {
    padding: 5px 10px 5px 5px;
    display: none;
}
.p-sform-notice__txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.p-sform-notice__b-txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-display: swap;
    font-size: 16px;
    font-weight: bold;
}

/*-------フォーム-------------*/
.p-form {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 3%;
    margin-top: clamp(170px*0.7, 170 / 1440* 100vw, 170px);
    margin-bottom: clamp(250px*0.7, 250 / 1440* 100vw, 250px);
    line-height: 1.5;
    box-sizing: border-box;
}

.p-form_inner {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:750px) {
    .p-form_inner {
        display: block;
    }
}

.p-form_left {
    position: relative;
    width: 48.5%;
    background-color: #171B2E;
    border-radius: 10px;
    padding: 0 clamp(40px*0.7, (40 / 1440)* 100vw, 40px);
    padding-top: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    padding-bottom: clamp(90px*0.7, (90 / 1440)* 100vw, 90px);
    box-sizing: border-box;
}

@media screen and (max-width:750px) {
    .p-form_left {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.p-form_left::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(150deg, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 79%, rgba(255, 160, 233, 1));
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 10px;
}

.p-form_head {
    text-align: center;
}

.p-form_main-txt {
    font-size: clamp(22px*0.7, (22 / 1440)* 100vw, 22px);
    font-weight: 500;
    color: #fff;
}

.p-form_main-img {
    max-width: 348px;
    margin: 0 auto;
    margin-top: clamp(50px*0.7, (50 / 1440)* 100vw, 50px);
}

.p-form_main-img img {
    width: 100%;
}

.p-form_ttl-en {
    font-family: "Quantico", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(26px*0.7, (26 / 1440)* 100vw, 26px);
    display: inline-block;
    background: -webkit-linear-gradient(0, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 80%, rgba(255, 160, 233, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: clamp(10px*0.7, (10 / 1440)* 100vw, 10px);
}

.p-form_ttl {
    font-size: clamp(30px*0.7, (30 / 1440)* 100vw, 30px);
    color: #fff;
    margin-bottom: clamp(50px*0.7, (50 / 1440)* 100vw, 50px);
} 

.p-form_slider {
    padding: 0 12%;
}

.p-form_slide img {
    width: 100%;
}

.p-form_slider .slick-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: clamp(-60px, (-60 / 1440)* 100vw, -60px*0.7);
    width: clamp(36px*0.7, (36 / 1440)* 100vw, 36px);
    height: clamp(36px*0.7, (36 / 1440)* 100vw, 36px);
    margin-top: -8px;
}

.p-form_slider .slick-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: clamp(-60px, (-60 / 1440)* 100vw, -60px*0.7);
    width: clamp(36px*0.7, (36 / 1440)* 100vw, 36px);
    height: clamp(36px*0.7, (36 / 1440)* 100vw, 36px);
    margin-top: -8px;
}

.slick-arrow img {
    width: 100%;
}

.p-form_box {
    background-color: #002F7B;
    border: 2px solid #66C2FF;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(102,194,255,1);
    padding: clamp(30px*0.7, (30 / 1440)* 100vw, 30px);
    margin-top: clamp(75px*0.7, (75 / 1440)* 100vw, 75px);
}

.p-form_box-ttl {
    font-size: clamp(26px*0.7, (26 / 1440)* 100vw, 26px);
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: clamp(40px*0.7, (40 / 1440)* 100vw, 40px);
}

.p-form_box-item {
    display: flex;
}

.p-form_box-item:not(:last-child) {
    margin-bottom: clamp(40px*0.7, (40 / 1440)* 100vw, 40px);
}

.p-form_box-check {
    display: block;
    width: clamp(37px*0.7, (37 / 1440)* 100vw, 37px);
    flex-shrink: 0;
    margin-top: -0.25em;
}

.p-form_box-check img {
    width: 100%;
}

.p-form_box-txt {
    font-size: clamp(22px*0.7, (22 / 1440)* 100vw, 22px);
    font-weight: 500;
    color: #fff;
    padding-left: 0.5em;
}

.p-form_btm-txt {
    font-size: clamp(22px*0.7, (22 / 1440)* 100vw, 22px);
    font-weight: 500;
    margin-top: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    margin-left: clamp(10px*0.7, (10 / 1440)* 100vw, 10px);
}

.p-form_right {
    position: relative;
    width: 49%;
    display: flex;
}

@media screen and (max-width:750px) {
    .p-form_right {
        width: 100%;
        margin-top: 50px;
    }
}

.p-form_right form {
    display: flex;
    height: 100%;
}
 
.p-form_cont {
    position: relative;
    padding: 0 5%;
    padding-top: clamp(50px*0.7, (50 / 1440)* 100vw, 50px);
    padding-bottom: clamp(50px*0.7, (50 / 1440)* 100vw, 50px);
    background-color: #171B2E;
    border-radius: 10px;
}

.p-form_cont::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(150deg, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 79%, rgba(255, 160, 233, 1));
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 10px;
}

.p-form_item:nth-of-type(n + 2) {
    margin-top: 30px;
}

.p-form_label {
    display: block;
    font-size: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    font-weight: 500;
    color: #fff;
}

.p-form_label-txt {
    display: inline-block;
    margin-right: clamp(35px*0.7, (35 / 1440)* 100vw, 35px);
    margin-bottom: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
}

.p-form_required {
    font-size: clamp(16px*0.7, (16 / 1440)* 100vw, 16px);
    color: #fff;
    background-color: #D3174F;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(70px*0.7, (70 / 1440)* 100vw, 70px);
    height: clamp(28px*0.7, (28 / 1440)* 100vw, 28px);
    margin-bottom: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
}

.p-form_input {
    font-size: clamp(18px*0.7, (18 / 1440)* 100vw, 18px);
    border-radius: 6px;
    width: 100%;
    height: clamp(62px*0.7, (62 / 1440)* 100vw, 62px);
    padding: 0;
    border: none;
    padding: 0 1em;
    box-sizing: border-box;
    color: #000;
}

.p-form_radio .mwform-radio-field {
    display: block;
    font-size: clamp(14px, 1.4vw, 20px);
}

.p-form_radio .mwform-radio-field:nth-of-type(n + 2) {
    margin-top: 15px;
    margin-left: 0;
}

.p-form_radio label {
    display: flex;
    align-items: start;
    gap: 0.5em;
}

.p-form_radio input[type="radio"] {
    width: clamp(14px, 1.4vw, 20px);
    height: clamp(14px, 1.4vw, 20px);
    margin: 0;
    margin-top: 0.3em;
    flex-shrink: 0;
}

.p-form_textarea {
    font-size: clamp(18px*0.7, (18 / 1440)* 100vw, 18px);
    border-radius: 6px;
    width: 100%;
    height: clamp(250px*0.7, (250 / 1440)* 100vw, 250px);
    padding: 0;
    border: none;
    padding: 1em;
    box-sizing: border-box;
}

.p-form_agree {
    margin-top: clamp(20px, (20 / 1440)* 100vw, 20px);
}

.p-form_agree-txt {
    font-size: clamp(10px, (15 / 1440)* 100vw, 15px);
}

.p-form_agree-check {
    display: flex;
    align-items: center;
    margin-top: clamp(25px, (25 / 1440)* 100vw, 25px);
}

.p-form_agree-check input {
    width: clamp(26px*0.7, (26 / 1440)* 100vw, 26px);
    height: clamp(26px*0.7, (26 / 1440)* 100vw, 26px);
    border-radius: 4px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    margin-right: clamp(15px*0.7, (15 / 1440)* 100vw, 15px);
}

.p-form_agree-check label {
    font-size: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.p-form_privacy {
    height: clamp(230px*0.7, (230 / 1440)* 100vw, 230px);
    overflow-y: scroll;
    background-color: #fff;
    padding-top: clamp(40px*0.7, (40 / 1440)* 100vw, 40px);
    padding-bottom: clamp(40px*0.7, (40 / 1440)* 100vw, 40px);
    padding-left: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    padding-right: clamp(20px*0.7, (20 / 1440)* 100vw, 20px);
    box-sizing: border-box;
}

.p-form_privacy-txt {
    font-size: clamp(18px*0.7,(18 / 1440)* 100vw, 18px);
    color: #171B2E;
}

.p-form_privacy-txt:nth-of-type(n + 2) {
    margin-top: 30px;
}

.p-form_btn {
    margin-top: clamp(40px*0.7,(40/1440)*100vw,40px);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.p-form_btn-link {
    width: clamp(210px*0.7,(210/1440)*100vw,210px);
    position: relative;
    border-radius: 8px;
    padding: clamp(20px*0.7,(20/1440)*100vw,20px);
    display: block;
    letter-spacing: 0.05em;
    text-align: center;
    border: none;
    background: none;
    cursor: pointer;
    background-color: #171B2E;
}

.p-form_btn-link:nth-of-type(n + 2) {
    margin-left: clamp(20px,(30/1440)*100vw,30px);
}

.p-form_btn-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    background: linear-gradient(150deg, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 79%, rgba(255, 160, 233, 1));
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.p-form_btn-link:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
    border-radius: calc((10/1440)*100vw);
}

.p-form_btn-link::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: linear-gradient(150deg, rgba(24, 131, 255, 1), rgba(138, 199, 255, 1) 57%, rgba(204, 188, 255, 1) 79%, rgba(255, 160, 233, 1));
    box-shadow: 0 0 calc((5 / 1440)* 100vw) #fff;
    border-radius: 8px;
}

.p-form_btn-link.gray::before {
    background: #848884;
}

.p-form_btn-link.gray::after {
    background: #848884;
}

.p-form_btn-txt {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: clamp(20px*0.7,(20/1440)*100vw,20px);
    font-weight: bold;
}