@keyframes infinity-scroll-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes scBeforePanelfadein {
    0% {
        opacity: 0;
        transform: translateY(48px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scBeforePanelfadeinMd {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes scPanelfadein {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scPanelfadeinMd {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}



body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, arial, meiryo, sans-serif;
    font-weight: 400;
    color: #343434
}

* {
    word-break: break-all
}

a:hover {
    opacity: .64
}

.u-text-md {
    font-style: normal;
    line-height: 1.4;
}

.u-text-sml {
    font-style: normal;
    font-size: 13px;
}

b,
dt,
strong {
    font-style: normal;
    font-weight: 700;
}

.mbt {
    margin: 32px 0;
}

.c-block,
.c-block-inner {
    width: 100%;
    display: flex;
    flex-flow: column wrap
}

.c-block {
    padding: 64px 16px;
    text-align: center;
    align-items: center
}

.c-block-inner {
    max-width: 1200px;
 
}

.c-block-inner>* {
    width: 100%
}

.p-top-task-block {
    padding-bottom: 0;
    position: relative
}

.p-top-task-block .u-headline1 {
    flex-flow: wrap column
}

.p-top-task-image {
    order: 2
}

.p-top-task-image img {
    width: 220px;
    height: auto;
    margin-top: 32px
}

.p-task-list-box {
    position: relative;
    z-index: 3;
    padding-bottom: 32px
}

.p-task-list-box,
.p-task-list-box dl {
    display: flex;
    flex-flow: wrap column;
    align-items: center
}

.p-task-list-box dt {
    margin-top: 32px;
    margin-bottom: 16px;
    padding: 0 16px;
    width: 100%
}

.p-task-list-box dt span {
    padding: 8px 16px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #343434;
    width: 100%
}

.p-task-list-box dt span::after,
.p-task-list-box dt span::before {
    content: "";
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 12px);
    z-index: 2
}

.p-task-list-box dt span::after {
    border-top: 14px solid #343434;
    bottom: -16px;
    left: calc(50% - 14px);
    z-index: 1
}

.p-task-list-box dd {
    padding: 8px;
    font-weight: 700;
    text-align: left
}

.p-task-list-box strong {
    display: inline-block;
    color: #53BC44
}

.p-task-support {
    background: #f7f7f7
}

.p-task-support .c-block-inner {
    align-items: center
}

.p-task-support .p-task-support-graph .u-display2 {
    font-weight: 700;
    color: #343434
}

.p-task-support .p-task-costs .u-display3 i,
.p-task-support .p-task-support-graph .u-display2 i {
    font-style: normal
}


.p-task-support .p-task-costs .u-display3 {
    color: #343434;
    margin-bottom: 32px;
    font-weight: 700;
    font-style: normal;
}

.p-task-support .p-task-costs .u-display3 strong {
    color: #53BC44
}

.u-headline1 {
    line-height: 1.4;
    display: inline-flex;
    position: relative;
    width: auto;
    align-self: center;
    padding: 0 32px;
    font-style: normal;
}

.p-feature-list-detail>div img,
.p-top-answers-image img {
    width: 100%;
    height: auto
}

.p-top-feature-list {
    display: flex;
    flex-flow: wrap column;
    margin-top: 48px
}

.p-top-feature-list .c-icon-image i:nth-of-type(2) {
    font-size: 26px;
    margin-left: -24px;
    background: #fff;
    padding: 4px 0 0 4px;
    border-radius: 50%
}

.p-top-feature-list .u-headline3 {
    text-align: center
}

.p-top-feature-list .u-headline3 span {
    color: #53BC44;
    line-height: 1;
    display: block
}

.p-feature-list-detail {
    margin-bottom: 32px
}

.p-feature-list-detail>div {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 48px
}

.p-feature-list-detail>div>div:first-of-type {
    position: relative
}

.p-feature-list-detail>div>div:first-of-type .p-feature-title {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #53BC44;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    width: 6em;
    height: 5.5em;
    line-height: 1
}

.p-feature-list-detail>div>div:first-of-type .p-feature-title span {
    font-weight: 700;
    line-height: 1;
    margin-top: 4px
}

.p-feature-list-detail>div>div:last-of-type {
    text-align: left
}

.p-feature-list-detail>div:nth-child(even) div:last-of-type {
    padding-left: 0
}

.p-feature-list-detail>div .u-text-lg {
    margin-bottom: 16px;
    font-style: normal;
}

.p-feature-list-detail>div .u-headline3 {
    margin: 40px 0 16px
}

.p-feature-list-detail>div .p-feature-list-image {
    padding-left: 24px;
    padding-top: 24px
}

.p-feature-list-detail>div .p-feature-list-image figure {
    border: 2px solid #53BC44;
    border-radius: 16px;
    color: #f7f7f7;
    overflow: hidden;
    padding: 16px;
    background: #FFF;
}

.p-feature-list-detail p {
    margin-top: 16px;
    font-style: normal;
}

.p-contact-block {
    background: #53BC44;
    color: #fff;
}

.u-headline2,
.u-headline3,
.u-text-lg,
.u-text-xlg {
    font-weight: 700;
    line-height: 1.4;
    font-style: normal;
}

.u-headline2,
.u-headline3,
.u-text-lg,
.u-text-xlg {
    font-weight: 700;
    line-height: 1.4;
    font-style: normal;
}

.c-button {
    height: 60px;
    min-width: 200px;
    font-size: 16px;
    font-style: normal;
}

.c-button {
    background-color: #FFF44F;
    color: #343434;
    border: 2px solid #FFF44F;
}

.c-button:hover {
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    transform: translateY(-4px)
}

.c-related-content {
    display: inline-flex;
    align-items: flex-start;
    flex-flow: wrap column;
    font-size: 16px;
    width: auto
}

.p-contact-block .c-block-inner {
    flex-flow: wrap column;
    display: flex;
    align-items: center;
}

.p-contact-block .c-block-inner img {
    max-width: 100%;
    height: auto;
}

.p-contact-block .c-block-inner>div:last-of-type {
    width: 90%;
}


.c-button {
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    line-height: 1;
    border-radius: 32px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 15px;
    transition: .3s
}

.c-button-set i {
    font-size: 20px;
    margin-left: 16px
}
.c-case-img{
    padding: 56px 0;
}

.c-case-img img {
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.l-footer,
.p-breadcrumb-block {
    padding: 32px;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-footer,
.p-breadcrumb-block {
    padding: 32px;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}

.l-footer>div,
.p-breadcrumb-block>div {
    width: 100%;
    max-width: 1200px
}

.l-footer small {
    color: #777;
    display: block
}

.l-footer a {
    color: #343434
}

.u-display1,
.u-display2,
.u-display3 {
    font-weight: 400;
    line-height: 1.4;
}

.u-display2 {
    font-size: 20px;
}

.u-headline1,
.u-text-bold {
    font-weight: 700;
}

.u-display3,
.u-headline1 {
    font-size: 16px;
}

.p-support-top-main .c-block-inner {
    align-items: flex-start;
    text-align: left;
    margin-top: 32px;
}

.p-support-top-main {
    z-index: 1;
    color: #fff;
    background: #53BC44;
    /* background: linear-gradient(180deg, #5ab4c8 62.5%, #68b8ca 100%, #6bbdcf 100%); */
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 520px;
}

.p-support-top-main>div:after {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/municipality/main-ilust.png) no-repeat;
    background-position: center -90px;
    /* background-size: 100% calc(100% - 180px); */
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 385px;
    left: 0;
    z-index: -1;
}

.l-header {
    position: absolute;
    z-index: 10;
}

.l-header.c-block {
    margin: 0;
    padding-top: 24px;
}

.l-header>div {
    align-items: flex-start;
    text-align: center;
    margin-top: 0px;
}

.l-header>div img {
    height: 42px;
    width: auto;
}

.p-suppot-top-main-button .c-button:last-of-type, .c-button-outline {
    background: 0 0;
    border-color: #fff;
    color: #fff;
}

.p-support-top-main .u-display1 span {
    color: #FFF44F;
    display: block;
}

.p-support-top-main .u-display1 {
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    margin-top: 8px;
}

.p-support-top-main p,
.p-support-top-main .u-headline3 {
    text-align: center;
    margin-top: 8px;
}

.p-suppot-top-main-button {
    flex-flow: row wrap;
    position: relative;
    z-index: 1;
}

.p-suppot-top-main-bcs,
.p-suppot-top-main-button {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.p-suppot-top-main-button .c-button:first-of-type {
    margin-right: 8px;

}

.p-support-top-att {
    position: relative;

}

.p-support-top-att .u-att {
    position: absolute;
    left: 50%;
    margin-left: -130px;
    z-index: 10;
    top: -150px;
}

.p-support-top-att img {
    width: 260px;
}
.p-top-task-image img {
    width: 160px;
    height: auto;
    margin-top: 32px;
}
.p-contact-block .c-block-inner .u-text-lg {
    margin: 16px 0 32px;
}
.p-contact-block .c-block-inner a {
    margin: 8px;
}
.p-feature-list-detail>div img, .p-top-answers-image img {
    width: 100%;
    height: auto;
}
.p-top-answers-image {
    max-width: 750px;
    margin: 62px 0 0px;
}
.u-headline1:after, .u-headline1:before {
    position: absolute;
    font-family: "Font Awesome 6 Sharp", sans-serif;
    font-weight: 300;
    content: "+";
    font-size: 16px;
    top: calc(50% - 11.2px);
}
.u-headline1:after,.u-headline1:before {
    font-size: 24px;
    top: calc(50% - 16.8px)
}

.l-footer a,.u-headline1:before {
    margin-right: 16px
}

.u-headline1:after {
    margin-left: 16px
}
.u-headline1:before {
    margin-right: 8px;
    left: 0
}

.u-headline1:after {
    margin-left: 8px;
    right: 0
}
.p-plan-contact-form{
    max-width: 520px;
    width: 100%;
}

@media (max-width: 575px) {
    .p-contact-block .c-button {
        min-width: auto;
    }
}
@media (min-width: 576px) {
    .p-support-top-main>div:after {
        /* background-size: 100% calc(120% - 0px); */
        /* background-size:auto 100%; */
        /* height: auto; */
        top: 380px;
        left: 0
    }

    .p-sc-panel-check~.p-sc-announcement-block {
        bottom: 24px;
        width: auto
    }

    .p-sc-panel-check~.p-sc-announcement-block .p-sc-closed-panel {
        flex-flow: column;
        height: auto;
        border-right: none;
        border-radius: 16px 0 0 16px;
        width: 56px;
        line-height: 1.3;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0;
        word-break: break-word;
        animation-name: scBeforePanelfadeinMd
    }

    .p-sc-panel-check~.p-sc-announcement-block .p-sc-closed-panel i {
        margin-right: 0;
        margin-bottom: 8px
    }

    .p-sc-panel-check:checked~.p-sc-announcement-block .p-sc-panel>div {
        flex-flow: column;
        justify-content: center
    }

    .p-sc-panel-check:checked~.p-sc-announcement-block .p-sc-panel {
        padding: 8px 16px;
        width: 300px;
        animation-name: scPanelfadeinMd;
        margin-right: 24px;
        border-radius: 16px
    }

    .p-task-list-box strong {
        display: inline
    }

    .p-feature-list-detail {
        margin-bottom: 40px
    }

    .p-feature-list-detail>div {
        margin-top: 64px
    }
}

@media (min-width: 576px) {

    .u-display3,
    .u-headline1 {
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .c-block {
        padding: 56px 24px;
    }
}

@media (min-width: 576px) {
    .u-display2 {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .u-text-md {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .p-support-top-main {
        height: 610px
    }

    .p-support-top-main>div:after {
        height: 478px;
        width: 100%;
        top: 460px;
        left: 0;
        /* right: -53%; */
        background-position: 0 0;
        /* background-size: 100% calc(100% - 0px); */
    }

    .p-support-top-main .u-display1 {
        font-size: 48px;
        margin-top: 0
    }



    .p-suppot-top-main-bcs {
        margin-top: 32px;
        justify-content: flex-start;
        text-align: left
    }

    .p-suppot-top-main-button {}

    .p-suppot-top-main-button .c-button:first-of-type {
        margin-bottom: 24px;
        margin-right: 16px;
    }

    .p-loop-logo-list {
        margin-top: 16px
    }

    .p-loop-logo-list li {
        min-width: 128px
    }

    .p-sc-panel-check~.p-sc-announcement-block a {
        margin: 8px 0
    }

    .p-award-banner {
        padding-bottom: 0
    }

    .p-top-task-block .u-headline1 {
        flex-flow: wrap row
    }

    .p-top-task-image img {
        width: 205px;
    }

    .p-top-task-image {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center
    }

    .p-top-task-box {
        padding-bottom: 140px;
    }

    .p-task-list-box {
        justify-content: space-between;
        flex-flow: wrap row;
        align-items: flex-start
    }

    .p-task-list-box dl {
        width: 33.333%;
        flex-flow: wrap column;
        align-items: center
    }
    .p-task-list-box dl:nth-of-type(odd){
        margin-top: 60px;
    }

    .p-task-list-box dl.p-task-scope {
        flex-flow: wrap row;
        justify-content: center
    }

    .p-task-list-box dl.p-task-scope dd:first-of-type {
        width: 100%
    }

    .p-task-list-box dt {
        margin-top: 0
    }

    .p-task-list-box dt span {
        width: auto
    }

    .p-task-list-box dd {
        text-align: center
    }

    .p-task-list-box strong {
        line-height: 1.3
    }

    .p-task-support .p-task-support-graph .u-display2 i {
        display: block
    }

    .p-top-feature-list {
        margin-top: 40px;
        flex-flow: wrap row;
        justify-content: center
    }

    .p-top-feature-list>div {
        width: 33.333%;
        padding: 0 16px
    }

    .p-top-feature-list .c-icon-image {
        margin: 24px 0
    }

    .p-top-feature-list .c-icon-image i:nth-of-type(2) {
        padding: 4px 8px 0 4px;
        font-size: 40px;
        margin-left: -18px
    }

    .p-top-feature-list .u-headline3 span {
        font-size: 36px;
        margin-bottom: 8px
    }

    .p-feature-list-detail>div>div:first-of-type {
        max-width: 360px
    }

    .p-feature-list-detail>div>div:last-of-type {
        max-width: calc(100% - 400px)
    }

    .p-feature-list-detail>div:nth-child(even) div:first-of-type {
        order: 2
    }
    .c-block.p-top-task-block .c-block-inner{
        margin-top: 88px;
    }
    .u-headline1:after, .u-headline1:before {
        font-size: 24px;
        top: calc(50% - 16.8px);
    }

}

@media (max-width: 767px) {
    .u-text-lg {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .u-text-xlg {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .u-text-lg {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .u-text-md {
        font-size: 22px;
    }
}

@media (min-width: 768px) {

    .u-display3,
    .u-headline1 {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .u-display2 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {

    .u-headline2,
    .u-headline3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .u-text-xlg {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .p-contact-block .c-block-inner>div {
        width: 60%;
    }
}

@media (min-width: 768px) {
    .p-contact-block .c-block-inner {
        flex-flow: wrap row;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    .p-contact-block .c-block-inner>div:last-of-type {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .u-text-md {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .l-footer small {
        margin-left: auto;
        display: flex;
    }
}

@media (min-width: 768px) {

    .l-footer a,
    .u-headline1:before {
        margin-right: 16px;
    }
}

@media (min-width: 768px) {
    .l-footer>div {
        display: flex;
    }
}

@media (min-width: 768px) {
    .u-display1 {
        font-size: 48px;
    }

    .p-support-top-att img {
        width: 320px;
    }

    .p-support-top-att .u-att {
        margin-left: -160px;
        top: -140px;
    }

    .l-header>div img {
        height: 48px;
        margin-left: -8px;
    }

    .l-header.c-block {
        padding-top: 40px;
    }
}


@media (min-width: 992px) {
    .p-support-top-main .u-headline3 {
        text-align: left;
        margin-top: 16px;
    }

    .p-support-top-main {
        height: 590px
    }

    .p-support-top-main>div:after {
        height: 100%;
        width: 100%;
        top: 0;
        left: 50%;
        right: auto;
        background-size: auto calc(111% - 0px);
    }

    .p-support-top-main p {
        text-align: left
    }

    .p-support-top-main .u-display1 {
        text-align: left;
        margin-top: 16px
    }

    .p-suppot-top-main-button {
        display: flex;
        flex-flow: row;
        width: auto;
        justify-content: flex-start
    }

    .p-suppot-top-main-button .c-button:first-of-type {
        margin-right: 16px
    }

    .p-top-task-image img {
        width: 215px;
    }

    .p-top-task-box {
        padding-bottom: 150px;
    }

    .p-feature-list-detail>div {
        align-items: center
    }

    .p-feature-list-detail>div>div:first-of-type {
        max-width: 500px
    }

    .p-feature-list-detail>div>div:first-of-type .p-feature-title {
        font-size: 13px;
        width: 6.5em;
        height: 6.5em
    }

    .p-feature-list-detail>div>div:first-of-type .p-feature-title span {
        font-size: 48px
    }

    .p-feature-list-detail>div>div:last-of-type {
        max-width: calc(100% - 500px);
        padding-left: 32px
    }

    .p-feature-list-detail>div:nth-child(even) div:last-of-type {
        padding-right: 32px
    }

    .l-header>div {
        text-align: left;
        margin-top: 24px;
    }

    .p-support-top-att img {
        width: 360px;
    }

    .p-support-top-att .u-att {
        margin-left: -180px;
        top: -180px;
    }
    .p-support-top-main .c-block-inner {
        margin-top: 62px;
    }
}

@media (min-width: 1200px) {


    .p-top-task-box {
        padding-bottom: 190px;
    }

    .p-feature-list-detail>div>div:first-of-type {
        max-width: 590px
    }

    .p-feature-list-detail>div>div:last-of-type {
        max-width: calc(100% - 590px);
        padding-left: 64px
    }

    .p-feature-list-detail>div:nth-child(even) div:last-of-type {
        order: 1;
        padding-right: 64px
    }
}

@media (min-width: 1400px) {
    .p-support-top-main>div:after {
        /* left:45%; */
        /* background-size: auto calc(100% - 00px); */
    }
}

@media (max-width: 991px) {
    .p-suppot-top-main-bcs img {
        width: 100px;
        height: auto
    }

    .p-feature-list-detail>div>div:first-of-type .p-feature-title {
        font-size: 11px;
        width: 6em;
        height: 5.5em
    }

    .p-feature-list-detail>div>div:first-of-type .p-feature-title span {
        font-size: 24px
    }

}

@media (max-width: 767px) {
    .p-support-top-main {
        padding-top: 32px
    }

    .p-loop-logo-list {
        margin-top: 32px
    }

    .p-loop-logo-list li {
        min-width: 88px
    }

    .p-sc-panel-check~.p-sc-announcement-block h3 {
        padding-left: 4px
    }

    .p-award-banner {
        padding: 32px 16px 0
    }

    .p-top-task-box {
        margin-top: 0
    }

    .p-top-feature-list>div {
        position: relative;
        padding-left: 76px;
        margin-top: 24px;
        text-align: left;
        min-height: 75px
    }

    .p-top-feature-list>div:first-of-type {
        margin-top: 0
    }

    .p-top-feature-list .c-icon-image {
        position: absolute;
        top: 32px;
        left: 0;
        display: block;
        width: 68px;
        text-align: center;
        line-height: 1
    }

    .p-top-feature-list .u-headline3 {
        display: flex;
        align-items: center
    }

    .p-top-feature-list .u-headline3 span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 20px;
        width: 68px;
        text-align: center
    }

    .p-feature-list-detail>div>div:first-of-type {
        margin-bottom: 16px
    }
}

@media (max-width: 575px) {
    .p-suppot-top-main-button .c-button {
        min-width: auto
    }

    .p-sc-panel-check~.p-sc-announcement-block .p-sc-closed-panel {
        border-bottom: none
    }

    .p-sc-panel-check:checked~.p-sc-announcement-block .p-sc-panel>div {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-end
    }

    .p-sc-panel-check:checked~.p-sc-announcement-block .p-sc-panel>div span {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-end
    }

    .p-sc-panel-check:checked~.p-sc-announcement-block .p-sc-panel {
        border-bottom: none;
        width: calc(100% - 32px)
    }
}