@charset "utf-8";

/*============================================
mv
============================================*/

.mv {
    position: relative;
    width: 100%;
    padding: 14.4rem 0 11.6rem;
    margin-top: -14.4rem;
}
.mv::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 28px;
    left: calc(50% - 160px);
    width: 882px;
    height: 682px;
    background: url(../../img/lp/handicapped/mv_bg_pc.png) no-repeat center center / cover;
}
.mv__inner {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    z-index: 1;
}
.mv__box {
    margin-bottom: 3rem;
}
.mv__text:nth-of-type(1) {
    font-size: 3.2rem;
    font-weight: 700;
    color: #27ad3a;
    margin-bottom: 3.2rem;
}
.mv__text:nth-of-type(2) {
    position: relative;
    font-size: 2.4rem;
    padding-bottom: 3.5rem;
    margin-bottom: .4rem;
}
.mv__text:nth-of-type(2)::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 563px;
    height: 17px;
    background: url(../../img/lp/handicapped/mv_line_pc.png) no-repeat center center / cover;
}
.mv__title {
    font-size: 7rem;
    line-height: 1.74; /* calc(115 / 66) */
}
.mv__title span {
    font-size: 4.8rem;
}
.mv .cmn-btn a {
    width: 560px;
}
.mv__box--right {
    position: absolute;
    bottom: -82px;
    right: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6; /* calc(32 / 20) */
}
.mv__box--right > p {
    font-size: 1.6rem;
    text-align: right;
}
.mv__text--green {
    width: 31rem;
    background-color: #27ad3a;
    color: #fff;
    line-height: 1;
    text-align: center;
    padding: 2.7rem 2.7rem 3.2rem;
    margin-bottom: 1rem;
    border-radius: 10px;
}
.mv__text--green p:first-child {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
}
.mv__text--green p:first-child span {
    font-size: 1.2rem;
}
.mv__text--green p:last-child {
    font-size: 2.4rem;
}
.mv__text--green p:last-child span {
    font-size: 5.4rem;

}
@media screen and (max-width: 599px) {
    .mv {
        padding: 6.4rem 0 3.4rem;
        margin-top: -6.7rem;
    }
    .mv::before {
        bottom: 104px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../img/lp/handicapped/mv_bg_sp.png) no-repeat center bottom / contain;
    }
    .mv__inner {
        width: 100%;
        padding: 0 2rem;
    }
    .mv__box {
        margin-bottom: 26.9rem;
    }
    .mv__text:nth-of-type(1) {
        font-size: 2rem;
        margin-bottom: 1.3rem;
    }
    .mv__text:nth-of-type(2) {
        display: inline-block;
        font-size: 1.2rem;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .mv__text:nth-of-type(2)::before {
        width: 100%;
        height: 8px;
        background: url(../../img/lp/handicapped/mv_line_sp.png) no-repeat left center / cover;
    }
    .mv__title {
        font-size: 3.2rem;
        font-size: min(3.2rem, 8.5vw);
        line-height: 1.5;
    }
    .mv__title span {
        font-size: 1.6rem;
        font-size: min(1.6rem, 4.3vw);
    }
    .mv .cmn-btn a {
        width: 100%;
    }
    .mv__box--right {
        bottom: 56px;
        right: 20px;
    }
    .mv__text--green {
        display: flex;
        align-items: flex-end;
        width: auto;
        padding: 1.3rem 1.9rem;
        margin-bottom: 0;
    }
    .mv__text--green p:first-child {
        font-size: 1.2rem;
        line-height: 1.4;
        text-align: left;
        margin-bottom: 0;
        margin-right: 1.5rem;
    }
    .mv__text--green p:first-child span {
        font-size: .9rem;
    }
    .mv__text--green p:last-child {
        font-size: 1.2rem;
    }
    .mv__text--green p:last-child span {
        font-size: 2.5rem;
    }
    .mv__box--right > p {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 350px) {
    .mv__text:nth-of-type(1) {
        font-size: 1.9rem;
    }
    .mv__text:nth-of-type(2) {
        font-size: 1.1rem;
    }
}

/*============================================
tel-consultation
============================================*/
.tel-consultation {
    background-color: #27ad3a;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    font-weight: bold;
}
.tel-consultation-inner {
    text-align: center;
}
.tel-consultation-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
}
.tel-consultation-title span {
    font-size: 2rem;
}
.tel-consultation-number {
    font-size: 5.2rem;
}
.tel-consultation-number span {
    font-size: 3rem;
}
.tel-consultation-number a {
    pointer-events: none;
}
@media screen and (max-width: 599px) {
    .tel-consultation {
        background-color: #fff;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    .tel-consultation-inner {
        background-color: #27ad3a;
        box-shadow: 0 3px #028376;
        margin: 0px 5%;
        border-radius: 30px;
        padding: 10px;
    }
    .tel-consultation-title {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
    .tel-consultation-title span {
        font-size: 1rem;
    }
    .tel-consultation-number {
        font-size: 1.6rem;
    }
    .tel-consultation-number span {
        font-size: 1rem;
    }
    .tel-consultation-number a {
        pointer-events: auto;
    }
}

/*============================================
usage-diagnosis
============================================*/

.usage-diagnosis {
    background: #f7f5f2;
}
.usage-diagnosis .section__title {
    margin-bottom: 2.3rem;
}
.usage-diagnosis .section__title span {
    margin-right: .3em;
}
.usage-diagnosis__box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
.usage-diagnosis__textBox {
    width: 100%;
    max-width: 710px;
    padding: 4.2rem 0 2.6rem;
    margin-right: 6.8rem;
}
.usage-diagnosis__lead {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 3.3rem;
}
.usage-diagnosis__text {
    line-height: 2;
}
.usage-diagnosis__text span {
    padding-left: 1em;
}
.usage-diagnosis__imgBox {
    width: 100%;
    max-width: 222px;
    padding-right: 3rem;
}
.usage-diagnosis__imgBox img {
    width: 88%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    transform: rotate(9deg) translateX(-1.1rem);
}
@media screen and (max-width: 599px) {
    .usage-diagnosis .section__title {
        margin-bottom: 4rem;
    }
    .usage-diagnosis .section__title span {
        margin-right: 0;
    }
    .usage-diagnosis__box {
        display: block;
        padding: 0 2rem;
        margin-bottom: 1.8rem;
    }
    .usage-diagnosis__textBox {
        padding: 0;
        margin-bottom: 1.6rem;
        text-align: center;
    }
    .usage-diagnosis__lead {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
        margin-bottom: .9rem;
    }
    .usage-diagnosis__text {
        font-size: 1.2rem;
        line-height: 1.79; /* calc(21.5 / 12) */
    }
    .usage-diagnosis__imgBox {
        max-width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .usage-diagnosis__imgBox img {
        width: 110px;
        transform: rotate(0);
    }
}

/*============================================
problem
============================================*/

.section.problem {
    padding: 8rem 0 0;
}
.problem .section__title {
    margin-bottom: 6rem;
}
.problem__box {
    width: 1000px;
    margin: 0 auto 8.2rem;
    text-align: center;
}
.problem__box ul {
    display: flex;
    justify-content: space-between;
}
.problem__box ul li {
    width: 32%;
}
.problem__box ul li:nth-child(2) {
    width: 36%;
}
.problem__imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 212px;
    margin-bottom: 3.4rem;
}
.problem__imgBox img {
    max-height: 100%;
}
.problem__box ul li:nth-child(1) .problem__imgBox img {
    transform: scale(.92);
}
.problem__box ul li:nth-child(2) .problem__imgBox img {
    transform: scale(.97);
}
.problem__box ul li:nth-child(3) .problem__imgBox img {
    transform: scale(.96);
}
.problem__text {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6; /* calc(32 / 20) */
}
.to-solve__box {
    position: relative;
    background: #f7f5f2;
    padding: 6.6rem 0 8rem;
}
.to-solve__box::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    height: 65px;
    background: url(../../img/lp/cmn/icon_arrow.svg) no-repeat center center / contain;
}
.to-solve__title {
    font-size: 4.8rem;
    color: #27ad3a;
    line-height: 1.6; /* calc(77 / 48) */
    text-align: center;
    margin-bottom: 5rem;
}
.to-solve__box ul {
    width: 1000px;
    margin: 0 auto;
    padding-left: 18.4rem;
}
.to-solve__box ul li {
    display: flex;
    align-items: center;
}
.to-solve__box ul li:not(:last-child) {
    margin-bottom: 5rem;
}
.to-solve__imgBox {
    width: 58px;
    margin-right: 4.3rem;
}
.to-solve__text {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.58; /* calc(38 / 24) */
}
@media screen and (max-width: 599px) {
    .section.problem {
        padding: 4rem 0 0;
    }
    .problem .section__title {
        padding: 4.1rem 2rem 0;
        margin-bottom: 3rem;
    }
    .problem__box {
        width: 100%;
        padding: 0 2rem;
        margin-bottom: 4.3rem;
    }
    .problem__box ul {
        display: block;
    }
    .problem__box ul li,
    .problem__box ul li:nth-child(2) {
        width: 100%;
    }
    .problem__box ul li:not(:last-child) {
        margin-bottom: 3.5rem;
    }
    .problem__imgBox {
        height: auto;
    }
    .problem__box ul li:nth-child(1) .problem__imgBox {
        margin-bottom: 2.2rem;
    }
    .problem__box ul li:nth-child(2) .problem__imgBox {
        margin-bottom: 2.5rem;
    }
    .problem__box ul li:nth-child(3) .problem__imgBox {
        margin-bottom: 1.8rem;
    }
    .problem__box ul li:nth-child(1) .problem__imgBox img {
        max-width: 232px;
        transform: scale(1);
    }
    .problem__box ul li:nth-child(2) .problem__imgBox img {
        max-width: 218px;
        transform: scale(1);
    }
    .problem__box ul li:nth-child(3) .problem__imgBox img {
        max-width: 209px;
        transform: scale(1);
    }
    .problem__text {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
    }
    .to-solve__box {
        padding: 4rem 1.5rem 4.2rem;
    }
    .to-solve__box::before {
        top: -14px;
        width: 94px;
        height: 32px;
    }
    .to-solve__title {
        font-size: 2.8rem;
        line-height: 1.4; /* calc(39 / 28) */
        margin-bottom: 3rem;
    }
    .to-solve__box ul {
        width: 100%;
        padding: 0 4.7rem;
    }
    .to-solve__box ul li {
        flex-direction: column;
    }
    .to-solve__box ul li:not(:last-child) {
        margin-bottom: 3rem;
    }
    .to-solve__imgBox {
        width: 36px;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .to-solve__text {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
        text-align: center;
    }
}
@media screen and (max-width: 350px) {
    .problem__text {
        font-size: 1.4rem;
    }
}

/*============================================
reason
============================================*/

.reason .section__title {
    line-height: 1.2;
    margin-bottom: 8.2rem;
}
.reason .section__title span {
    font-size: 7rem;
    color: #f39800;
}
.reason__boxes {
    display: flex;
    margin: 0 -2.4rem;
}
.reason__boxes:nth-of-type(1) {
    justify-content: center;
    margin-bottom: 7.6rem;
}
.reason__boxes:nth-of-type(2) {
    justify-content: space-between;
}
.reason__box {
    position: relative;
    width: 348px;
    padding: 0 2.4rem;
}
.reason__box::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    right: 31px;
    z-index: 1;
    width: 70px;
    height: 50px;
}
.reason__box.num01::before {
    background: url(../../img/lp/handicapped/icon_num01.svg) no-repeat center center / contain;
}
.reason__box.num02::before {
    background: url(../../img/lp/handicapped/icon_num02.svg) no-repeat center center / contain;
}
.reason__box.num03::before {
    background: url(../../img/lp/handicapped/icon_num03.svg) no-repeat center center / contain;
}
.reason__box.num04::before {
    background: url(../../img/lp/handicapped/icon_num04.svg) no-repeat center center / contain;
}
.reason__box.num05::before {
    background: url(../../img/lp/handicapped/icon_num05.svg) no-repeat center center / contain;
}
.reason__box:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 100%;
    background: url(../../img/lp/handicapped/line_dashed.png) no-repeat center center / cover;
}
.reason__box__imgBox {
    position: relative;
    padding-top: calc(200 / 300 * 100%);
    overflow: hidden;
    border-radius: 10px;
}
.reason__box__imgBox .object-fit-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.reason__box__textBox {
    letter-spacing: .05em;
    padding: 1.7rem 0 1rem;
}
.reason__box__title {
    font-size: 2.4rem;
    color: #27ad3a;
    text-align: center;
    margin-bottom: 1.5rem;
}
.reason__box__text {
    line-height: 1.75; /* calc(28 / 16) */
}
@media screen and (max-width: 599px) {
    .reason .section__title {
        margin-bottom: 4.8rem;
    }
    .reason .section__title span {
        font-size: 3.5rem;
    }
    .reason__boxes {
        flex-wrap: wrap;
        margin: 0;
    }
    .reason__boxes:nth-of-type(1) {
        margin-bottom: 0;
    }
    .reason__box {
        width: calc(50% - 16px * 1 / 2);
        padding: 0;
    }
    .reason__box:nth-child(2n+1) {
        margin-right: 1.6rem;
    }
    .reason__boxes:nth-of-type(2) .reason__box {
        margin-top: 4.5rem;
    }
    .reason__boxes:nth-of-type(2) .reason__box:first-child img {
        object-position: 88% center;
    }
    .reason__box::before {
        top: -15px;
        right: 9px;
        width: 42px;
        height: 30px;
    }
    .reason__box__imgBox {
        padding-top: calc(312 / 318 * 100%);
    }
    .reason__box__textBox {
        padding: 1.5rem 0 0;
    }
    .reason__box__title {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
        margin-bottom: 1.2rem;
    }
    .reason__box__text {
        font-size: 1.2rem;
        line-height: 1.8; /* calc(21.5 / 12) */
    }
    .reason__box:not(:last-child)::after {
        content: none;
    }
}
@media screen and (max-width: 350px) {
    .reason__box__title {
        font-size: 1.4rem;
    }
}

