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;
}

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

.sec01_ttl {
    padding-top: 130em;
}

.sec01_ttl h2 {
    font-size: 42em;
    font-weight: 600;
    line-height: normal;
}

.sec01_ttl h1 {
    color: #EB5C2B;
    font-size: 44em;
    font-weight: 700;
    line-height: normal;
    padding-block: 0.4545454545454545em;
}

.sec01_txt {
    padding-bottom: 130em;
}

.sec01_txt p {
    font-size: 16em;
    font-weight: 700;
    line-height: 160%;
}

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

    .sec01_ttl {
        padding-top: 50em;
        padding-bottom: 252em;
    }

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

    .sec01_ttl h1 {
        color: #EB5C2B;
        font-size: 26em;
        padding-block: 0;
        padding-top: 0.3846153846153846em;
    }

    .sec01_txt {
        padding-bottom: 30em;
    }

}

/* sec02 */
section.sec02 {
    background: #F5F5F5;
}

.sec02_ttl {
    padding-top: 80em;
}

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

.sec02_txt {
    padding-block: 40em;
}

.sec02_txt h3 {
    color: #FFF;
    text-align: center;
    font-size: 26em;
    font-weight: 700;
    line-height: normal;
}

.sec02_txt h3 span {
    border-radius: 1.153846153846154em;
    background: #000;
    padding-block: 0.3846153846153846em;
    padding-inline: 1.153846153846154em;
}

.sec02_txt p {
    text-align: center;
    font-size: 18em;
    font-weight: 500;
    line-height: normal;
    padding-top: 1.111111111111111em;
}

.sec02_list {
    display: flex;
    gap: 20em;
}

.sec02_box {
    border-radius: 12em;
    background: #FFF;
    width: 320em;
    padding: 30em 38em;
    text-align: center;
}

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

.sec02_box h2 {
    color: #EB5C2B;
    font-size: 60em;
    font-weight: 700;
    line-height: normal;
}

.sec02_box h2 span {
    color: #000;
    font-size: 0.4em;
}

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

.sec02_last p {
    text-align: center;
    font-size: 20em;
    font-weight: 400;
    line-height: 180%;
}

.sec02_last p span {
    font-weight: 700;
}

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

    .sec02_ttl h2 {
        text-align: left;
        font-size: 22em;
    }

    .sec02_txt {
        padding-block: 40em;
    }

    .sec02_txt h3 {
        font-size: 16em;
        border-radius: 1.875em;
        background: #000;
        display: flex;
        padding: 0.625em 1.875em;
        justify-content: center;
        align-items: center;
        gap: 0.625em;
        width: 15em;
        margin: 0 auto;
    }

    .sec02_txt h3 span {
        /* border-radius: 1.875em;
        padding-block: 0.625em;
        padding-inline: 1.875em; */
        border-radius: unset;
        background: unset;
        padding-block: unset;
        padding-inline: unset;
    }

    .sec02_list {
        flex-direction: column;
        align-items: center;
    }

    .sec02_box {
        width: 335em;
        padding: 10em 30em;
    }

    .sec02_box h2 {
        font-size: 42em;
        line-height: 140%;
    }

    .sec02_box h2 span {
        font-size: 0.5714285714285714em;
    }

    .sec02_last {
        padding-bottom: 40em;
    }

    .sec02_last p {
        text-align: left;
        font-size: 16em;
    }
}

/* sec03 */
.sec03_ttl {
    padding-top: 80em;
    padding-bottom: 40em;
}

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

.sec03_contents {
    display: flex;
    gap: 40em;
}

.sec03_contents-txt {
    width: 460em;
}

.sec03_contents-txt p {
    font-size: 18em;
    font-weight: 400;
    line-height: 200%;
}

.sec03_contents-img {
    width: 500em;
}

.sec03_contents-img img {
    width: 500em;
}

.sec03_sub-ttl {
    padding-block: 40em;
}

.sec03_sub-ttl h2 {
    color: #EB5C2B;
    text-align: center;
    font-size: 26em;
    font-weight: 700;
    line-height: 1.53846;
}

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

