@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

.p-head,
.l-tc-contents-wrap {
    font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width:480px) {
[id^="lp-"] .c-inner {
    max-width: 1064px;
    width: 100%;
}
.l-tc-contents-wrap {
    margin: 0 auto;
}
}
@media screen and (min-width: 480px) and (max-width: 999px) {

}
@media screen and (min-width: 1340px) {
    [id^="lp-"] .c-inner {
        width: 1064px;
    }
    .l-tc-contents-wrap {
        min-width: 1064px;
    }
}

.is-arrow {
    position: relative;
    width: 16px;
}
.is-arrow::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 4px solid #008398;
    border-right: 4px solid #008398;
    transform: rotate(45deg);
}
.is-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 16px;
    height: 4px;
    background: #008398;
}

.is-h-open {
    position: static;
}
body.is-h-open {
    overflow: hidden;
}
body.is-h-open:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    z-index: 10;
}
.h-wrap {
    position: sticky;
    top: 0;
    z-index: 20;
}
.h-tc-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 15px;
    overflow: hidden;
}
.is-h-open .h-tc-inner::before {
    content: "";
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.h-tc-menu-box {
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0 0 0 auto;
    padding: 62px 14px;
    background: #fff;
    width: 80%;
    height: 100vh;
    transition: all .3s;
}
.h-tc-menu-box.is-h-open {
    right: 0;
    opacity: 1;
}
.h-tc-menu-btn {
    position: relative;
    display: block;
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 40px;
    height: 50px;
    margin: 0;
    padding: 0 4vw 0 0;
    box-sizing: content-box;
    transition: 0.3s width, 0.3s height;
}
.h-tc-menu-btn .h-hamburger:nth-of-type(1) {
    top: 15px;
    width: 24px;
    background: #59541F;
}
.h-tc-menu-btn .h-hamburger:nth-of-type(2) {
    top: 25px;
    width: 24px;
    background: #59541F;
}
.h-tc-menu-btn .h-hamburger:nth-of-type(3) {
    top: 35px;
    width: 24px;
    background: #59541F;
}
.h-tc-menu-btn.is-h-open .h-hamburger:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.h-tc-menu-btn.is-h-open .h-hamburger:nth-of-type(2) {
    display: none;
}
.h-tc-menu-btn.is-h-open .h-hamburger:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.h-tc-menu .h-menu-items {
    display: block;
}
.h-menu-item {
    margin: 0;
    border-top: 1px solid #AAAAAA;
}
.h-menu-item:first-child {
    border-top: none;
}
.h-menu-link:not(:root) {
    padding: 20px 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: left;
}
.h-menu-link:not(:root) .is-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 19px;
    left: auto;
    margin: auto;
    z-index: 2;
}
.h-menu-link:not(:root) .is-arrow::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.h-menu-link:not(:root) .is-arrow::after {
    width: 8px;
    height: 2px;
    background: #ffffff;
}
.h-menu-link:before {
    margin: auto;
    top: 0;
    right: 14px;
    left: auto;
    bottom: 0;
    width: 18px;
    max-width: none;
    height: 18px;
    background: #1048BB;
    transform: none;
}
.h-menu-link:not(:root):hover {
    color: #c0b000;
}
.h-menu-link:not(:root):hover:before {
    background-color: #c0b000;
}
.h-contact-items {
    display: flex;
    justify-content: space-between;
}
.h-contact-item {
    width: calc((100% - 12px) / 2);
}
.h-contact-btn:not(:root) {
    padding: 0;
    height: 36px;
    line-height: 34px;
    font-size: 1.6rem;
    border-radius: 34px;
    background: #008398;
    border: 2px solid #008398;
}
.h-contact-btn.is-demo:not(:root) {
    color: #008398;
    background: #DCF9FE;
}
.h-contact-btn.is-contact:not(:root):hover {
    color: #008398;
    background: #DCF9FE;
}
.h-contact-btn.is-demo:not(:root):hover {
    color: #fff;
    background: #008398;
}
.h-contact-tel-box {
    text-align: center;
}
.h-contact-tel-box .tel {
    color: #3f4147;
    text-decoration: none;
}
.h-contact-tel-box .num {
    display: block;
    font-size: 2.6rem;
}
.h-contact-tel-box .day-time {
    display: block;
    margin-top: 4px;
    font-size: 1.4rem;
}
@media screen and (min-width:480px) {
    .wrap-all {
        padding: 0;
    }
    .h-wrap {
        padding: 0;
        height: auto;
    }
    .h-tc-menu-btn .h-hamburger {
        right: 24px;
    }
    .h-contact-tel-box .tel {
        pointer-events: none!important;
    }
}
@media screen and (min-width:798px) {
    .lp-tc-service .h-menu-item.is-service,
    .lp-tc-case .h-menu-item.is-case {
        position: relative;
    }
    .lp-tc-service .h-menu-item.is-service .h-menu-link,
    .lp-tc-case .h-menu-item.is-case .h-menu-link {
        color: #59541F;
    }
    .lp-tc-service .h-menu-item.is-service::before,
    .lp-tc-case .h-menu-item.is-case::before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -4px;
        margin: auto;
        width: 100px;
        border-bottom: 3px solid #C0B000;
    }
    .lp-tc-case .h-menu-item.is-case::before {
        width: 100%;
    }
    .h-tc-inner {
        padding: 10px 15px;
    }
    .h-logo-link {
        font-size: 0;
    }
    .h-tc-menu-btn-box {
        display: none;
    }
    .h-tc-menu-box {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: static;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
        background: transparent;
    }
    .h-tc-menu .h-menu-items {
        display: flex;
    }
    .h-menu-item {
        margin-right: 18px;
        border: none;
    }
    .h-menu-link:not(:root) {
        padding: 0;
        font-size: 1.6rem;
        white-space: nowrap;
    }
    .h-menu-link:not(:root)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -8px;
        height: 100%;
        border-right: 1px solid #D0D1D3;
        transform: rotate(30deg);
    }
    .h-menu-item:last-child .h-menu-link:not(:root)::after {
        content: none;
    }
    .h-menu-link:not(:root) .is-arrow {
        display: none;
    }
    .h-menu-link:not(:root) .is-arrow::before,
    .h-menu-link:not(:root) .is-arrow::after,
    .h-menu-link:before {
        content: none;
    }
    .h-contact-items {
        margin: 0;
    }
    .h-contact-item {
        width: auto;
        margin: 0 10px 0 0;
    }
    .h-contact-item:last-child {
        margin-right: 0;
    }
    .h-contact-btn:not(:root) {
        padding: 0 10px;
        width: auto;
        font-size: 1.5rem;
        white-space: nowrap;
    }
    .h-tc-contact-tel {
        margin-top: 8px;
        width: 100%;
    }
    .h-contact-tel-box {
        text-align: right;
    }
    .h-contact-tel-box .num {
        display: inline-block;
        margin-right: 6px;
        font-size: 1.5rem;
    }
    .h-contact-tel-box .day-time {
        display: inline-block;
        margin-top: 0;
        font-size: 1.2rem;
    }
}
@media screen and (min-width:1000px) {
    .h-tc-inner {
        margin: 0 auto;
        padding: 16px 32px;
        max-width: 1352px;
    }
    .h-tc-menu-box {
        width: 100%;
    }
    .h-menu-item {
        margin: 0 16px;
    }
    .h-menu-item:first-child {
        margin-left: 0;
    }
    .h-menu-link:not(:root)::after {
        right: -16px;
    }
    .h-contact-btn:not(:root) {
        width: 140px;
    }
    .lp-tc-case .h-menu-item.is-case::before {
        width: 72px;
        left: 50%;
        right: 50%;
        margin-left: -36px;
    }
    .h-tc-contact-tel {
        margin: 0 0 0 8px;
        width: calc(100% - 578px);
        max-width: 142px;
    }
    .h-contact-tel-box {
        text-align: center;
    }
    .h-contact-tel-box .num {
        display: block;
        margin: 0;
        font-size: min(1.7vw, 2.0rem);
    }
    .h-contact-tel-box .day-time {
        display: block;
        margin: 4px 0 0;
    }
}
@media screen and (min-width:1340px) {
    .h-menu-items {
        margin-right: 22px;
    }
    .h-tc-contact {
        margin-right: 10px;
    }
    .h-contact-tel-box .day-time {
        margin: 4px 0 0;
    }
    .h-menu-link:not(:root) {
        font-size: 1.8rem;
    }
    .h-contact-btn:not(:root) {
        width: 170px;
        height: 38px;
        line-height: 36px;
        font-size: 1.7rem;
    }
}

