@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}
#ct-hd {
    display: none;
}
#dp_breadcrumb_nav {
    margin-bottom: 0;
}
.content-wrap {
    width: 100%;
    padding: 0 !important;
}
.entry h1::after,
.entry h2::after,
.entry h3::after {
    display: none;
}

.volunteer {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    color: #784311;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word
}

@media only screen and (max-width: 767px) {
    .dp-container {
        padding: 30px 0;
    }
}

.volunteer .sp-only {
    display: none
}

@media only screen and (max-width: 767px) {
    .volunteer .sp-only {
        display:block
    }
}

.volunteer .pc-only {
    display: block
}

@media only screen and (max-width: 767px) {
    .volunteer .pc-only {
        display:none
    }
}


.volunteer .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 276px;
    padding: 10px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #f58bab;
    background-color: #fff;
    text-align: center;
    position: relative;
    font-family: "M PLUS Rounded 1c",sans-serif;
    border-radius: 999px;
    cursor: pointer;
    border: 3px solid transparent
}

@media only screen and (max-width: 767px) {
    .volunteer .button {
        min-width:240px;
        height: 48px;
        font-size: 1.6rem
    }
}

.volunteer .button:hover:after {
    -webkit-animation-name: btnHoverAction;
    animation-name: btnHoverAction;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.volunteer .button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 17px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/arrow.svg) no-repeat top;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .volunteer .button:after {
        width:16px;
        height: 16px;
        background-size: 13px 13px;
        right: 8px
    }
}

.volunteer .button:hover {
    opacity: 1
}

.volunteer .section__title--en {
    font-size: 1.6rem;
    font-weight: 800;
    color: #f58bab;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .volunteer .section__title--en {
        font-size:1.2rem
    }
}

.volunteer .section__title {
    font-size: 4rem;
    font-weight: 800;
    color: #f58bab;
    text-align: center;
    line-height: 1.4
}

@media only screen and (max-width: 767px) {
    .volunteer .section__title {
        font-size:2.4rem
    }
}

.volunteer .mainvisual {
    padding: 31px 0 140px;
    background-color: #f58bab;
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual {
        padding:16px 0 155px
    }
}

.volunteer .mainvisual:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 146px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/mainvisual_before.png) repeat-x top/contain;
    border-color: #7fffd4;
    background-size: 177px 146px
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual:before {
        background:url(/wp-content/themes/dp-clarity-business/img/volunteer/mainvisual_before_sp.png) repeat-x top/contain;
        height: 40px;
        background-size: 76px 40px
    }
}

.volunteer .mainvisual:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 146px;
    background-image: url(/wp-content/themes/dp-clarity-business/img/volunteer/pome.png),url(/wp-content/themes/dp-clarity-business/img/volunteer/pug.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 20.2% 98%,83.2% 50%;
    background-size: 90px 119px,106px 146px
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual:after {
        background-position:5% 81%,95% 81%;
        background-size: 64px 85px,64px 89px
    }
}

.volunteer .mainvisual__bg {
    position: relative;
    aspect-ratio: 1440/632
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual__bg {
        aspect-ratio:375/460
    }
}

.volunteer .mainvisual__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.volunteer .mainvisual__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 27.778%;
    max-width: 400px
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual__logo {
        width:64%
    }
}

.volunteer .mainvisual__logo img {
    aspect-ratio: 1
}

.volunteer .mainvisual__text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    max-width: 688px;
    text-align: center;
    margin: 80px auto 0
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual__text {
        font-size:1.4rem;
        max-width: 100%;
        margin: 40px 0 0
    }
}

.volunteer .mainvisual__button {
    margin: 56px auto 0
}

@media only screen and (max-width: 767px) {
    .volunteer .mainvisual__button {
        margin:32px auto 0
    }
}

.volunteer .about {
    background-color: #fff;
    padding: 37px 0 80px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    .volunteer .about {
        padding:27px 0 64px
    }
}

