.body_page {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Noto, "Hiragino Sans", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.6rem;
}

.whole-container {
    position: relative;
    height: 100%; /*--スクロールをさせるため 高さ指定--*/
    background-size: cover; /*--背景画像のサイズ--*/
    background-attachment: fixed; /*--背景画像の固定--*/
    background-repeat: repeat; /*--背景画像の繰り返し--*/
    z-index: 0;
    background-image: url(../img/purpose/about-bacground-img.jpg);
    background-position: top;
    background-size: auto 60%;
}

@media screen and (max-width: 767px) {
    .whole-container {
        background-image: url(../img/purpose/about-bacground-img_sp.jpg);
        background-size: auto 100%;
    }
}
.header_page {
    max-width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}
.header_page .pc-header-img {
    width: 100%;
}
.header_page .sp-header-img {
    display: none;
}

@media screen and (max-width: 1023px) {
    .pc-header-img {
        display: none;
    }
    .sp-header-img {
        display: block !important;
        width: 100%;
        max-width: 370px;
        height: 80px;
        margin: 0 auto;
    }
}
.page-header-img {
    height: 547px;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 5%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 50%);
}

.h1_way {
    z-index: 10;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    padding-top: 85px;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    .page-header-img {
        width: 100%;
        height: 763px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 30%);
    }
    .h1_way {
        color: #fff;
        font-size: 2rem;
        padding-top: 50px;
        line-height: 1.5;
    }
}
.footer_page {
    background-color: #00913a;
}
.footer_page .footer-img_wrapper {
    max-width: 1366px;
    margin: 0 auto;
}
.footer_page .footer-img_wrapper .footer-pc {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}
.footer_page .footer-img_wrapper .footer-sp {
    display: none;
}

