body {
    font-size: 16px;
    letter-spacing: 0.15px;
    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: 220em;
}

.br-pc {
    display: block;
}

.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: block;
    }
}

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

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

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

.bread_crumb a {
    color: #000;
}

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

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

.sec01_ttl {
    padding-top: 83em;
}

.sec01_ttl p {
    width: 12.55em;
    text-align: center;
    color: #fff;
    font-size: 20em;
    font-weight: 600;
    line-height: normal;
    background-color: #EF5B35;
    padding-block: 0.3em;
}

.sec01_ttl h2 {
    font-size: 26em;
    font-weight: 600;
    line-height: normal;
    padding-top: 0.6923076923076923em;
}

.sec01_ttl h1 {
    font-size: 50em;
    color: #EF5B35;
    font-weight: bold;
    line-height: normal;
}

.sec01_list-ttl {
    padding-top: 36em;
    padding-bottom: 68em;
}

.sec01_list-ttl p {
    font-size: 22em;
    font-weight: 600;
    line-height: normal;
}

.sec01_list-ttl p span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 0.1818181818181818em;
}

.sec01_list-ttl p span img {
    width: 0.8181818181818182em;
    height: 0.9090909090909091em;
}

.sec01_list {
    display: flex;
    gap: 10em;
    margin-top: 11em;
}

.sec01_box {
    border: 1px solid #EF5B35;
    background: #FFF;
    width: 158em;
    padding-inline: 19em;
    padding-block: 15em;

}

.sec01_box:nth-of-type(2) {
    padding-inline: 5em;

}

.sec01_box img {
    margin: 0 auto;
    width: 22em;
    height: 18em;
    margin-bottom: 5em;
}

.sec01_box p {
    color: #EF5B35;
    text-align: center;
    font-size: 20em;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

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

    .sec01_ttl {
        padding-top: 45em;
    }

    .sec01_ttl p {
        width: 11.93333333333333em;
        font-size: 15em;
        padding-block: 0.3333333333333333em;
    }

    .sec01_ttl h2 {
        font-size: 18em;
        padding-top: 0.5em;
    }

    .sec01_ttl h1 {
        font-size: 36em;
        padding-top: 0.1428571428571429em;
        line-height: 1.3;
    }

    .sec01_list-ttl {
        padding-top: 100em;
        padding-bottom: 45em;
    }

    .sec01_list-ttl p {
        font-size: 16em;
    }

    .sec01_list-ttl p span {
        margin-right: 0.2777777777777778em;
    }

    .sec01_list-ttl p span img {
        width: 1.111111111111111em;
        height: 1.111111111111111em;
    }

    .sec01_list {
        margin-top: 10em;
        flex-direction: column;
    }

    .sec01_box {
        width: auto;
        padding-inline: 10em;
        padding-block: 4em;
        display: flex;
        align-items: center;
        width: 207em;
        gap: 9em;
    }

    .sec01_box:nth-of-type(2) {
        padding-inline: 10em;
        width: 239em;

    }

    .sec01_box img {
        margin: 0;
        width: 18em;
        height: 15em;
        margin-bottom: 0em;
    }

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

/* sec02 */
section.sec02 {
    background-color: #FFF2E9;
}

.sec02 .inner_s {
    padding-inline: 200em;
}

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

.sec02_list {
    display: flex;
    gap: 30em;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 80em;
}

.sec02_box {
    border: 1px solid #000;
    border-radius: 15em;
    background: #FFF;
    width: 313em;
    height: 212em;
    padding-block: 25em;

}

.sec02_box img {
    margin: 0 auto;
    width: 100em;
    height: 100em;
    margin-bottom: 12em;
}

.sec02_box p {
    color: #000;
    text-align: center;
    font-size: 16em;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 750px) {
    .sec02 .inner_s {
        padding-inline: 20em;
    }

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

    .sec02_list {
        gap: 20em;
        flex-direction: column;
        padding-block: 50em;
        padding-bottom: 60em;
        align-items: center;
    }

    .sec02_box {
        border-radius: 10em;
        width: 335em;
        height: 94em;
        padding-block: 20em;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .sec02_box img {
        margin: 0;
        width: 54em;
        height: 54em;
        margin-bottom: 0em;
        margin-right: 24em;
        margin-left: 25em;
    }
}

/* sec03 */
section.sec03 {
    background: #F1F1F1;
}

.sec03_ttl {
    padding-block: 80em;
}

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

.sec03_ttl h2 span {
    color: #EF5B35;
}

.sec03_list {
    display: flex;
    gap: 50em;
    padding-bottom: 80em;
}

.sec03_box {
    width: 300em;
}

.sec03_box img {
    width: 300em;
    height: 200em;
}

.sec03_box:first-of-type h2 {
    padding-block: 1.25em;
}

.sec03_box h2 {
    color: #EF5B35;
    text-align: center;
    font-size: 20em;
    font-weight: 600;
    line-height: normal;
    padding-block: 0.5em;
}

.sec03_box p {
    font-size: 16em;
    font-weight: 400;
    line-height: 1.7;
}

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

    .sec03_ttl h2 {
        font-size: 25em;
    }

    .sec03_ttl h2 span {
        color: #EF5B35;
    }

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

    .sec03_box {
        width: 335em;
    }

    .sec03_box img {
        width: 335em;
        height: 223em;
    }

    .sec03_box h2 {
        padding-block: 1em;
    }

    .sec03_box:first-of-type h2 {
        padding-block: 1em;
    }

    .sec03_box p {
        font-size: 16em;
        font-weight: 400;
        line-height: 1.7;
    }
}

/* sec04 */
.sec04_ttl {
    padding-top: 80em;
    padding-bottom: 154em;
}

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

.sec04_service {
    width: 567em;
    height: 280em;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
}

.sec04_service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 91, 53, 0.9);
    z-index: 0;
}