.sec03_box {
    width: 320em;
    padding: 30em 20em;
    border-radius: 12em;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20em;
}

.sec03_box h2 {
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
}

.sec03_box img {
    width: 72em;
    margin: 0 auto;
    padding-top: 20em;
}

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

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

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

    .sec03_contents {
        flex-direction: column;
    }

    .sec03_contents-txt {
        width: 100%;
    }

    .sec03_contents-txt p {
        font-size: 16em;
    }

    .sec03_contents-img {
        width: 100%;
    }

    .sec03_contents-img img {
        width: 100%;
    }

    .sec03_sub-ttl h2 {
        font-size: 20em;
        line-height: 1.6;
    }

    .sec03_list {
        flex-direction: column;
        padding-bottom: 40em;
    }

    .sec03_box {
        width: 335em;
        padding: 20em 20em;
        align-items: flex-start;
        gap: 10em;
    }

    .sec03_box-contents {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 5em;
    }

    .sec03_box img {
        width: 62em;
        padding: 0;
    }
}

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

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

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

.sec04_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35em;
    row-gap: 60em;
}

.sec04_box {
    width: 310em;
    position: relative;
}

.sec04_box-number {
    position: absolute;
    left: 27.5em;
    top: -36em;
    width: 61em;
}

.sec04_box-number img {
    width: 61em;
}

.sec04_box-ttl {
    border-bottom: solid 1px #000;
    position: relative;
}

.sec04_box-img {
    position: absolute;
    top: -20em;
    right: 0;
    width: 60em;
}

.sec04_box:nth-of-type(5) .sec04_box-img {
    top: -25em;
}

.sec04_box-img img {
    width: 60em;
}

.sec04_box-txt {
    padding-top: 10em;
}

.sec04_box-top {
    background-color: #FFF;
    border-radius: 20em 20em 0 0;
    padding: 30em;
    position: relative;
}

.sec04_box-top::before {
    position: absolute;
    bottom: -13em;
    left: 50%;
    transform: translateX(-50%);
    width: 27em;
    height: 14em;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.sec04_box-top .sec04_box-ttl p {
    color: #FFF;
    font-size: 14em;
    font-weight: 600;
    line-height: normal;
}

.sec04_box-top .sec04_box-ttl p span {
    background: #696969;
    padding: 2px 10px;
}

.sec04_box-top .sec04_box-ttl h2 {
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
    padding-block: 0.5em;
}

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

.sec04_box-under {
    background-color: #EB5C2B;
    border-radius: 0 0 20em 20em;
    padding: 30em;
}

.sec04_box-under .sec04_box-ttl p {
    color: #EB5C2B;
    font-size: 14em;
    font-weight: 600;
    line-height: normal;
}

.sec04_box-under .sec04_box-ttl p span {
    background: #fff;
    padding: 2px 10px;
}

.sec04_box-under .sec04_box-ttl h2 {
    color: #fff;
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
    padding-block: 0.5em;
}

.sec04_box-under .sec04_box-ttl {
    border-bottom: solid 1px #fff;
}

.sec04_box-under .sec04_box-txt p {
    color: #fff;
    font-size: 16em;
    font-weight: 400;
    line-height: normal;
}

.sec04_txtbox {
    padding-block: 60em;
}

.sec04_txtbox h3 {
    text-align: center;
    font-size: 24em;
    font-weight: 700;
    line-height: normal;
}

.sec04_txtbox h2 {
    color: #EB5C2B;
    text-align: center;
    font-size: 48em;
    font-weight: 700;
    line-height: normal;
    margin-block: 0.625em;
}

.sec04_txtbox h2 span {
    background-color: #fff;
    padding-inline: 0.375em;
    padding-block: 0.2083333333333333em;
}

.sec04_txtbox p {
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
}

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

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

    .sec04_list {
        row-gap: 60em;
        flex-direction: column;
        align-items: center;
    }

    .sec04_box {
        width: 335em;
    }

    .sec04_box-img {
        top: -15em;
    }

    .sec04_box-img img {
        width: 60em;
    }

    .sec04_txtbox {
        padding-bottom: 40em;
    }

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

    .sec04_txtbox h2 {
        font-size: 24em;
        margin-block: 1.666666666666667em;
    }

    .sec04_txtbox h2 span {
        padding-inline: 0.8333333333333333em;
        padding-block: 0.4166666666666667em;
    }

    .sec04_txtbox p {
        font-size: 19em;
    }
}

