/* section1
***************************************************************/
.void_sec1 {
    margin-top: 95px;
    position: relative;
    overflow: hidden;
}

.void_sec1 .txt_flow {
    align-items: center;
    display: flex;
    opacity: 0.3;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}

.void_sec1 .txt_flow ul {
    animation: flowing 400s linear infinite;
    font-size: 20px;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}

.void_sec1 .txt_flow ul li {
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
    font-size: 120px;
    line-height: 91px;
    text-align: left;
    color: #d2f24a;
}

@keyframes flowing {
    0% {
        transform: translateX(0);
    }

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

.void_sec1 .txtInner {
    position: relative;
    margin-top: -8px;
}

.void_sec1 .txtInner .txtBox {
    position: absolute;
    left: 0;
    top: 45px;
}

.void_sec1 .txtInner .txtBox h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    background: unset;
}

.void_sec1 .txtInner .txtBox h2 span {
    display: inline-block;
    line-height: 1;
}

.void_sec1 .txtInner .txtBox h2 .barAnime {}

.void_sec1 .txtInner .txtBox h2 .barAnime .barText {
    background: #fff;
    padding: 5px 25px 25px 70px;
    box-sizing: border-box;
}

.void_sec1 .txtInner .txtBox h2 .barAnime .barText .t1 {
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #344d49;
    position: relative;
    top: 10px;
}

.void_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 {
    font-size: 64px;
    letter-spacing: 0.1em;
    color: #344d49;
    position: relative;
    top: 10px;
}

.void_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 .col_1 {
    color: #4aa674;
    font-size: 64px;
    letter-spacing: 0.1em;
}

.void_sec1 .txtInner .txtBox .imgBox {
    width: 187px;
    margin: 26px 0 0 61px;
}

.void_sec1 .txtInner .txtBox .imgBox img {}

.void_sec1 .txtInner2 {
    margin-top: 80px;
}

.void_sec1 .txtInner2 p.txt {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 50px;
    font-weight: 600;
	font-family: sans-serif;
}

.void_sec1 .txtInner2 .txt_flow {
    margin-top: 90px;
}

@media screen and (max-width: 680px) {
    .void_sec1 {
        margin-top: 30px;
    }

    .void_sec1 .txt_flow ul li {
        font-size: 55px;
        line-height: 42px;
    }

    .void_sec1 .txtInner {
        position: relative;
    }

    .void_sec1 .txtInner .txtBox {
        position: unset;
    }

    .void_sec1 .txtInner .txtBox h2 {
        position: absolute;
        bottom: 27px;
        left: 0;
    }

    .void_sec1 .txtInner .txtBox h2 span {
        display: inline-block;
    }

    .void_sec1 .txtInner .txtBox h2 .barAnime {}

    .void_sec1 .txtInner .txtBox h2 .barAnime .barText {
        padding: 5px 10px 15px 22px;
    }

    .void_sec1 .txtInner .txtBox h2 .barAnime .barText .t1 {
        font-size: 18px;
        top: 5px;
    }

    .void_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 {
        font-size: 8.53vw;
        top: 5px;
    }

    .void_sec1 .txtInner .txtBox h2 .barAnime .barText .t2 .col_1 {
        font-size: 8.53vw;
    }

    .void_sec1 .txtInner .txtBox .imgBox {
        width: 114px;
        margin: 0;
        position: absolute;
        right: 12px;
        bottom: 15px;
    }

    .void_sec1 .txtInner2 {
        margin-top: 41px;
    }

    .void_sec1 .txtInner2 p.txt {
        font-size: 15px;
        line-height: 37.5px;
        letter-spacing: 0;
    }

    .void_sec1 .txtInner2 .txt_flow {
        margin-top: 35px;
    }
}