.sec04_service>* {
    position: relative;
    z-index: 1;
}

.sec04_service-img {
    position: absolute;
    top: -74em;
    right: 533em;
    width: 474em;
    height: 316em;
    z-index: -1;
}

.sec04_service-img img {
    width: 474em;
    height: 316em;
}

.sarvice_ttl {
    border-bottom: solid 1px #fff;
    width: 195em;
    padding-top: 40em;
}

.sarvice_ttl h2 {
    color: #FFF;
    font-size: 24em;
    font-weight: 600;
    line-height: normal;
    padding-left: 2.125em;
    white-space: nowrap;
}

.service_contents {
    padding-top: 18em;
    padding-left: 51em;
}

.service_contents p {
    color: #FFF;
    font-size: 16em;
    font-weight: 400;
    line-height: 2.2;
}

.service_contents p span {
    margin-right: 0.5em;
}

.sec04_merit {
    width: 567em;
    height: 280em;
    margin: 0 auto;
    margin-left: 0;
    position: relative;
    margin-top: 97em;
    margin-bottom: 129em;
}

.sec04_merit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(239, 91, 53, 0.9);
    z-index: 0;
}

.sec04_merit>* {
    position: relative;
    z-index: 1;
}

.sec04_merit-img {
    position: absolute;
    top: 43em;
    left: 533em;
    width: 467em;
    height: 311em;
    z-index: -1;
}

.sec04_merit-img img {
    width: 467em;
    height: 311em;
}

.merit_ttl {
    border-bottom: solid 1px #fff;
    width: 226em;
    padding-top: 58em;
}

.merit_ttl h2 {
    color: #FFF;
    font-size: 24em;
    font-weight: 600;
    line-height: normal;
    padding-left: 3.458333333333333em;
    white-space: nowrap;
}

.merit_contents {
    padding-top: 23em;
    padding-left: 83em;
}

.merit_contents p {
    color: #FFF;
    font-size: 16em;
    font-weight: 400;
    line-height: 2.2;
}

.merit_contents p span {
    margin-right: 0.5em;
}

.sec04_txt {
    padding-bottom: 80em;
}

.sec04_txt p {
    font-size: 24em;
    text-align: center;
    font-weight: 600;
    line-height: normal;
}