/* sec05 */
.sec05_ttl {
    padding-top: 80em;
    padding-bottom: 60em;
}

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

.sec05_contents-ttl {
    display: flex;
    gap: 24em;
    align-items: center;
}

.sec05_contents-ttl img {
    width: 152em;
    height: 132em;
}

.sec05_contents-ttl h2 {
    font-size: 24em;
    font-weight: 700;
    line-height: normal;
}

.sec05_list01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10em;
    padding-top: 20em;
    padding-bottom: 60em;
}

.sec05_list01 .sec05_box {
    border-radius: 12em;
    border: 1px solid #000;
    width: 225em;
    height: 363em;
    padding: 30em 20em 20em;
}

.sec05_list01 .sec05_box .sec05_box-ttl {
    padding-bottom: 20em;
}

.sec05_list01 .sec05_box .sec05_box-ttl h2 {
    font-size: 18em;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.sec05_list01 .sec05_box .sec05_box-ttl img {
    width: 72em;
    margin: 0 auto;
    padding-top: 20em;
}

.sec05_arrow img {
    width: 20em;
}

.sec05_list01 .sec05_box p {
    font-size: 16em;
    font-weight: 400;
    line-height: 180%;
}

.sec05_list02 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37em;
    padding-top: 20em;
    padding-bottom: 60em;
}

.sec05_list02 .sec05_box {
    width: 436em;
    height: 526em;
    padding: 30em;
    background: #F1F1F1;
}

.sec05_list02>.sec05_box:nth-of-type(3) {
    padding: 30em 20em;
}

.sec05_list02 .sec05_box .sec05_box-ttl {
    padding-bottom: 20em;
}

.sec05_list02 .sec05_box .sec05_box-ttl h2 {
    font-size: 22em;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.sec05_list02 .sec05_box .sec05_contents {
    display: flex;
    width: 376em;
    padding: 15em 20em;
    align-items: center;
    gap: 20em;
    background-color: #FFF;
}

.sec05_list02 .sec05_box .sec05_contents .sec05_contents-img {
    width: 76em;
}

.sec05_list02 .sec05_box .sec05_contents .sec05_contents-img img {
    width: 76em;
}

.sec05_list02 .sec05_box .sec05_contents .sec05_contents-txt h2 {
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
}

.sec05_list02 .sec05_box .sec05_contents .sec05_contents-txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: normal;
}

.sec05_list02 .sec05_box .sec05_arrow2 img {
    width: 36em;
    margin: 10em auto;
}

.sec05_plus img {
    width: 58em;
}

.sec05_list02 .sec05_box .sec05_contents-right_img img {
    width: 394em;
}

.sec05_list02 .sec05_box .sec05_contents-right_txt {
    padding-top: 20em;
}

.sec05_list02 .sec05_box .sec05_contents-right_txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: 180%;
}

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

.sec05_list03 .sec05_box {
    width: 490em;
    height: 446em;
    padding: 30em 40em;
    background: #F1F1F1;
}

.sec05_list03 .sec05_box .sec05_box-img img {
    width: 410em;
}

.sec05_list03 .sec05_box .sec05_box-txt {
    padding-top: 20em;
}