.volunteer .about__text {
    font-size: 1.6rem;
    font-weight: 500;
    color: #784311;
    line-height: 2;
    text-align: center;
    margin: 40px auto;
}

@media only screen and (max-width: 767px) {
    .volunteer .about__text span {
        font-weight:800
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .about__text {
        text-align:left;
        margin: 32px auto;
        font-size: 1.4rem
    }
}

.volunteer .about__movie {
    width: 70%;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .volunteer .about__movie {
        width: 100%;
    }
}

.volunteer .reason {
    padding: 100px 0 80px;
    width: 100%;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/dot_grid.png) left repeat,#fef2f5
}

@media only screen and (max-width: 767px) {
    .volunteer .reason {
        padding:82px 0 123px
    }
}

.volunteer .reason__box {
    max-width: 704px;
    margin: 0 auto;
    background-color: #fff;
    border: 3px solid #f58bab;
    padding: 48px 37px 44px;
    border-radius: 8px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .volunteer .reason__box {
        padding:48px 14px 37px
    }
}

.volunteer .reason__box:after {
    content: "";
    position: absolute;
    bottom: -6%;
    left: -8%;
    width: 85px;
    height: 162px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/reason_pet.png) no-repeat top/contain
}

@media only screen and (max-width: 1024px) {
    .volunteer .reason__box:after {
        left:-7%
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .reason__box:after {
        width:56px;
        height: 108px;
        bottom: -9%;
        right: -1%;
        left: unset
    }
}

.volunteer .reason__title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 2;
    color: #fff;
    background-color: #f58bab;
    padding: 0 16px;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -72px auto 0
}

@media only screen and (max-width: 767px) {
    .volunteer .reason__title {
        font-size:1.8rem
    }
}

.volunteer .reason__text {
    line-height: 2;
    padding: 30px 0 0
}

@media only screen and (max-width: 767px) {
    .volunteer .reason__text {
        font-size:1.4rem;
        padding: 25px 0 0
    }
    .volunteer .reason__text .reason-item {
        display: flex;
        align-items: baseline;
    }
    .volunteer .reason__text .reason-item:not(:last-of-type) {
        margin-bottom: 8px;
    }
}

/* .volunteer .reason__text span {
    font-weight: 800
} */

.volunteer .event {
    padding: 118px 0 0
}

@media only screen and (max-width: 767px) {
    .volunteer .event {
        padding:63px 0 0
    }
}

.volunteer .event__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 40px;
    margin-top: 89px
}

@media only screen and (max-width: 1024px) {
    .volunteer .event__content {
        gap: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .event__content {
        margin-top:56px;
        gap: 48px 0px
    }
}

.volunteer .event__box {
    width: calc(50% - 20px);
    padding: 0 30px 28px;
    background-color: #fff;
    border: 3px solid #f58bab;
    border-radius: 8px
}

@media only screen and (max-width: 1024px) {
    .volunteer .event__box {
        width:calc(50% - 12px);
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .event__box {
        width:100%;
        padding: 0 14px 24px
    }
}

.volunteer .event__boxHeading {
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 800;
    color: #fff;
    background-color: #f58bab;
    padding: 0 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    margin: -26px auto 0
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxHeading {
        font-size:2rem
    }
}

.volunteer .event__boxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.volunteer .event__boxItem+.event__boxItem {
    margin-top: 22px
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxItem+.event__boxItem {
        margin-top:10px
    }
}

.volunteer .event__boxLeft {
    width: 116px
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxLeft {
        width:100%
    }
}

.volunteer .event__boxRight {
    width: calc(100% - 130px)
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxRight {
        width:100%
    }
}

.volunteer .event__boxList {
    margin-top: 38px
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxList {
        margin-top:15px
    }
}

.volunteer .event__boxDate {
    font-size: 1.6rem;
    font-weight: 800;
    padding-left: 19px;
    position: relative;
    line-height: 1.5
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxDate {
        font-size:1.2rem
    }
}

.volunteer .event__boxDate:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f58bab;
    border-radius: 999px;
    top: 20px;
    left: 0
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxDate:before {
        width:8px;
        height: 8px;
        top: 14px
    }
}

.volunteer .event__boxDate span {
    font-size: 3.2rem;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxDate span {
        font-size:2.4rem
    }
}

.volunteer .event__boxTitle {
    font-size: 1.8rem;
    font-weight: 800
}

.volunteer .event__boxTitle span {
    font-size: 1.4rem
}

.volunteer .event__boxText {
    font-size: 1.4rem;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .volunteer .event__boxText {
        font-size:1.2rem
    }
}

.volunteer .flow {
    padding: 161px 0 144px
}

@media only screen and (max-width: 767px) {
    .volunteer .flow {
        padding: 64px 0;
    }
}

.volunteer .flow__list {
    margin: 64px auto 80px;
    width: 584px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__list {
        width:100%
    }
}

.volunteer .flow__list:after {
    content: "";
    position: absolute;
    bottom: -4%;
    right: -7.5%;
    width: 84px;
    height: 120px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/flow_pet.png) no-repeat top/contain
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__list:after {
        width:64px;
        height: 92px;
        bottom: -19%;
        left: 0;
        right: 0;
        margin: auto
    }
}

