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: 220em;
}

.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 70em 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: 100%;
}

.sec01_ttl {
    padding-top: 124em;
}

.sec01_ttl h1 {
    font-size: 64em;
    color: #EB5C2B;
    font-weight: 700;
    font-family: "roboto";
}

.sec01_txt {
    padding-top: 20em;
    padding-bottom: 140em;
}

.sec01_txt p {
    font-size: 24em;
    font-weight: 600;
    line-height: 1.9;
}

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

    .sec01_ttl {
        padding-top: 47em;
    }

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

    .sec01_txt {
        padding-top: 10em;
        padding-bottom: 294em;
    }

    .sec01_txt p {
        font-size: 18em;
        line-height: 2
    }
}

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

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

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

.sec02_list {
    display: flex;
    justify-content: center;
    gap: 60em;
}

.sec02_box {
    width: 470em;
    padding-top: 20em;
    padding-bottom: 30em;
    padding-inline: 35em;
    background-color: #fff;
}

.sec02_img {
    background-image: url(./images/sec02_img01.png);
    background-size: cover;
    padding-block: 90em;
}

.sec02_img p {
    color: #fff;
    font-size: 30em;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.sec02_img2 {
    background-image: url(./images/sec02_img02.png);
    background-size: cover;
    padding-block: 90em;
}

.sec02_img2 p {
    color: #fff;
    font-size: 30em;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.sec02_txt {
    padding-top: 15em;
}

.sec02_txt p {
    position: relative;
    font-size: 18em;
    line-height: 2;
    font-weight: 600;
    padding-left: calc(1.166666666666667em + 0.3333333333333333em);
}

.only-750lh {
    line-height: 2;
}

.sec02_txt p span {
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 1.166666666666667em;
    height: 1.166666666666667em;
    padding-right: 0;
}

.sec02_txt p span img {
    width: 100%;
    height: 100%;
    display: block;
}

.marker_line {
    background: linear-gradient(transparent 60%, #FFFC4A 0%);
}

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

.sec02_contents h3 {
    text-align: center;
    font-size: 30em;
    font-weight: 700;
    line-height: 2;
}

.sec02_contents h3 span.orange_txt {
    background-color: #fff;
    color: #ff6b00;
    border: solid 1px #000;
    padding-inline: 0.3333333333333333em;
    padding-top: 0.0666666666666667em;
    padding-bottom: 0.1em;
    margin-inline: 0.2em;
}

.sec02_contents h3 span.white_txt {
    background-color: #ff6b00;
    color: #fff;
    padding-inline: 0.3333333333333333em;
    padding-top: 0.0666666666666667em;
    padding-bottom: 0.1em;
}

.sec02_last-txt {
    padding-block: 40em;
}

.sec02_last-txt h3 {
    text-align: center;
    font-size: 26em;
    font-weight: 700;
    line-height: 1.8;
}

.sec02_last-txt h3 span {
    color: #FF6B00;
}

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

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

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

    .sec02_list {
        gap: 20em;
        flex-direction: column;
    }

    .sec02_box {
        width: 335em;
        padding-inline: 20em;
    }

    .sec02_img {
        width: 295em;
        padding-block: 68em;
    }

    .sec02_img p {
        font-size: 20em;
        letter-spacing: 1px;
    }

    .sec02_img2 {
        width: 295em;
        padding-block: 68em;
    }

    .sec02_img2 p {
        font-size: 20em;
        letter-spacing: 1px;
    }

    .sec02_txt {
        padding-top: 20em;
    }

    .sec02_txt p {
        font-size: 16em;
        margin-bottom: 0.3em;
        padding-left: calc(1.3125em + 0.375em);
    }

    .only-750lh {
        line-height: 1.4 !important;
    }

    .sec02_txt p span {
        width: 1.3125em;
        height: 1.125em;
    }

    .sec02_contents {
        padding-top: 20em;
        padding-bottom: 20em;
    }

    .sec02_contents h3 {
        font-size: 18em;
    }

    .sec02_contents h3 span.orange_txt {
        margin-inline: 0.1666666666666667em;
    }

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

    .sec02_last-txt h3 {
        font-size: 18em;
        font-weight: 600;
    }
}

/* sec03 */
section.sec03 {
    background-color: #F9F9F9;
}

.sec03_ttl {
    padding-top: 60em;
    padding-bottom: 40em;
}

.sec03_ttl h2 {
    color: #FF6B00;
    text-align: center;
    font-size: 36em;
    font-weight: 700;
}

.sec03_ttl-sub p {
    font-size: 18em;
    font-weight: 600;
}

/* 重なり幅だけを一元管理（= 40em） */
.sec03_list {
    padding-top: 30em;
    padding-bottom: 60em;
    display: flex;
    align-items: stretch;
    --bite: 40em;
}

.sec03_list>div {
    flex-shrink: 0;
}

/* 先頭：右のみ切り欠き（width: 220em のまま） */
.sec03_box-top {
    width: 220em;
    height: 247em;
    background-color: #fff;
    padding: 40em 50em 0em 30em;
    clip-path: polygon(0 0,
            calc(100% - var(--bite)) 0,
            100% 50%,
            calc(100% - var(--bite)) 100%,
            0 100%);
}

/* 中３つ：左右切り欠き（width: 240em のまま） */
.sec03_box-middle1,
.sec03_box-middle2,
.sec03_box-middle3 {
    width: 240em;
    height: 247em;
    padding: 40em 40em 0em 60em;
    margin-left: calc(var(--bite) * -1);
    clip-path: polygon(calc(100% - var(--bite)) 0,
            100% 50%,
            calc(100% - var(--bite)) 100%,
            0 100%,
            var(--bite) 50%,
            0 0);
}

.sec03_box-middle1 {
    background-color: #FFE8C6;
}

.sec03_box-middle2 {
    background-color: #FFF2DF;
}

.sec03_box-middle3 {
    background-color: #FFDCA9;
}

/* 最後：左のみ切り欠き（width: 220em のまま） */
.sec03_box-end {
    width: 220em;
    height: 247em;
    background-color: #FFCA7B;
    padding: 40em 20em 0em 60em;
    margin-left: calc(var(--bite) * -1);
    clip-path: polygon(0 0,
            100% 0%,
            100% 100%,
            0 100%,
            var(--bite) 50%);
}

/* 文字まわり（そのまま使えます） */
.sec03_box-top h2,
.sec03_box-middle1 h2,
.sec03_box-middle2 h2,
.sec03_box-middle3 h2,
.sec03_box-end h2 {
    color: #FF6B00;
    font-size: 20em;
    font-weight: 700;
}

.sec03_box-top p,
.sec03_box-middle1 p,
.sec03_box-middle2 p,
.sec03_box-middle3 p,
.sec03_box-end p {
    font-size: 16em;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 1.25em;
}

.sec03_list2 {
    background-color: #fff;
    display: flex;
    gap: 97em;
    align-items: center;
}

.sec03_list2-left {
    width: 422em;
    padding-top: 19em;
    padding-bottom: 30em;
    margin-left: 60em;
}

.sec03_list2-left p {
    font-size: 18em;
    font-weight: 600;
    line-height: 1.8;
}

.sec03_list2-flex {
    display: flex;
    padding-top: 20em;
}

.sec03_list2-flex h2 {
    color: #FF6B00;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
}

.sec03_list2-flex h2.h2_first {
    width: 10em;
    border-radius: 14px;
    background: #F9F9F9;
    padding-block: 1.25em;
}

.sec03_list2-flex h2.h2_second {
    width: 8em;
    border-radius: 14px;
    background: #F9F9F9;
    padding-block: 1.944444444444444em;
}

.sec03_list2-flex p {
    font-size: 64em;
    font-weight: 250;
    margin-left: 0.15625em;
    margin-right: 0.234375em;
}

.sec03_list2-right img {
    width: 421em;
    flex-shrink: 0;
    aspect-ratio: 54/37;
}

.sec03_second-ttl {
    padding-top: 80em;
    padding-bottom: 30em;
}

.sec03_second-ttl h3 {
    text-align: center;
    font-size: 30em;
    font-weight: 700;
}

.sec03_point-swiper {
    display: flex !important;
    gap: 50em !important;
    padding-bottom: 80em !important;
}

.swiper-slide {
    flex-shrink: unset !important;
}

.sec03_point-box {
    width: 300em;
    height: 403em;
    border-radius: 14px;
    background: #FFF;
    padding-top: 65em;
    padding-inline: 20em;
}

.sec03_point-box img {
    width: 120em;
    padding-bottom: 29em;
    margin: 0 auto;
}

.sec03_point-box p {
    font-size: 18em;
    font-weight: 400;
    line-height: 1.8;
}

@media (min-width: 751px) {

    /* Swiperが未初期化（=無効）の時、wrapperをflex化して gap を再現 */
    .sec03_point-swiper:not(.swiper-initialized) .swiper-wrapper {
        display: flex !important;
        gap: 50em !important;
        padding-bottom: 80em !important;
    }

    .sec03_point-swiper:not(.swiper-initialized) .swiper-slide {
        width: auto !important;
    }
}

@media (max-width: 750px) {
    .sec03_point-swiper {
        display: block !important;
        gap: none !important;
        padding-bottom: 60em !important;
    }

    .swiper-slide {
        flex-shrink: 0 !important;
    }

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

    .sec03_ttl-sub p {
        font-size: 16em;
        line-height: 1.8;
    }

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

    .sec03_box-top {
        width: 335em;
        height: 179em;
        padding: 33em 20em 60em;
        clip-path: polygon(0 0, 100% 0%, 100% 77.65%, 50% 100%, 0 77.65%);
    }

    .sec03_box-middle1,
    .sec03_box-middle2,
    .sec03_box-middle3 {
        width: 335em;
        height: 200em;
        margin-left: 0;
        padding: 58em 20em 57em;
        margin-top: calc(var(--bite) * -1);
        clip-path: polygon(50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    }

    .sec03_box-end {
        width: 335em;
        height: 170em;
        padding: 55em 20em 30em;
        margin-left: 0;
        margin-top: calc(var(--bite) * -1);
        clip-path: polygon(50% 23.53%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
    }

    .sec03_box-top h2,
    .sec03_box-middle1 h2,
    .sec03_box-middle2 h2,
    .sec03_box-middle3 h2,
    .sec03_box-end h2 {
        font-size: 18em;
    }

    .sec03_box-top p,
    .sec03_box-middle1 p,
    .sec03_box-middle2 p,
    .sec03_box-middle3 p,
    .sec03_box-end p {
        padding-top: 0em;
    }

    .sec03_list2 {
        gap: 0em;
        flex-direction: column;
    }

    .sec03_list2-left {
        width: 355em;
        padding: 40em 20em 20em;
        margin-left: 0em;
    }

    .sec03_list2-left p {
        font-size: 16em;
        letter-spacing: 0.1em;
    }

    .sec03_list2-flex {
        align-items: center;
    }

    .sec03_list2-flex h2 {
        font-size: 16em;
        line-height: 1.4;
    }

    .sec03_list2-flex h2.h2_first {
        width: 8.6875em;
        padding-top: 0.875em;
        padding-bottom: 1.125em;
    }

    .sec03_list2-flex h2.h2_second {
        width: 6.5em;
        padding-block: 1.625em;
    }

    .sec03_list2-flex p {
        margin-left: 0.125em;
        margin-right: 0.109375em;
    }

    .sec03_list2-right img {
        width: 335em;
    }

    .sec03_second-ttl {
        padding-top: 40em;
        padding-bottom: 20em;
    }

    .sec03_second-ttl h3 {
        font-size: 18em;
        font-weight: 600;
        line-height: normal;
    }

    .sec03_point-list {
        display: flex;
        gap: 50em;
        padding-bottom: 60em;
    }

    .sec03_point-swiper .swiper-slide {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sec03_point-box {
        width: 260em;
        height: 348em;
        padding-top: 42em;
    }

    .sec03_point-box img {
        width: 104em;
        padding-bottom: 27em;
    }

    .sec03_point-box p {
        font-size: 16em;
    }

    .sec03_point-swiper .swiper-slide {
        width: auto;
    }

    .swiper-pagination {
        margin-top: 20em !important;
        position: sticky !important;
        text-align: center;
        transform: translateZ(0);
        transition: opacity .3s;
        z-index: 10;
    }

    .swiper-pagination-bullet-active {
        background: #FF6B00 !important;
        opacity: var(--swiper-pagination-bullet-opacity, 1);
    }
}

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

.sec04_ttl h2 {
    color: #FF6B00;
    text-align: center;
    font-size: 36em;
    font-weight: 700;
}

.sec04_ttl p {
    padding-top: 2.277777777777778em;
    text-align: center;
    font-size: 18em;
    font-weight: 600;
}

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

.sec04_left {
    width: 475em;
    height: 650em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
}

.sec04_left-ttl {
    background-color: #777777;
    border-radius: 14em 14em 0 0;
    padding-top: 14em;
    padding-bottom: 10em;
}

.sec04_left-ttl h2 {
    text-align: center;
    font-size: 26em;
    font-weight: 600;
    color: #fff;
}

.sec04_left-subttl {
    margin-top: 26em;
    margin-left: 30em;
}

.sec04_left_txt {
    display: flex;
    align-items: center;
}

.sec04_left_txt:nth-of-type(2) {
    display: flex;
    align-items: flex-start;
    margin-top: 10em;
}

.sec04_left_txt p.gray {
    background-color: #777777;
    color: #fff;
    padding: 0.3125em 0.875em 0.25em;
    margin-right: 0.625em;
}

.sec04_left_txt p.orange {
    background-color: #FF6B00;
    height: 2em;
    color: #fff;
    padding: 0.3125em 0.875em 0.25em;
    margin-right: 0.625em;
}

.sec04_left_txt p {
    font-size: 16em;
    font-weight: 600;
    line-height: 1.6;
}

.job_list {
    width: 415em;
    margin-left: 32em;
    margin-right: 28em;
    margin-top: 30em;
    margin-bottom: 90em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20em;
}

.job_box-red {
    width: 125em;
    height: 94em;
    background-color: #FFE9E9;
    border: solid 1px #FF6262;
    border-radius: 10em;
}

.job_box-red h2 {
    color: #FF6262;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.job_box-red h2 span {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.job_box-red p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #FF6262;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.job_box-blue {
    width: 125em;
    height: 94em;
    background-color: #EBF7FF;
    border: solid 1px #2484C5;
    border-radius: 10em;
}

.job_box-blue h2 {
    color: #2484C5;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.job_box-blue h2 span {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.job_box-blue p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #2484C5;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.job_box-green {
    width: 125em;
    height: 94em;
    background-color: #E8F9EC;
    border: solid 1px #6CB57D;
    border-radius: 10em;
}

.job_box-green h2 {
    color: #6CB57D;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.job_box-green h2 span {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.job_box-green p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #6CB57D;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.sec04_right {
    width: 644em;
    height: 650em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
    position: relative;
}

.sec04_right-img {
    position: absolute;
    top: 95em;
    left: 50em;
    z-index: 1;
    width: 293em;
    height: 530em;
}

.sec04_right-img img {
    width: 293em;
    height: 530em;
}

.sec04_middle {
    width: 42em;
    height: 78em;
    margin-left: 24em;
    margin-right: 17em;
}

.sec04_middle img {
    width: 100%;
}

.sec04_right-ttl {
    background-color: #FF6B00;
    border-radius: 14em 14em 0 0;
    padding-top: 14em;
    padding-bottom: 10em;
}

.sec04_right-ttl h2 {
    text-align: center;
    font-size: 26em;
    font-weight: 600;
    color: #fff;
}

.sec04_right-bpo-list {
    width: 604em;
    margin: 70em 20em 0em;
    display: flex;
}

.sec04_right-bpo-list-left {
    width: 387em;
    background: #E6F7FF;
    clip-path: polygon(0% 0%,
            calc(100% - 46em) 0%,
            100% 50%,
            calc(100% - 46em) 100%,
            0% 100%);
}

.sec04_right-bpo-list-left-txt {
    display: flex;
    align-items: center;
    gap: 5em;
    padding-left: 54em;
    padding-top: 15em;
}

.sec04_right-bpo-list-left-txt img {
    width: 9em;
    height: 9em;
}

.sec04_right-bpo-list-left-txt p {
    font-size: 14em;
    font-weight: 600;
    line-height: normal;
}

.sec04_right-bpo-list-left-txt p span {
    color: #fff;
    background-color: #FF6262;
    padding-inline: 0.2857142857142857em;
}

.sec04_right-bpo-joblist {
    display: flex;
    width: 255em;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5em;
    margin-left: 50em;
    margin-top: 5em;
    padding-bottom: 15em;
}

.sec04_right-bpo-job_box-red {
    width: 125em;
    background-color: #FFE9E9;
    border: solid 1px #FF6262;
    border-radius: 10em;
    padding-bottom: 6em;
}

.sec04_right-bpo-job_box-red h2 {
    color: #FF6262;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.sec04_right-bpo-job_box-red h2 span {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.sec04_right-bpo-job_box-red p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #FF6262;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.sec04_right-bpo-job_box-green {
    width: 125em;
    background-color: #E8F9EC;
    border: solid 1px #6CB57D;
    border-radius: 10em;
    padding-bottom: 6em;
}

.sec04_right-bpo-job_box-green h2 {
    color: #6CB57D;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.sec04_right-bpo-job_box-green h2 span {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.sec04_right-bpo-job_box-green p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #6CB57D;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.sec04_right-bpo-list-right {
    width: 263em;
    padding-block: 57em;
    padding-left: 55em;
    padding-right: 24em;
    background: #F9F9F9;
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 100%,
            0% 100%,
            46em 50%);
    margin-left: -46em;
}

.sec04_right-bpo-list-right p {
    text-align: center;
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.sec04_right-bpo-list-right p.blue_back {
    color: #fff;
    background-color: #2484C5;
    margin-bottom: 0.5555555555555556em;
}

/* AI */
.sec04_right-ai-list {
    width: 604em;
    margin: 0 auto;
    margin-top: 25em;
    display: flex;
}

.sec04_right-ai-list-left {
    width: 387em;
    background: #FFF2DF;
    clip-path: polygon(0% 0%,
            calc(100% - 46em) 0%,
            100% 50%,
            calc(100% - 46em) 100%,
            0% 100%);
}

.sec04_right-ai-list-left-txt {
    display: flex;
    align-items: center;
    gap: 5em;
    padding-left: 54em;
    padding-top: 15em;
}

.sec04_right-ai-list-left-txt img {
    width: 9em;
    height: 9em;
}

.sec04_right-ai-list-left-txt p {
    font-size: 14em;
    font-weight: 600;
    line-height: normal;
}

.sec04_right-ai-list-left-txt p span {
    color: #fff;
    background-color: #2484C5;
    padding-inline: 0.2857142857142857em;
}

.sec04_right-ai-joblist {
    display: flex;
    width: 255em;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5em;
    margin-left: 50em;
    margin-top: 5em;
    padding-bottom: 15em;
}

.sec04_right-ai-job_box-blue {
    width: 125em;
    background-color: #EBF7FF;
    border: solid 1px #2484C5;
    border-radius: 10em;
    padding-bottom: 6em;
}

.sec04_right-ai-job_box-blue h2 {
    color: #2484C5;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.sec04_right-ai-job_box-blue h2 span {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.sec04_right-ai-job_box-blue p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #2484C5;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.sec04_right-ai-job_box-green {
    width: 125em;
    background-color: #E8F9EC;
    border: solid 1px #6CB57D;
    border-radius: 10em;
    padding-bottom: 6em;
}

.sec04_right-ai-job_box-green h2 {
    color: #6CB57D;
    text-align: center;
    font-size: 20em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
}

.sec04_right-ai-job_box-green h2 span {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "roboto";
    padding-right: 0.1em;
}

.sec04_right-ai-job_box-green p {
    text-align: center;
    color: #FFF;
    font-size: 16em;
    font-weight: 700;
    background-color: #6CB57D;
    width: 5.5em;
    margin: 0 auto;
    line-height: normal;
}

.sec04_right-ai-list-right {
    width: 263em;
    padding-block: 30em;
    padding-left: 48em;
    padding-right: 17em;
    background: #F9F9F9;
    clip-path: polygon(0% 0%,
            100% 0%,
            100% 100%,
            0% 100%,
            46em 50%);
    margin-left: -46em;
}

.sec04_right-ai-list-right p {
    text-align: center;
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.sec04_right-ai-list-right p.orange_back {
    color: #fff;
    background-color: #FF6B00;
    margin-bottom: 0.5555555555555556em;
}

.sec04_right-ai-list-right p span {
    color: #FF6B00;
}

.job_area {
    background-color: #F9F9F9;
}

.job_area-ttl {
    padding-top: 94em;
    padding-bottom: 40em;
}

.job_area-ttl h2 {
    text-align: center;
    font-size: 30em;
    color: #FF6B00;
}

.job_area-img {
    background: #fff;
    width: 1000em;
    margin: 0 auto;
    padding: 40em 190em 40em 77em;
}

.job_area-img img {
    width: 733em;
    height: 500em;
}

.job_area-txt {
    padding-top: 80em;
    padding-bottom: 56em;
}

.job_area-txt p {
    text-align: center;
    font-size: 30em;
    font-weight: 700;
}

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

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

    .sec04_ttl p {
        padding-top: 2.5em;
        font-size: 16em;
    }

    .sec04_list {
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 40em;
    }

    .sec04_left,
    .sec04_middle,
    .sec04_right {
        flex: 0 0 auto;
    }

    .sec04_list::-webkit-scrollbar {
        height: 6px;
    }

    .sec04_list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 9999px;
    }

    .sec04_list::-webkit-scrollbar-track {
        background: transparent;
    }

    .sec04_left {
        width: 304em;
        height: 472em;
    }

    .sec04_left-ttl {
        padding-top: 14em;
        padding-bottom: 8em;
    }

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

    .sec04_left-subttl {
        margin-top: 20em;
        margin-left: 15em;
    }

    .sec04_left_txt:nth-of-type(2) {
        margin-right: 17em;
    }

    .sec04_left_txt p {
        width: 15.0714285714em;
        font-size: 14em;
    }

    .sec04_left_txt p.gray {
        width: 3.6428571429em;
        padding: 0.4285714286em 0.7857142857em;
        margin-right: 0.7142857143em;
    }

    .sec04_left_txt p.orange {
        width: 3.6428571429em;
        height: 2.3571428571em;
        padding: 0.4285714286em 0.7857142857em;
        margin-right: 0.7142857143em;
    }

    .job_list {
        width: 274em;
        margin-left: 15em;
        margin-right: 15em;
        margin-top: 23em;
        margin-bottom: 30em;
        gap: 5em;
        row-gap: 10em;
    }

    .job_box-red,
    .job_box-blue,
    .job_box-green {
        width: 88em;
        height: 70em;
        border-radius: 8em;
    }

    .job_box-red h2,
    .job_box-blue h2,
    .job_box-green h2 {
        font-size: 16em;
        letter-spacing: 0.809px;
    }

    .job_box-red h2 span,
    .job_box-blue h2 span,
    .job_box-green h2 span {
        font-size: 1.875em;
        padding-right: 0.1875em;
    }

    .job_box-red p,
    .job_box-blue p,
    .job_box-green p {
        font-size: 12em;
        width: 5.9166666667em;
    }

    .sec04_middle {
        width: 31em;
        height: 56em;
        margin: 208em 15em 0;
    }

    .sec04_right {
        width: 492em;
        height: 612em;
    }

    .sec04_right-img {
        top: 81em;
        left: 35em;
        width: 221em;
        height: 504em;
    }

    .sec04_right-img img {
        width: 221em;
        height: 504em;
    }

    .sec04_right-ttl {
        padding-top: 12em;
    }

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

    .sec04_right-bpo-list {
        width: 100%;
        margin: 68em 19em 0;
    }

    .sec04_right-bpo-list-left {
        width: 271em;
        clip-path: polygon(0% 0%, calc(100% - 35em) 0%, 100% 50%, calc(100% - 35em) 100%, 0% 100%);
    }

    .sec04_right-bpo-list-left-txt {
        padding-left: 30em;
    }

    .sec04_right-bpo-list-left-txt p span {
        padding-left: 0.3571428571em;
    }

    .sec04_right-bpo-joblist {
        width: 181em;
        margin-left: 35em;
        margin-top: 13em;
        gap: 5em;
        padding-bottom: 15em;
    }

    .sec04_right-bpo-job_box-red,
    .sec04_right-bpo-job_box-green {
        width: 88em;
        padding-bottom: 11em;
    }

    .sec04_right-bpo-job_box-red h2,
    .sec04_right-bpo-job_box-green h2 {
        font-size: 16em;
        letter-spacing: 0.809px;
    }

    .sec04_right-bpo-job_box-red h2 span,
    .sec04_right-bpo-job_box-green h2 span {
        font-size: 1.875em;
        padding-right: 0.1875em;
    }

    .sec04_right-bpo-job_box-red p,
    .sec04_right-bpo-job_box-green p {
        font-size: 12em;
        width: 5.9166666667em;
    }

    .sec04_right-bpo-list-right {
        width: 217em;
        padding-block: 0;
        padding-top: 78em;
        padding-left: 50em;
        padding-right: 25em;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 35em 50%);
        margin-left: -35em;
    }

    .sec04_right-bpo-list-right p {
        font-size: 14em;
    }

    .sec04_right-bpo-list-right p.blue_back {
        margin-bottom: 0.4285714286em;
    }

    /* AI */
    .sec04_right-ai-list {
        width: 452em;
        margin: 10em auto 0;
    }

    .sec04_right-ai-list-left {
        width: 271em;
        clip-path: polygon(0% 0%, calc(100% - 35em) 0%, 100% 50%, calc(100% - 35em) 100%, 0% 100%);
    }

    .sec04_right-ai-list-left-txt {
        padding-left: 30em;
    }

    .sec04_right-ai-joblist {
        width: 181em;
        margin-left: 35em;
        margin-top: 14em;
        gap: 5em;
    }

    .sec04_right-ai-job_box-blue,
    .sec04_right-ai-job_box-green {
        width: 88em;
        padding-bottom: 11em;
    }

    .sec04_right-ai-job_box-blue h2,
    .sec04_right-ai-job_box-green h2 {
        font-size: 16em;
    }

    .sec04_right-ai-job_box-blue h2 span,
    .sec04_right-ai-job_box-green h2 span {
        font-size: 1.875em;
        padding-right: 0.1875em;
    }

    .sec04_right-ai-job_box-blue p,
    .sec04_right-ai-job_box-green p {
        font-size: 12em;
        width: 5.9166666667em;
    }

    .sec04_right-ai-list-right {
        width: 217em;
        padding-block: 0;
        padding-top: 47em;
        padding-left: 43em;
        padding-right: 20em;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 35em 50%);
        margin-left: -35em;
    }

    .sec04_right-ai-list-right p {
        font-size: 14em;
    }

    .sec04_right-ai-list-right p.orange_back {
        margin-bottom: 0.4285714286em;
    }

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

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

    .job_area-img {
        width: 335em;
        padding: 40em 20em;
    }

    .job_area-img img {
        width: 295em;
        height: 366em;
    }

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

    .job_area-txt p {
        font-size: 18em;
    }
}

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

.sec05_ttl h2 {
    text-align: center;
    color: #FF6B00;
    font-size: 36em;
    font-weight: 700;
}

.sec05_contents-ttl {
    border-bottom: solid 1px #000;
}

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

.sec05_list {
    margin-top: 31em;
    display: flex;
}

.ai_ocr-left-box {
    width: 475em;
    height: 396em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
}

.ai_ocr-left-ttl {
    background-color: #777777;
    border-radius: 14em 14em 0 0;
    padding-top: 14em;
    padding-bottom: 10em;
}

.ai_ocr-left-ttl h2 {
    text-align: center;
    font-size: 26em;
    font-weight: 600;
    color: #fff;
}

.ai_ocr-left-img {
    margin-top: 26em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai_ocr-left-img01 {
    width: 75em;
    height: 70em;
    margin-right: 25em;
}

.ai_ocr-left-arrow {
    width: 15em;
    height: 24.25em;
}

.ai_ocr-left-img02 {
    width: 158em;
    height: 119em;
    margin-left: 16em;
    margin-right: 20em;
}

.ai_ocr-left-img03 {
    width: 75em;
    height: 70em;
    margin-left: 21em;
}

.ai_ocr-left-txt {
    display: flex;
}

.ai_ocr-left-txt01 {
    width: 88em;
    margin-left: 19em;
    margin-top: 49em;
}

.ai_ocr-left-txt02 {
    width: 207em;
    margin-left: 27em;
    margin-right: 32em;
}

.ai_ocr-left-txt02 img {
    width: 207em;
}

.ai_ocr-left-txt03 {
    width: 88em;
    margin-top: 49em;
}

.ai_ocr-left-txt01 h2 {
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
}

.ai_ocr-left-txt01 p {
    font-size: 14em;
    font-weight: 400;
    line-height: normal;
    padding-top: 0.8571428571428571em;
}

.ai_ocr-left-txt02 p {
    font-size: 14em;
    font-weight: 400;
    line-height: 2;
    padding-top: 0.5714285714285714em;
}

.ai_ocr-left-txt03 h2 {
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
}

.ai_ocr-left-under {
    margin-top: 23em;
    display: flex;
    align-items: center;
    gap: 20em;
}

.ai_ocr-left-circle {
    background-color: #577EA5;
    width: 90em;
    height: 90em;
    padding-block: 30em;
    padding-inline: 27em;
    border-radius: 50%;
}

.ai_ocr-left-circle p {
    color: #FFF;
    text-align: center;
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
}

.ai_ocr-left-under-txt p {
    font-size: 16em;
    font-weight: 600;
    line-height: 2;
    display: flex;
    align-items: center;
}

.ai_ocr-left-under-txt img {
    width: 1.166666666666667em;
    margin-right: 0.6875em;
}

.sec05_middle {
    width: 42em;
    height: 78em;
    margin-left: 24em;
    margin-right: 20em;
    margin-top: 158em;
}

.sec05_middle img {
    width: 100%;
}

.ai_ocr-right-box {
    width: 639em;
    height: 396em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
}

.ai_ocr-right-ttl {
    background-color: #FF6B00;
    border-radius: 14em 14em 0 0;
    padding-top: 14em;
    padding-bottom: 10em;
}

.ai_ocr-right-ttl h2 {
    text-align: center;
    font-size: 26em;
    font-weight: 600;
    color: #fff;
}

.ai_ocr-right-img {
    margin-top: 51em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai_ocr-right-img01 {
    width: 75em;
    height: 70em;
    margin-right: 25em;
}

.ai_ocr-right-arrow {
    width: 15em;
    height: 24.25em;
}

.ai_ocr-right-img02 {
    width: 125em;
    height: 95em;
    margin-left: 25em;
    margin-right: 27em;
}

.ai_ocr-right-img03 {
    width: 114em;
    height: 112em;
    margin-left: 30em;
    margin-right: 42em;
}

.ai_ocr-right-img04 {
    width: 75em;
    height: 70em;
    margin-left: 11em;
}

.ai_ocr-right-txt {
    display: flex;
    margin-top: 24em;
}

.ai_ocr-right-txt01 {
    width: 88em;
    margin-left: 18em;
    margin-top: 10em;
}

.ai_ocr-right-txt01 h2 {
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
}

.ai_ocr-right-txt01 p {
    font-size: 14em;
    font-weight: 400;
    line-height: normal;
    padding-top: 0.8571428571428571em;
}

.ai_ocr-right-txt02 {
    width: 153em;
    margin-left: 44em;
    margin-right: 29em;
}

.ai_ocr-right-txt02 h2 {
    color: #FFF;
    text-align: center;
    font-size: 16em;
    line-height: normal;
    background: #FF6B00;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}

.ai_ocr-right-txt02 p {
    font-size: 14em;
    font-weight: 400;
    line-height: 2;
    padding-top: 0.5714285714285714em;
}

.ai_ocr-right-txt03 {
    width: 169em;
    margin-right: 38em;
    margin-top: 10em;
}

.ai_ocr-right-txt03 h2 {
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
}

.ai_ocr-right-txt03 p {
    font-size: 14em;
    font-weight: 400;
    line-height: 2;
    padding-top: 0.8571428571428571em;
}

.ai_ocr-right-txt04 {
    margin-top: 10em;
}

.ai_ocr-right-txt04 h2 {
    font-size: 16em;
    font-weight: 600;
    line-height: normal;
}

.ai_ocr-right-under {
    margin-top: 23em;
    display: flex;
    align-items: flex-start;
    gap: 20em;
}

.ai_ocr-right-circle {
    background-color: #FF6B00;
    width: 90em;
    height: 90em;
    padding-block: 30em;
    padding-inline: 27em;
    border-radius: 50%;
}

.ai_ocr-right-circle p {
    color: #FFF;
    text-align: center;
    font-size: 18em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
}

.ai_ocr-right-under-txt p {
    font-size: 16em;
    font-weight: 600;
    line-height: 2;
    display: flex;
    align-items: center;
}

.ai_ocr-right-under-txt img {
    width: 1.166666666666667em;
    margin-right: 0.6875em;
}

.top {
    padding-top: 132em;
    padding-bottom: 100em;
}

.ai_vob-left-box {
    width: 475em;
    height: 455em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
}

.ai_vob-left-img {
    width: 428em;
    height: 225em;
    margin: 0 auto;
    margin-top: 16em;
}

.ai_vob-left-img img {
    width: 428em;
    height: 225em;
}

.ai_vob-left-txt {
    margin: 30em;
}

.ai_vob-left-txt p {
    font-size: 16em;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.07em;
}

.ai_vob-right-box {
    width: 639em;
    height: 677em;
    border: solid 1px #B0AFAF;
    border-top: none;
    border-radius: 14em;
}

.ai_vob-right-img {
    width: 499em;
    height: 467em;
    margin: 0 auto;
    margin-top: 16em;
}

.ai_vob-right-img img {
    width: 499em;
    height: 467em;
}

.ai_vob-right-txt {
    margin: 30em;
}

.ai_vob-right-txt p {
    font-size: 16em;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.07em;
}

.ai_vob-right-txt p span {
    color: #fff;
    background-color: #FF6B00;
    padding-inline: 0.5em;
    padding-block: 0.1em;
}

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

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

    .sec05_contents-ttl h2 {
        font-size: 18em;
        padding-bottom: 0.5555555555555556em;
    }

    .sec05_list {
        padding-bottom: 40em;
        margin-top: 20em;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sec05_list>div {
        flex-shrink: 0;
    }

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

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

    .top {
        padding-top: 40em;
    }

    .ai_vob-right-box {
        width: 555em;
    }
}

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