.p-head {
padding-bottom: 40px;
background: #FEFDF3 url(../img/img_tc_main.png) no-repeat center bottom 182px;
background-size: 100% auto;
}
.p-headttl-box {
padding: 30px 0 90px;
background: rgb(255,244,136);
background: linear-gradient(0deg, rgba(255,244,136,0) 0%, rgba(255,244,136,1) 90%);
}
.p-headttl-box .c-ttl {
    width: 280px;
    margin: 0 auto 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #68672B;
    text-align: center;
}
.p-headttl-box .c-copy {
    margin: 0 0 12px;
    text-align: center;
    line-height: 1.53;
    font-size: 3rem;
    font-weight: bold;
    color: #3F4147;
}
.p-headttl-box .c-copy em {
    background: linear-gradient(transparent 65%, rgb(151 132 0 / 20%) 65%);
}
.p-headttl-box .c-copy small {
    font-size: 2.4rem;
    font-weight: bold;
}
.p-headttl-box .c-lead {
    margin: 0 0 22px;
    line-height: 1.7;
    font-size: 1.88rem;
    color: #3F4147;
}
.p-headttl-box .c-case-studies a {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 6px 10px;
    line-height: 1.4;
    font-size: 2.0rem;
    font-weight: 700;
    width: 250px;
    background: #fff;
    border: 2px solid #1048BB;
    border-radius: 6px;
}
.p-headttl-box .c-case-studies a:hover {
    text-decoration: none;
    background: #cfdaf1;
    color: #1048BB;
}
.p-headttl-box .c-case-studies .lead {
    line-height: 1;
    color: #CF0075;
    font-size: 1.6rem;
}
.p-headttl-box .c-case-studies .is-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}
.p-headttl-box .c-case-studies .is-arrow::before {
    border-color: #1048BB;
}
.p-headttl-box .c-case-studies .is-arrow::after {
    background: #1048BB;
}
.p-headttl-box .c-case-studies .new {
    display: inline-block;
    margin: 0 4px 4px 0;
    padding: 2px 4px;
    line-height: 1;
    color: #fff;
    font-size: 1.9rem;
    background: #CF0075;
}
.p-headttl-box .c-case-studies .txt em {
    line-height: 1;
    font-size: 2.5rem;
}
.p-btn-box {
    text-align: center;
    padding: 0 3px;
}
.p-btn-box ~ .p-btn-box {
    margin-top: 20px;
}
.p-btn-box .c-btn {
    display: block;
    text-align: center;
    padding: 0;
    height: 66px;
    background: #DCF9FE;
    box-shadow: 3px 3px 0 rgba(96,96,96,0.6);
    border-radius: 100px;
    border: 3px solid #008398;
    color: #008398;
    font-weight: bold;
    font-size: 2.4rem;
    box-sizing: border-box;
}
.p-btn-box .c-btn.is-contact {
    padding: 8px 0;
    color: #fff;
    background: #008398;
}
.p-btn-box .c-btn.is-demo {
    height: 66px;
    line-height: 58px;
}
.p-btn-box .c-btn.is-demo em {
    margin-right: 8px;
    padding: 0 4px;
    color: #fff;
    background: #008398;
    border-radius: 4px;
    transition: all 0.3s;
}
.p-btn-box .c-btn span {
    display: inline-block;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #DCF9FE;
    transition: border-color 0.3s;
}
.p-btn-box .c-btn small {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
}
.p-btn-box .c-btn.is-contact:hover {
    color: #008398;
    background: #DCF9FE;
}
.p-btn-box .c-btn:hover {
    background: #008398;
    text-decoration: none;
    color: #fff;
}
.p-btn-box .c-btn:hover span {
    border-color: #008398;
}
.p-btn-box .c-btn.is-demo:hover em {
    color: #008398;
    background: #fff;
}
@media screen and (max-width:320px) {
    .p-btn-box .c-btn.is-demo {
        line-height: 1;
        padding: 10px 14px;
    }
}
@media screen and (min-width:480px) {
    .p-head {
        padding-bottom: 100px;
        background: #FEFDF3 url(../img/img_tc_main.png) no-repeat center bottom 30px;
        background-size: 1064px auto;
    }
    .p-headttl-box {
        padding-top: 62px;
    }
    .p-headttl-box .c-ttl {
        width: auto;
    }
    .p-headttl-box .c-copy {
        margin: 0 0 26px;
        line-height: 1.5;
        font-size: 3.8rem;
    }
    .p-headttl-box .c-copy small {
        font-size: 3.0rem;
    }
    .p-headttl-box .c-lead {
        line-height: 1.56;
        font-size: 2.2rem;
    }
    .p-btn-box {
        max-width: 500px;
        margin: 0 auto;
    }
    .p-headttl-box .c-case-studies a {
        padding: 6px 22px 6px 10px;
    }
    .p-headttl-box .c-case-studies a .pc-obj {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .p-head {
        margin-bottom: 100px;
    }
    .p-headttl-box .c-inner {
        position: relative;
    }
    .p-headttl-box .c-ttl {
        width: 500px;
    }
    .p-headttl-box .c-copy {
    font-size: 6.2rem;
    }
    .p-btn-area {
        display: flex;
        max-width: 1030px;
        justify-content: space-between;
        margin: 0 auto;
    }
    .p-btn-box .c-btn {
        height: 82px;
        border-width: 4px;
        font-size: 2.8rem;
    }
    .p-btn-box .c-btn.is-contact {
        padding: 10px 0;
    }
    .p-btn-box .c-btn.is-demo {
        height: 82px;
        line-height: 76px;
    }
    .p-btn-box ~ .p-btn-box {
        margin-top: 0;
    }
    .p-headttl-box .c-copy {
        margin: 0 0 26px;
        font-size: 6.2rem;
    }
    .p-headttl-box .c-copy small {
        font-size: 5.0rem;
    }
    .p-headttl-box .c-lead {
        margin-bottom: 130px;
        font-size: 2.9rem;
    }
    .p-btn-box {
        width: calc(50% - 23px);
        margin: 0 auto;
    }
    .p-headttl-box .c-case-studies {
        position: absolute;
        top: 20%;
        right: 0;
        margin: 0;
    }
    .p-headttl-box .c-case-studies a {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px 10px 6px;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        text-align: center;
        box-sizing: border-box;
    }
    .p-headttl-box .c-case-studies a .pc-obj {
        display: block;
    }
    .p-headttl-box .c-case-studies .new {
        margin: 0 0 10px;
        padding: 0 2px;
        width: 72px;
        height: 28px;
        line-height: 26px;
        font-size: 2.4rem;
        text-align: center;
        letter-spacing: 0.02em;
    }
    .p-headttl-box .c-case-studies .txt {
        margin: 0 -10px 30px;
        font-size: 2.6rem;
    }
    .p-headttl-box .c-case-studies .lead {
        display: block;
        margin-bottom: 4px;
    }
    .p-headttl-box .c-case-studies .txt em {
        font-size: 3.2rem;
    }
    .p-headttl-box .c-case-studies .is-arrow {
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
    }
    .p-headttl-box .c-case-studies .is-arrow::before {
        width: 20px;
        height: 20px;
    }
    .p-headttl-box .c-case-studies .is-arrow::after {
        width: 30px;
    }

}

@media screen and (min-width: 1340px) {
    .p-btn-area {
        width: 1030px;
    }
}

.p-title-box {
    margin-bottom: 34px;
    text-align: center;
}
.p-title-box .c-ttl {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 2.8rem;
    color: #3F4147;
    border-bottom: 2px solid #978400;
}
.l-tc-contents-wrap .p-lead {
    text-align: left;    
    line-height: 1.7;
    font-size: 1.9rem;
    color: #3F4147;
}
.p-about-area,
.p-trouble-area,
.p-function-area,
.p-inquiry-area,
.p-merit-area,
.p-feature-area,
.p-future-area,
.p-faq-area {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-trouble-area::before,
.p-about-area::before,
.p-function-area::before,
.p-merit-area::before,
.p-faq-area::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url(../img/bg_tc06.svg) no-repeat 0 0;
    background-position: center center;
    background-size: 120px;
}
.p-trouble-area::before {
    top: 24px;
}
.p-trouble-area::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    margin: 50px 0 0 -38px;
    border: 38px solid transparent;
    border-top: 20px solid #B8B6A9;
}