.sec04_txt p span {
    color: #EF5B35;
    border-bottom: solid 1px #EF5B35;
}

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

    .sec04_ttl h2 {
        font-size: 25em;
    }

    .sec04_service {
        width: 335em;
        height: 558em;
        margin: 0 auto;
        margin-right: 0;
        position: unset;
        background-color: #EF5B35;
    }

    .sec04_service::before {
        content: "";
        position: unset;
        inset: 0;
        background: rgba(239, 91, 53, 0.9);
        z-index: 0;
    }

    .sec04_service>* {
        position: unset;
        z-index: 1;
    }

    .sec04_service-img {
        position: unset;
        top: -74em;
        right: 533em;
        width: 295em;
        height: 197em;
        z-index: -1;
        margin: 0 auto;
        padding-top: 20em;
    }

    .sec04_service-img img {
        width: 295em;
        height: 197em;
    }

    .sarvice_ttl {
        width: 174em;
        padding-top: 35em;
    }

    .sarvice_ttl h2 {
        padding-left: 1.25em;
    }

    .service_contents {
        padding: 20em;
    }

    .service_contents p {
        display: flex;
        line-height: 1.6;
        padding-bottom: 1.25em;
    }

    .sec04_merit {
        width: 335em;
        height: 486em;
        margin: 0 auto;
        margin-right: 0;
        position: unset;
        background-color: #EF5B35;
        margin-top: 40em;
    }

    .sec04_merit::before {
        content: "";
        position: unset;
        inset: 0;
        background: rgba(239, 91, 53, 0.9);
        z-index: 0;
    }

    .sec04_merit>* {
        position: unset;
        z-index: 1;
    }

    .sec04_merit-img {
        position: unset;
        top: -74em;
        right: 533em;
        width: 295em;
        height: 197em;
        z-index: -1;
        margin: 0 auto;
        padding-top: 20em;
    }

    .sec04_merit-img img {
        width: 295em;
        height: 197em;
    }

    .merit_ttl {
        width: 174em;
        padding-top: 35em;
    }

    .merit_ttl h2 {
        padding-left: 1.25em;
    }

    .merit_contents {
        padding-block: 20em;
        padding-inline: 30em;
    }

    .merit_contents p {
        display: flex;
        line-height: 1.6;
        padding-bottom: 1.25em;
    }

    .sec04_txt {
        padding-top: 30em;
        padding-bottom: 60em;
    }

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

    .sec04_txt p span {
        color: #EF5B35;
        border-bottom: solid 1px #EF5B35;
    }
}

/* sec05 */
section.sec05 {
    background: #FFF2E9;
}

.sec05_ttl {
    padding-top: 80em;
    padding-bottom: 36em;
}

.sec05_ttl h2 {
    text-align: center;
    font-size: 40em;
    font-weight: bold;
    line-height: normal;
}

.sec05_list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80em;
}

.sec05_box {
    width: 465em;
    height: 267em;
    border: 1px solid #EF5B35;
    background: #FFF;
}

.sec05_box-ttl {
    background: #EF5B35;
    padding-top: 11em;
    padding-bottom: 8em;
}

.sec05_box-ttl h2 {
    color: #fff;
    text-align: center;
    font-size: 24em;
    font-weight: 600;
    line-height: normal;
}

.sec05_box-contents {
    padding-top: 29em;
    padding-left: 97em;
    padding-bottom: 6em;
    padding-right: 97em;
}

.sec05_box-contents p {
    font-size: 16em;
    padding-bottom: 1.375em;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
}

.sec05_box-contents p span {
    display: inline-block;
    margin-right: 0.6875em;
}

.sec05_box-contents p span img {
    width: 0.9375em;
    height: 0.9375em;
}

.sec05_box-middle {
    margin-left: 27.5em;
    margin-right: 20em;
}

.sec05_box-middle img {
    width: 22.5em;
    height: 86.6em;
}

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

    .sec05_ttl h2 {
        font-size: 25em;
    }

    .sec05_list {
        padding-bottom: 60em;
        flex-direction: column;
    }

    .sec05_box {
        width: 335em;
        height: 250em;
    }

    .sec05_box-ttl {
        padding-top: 12em;
        padding-bottom: 12em;
    }

    .sec05_box-ttl h2 {
        font-size: 20em;
    }

    .sec05_box-contents {
        padding: 30em;
    }

    .sec05_box-contents p {
        padding-bottom: 1.25em;
        line-height: 1.2;
    }

    .sec05_box-contents p span {
        vertical-align: middle;
        display: inline-block;
        margin-right: 1.1875em;
    }

    .sec05_box-contents p span img {
        width: 1em;
        height: 1.066666666666667em;
    }

    .sec05_box-middle {
        margin-left: 0em;
        margin-right: 0em;
    }

    .sec05_box-middle img {
        width: 22.5em;
        height: 86.6em;
        transform: rotate(90deg);
        transform-origin: center center;
        display: block;
    }
}

/* sec06 */

.sec06_ttl {
    padding-top: 80em;
    padding-bottom: 80em;
}