@media screen and (max-width: 1023px) {
    .footer_page {
        background-color: #00913a;
    }
    .footer_page .footer-img_wrapper {
        max-width: 1366px;
        margin: 0 auto;
    }
    .footer_page .footer-img_wrapper .footer-pc {
        display: none;
    }
    .footer_page .footer-img_wrapper .footer-sp {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1023px) {
    .footer_page {
        background-color: #00913a;
    }
    .footer_page .footer-img_wrapper {
        max-width: 1366px;
        margin: 0 auto;
    }
    .footer_page .footer-img_wrapper .footer-pc {
        display: none;
    }
    .footer_page .footer-img_wrapper .footer-sp {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}
.contents-container {
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
    z-index: 20;
    position: relative;
    margin-top: -348px;
}
.contents-container .main-container {
    width: 69.3%;
}
.contents-container .main-container .section {
    max-width: 763px;
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 100px;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #000;
    padding: 0 50px 42px;
    font-size: 1.6rem;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper {
    max-width: 663px;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line {
    width: 45.2%;
    max-width: 300px;
    height: 48px;
    margin: 0 auto;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/dot_h2.png);
    height: 55px;
    width: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 0px;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/dot_h2.png);
    height: 55px;
    width: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 0px;
    top: 0px;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2-choice-section-1.--blue {
    color: #000;
    font-size: 3rem;
    font-weight: 600;
    background-color: #3296e6;
    border: 2px solid #000;
    color: #fff;
    border-radius: 10px;
    padding: 27px 50px 27px 111px;
    line-height: 1.4;
    position: relative;
    margin-bottom: 40px;
    min-height: 100px;
}
.contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2-choice-section-1:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/about-sec4-h2-before.png);
    height: 100px;
    width: 59.8px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 30px;
    top: 10px;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 64px;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn {
    border: 2px solid #000;
    border-radius: 10px;
    background-color: #46aee5;
    width: 31.6%;
    min-height: 100px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 14px 12px 18px;
    line-height: 1.4;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt .sp-br {
    display: none;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-nav-btn-arrow-before.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -5%);
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--1 {
    background-image: url(../img/purpose/choice-nav-btn-1-after.png);
    background-size: 33.86px 90px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--2 {
    background-image: url(../img/purpose/choice-nav-btn-2-after.png);
    background-size: 40.88px 80px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--3 {
    background-image: url(../img/purpose/choice-nav-btn-3-after.png);
    background-size: 58.33px 80px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--4 {
    background-image: url(../img/purpose/choice-nav-btn-4-after.png);
    background-size: 35.2px 90px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--5 {
    background-image: url(../img/purpose/choice-nav-btn-5-after.png);
    background-size: 63.3px 80px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--6 {
    background-image: url(../img/purpose/choice-nav-btn-6-after.png);
    background-size: 86.63px 80px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: top 60% right 6%;
}
.contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn_a {
    width: 100%;
    height: 100%;
}
.contents-container .main-container .section .section-inner_narrow .choice-h3_wrapper {
    background-color: #3296e6;
    color: #fff;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 16px 22px;
    margin-bottom: 16px;
}
.contents-container .main-container .section .section-inner_narrow .choice-h3_wrapper .choice-h3 .sp-br {
    display: none;
}
.contents-container .main-container .section .section-inner_narrow #choice-link-6 {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    padding: 0px 0px;
    margin-bottom: 8px;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3.--6 {
    font-size: 2.6rem;
    color: #fff;
    background-color: #3296e6;
    border-radius: 8px 8px 0 0;
    padding: 16px 120px 16px 22px;
}
.contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3-a.--6 {
    display: inline-block;
    min-height: 38px;
    padding: 10px 20px;
    position: relative;
	text-decoration: underline;
    color: blue;
}
.contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3-a.--6 .sp-br {
    display: none;
}
.contents-container .main-container .section .section-inner_narrow #choice-link-6::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-6-after.png);
    height: 112px;
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.contents-container .main-container .section .section-inner_narrow .choice-h3-sub-txt {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #ee762b;
    margin-bottom: 16px;
    margin-left: 106px;
    margin-right: 106px;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper {
    width: 47%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper {
    background-color: #3296e6;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.12em;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--light-blue {
    background-color: #5ac8e6;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--green {
    background-color: #00913a;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--light-green {
    background-color: #66b94a;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--yellow {
    background-color: #ffc832;
    color: #000;
    position: relative;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--1::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-1-after.png);
    height: 108px;
    width: 79.5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 10px;
    top: -248%;
    transform: translateY(0%);
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--2::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-2-after.png);
    height: 110px;
    width: 67.5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 16px;
    top: -251%;
    transform: translateY(0%);
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--3::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-3-after.png);
    height: 110px;
    width: 92.5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 8px;
    top: -251%;
    transform: translateY(0%);
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--4::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-4-after.png);
    height: 110px;
    width: 77.5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 14px;
    top: -251%;
    transform: translateY(0%);
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--yellow::after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/choice-5-after.png);
    height: 106px;
    width: 93.5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 4px;
    top: -244%;
    transform: translateY(0%);
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-content {
    line-height: 1.5;
    letter-spacing: 0.03em;
    padding: 12px;
    border-radius: 0 0 10px 10px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    flex-grow: 1;
}
.contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper.--yellow {
    width: 100%;
}
.contents-container .aside_page {
    width: 30.7%;
    max-width: 420px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.contents-container .aside_page .img_aside {
    max-width: 320px;
    width: 75.2%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .contents-container {
        flex-direction: column;
        margin-top: -348px;
    }
    .contents-container .main-container {
        width: 100%;
        margin: 0 auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .contents-container .main-container .section {
        max-width: 983px;
        margin-right: auto;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper {
        max-width: 100%;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-h3_wrapper {
        font-size: 2.4rem;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-h3-sub-txt {
        font-size: 2.2rem;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3.--6 {
        font-size: 2.4rem;
    }
    .contents-container .aside_page {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .contents-container .aside_page .img_aside {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .contents-container {
        flex-direction: column;
        margin-top: -643px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .contents-container .main-container {
        width: 100%;
        max-width: 767px;
    }
    .contents-container .main-container .section {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
        padding: 0 20px 10px;
        margin-right: auto;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper {
        max-width: 100%;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line {
        width: 58.1%;
        height: 20px;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line::before {
        height: 24.75px;
        width: 2.7px;
        left: 0px;
        top: -2px;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2_dotted-line::after {
        height: 24.75px;
        width: 2.7px;
        right: 0px;
        top: -2px;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2-choice-section-1.--blue {
        min-height: 55px;
        font-size: 1.6rem;
        border: 1px solid #000;
        border-radius: 5px;
        padding: 16px 8px 10px 70px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .contents-container .main-container .section .section-inner_narrow .h2-choice-section-1_wrapper .h2-choice-section-1:before {
        height: 60px;
        width: 35px;
        left: 21px;
        top: 5px;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn {
        border: 1px solid #000;
        border-radius: 5px;
        width: 100%;
        min-height: 60px;
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: 600;
        padding: 12px 25px 8px 85px;
        line-height: 1.5;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt {
        position: relative;
        z-index: 0;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt .sp-br {
        display: block;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt .pc-br {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--1::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no1.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--2::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no2.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--3::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no3.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--4::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no4.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--5::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no5.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt.--6::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-before-no6.png);
        height: 20px;
        width: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-arrow-before.png);
        height: 14px;
        width: 14px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: -13px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn::before {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--1 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--2 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--3 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--4 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--5 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--6 {
        background-image: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--1::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-1-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 19.12px;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--2::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-2-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 26.09px;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--3::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-3-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 36.41px;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--4::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-4-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 19.61px;
        left: 19px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--5::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-5-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 39.67px;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn.--6::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-nav-btn-6-after.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        height: 50px;
        width: 53.8px;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow .choice-h3_wrapper {
        border: 1px solid #000;
        border-radius: 5px;
        font-size: 1.6rem;
        line-height: 1.7;
        padding: 12px 40px 10px;
        margin-bottom: 16px;
        position: relative;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-h3_wrapper .choice-h3 .sp-br {
        display: block;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-1 {
        padding: 10px 74px 8px 40px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-1::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no1.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-1::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-1-after.png);
        height: 87px;
        width: 64.5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 8px;
        bottom: -1px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-2 {
        padding: 10px 64px 8px 40px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-2::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no2.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-2::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-2-after.png);
        height: 89px;
        width: 54px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 8px;
        bottom: -2px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-3 {
        padding: 10px 84px 8px 40px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-3::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no3.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-3::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-3-after.png);
        height: 89px;
        width: 74.5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 4px;
        bottom: -1px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-4 {
        padding: 10px 74px 8px 40px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-4::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no4.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-4::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-4-after.png);
        height: 89px;
        width: 63px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 6px;
        bottom: -1px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-5 {
        padding: 10px 74px 8px 40px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-5::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no5.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-5::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-5-after.png);
        height: 91px;
        width: 75.5px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 6px;
        bottom: -4px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 {
        font-size: 1.6rem;
        line-height: 1.7;
        box-shadow: 0px 3px #000;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3.--6 {
        font-size: 1.6rem;
        border-radius: 8px 8px 0 0;
        padding: 10px 100px 10px 40px;
        position: relative;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3.--6::before {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-item-before-no6.png);
        height: 25px;
        width: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3.--6::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(../img/purpose/choice-6-after.png);
        height: 83.97px;
        width: 90px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3-a.--6 {
        display: block;
        padding: 10px 20px 6px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3-a.--6 .sp-br {
        display: block;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6 .choice-h3-a.--6::after {
        height: 7px;
        width: 10px;
        right: 16px;
    }
    .contents-container .main-container .section .section-inner_narrow #choice-link-6::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-h3-sub-txt {
        font-size: 1.6rem;
        color: #ee762b;
        margin-bottom: 6px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 40px;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper {
        width: 100%;
        margin-bottom: 10px;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper {
        border-radius: 10px 10px 0 0;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        font-size: 1.6rem;
        padding: 10px;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--1::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--2::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--3::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--4::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper.--yellow::after {
        display: none;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-content {
        font-size: 1.6rem;
        line-height: 1.7;
        letter-spacing: 0.03em;
        padding: 12px 18px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
    }
    .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper.--yellow {
        width: 100%;
    }
    .contents-container .aside_page {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .contents-container .aside_page .img_aside {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
}
.contents-container .main-container .section-4 {
    max-width: 763px;
    width: 94%;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 100px;
    border-radius: 10px;
    border: none;
    padding: 10px 0 0px;
}
.contents-container .main-container .section-4 .section-inner_narrow {
    padding: 0;
    border: none;
}
.contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4 {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    background-color: #3296e6;
    border: 2px solid #000;
    border-radius: 10px;
    padding: 26px 20px 26px 110px;
    line-height: 1.4;
    min-height: 100px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0px;
}
.contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4 .SP-br {
    display: none;
}
.contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4:before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/about-sec4-h2-before.png);
    height: 100px;
    width: 59.8px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    left: 30px;
    top: 10px;
}
.contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4:after {
    content: "関連情報";
    position: absolute;
    display: inline-block;
    font-size: 1.6rem;
    background-color: #fff;
    color: #000;
    min-height: 30px;
    min-width: 100px;
    border-radius: 20px;
    border: 2px solid #000;
    margin: 0;
    padding: 6px 17px 6px 20px;
    letter-spacing: 0.04em;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -16px;
}
.contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -23px;
}
.contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
    width: calc(50% - 23px);
    max-width: 370px;
    min-height: 80px;
    font-size: 1.6rem;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6;
    margin-top: 20px;
    margin-left: 23px;
    position: relative;
    background-color: #fff;
}
.contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 .a_btn-sec-4-hover {
    display: flex;
    align-items: center;
    width: 100%;
    height: 94%;
}
.contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:after {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/purpose/about-sec4-btn-arrow.png);
    height: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    right: 18px;
}
.contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:hover .a_btn-sec-4-hover {
    border-bottom: 5px solid #3296e6;
    margin-bottom: -5px;
}

@media screen and (max-width: 1023px) {
    .contents-container .main-container {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .contents-container .main-container .section-4 {
        max-width: 983px;
        margin-right: auto;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 {
        margin-left: -23px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
        width: calc(50% - 23px);
        max-width: 468.5px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:hover .a_btn-sec-4-hover {
        border-bottom: none;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .contents-container .main-container {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .contents-container .main-container .section-4 {
        max-width: 983px;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 50px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4 {
        font-size: 1.6rem;
        padding: 20px 5px 20px 66px;
        line-height: 1.6;
        min-height: 70px;
        margin-bottom: 0px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4:before {
        height: 61px;
        width: 36px;
        left: 20px;
        top: 4px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .h2-about-section-4:after {
        font-size: 1.6rem;
        min-height: 20px;
        min-width: 60px;
        text-align: center;
        padding: 1px 6px;
        line-height: 1.4;
        top: -11px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 {
        flex-wrap: nowrap;
        flex-direction: column;
        margin-left: -23px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 {
        width: calc(100% - 23px);
        max-width: 960px;
        min-height: 50px;
        margin-top: 10px;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4 .SP-none {
        display: none;
    }
    .contents-container .main-container .section-4 .section-inner_narrow .btn-wrapper_about-sec4 .a_btn-sec-4:after {
        height: 14px;
        width: 14px;
        right: 10px;
    }
} /*# sourceMappingURL=choice.css.map */
@media screen and (max-width: 767px) {
  .contents-container .main-container .section .section-inner_narrow .choice-sec1-nav-btn_wrapper .choice-sec1-nav-btn .choice-sec1-nav-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-h4_wrapper {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .contents-container .main-container .section .section-inner_narrow .choice-flex-wrapper .choice-content_wrapper .choice-content {
    font-size: 1.6rem;
  }
}