.sec05_list03 .sec05_box .sec05_box-txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: 200%;
}

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

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

    .sec05_contents-ttl {
        display: flex;
        gap: 0em;
        align-items: flex-start;
        flex-direction: column;
    }

    .sec05_contents-ttl img {
        width: 85em;
        height: 74em;
    }

    .sec05_contents-ttl h2 {
        font-size: 16em;
    }

    .sec05_list01 {
        flex-direction: column;
        padding-bottom: 40em;
    }

    .sec05_list01 .sec05_box {
        width: 335em;
        height: auto;
        padding: 20em 20em 30em;
    }

    .sec05_list01 .sec05_box .sec05_box-ttl {
        padding-bottom: 10em;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-end;
        gap: 10em;
    }

    .sec05_list01 .sec05_box .sec05_box-ttl img {
        width: 62em;
        margin: 0;
        padding-top: 0em;
    }

    .sec05_arrow img {
        transform: rotate(90deg);
    }

    .sec05_list02 {
        flex-direction: column;
        gap: 5em;
        padding-top: 20em;
        padding-bottom: 40em;
    }

    .sec05_list02 .sec05_box {
        width: 335em;
        height: auto;
        padding: 30em 10em;
        background: #F1F1F1;
    }

    .sec05_list02>.sec05_box:nth-of-type(3) {
        padding: 30em 10em;
    }

    .sec05_list02 .sec05_box .sec05_contents {
        width: 315em;
        padding: 15em 10em;
        gap: 10em;
    }

    .sec05_list02 .sec05_box .sec05_contents .sec05_contents-img {
        width: 60em;
    }

    .sec05_list02 .sec05_box .sec05_contents .sec05_contents-img img {
        width: 60em;
    }

    .sec05_list02 .sec05_box .sec05_arrow2 img {
        width: 36em;
        margin: 10em auto;
    }

    .sec05_plus img {
        width: 35em;
    }

    .sec05_list02 .sec05_box .sec05_contents-right_img img {
        width: 315em;
    }

    .sec05_list03 {
        flex-direction: column;
        padding-bottom: 40em;
        padding-top: 20em;
    }

    .sec05_list03 .sec05_box {
        width: 335em;
        height: auto;
        padding: 30em 10em;
    }

    .sec05_list03 .sec05_box .sec05_box-img img {
        width: 315em;
    }

    .sec05_list03 .sec05_box .sec05_box-txt p {
        line-height: normal;
    }
}

/* sec06 */
section.sec06 {
    background: #F5F5F5;
}

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

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

.sec06_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20em;
    padding-bottom: 80em;
}

.sec06_box {
    background: #FFF;
    display: flex;
    width: 490em;
    padding: 20em;
    align-items: center;
    gap: 20em;
}

.sec06_img img {
    width: 102em;
}

.sec06_txt h2 {
    font-size: 20em;
    font-weight: 700;
    line-height: 2;
}

.sec06_txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: normal;
}

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

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

    .sec06_list {
        flex-direction: column;
        gap: 10em;
        padding-bottom: 40em;
    }

    .sec06_box {
        width: 335em;
        padding: 10em;
        gap: 10em;
    }

    .sec06_img img {
        width: 80em;
    }

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

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

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

.sec07_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 35em;
    padding-bottom: 80em;
}

.sec07_box {
    background: #F1F1F1;
    width: 310em;
}

.sec07_img img {
    width: 310em;
}

.sec07_txt {
    padding: 20em;
}

.sec07_txt h2 {
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 0.5555555555555556em;
}

.sec07_txt p {
    font-size: 16em;
    font-weight: 400;
    line-height: normal;
}

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

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

    .sec07_list {
        gap: 15em;
        padding-bottom: 40em;
    }

    .sec07_box {
        width: 160em;
        height: 234em;
    }

    .sec07_img img {
        width: 160em;
    }

    .sec07_txt {
        padding: 10em;
    }

    .sec07_txt h2 {
        font-size: 16em;
        padding-bottom: 0.625em;
    }

    .sec07_txt p {
        font-size: 14em;
    }
}

/* sec08 */
section.sec08 {
    background: #EB5C2B;
    margin-bottom: 80px;
}

.sec08_txt {
    padding-block: 40em;
}

.sec08_txt p {
    color: #FFF;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 1.5em;
}

.sec08_txt h2 {
    color: #FFF;
    text-align: center;
    font-size: 40em;
    font-weight: 700;
    line-height: normal;
}

@media (max-width: 750px) {
    section.sec08 {
        margin-bottom: 40px;
    }

    .sec08_txt p {
        font-size: 18em;
        padding-bottom: 1.666666666666667em;
    }

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

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