.sec06_ttl h2 {
    text-align: center;
    font-size: 40em;
    font-weight: bold;
    line-height: normal;
}

.sec06_ttl h2 span {
    color: #EF5B35;
}

.sec06_ttl p {
    text-align: center;
    font-size: 24em;
    font-weight: 400;
    line-height: 1.6em;
    padding-top: 0.8333333333333333em;
}

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

.sec06_box {
    width: 180em;
}

.sec06_box img {
    width: 100em;
    height: 100em;
    margin: 0 auto;
}

.sec06_box h2 {
    text-align: center;
    font-size: 20em;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 1.75em;
    padding-bottom: 1.25em;
}

.sec06_box:last-of-type h2 {
    padding-top: 1.05em;
    padding-bottom: 0.55em;
}

.sec06_box p {
    font-size: 16em;
    font-weight: 400;
    line-height: 1.7;
}

.sec06_txt {
    padding-bottom: 80em;
}

.sec06_txt p {
    text-align: center;
    font-size: 24em;
    font-weight: 600;
    line-height: normal;
}

.sec06_txt span {
    color: #EF5B35;
}

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

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

    .sec06_ttl h2 span {
        color: #EF5B35;
    }

    .sec06_ttl p {
        font-size: 16em;
        line-height: normal;
        padding-top: 1.875em;
    }

    .sec06_list {
        gap: 25em;
        row-gap: 44em;
        justify-content: center;
        padding-bottom: 30em;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sec06_box {
        width: 155em;
    }

    .sec06_box img {
        width: 58em;
        height: 55em;
        margin: 0 auto;
    }

    .sec06_box h2 {
        font-size: 18em;
        padding-top: 1.5em;
        padding-bottom: 1.222222222222222em;
    }

    .sec06_box:last-of-type h2 {
        padding-top: 0.7777777777777778em;
        padding-bottom: 0.5555555555555556em;
    }

    .sec06_txt {
        padding-bottom: 60em;
    }

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

    .sec06_txt span {
        color: #EF5B35;
    }
}

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

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

.sec07_ttl h2 {
    text-align: center;
    font-size: 40em;
    font-weight: bold;
    line-height: normal;
}

.sec07_ttl p {
    text-align: center;
    font-size: 24em;
    font-weight: 400;
    line-height: 1.6;
    padding-top: 0.8333333333333333em;
}

.sec07_chart {
    width: 784em;
    margin: 0 auto;
    display: flex;
    gap: 28em;
    align-items: center;
    justify-content: center;
}

.sec07_number {
    background-color: #000;
    width: 56em;
    height: 56em;
    border-radius: 50%;
    padding-block: 7em;
}

.sec07_number p {
    text-align: center;
    color: #FFF;
    font-family: din-2014, sans-serif;
    font-size: 30em;
    font-weight: 400;
    line-height: 1.4;
}

.sec07_border {
    border-top: #000 solid 2px;
    width: 252em;
}

.sec07_list {
    display: flex;
    gap: 92em;
    align-items: center;
    justify-content: center;
    padding-top: 20em;
    padding-bottom: 40em;
}

.sec07_box {
    width: 272em;
    height: 355em;
    border: 1px solid #000;
    background: #FFF;
    padding-inline: 41em;
    padding-top: 62em;
    padding-bottom: 44em;
}

.sec07_box:nth-of-type(2) {
    padding-top: 45em;
    padding-bottom: 19em;
}

.sec07_box:nth-of-type(3) {
    padding-bottom: 98em;
}

.sec07_box h2 {
    text-align: center;
    font-size: 24em;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 1.458333333333333em;
    white-space: nowrap;
}

.sec07_box:nth-of-type(2) h2 {
    padding-bottom: 0.75em;
}

.sec07_box p {
    font-size: 16em;
    font-weight: 400;
    line-height: 1.7;
}

.sec07_box p span {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.7;
}

.sec07_txt {
    padding-bottom: 80em;
}

.sec07_txt p {
    text-align: center;
    font-size: 24em;
    font-weight: 600;
    line-height: normal;
}