.volunteer .flow__item {
    background-color: #fef2f5;
    border-radius: 999px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.volunteer .flow__item+.flow__item {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__item+.flow__item {
        margin-top:64px
    }
}

.volunteer .flow__item:not(:last-child):after {
    content: "";
    position: absolute;
    bottom: -90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 57px;
    height: 80px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/paw_1.png) no-repeat top/contain
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__item:not(:last-child):after {
        width:40px;
        height: 57px;
        bottom: -82%;
        left: unset;
        margin: unset;
        right: 23%
    }
}

.volunteer .flow__item:nth-child(2n):after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__item:nth-child(2n):after {
        right:unset;
        left: 23%;
        bottom: -82%
    }
}

.volunteer .flow__itemNumber {
    width: 80px;
    height: 80px;
    background-color: #f45a91;
    border-radius: 999px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4rem;
    font-weight: 800
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__itemNumber {
        font-size:2rem;
        margin-top: -26px;
        width: 40px;
        height: 40px
    }
}

.volunteer .flow__itemText {
    width: calc(100% - 80px);
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    padding: 10px 40px 10px 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__itemText {
        width:100%;
        font-size: 1.4rem;
        padding: 3px 16px 15px;
        display: block;
        overflow: unset;
        text-align: center
    }
}

.volunteer .flow__button {
    color: #fff;
    background: #f45a91;
    margin: 0 auto;
}
.volunteer .flow__button::after {
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/arrow-white.svg) no-repeat top;
}

@media only screen and (max-width: 767px) {
    .volunteer .flow__button {
        margin: 120px auto 0; 
    }
}


.volunteer .schedule {
    padding: 76px 0;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/dot_grid.png) left repeat,#fef2f5
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule {
        padding:63px 0
    }
}

.volunteer .schedule__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 5.5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.volunteer .schedule__head {
    position: sticky;
    top: 100px;
    width: calc(94.5% - 698px)
}

@media only screen and (max-width: 1024px) {
    .volunteer .schedule__head {
        position:relative;
        top: 0;
        margin: 0 auto;
        width: 100%
    }
}

.volunteer .schedule__head .section__title {
    text-align: left
}

@media only screen and (max-width: 1024px) {
    .volunteer .schedule__head .section__title {
        text-align:center
    }
}

.volunteer .schedule__head .section__title--en {
    text-align: left
}

@media only screen and (max-width: 1024px) {
    .volunteer .schedule__head .section__title--en {
        text-align:center
    }
}

.volunteer .schedule__content {
    width: 698px;
    background-color: #fff;
    border: 3px solid #f58bab;
    border-radius: 8px;
    padding: 48px 47px 48px 80px
}