/* section2
***************************************************************/
.void_sec2 {
    background-color: #DEF57D;
    background-image:
        repeating-linear-gradient(-40deg, #fff, #fff 12px, transparent 0, transparent 14px);
    padding: 95px 0 97px;
    margin-top: -40px;
}

.void_sec2 .free_inner {}

.void_sec2 .free_inner h2 {
    margin: 0;
    padding: 0;
    line-height: 1;
    background: unset;
}

.void_sec2 .free_inner h2 .barAnime::before {
    background: #4aa674;
}

.void_sec2 .free_inner h2 .barAnime .barText.type1 {}

.void_sec2 .free_inner h2 .barAnime .barText.type1 .t1 {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #4aa674;
    padding: 10px 20px;
    line-height: 1.6;
}

.void_sec2 .free_inner h2 .barAnime:nth-of-type(4) {
    margin-top: 12px;
}

.void_sec2 .free_inner h2 .barAnime .barText.type2 .t2 {
    font-size: 46px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    background: #4aa674;
    padding: 15px 20px;
}

.void_sec2 .free_inner .imgInner {
    position: relative;
    max-width: 1070px;
    margin: 25px auto 0;
}

.void_sec2 .free_inner .imgInner img.img1 {}

.void_sec2 .free_inner .imgInner img.img2 {
    width: 162px;
    position: absolute;
    top: -162px;
    right: 102px;
}

.js-open-modal {
    border: unset;
    background-color: unset;
    cursor: pointer;
    position: absolute;
    transition: .3s;
}

.js-open-modal span {
    width: 49.55px;
    height: 49.5px;
    position: relative;
    display: block;
    transition: .3s;
}

.js-open-modal span::before {
    content: "";
    display: inline-block;
    width: 59.55px;
    height: 59.5px;
    background-image: url(../../image/free/void/sec2_check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.js-open-modal.btn1 {
    top: 294px;
    left: 522px;
}

.js-open-modal.btn2 {
    top: 97px;
    right: 239px;
}

.js-open-modal.btn3 {
    top: 273px;
    left: 256px;
}

.js-open-modal.btn4 {
    bottom: 94px;
    left: 291px;
}

.js-open-modal.btn5 {
    bottom: 143px;
    right: 209px;
}

.js-open-modal.btn6 {
    left: 448px;
    bottom: 222px;
}

/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000000;
    background-color: rgba(36, 32, 22, .6);
}

/* モーダルがactiveの時 */
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 40px;
    top: -60px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
    background: unset;
    border: unset;
}

.modal__close-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.modal__close-btn span::before {
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-radius: 10px;
}

.modal__close-btn span::after {
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: calc(50% - 240px) !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: calc(50% - 240px) !important;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {

    .modal .swiper-button-next,
    .modal .swiper-button-prev {
        display: none;
    }
}

.swiper-slide .txtWap {
    max-width: 375px;
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

.swiper-slide .txtWap h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 30px;
    color: #8291a0;
    margin-bottom: 14px;
    padding-left: 35px;
    position: relative;
    height: 52px;
}

.swiper-slide .txtWap h3::after {
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #8291a0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.swiper-slide .txtWap h3::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../../image/free/void/icon_search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.swiper-slide .txtWap h3 img {
    width: 28px;
}

.swiper-slide .txtWap h4 {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 30.6px;
    text-align: left;
    color: #344d49;
    margin-top: 35px;
}

.swiper-slide .txtWap p.txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #344d49;
    margin-top: 5px;
}

.swiper-slide .txtWap img.img {
    margin-top: 15px;
}

@media screen and (min-width: 681px) {
    .js-open-modal:hover span::before {
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-width: 680px) {
    .void_sec2 {
        padding: 24px 0 47px;
        margin-top: -30px;
        overflow: hidden;
    }

    .void_sec2 .free_inner {
        width: 100%;
    }

    .void_sec2 .free_inner h2 {}

    .void_sec2 .free_inner h2 .barAnime {
        margin-top: 3px;
    }

    .void_sec2 .free_inner h2 .barAnime .barText.type1 .t1 {
        font-size: 16px;
        padding: 3px 5px 2px 27px;
    }

    .void_sec2 .free_inner h2 .barAnime:nth-of-type(2),
    .void_sec2 .free_inner h2 .barAnime:nth-of-type(4) {
        margin-top: 3px;
    }

    .void_sec2 .free_inner h2 .barAnime .barText.type2 .t2 {
        font-size: 24px;
        padding: 6px 3px 10px 27px;
        margin-left: -4px;
    }

    .void_sec2 .free_inner .imgInner {
        max-width: 433px;
        height: 268px;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .void_sec2 .free_inner .imgInner img.img1 {
        width: 433px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .void_sec2 .free_inner .imgInner img.img2 {
        width: 90px;
        position: absolute;
        top: -138px;
        right: 23px;
    }

    .js-open-modal span {
        width: 48px;
        height: 48px;
    }

    .js-open-modal span::before {
        width: 48px;
        height: 48px;
    }

    .js-open-modal.btn1 {
        top: 105px;
        left: 154px;
    }

    .js-open-modal.btn2 {
        top: 9px;
        right: 55px;
    }

    .js-open-modal.btn3 {
        top: 93px;
        left: 37px;
    }

    .js-open-modal.btn4 {
        bottom: 45px;
        left: 72px;
    }

    .js-open-modal.btn5 {
        bottom: 50px;
        right: 37px;
    }

    .js-open-modal.btn6 {
        left: 133px;
        bottom: 70px;
    }

    /* モーダル */
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s;
        pointer-events: none;
        opacity: 0;
        z-index: 9999;
        background-color: rgba(36, 32, 22, .6);
    }

    /* モーダルがactiveの時 */
    .modal.is-active {
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダル背景のオーバーレイ部分 */
    .modal__overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    /* モーダルのコンテンツ */
    .modal__content {
        position: relative;
        width: 100%;
        top: 40px;
    }

    /* モーダルを閉じるボタン */
    .modal__close-btn {
        position: absolute;
        right: -20px;
        top: -60px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 10;
        background: unset;
        border: unset;
    }

    .modal__close-btn span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .modal__close-btn span::before {
        content: "";
        display: inline-block;
        border-top: 4px solid #fff;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 10px;
    }

    .modal__close-btn span::after {
        content: "";
        display: inline-block;
        border-top: 4px solid #fff;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        border-radius: 10px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: calc(0 - 23px) !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: calc(50% - 240px) !important;
    }

    .swiper-slide .txtWap {
        max-width: 375px;
        padding: 30px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #707070;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        margin: 0 auto;
    }

    .swiper-slide .txtWap h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 22px;
        letter-spacing: 0.1em;
        line-height: 30px;
        color: #8291a0;
        margin-bottom: 14px;
        padding-left: 25px;
        position: relative;
        height: 52px;
    }

    .swiper-slide .txtWap h3::after {
        content: "";
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #8291a0;
        position: absolute;
        bottom: -13px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .swiper-slide .txtWap h3::before {
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        background-image: url(../../image/free/void/icon_search.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .swiper-slide .txtWap h3 img {
        width: 28px;
    }

    .swiper-slide .txtWap h4 {
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 30.6px;
        text-align: left;
        color: #344d49;
        margin-top: 35px;
    }

    .swiper-slide .txtWap p.txt {
        font-size: 15px;
        letter-spacing: 0.05em;
        line-height: 30px;
        text-align: left;
        color: #344d49;
        margin-top: 5px;
    }

    .swiper-slide .txtWap img.img {
        margin-top: 15px;
    }
}

/* section3
***************************************************************/
.void_sec3 {
    padding: 100px 0;
	background: #fff;
}

.void_sec3 .free_inner {}

.void_sec3 .free_inner .sec_title {
    text-align: center;
}

.void_sec3 .free_inner h2 {
    font-size: 24px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    text-align: center;
}

.void_sec3 .free_inner h2::before {
    content: "";
    display: inline-block;
    width: 142px;
    height: 61.49px;
    background-image: url(../../image/free/void/icon_more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    left: -87px;
}

.void_sec3 .free_inner h2 span {
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.void_sec3 .free_inner h2 span::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.void_sec3 .free_inner h2 span::after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 23px;
    background-image: url(../../image/free/common/icon_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: scale(-1, 1);
}

.void_sec3 .free_inner ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 40px;
    padding: 0 15px;
}

.void_sec3 .free_inner ul li {
    position: relative;
}

.void_sec3 .free_inner ul li p.txt {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 36px;
    text-align: left;
    color: #fff;
    background: #344d49;
    padding: 0 15px;
    transform: rotate(-5deg);
    position: absolute;
    top: 24px;
    left: -15px;
    font-weight: 600;
}

.void_sec3 .free_inner ul li img {}

.void_sec3 .free_inner h3 {
    font-size: 26px;
    letter-spacing: 0.1em;
    line-height: 52px;
    text-align: center;
    margin-top: 64px;
}

@media screen and (max-width: 680px) {
    .void_sec3 {
        padding: 40px 0;
        margin-top: 40px;
    }

    .void_sec3 .free_inner h2 {
        font-size: 20px;
    }

    .void_sec3 .free_inner h2::before {
        width: 88px;
        height: 36.74px;
        top: -40px;
        left: 0;
    }

    .void_sec3 .free_inner h2 span {
        font-size: 24px;
    }

    .void_sec3 .free_inner ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        margin-top: 25px;
        padding: 0 10px;
    }

    .void_sec3 .free_inner ul li p.txt {
        font-size: 16px;
        line-height: 34px;
        padding: 0 15px;
        top: 12px;
        left: -10px;
    }

    .void_sec3 .free_inner h3 {
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 32px;
        margin-top: 27px;
    }
}

/* section4
***************************************************************/
.void_sec4 {
    padding: 0 0 65px;
    background-color: #DEF57D;
    background-image: repeating-linear-gradient(-40deg, #fff, #fff 12px, transparent 0, transparent 14px);
    position: relative;
}

.void_sec4 p.open_sans {
    font-weight: bold;
    font-size: 120px;
    line-height: 100px;
    text-align: left;
    color: #d2f24a;
    opacity: 0.68;
    writing-mode: vertical-rl;
    position: sticky;
    left: 0;
    top: 120px;
    white-space: nowrap
}

.void_sec4 .free_inner {
    padding-top: 85px;
    margin-top: -1020px;
    position: relative;
    z-index: 10;
}

.void_sec4 .free_inner .sec_title {}

.void_sec4 .free_inner .sec_title img {
    display: block;
    max-width: 490px;
}

.void_sec4 .free_inner .sec_title h2 {
    margin-top: 6px;
}

.void_sec4 .free_inner .sec_title h2 .barAnime::before {
    background: #4aa674;
}

.void_sec4 .free_inner .sec_title h2 .barAnime .barText.type1 {
    background: #4aa674;
}

.void_sec4 .free_inner .sec_title h2 .barAnime .barText.type1 .t1 {
    font-size: 46px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #4aa674;
    padding: 25px 25px 15px 25px;
}

.void_sec4 .free_inner .txtInner {
    max-width: 1000px;
    margin: 65px auto 0;
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.void_sec4 .free_inner .txtInner .txtBox,
.void_sec4 .free_inner2 .txtInner .txtBox {
    flex: 1;
}

.void_sec4 .free_inner .txtInner .txtBox h3,
.void_sec4 .free_inner .txtInner2 .txtBox h3 {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 51px;
    font-weight: 600;
}

.void_sec4 .free_inner .txtInner .txtBox h3 span,
.void_sec4 .free_inner .txtInner2 .txtBox h3 span {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 51px;
    font-weight: 600;
    position: relative;
}

.void_sec4 .free_inner .txtInner .txtBox h3 span::before,
.void_sec4 .free_inner .txtInner2 .txtBox h3 span::before {
    content: "";
    display: inline-block;
    width: 4.06px;
    height: 4.06px;
    background: #344d49;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: calc(50% - 3px);
    transform: translate(-50%, 0);
}

.void_sec4 .free_inner .txtInner .txtBox p.txt,
.void_sec4 .free_inner .txtInner2 .txtBox p.txt {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin-top: 15px;
    text-align: justify;
}

.void_sec4 .free_inner .txtInner img {
    width: 430px;
}

.void_sec4 .free_inner .txtInner.type2 {
    gap: 32px;
    align-items: center;
}

.void_sec4 .free_inner .txtInner.type2 img {
    width: 472px;
}

.void_sec4 .free_inner .txtInner2 {
    max-width: 1000px;
    margin: 65px auto 0;
    padding-top: 65px;
    border-top: 2px solid #e5e5e5;
    display: flex;
    gap: 38px;
}

.void_sec4 .free_inner .txtInner2 img {
    width: 472px;
}

.void_sec4 .free_inner .txtInner3 {
    margin-top: 94px;
    text-align: center;
}

.void_sec4 .free_inner .txtInner3 h4 {
    display: inline-block;
    position: relative;
    text-align: center;
}

.void_sec4 .free_inner .txtInner3 h4::before {
    content: "";
    display: inline-block;
    width: 163px;
    height: 69px;
    background-image: url(../../image/free/void/sec4_txt2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: -50px;
    left: -95px;
}

.void_sec4 .free_inner .txtInner3 h4 .barAnime:nth-of-type(2) {
    margin-top: 12px;
}

.void_sec4 .free_inner .txtInner3 h4 .barAnime::before {
    background: #4aa674;
}

.void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type1 .t1 {
    font-size: 46px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #4aa674;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type1 .t1 span {
    font-size: 40px;
    letter-spacing: 0.1em;
    font-weight: 600;
}


.void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type2 .t2 {
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #fff;
    background: #4aa674;
    padding: 10px 25px 10px 25px;
    font-weight: 600;
}

.void_sec4 .free_inner .txtInner3 p.txt {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 44px;
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 680px) {
    .void_sec4 {
        padding: 0 0 60px;
        background-color: #ECF9B6;
    }

    .void_sec4 p.open_sans {
        font-size: 55px;
        line-height: 42px;
        top: 60px;
        white-space: nowrap;
    }

    .void_sec4 .free_inner {
        margin-top: -467px;
        padding-top: 23px;
    }

    .void_sec4 .free_inner .sec_title {}

    .void_sec4 .free_inner .sec_title img {
        display: block;
        max-width: 213px;
        margin-left: auto;
    }

    .void_sec4 .free_inner .sec_title h2 {
        margin: -20px 0 0 -30px;
    }

    .void_sec4 .free_inner .sec_title h2 .barAnime:nth-of-type(2) {
        margin-top: 3px;
    }

    .void_sec4 .free_inner .sec_title h2 .barAnime .barText.type1 .t1 {
        font-size: 24px;
        letter-spacing: 0.05em;
        padding: 10px 6px 10px 27px;
    }

    .void_sec4 .free_inner .txtInner {
        margin: 30px auto 0;
        flex-flow: column;
        gap: 30px;
    }

    .void_sec4 .free_inner .txtInner:nth-of-type(2) {
        flex-flow: column;
    }

    .void_sec4 .free_inner .txtInner .txtBox h3,
    .void_sec4 .free_inner .txtInner2 .txtBox h3 {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 34px;
    }

    .void_sec4 .free_inner .txtInner .txtBox h3 span,
    .void_sec4 .free_inner .txtInner2 .txtBox h3 span {
        font-size: 20px;
        letter-spacing: 0.05em;
        line-height: 34px;
    }

    .void_sec4 .free_inner .txtInner .txtBox h3 span::before,
    .void_sec4 .free_inner .txtInner2 .txtBox h3 span::before {
        width: 3px;
        height: 3px;
        top: 0;
        left: calc(50% - 2px);
    }

    .void_sec4 .free_inner .txtInner .txtBox p.txt,
    .void_sec4 .free_inner .txtInner2 .txtBox p.txt {
        font-size: 15px;
        line-height: 30px;
        margin-top: 20px;
    }

    .void_sec4 .free_inner .txtInner img {
        width: 100%;
    }

    .void_sec4 .free_inner .txtInner2 {
        margin: 30px auto 0;
        padding-top: 40px;
        border-top: 2px solid #e5e5e5;
        flex-flow: column-reverse;
        gap: 21px;
    }

    .void_sec4 .free_inner .txtInner2 img {
        width: 100%;
    }

    .void_sec4 .free_inner .txtInner3 {
        margin-top: 63px;
    }

    .void_sec4 .free_inner .txtInner3 h4::before {
        content: "";
        display: inline-block;
        width: 90px;
        height: 32px;
        background-image: url(../../image/free/void/sec4_txt2.svg);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        top: -33px;
        left: -5px;
    }

    .void_sec4 .free_inner .txtInner3 h4 .barAnime {}

    .void_sec4 .free_inner .txtInner3 h4 .barAnime:nth-of-type(2) {
        margin-top: 5.5px;
    }

    .void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type1 .t1 {
        font-size: 29px;
        padding: 7px 13px 7px 13px;
    }

    .void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type1 .t1 span {
        font-size: 25px;
    }


    .void_sec4 .free_inner .txtInner3 h4 .barAnime .barText.type2 .t2 {
        font-size: 24px;
        padding: 7px 13px 7px 13px;
    }

    .void_sec4 .free_inner .txtInner3 p.txt {
        font-size: 16px;
        letter-spacing: 0.1em;
        line-height: 32px;
        margin: 15px calc(50% - 50vw) 0;
        width: 100vw;
        text-align: center;
    }

    .void_sec4 .free_inner .txtInner.type2 {
        gap: 21px;
        flex-flow: column-reverse;
    }

    .void_sec4 .free_inner .txtInner.type2 img {
        width: 100%;
    }
}