@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    word-wrap: break-word;
    overflow-wrap: break-word;
    position: relative;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a {
    text-decoration: none;
}
h2,h3,h4,h5,h6 {
    font-weight: bold;
}
ul,ol,li {
    list-style: none;
}
.visible_sp {
    display: none !important;
}
.visible_tab {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .visible_tab {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .visible_sp {
        display: block !important;
    }
    .visible_pc {
        display: none !important;
    }
}
.c-button__direct {
    display: block;
    width: fit-content;
    padding-right: 20px;
    margin: 40px auto 0;
    color: #F07800;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    position: relative;
}
.c-button__direct:after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 16px;
    background-color: #F07800;
    clip-path: polygon(13px 50%, 0% 0%, 0% 16px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (hover: hover) {
    .c-button__direct:hover {
        text-decoration: none;
    }
}
@media screen and (max-width: 767.9px) {
    .c-button__direct {
        font-size: 16px;
    }
}

/* ---------------
    header
--------------- */
header {
    max-width: 195px;
    position: absolute !important;
    left: 10vw;
    top: 40px;
    z-index: 1;
}
header h1 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767.9px) {
    header {
        width: 140px;
        top: 10px;
        left: 10px;
    }
}

/* ---------------
    kv
--------------- */
.p-kv {
    position: relative;
}

/* ---------------
    cta
--------------- */
.p-kv .p-cta {
    position: relative;
    z-index: 1;
    margin-top: -107px;
    background: linear-gradient(180deg,transparent 0%,transparent 25%,#EEF2F4 25%, #EEF2F4 100%);
}
.p-cta__inner {
    width: 78.125%;
    max-width: 1500px;
    padding: 40px 0 48px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    display: flex;
    justify-content: space-around;
}
.p-cta__item {
    width: 460px;
    max-width: 500px;
    text-align: center;
}
.p-cta__item dt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.c-button__apply {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    background: #F07800;
    border-radius: 45px;
    border: none;
    padding: 14px 10px 14px 0;
    transition: 0.2s;
    position: relative;
    cursor: pointer;
}
.c-button__apply:after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 26px;
    background-color: #FFF;
    clip-path: polygon(20px 50%, 0% 0%, 0% 26px);
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-cta__item .c-button__apply {
    box-shadow: 0 9px 0 #E65000;
}
section.p-cta {
    padding: 77px 0;
    background: #F6F2EC;
}
section.p-cta .p-cta__inner {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.p-cta--flt {
    width: 100%;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: -250px;
    left: 0;
    z-index: 2;
    transition: 0.2s;
}
.p-cta--flt:not(.-single) {
    height: 170px;
}
.p-cta--flt.-single {
    height: 120px;
}
.p-cta--flt.-fixed {
    bottom: 0;
}
.p-cta--flt .p-cta__inner {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.p-cta--flt .p-cta__item dt {
    color: #FFF;
}
.p-cta--flt .c-button__apply {
    color: #F07800;
    padding: 17px 10px 17px 0;
    background: #FFF;
    box-shadow: none;
}
.p-cta--flt .c-button__apply:after {
    background: #F07800;
}
@media (hover: hover) {
    .c-modal .c-button__apply:hover {
        opacity: 0.8;
        transition: 0.2s;
    }
    .p-cta__item .c-button__apply:hover {
        box-shadow: none;
        transform: translateY(9px);
        transition: 0.2s;
    }
    .p-cta--flt .c-button__apply:hover {
        transform: none;
        color: #FFF;
        background: #F07800;
        transition: 0.2s;
    }
    .p-cta--flt .c-button__apply:hover:after {
        background: #FFF;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-kv .p-cta {
        margin-top: -67px;
        background: linear-gradient(180deg,transparent 0%,transparent 12%,#EEF2F4 12%, #EEF2F4 100%);
    }
    .p-cta__inner {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
    }
    .p-cta--flt .p-cta__inner {
        width: 85%;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 767.9px) {
    .p-kv .p-cta {
        margin-top: -40px;
        background: linear-gradient(180deg,transparent 0%,transparent 10%,#EEF2F4 10%, #EEF2F4 100%);
    }
    .p-cta__inner {
        width: 94.6%;
        padding: 34px 0 40px;
        flex-direction: column;
        align-items: center;
        row-gap: 28px;
    }
    .p-cta__item {
        width: 325px;
    }
    .p-cta__item dt {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .c-button__apply {
        font-size: 20px;
        padding: 12px 5px 12px 0;
    }
    .c-button__apply:after {
        width: 14px;
        height: 17px;
        background-color: #FFF;
        clip-path: polygon(14px 50%, 0% 0%, 0% 17px);
        right: 28px;
    }
    .p-cta__item .c-button__apply {
        box-shadow: 0 6px 0 #E65000;
    }
    .p-cta--flt .p-cta__item {
        width: 170px;
    }
    .p-cta--flt .p-cta__item dt {
        font-size: 12px;
    }
    .p-cta--flt .p-cta__inner {
        flex-direction: row;
        justify-content: center;
        column-gap: 15px;
    }
    .p-cta--flt:not(.-single) {
        height: 85px;
    }
    .p-cta--flt.-single {
        height: 60px;
    }
    .p-cta--flt .c-button__apply {
        font-size: 14px;
        box-shadow: none;
        padding: 8px 5px 7px 0;
    }
    .p-cta--flt .c-button__apply:after {
        width: 10px;
        height: 13px;
        clip-path: polygon(10px 50%, 0% 0%, 0% 13px);
        right: 6px;
    }

    section.p-cta {
        padding: 40px 0;
    }
}

/* ---------------
    intro
--------------- */
.p-intro {
    padding: 107px 0 162px;
    background: #EEF2F4;
    position: relative;
    z-index: 1;
}
.p-intro h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}
.p-intro picture {
    display: block;
    width: 57.8%;
    max-width: 1111px;
    margin: 0 auto;
}
.p-intro:after {
    display: inline-block;
    content: "";
    width: 130px;
    height: 211px;
    background: url(../img/icon_arrow_bk.webp) center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
    margin: auto;
}
@media screen and (max-width: 767.9px) {
    .p-intro {
        padding: 50px 0 100px;
    }
    .p-intro h2 {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .p-intro picture {
        width: 94.6%;
        max-width: 500px;
    }
    .p-intro:after {
        width: 107px;
        height: 173px;
        bottom: -75px;
    }
}

/* ---------------
    summary
--------------- */
.p-summary {
    padding: 158px 0 160px;
    background: #F08F2C;
    position: relative;
    overflow-y: hidden;
}
.p-summary:after {
    display: inline-block;
    content: "";
    width: 532px;
    height: 150px;
    background: url(../img/img_intro_after.webp) center bottom/contain no-repeat;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-summary h2 {
    font-size: 72px;
    font-size: clamp(45px,3.25vw,72px);
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}
.p-summary h2 span {
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
}
.p-summary__list {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.p-summary__item {
    width: 405px;
    text-align: center;
    padding: 20px 20px 60px;
    background: #FFF;
    border: 5px solid #000;
}
.p-summary__item h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 28px;
    position: relative;
}
.p-summary__item h3 span {
    color: #F07800;
    font-size: 32px;
}
.p-summary__item.-zero h3 span.num {
    font-size: 48px;
}
.p-summary__item.-zero h3 span.min {
    font-size: 22px;
}
.p-summary__item.-web h3,
.p-summary__item.-fee h3 {
    padding-top: 24px;
}
.p-summary__text {
    font-size: 16px;
    margin-bottom: 17px;
}
.p-summary__item.-zero dl {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    text-align: center;
    padding: 20px 0;
    background: #FFF3CB;
}
.p-summary__item.-zero dl div {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 4px;
    align-items: center;
}
.p-summary__item.-zero dt {
    font-size: 14px;
    font-weight: bold;
}
.p-summary__item.-zero dd {
    width: 65px;
}
.p-summary__item.-web .p-summary__text {
    padding: 16px 0 8px;
}
.p-summary__item.-fee .p-summary__text {
    font-size: 12px;
    padding: 3px 0 4px;
}
.p-summary__item.-fee .p-summary__text span {
    display: block;
    font-size: 16px;
}
.p-summary__item.-web h3 {
    font-size: 24px;
}
.p-summary__item.-web ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 11px 9px;
}
.p-summary__item.-web ul li {
    width: 48%;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFF3CB;
}
.p-summary__item.-web ul li p {
    font-size: 20px;
    font-weight: bold;
}
.p-summary__item.-web ul li p span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.p-summary__fee {
    display: flex;
    justify-content: space-between;
    max-width: 375px;
    margin: 0 auto;
}
.p-summary__fee__item {
    height: 150px;
    padding-top: 40px;
    background: #FFF3CB;
    position: relative;
}
.p-summary__fee__lead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.p-summary__fee__amount {
    font-weight: bold;
    line-height: 1;
}
.p-summary__fee--left {
    width: 120px;
}
.p-summary__fee--left:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 27px;
    background-color: #FFBB3B;
    clip-path: polygon(20px 50%, 0% 0%, 0% 27px);
    border-right: 0;
    position: absolute;
    right: -36px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-summary__fee--left .p-summary__fee__amount {
    font-size: 20px;
    line-height: 1.4;
}
.p-summary__fee--left .p-summary__fee__amount span {
    font-size: 28px;
}
.p-summary__fee--right {
    width: 185px;
}
.p-summary__fee--right .p-summary__fee__lead,
.p-summary__fee--right .p-summary__fee__amount {
    color: #F07800;
}
.p-summary__fee--right .p-summary__fee__amount {
    font-size: 28px;
}
.p-summary__fee--right .p-summary__fee__amount span {
    font-size: 48px;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .p-summary__list {
        width: 95%;
    }
    .p-summary__item {
        width: 32%;
        max-width: 405px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-summary__list {
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 15px;
        row-gap: 30px;
    }
}
@media screen and (max-width: 767.9px) {
    .p-summary {
        padding-top: 111px;
        padding-bottom: 60px;
    }
    .p-summary:after {
        display: none;
    }
    .p-summary h2 {
        font-size: 48px;
    }
    .p-summary h2 span {
        font-size: 20px;
    }
    .p-summary__list {
        width: 100%;
        flex-direction: column;
        align-items: center;
        row-gap: 28px;
    }
    .p-summary__item {
        width: 90%;
        max-width: 500px;
        padding: 22px 15px 60px;
        position: relative;
    }
    .p-summary__item.-zero {
        padding-top: 0;
    }
    .p-summary__item:after {
        display: inline-block;
        content: "";
        position: absolute;
        bottom: 0;
    }
    .p-summary__item.-zero:after {
        width: 93px;
        height: 62px;
        left: 6px;
        background: url(../img/img_intro_after01.webp) center bottom/contain no-repeat;
    }
    .p-summary__item.-web:after {
        width: 108px;
        height: 61px;
        right: 13px;
        background: url(../img/img_intro_after02.webp) center bottom/contain no-repeat;
    }
    .p-summary__item.-fee:after {
        width: 100px;
        height: 62px;
        left: 6px;
        background: url(../img/img_intro_after03.webp) center bottom/contain no-repeat;
    }
    .p-summary__item h3 {
        font-size: 18px;
        margin-bottom: 11px;
    }
    .p-summary__item.-web h3 {
        font-size: 20px;
    }
    .p-summary__item.-web h3,
    .p-summary__item.-fee h3 {
        padding-top: 0;
    }
    .p-summary__item h3 span {
        font-size: 34px;
    }
    .p-summary__item.-zero h3 span {
        font-size: 26px;
    }
    .p-summary__item.-zero h3 span.min {
        font-size: 28px;
    }
    .p-summary__text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .p-summary__item.-zero dl {
        padding: 13px 0;
    }
    .p-summary__item.-zero dt {
        font-size: 12px;
    }
    .p-summary__item.-zero dd {
        width: 60px;
    }
    .p-summary__item.-web ul {
        gap: 4px 5px;
    }
    .p-summary__item.-web ul li {
        height: 60px;
    }
    .p-summary__item.-web ul li p {
        font-size: 16px;
        line-height: 1.5;
    }
    .p-summary__item.-web ul li p span {
        font-size: 11px;
    }
    .p-summary__item.-web .p-summary__text {
        padding: 0;
    }
    .p-summary__item.-fee .p-summary__text {
        font-size: 12px;
        padding: 0;
    }
    .p-summary__item.-fee .p-summary__text span {
        font-size: 16px;
    }
    .p-summary__fee {
        max-width: 300px;
    }
    .p-summary__fee__lead {
        font-size: 16px;
        line-height: 1.5;
    }
    .p-summary__fee__item {
        height: 122px;
        padding-top: 24px;
    }
    .p-summary__fee__item:after {
        bottom: 10px;
    }
    .p-summary__fee--left {
        width: 95px;
    }
    .p-summary__fee--left:before {
        width: 16px;
        height: 22px;
        background-color: #FFBB3B;
        clip-path: polygon(16px 50%, 0% 0%, 0% 22px);
        right: -27px;
    }
    .p-summary__fee--left .p-summary__fee__amount {
        font-size: 16px;
    }
    .p-summary__fee--left .p-summary__fee__amount span {
        font-size: 28px;
    }
    .p-summary__fee--right {
        width: 166px;
    }
    .p-summary__fee--right .p-summary__fee__amount {
        font-size: 20px;
    }
    .p-summary__fee--right .p-summary__fee__amount span {
        font-size: 40px;
    }
}

/* ---------------
    service
--------------- */
.p-service {
    text-align: center;
    padding: 120px 0;
    background: #F6F2EC;
}
.p-service h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 80px;
}
.p-service h2 span {
    color: #EA7F13;
    font-size: 60px;
}
.p-service h2 span.num {
    font-size: 72px;
}
.p-service__inner {
    max-width: 1180px;
    margin: 0 auto;
}
.p-service__list {
    display: flex;
    justify-content: space-between;
}
.p-service__item {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 20px;
    background: #FFF;
    border-radius: 8px;
    position: relative;
}
.p-service__num {
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 20px;
    top: -23px;
}
.p-service__item h3 {
    font-size: 36px;
    margin-bottom: 33px;
}
.p-service__cont {
    width: 100%;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.p-service__cont:before {
    display: inline-block;
    content: "";
    width: 90px;
    height: 58px;
    background: url(../img/txt_point.webp) center/contain no-repeat;
    position: absolute;
    left: 10px;
    top: -15px;
}
.p-service__cont p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}
.p-service__cont p span {
    font-size: 48px;
}
.p-service__cont p span.num {
    font-size: 60px;
}
.p-service__item:nth-of-type(1) .p-service__cont {
    background: #EDF2F4;
}
.p-service__item:nth-of-type(1) .p-service__cont p {
    color: #415AA9;
}
.p-service__item:nth-of-type(2) .p-service__cont {
    background: #FEEFD3;
}
.p-service__item:nth-of-type(2) .p-service__cont p {
    color: #F07800;
}
.p-service__item:nth-of-type(3) .p-service__cont {
    background: #FFECED;
}
.p-service__item:nth-of-type(3) .p-service__cont p {
    color: #FA305E;
}
@media screen and (max-width: 1024px) {
    .p-service__list {
        flex-direction: column;
        align-items: center;
        row-gap: 28px;
    }
    .p-service__item {
        width: 90%;
        max-width: 500px;
        padding: 30px 20px 20px;
    }
    .p-service__num {
        width: 16px;
        position: static;
    }
    .p-service__item h3 {
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 15px;
        position: absolute;
        left: 10px;
        top: -15px;
    }
    .p-service__cont {
        height: 92px;
    }
    .p-service__cont:before {
        width: 49px;
        height: 32px;
        left: 6px;
        top: -8px;
    }
    .p-service__cont p {
        font-size: 20px;
    }
    .p-service__cont p span {
        font-size: 28px;
    }
    .p-service__cont p span.num {
        font-size: 35px;
    }
}
@media screen and (max-width: 767.9px) {
    .p-service {
        padding: 60px 0 50px;
    }
    .p-service h2 {
        font-size: 24px;
        margin-bottom: 60px;
    }
    .p-service h2 span {
        font-size: 40px;
        display: inline-block;
        margin-bottom: 2px;
    }
    .p-service h2 span.num {
        font-size: 48px;
    }
}

/* ---------------
    simlation
--------------- */
.p-service__sim {
    margin-top: 120px;
}
.p-service__sim h2 {
    color: #F07800;
    font-size: 72px;
    margin-bottom: 60px;
}
.p-service__sim h2 span {
    display: block;
    color: #000;
    font-size: 28px;
    line-height: 1.45;
    margin-bottom: 10px;
}
.p-service__sim__outer {
    /* width: 78%; */
    max-width: 920px;
    margin: 0 auto;
}
.p-service__sim__item {
    display: none;
    text-align: center;
    padding: 43px 0 60px;
    background: #FFF;
}
.p-service__sim__item:not(#a01) {
    padding-bottom: 40px;
}
.p-service__sim__item.is-open {
    display: block;
}
.p-service__sim__num {
    color: #EA821A;
    font-size: 72px;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 34px;
}
.p-service__sim__num span {
    display: inline-block;
    width: 45px;
    font-size: 1px;
}
.p-service__sim__lead {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    margin-bottom: 40px;
}
.p-service__sim__ans {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    margin-bottom: 40px;
}
.p-service__sim__ans--button {
    width: 309px;
    height: 239px;
    color: #FFF;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 239px;
    background: #415AA9;
    border: none;
    border-radius: 16px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    cursor: pointer;
}
.p-service__sim__before {
    width: 184px;
    height: 42px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    padding-left: 10px;
    background: #000;
    border: none;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.p-service__sim__before:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 15px;
    background-color: #FFF;
    clip-path: polygon(0% 50%, 12px 0%, 12px 15px);
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-service__sim__item#ans01,
.p-service__sim__item#ans02,
.p-service__sim__item#ans03 {
    padding-top: 73px;
    font-weight: bold;
}
.p-service__sim__text {
    width: 600px;
    margin: 0 auto;
}
.p-service__sim__anchor {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}
.p-service__sim__anchor a {
    display: block;
    color: #F07800;
    text-decoration: underline;
    position: relative;
    width: fit-content;
    margin: 4px auto;
    /* padding-right: 20px; */
}
.p-service__sim__sub {
    font-size: 24px;
    margin-bottom: 6px;
}
.p-service__sim__name {
    width: 100%;
    border: 2px solid #000;
    font-size: 60px;
}
#ans03 .p-service__sim__name {
    color: #566DB2;
}
#ans01 .p-service__sim__name {
    color: #FA305E;
}
#ans02 .p-service__sim__name {
    color: #F07800;
}
.p-service__sim__fee {
    font-size: 28px;
}
.p-service__sim__fee span {
    font-size: 40px;
}
.p-service__sim__feature {
    width: 85%;
    max-width: 760px;
    padding: 43px 0 28px;
    margin: 55px auto 40px;
    position: relative;
}
.p-service__sim__feature dt {
    width: 150px;
    height: 48px;
    color: #FFF;
    font-size: 24px;
    line-height: 48px;
    border-radius: 24px;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-service__sim__feature dt span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.p-service__sim__feature dt span:after {
    display: inline-block;
    content: "";
    width: 21px;
    height: 12px;
    clip-path: polygon(50% 12px, 0% 0%, 21px 0%);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-service__sim__feature-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 23px;
}
.p-service__sim__item:not(#ans01) .p-service__sim__feature-list {
    column-gap: 52px;
}
.p-service__sim__feature-list dd {
    width: 100px;
}
.p-service__sim__feature-list dd img {
    width: 80px;
    margin-bottom: 12px;
}
.p-service__sim__feature-list dd span {
    display: block;
    font-size: 14px;
}
#ans03 .p-service__sim__feature {
    background: #EDF2F4;
}
#ans03 .p-service__sim__feature dt,
#ans03 .p-service__sim__feature dt span:after {
    background: #566DB2;
}
#ans01 .p-service__sim__feature {
    background: #FFECED;
}
#ans01 .p-service__sim__feature dt,
#ans01 .p-service__sim__feature dt span:after {
    background: #E2859A;
}
#ans02 .p-service__sim__feature {
    background: #FEEFD3;
}
#ans02 .p-service__sim__feature dt,
#ans02 .p-service__sim__feature dt span:after {
    background: #F07800;
}
@media (hover: hover) {
    .p-service__sim__ans--button:hover {
        background: #1A327E;
    }
    .p-service__sim__before:hover {
        opacity: 0.8;
        transition: 0.2s;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .p-service__sim__feature-list {
        justify-content: space-between;
        column-gap: 0;
    }
    .p-service__sim__item:not(#ans01) .p-service__sim__feature-list {
        justify-content: center;
    }
}
@media screen and (max-width: 767.9px) {
    .p-service__sim {
        margin-top: 60px;
    }
    .p-service__sim h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .p-service__sim h2 span {
        font-size: 20px;
    }
    .p-service__sim__outer {
        width: 94.6%;
        max-width: 500px;
    }
    .p-service__sim__item {
        padding: 60px 30px;
    }
    .p-service__sim__lead {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    .p-service__sim__ans {
        justify-content: space-between;
        column-gap: unset;
    }
    .p-service__sim__ans--button {
        width: 46%;
        height: 120px;
        font-size: 24px;
        line-height: 120px;
    }
    .p-service__sim__item#ans01,
    .p-service__sim__item#ans02,
    .p-service__sim__item#ans03 {
        padding: 40px 20px 40px;
    }
    .p-service__sim__text {
        width: 76%;
        max-width: 500px;
    }
    .p-service__sim__anchor {
        font-size: 15px;
    }
    .p-service__sim__anchor a {
        font-size: 14px;
    }
    .p-service__sim__name {
        font-size: 28px;
    }
    .p-service__sim__sub {
        font-size: 16px;
    }
    .p-service__sim__fee {
        font-size: 16px;
    }
    .p-service__sim__fee span {
        font-size: 24px;
    }
    .p-service__sim__feature {
        width: 100%;
        max-width: 380px;
        padding: 37px 0 30px;
    }
    .p-service__sim__feature dt {
        width: 111px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        top: -18px;
    }
    .p-service__sim__feature dt span:after {
        width: 16px;
        height: 9px;
        clip-path: polygon(50% 9px, 0% 0%, 16px 0%);
        bottom: -7px;
    }
    .p-service__sim__feature-list {
        flex-wrap: wrap;
        column-gap: 23px;
        row-gap: 11px;
    }
    .p-service__sim__item:not(#ans01) .p-service__sim__feature-list {
        column-gap: 23px;
        padding-left: 43px;
        padding-right: 43px;
    }
    .p-service__sim__feature-list dd {
        width: 86px;
    }
    .p-service__sim__feature-list dd img {
        width: 64px;
        margin-bottom: 7px;
    }
    .p-service__sim__feature-list dd span {
        font-size: 12px;
    }
}

/* ---------------
    diff
--------------- */
.p-diff {
    text-align: center;
    padding: 100px 0 120px;
}
.p-diff h2 {
    font-size: 36px;
    margin-bottom: 54px;
}
.p-diff h2 span {
    font-size: 22px;
}
.p-diff table.p-diff__pc {
    width: 48%;
    min-width: 600px;
    max-width: 920px;
    font-weight: bold;
    margin: 0 auto;
    border-collapse: collapse;
    height: 100%;
}
.p-diff table.p-diff__pc th {
    font-weight: bold;
}
.p-diff table.p-diff__pc thead th {
    font-size: 24px;
    font-size: clamp(15px,1.25vw,24px);
    line-height: 1.3;
    padding: 11px 0 13px;
    background: #F6F2EC;
}
.p-diff table.p-diff__pc thead th.bg_none {
    background: transparent;
    border: none !important;
}
.p-diff table.p-diff__pc th:first-of-type {
    width: 25%;
}
.p-diff table.p-diff__pc thead th[colspan="2"] {
    border-bottom: 4px solid #FFF;
}
.p-diff table.p-diff__pc thead tr:not(:first-of-type) th {
    width: 12.5%;
    font-size: 18px;
    font-size: clamp(11.25px,0.9375vw,18px);
    line-height: 1.11;
    padding: 7px 0 13px;
}
.p-diff table.p-diff__pc thead th[colspan="2"]:not(:last-of-type),
.p-diff table.p-diff__pc thead tr:not(:first-of-type) th:not(:last-of-type) {
    border-right: 4px solid #FFF;
}
.p-diff table.p-diff__pc tbody th {
    color: #FFF;
    font-size: 24px;
    font-size: clamp(15px,1.25vw,24px);
    text-align: left;
    padding: 11px 0 17px 10px;
}
.p-diff table.p-diff__pc tbody th span {
    display: block;
    font-size: 18px;
    font-size: clamp(11.25px,0.9375vw,18px);
}
.p-diff table.p-diff__pc tbody .service01 th {
    background: #465FAB;
    padding-top: 21px;
    padding-bottom: 27px;
}
.p-diff table.p-diff__pc tbody .service01 td div {
    background: #EDF2F4;
}
.p-diff table.p-diff__pc tbody .service02 th {
    background: #F07800;
    border-top: 4px solid #FFF;
    border-bottom: 4px solid #FFF;
}
.p-diff table.p-diff__pc tbody .service02 td div {
    background: #FEEFD3;
}
.p-diff table.p-diff__pc tbody .service03 th {
    background: #FA305E;
}
.p-diff table.p-diff__pc tbody .service03 td div {
    background: #FFECED;
}
.p-diff table.p-diff__pc tbody .service00 th {
    color: #1A1A1A;
    background: #EEF2F4;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 4px solid #EEF2F4;
}
.p-diff table.p-diff__pc tbody .service00 td {
    font-weight: normal;
}
.p-diff table.p-diff__pc tbody tr td {
    color: #1A1A1A;
    font-size: 24px;
    font-size: clamp(15px,1.25vw,24px);
    border-bottom: 4px solid #EEF2F4;
    height: 100%;
}
.p-diff table.p-diff__pc tbody tr:not(.service00) td {
    border-color: #FFF !important;
}
.p-diff table.p-diff__pc tbody tr.service03 td {
    border-bottom-color: #EEF2F4 !important;
}
.p-diff table.p-diff__pc tbody tr td div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-diff table.p-diff__pc tbody tr td span {
    font-size: 36px;
    font-size: clamp(22.5px,1.875vw,36px);
}
.p-diff table.p-diff__pc tbody tr td:not(:last-of-type) {
    border-right: 4px solid #EEF2F4;
}
.p-diff table.p-diff__pc tbody tr:last-of-type td {
    font-size: 20px;
    font-size: clamp(12.5px,1.042vw,20px);
}
.p-diff table.p-diff__pc tbody tr:last-of-type td span {
    font-size: 28px;
    font-size: clamp(17.5px,1.46vw,28px);
}
.p-diff table.p-diff__sp {
    display: none;
}
@media screen and (max-width: 767.9px) {
    .p-diff {
        padding: 75px 0;
    }
    .p-diff h2 {
        font-size: 22px;
        line-height: 1.45;
        margin-bottom: 28px;
    }
    .p-diff h2 span {
        font-size: 16px;
    }
    .p-diff table.p-diff__pc {
        display: none;
    }
    .p-diff table.p-diff__sp {
        display: table;
        width: 94.6%;
        margin: 0 auto;
        font-weight: bold;
        text-align: center;
        border-collapse: collapse;
    }
    .p-diff table.p-diff__sp .is-none {
        display: none !important;
    }
    .p-diff table.p-diff__sp th:first-of-type {
        width: 15%;
    }
    .p-diff table.p-diff__sp thead th {
        /* width: 60%; */
        color: #FFF;
        font-size: 16px;
        padding: 10px 0;
    }
    .p-diff table.p-diff__sp thead th.service00 {
        width: 29%;
        color: #1A1A1A;
        background: #EEF2F4;
        border-left: 4px solid #FFF;
    }
    .p-diff table.p-diff__sp thead th span {
        display: block;
        font-size: 14px;
    }
    .p-diff table.p-diff__sp thead th.service01 {
        background: #465FAB;
    }
    .p-diff table.p-diff__sp thead th.service02 {
        background: #F07800;
        border-left: 2px solid #FFF;
        border-right: 2px solid #FFF;
    }
    .p-diff table.p-diff__sp thead th.service03 {
        background: #FA305E;
    }
    .p-diff table.p-diff__sp tbody th {
        background: #F6F2EC;
    }
    .p-diff table.p-diff__sp tbody th.tb_th {
        height: 140px;
        border-bottom: 4px solid #FFF;
        border-right: 2px solid #FFF;
        text-align: left;
    }
    .p-diff table.p-diff__sp tbody th.tb_th2,
    .p-diff table.p-diff__sp tbody th.tb_th3 {
        height: 70px;
        font-size: 12px;
        border-right: 2px solid #FFF;
    }
    .p-diff table.p-diff__sp tbody th.tb_th2 {
        border-bottom: 2px solid #FFF;
    }
    .p-diff table.p-diff__sp tbody th.tb_th3 {
        border-bottom: 4px solid #FFF;
    }
    .p-diff table.p-diff__sp tbody th.tb_th span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        writing-mode: vertical-rl;
        text-orientation: upright;
    }
    .p-diff table.p-diff__sp tbody th[colspan="3"] {
        font-size: 12px;
        padding-bottom: 2px;
    }
    .p-diff table.p-diff__sp tbody td {
        font-size: 20px;
        border-bottom: 4px solid #EEF2F4;
    }
    .p-diff table.p-diff__sp tbody td span {
        font-size: 28px;
    }
    .p-diff table.p-diff__sp tbody td.service00 {
        font-size: 16px;
        font-weight: normal;
    }
    .p-diff table.p-diff__sp tbody td.service00 span {
        font-size: 24px;
    }
    .p-diff table.p-diff__sp tbody td:not(:last-of-type) {
        border-right: 4px solid #EEF2F4;
    }
    .p-diff table.p-diff__sp tbody tr:nth-last-of-type(-n+2) td {
        font-size: 16px;
    }
    .p-diff table.p-diff__sp tbody tr:nth-last-of-type(-n+2) td span {
        font-size: 24px;
    }

    .p-diff table.p-diff__sp tbody tr td.service01 {
        background: #EDF2F4;
    }
    .p-diff table.p-diff__sp tbody tr td.service02 {
        background: #FEEFD3;
    }
    .p-diff table.p-diff__sp tbody tr td.service03 {
        background: #FFECED;
    }
    .p-diff table.p-diff__sp tbody tr td {
        border-bottom-color: #FFF !important;
    }
    .p-diff table.p-diff__sp tbody tr:last-of-type td {
        border-bottom-color: #EEF2F4 !important;
    }

    .p-diff table.p-diff__sp tbody td.service03 + td.service00 {
        border-bottom: 2px solid #EEF2F4 !important;
    }
    .p-diff table.p-diff__sp tbody tr:last-of-type td.service03 + td.service00,
    .p-diff table.p-diff__sp tbody th + td.service00 {
        border-bottom: 4px solid #EEF2F4 !important;
    }
}
@media screen and (max-width: 767.9px) {
    .p-tab {
        display: flex !important;
    }
}
.p-tab {
    width: 94.6%;
    margin: 0 auto 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.p-tab.service01 {
    border-bottom: 2px solid #465FAB;
}
.p-tab.service02 {
    border-bottom: 2px solid #F07800;
}
.p-tab.service03 {
    border-bottom: 2px solid #FA305E;
}
.p-tab__item {
    width: 32%;
    height: 65px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
}
.p-tab__item.is-current {
    height: 73px;
}
.p-tab__item[data-tab="service01"] {
    background: #465FAB;
}
.p-tab__item[data-tab="service02"] {
    background: #F07800;
}
.p-tab__item[data-tab="service03"] {
    background: #FA305E;
}

/* ---------------
    modal
--------------- */
.c-modal {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1010;
    position: fixed;
    top: 0;
    left: 0;
}
.c-modal__bg {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 8;
}
.c-modal__box {
    width: 45%;
    max-width: 850px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    padding: 100px 0 96px;
    border: 1px solid #707070;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
}
.c-modal__icon {
    width: 50px;
    height: 44px;
    position: absolute;
    right: 40px;
    top: 28px;
    z-index: 10;
    cursor: pointer;
}
.c-modal__inner {
    display: none;
}
.c-modal__main {
    font-size: 28px;
    line-height: 1.43;
    margin-bottom: 8px;
}
.c-modal__sub {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 1rem;
}
.c-modal__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
}
.c-modal__button__item {
    width: 50%;
}
.c-modal__button__item p {
    font-size: 28px;
    font-size: clamp(17.5px,1.46vw,28px);
    margin-bottom: 15px;
}
#apply .c-modal__button {
    margin-top: 20px;
}
.c-modal .c-button__apply {
    font-size: 24px;
    font-size: clamp(15px,1.25vw,24px);
}
.c-modal .c-button__apply:after {
    width: 15px;
    height: 20px;
    clip-path: polygon(15px 50%, 0% 0%, 0% 20px);
    right: 18px;
}
.c-modal__button__item .bubble {
    display: block;
    text-align: center;
    margin-bottom: 4px;
    color: #F07800;
    font-size: 18px;
    line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-modal__box {
        width: 95%;
    }
}
@media screen and (max-width: 767.9px) {
    .c-modal__box {
        width: 90%;
        padding: 80px 0;
    }
    .c-modal__icon {
        top: 20px;
        right: 20px;
    }
    .c-modal__main {
        font-size: 18px;
    }
    .c-modal__sub {
        font-size: 14px;
    }
    .c-modal__button {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
    .c-modal__button__item {
        width: 88%;
        max-width: 500px;
    }
    .c-modal .c-button__apply {
        font-size: 16px;
        padding: 16px 0;
    }
    .c-modal .c-button__apply:after {
        width: 13px;
        height: 16px;
        clip-path: polygon(13px 50%, 0% 0%, 0% 16px);
        right: 16px;
    }
    .c-modal__button__item .bubble {
        font-size: 16px;
    }
}

/* ---------------
    footer 
--------------- */
footer .contact {
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 80px 0 77px;
    background: #343434;
}
footer .contact h2 {
    font-size: 24px;
    margin-bottom: 16px;
}
footer .contact__box {
    width: 500px;
    padding: 20px 0;
    margin: 0 auto;
    border: 2px solid #FFF;
}
footer .contact__lead {
    font-size: 16px;
    line-height: 1.5;
}
footer .contact__sub {
    font-size: 14px;
    line-height: 1.4;
}
footer .contact__box dl {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
footer .contact__box dl dt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
footer .contact__box dl dd {
    font-size: 48px;
}
footer .contact__box dl dd a {
    color: #FFF;
}
footer .copyright {
    background: #FFF;
    color: #0C1529;
    font-size: 14px;
    text-align: center;
    padding: 1.5em 0;
    letter-spacing: 0.5px;
}
footer .ncb_info {
    margin-bottom: 10px;
}
footer .ncb_logo {
    width: 204px;
    margin: 0 auto 10px;
}
footer .ncb_logo img {
    width: 100%;
    vertical-align: bottom;
}
@media screen and (max-width: 767.9px) {
    footer .copyright {
        font-size: 11px;
        font-weight: 500;
        padding: 40px 0 30px;
    }
    footer .contact {
        padding: 48px 0;
    }
    footer .contact h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    footer .contact__box {
        width: 90%;
        max-width: 500px;
        padding: 20px 12px;
    }
    footer .contact__lead {
        margin-bottom: 6px;
    }
    footer .contact__box dl {
        column-gap: 6px;
        margin-bottom: 10px;
    }
    footer .contact__box dl dt {
        font-size: 14px;
    }
    footer .contact__box dl dd {
        font-size: 32px;
    }
    footer .contact__sub {
        text-align: left;
    }
}