@media only screen and (max-width: 1024px) {
    .volunteer .schedule__content {
        margin:64px auto 0
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__content {
        margin:32px auto 0;
        padding: 29px 14px
    }
}

.volunteer .schedule__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 56px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.volunteer .schedule__item:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    background-color: #f58bab;
    top: 0;
    left: 27.6%
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__item:after {
        left:87px
    }
}

.volunteer .schedule__item:first-child:after {
    top: 50%;
    height: 50%
}

.volunteer .schedule__item:last-child:after {
    height: 52%
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__item {
        gap:unset
    }
}

.volunteer .schedule__item+.schedule__item {
    padding-top: 16px
}

.volunteer .schedule__img {
    width: 100px
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__img {
        width:64px
    }
}

.volunteer .schedule__img img {
    border-radius: 999px;
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.volunteer .schedule__text {
    width: calc(100% - 156px);
    padding-left: 39px;
    font-size: 2rem;
    font-weight: 800;
    position: relative
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__text {
        font-size:1.4rem;
        width: calc(100% - 90px);
        padding-left: 29px
    }
}

.volunteer .schedule__text:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 5px solid #f58bab;
    background-color: #fff;
    border-radius: 999px;
    left: -8px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .volunteer .schedule__text:before {
        width:8px;
        height: 8px;
        border: 3px solid #f58bab
    }
}

.volunteer .report {
    padding: 120px 0 0
}

@media only screen and (max-width: 767px) {
    .volunteer .report {
        padding:48px 0 0
    }
}

.volunteer .report__list {
    margin-top: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 32px
}

@media only screen and (max-width: 1024px) {
    .volunteer .report__list {
        gap:0 24px
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .report__list {
        margin-top:31px;
        gap: 32px 0
    }
}

.volunteer .report__item {
    width: calc(33.33% - 21.3333333333px)
}

@media only screen and (max-width: 1024px) {
    .volunteer .report__item {
        width:calc(33.33% - 16px)
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .report__item {
        width:100%
    }
}

.volunteer .report__item:hover .report__itemImg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.volunteer .report__itemImg {
    overflow: hidden
}

.volunteer .report__itemImg img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 352/211;
    -webkit-transition: all .7s;
    transition: all .7s;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 767px) {
    .volunteer .report__itemImg img {
        aspect-ratio:343/211
    }
}

.volunteer .report__itemTitle {
    color: #784311;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .volunteer .report__itemTitle {
        font-size:1.6rem
    }
}

.volunteer .report__itemDate {
    font-size: 1.2rem;
    font-weight: 500;
    color: #a7a7a7
}

.volunteer .report__itemDate span {
    padding-right: 4px
}

.volunteer .report__itemText {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    color: #3c3c3c;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .volunteer .report__itemText {
        margin-top:6px
    }
}

.volunteer .report__button {
    margin: 65px auto 0;
    border: 3px solid #f58bab
}

@media only screen and (max-width: 767px) {
    .volunteer .report__button {
        margin:40px auto 0;
        border: 2px solid #f58bab
    }
}

.volunteer .voice {
    position: relative;
    padding: 80px 0;
    margin-top: 80px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/dot_grid.png) left repeat, #fef2f5;
}
.volunteer .voice__head {
    margin-bottom: 64px;
}
.volunteer .voice__item {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 24px;
    border-radius: 24px 24px 0 24px;
}
.volunteer .voice__commentImg {
    display: block;
    width: 32px;
    margin-bottom: 16px;
}
.volunteer .voice__itemText {
    line-height: 2;
    flex: 1;
    margin-bottom: 16px;
}
.volunteer .voice__itemIcon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.volunteer .voice__itemIcon img {
    width: 80px;
}
.volunteer .pome {
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
}
.volunteer .bx-viewport {
    height: 100%;
}

.volunteer .voice__slider {
    display: flex;
}