.p-trouble-area {
    background: url(../img/bg_tc01.svg) no-repeat left 0 bottom 30px;
    background-size: 160px auto;
}
.p-about-area {
    background: url(../img/bg_tc02.svg) no-repeat right 8px bottom 0;
    background-size: 75px auto;
}
.p-inquiry-area {
    background: url(../img/bg_tc03.svg) no-repeat right 8px bottom 0;
    background-size: 85px auto;
}
.p-merit-area {
    background: url(../img/bg_tc06.svg) no-repeat left 0 bottom 0;
    background-size: 122px auto;
}
.p-future-area {
    background: url(../img/bg_tc06.svg) no-repeat center top -20px;
    background-size: 105px auto;
}
.p-future-area {
    background: url(../img/bg_tc06.svg) no-repeat center top -20px;
    background-size: 105px auto;
}
.p-case-area {
    background-image: url(../img/bg_tc07.svg);
    background-repeat: no-repeat;
    background-position:right 0px bottom 10px;
    background-size: 80px auto;
}
.p-faq-area {
    background: url(../img/bg_tc03.svg) no-repeat right 8px bottom 0;
    background-size: 85px auto;
}

@media screen and (min-width:480px) {
    .p-title-box .c-ttl {
        font-size: 3.6rem;
        border-bottom-width: 4px;
    }
    .l-tc-contents-wrap .p-lead {
        text-align: left;    
        line-height: 1.7;
        font-size: 2.4rem;
        color: #3F4147;
    }

    .p-trouble-area {
        background-size: 240px auto;
    }
    .p-about-area {
        background-size: auto auto;
    }
    .p-function-area {
        background-position: right 8px top 0;
        background-size: auto auto;
    }
    .p-inquiry-area {
        background-position: right 8px bottom 0;
        background-size: auto auto;
    }
    .p-merit-area {
        background-position: left 0 bottom -20px;
        background-size: 164px 164px;
    }
    .p-future-area {
        background-position: center top -40px;
        background-size: auto auto;
    }
    .p-future-area {
        background-position: center top -20px;
        background-size: auto auto;
    }
    .p-case-area {
        background-position: right 32px bottom 80px;
        background-size: 246px auto;
    }
    .p-case-area .c-inner {
        background-position: right -50px bottom 10px;
        background-size: auto auto;
    }
    .p-faq-area {
        background-position: right 32px bottom 50px;
        background-size: 190px auto
    }

}
@media screen and (min-width: 1000px) {
    .p-trouble-area,
    .p-about-area,
    .p-function-area,
    .p-inquiry-area,
    .p-merit-area,
    .p-feature-area,
    .p-future-area,
    .p-faq-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .p-case-area:not(:root) {
        margin: 100px 0;
        padding: 60px 0;
    }
    .p-title-box {
        margin-bottom: 0;
    }
    .p-title-box .c-ttl {
        margin-bottom: 90px;
        font-size: 4.8rem;
    }

    .p-trouble-area::before,
    .p-about-area::before,
    .p-function-area::before,
    .p-merit-area::before,
    .p-faq-area::before {
        width: 220px;
        height: 220px;
        background-size: 220px;
    }
}

