html {
    scroll-behavior: smooth;
}

body {
    font-size: 100%;
    letter-spacing: 0.2px;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.sec {
    font-size: 1px;
    font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
    .sec {
        font-size: 1px;
    }
}

@media (max-width: 750px) {
    .sec {
        font-size: 1px;
        font-size: 0.2666666667vw;
    }
}

main {
    padding-top: 85px;
}

.contents {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

.inner_l {
    padding-inline: 120em;
}

.inner_s {
    padding-inline: 210em;
}

.br-pc {
    display: inline;
}

.br-sp {
    display: none;
}

@media (max-width: 750px) {
    main {
        padding-top: 40px;
    }

    .inner_l {
        padding-inline: 20em;
    }

    .inner_s {
        padding-inline: 20em;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline;
    }
}

/* パンくず */
.bread_crumb {
    padding: 30em 0;
    background-color: #fff;
}

.bread_crumb ol {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
}

.bread_crumb li {
    list-style: none;
    color: #000;
    font-size: 16em;
}

.bread_crumb a {
    color: #000;
}

.bread_crumb li:not(:last-of-type)::after {
    content: ">";
    margin-right: 0.625em;
    margin-left: 0.4375em;
    color: #000;
}

/* 追従画像 */
.fixed-content {
    position: fixed;
    top: 240em;
    right: 0;
    z-index: 10;
}

.fixed-content a {
    display: block;
    width: 171em;
}

.fixed-content a img {
    width: 171em;
}

@media screen and (max-width: 750px) {
    .fixed-content {
        top: 100em;
    }

    .fixed-content a {
        width: 85em;
    }

    .fixed-content a img {
        width: 85em;
    }
}

/* sec01 */
section.sec01 {
    background-image: url(./images/sec01_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec01_flex {
    display: flex;
    padding-block: 55em;
    justify-content: space-between;
    align-items: center;
}

.sec01_ttl {
    padding-top: 15em;
}

.sec01_ttl h3 {
    color: #FFF;
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
}

.sec01_ttl h3 span {
    border-radius: 1.25em;
    background: linear-gradient(90deg, #FFC600 0%, #EB5C2B 100%);
    padding: 0.625em 1.25em;
}

.sec01_ttl h2 {
    font-size: 22em;
    font-weight: 700;
    line-height: normal;
    padding-block: 0.4545454545454545em;
    padding-top: 0.8em;
}

.sec01_ttl h1 {
    color: #EB5C2B;
    font-size: 52em;
    font-weight: 700;
    line-height: normal;
}

.sec01_ttl img {
    width: 547em;
    margin-top: 10em;
}

.sec01_right-img {
    width: 520em;
}

.sec01_right-img img {
    width: 520em;
}

@media (max-width: 750px) {
    section.sec01 {
        background-image: url(./images/sec01_img-sp.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sec01_flex {
        padding-block: 40em;
        flex-direction: column;
    }

    .sec01_ttl {
        padding-top: 0em;
    }

    .sec01_ttl h3 {
        font-size: 14em;
        line-height: 1.3;
    }

    .sec01_ttl h3 span {
        border-radius: 5em;
        padding: 0.3571428571428571em 1.071428571428571em;
    }

    .sec01_ttl h2 {
        font-size: 16em;
        padding-block: 0.625em;
    }

    .sec01_ttl h1 {
        font-size: 27em;
    }

    .sec01_ttl img {
        width: 335em;
    }

    .sec01_right-img {
        padding-top: 20em;
        width: 335em;
    }

    .sec01_right-img img {
        width: 335em;
    }
}

/* sec02 */
section.sec02 {
    background-color: #FAFAFA;
    padding-bottom: 80px;
}

.sec02_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec02_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: normal;
}

.sec02_box {
    background: #fff;
    padding: 60em 40em;
}

.sec02_txt {
    padding-bottom: 30em;
}

.sec02_txt h2 {
    font-size: 26em;
    padding-top: 0.7692307692307692em;
    font-weight: 700;
    line-height: normal;
}

.sec02_txt p {
    font-size: 18em;
    font-weight: 400;
    line-height: 2;
}

.sec02_txt span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    border-radius: 2.222222222222222em;
    background: #EB5C2B;
    font-size: 1.222222222222222em;
    font-weight: 700;
    line-height: normal;
    padding: 0.4444444444444444em 1.111111111111111em;
}

.sec02_contents {
    display: flex;
    background: #F2F2F2;
    padding: 30em;
    align-items: flex-start;
    gap: 20em;
}

.sec02_contents-txt {
    width: 510em;
}

.sec02_contents-txt h2 {
    color: #EB5C2B;
    font-size: 18em;
    font-weight: 600;
    line-height: normal;
}

.sec02_contents-txt-h2 {
    text-align: center;
    background: #FFF;
    padding: 6em 10em;
    margin-bottom: 20em;
}

.sec02_contents-txt p {
    font-size: 18em;
    font-weight: 600;
    line-height: 2;
}

.sec02_contents-txt p span {
    color: #EB5C2B;
}

.sec02_contents-img {
    width: 330em;
}

.sec02_contents-img img {
    width: 330em;
}

.sec02_arrow {

    width: 63em;
    margin: 10em auto;
}

.sec02_arrow img {
    width: 63em;
}

.sec02_success {
    background: #EB5C2B;
    display: flex;
    padding: 41.5em 30em 41.5em 80em;
    align-items: center;
    align-self: stretch;
}

.sec02_success h2 {
    color: #FFF;
    font-size: 22em;
    font-weight: 600;
    line-height: normal;
    padding-right: 3.636363636363636em;
}

.sec02_success p {
    color: #FFF;
    font-size: 18em;
    font-weight: 600;
    line-height: normal;
}

.sec02_success p span {
    border-left: solid 1px #fff;
    padding-block: 1.194444444444444em;
    padding-left: 1.666666666666667em;
}

.sec02_wrap {
    position: relative;
}

.sec02_nav {
    position: absolute;
    top: 50%;
    left: -70em;
    right: -70em;
    transform: translateY(-50%);
    z-index: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.sec02_nav button {
    pointer-events: auto;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.sec02_nav img {
    width: 53em;
    height: auto;
    display: block;
}

.sec02_swiper {
    width: 100%;
}

@media (max-width: 750px) {
    section.sec02 {
        padding-bottom: 60px;
    }

    .sec02_ttl {
        padding-top: 60em;
        padding-bottom: 20em;
    }

    .sec02_ttl h2 {
        font-size: 26em;
    }

    .sec02_box {
        background: #fff;
        padding: 20em 20em;
    }

    .sec02_txt {
        padding-bottom: 10em;
    }

    .sec02_txt h2 {
        font-size: 20em;
        padding-top: 1em;
        padding-bottom: 0.5em;
        line-height: 1.6;
    }

    .sec02_txt p {
        font-size: 16em;
    }

    .sec02_txt span {
        border-radius: 2.5em;
        font-size: 1em;
        font-weight: 700;
        line-height: normal;
        padding: 0.5em 1.25em;
    }

    .sec02_contents {
        padding: 20em;
        gap: 0em;
        flex-direction: column;
    }

    .sec02_contents-txt {
        width: 100%;
    }

    .sec02_contents-txt h2 span {
        background: #FFF;
        padding: 0.3333333333333333em 0.5555555555555556em;
    }

    .sec02_contents-txt p {
        font-size: 16em;
        font-weight: 600;
        line-height: 1.6;
        padding-bottom: 0.625em;
    }

    .sec02_contents-img {
        width: 260em;
    }

    .sec02_contents-img img {
        width: 260em;
    }

    .sec02_arrow {
        width: 63em;
        margin: 10em auto;
    }

    .sec02_arrow img {
        width: 63em;
    }

    .sec02_success {
        padding: 20em;
        flex-direction: column;
    }

    .sec02_success h2 {
        font-size: 20em;
        padding-right: 0em;
        padding-bottom: 0.5em;
    }

    .sec02_success p {
        font-size: 16em;
        border-top: solid 1px #fff;
        padding-top: 0.625em;
    }

    .sec02_success p span {
        border-left: unset;
        padding-block: 0;
        padding-left: 0;
    }

    .sec02_wrap {
        position: relative;
        z-index: 0;
    }

    .sec02_nav {
        position: absolute;
        top: 50%;
        left: 0em;
        right: 0em;
        transform: translateY(-50%);
        z-index: 2;
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: none;
    }

    .sec02_nav button {
        pointer-events: auto;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        line-height: 0;
    }

    .sec02_nav img {
        width: 40em;
        height: auto;
        display: block;
    }

    .sec02_swiper {
        width: 100%;
    }
}

/* cta */
section.cta {
    background: #EB5C2B;
    padding-block: 40em;
}

.cta_ttl h2 {
    color: #FFF;
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
    padding-bottom: 0.2777777777777778em;
}

.cta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 19.33333333333333em;
    font-size: 18em;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 1.111111111111111em 1.666666666666667em;
}

.cta_btn::after {
    content: "＞";
    position: absolute;
    right: 1.111111111111111em;
}

@media (max-width: 750px) {
    .cta_ttl h2 {
        font-size: 20em;
        padding-bottom: 0.5em;
    }

    .cta_btn {
        width: 19.6875em;
        font-size: 16em;
        padding: 1.25em 1.25em;
    }

    .cta_btn::after {
        content: "＞";
        position: absolute;
        right: 1.25em;
    }
}

/* sec03 */
.sec03_ttl {
    padding: 80em 0 40em;
}

.sec03_ttl h3 {
    color: #FFF;
    text-align: center;
    font-size: 22em;
    font-weight: 700;
    line-height: 1.8;
}

.sec03_ttl h3 span {
    border-radius: 2.272727272727273em;
    background: #EB5C2B;
    padding: 0.3181818181818182em 0.9090909090909091em;
}

.sec03_ttl h2 {
    text-align: center;
    font-size: 36em;
    margin-top: 0.2777777777777778em;
    font-weight: 700;
    line-height: 1.6;
}

.sec03_ttl h2 span {
    color: #EB5C2B;
}

.sec03_ttl p {
    text-align: center;
    font-size: 18em;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 1.111111111111111em;
}

.sec03_box {
    display: flex;
    justify-content: center;
    gap: 20em;
    padding-bottom: 80em;
}

.sec03_list {
    background: #FAFAFA;
    padding: 20em;
    width: 320em;

}

.sec03_list img {
    width: 160em;
    display: block;
    margin: 0 auto;
}

.sec03_list h2 {
    color: #EB5C2B;
    text-align: center;
    font-size: 32em;
    font-weight: 700;
    line-height: 1.6;
}

.sec03_list h3 {
    text-align: center;
    font-size: 18em;
    font-weight: 700;
    line-height: 1.6;
}

.sec03_list p {
    text-align: left;
    font-size: 18em;
    padding-top: 0.5555555555555556em;
    font-weight: 400;
    line-height: 2;
}

@media (max-width: 750px) {
    .sec03_ttl {
        padding: 60em 0 40em;
    }

    .sec03_ttl h3 {
        font-size: 16em;
        line-height: 1.6;
    }

    .sec03_ttl h3 span {
        border-radius: 3.125em;
        padding: 0.5em 1.25em;
    }

    .sec03_ttl h2 {
        font-size: 26em;
        margin-top: 0.5em;
    }

    .sec03_ttl p {
        text-align: center;
        font-size: 18em;
        font-weight: 400;
        line-height: 1.8;
        padding-top: 1.111111111111111em;
    }

    .sec03_box {
        flex-direction: column;
        align-items: center;
        padding-bottom: 60em;
    }

    .sec03_list {
        width: 100%;
    }

    .sec03_list img {
        width: 120em;
    }

    .sec03_list h2 {
        font-size: 26em;
    }

    .sec03_list h3 {
        font-size: 16em;
    }

    .sec03_list p {
        text-align: left;
        font-size: 16em;
        padding-top: 0.625em;
        font-weight: 400;
        line-height: 2;
    }
}

/* sec04 */
section.sec04 {
    background: #FAFAFA;
}

.sec04_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec04_ttl p {
    text-align: center;
    font-size: 22em;
    font-weight: 700;
    line-height: 1.6;
}

.sec04_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec04_inner_s {
    padding-inline: 210em;
}

.sec04_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5em;
    padding-bottom: 40em;
}

.sec04_list {
    background: #FFF;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 10em;
    width: 330em;
    padding: 20em 10em;
}

.sec04_list img {
    width: 90em;
}

.sec04_list p {
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
}

.sec04_txt {
    padding-bottom: 80em;
}

.sec04_txt p {
    text-align: center;
    font-size: 22em;
    font-weight: 700;
    line-height: 1.8;
}

.sec04_txt p span {
    color: #EB5C2B;
}

@media (max-width: 750px) {
    .sec04_ttl {
        padding-top: 60em;
    }

    .sec04_ttl p {
        font-size: 18em;
        line-height: 1.8;
    }

    .sec04_ttl h2 {
        font-size: 26em;
        line-height: normal;
    }

    .sec04_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5em;
        padding-bottom: 40em;
    }

    .sec04_inner_s {
        padding-inline: 15em;
    }

    .sec04_list {
        width: 170em;
    }

    .sec04_list img {
        width: 70em;
    }

    .sec04_list p {
        text-align: center;
        font-size: 16em;
        font-weight: 600;
    }

    .sec04_txt {
        padding-bottom: 60em;
    }

    .sec04_txt p {
        font-size: 18em;
        line-height: 1.6;
    }
}


/* sec05 */
.sec05_txt {
    padding-block: 80em;
}

.sec05_txt h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec05_txt h2 span {
    color: #EB5C2B;
}

.sec05_txt h2 span.large {
    color: #FFF;
    font-size: 1.166666666666667em;
    line-height: 2;
    background: #EB5C2B;
    padding: 0.2777777777777778em 0.5555555555555556em;
}

.sec05_txt p {
    text-align: center;
    font-size: 18em;
    font-weight: 600;
    line-height: 1.8;
    padding-block: 1.111111111111111em;
}

.sec05_txt h3 {
    text-align: center;
    font-size: 26em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.sec05_txt h3 span {
    color: #EB5C2B;
}

.sec05_txt h3 span.orange {
    color: #FFF;
    background: #EB5C2B;
    padding: 0.1538461538461538em 0.3846153846153846em;
}

@media (max-width: 750px) {
    .sec05_txt {
        padding-block: 60em;
    }

    .sec05_txt h2 {
        font-size: 20em;
    }

    .sec05_txt h2 span.large {
        font-size: 1em;
        line-height: 2;
        padding: 0.25em 0.15em;
    }

    .sec05_txt p {
        font-size: 16em;
        line-height: 1.6;
        padding-block: 1.25em;
    }

    .sec05_txt h3 {
        font-size: 20em;
    }

    .sec05_txt h3 span.orange {
        padding: 0.2em 0.5em;
    }
}

/* sec06 */
.sec06_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec06_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec06_box {
    display: flex;
    justify-content: center;
    gap: 40em;
    padding-bottom: 106em;
}

.sec06_left {
    width: 445em;
}

.sec06_left p {
    font-size: 18em;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

.sec06_left p span {
    color: #EB5C2B;
}

.sec06_right {
    display: flex;
    align-items: center;
    width: 515em;
}

.sec06_right-list {
    width: 233em;
    height: 288em;
    border-radius: 20em;
    background: #FAFAFA;
    display: flex;
    padding: 20em 16.75em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10em;
}

.sec06_right-list p {
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    line-height: 140%;
}

.sec06_right-list img {
    width: 200em;
}

.sec06_right-plus {
    width: 48em;
}

.sec06_right-plus img {
    width: 48em;
}

@media (max-width: 750px) {
    .sec06_ttl {
        padding-top: 60em;
    }

    .sec06_ttl h2 {
        font-size: 26em;
    }

    .sec06_box {
        flex-direction: column;
        gap: 40em;
        padding-bottom: 60em;
    }

    .sec06_left {
        width: 100%;
    }

    .sec06_left p {
        font-size: 16em;
    }

    .sec06_right {
        justify-content: center;
        width: 100%;
    }

    .sec06_right-list {
        width: 140em;
        height: 180em;
        border-radius: 12.5em;
        padding: 12.5em 6.25em;
        gap: 6.25em;
    }

    .sec06_right-list p {
        font-size: 14em;
    }

    .sec06_right-list img {
        width: 120em;
    }

    .sec06_right-plus {
        width: 30em;
    }

    .sec06_right-plus img {
        width: 30em;
    }
}

/* sec07 */
section.sec07 {
    background: #FAFAFA;
}

.sec07_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec07_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec07_ttl h2 span {
    color: #EB5C2B;
}

.sec07_ttl p {
    text-align: center;
    font-size: 18em;
    padding-top: 0.5555555555555556em;
    font-weight: 400;
    line-height: normal;
}

.sec07_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40em;
    padding-bottom: 80em;
}

.sec07_list {
    width: 480em;
    padding: 20em;
    background: #FFF;
}

.sec07_list img {
    width: 440em;
    padding-bottom: 20em;
}

.sec07_list h2 {
    text-align: center;
    font-size: 24em;
    font-weight: 700;
    line-height: 1.6;
}

.sec07_list p {
    text-align: left;
    font-size: 18em;
    font-weight: 400;
    line-height: 2;
    padding-top: 0.4166666666666667em;
}

@media (max-width: 750px) {
    .sec07_ttl {
        padding-top: 60em;
    }

    .sec07_ttl h2 {
        font-size: 26em;
        line-height: normal;
    }

    .sec07_ttl p {
        font-size: 16em;
        padding-top: 1.25em;
    }

    .sec07_box {
        flex-direction: column;
        align-items: center;
        gap: 10em;
        padding-bottom: 60em;
    }

    .sec07_list {
        width: 100%;
    }

    .sec07_list img {
        width: 305em;
    }

    .sec07_list h2 {
        font-size: 20em;
        line-height: 1;
    }

    .sec07_list p {
        font-size: 16em;
        line-height: 2;
        padding-top: 0.625em;
    }
}

/* sec08 */
.sec08_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec08_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec08_ttl p {
    text-align: center;
    font-size: 18em;
    padding-top: 0.5555555555555556em;
    font-weight: 400;
    line-height: normal;
}

.sec08_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35em;
    padding-bottom: 80em;
}

.sec08_list {
    display: flex;
    width: 480em;
    padding: 20em;
    border-radius: 20em;
    background: #FAFAFA;
    align-items: center;
}

.sec08_list-img {
    width: 126em;
}

.sec08_list-img img {
    width: 126em;
}

.sec08_list-txt {
    width: 314em;
    padding-left: 20em;
}

.sec08_list-txt h2 {
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
    border-bottom: solid 1px #000;
}

.sec08_list-txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: normal;
    padding-top: 0.625em;
}

@media (max-width: 750px) {
    .sec08_ttl {
        padding-top: 60em;
    }

    .sec08_ttl h2 {
        font-size: 26em;
        line-height: normal;
    }

    .sec08_ttl p {
        font-size: 16em;
        padding-top: 1.25em;
    }

    .sec08_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20em;
        padding-bottom: 60em;
    }

    .sec08_list {
        width: 100%;
    }

    .sec08_list-img {
        width: 80em;
    }

    .sec08_list-img img {
        width: 80em;
    }

    .sec08_list-txt {
        width: 215em;
        padding-left: 10em;
    }

    .sec08_list-txt h2 {
        font-size: 18em;
    }

    .sec08_list-txt p {
        font-size: 16em;
        line-height: 1.6;
    }
}

/* sec09 */
section.sec09 {
    background: #FAFAFA;
}

.sec09_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

.sec09_ttl h2 {
    text-align: center;
    font-size: 36em;
    font-weight: 700;
    line-height: 1.6;
}

.sec09_ttl p {
    text-align: center;
    font-size: 18em;
    padding-top: 0.5555555555555556em;
    font-weight: 400;
    line-height: normal;
}

.sec09_box {
    padding-bottom: 80em;
}

.sec09_list {
    display: flex;
    align-items: center;
    padding-bottom: 10em;
    gap: 30em;
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 30em;
}

.sec09_list-img {
    width: 120em;
}

.sec09_list-img img {
    width: 120em;
}

.sec09_list-txt h2 {
    font-size: 22em;
    font-weight: 700;
    line-height: normal;
}

.sec09_list-txt h2 span {
    border-radius: 1.818181818181818em;
    background: #EB5C2B;
    padding: 0.1363636363636364em 0.9090909090909091em;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin-right: 0.4545454545454545em;
}

.sec09_list-txt p {
    font-size: 18em;
    font-weight: 500;
    line-height: normal;
    padding-top: 0.5555555555555556em;
}

@media (max-width: 750px) {
    .sec09_ttl {
        padding-top: 60em;
    }

    .sec09_ttl h2 {
        font-size: 26em;
        line-height: normal;
    }

    .sec09_ttl p {
        font-size: 16em;
        padding-top: 1.25em;
    }

    .sec09_box {
        padding-bottom: 60em;
    }

    .sec09_list {
        display: flex;
        align-items: center;
        gap: 20em;
        border-bottom: solid 1px #D9D9D9;
        margin-bottom: 20em;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .sec09_list-img {
        width: 80em;
    }

    .sec09_list-img img {
        width: 80em;
    }

    .sec09_list-txt h2 {
        font-size: 18em;
        line-height: 1.8;
    }

    .sec09_list-txt h2 span {
        border-radius: 1.818181818181818em;
        background: #EB5C2B;
        padding: 0.1363636363636364em 0.9090909090909091em;
        color: #fff;
        margin-right: 0em;
    }

    .sec09_list-txt p {
        font-size: 16em;
        padding-top: 0.625em;
    }
}

/* form-marketo */
.form-marketo .mktoForm .mktoHtmlText>span {
    text-align: center;
}

.form-marketo .section-title h2 {
    text-align: center;
    font-size: 40em;
}

.form-marketo .section2 .contact-content {
    margin: 0 auto;
    padding: 50px 60px;
    max-width: 960px;
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.form-marketo form {
    width: 100% !important;
    font-size: 16px !important;
    font-family: initial !important;
    color: #000 !important;
}

.form-marketo .mktoForm input[type="text"],
.form-marketo .mktoForm input[type="email"],
.form-marketo .mktoForm input[type="tel"],
.form-marketo .mktoForm select {
    border: 1px solid #6f6f6f;
    border-radius: 10px;
    padding: 5px 10px !important;
    max-width: 100%;
    line-height: 1.6;
    font-size: 16px;
    background-color: #fff;
}

.form-marketo .mktoForm select {
    padding: 5px 30px 5px 10px !important;
    background-image: url('../img/arrow_bottom_black.png');
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 20px auto;
}

.form-marketo .mktoForm textarea {
    border: 1px solid #6f6f6f;
    border-radius: 10px;
    padding: 5px 10px !important;
    max-width: 100%;
    width: 84% !important;
    line-height: 1.6;
    font-size: 16px;
    background-color: #fff;
}

.form-marketo .mktoForm .mktoFormCol {
    width: 100%;
}

.form-marketo .mktoForm .mktoFieldWrap {
    padding-right: 10px;
    width: calc(100% - 10px);
}

.form-marketo .mktoForm .mktoHtmlText {
    width: 100% !important;
}

.form-marketo .mktoForm .mktoHtmlText span {
    display: block;
    width: 100%;
    background-color: transparent !important;
}

.form-marketo .mktoForm .mktoHtmlText strong {
    display: block;
    width: 100%;
    text-align: center;
}

.form-marketo .mktoForm .mktoRadioList {
    width: auto !important;
}

.form-marketo .mktoForm .mktoRadioList label,
.form-marketo .mktoForm .mktoCheckboxList label {
    margin-left: 0;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 16px;
}

.form-marketo .mktoForm .mktoRadioList label:not(:first-of-type),
.form-marketo .mktoForm .mktoCheckboxList label:not(:first-of-type) {
    margin-top: 10px;
}

.form-marketo .mktoForm .mktoRadioList label::after,
.form-marketo .mktoForm .mktoRadioList label::before,
.form-marketo .mktoForm .mktoCheckboxList label::after,
.form-marketo .mktoForm .mktoCheckboxList label::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
}

.form-marketo .mktoForm .mktoRadioList label::after,
.form-marketo .mktoForm .mktoCheckboxList label::after {
    border: 2px solid #6f6f6f;
    border-radius: 50%;
    left: 0;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.form-marketo .mktoForm .mktoCheckboxList label::after {
    border-radius: 0 !important;
}

.form-marketo .mktoForm .mktoRadioList label::before,
.form-marketo .mktoForm .mktoCheckboxList label::before {
    left: 3px;
    z-index: 1;
    margin-top: -6px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    opacity: 0;
    background-color: #6f6f6f;
}

.form-marketo .mktoForm .mktoCheckboxList label::before {
    border-radius: 0 !important;
    width: 8px;
    height: 8px;
    left: 4px;
}

.form-marketo .mktoForm .mktoRadioList input[type=radio]:checked+label::before,
.form-marketo .mktoForm .mktoCheckboxList input[type=checkbox]:checked+label::before {
    opacity: 1;
}

.form-marketo .mktoForm .mktoButtonRow {
    width: 100%;
}

.form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 340px;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-indent: 0.2em;
    letter-spacing: 0.2em;
    box-shadow: none;
    text-shadow: none;
    font: initial;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    /* ← background の重複を整理 */
}

.form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"]:hover {
    background-color: #000;
    /* ← 同上 */
}

.joboffer-page .section2 {
    padding-block: 60px;
}

@media screen and (max-width:750px) {
    .form-marketo .section-title h2 {
        font-size: 20em;
        /* text-align の再指定を削除 */
        padding: 0;
        margin-bottom: 0;
    }

    .form-marketo .mktoForm .mktoHtmlText strong {
        font-size: 22px;
        /* display/width/text-align の再指定を削除 */
    }

    .form-marketo .section2 .contact-content {
        margin-top: 25px;
        padding: 10px 10px 10px 20px;
    }

    .form-marketo .mktoForm .mktoRadioList label {
        font-size: 15px;
    }

    .form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"] {
        max-width: 300px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {

    .form-marketo .mktoForm input[type="text"],
    .form-marketo .mktoForm input[type="email"],
    .form-marketo .mktoForm input[type="tel"],
    .form-marketo .mktoForm select {
        height: auto;
        font-size: 15px;
    }

    .form-marketo .mktoForm textarea {
        height: auto !important;
        font-size: 15px !important;
    }

    .mktoForm .mktoFormRow .mktoField {
        width: 100% !important;
    }
}

/* form-marketo */
/* サンクスページ */
.thanks {
    padding-top: 40em;
    padding-bottom: 100em;
}

.thanks h2 {
    text-align: center;
    font-size: 40em;
}

.thanks p {
    text-align: center;
    font-size: 18em;
    line-height: 1.6;
    padding-top: 0.5em;
}

@media screen and (max-width:750px) {
    .thanks h2 {
        text-align: center;
        font-size: 34em;
    }

    .thanks p {
        font-size: 16em;
    }
}