.volunteer .bx-wrapper .bx-pager .bx-pager-item a {
    background-color: #F45A91;
}
@media only screen and (max-width: 767px) {
    .volunteer .voice {
        padding: 64px 0;
    }
    .volunteer .voice__head {
        margin-bottom: 32px;
    }
    .volunteer .voice__itemText {
        font-size: 14px;
    }
    .volunteer .voice__itemIcon img {
        width: 64px;
    }
    .volunteer .voice__itemIcon span {
        font-size: 14px;
    }
    .volunteer .pome {
        width: 64px;
        bottom: -40px;
    }
}
@media only screen and (max-width: 768px) {
    .volunteer .bx-pager {
        text-align: center;
        margin: 30px auto;
    }
    .volunteer .bx-pager .bx-pager-item {
        display: inline;
        margin: 0 5px;
    }
    .volunteer .bx-pager .bx-pager-item a {
        display: inline-block;
        width: 8px;
        height: 8px;
        cursor: pointer;
        text-indent: -9999px;
        opacity: .6;
        border-radius: 50%;
    }
    .volunteer .bx-pager .bx-pager-item a.active,
    .volunteer .bx-pager .bx-pager-item a:hover {
        opacity: .9;
    }
}

.volunteer .form {
    padding: 117px 0
}

@media only screen and (max-width: 767px) {
    .volunteer .form {
        padding:67px 0 24px
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .form__head {
        background-color:#fef2f5;
        padding-top: 64px;
        border-radius: 8px 8px 0 0
    }
}

.volunteer .applyForm {
    width: 993px;
    background-color: #fef2f5;
    border-radius: 8px;
    margin: 65px auto 0;
    padding: 80px
}

@media only screen and (max-width: 1024px) {
    .volunteer .applyForm {
        width:100%;
        padding: 60px
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .applyForm {
        padding:29px 16px 70px;
        margin: 0
    }
}

.volunteer .applyForm input[type=checkbox] {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(200,200,200,.25);
    box-shadow: 1px 1px 4px 1px #c8c8c840;
    width: 20px;
    height: 20px;
    color: #000;
    position: relative
}

.volunteer .applyForm input[type=checkbox]:checked:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/dp-clarity-business/img/volunteer/tick.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transform: unset;
    transform: unset
}

.volunteer .form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .volunteer .form__group {
        gap:0 40px
    }
}

.volunteer .form__group+.form__group {
    margin-top: 23px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__group+.form__group {
        margin-top:22px
    }
}

.volunteer .form__group--flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.volunteer .form__group--flex-start+.form__group--flex-start {
    margin-top: 16px
}

.volunteer .form__left {
    width: calc(100% - 550px)
}

@media only screen and (max-width: 1024px) {
    .volunteer .form__left {
        width:34%
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .form__left {
        width:100%
    }
}

.volunteer .form__right {
    width: 500px
}

@media only screen and (max-width: 1024px) {
    .volunteer .form__right {
        width:calc(66% - 40px)
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .form__right {
        width:100%;
        margin-top: 5px
    }
}

.volunteer .form__checkboxList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px
}

.volunteer .form__checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__checkboxItem label {
        font-size:1.4rem
    }
}

.volunteer .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 14px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__label {
        gap:0 16px
    }
}