.p-trouble-area .p-title-box .c-ttl {
    text-shadow: 2px 2px 0 rgb(151 132 0 / 20%);
}
.p-trouble-box {
    position: relative;
    margin-bottom: 40px;
    padding: 0 4%;
}
.p-trouble-box::before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    margin: -26px -38px auto auto;
    border: 38px solid transparent;
    border-top: 20px solid #C0B000;
    z-index: 2;
}
.p-trouble-box::after {
    content: "";
    width: 42px;
    height: 40px;
    background: #C0B000;
    position: absolute;
    top: -88px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.p-trouble-lead {
    display: none;
}
.p-trouble-box .p-trouble-items {
    z-index: 2;
}
.p-trouble-item {
    margin-bottom: 50px;
    padding: 30px 10px;
    background: #F5F5F5;
    border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
}
.p-trouble-solve-items:not(:root) {
    padding-top: 50px;
    margin-top: -50px;
}
.p-trouble-solve-item {
    position: relative;
    margin-top: 20px;
    padding: 30px 10px;
    background: #FEFDF3;
    border: 4px solid #C0B000;
    border-radius: 20px;
    box-sizing: border-box;
}
.p-trouble-box .p-ttl {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    display: inline-block;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
    background: #C0B000;
    border-radius: 20px;
}
.p-trouble-box .p-ttl::before {
    content: url(../img/trouble_solve.svg);
    position: absolute;
    top: -22px;
    right: -22px;
    transform: rotate(35deg);
}
.p-trouble-box .p-lead {
    margin: 0 0 20px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}
.p-trouble-solve-item .p-lead {
    color: #978400;
}
.p-trouble-box .p-txt {
    position: relative;
    margin: 0;
    font-size: 1.9rem;
}
.p-trouble-item .p-txt {
    padding-left: 12px;
}
.p-trouble-item .p-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #3f4147;
    border-radius: 50%;
}
.p-trouble-box .swiper-button-next,
.p-trouble-box .swiper-button-prev {
    top: auto;
    bottom: 0;
}
.p-trouble-box .swiper-button-next {
    right: 0;
}
.p-trouble-box .swiper-button-prev {
    left: 0;
}
.p-trouble-box .swiper-button-next:after,
.p-trouble-box .swiper-button-prev:after {
    font-size: 26px;
}
@media screen and (min-width: 1000px) {
    .p-trouble-area::after {
        margin: 60px 0 0 -100px;
        border: 100px solid transparent;
        border-top: 40px solid #B8B6A9;
    }
    .p-trouble-box {
        margin-bottom: 60px;
        padding: 0;
    }
    .p-trouble-box::before,
    .p-trouble-box::after {
        content: none;
    }
    .p-trouble-box .swiper-button-next,
    .p-trouble-box .swiper-button-prev {
        display: none;
    }
    .p-trouble-item:not(:root),
    .p-trouble-solve-item:not(:root) {
        position: relative;
        margin-right: 10px;
        padding: 20px 10px;
        width: calc((100% - 20px) / 3);
        height: auto;
    }
    .p-trouble-item:not(:root):last-child,
    .p-trouble-solve-item:not(:root):last-child {
        margin-right: 0;
    }
    .p-trouble-item:not(:root) {
        padding-bottom: 40px;
    }
    .p-trouble-item:not(:root)::before {
        content: "";
        position: absolute;
        top: auto;
        bottom: -86px;
        left: 50%;
        right: 50%;
        margin: 0 -38px auto auto;
        border: 38px solid transparent;
        border-top: 26px solid #C0B000;
        z-index: 2;
    }
    .p-trouble-item:not(:root)::after {
        content: "";
        width: 46px;
        height: 60px;
        background: #C0B000;
        position: absolute;
        top: auto;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .p-trouble-box .p-lead {
        line-height: 1.4;
        font-size: 2.4rem;
    }
    .p-trouble-solve-item .p-lead {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px -2px;
        min-height: 3em;
    }
    .p-trouble-box .p-ttl::before {
        top: -34px;
        right: 0;
        left: 0;
        text-align: center;
        transform: none;
    }
    .p-trouble-box .p-txt {
        font-size: 1.8rem;
    }
    .p-trouble-lead:not(:root) {
        display: block;
        margin: 40px auto;
        text-align: center;
        color: #978400;
        font-size: 3.8rem;
        font-weight: 700;
    }
}
@media screen and (min-width:480px) {
    .p-trouble-item:not(:root),
    .p-trouble-solve-item:not(:root) {
        padding: 20px;
    }
    .p-trouble-item:not(:root) {
        padding-bottom: 40px;
    }
}

.p-about-txt-box {
    margin: 14px auto 0;
}
.p-about-txt-box .p-lead {
    letter-spacing: 1px;
}
.p-about-img-box {
    margin-top: 30px;
}

@media screen and (min-width:480px) {
    .p-about-img-box {
        text-align: center;
    }
}

@media screen and (min-width: 1000px) {
    .p-about-txt-box,
    .p-about-txt-box .p-lead {
        margin-top: 0;
    }
    .p-about-img-box {
        margin-top: 40px;
    }
}

.p-function-area .p-lead br {
    display: none;
}
.p-function-cat {
    border: 1px solid #C0B000;
    border-radius: 6px;
}
.p-function-cat + .p-function-cat {
    margin-top: 20px;
}
.p-function-cat-ttl:not(:root) {
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background: #C0B000;
    border-radius: 6px 6px 0 0;
}
.p-function-items {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.p-function-item {
    margin: 0 8px 8px;
    box-sizing: border-box;
    width: calc((100% - 32px) /2);
    background: #FEFDF3;
}
.p-function-item:last-child {
    margin-bottom: 0;
}
.p-function-item a {
    display: block;
    padding: 6px;
    box-shadow: 3px 3px 0 rgb(96 96 96 / 60%);
}
.p-function-item a:hover {
    background: #e9e4c2;
    text-decoration: none;
    box-shadow: none;
}
.p-function-img-box {
    margin: 0 auto;
    width: 62px;

}
.p-function-txt-box {
    margin-top: 6px;
    text-align: center;
    color: #1A1311;
    font-size: 1.4rem;
    font-weight: bold;
}
.p-function-txt-box small {
font-size: 1.2rem;
}


@media screen and (min-width:480px) {
    .p-function-area .p-lead {
        margin: 30px 0 0 0;
    }
    .p-function-item {
        width: calc((100% - 48px) /3);
    } 
    .p-function-txt-box {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .p-function-txt-box small {
        font-size: 1.4rem;
    }
}
@media screen and (min-width:1000px) {
    .p-function-box {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }
    .p-function-cat {
        width: 320px;
        border: none;
    }
    .p-function-cat + .p-function-cat {
        margin: 0 0 0 27px;
    }
    .p-function-cat-ttl:not(:root) {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 140px;
        padding: 0 16px;
        font-size: 2.4rem;
        border-radius: 10px 10px 0 0;
    }
    .p-function-items {
        display: block;
        margin: 10px 0 0;
    }
    .p-function-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 24px 0;
        width: 100%;
        height: 206px;
    }
    .p-function-item a {
        padding: 24px 0 16px;
        height: 100%;
        box-sizing: border-box;
    }
    .p-function-area .p-lead {
        margin-top: 0;
        text-align: center;
    }
    .p-function-area .p-lead br {
        display: block;
    }
    .p-function-img-box {
        width: 112px;
    }
    .p-function-txt-box {
        font-size: 2.0rem;
    }
}
.p-inquiry-img-box {
    width: 80%;
    margin: 0 auto 20px;
}
.p-inquiry-box ~ .p-inquiry-box {
    margin-top: 40px;
}
.p-inquiry-tel {
    margin-top: 40px;
    text-align: center;
}
.p-inquiry-tel-lead {
    font-size: 2.1rem;
    font-weight: bold;
}
.p-inquiry-tel-num {
    line-height: 1.666;
    font-size: 4.9rem;
    font-weight: bold;
}
.p-inquiry-tel-num a {
    color: #3F4147;
}
.p-inquiry-tel-time {
    font-size: 1.6rem;
}
@media screen and (min-width:480px) {
    .p-inquiry-img-box {
        margin: 0 auto 24px;
        width: auto;
        max-width: 340px;
        text-align: center;
    }
    .p-inquiry-tel {
        margin: 60px auto 0;
    }
    .p-inquiry-tel-lead {
        font-size: 2.8rem;
    }
    .p-inquiry-tel-num {
        margin-top: 20px;
        line-height: 1.4;
        font-size: 6.4rem;
    }
    .p-inquiry-tel-num a:not(:root) {
        pointer-events: none;
        text-decoration: none;
    }
    .p-inquiry-tel-time {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1000px) {

    .p-inquiry-tel-lead {
        font-size: 4.4rem;
    }
    .p-inquiry-tel-num {
        font-size: 7.3rem;
    }
    .p-inquiry-flex {
        display: flex;
        justify-content: space-between;
    }
    .p-inquiry-img-box {
        margin: 0 auto 40px;
        max-width: 420px;
    }
    .p-inquiry-box ~ .p-inquiry-box {
        margin-top: 0;
    }
    .p-inquiry-box .p-btn-box {
        width: 100%;
    }
}

.p-merit-area .p-title-box .c-ttl {
    text-shadow: 2px 2px 0 rgb(151 132 0 / 20%);
}
.p-merit-items {
    margin: 30px 0 0 0;
    padding: 0 2%;
}
.p-merit-item::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    border-top: 1px solid #C1B566;
}
.p-merit-item ~ .p-merit-item {
    margin-top: 30px;
}
.p-merit-img-box {
    margin: 0 auto;
    text-align: center;
    width: 240px;
}
.p-merit-txt-box {
    padding: 0 4%;
}
.p-merit-copy {
    margin-top: 20px;
    padding-left: 48px;
    text-indent: -48px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #978400;
}
.p-merit-num {
    margin-right: 14px;
    font-size: 3.2rem;
    font-weight: bold;
    color: rgb(151 132 0 / 60%);
}
.p-merit-lead {
    margin: 8px 0 0 0;
    line-height: 1.6;
    font-size: 1.9rem;
}

@media screen and (min-width:798px) {
    .p-merit-area {
        overflow: hidden;
    }
    .p-merit-box {
        margin: 60px 0 0 0;
    }
    .p-merit-items {
        padding: 0;
    }
    .p-merit-item {
        position: relative;
        min-height: 300px;
        background: #EDECE5;
    }
    .p-merit-item::before {
        border: none;
        position: absolute;
        left: -100%;
        display: block;
        width: 100%;
        height: 100%;
        background: #EDECE5;
    }
    .p-merit-item:nth-child(2n):before {
        right: -100%;
        left: auto;
    }
    .p-merit-item ~ .p-merit-item {
        margin-top: 50px;
    }
    .p-merit-item-box {
        position: relative;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .p-merit-img-box {
        position: absolute;
        top: 0;
        right: 40px;
        margin: 0;
        width: 435px;
    }
    .p-merit-img-box img {
        max-height: 100%;
    }
    .p-merit-txt-box {
        padding: 0;
    }
    .p-merit-copy {
        margin-top: 30px;
        font-size: 2.6rem;
        padding: 60px 0 0;
        text-indent: 0;
    }
    .p-merit-lead {
        margin: 24px 465px 0 0;
        font-size: 2.0rem;
    }
    .p-merit-num {
        position: absolute;
        top: -36px;
        font-size: 4.8rem;
    }
    .p-merit-item:nth-child(2n) .p-merit-img-box {
        right: 0;
        left: 40px;
    }
    .p-merit-item:nth-child(2n) .p-merit-copy,
    .p-merit-item:nth-child(2n) .p-merit-lead {
        margin: 24px 0 0 465px;
    }
    .p-merit-item:nth-child(2n) .p-merit-num {
        right: 0;
    }
}

@media screen and (min-width: 1000px) {
    .p-merit-area .c-inner:not(:root) {
        width: auto;
    }
    .p-merit-area .p-title-box .c-ttl {
        margin-bottom: 60px;
    }
    .p-merit-box,
    .p-merit-items {
        margin-top: 0;
    }
    .p-merit-item:nth-child(2n) .p-merit-item-box {
        margin: 0 auto 0 0;
    }
    .p-merit-copy {
        margin-top: 30px;
        font-size: 2.5rem;
    }
}
.p-feature-area .c-ttl {
    position: relative;
    padding: 10px;
    width: 100%;
    max-width: 800px;
    line-height: 1.3;
    color: #fff;
    background: #978400;
    border-radius: 60px;
    box-sizing: border-box;
}
.p-feature-area .c-ttl::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -44px;
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 24px solid #978400;
}
.p-feature-items {
    margin: 30px 0 0 0;
}
.p-feature-item ~ .p-feature-item {
    margin-top: 30px;
}
.p-feature-ttl-box {
    text-align: center;
}
.p-feature-num {
    margin: 0 auto 0 auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 100%;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
}
.p-feature-ttl {
    margin: 6px auto 0 auto;
    font-size: 2.1rem;
    font-weight: bold;
}

.p-feature-item:nth-child(1) .p-feature-num {
    background: #BF5C86;
}
.p-feature-item:nth-child(1) .p-feature-ttl {
    color: #BF5C86;
}
.p-feature-item:nth-child(2) .p-feature-num {
    background: #90528E;
}
.p-feature-item:nth-child(2) .p-feature-ttl {
    color: #90528E;
}
.p-feature-item:nth-child(3) .p-feature-num {
    background: #01A1C2;
}
.p-feature-item:nth-child(3) .p-feature-ttl {
    color: #01A1C2;
}
.p-feature-item:nth-child(4) .p-feature-num {
    background: #349C61;
}
.p-feature-item:nth-child(4) .p-feature-ttl {
    color: #349C61;
}
.p-feature-img-box {
    margin: 14px auto 0;
    width: 80%;
}
.p-feature-txt-box {
    margin: 14px auto 0;
    padding: 0 4%;
    line-height: 1.6;
    font-size: 1.6rem;
}

@media screen and (min-width:480px) {
    .p-feature-box {
        margin: 60px 0 0 0;
    }
    .p-feature-items {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
    .p-feature-item {
        width: calc((100% - 4vw) /2);
    }
    .p-feature-item ~ .p-feature-item {
        margin-top: 0;
    }
    .p-feature-item:nth-child(3) {
        margin-top: 40px;
    }
    .p-feature-item:nth-child(4) {
        margin-top: 40px;
    }
    .p-feature-num {
        width: 56px;
        height: 56px;
        line-height: 56px;
        font-size: 3.4rem;
    }
    .p-feature-ttl {
        margin: 10px auto 0 auto;
        font-size: 2.0rem;
    }
    .p-feature-txt-box {
        margin: 30px auto 0;
        padding: 0;
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1000px)  {
    .p-feature-area .p-title-box {
        text-align: center;
    }
    .p-feature-area .c-ttl {
        display: inline-block;
        margin-bottom: 0;
        padding: 14px 64px;
        font-size: 4.2rem;
    }
    .p-feature-item {
        max-width: 490px;
    }
    .p-feature-img-box {
        width: 442px;
    }
    .p-feature-ttl {
        margin: 10px auto 0 auto;
        font-size: 2.7rem;
    }

}

.p-future-box {
    margin-top: 14px;
    padding: 4%;
    background: #EBEBE7;
}
.p-future-head {
    display: flex;
    align-items: center;
}
.p-future-img-box {
    width: 50px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
}
.p-future-function-box {
    line-height: 1.7;
    font-size: 1.8rem;
    font-weight: bold;
}
.p-future-item ~ .p-future-item {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #707070;
}
.p-future-txt-box {
    margin: 10px 0 0 0;
    line-height: 1.6;
    font-size: 1.6rem;
}

@media screen and (min-width:480px) {
    .p-future-box {
        margin: 60px auto 0;
        padding: 30px 32px;
    }
    .p-future-items {
        display: flex;
        margin: 0;
        padding: 0;
    }
    .p-future-item {
        width: calc((100% - 61px) /2);
    }
    .p-future-item ~ .p-future-item {
        margin: 0 0 0 30px;
        padding: 0 0 0 30px;
        border-top: 0;
        border-left: 1px solid #707070;
    }
    .p-future-img-box {
        width: 82px;
        margin: 0 26px 0 0;
    }
    .p-future-function-box {
        font-size: 2.2rem;
    }
    .p-future-txt-box {
        margin: 18px 0 0 0;
        font-size: 1.6rem;
    }
}

.p-case-area {
    margin: 60px 0;
    padding: 40px 0;
    background-color: #EDECE5;
}
.p-case-area .p-title-box {
    margin-bottom: 14px;
}
.p-case-area .p-title-box .c-ttl {
    padding: 0;
    border: none;
}
.p-case-area .c-ttl em {
    display: inline-block;
    margin-left: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 1.6rem;
    background: #CF0075;
    border-radius: 50%;
    vertical-align: 4px;
}
.p-case-txt-box {
    position: relative;
    margin-top: -10%;
    padding: 20px 14px 40px;
    background: #fff;
    z-index: 2;
}
.p-case-txt-box .p-lead {
    margin: 0 0 10px;
    font-size: 2.1rem;
    font-weight: 700;
}
.p-case-txt-box .p-name {
    margin: 0 0 14px;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: right;
}
.p-case-txt-box .p-name small {
    font-size: 1.6rem;
    font-weight: 700;
}
.p-case-txt-box .p-text {
    margin: 0;
    font-size: 1.6rem;
}
.p-case-area .p-btn-area {
    margin: -25px auto 0;
}
.p-case-area .p-btn-box .c-btn {
    margin: 0 auto;
    width: 278px;
    height: 50px;
    line-height: 50px;
    z-index: 2;
}
.p-case-area .is-arrow::before {
    right: 20px;
}
.p-case-area .is-arrow::after {
    content: none;
}
@media screen and (min-width:480px) {
    .p-case-img-box {
        max-width: 760px;
        margin: 0 auto;
    }
    .p-case-txt-box {
        margin: -10% 40px 0;
        padding: 30px 40px;
        box-shadow: 5px 5px 1px rgb(0 0 0 / 20%);
    }
    .p-case-txt-box .p-lead {
        margin-bottom: 8px;
        font-size: 2.4rem;
    }
    .p-case-txt-box .p-name {
        margin-bottom: 12px;
        font-size: 2.0rem;
    }
    .p-case-txt-box .p-name small {
        font-size: 1.6rem;
    }
    .p-case-txt-box .p-text {
        font-size: 1.8rem;
    }
    .p-case-area .p-btn-area {
        margin: -25px 70px 0 40px;
    }
    .p-case-area .p-btn-box {
        width: 100%;
        max-width: none;
    }
    .p-case-area .p-btn-box .c-btn {
        margin: 0 0 0 auto;
        line-height: 44px;
        box-sizing: border-box;
    }
    .p-case-area .p-btn-box .c-btn.is-arrow:hover::before{
        border-color: #fff;
    }
}
@media screen and (min-width:1000px) {
    .p-case-area .p-title-box .c-ttl {
        margin-bottom: 16px;
    }
    .p-case-area .c-ttl em {
        width: 62px;
        height: 62px;
        line-height: 62px;
        font-size: 1.8rem;
        vertical-align: 10px;
    }
    .p-case-area .p-btn-area {
        width: 100%;
        margin: -25px 0 0;
    }
    .p-case-area .p-btn-box {
        margin: 0 70px;
    }
    .p-case-area .p-btn-box .c-btn {
        font-size: 2.0rem;
    }
}

#lp-htw .contact-sv {
    color: #2D4880;
}
@media screen and (min-width: 480px) and (max-width: 999px) {
    [id^="lp-"] .c-inner {
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
    .p-headttl-box .c-inner {
        position: relative;
        z-index: 2;
    }
    .p-btn-area .c-btn {
        z-index: 2;
    }
    .p-headmain-box .c-img:before {
        top: -170px;
        right: 22px;
        background-size: cover;
        background-position: right bottom;
    }
}

@media screen and (min-width: 1000px) {
[id^="lp-"] .btn-contact:hover {
    background-image: none;
}

    [id^="lp-"] .c-inner {
        padding: 0 20px;
    }
}

.p-faq-set {
    padding-bottom: 16px;
    border-top: 1px solid #A5A180;
}
.p-faq-set:last-child {
    border-bottom: 1px solid #A5A180;
}
.p-faq-set-que {
    padding: 16px 14px;
}
.p-faq-set-que p {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 700;
}
.p-faq-set-que p::before {
    content: "Q";
    margin-right: 10px;
    color: rgb(63 65 71 / 50%);
    font-size: 2.3rem;
}
.p-faq-set-ans {
    padding: 16px 14px;
    background: #FEFDF3;
}
.p-faq-set-ans p {
    position: relative;
    margin: 0;
    font-size: 1.6rem;
    padding-left: 22px;
}
.p-faq-set-ans p::before {
    content: "A";
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 10px;
    color: #978400;
    font-size: 2.3rem;
    font-weight: 700;
}
@media screen and (min-width:480px) {
    .p-faq-set {
        padding-bottom: 32px;
    }
    .p-faq-set-que {
        padding: 32px 16px 20px;
    }
    .p-faq-set-que p {
        font-size: 2.2rem;
    }
    .p-faq-set-que p::before {
        margin-right: 20px;
        font-size: 2.8rem;
    }
    .p-faq-set-ans {
        padding: 20px 16px 28px;
    }
    .p-faq-set-ans p {
        padding-left: 40px;
        font-size: 2.0rem;
    }
    .p-faq-set-ans p::before {
        font-size: 2.8rem;
    }
    .f-copy-tx {
        color: #888888;
    }
}

.p-inquiry-area.is-bottom {
    margin: 70px 0 0;
    padding: 40px 0;
    background: #EDECE5;
}
.f-wrap {
    padding: 16px 0;
}
.f-brand {
    margin: 0;
}
a[target="_blank"].f-brand-logo {
    padding: 0;
    background: none;
}
.f-brand-logo {
    width: 290px;
}
.f-copy-box {
    padding: 8px 0 0;
}
@media screen and (min-width:480px) {
    .f-wrap {
        padding: 6px 0;
    }
    .f-inner {
        padding: 0 32px;
        justify-content: space-between;
        max-width: 1352px;
    }
    .f-brand {
        width: calc(100% - 160px);
    }
    .f-brand-logo {
        margin: 0;
        width: 100%;
        max-width: 290px;
    }
}
@media screen and (min-width:1000px) {
    .p-inquiry-area.is-bottom {
        margin-top: 100px;
    }
}


/* ------------------------------------------
    導入事例ページ
------------------------------------------ */
.p-case-headttl-box {
    padding: 12px 2% 24px;
    background: rgb(255,244,136);
    background: linear-gradient(0deg, rgba(255,244,136,0) 0%, rgba(255,244,136,1) 90%);
}
.tc-breadcrumb-box {
    margin: 0 0 12px;
}
.breadcrumb-item a,
.breadcrumb-item span {
    font-size: 1.0rem;
}
.p-case-headttl-box .c-ttl {
    margin: 0 0 20px;
    line-height: 1.3;
    font-size: 2.6rem;
    text-align: left;
}
.p-case-headtxt-col {
    display: flex;
    justify-content: space-between;
}
.p-case-headttl-box .c-name,
.p-case-headttl-box .c-date {
    margin: 0;
    font-size: 1.0rem;
}
.p-case-headlead-box {
    margin: 16px 0 46px;
}
.p-case-lead-box {
    margin-top: 16px;
    padding: 0 2% 16px;
    border-bottom: 1px solid #707070;
}
.p-case-lead-box .case-lead {
    margin: 12px 0 0;
    font-size: 1.9rem;
    font-weight: 700;
    text-indent: 1em;
}
.p-case-cont-col {
    position: relative;
}
.p-case-cont-colum-img {
    position: absolute;
    top: -6px;
    left: 0;
    width: 160px;
}
.case-cont-lead {
    padding: 10px 8px 8%;
    width: 100%;
    line-height: 1.4;
    box-sizing: border-box;
    background: #FFF488;
}
.case-cont-lead span {
    display: block;
    margin: 0 0 0 auto;
    width: calc(100% - 160px);
}
.p-case-cont-box ~ .p-case-cont-box {
    margin: 46px 0 0;
}
.p-case-cont-box:nth-child(2n) .p-case-cont-colum-img {
    left: auto;
    right: 0;
}
.p-case-cont-box:nth-child(2n) .case-cont-lead span {
    margin: 0 auto 0 0;
}
.p-case-cont-box .case-q {
    margin: 20px 0 12px;
    padding: 0 2%;
    font-size: 1.9rem;
    font-weight: 700;
}
.p-case-cont-box .case-a {
    margin: 0;
    padding: 0 2%;
    font-size: 1.9rem;
}
.p-case-cont-box .case-a ~ .case-a {
    margin: 12px 0 0;
}
.p-case-cont-area .p-btn-box {
    margin: 60px auto 0;
}
.p-case-cont-area .p-btn-box .c-btn {
    width: 100%;
    line-height: 56px;
    font-size: 1.9rem;
    box-sizing: border-box;
}
.p-case-cont-area .p-btn-box .c-btn.is-arrow::before {
    right: auto;
    left: 24px;
    border-width: 3px;
    transform: rotate(225deg);
    transition: all 0.3s;
}
.p-case-cont-area .p-btn-box .c-btn.is-arrow:hover::before {
    border-color: #fff;
}
.p-case-cont-area .p-btn-box .c-btn.is-arrow::after {
    content: none;
}


@media screen and (min-width:1000px) {
    .p-case-headttl-box {
        padding: 12px 0 50px;
    }
    .tc-breadcrumb-box {
        margin-bottom: 20px;
    }
    .tc-breadcrumb-box .breadcrumb-item a,
    .tc-breadcrumb-box .breadcrumb-item span {
        font-size: 1.2rem;
    }
    .p-case-headttl-box .c-ttl {
        margin-bottom: 30px;
        line-height: 1.4;
        font-size: 3.4rem;
    }
    .p-case-headttl-box .c-name {
        font-size: 1.8rem;
        font-weight: 700;
    }
    .p-case-headttl-box .c-name small {
        font-size: 1.4rem;
        font-weight: 700;
    }
    .p-case-headttl-box .c-date {
        font-size: 1.2rem;
    }
    .p-case-headlead-box {
        margin: 20px 0 60px;
    }
    .p-case-lead-box {
        margin-top: 18px;
        padding: 0 0 34px;
    }
    .p-case-lead-box .case-lead {
        line-height: 1.8;
    }
    .p-case-cont-area {
        padding: 0 40px;
    }
    .p-case-cont-box ~ .p-case-cont-box {
        margin-top: 60px;
    }
    .p-case-cont-col {
        display: flex;
    }
    .p-case-cont-colum-img {
        position: static;
        width: 450px;
    }
    .p-case-cont-colum-txt {
        width: calc(100% - 450px);
    }
    .case-cont-lead {
        margin: 6px 0 0;
        padding: 4px 20px;
        font-size: 2.8rem;
    }
    .case-cont-lead span {
        width: auto;
    }
    .p-case-cont-box .case-q {
        margin: 30px 0 12px;
        padding: 0 20px;
        font-size: 2.0rem;
    }
    .p-case-cont-box .case-a {
        padding: 0 20px;
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .p-case-cont-area .p-btn-area {
        justify-content: center;
    }
    .p-case-cont-area .p-btn-box {
        margin-top: 100px;
        max-width: 580px;
        width: 580px;
    }
    .p-case-cont-area .p-btn-box .c-btn {
        height: 90px;
        line-height: 78px;
        font-size: 2.8rem;
    }
    .p-case-cont-area .p-btn-box .c-btn.is-arrow::before {
        left: 30px;
        width: 18px;
        height: 18px;
    }
}

/* 主な機能ページ */
.p-func-headttl-box {
    padding: 12px 2% 24px;
    background: rgb(255,244,136);
    background: linear-gradient(0deg, rgba(255,244,136,0) 0%, rgba(255,244,136,1) 90%);
}
.p-func-headtxt-box .c-ttl {
    line-height: 1.2;
    font-size: 3rem;
}
.p-func-headtxt-box .c-ttl-lead {
    margin: 16px 0 10px;
    line-height: 1.4;
    font-size: 1.9rem;
    color: #001f4a;
}
.p-func-cont-box {
    padding: 60px 0;
}
.p-func-cont-box:first-child {
    padding-top: 30px;
}
.p-func-cont-box:nth-of-type(2n){
    background: #FEFDF3;
}
.p-func-cont-box .c-ttl {
    position: relative;
    line-height: 1.4;
}
.p-func-cont-box .c-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    background: url(../img/bg_tc06.svg) no-repeat 0 0;
    background-position: center center;
    background-size: 120px;
}
.page-link {
    display: block;
    margin-top: -60px;
    padding-top: 60px;
}
.p-func-cont-col + .p-func-cont-col {
    margin-top: 30px;
}
.p-func-cont-colum-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4%;
}
.p-func-cont-colum-txt .func-icon {
    margin: 0 20px 0 0;
    width: 60px;
}
.p-func-cont-colum-txt .func-ttl {
    margin: 0;
    font-size: 2.1rem;
    font-weight: bold;
    color: #978400;
}
.p-func-cont-colum-txt .func-txt {
    margin: 14px 0 0;
    width: 100%;
    font-size: 1.6rem;
}
.p-func-cont-colum-txt .func-txt + .func-txt {
    margin-top: 4px;
}
.p-func-cont-colum-img {
    margin-top: 14px;
    padding: 16px;
    background: #F5F5F5;
    border-radius: 20px;
    text-align: center;
}
.p-func-cont-area .p-btn-box .c-btn {
    width: 100%;
    line-height: 56px;
    font-size: 1.9rem;
    box-sizing: border-box;
}
.p-func-cont-area .p-btn-box .c-btn.is-arrow::before {
    right: auto;
    left: 24px;
    border-width: 3px;
    transform: rotate(225deg);
    transition: all 0.3s;
}
.p-func-cont-area .p-btn-box .c-btn.is-arrow:hover::before {
    border-color: #fff;
}
.p-func-cont-area .p-btn-box .c-btn.is-arrow::after {
    content: none;
}

@media screen and (min-width:480px) {
    .p-func-headtxt-box .c-ttl-lead {
        line-height: 1.7;
        text-align: center;
    }
}

@media screen and (min-width:798px) {
    .p-func-headttl-box {
        padding: 12px 2% 50px;
    }
    .p-func-headtxt-box .c-ttl {
        font-size: 3.6rem;
    }
    .p-func-headtxt-box .c-ttl-lead {
        margin: 24px 0 14px;
        font-size: 2.4rem;
    }
    .p-func-cont-box {
        padding: 100px 0;
    }
    .p-func-cont-box .c-ttl:before {
        width: 220px;
        height: 220px;
        background-size: 220px;
    }
    .p-func-cont-col {
        display: flex;
        align-items: center;
    }
    .p-func-cont-col + .p-func-cont-col {
        margin-top: 60px;
    }
    .p-func-cont-colum-txt {
        display: block;
        padding: 0 20px 0 0;
        width: 35%;
        box-sizing: border-box;
    }
    .p-func-cont-colum-txt .func-icon {
        margin: 0 0 6px;
        width: 7vw;
        max-width: 80px;
    }
    .p-func-cont-colum-img {
        margin: 0;
        padding: 20px;
        width: 65%;
        box-sizing: border-box;
    }
    .p-func-cont-colum-txt .func-ttl {
        font-size: 2.4rem;
    }
    .p-func-cont-colum-txt .func-txt {
        margin-top: 16px;
        font-size: 1.8rem;
    }
    .p-func-cont-colum-txt .func-txt + .func-txt {
        margin-top: 8px;
    }
    .p-func-cont-col:nth-child(2n+1) .p-func-cont-colum-txt {
        order: 2;
        padding: 0 0 0 20px;
    }
    .p-func-cont-col:nth-child(2n+1) .p-func-cont-colum-img {
        order: 1;
    }
    .p-func-cont-area .p-btn-box .c-btn {
        height: 90px;
        line-height: 78px;
        font-size: 2.8rem;
    }
    .p-func-cont-area .p-btn-box .c-btn.is-arrow::before {
        left: 30px;
        width: 18px;
        height: 18px;
    }
    .p-func-cont-col .page-link {
        margin-top: -260px;
        padding-top: 260px;
    }
    .p-func-cont-col + .p-func-cont-col .page-link {
        margin-top: -280px;
        padding-top: 280px;
    }
}


@media screen and (min-width:1000px) {
    .p-func-headtxt-box {
        margin-top: 26px;
    }
    .p-func-headtxt-box .c-ttl {
        font-size: 4rem;
    }
    .p-func-cont-colum-txt {
        width: calc(100% - 640px);
    }
    .p-func-cont-colum-img {
        width: 640px;
    }
    .p-func-cont-col .page-link {
        margin-top: -250px;
        padding-top: 250px;
    }
    .p-func-cont-col + .p-func-cont-col .page-link {
        margin-top: -270px;
        padding-top: 270px;
    }
}