/*============================================
point
============================================*/

.point .section__title {
    margin-bottom: 6rem;
}
.point .section__title span {
    font-size: 7rem;
    color: #f39800;
}
.point__box:not(:last-child) {
    margin-bottom: 5.8rem;
}
.point__box:nth-child(3) {
    margin-bottom: 3.8rem;
}
.point__box__title {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 4rem;
}
.point__box__title span {
    display: block;
    font-size: 2.4rem;
    color: #f39800;
    text-transform: uppercase;
    margin-bottom: 3rem;
}
.point__box__body {
    display: flex;
}
.point__box__textBox {
    width: 100%;
    max-width: 485px;
    margin-right: 4rem;
}
.point__box__text {
    line-height: 2;
}
.point__box__imgBox {
    position: relative;
    width: 100%;
    max-width: 475px;
    padding-top: calc(350 / 1000 * 100%);
    overflow: hidden;
    border-radius: 10px;
}
.point__box__imgBox .object-fit-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: top;';
}
.point__box:nth-child(2) .point__box__imgBox .object-fit-img {
    object-position: 80% center;
}
.point__box__listBox_pc {
    display: flex;
    justify-content: space-between;
    margin-top: 2.2rem;
}
.point__box__listBox_sp {
    display: none;
}
.point__box__list {
    width: 31%;
}
.point__box__list dl dt {
    font-weight: 700;
    color: #fff;
    background-color: #27ad3a;
    text-align: center;
    padding: 1.2rem;
}
.point__box__list dl dd {
    padding: 1.3rem 0 2rem;
}
.point__box__list dl dd ul li {
    position: relative;
    padding-left: 1.2rem;
}
.point__box__list dl dd ul li:not(:last-child) {
    margin-bottom: 1.8rem;
}
.point__box__list dl dd ul li::before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.8rem;
    height: 100%;
}
.point__box:nth-child(4) .point__box__text {
    text-align: center;
    margin-bottom: 2.6rem;
}
.point__box__items {
    display: flex;
    justify-content: space-between;
}
.point__box__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 32px * 1 / 2);
    border: 1px solid #27ad3a;
    border-radius: 10px;
}
.point__box__item__title {
    font-size: 2.4rem;
    line-height: 1.58; /* calc(38 / 24) */
    background: #f2f9ec;
    padding: 2.3rem;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
.point__box__item__text {
    line-height: 2;
    padding: 3.4rem 3rem 0;
    margin-bottom: auto;
}
.point__box__item__img {
    text-align: center;
    padding-bottom: 3.4rem;
}
.point__box__item:nth-child(1) img {
    width: 195px;
}
.point__box__item:nth-child(2) img {
    width: 116px;
}
@media screen and (max-width: 599px) {
    .point .section__title {
        margin-bottom: 3rem;
    }
    .point .section__title span {
        font-size: 4rem;
    }
    .point__box:not(:last-child) {
        margin-bottom: 3rem;
    }
    .point__box:last-child {
        margin-top: -2.7rem;
    }
    .point__box__title {
        font-size: 2rem;
        line-height: 1.6; /* calc(32 / 20) */
        margin-bottom: 2.1rem;
    }
    .point__box__title span {
        font-size: 1.5rem;
        margin-bottom: .7rem;
    }
    .point__box__body {
        display: block;
    }
    .point__box__textBox {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;
    }
    .point__box__text {
        font-size: 1.2rem;
        line-height: 1.8; /* calc(21.5 / 12) */
    }
    .point__box__imgBox {
        max-width: 100%;
        padding-top: calc(244 / 335 * 100%);
    }
    .point__box__listBox_pc {
        display: none;
    }
    .point__box__listBox_sp {
        display: block;
        margin-top: 1.9rem;
    }
    .point__box__list {
        width: 100%;
    }
    .point__box__list:not(:first-child) {
        display: flex;
        justify-content: space-between;
    }
    .point__box__list:not(:first-child) dl {
        width: calc(50% - 8px * 1 / 2);
    }
    .point__box__list dl dt {
        font-size: 1.5rem;
        padding: .9rem;
    }
    .point__box__list dl dd {
        font-size: 1.2rem;
        line-height: 1.8; /* calc(21.5 / 12) */
        padding: 1rem 0 2.7rem;
    }
    .point__box__list dl dd ul li {
        display: inline-block;
        margin-right: 1em;
    }
    .point__box__list dl dd ul li:not(:last-child) {
        margin-bottom: 0;
    }
    .point__box__list:nth-child(1) dd:first-of-type li:nth-child(3) {
        display: block;
    }
    .point__box:nth-child(4) .point__box__text {
        margin-bottom: 2.4rem;
    }
    .point__box__items {
        display: block;
    }
    .point__box__item {
        width: 100%;
    }
    .point__box__item:first-child {
        margin-bottom: 1.6rem;
    }
    .point__box__item__title {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
        padding: 2.2rem;
    }
    .point__box__item__text {
        font-size: 1.2rem;
        line-height: 1.8; /* calc(21.5 / 12) */
        padding: 2rem 2rem 1.7rem;
    }
    .point__box__item__img {
        padding-bottom: 2rem;
    }
    .point__box__item:nth-child(1) img {
        width: 166px;
    }
    .point__box__item:nth-child(2) img {
        width: 97px;
    }
}

/*============================================
report
============================================*/

.report .section__title {
    line-height: 1.6; /* calc(77 / 48) */
    margin-bottom: 4.2rem;
}
.report .section__title span {
    display: block;
    font-size: 3rem;
    color: #000;
}
.report__items {
    display: flex;
    flex-wrap: wrap;
}
.report__item {
    width: calc(50% - 32px * 1 / 2);
    padding: 3.2rem 3rem 3.7rem;
    background: #fff;
    border: 1px solid #f39800;
    border-radius: 10px;
}
.report__item:nth-child(2n+1) {
    margin-right: 3.2rem;
}
.report__item:nth-child(n+3) {
    margin-top: 3.2rem;
}
.report__item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 244px;
}
.report__item:nth-child(1) .report__item__img img {
    width: 252px;
}
.report__item:nth-child(2) .report__item__img img {
    width: 260px;
}
.report__item:nth-child(3) .report__item__img img {
    width: 177px;
}
.report__item:nth-child(4) .report__item__img img {
    width: 278px;
}
.report__item__title {
    font-size: 2.4rem;
    line-height: 1.58; /* calc(38 / 24) */
    text-align: center;
    margin-bottom: 3.3rem;
}
.report__item__text {
    line-height: 2;
}
@media screen and (max-width: 599px) {
    .report .section__title {
        margin-bottom: 2.2rem;
    }
    .report .section__title span {
        font-size: 1.9rem;
        font-size: min(1.9rem, 4.8vw);
    }
    .report__items {
        display: block;
    }
    .report__item {
        width: 100%;
        padding: 2.7rem 1.5rem 4rem;
    }
    .report__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }
    .report__item:nth-child(n+3) {
        margin-top: 0;
    }
    .report__item__img {
        height: 113px;
    }
    .report__item:nth-child(1) .report__item__img img {
        width: 126px;
    }
    .report__item:nth-child(2) .report__item__img img {
        width: 140px;
    }
    .report__item:nth-child(3) .report__item__img img {
        width: 88px;
    }
    .report__item:nth-child(4) .report__item__img img {
        width: 140px;
    }
    .report__item__title {
        font-size: 1.5rem;
        line-height: 1.4; /* calc(21 / 15) */
        margin-bottom: 1.7rem;
    }
    .report__item__text {
        font-size: 1.2rem;
        line-height: 1.8; /* calc(21.5 / 12) */
    }
}