.sec07_txt span {
    color: #EF5B35;
    border-bottom: solid 1px #EF5B35;
}

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

    .sec07_ttl h2 {
        font-size: 25em;
    }

    .sec07_ttl p {
        font-size: 16em;
        line-height: normal;
        padding-top: 1.875em;
    }

    .sec07_chart {
        display: none;
    }

    .sec07_list {
        gap: 30em;
        padding-top: 0;
        padding-bottom: 30em;
        flex-direction: column;
    }

    .sec07_box {
        width: 335em;
        height: auto;
        padding: 20em;
    }

    .sec07_box:nth-of-type(2) {
        padding: 20em;
    }

    .sec07_box:nth-of-type(3) {
        padding: 20em;
    }

    .sec07_box h2 {
        padding-block: 0.8333333333333333em;
        white-space: nowrap;
    }

    .sec07_box:nth-of-type(2) h2 {
        padding-block: 0.8333333333333333em;
    }

    .sec07_txt {
        padding-bottom: 60em;
    }

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

    .sec07_txt span {
        color: #EF5B35;
        border-bottom: solid 1px #EF5B35;
    }

    .sec07_number {
        background-color: #000;
        width: 49em;
        height: 49em;
        border-radius: 50%;
        padding-block: 7em;
        margin: 0 auto;
    }

    .sec07_number p {
        font-size: 26em;
        line-height: 140%;
    }
}

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

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

.sec08_ttl p {
    text-align: center;
    font-size: 22em;
    font-weight: 400;
    line-height: 1.9;
    padding-top: 0.9090909090909091em;
}

.sec08_list {
    background-color: #F9F9F9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 54em;
    padding-block: 60em;
    margin-bottom: 80em;
}

.sec08_chart {
    width: 67em;
    display: flex;
    gap: 11em;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sec08_number {
    background-color: #EF5B35;
    width: 67em;
    border-radius: 50%;
    padding-block: 12em;
}

.sec08_number p {
    text-align: center;
    color: #FFF;
    font-family: din-2014, sans-serif;
    font-size: 30em;
    font-weight: 400;
    line-height: 1.4;
}

.sec08_border {
    border-left: #EF5B35 solid 2px;
    height: 104em;
}

.sec08_list-right {
    width: 695em;
    display: flex;
    flex-direction: column;
}

.sec08_list-right-txt {
    padding-bottom: 118em;
}

.sec08_list-right-txt:nth-of-type(2) {
    padding-bottom: 95em;
}

.sec08_list-right-txt:nth-of-type(3) {
    padding-bottom: 0em;
}

.sec08_list-right-txt h2 {
    color: #EF5B35;
    font-size: 24em;
    font-weight: 600;
    line-height: 1.4;
}

.sec08_list-right-txt p {
    font-size: 16em;
    padding-top: 1.1875em;
    font-weight: 400;
    line-height: 1.4;
}

.sec08_list-right-txt p span {
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1.7;
}

.sec08_last {
    background-color: #EF5B35;
    padding-block: 64em;
    margin-bottom: 80em;
}

.sec08_last p {
    color: #FFF;
    text-align: center;
    font-size: 36em;
    font-weight: bold;
    line-height: 1.9;
}

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

    .sec08_ttl h2 {
        font-size: 25em;
        line-height: 1.6;
    }

    .sec08_ttl p {
        font-size: 16em;
        line-height: normal;
        padding-top: 1.875em;
    }

    .sec08_list {
        background-color: #F9F9F9;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 15em;
        padding-block: 30em;
        padding-inline: 20em;
        margin-bottom: 60em;
    }

    .sec08_chart {
        width: 49em;
        display: flex;
        gap: 11em;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .sec08_number {
        background-color: #EF5B35;
        width: 49em;
        border-radius: 50%;
        padding-block: 7em;
    }

    .sec08_number p {
        font-size: 26em;
    }

    .sec08_border {
        border-left: #EF5B35 solid 2px;
        height: 132em;
    }

    .sec08_list-right {
        width: 231em;
        display: flex;
        flex-direction: column;
    }

    .sec08_list-right-txt {
        padding-bottom: 90em;
    }

    .sec08_list-right-txt:nth-of-type(2) {
        padding-bottom: 45em;
    }

    .sec08_list-right-txt:nth-of-type(3) {
        padding-bottom: 0em;
    }

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

    .sec08_list-right-txt p {
        padding-top: 0.9375em;
    }

    .sec08_last {
        padding-block: 30em;
        margin-bottom: 60em;
    }

    .sec08_last p {
        font-size: 18em;
    }
}

/* 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-bottom: 60px;
}

@media screen and (max-width:750px) {
    .form-marketo .section-title h2 {
        font-size: 22em;
        /* 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;
        white-space: nowrap;
    }
}