.app {
    overflow: hidden;
}

.down {
    transition: all .5s;
    transform: rotate(45deg);
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 50px;
    height: 100%;
    padding-top: 40px;
}

.wrap-link {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
}

.wrap-link a, .wrap-link {
    color: #acacac;
}

.preface {
    background-color: #EFEFEF;
    width: 100%;
    padding: 90px 0;
    margin-bottom: 90px;
}

.preface-left,
.preface-right {
    width: calc(50% - 22.5px);
}

.preface-left__title {
    font-size: 30px;
    font-weight: bold;
}

.preface-left__title span {
    font-size: 35px;
    color: #11985F;
}

.preface-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner {
    padding: 60px 0;
    background-color: #EFEFEF;
    display: flex;
    margin-bottom: 60px;
    position: relative;
}

.banner::before {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #EFEFEF;
}

.banner::after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #EFEFEF;
}

.banner-text {
    width: 50%;
}

.banner-list-img {
    width: 50%;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-query {
    font-size: 30px;
    font-weight: bold;
}

.banner-query span {
    font-size: 35px;
    color: #395FB5;
}

.banner-desc {
    font-weight: bold;
    color: #395FB5;
    background-color: #E2E2E2;
    padding: 25px;
}

.banner-desc span {
    display: flex;
    align-items: center;
}

.banner-desc>span>i {
    font-size: 18px;
    margin-right: 10px;
}

.banner-img {
    width: 225px;
    height: 235px;
    box-shadow: 0px 0px 10px 0px #bbbbbb;
}

.banner-list-img__top {
    text-align: center;
}

.banner-list-img__bottom {
    display: flex;
    justify-content: space-between;
}

.block-title {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.block-title::after {
    content: "";
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background-color: #395fb5;
    transform: translateX(-50%);
}

.help-text {
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.help-list-img {
    display: flex;
    justify-content: space-between;
}

.help-img-item {
    width: calc(33.33% - 36.67px);
    padding: 35px 20px;
    position: relative;
    box-shadow: 0px 0px 10px 0px #bbbbbb;
    display: flex;
    flex-direction: column;
}

.help-img-item::after {
    content: '';
    border-top: 80px solid #EAF7F4;
    border-right: 80PX solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.help-img-item__button {
    margin-top: auto;
}

.help-img-item__button.active {
    color: #ffffff;
    background-color: #11985F;
    border-color: #11985F;
}

.help-img-item__button.active>.button__icon--right>.down {
    color: #ffffff;
    transform: translateY(20%) rotate(225deg)
}

.help-img-item__number {
    font-size: 40px;
    font-weight: bold;
    color: #11985F;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 999;
    font-family: 'DM Sans';
}

.help-img-item__img {
    width: 100%;
    height: 210px;
    object-fit: contain;
}

.help-detail-img {
    padding: 35px 150px;
}

.help-img-item__title {
    font-weight: bold;
    color: #11985F;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 35px;
}

.help-img-item__desc {
    min-height: 81px;
    margin: 15px 0px;
}

.help-img-item__btn {
    font-weight: bold;
    color: #395FB5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #395FB5;
    font-size: 18px;
    padding: 10px 0;
}

.help-img-item__btn>i {
    font-size: 30px;
    margin-right: 15px;
}

.help-detail {
    padding: 60px 25px;
    margin-top: 60px;
    box-shadow: 0px 0px 10px 0px #bbbbbb;
    position: relative;
    display: none;
}

.help-detail-block-btn {
    text-align: center;
    margin-top: 35px;
    padding: 0px 255px;
}

.help-detail__title {
    color: #11985F;
    text-align: center;
    font-weight: bold;
    padding-bottom: 25px;
}

.help-detail__img {
    text-align: center;
    padding-bottom: 25px;
}

.help-detail__desc span {
    margin-top: 40px;
    display: block;
}

.help-detail__point {
    color: #11985F;
    font-weight: bold;
    margin: 35px 0;
}

.help-detail-block--top__icon {
    color: #11985F;
    font-size: 19px;
}

.help-detail-block--top__text {
    font-weight: bold;
    margin-left: 15px;
}

.help-detail-block--top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 5px;
}

.help-detail-block--bottom {
    margin: 5px 0 35px 0;
}

.help-detail-btn+.help-detail-btn {
    margin-top: 35px;
}

.help-detail__icon {
    background-color: #11985F;
    display: inline-block;
    border-radius: 50%;
    padding: 5px 13px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    cursor: pointer;
}

.help-detail__icon i {
    color: #fff;
    font-size: 22px;
}

.example {
    margin-top: 60px;
    background-color: #EDFAF7;
    padding: 60px 0;
    position: relative;
}


/* .example::before {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #EDFAF7;
}

.example::after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #EDFAF7;
} */

.example-child {
    display: flex;
    align-items: center;
}

.example-child+.example-child {
    margin-top: 45px;
}

.example-child--reverse {
    flex-direction: row-reverse;
}

.example-child__img {
    width: 50%;
    text-align: center;
}

.example-child__img img {
    mix-blend-mode: multiply;
}

.example-child__text {
    width: 50%;
}

.example-child-number {
    font-size: 48px;
    color: #11985F;
    font-weight: bold;
    font-family: 'DM Sans';
    line-height: 1;
}

.example-child-title {
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0;
}
.example-child-title a {
    color: #337ab7;
}

.preface-right__img {
    width: 100%;
}

/* .intro {
    padding: 60px 0;
}

.intro-text span a {
    color: #395FB5;
    font-weight: bold;
}

.intro-title {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: center;
}

.intro-list-block {
    display: flex;
    justify-content: space-between;
}

.intro-block-item {
    padding: 35px 10px 30px 10px;
    background-color: #fff;
    border: 3px solid #eff4ff;
    width: 250px;
}

.intro-block-item__img {
    text-align: center;
}

.intro-block-item__title {
    color: #395FB5;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}

.intro-block-item__desc {
    font-size: 18px;
    text-align: center;
}

.intro-block-icon {
    align-self: center;
}

.intro-block-icon .arrow {
    padding: 20px;
    color: #395FB5;
}

.intro-block-icon>.right {
    transform: translateX(-25%) rotate(-45deg);
}

.intro-block-logo-text {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.intro-logo-text {
    display: inline-block;
    position: relative;
}

.intro-logo-text::after {
    content: "";
    border: solid #000;
    border-width: 0 0px 0 1px;
    display: inline-block;
    padding: 10px;
    position: absolute;
    left: -5%;
    transform: rotate(-30deg);
}

.intro-logo-text::before {
    content: "";
    border: solid #000;
    border-width: 0 1px 0 0px;
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: -5%;
    transform: rotate(30deg);
}

.intro-logo {
    text-align: center;
}

.intro-logo img {
    width: 250px;
} */

.block-title--red {
    padding-top: 100px;
}

.block-title--red::after {
    background-color: #CC283B;
}

.block-title--green::after {
    background-color: #11985f;
}

.question {
    padding: 100px 0;
}

.question-q {
    background-color: #ffffff;
    padding: 20px 80px 20px 30px;
    display: flex;
    position: relative;
    cursor: pointer;
    color: #333333;
    border: 1px solid #11985F;
}

.question-q__icon-left {
    background-color: #11985F;
    color: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    /* font-weight: bold; */
    font-weight: 400;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-family: 'DM Sans';
    font-family: 'DM+Sans';
    line-height: 1.5;
}

.question-q__text {
    display: inline-block;
    font-weight: bold;
    margin-left: 30px;
    align-self: center;
}

.question-q__icon-right {
    position: absolute;
    top: 25px;
    right: 25px;
    transform: translateY(-5px);
}

.question-q__icon-right .arrow {
    border-color: #11985F;
    padding: 7px;
}

.question-a {
    background-color: #FFFFFF;
    padding: 20px 80px 20px 30px;
    border: 1px solid #11985F;
    display: none;
    width: 100%;
}

.question-a-left {
    display: inline-block;
    width: 40px;
}

.question-a__icon {
    background-color: #11985F;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    float: left;
    font-family: 'DM Sans';
    line-height: 1.5;
}

.question-a__text {
    display: inline-block;
    width: calc(100% - 46px);
    font-weight: bold;
    padding-left: 27px;
}

.question-block+.question-block {
    margin-top: 35px;
}

.question-block {
    position: relative;
}

.service {
    background-color: #F0F0F0;
    padding: 100px 0 91px 0;
}

.service-block-btn {
    padding: 0px 255px;
    margin: 0 25px;
}

.service-btn__icon {
    background-image: url(img/intro_1.svg);
}

.service-text {
    text-align: center;
    /* font-size: 18px; */
    padding-bottom: 2px;
}

.active {
    display: block;
}

.question-active {
    display: inline-block;
}

.h_on {
    background-color: #11985F;
    color: #ffffff;
}

.h_on .question-q-left .question-q__icon-left {
    background-color: #ffffff;
    color: #11985F;
}

.h_on .question-q__icon-right .arrow {
    border-color: #ffffff;
}

.footer-contain .common-footer {
    margin-top: 0;
}

.example-child__img {
    padding: 20px;
}
.pd_question {
    padding: 6px 0px 6px 27px;
}
.service .wrap {
    padding-top: 0;
    padding-bottom: 30px;
    height: auto;
}
.service {
    height: 516.2px;
}
.child_02 {
    color: #11985F;
    position: relative;
    top: 12px;
}
.child_02::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -4px;
    left: 0;
    background-color: #11985F;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.child_02:hover::after {
    transform: scaleX(1);
}
@media only screen and (width: 1024px) and (height: 1366px) {
    .service-text {
        padding-bottom: 30px;
    }
}
@media only screen and (width: 768px) and (height: 1024px) {
    .service {
        padding: 8.12vh 0 0 0;
    }
    .block-title {
        margin-bottom: 63px;
    }
}
@media only screen and (max-width: 768px) {
    .service {
        height: auto;
        padding-bottom: 15vh;
    }
    .wrap {
        width: 100%;
        padding: 55px 15px;
    }
    .block-title {
        padding: 0 40px;
        padding-bottom: 10px;
        font-size: 30px;
        margin-bottom: 6vh;
    }
    /* .block-title::after {
        bottom: -20%;
    } */
    .help-text {
        font-weight: normal;
    }
    .help-list-img {
        flex-direction: column;
    }
    .help-img-item {
        width: 100%;
    }
    .help-img-item {
        margin-top: 30px;
    }
    .help-img-item:first-child {
        margin-top: 0;
    }
    .help-img-item__title {
        font-size: 22px;
    }
    .help-img-item__btn {
        font-size: 16px;
        position: relative;
        margin: 0 20px;
    }
    .help-img-item__btn i {
        position: absolute;
        right: 0;
    }
    .help-img-item-block-img {
        width: 60%;
        margin: 0 auto;
    }
    .help-detail {
        padding: 30px 15px;
    }
    .help-detail__title {
        font-size: 22px;
    }
    .help-detail__img img {
        width: 100%;
    }
    .help-detail__icon {
        /* padding: 5px 10px; */
    }
    .example {
        /* margin: 60px 0; */
        margin-bottom: -60px;
    }
    .example-child {
        flex-direction: column-reverse;
    }
    .example-child-number {
        font-size: 39px;
    }
    .example-child-title {
        font-size: 22px;
    }
    .example-child__text {
        width: 100%;
    }
    .example-child__img,
    .example-child__img img {
        width: 100%;
    }
    .example-child__img {
        margin-top: 10px;
    }
    /* .intro {
        padding: 0;
    }
    .intro-title {
        font-size: 22px;
        color: #000;
    }
    .intro-list-block {
        flex-direction: column;
    }
    .intro-block-item {
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px #bbbbbb;
        border: 0;
    }
    .intro-block-item__title {
        font-size: 22px;
    }
    .intro-block-item__title br {
        display: none;
    }
    .intro-block-item__desc {
        padding: 0 60px;
    }
    .intro-block-icon {
        margin: 30px 0;
    }
    .intro-block-icon>.right {
        transform: translateX(0%) rotate( 45deg);
        padding: 8px;
    } */
    .question-q {
        padding: 10px 35px 10px 15px;
    }
    .question-q__icon-left {
        font-size: 22px;
        width: 35px;
        height: 35px;
    }
    .question-q__text {
        margin-left: 15px;
    }
    .question-a {
        padding: 10px 35px 10px 15px;
    }
    .question-a__icon {
        width: 35px;
        height: 35px;
        font-size: 22px;
    }
    .service-text>br {
        display: none;
    }
    .service-block-btn {
        margin: 0;
        padding: 0;
    }
    .service-text {
        padding: 0 15px;
        margin-top: 30px;
    }
    .question-a__text {
        padding-left: 15px;
    }
    .help-detail-block-btn {
        margin: 0;
        margin-top: 35px;
        margin-bottom: 60px;
        padding: 0;
    }
    .question-q__icon-right {
        top: 20px;
        right: 15px;
    }
    .preface {
        margin: 0;
        padding: 0;
    }
    .preface-left__title {
        padding: 0 40px 30px 40px;
        text-align: center;
    }
    .preface-block {
        flex-direction: column;
    }
    .preface-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .preface-right {
        width: 100%;
    }
    .overlay .block-title--red {
        padding-top: 60px;
    }
    .help-detail-img {
        padding: 35px 0px 0px;
    }
}
.bullet-dot::before {
    content: "・";
    position: absolute;
    left: 0px;
}

.bullet-dot {
    margin-left: 25px;
}
.left {
    transition: all .5s;
    transform: rotate(318deg);
}
.arrow {
    padding: 5.5px;
}
.child_02 .arrow {
    margin-left: 15px;
}