.volunteer .form__label p {
    max-width: calc(100% - 42px);
    font-size: 1.6rem;
    font-weight: 800;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.volunteer .form__label span {
    width: 28px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    background-color: #f58bab;
    padding: 2px 4px;
    border-radius: 2px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__label span {
        padding:1px 4px
    }
}

.volunteer .form__label .notRequired {
    background-color: #93c9ff
}

.volunteer .form__input,.volunteer .form__textarea {
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(200,200,200,.25);
    box-shadow: 1px 1px 4px 1px #c8c8c840;
    padding: 8px 16px;
    font-family: "M PLUS Rounded 1c",sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    color: #784311
}

.volunteer .form__input::-webkit-input-placeholder,.volunteer .form__textarea::-webkit-input-placeholder {
    color: #d9d9d9;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c",sans-serif
}

.volunteer .form__input::-moz-placeholder,.volunteer .form__textarea::-moz-placeholder {
    color: #d9d9d9;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c",sans-serif
}

.volunteer .form__input:-ms-input-placeholder,.volunteer .form__textarea:-ms-input-placeholder {
    color: #d9d9d9;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c",sans-serif
}

.volunteer .form__input::-ms-input-placeholder,.volunteer .form__textarea::-ms-input-placeholder {
    color: #d9d9d9;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c",sans-serif
}

.volunteer .form__input::placeholder,.volunteer .form__textarea::placeholder {
    color: #d9d9d9;
    font-weight: 500;
    font-family: "M PLUS Rounded 1c",sans-serif
}

.volunteer .form__input {
    width: 298px;
    height: 44px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__input {
        width:100%
    }
}

.volunteer .form__input.form__date {
    padding: 0 16px;
    background: #fff;
}

.volunteer .form__input--short {
    width: 149px
}

.volunteer .form__textarea {
    min-height: 110px;
    width: 500px;
    resize: none
}

@media only screen and (max-width: 1024px) {
    .volunteer .form__textarea {
        width:300px
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .form__textarea {
        width:100%;
        min-height: 160px
    }
}

.volunteer .policy__group {
    text-align: center
}

.volunteer .policy__text {
    font-size: 1.6rem;
    font-weight: 500
}

@media only screen and (max-width: 767px) {
    .volunteer .policy__text {
        font-size: 1.4rem;
        line-height:1.5
    }
}

@media only screen and (max-width: 767px) {
    .volunteer .policy__text--sp {
        font-size:1.4rem;
        line-height: 1.5
    }
}

.volunteer .form__group+.policy__group {
    margin-top: 49px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__group+.policy__group {
        margin-top:33px
    }
}

.volunteer .policy__group {
    margin-top: 39px
}

@media only screen and (max-width: 767px) {
    .volunteer .policy__group {
        margin-top:45px
    }
}

.volunteer .policy__confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0 8px;
    margin: 14px auto 0
}

.volunteer .form__button {
    background-color: #f45a91;
    margin: 52px auto 0;
    color: #fff;
    display: block;
    height: 62px
}

@media only screen and (max-width: 767px) {
    .volunteer .form__button {
        margin:40px auto 0;
        height: unset
    }
}

.volunteer .form__button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/dp-clarity-business/img/volunteer/arrow-white.svg) no-repeat top;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .volunteer .form__button:after {
        width:16px;
        height: 16px;
        background-size: 13px 13px;
        right: 8px
    }
}

.volunteer .form__error {
    color: #ff3c3c;
    font-size: 1.6rem
}

.volunteer .form__group input:hover,.volunteer .form__group textarea:hover {
    border: 1px solid #1dbfaf
}

.volunteer .form__group.invalid input {
    border: 1px solid #f33a58
}

@-webkit-keyframes btnHoverAction {
    0% {
        -webkit-transform: translate(0px,-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translate(6px,-50%);
        transform: translate(6px,-50%)
    }

    to {
        -webkit-transform: translate(0px,-50%);
        transform: translateY(-50%)
    }
}

@keyframes btnHoverAction {
    0% {
        -webkit-transform: translate(0px,-50%);
        transform: translateY(-50%)
    }

    50% {
        -webkit-transform: translate(6px,-50%);
        transform: translate(6px,-50%)
    }

    to {
        -webkit-transform: translate(0px,-50%);
        transform: translateY(-50%)
    }
}

.container {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px
}

@media only screen and (max-width: 1024px) {
    .container {
        padding:0 24px
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding:0 16px
    }
}

.volunteer .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 24px;
    height: 24px;
    background: #f58bab;
    border-radius: 50px;
    margin-right: 8px;
    aspect-ratio: 1 / 1;
}