@charset "UTF-8";
/*--------------------------------------------------
	＜共通＞
--------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto:900,700,500,400,300,100);

html {
    scroll-behavior: smooth;
    scroll-margin-top: 80px;
}
body {
    font-family:
        "Noto Sans JP",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Helvetica Neue",
        Arial,
        "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        Meiryo,
        sans-serif;
    letter-spacing: 0.02em;
}

h1,
h2,
h3 {
    margin: 0;
}

.container {
    position: relative;
}

.container sup {
    font-size: 42%;
    top: -1em;
}

img {
    max-width: 100%;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .sp-center {
        text-align: center;
    }

    .sp-mb05 {
        margin-bottom: 0.5em;
    }
}
.br-1407 {
    display: none;
}
@media screen and (max-width: 1407px) and (min-width: 640px) {
    .br-1407 {
        display: block !important;
    }
    .sp.br-1407 {
        display: block !important;
    }
}
.br-1024 {
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 640px) {
    .br-1024 {
        display: block !important;
    }
    .sp.br-1024 {
        display: block !important;
    }
}
.br-1320-641 {
    display: none;
}
@media screen and (max-width: 1320px) and (min-width: 640px) {
    .br-1320-641 {
        display: block !important;
    }
}
.br-1320-641 {
    display: none;
}
@media screen and (max-width: 1100px) and (min-width: 641px) {
    .br-1100-641 {
        display: block !important;
    }
    .br-1100-641.pc {
        display: none !important;
    }
}
.br-1100-641 {
    display: none;
}
@media screen and (max-width: 1100px) and (min-width: 641px) {
    .br-1100-641 {
        display: block !important;
    }
    .br-1100-641.pc {
        display: none !important;
    }
}
@media screen and (max-width: 1100px) and (min-width: 641px) {
    .n-br-1100-641 {
        display: none !important;
    }
}

/*--------------------------------------------------
	CTAボタン
--------------------------------------------------*/
.btn {
    background: #ee8b2f;
    color: #fff;
    display: block;
    width: fit-content;
    text-decoration: none;
    border-radius: 120px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: opacity 0.3s ease;
}
.btn:hover {
    opacity: 0.7;
}
.btn.kvbtn {
    position: relative;
    width: 427px;
    height: 70px;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .btn.kvbtn {
        height: 50px;
    }
}
.btn.kvbtn.material {
    margin: 0 0 10px;
}
@media screen and (max-width: 640px) {
    .btn.kvbtn.material {
        margin: 0;
    }
}
.btn.kvbtn.inquiry {
    background: #fff;
    border: solid 2px #ee8b2f;
    color: #ee8b2f;
}
.btn.kvbtn.inquiry::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/arrow02.svg) no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 1207px) {
    .btn.kvbtn {
        order: 3;
    }
}
@media screen and (max-width: 640px) {
    .btn.kvbtn {
        font-size: 18px;
    }
}
.btn.foot {
    padding: 60px 150px;
    display: flex;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .btn.foot {
        width: 100%;
        padding: 20px 0 27px;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }
}
.smalltxt {
    font-size: 18px;
}
@media screen and (max-width: 640px) {
    .smalltxt {
        font-size: 14px;
        text-align: center;
    }
}
.btn.kvbtn::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 40px;
    height: 40px;
    content: "";
    background: url(../images/arrow01.svg) no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .btn.kvbtn::after,
    .btn.kvbtn.inquiry::after {
        width: 29px;
        height: 29px;
        right: 12px;
    }
}

/*--------------------------------------------------
	ROBOTOフォント対応
--------------------------------------------------*/
.roboto {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.roboto100 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 100 !important;
}

.roboto200 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 300 !important;
}

.roboto300 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 300 !important;
}

.roboto400 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 400 !important;
}

.roboto500 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 500 !important;
}

.roboto700 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 700 !important;
}

.roboto900 {
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 900 !important;
}

/*--------------------------------------------------
	＜section_cont内 共通＞
--------------------------------------------------*/
h2.section_head {
    padding: 10px 10px;
    font-size: 44px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    h2.section_head {
        font-size: 28px;
    }
}

.section_cont {
    padding: 40px 0 40px;
    margin: 0 auto;
    width: 960px;
}

.section_cont p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .section_cont {
        padding: 20px 0 30px;
        margin: 0px 10px;
        width: auto;
    }

    .section_cont p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------
	＜共通要素＞
--------------------------------------------------*/
:root {
    --primary-color: #e7f4ff;
    --primary-dark-color: #3490dd;
    --secondary-dark-color: #333;
    --left-padding-master: 10px;
    --left-padding-master-forSP: 4px;
    --kv-top-padding-master: 76px;
    --kv-top-padding-master-forSP: 68px;
    --kv-bottom-padding-master: 10px;
    /* font size */
    --title-font-size: 44px;
    --logo--font: "Source Sans 3", sans-serif;
}

/*--------------------------------------------------
	＜section2_cont内 共通＞
--------------------------------------------------*/
h2.section2_head,
h1.section2_head {
    font-size: var(--title-font-size);
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
}

@media screen and (max-width: 640px) {
    h2.section2_head,
    h1.section2_head {
        margin-bottom: 35px;
        font-size: 22px;
        letter-spacing: 0;
    }
}

.section2_cont {
    padding: 0 10% 107px;
    margin: 0 auto;
}

.section2_cont p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}

.section2_cont .f_small {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    .section2_cont {
        width: 100%;
        padding: 20px 0 30px;
        margin: 0px auto;
        width: auto;
    }
    .section2_cont .f_small {
        font-size: 14px;
    }
}

/*--------------------------------------------------
	＜KeyVisual　ソリューション事業推進部＞
--------------------------------------------------*/
.kv_emm {
    padding-left: var(--left-padding-master);
    padding-right: var(--left-padding-master);
}

.kv_emm2 {
    padding-left: 0;
    padding-right: 0;
}

.kv_emm_area {
    position: relative;
    display: flex;
    justify-content: center;
}

.kv_emm_area2 {
    width: 100%;
    padding: 0 0 53px;
    margin: 0 auto;
    background: var(--primary-color);
    position: relative;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2 {
        padding: 0;
    }
}
.kv_emm_area2__wrap {
    /* display: flex; */
    position: relative;
    z-index: 5;
    padding: 0 10% 183px;
    /* justify-content: space-between; */
    max-width: 1120px;
}
.kv_emm_area2__wrap::after {
    position: absolute;
    bottom: 91px;
    right: 65px;
    width: 41.5%;
    aspect-ratio: 586/438;
    content: "";
    background: url(../images/img_kv_img.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1150px) and (min-width: 640px) {
    .kv_emm_area2__wrap {
        /* display: flex; */
        position: relative;
        z-index: 5;
        padding: 0 20px 183px;
        max-width: 1120px;
    }
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__wrap::after {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .section2_cont.kv_emm_area2__wrap {
        flex-wrap: wrap;
        padding: 18px 20px 0px;
    }
}
@media screen and (max-width: 1207px) {
    .kv_emm_area2__txtbox {
        display: contents;
        padding: 40px 20px 0;
    }
}
.kv_emm_area2__logo {
    font-size: 50px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0.02em;
    line-height: 1;
    margin: 0 0 0 -4px;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__logo {
        font-size: 27px;
        letter-spacing: 0.02em;
        margin: -2px 0 0;
    }
}
.kv_emm_area2__logo span {
    color: var(--primary-dark-color);
    font-weight: 400;
    margin: 0 0 0 12px;
}

@media screen and (max-width: 640px) {
    .kv_emm_area2__logo span {
        margin: 0 0 0 4px;
    }
}
.kv_emm_area2__logo span2 {
    color: var(--secondary-dark-color);
    font-weight: 400;
    margin: 0 0 0 12px;
}

@media screen and (max-width: 640px) {
    .kv_emm_area2__logo span2 {
        margin: 0 0 0 4px;
    }
}
.kv_emm_area2 p {
    font-weight: 700;
    text-align: left;
}
.kv_emm_area2__ttl {
    color: #333333;
    font-size: var(--kv-title-size);
    line-height: 1.4;
    margin: 50px 0 21px;
    font-size: 52px;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 1389px) and (min-width: 1208px) {
    .kv_emm_area2__ttl {
        font-size: 40px;
    }
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__ttl {
        margin: 0 0 8px;
        font-size: 27px;
        letter-spacing: 0;
    }
}
.kv_emm_area2__ttl strong {
    margin: 0 4px 5px;
    width: fit-content;
    letter-spacing: 0.02em;
    color: var(--primary-dark-color);
    background: #fff;
    padding: 4px 6px 11px;
    line-height: 1;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__ttl strong {
        font-size: 27px;
        margin: 0 6px 5px 0;
        padding: 3px 3px 6px;
    }
}
.kv_emm_area2__ttl span {
    color: var(--primary-dark-color);
    margin: 0 -4px;
}
@media screen and (max-width: 641px) {
    .kv_emm_area2__ttl span {
        color: var(--primary-dark-color);
        margin: 0;
    }
}
.kv_emm_area2__ttl span:nth-of-type(3) {
    color: var(--primary-dark-color);
    margin: 0 0 0-4px;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__item {
    }
}
.kv_emm_area2__wrap .kv_emm_area2__txt {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--secondary-dark-color);
    margin: 0 0 1px;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__wrap .kv_emm_area2__txt {
        font-size: 12px;
    }
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__img {
        width: 85.97014925%;
        margin: 0 auto 7px;
    }
}
.kv_emm_area2__block {
    margin: 0 0 27px;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2__block {
        margin: 0;
    }
}

.kv_emm_area2 .btnarea {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0 4px;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2 .btnarea {
        flex-direction: row;
    }
}
.kv_emm_area2 .btnarea .btn {
    position: relative;
    width: 427px;
    padding: 10px 0;
}
@media screen and (max-width: 640px) {
    .kv_emm_area2 .btnarea .btn {
        width: 49.25373134%;
    }
}
@media screen and (max-width: 641px) {
    .kv_emm_area2 .btnarea .btn::after {
        display: none;
    }
}

.kv_emm_area2__bottombg {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.share__wrap {
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    border: solid 1px #adadad;
    border-radius: 20px;
    padding: 30px 30px 29px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
@media screen and (max-width: 640px) {
    .share__wrap {
        padding: 19px 20px 13px;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 10px;
        gap: 13px 0;
    }
}

.share__wrap__img01 {
    width: 23.64864865%;
}
@media screen and (max-width: 640px) {
    .share__wrap__img01 {
        width: 41%;
    }
}
.share__wrap .share__wrap__txt {
    width: 72.2972973%;
    display: block;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}
@media screen and (max-width: 640px) {
    .share__wrap .share__wrap__txt {
        width: 100%;
        font-size: 14px;
    }
}
.strength {
    margin: 0 auto;
    background: linear-gradient(to top, #ecf6ff, #f9fcff, #fff);
    position: relative;
}
@media screen and (max-width: 640px) {
    .strength {
        margin: 0 auto;
        padding: 0 20%;
    }
}
.strength.section2_cont {
    padding: 110px 20px 13px;
}
@media screen and (max-width: 640px) {
    .strength.section2_cont {
        padding: 56px 20px 54px;
    }
}
.logo01 {
    width: 341px;
    margin: 0 0 -30px;
}
@media screen and (max-width: 640px) {
    .logo01 {
        width: 185px;
        margin: 20px 0 0;
    }
}
.strength__wrap {
    position: relative;
    z-index: 5;
}
.strength .box-cont {
    margin: 12px auto 72px;
}
@media screen and (max-width: 640px) {
    .strength .box-cont {
        margin: 0;
    }
}
.strength .section2_head__txt {
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 160%;
    font-weight: 700;
    margin: 0 auto -9px;
}
@media screen and (max-width: 640px) {
    .strength .section2_head__txt {
        font-size: 14px;
        padding: 22px 6px 6px;
    }
}
.strength .section2_head {
    display: flex;
    margin: 0 auto 27px;
    justify-content: center;
    gap: 0 5px;
    align-items: center;
    font-weight: 700;
    font-size: 52px;
    letter-spacing: 0.02em;
    line-height: 1;
}
@media screen and (max-width: 640px) {
    .strength .section2_head {
        font-size: 28px;
        margin: 0 auto;
        padding: 0 0 36px;
    }
}
.strength .section2_head .jatxt {
    position: relative;
    top: -5px;
}
@media screen and (max-width: 640px) {
    .strength .section2_head .jatxt {
        position: relative;
        top: -2px;
        margin: 0 5px 0 0;
    }
}
.strength .section2_head strong {
    font-size: 57px;
    font-weight: 400;
    font-family: var(--logo--font);
}
@media screen and (max-width: 640px) {
    .strength .section2_head strong {
        font-size: 28px;
    }
}
.strength .section2_head strong span {
    font-weight: 700;
    color: var(--primary-dark-color);
}
@media screen and (max-width: 640px) {
    .strength .section2_head strong span {
        margin: 0;
    }
}
.strength .section2_head strong span2 {
    font-weight: 700;
    color: var(--secondary-dark-color);
}
@media screen and (max-width: 640px) {
    .strength .section2_head strong span2 {
        margin: 0;
    }
}
.strength .number {
    color: var(--primary-dark-color);
    margin: 0 0 4px;
    font-size: 20px !important;
}
@media screen and (max-width: 641px) {
    .strength .number {
        font-weight: 700 !important;
        font-size: 16px !important;
        margin: -7px 0 4px;
    }
}

@media screen and (max-width: 640px) {
    .strength .box-cont-txt {
        width: fit-content;
    }
}
.strength__img {
    width: 32.09628887%;
}
@media screen and (max-width: 640px) {
    .strength__img {
        width: 70.14925373%;
        margin: 0;
    }
}

.strength .movie-title h3 {
    display: block;
    width: fit-content;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 0 auto 19px;
    background: var(--primary-dark-color);
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 640px) {
    .strength .movie-title h3 {
        font-size: 18px;
        padding: 9.5px 25px 12px;
    }
}
.strength .movie-title h3::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    content: "";
    background: url(../images/polygon01.svg) no-repeat center;
    background-size: contain;
}

.service.section2_cont {
    padding: 100px 10% 80px;
    position: relative;
    background: #e7f4ff;
}
@media screen and (max-width: 640px) {
    .service.section2_cont {
        padding: 50px 20px 60px;
        position: relative;
        background: #e7f4ff;
    }
}
.service .section2_head {
    font-size: 52px;
    margin: 0 auto 17px;
}
@media screen and (max-width: 640px) {
    .service .section2_head {
        font-size: 28px;
        margin: 0 auto 27px;
    }
}
.service__txt {
    font-size: 16px !important;
    letter-spacing: 0.02em;
    line-height: 1.6 !important;
    margin: 0 auto 34px;
}
@media screen and (max-width: 640px) {
    .service__txt {
        font-size: 14px !important;
        margin: 0 auto 32px;
        text-align: left !important;
    }
}
.service .list {
    display: flex;
    gap: 0 1.78571429%;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1230px) {
    .service .list {
        flex-wrap: wrap;
        gap: 20px 0;
    }
}
.service .list .item {
    width: 32.14285714%;
    background: #fff;
    padding: 31px 20px 34px;
    border-radius: 20px;
}
@media screen and (max-width: 1230px) and (min-width: 641px) {
    .service .list .item {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .service .list .item {
        width: 100%;
        background: #fff;
        padding: 22px 20px 25px;
        border-radius: 10px;
    }
    .service .list .item:nth-of-type(3) .service__img {
        width: 36.27118644%;
    }
}
.service .list .ttl {
    font-size: 20px;
    margin: 0 auto 30px;
    color: var(--primary-dark-color);
    text-align: center;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
    .service .list .ttl {
        font-size: 18px;
        margin: 0 auto 25px;
        color: var(--primary-dark-color);
        text-align: center;
    }
}
.service .list .item .txt {
    font-size: 16px;
    text-align: left;
}
@media screen and (max-width: 1320px) and (min-width: 641px) {
    .service .list .item .txt {
        text-align: center;
    }
}
@media screen and (max-width: 640px) {
    .service .list .item .txt {
        font-size: 14px;
    }
}
.service .list .item .txt small {
    font-size: 12px;
    margin: 19px 0 0;
    display: inline-block;
}
@media screen and (max-width: 640px) {
    .service .list .item .txt small {
        font-size: 10px;
    }
}
.service__img {
    width: 44.6875%;
    margin: 0 auto 35px;
}
@media screen and (max-width: 1230px) and (min-width: 641px) {
    .service__img {
        width: 15%;
        margin: 0 auto 23px;
    }
}
@media screen and (max-width: 640px) {
    .service__img {
        width: 48.47457627%;
        margin: 0 auto 23px;
    }
}
.new.section2_cont {
    position: relative;
    background: #fff;
    padding: 102px 10% 82px;
}
@media screen and (max-width: 640px) {
    .new.section2_cont {
        padding: 57px 0;
    }
}
.new__wrap {
    position: relative;
    z-index: 5;
    padding: 48px 0 0;
}
@media screen and (max-width: 640px) {
    .new__wrap {
        padding: 12px 0 0;
    }
    .new__wrap::before {
        position: absolute;
        top: 22px;
        left: 50%;
        transform: translateX(-50%);
        width: 15px;
        height: 10px;
        content: "";
        background: var(--primary-dark-color);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }
    .new__wrap::after {
        position: absolute;
        top: -3px;
        left: 50%;
        transform: translateX(-50%);
        width: 78.66666667%;
        height: 28px;
        content: "おすすめ";
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background: var(--primary-dark-color);
        border-radius: 100px;
        box-sizing: border-box;
        padding: 3px 0 0;
    }
}
.new .section2_head {
    font-size: 52px;
}
@media screen and (max-width: 640px) {
    .new .section2_head {
        font-size: 22px;
    }
}
.newlist {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    gap: 0 1.78571429%;
}
@media screen and (max-width: 640px) {
    .newlist {
        display: contents;
        gap: 55px 0;
    }
}
.newitem {
    width: 49.10714286%;
    border-radius: 20px;
    border: solid 1px #adadad;
    padding: 19px 30px 25px;
}
@media screen and (max-width: 640px) {
    .newitem {
        width: 520px;
        border-radius: 10px;
        border: solid 1px #adadad;
        padding: 17px 20px 30px;
    }
    .newitem.last {
        margin: 55px 0 0;
    }
}
.newitem.recommendation {
    position: relative;
}
.newitem.recommendation::after {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 88%;
    height: 47px;
    content: "おすすめ";
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: var(--primary-dark-color);
    border-radius: 100px;
    box-sizing: border-box;
    padding: 3.8px 0 0;
}
.newitem.recommendation::before {
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 10px;
    content: "";
    background: var(--primary-dark-color);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 640px) {
    .newitem.recommendation::before,
    .newitem.recommendation::after {
        display: none;
    }
}
.newlist__scroll {
    display: contents;
}
@media screen and (max-width: 640px) {
    .newlist__scroll {
        display: block;
        width: 100%;
        overflow-x: scroll;
        padding: 0 20px 5px;
        box-sizing: border-box;
    }
}
.newitem__top {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto 10px;
}
@media screen and (max-width: 640px) {
    .newitem__top {
        justify-content: left;
        margin: 0 0 7px;
        gap: 0 1%;
    }
}
.new__device__img01 {
    width: 22%;
    margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
    .new__device__img01 {
        width: 13%;
        margin: 0 0 0 10px;
    }
}
.new__device__img02 {
    width: 22%;
    margin: 0 0 0 20px;
}
@media screen and (max-width: 640px) {
    .new__device__img02 {
        width: 13%;
        margin: 0 0 0 10px;
    }
}
.new__name__img01 {
    width: 73.46938776%;
}
@media screen and (max-width: 640px) {
    .new__name__img01 {
        width: 39%;
    }
}
.new__name__img02 {
    width: 68.4%;
}
@media screen and (max-width: 640px) {
    .new__name__img02 {
        width: 34.5%;
    }
}
.new__detail__item {
    display: flex;
    padding: 15px 0 14px;
    border-top: solid 1px #adadad;
    gap: 0 5.45454545%;
}
.new__detail__item:last-of-type {
    padding: 15px 0 0;
}
@media screen and (max-width: 640px) {
    .new__detail__item {
        gap: 0 30px;
    }
}
.new__detail__ttl {
    display: block;
    min-width: 27%;
    font-size: 13px;
    letter-spacing: 0;
}
@media screen and (max-width: 640px) {
    .new__detail__ttl {
        display: block;
        min-width: 128px;
        font-size: 13px;
    }
}
.new .new__detail__txt {
    font-size: 13px;
    text-align: left;
    line-height: 1.4;
}
.new .new__detail__txt span {
    font-size: 7px;
    position: relative;
    top: -5px;
}
.new .new__detail__txt .version {
    font-size: 11px;
    display: block;
    margin: 12px 0 0;
    letter-spacing: -0.02em;
}
@media screen and (max-width: 640px) {
    .new .new__detail__txt .version {
        font-size: 10px;
    }
}

/* ぱんくず 編集*/
@media screen and (min-width: 641px) {
    .breadcrumb2-nav {
        /* position: absolute;
        top: 0px;
        left: 0; */
        width: 100%;
    }

    .breadcrumb2-nav p {
        padding: 15px 10px;
        max-width: 1200px;
        width: 100%;
        text-align: left;
        font-size: 0.7rem;
        font-weight: 300;
        box-sizing: border-box;
    }

    .breadcrumb2-nav p.wh {
        color: #fff;
    }

    .breadcrumb2-nav p a {
        text-decoration: none;
        transition-property: color;
        transition-duration: 0.15s;
        transition-timing-function: ease-in-out;
        font-weight: 300;
    }

    .breadcrumb2-nav p.wh a {
        color: #fff;
    }

    .breadcrumb2-nav p a:hover {
        color: #ff6800;
    }
}

/*--------------------------------------------------
	＜共通ナビゲーション＞
--------------------------------------------------*/
.emm2_menu {
    padding: 0;
    text-align: center;
}

.emm2_menu .nav {
    background-color: #bfbfbf;
}

.emm2_menu .nav ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.emm2_menu .nav ul li {
    width: 25%;
    font-size: 20px;
}

.emm2_menu .nav ul li a {
    display: block;
    padding: 12px 0;
    color: var(--font-light-color);
    text-decoration: none;
    border-right: 1px solid #eee;
}

.emm2_menu .nav ul li:nth-child(7) a {
    background: #2d5ab4;
}

.emm2_menu .nav ul li.contact a {
    background: #2d5ab4;
}

.emm2_menu .nav ul li a:hover {
    background-color: #999999;
}

.emm2_menu .nav ul li:first-child {
    border-left: 1px solid #eee;
    /*	border-right:1px solid #eee;*/
}

.emm2_menu .nav ul li.current {
    padding: 12px 0;
    background-color: #999999;
    color: var(--font-light-color);
    border-right: 1px solid #eee;
}

@media screen and (max-width: 640px) {
    .emm2_menu .nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .emm2_menu .nav ul li {
        width: 49.7%;
        font-size: 14px;
    }

    .emm2_menu .nav ul li a {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        border-left: none;
    }

    .emm2_menu .nav ul li.current {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .emm2_menu .nav ul li:nth-child(n + 3) {
        border-bottom: none;
    }

    .emm2_menu .nav ul li:nth-child(even) {
        border-right: none;
    }

    .emm2_menu .nav ul li:nth-child(1) {
        border: none;
        /*		border-left: none;*/
        /*		border-bottom:1px solid #eee;*/
    }
}

/*--------------------------------------------------
	＜emm.html＞
--------------------------------------------------*/
ul.mdm2 {
    width: 540px;
    margin: 0 auto 20px;
    list-style-type: none;
}

ul.mdm2 li {
    position: relative;
    margin-left: 1.5em;
    line-height: 1.6;
    font-size: 18px;
}

ul.mdm2 li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 3px solid var(--font-logo-color);
    border-bottom: 3px solid var(--font-logo-color);
    transform: rotate(-45deg);
}

@media screen and (max-width: 640px) {
    ul.mdm2 {
        width: 320px;
        margin: 0 auto 10px;
    }

    ul.mdm2 li {
        margin-bottom: 3px;
        line-height: 1.4;
    }
}

.box-cont {
    max-width: 1120px;
    margin: 60px auto;
}
.strength .box-cont-txt {
    text-align: left;
    width: 60.18054162%;
}
@media screen and (max-width: 640px) {
    .strength .box-cont-txt {
        text-align: left;
        width: 100%;
    }
}
.strength .box-cont-txt p {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400;
}
@media screen and (max-width: 640px) {
    .strength .box-cont-txt p {
        font-size: 14px;
        font-weight: 400;
    }
}
.contentlist {
    max-width: 1120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px 0;
}
@media screen and (max-width: 640px) {
    .contentlist {
        gap: 24px 0;
    }
}
.contentlist .contentlist__item {
    width: 89.01785714%;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.contentlist .contentlist__item:nth-of-type(2) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
    .contentlist .contentlist__item:nth-of-type(2) {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 640px) {
    .contentlist .contentlist__item {
        flex-direction: column-reverse;
        width: 100%;
        border-radius: 10px;
    }
}
.box-cont-txt {
    text-align: center;
}

.box-cont-txt h3 {
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.02em;
    color: var(--primary-dark-color);
    margin: 0 auto 9px;
}
@media screen and (max-width: 640px) {
    .strength .box-cont-txt h3 {
        font-weight: bold;
        font-size: 22px;
        margin: 0 auto;
        padding: 0 0 12px;
    }
}

.box-cont-txt p {
    font-weight: 500;
    font-size: 20px;
}

.line-parts {
    background: #3490dd;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    margin: 30px auto;
}

#spec .box-cont {
    /*    max-width: 630px;*/
    max-width: 940px;
}

#spec .box-cont ul li {
    /*    width: 45%;*/
    width: 30%;
    margin-bottom: 25px;
    padding: 20px 0 30px;
}

#spec .box-cont-txt {
    margin-bottom: 20px;
}

#spec .box-cont-txt h3 {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.3;
}

#spec .box-cont-img {
    margin-bottom: 0;
}
.option-box {
    margin: 40px auto;
    border-radius: 20px;
    background: #fff;
    border: 8px solid #3490dd;
}

.option-box-inner {
    padding: 50px 40px 20px;
}

.option-box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 25px;
}

.option-box ul li {
    text-align: center;
    padding: 0 5px 20px;
    border-right: 3px solid #e4e4e4;
}

.option-box ul li:last-child {
    border-right: none;
}

.option-box ul li h3 {
    font-weight: 700;
    font-size: 24px;
    color: #3490dd;
    margin-bottom: 30px;
}

.option-box ul li p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    max-width: 255px;
    padding: 0 10px;
    margin: 0 auto;
}

.option-link {
    max-width: 280px;
    margin: 0 0 0 auto;
}

.box-cont.post-cont {
    margin: 30px auto;
}

.box-cont.post-cont ul li {
    width: 29%;
    padding: 20px 0;
}

.post-cont-img {
    margin-bottom: 20px;
    padding: 0 20px;
}

.post-cont-txt h3 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #1e4e79;
    padding: 0 20px 25px;
}

.post-cont-txt p {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding: 0 20px;
}

.download-conts {
    max-width: 740px;
    margin: 0px auto 40px;
}

.download-conts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.download-conts ul li {
    background: #fff;
    border: 1px solid #d6d6d5;
    box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.16);
    padding: 10px 0;
}

.download-box-img {
    margin: 0 auto;
    padding: 0 10px 10px;
}

.download-box-txt {
    text-align: center;
    margin-bottom: 10px;
}

.download-box-txt h3 {
    font-weight: bold;
    font-size: 18px;
}

.download-box-txt p {
    font-weight: normal;
    font-size: 12px;
    color: #707070;
}

.download-box .emmbtn {
    width: 140px;
    padding: 0;
}

.download-box .emmbtn a {
    font-size: 14px;
    display: block;
    padding: 5px;
}

#download {
    padding-bottom: 60px;
}

.download-box-wrap {
    max-width: 880px;
    background: #fff;
    border: 1px solid #d6d6d5;
    padding: 40px 80px;
    margin: 0 auto;
}

.download-box-wrap .download-conts {
    max-width: 100%;
    margin: 0 auto 70px;
}

.download-box-wrap .download-conts:last-child {
    margin-bottom: 0;
}

.download-conts-title {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.download-conts-title::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3490dd;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.download-conts-title h3 {
    font-weight: bold;
    font-size: 24px;
    padding: 0 30px;
    color: #3490dd;
    background: #fff;
    position: relative;
    display: inline-block;
}

.form-box {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d6d6d5;
    padding: 60px;
}

.section-parts {
    padding: 40px 0 60px;
}

.section-parts h1 {
    text-align: center;
    margin-bottom: 40px;
}

.form-box .fmsb1 {
    width: 30%;
    margin-right: 8%;
}

.form-box-img {
    margin-bottom: 40px;
}

.form-box-txt p {
    font-weight: bold;
    font-size: 20px;
    color: #3490dd;
    padding-bottom: 10px;
}

.form-box-txt ul li {
    font-weight: bold;
    font-size: 15px;
}

.form-box-txt ul li span {
    color: #3490dd;
}

.form-box .fmsb2 {
    width: 62%;
}

.form-title {
    margin-bottom: 40px;
}

.form-title h2 {
    font-weight: bold;
    font-size: 24px;
}

.form-box tr {
    background: initial !important;
}

.form-box tr th {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
}

.form-box tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

.form-box .tf2 .requied2 {
    font-size: 12px;
    background: #006ad1;
    color: #fff;
    padding-left: 0;
    margin-left: 10px;
    border-radius: 5px;
    padding: 0px 7.5px 2.5px;
}

.form-box #form input {
    width: calc(100% - 10px);
    border-radius: 10px;
    border: 1px solid #cccccc;
}

.form-box .mail_form .g-next {
    background-color: #3490dd;
    border-radius: 35px;
    font-size: 20px;
    padding: 0.75em 4em;
    color: #fff;
    border: none;
}

.form-box .fm_box {
    margin-bottom: 60px;
}

.form-box .menseki h3,
.form-box .menseki p {
    font-weight: normal;
    font-size: 12px;
}

.price-box {
    max-width: 880px;
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid #d6d6d5;
    padding: 40px 60px;
}

.price-box-title {
    text-align: center;
    margin-bottom: 30px;
}

.price-box-title h2 {
    font-size: 24px;
    color: #3490dd;
}

.price-box-cont {
    margin-bottom: 30px;
}

.price-box-cont img {
    width: 100%;
}

.price-box-table {
    margin-bottom: 40px;
}

.price-box-table table {
    width: 100%;
}

.price-box-table th {
    background: #3490dd;
    border: 1px solid #fff;
    padding: 5px 15px;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.price-box-table tr:nth-child(even) td {
    background: #e4eef7;
    border: 1px solid #fff;
}

.price-box-table tr:nth-child(odd) td {
    background: #c1ddf5;
    border: 1px solid #fff;
}

.price-box-table tr td {
    padding: 015px;
    font-size: 15px;
    font-weight: 500;
}

.price-box-table tr span.red {
    color: #ff0000;
    font-weight: 700;
}

.price-box-table tr span.red.big {
    font-size: 20px;
}

.function-link {
    margin: 40px auto 60px;
}

.function-link ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.function-link ul li {
    width: 100%;
}

.function-link ul li a {
    background: #3491dd;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
}

.function-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
}

.function-list ul li {
    padding: 30px 0;
    border-radius: 10px;
    border: 4px solid #3490dd;
    background: #fff;
}

.function-title {
    padding: 0px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    width: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3490dd;
}

.function-txt {
    padding: 0 30px;
    text-align: left;
}

.function-txt p {
    text-align: left;
    margin-bottom: 0;
}

.function-title-img {
    width: 50px;
}

.function-title-txt {
    width: calc(100% - 70px);
}

.option-list {
    max-width: 750px;
    margin: 60px auto;
}

.option-list ul li {
    border-radius: 10px;
    border: 4px solid #3490dd;
    background: #fff;
    margin-bottom: 40px;
}

.option-list ul li:last-child {
    margin-bottom: 0;
}

.option-cont {
    padding: 50px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.option-cont-img {
    width: 90px;
}

.option-cont-txt {
    width: calc(100% - 115px);
    text-align: left;
}

.option-cont-txt h3 {
    color: #3490dd;
    padding-bottom: 10px;
    font-size: 24px;
}

.option-cont-txt p {
    font-size: 18px;
    text-align: left;
    font-weight: 500;
}

.section_cont .function_table_new table thead {
    background: #006acd;
    color: #fff;
}

.section_cont .function_table_new table thead th {
    color: #fff;
    text-align: left;
    background: #006acd;
    font-weight: 700;
}

.section_cont .function_table_new table th {
    background-color: #f6f7f8;
    font-weight: 600;
    text-align: left;
}

.section_cont .function_table_new table tr.title th:nth-child(1) {
    width: 20%;
    border-right: 1px solid #e6e6e6;
}

.section_cont .function_table_new table tr.title th:nth-child(2) {
    width: 30%;
    border-right: 1px solid #e6e6e6;
}

.section_cont .function_table_new table tr.title th:nth-child(3) {
    width: 50%;
}

.tanmatsu-cont .tanmatsu-title {
    margin-block: 40px 20px;
}

.tanmatsu-cont .tanmatsu-title h3 {
    font-size: 20px;
    font-weight: 700;
}

.tanmatsu-cont table.evaluation tbody tr:nth-child(2n + 1) th {
    background-color: var(--main-bg2-color);
}

.tanmatsu-cont table.evaluation tbody th:before {
    display: none;
}

.tanmatsu-cont table.evaluation tbody tr:nth-child(2n) td {
    background-color: #fff;
}

.tanmatsu-cont table.evaluation thead tr th {
    border-right: 1px solid #e6e6e6;
}

.tanmatsu-cont table.evaluation thead tr th:nth-child(1) {
    width: 25%;
}

.tanmatsu-cont table.evaluation thead tr th:nth-child(2) {
    width: 30%;
}

.tanmatsu-cont table.evaluation thead tr th:nth-child(3) {
    width: 35%;
}

.tanmatsu-cont table.evaluation thead tr th:nth-child(4) {
    width: 10%;
}

.tanmatsu-cont .table-switch-wrap-top table.evaluation thead tr th:nth-child(1) {
    width: 15%;
}

.tanmatsu-cont .table-switch-wrap-top table.evaluation thead tr th:nth-child(2) {
    width: 20%;
}

.tanmatsu-cont .table-switch-wrap-top table.evaluation thead tr th:nth-child(3) {
    width: 15%;
}

.tanmatsu-cont .table-switch-wrap-top table.evaluation thead tr th:nth-child(4) {
    width: 42.5%;
}

.tanmatsu-cont table.evaluation thead tr th:nth-child(5) {
    width: 7.5%;
}

.table-switch {
    text-align: right;
    margin-top: 15px;
}

.table-switch p {
    font-size: 18px;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
}

/* 初期状態: 上のテーブルを表示、下のテーブルと「折りたたむ」を非表示 */
.table-switch-wrap.state-first .evaluation:nth-of-type(1) {
    display: table;
}

.table-switch-wrap.state-first .evaluation:nth-of-type(2),
.table-switch-wrap.state-first .table-switch p:nth-of-type(2) {
    display: none;
}

/* 切り替え後: 下のテーブルを表示、上のテーブルと「その他端末はこちら」を非表示 */
.table-switch-wrap.state-second .evaluation:nth-of-type(1),
.table-switch-wrap.state-second .table-switch p:nth-of-type(1) {
    display: none;
}

.table-switch-wrap.state-second .evaluation:nth-of-type(2) {
    display: table;
}

.table-switch-wrap.state-second .table-switch p:nth-of-type(2) {
    display: block;
}

.sp {
    display: none;
}

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

@media screen and (max-width: 1200px) {
    .emm2_menu .nav ul li a,
    .emm2_menu .nav ul li.current {
        font-size: 16px;
    }

    .option-box-inner {
        padding: 30px 15px 20px;
    }
}

@media screen and (max-width: 1024px) {
    /* .section2_cont {
        padding: 40px 20px 40px;
    } */

    .download-box-wrap {
        max-width: 100%;
        width: calc(100% - 80px);
        padding: 30px 20px;
    }
}

@media screen and (max-width: 640px) {
    .pc {
        display: none !important;
    }

    .emm2_menu .nav ul {
        max-width: 100%;
        grid-template-columns: repeat(2, 1fr);
    }

    .emm2_menu .nav ul li a,
    .emm2_menu .nav ul li.current {
        line-height: 1;
        font-size: 14px;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }

    .box-cont {
        max-width: 100%;
        margin: 30px auto;
    }
    .box-cont ul li {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .box-cont-txt {
        text-align: left;
        width: calc(100% - 120px);
    }

    .box-cont-img {
        margin-bottom: 0;
        width: 100px;
    }

    .box-cont-img img {
        height: 60px;
    }

    .box-cont-img-l img {
        width: 90px;
        height: auto;
        margin: 0px 5px;
    }

    .box-cont-txt h3,
    #spec .box-cont-txt h3 {
        padding-bottom: 7.5px;
        font-size: 20px;
    }

    .box-cont-txt p {
        font-size: 16px;
        text-align: left;
    }

    #spec .box-cont ul li {
        width: 100%;
        flex-direction: row-reverse;
        padding: 20px 0;
    }

    #spec .box-cont-txt {
        margin-bottom: 0;
    }
    .movie-title {
        max-width: 250px;
        margin: 36px auto 5px;
    }

    .option-box-inner {
        padding: 20px;
    }

    .option-box {
        border-width: 4px;
    }

    .option-box ul {
        display: block;
        margin-bottom: 30px;
    }

    .option-box ul li {
        padding: 0 10px 20px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 3px solid #e4e4e4;
    }

    .option-box ul li h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .option-box ul li p {
        font-size: 16px;
        max-width: 100%;
        padding: 0px;
    }

    .option-link {
        max-width: 200px;
    }

    .box-cont.post-cont ul li {
        width: calc(100% - 8px);
        padding: 15px 0;
        display: block;
    }

    .post-cont-img {
        max-width: 240px;
        margin: 0 auto 15px;
        padding: 0;
    }

    .post-cont-txt {
        width: 100%;
    }

    .post-cont-txt h3 {
        font-size: 18px;
        padding: 0 15px 10px;
    }

    .post-cont-txt p {
        font-size: 14px;
        padding: 0 15px;
    }

    .download-conts ul {
        display: block;
        max-width: 400px;
        margin: 0 auto;
    }

    .download-conts ul li {
        margin: 0 auto 25px;
    }

    .download-box-img img {
        width: 100%;
    }

    .download-conts {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .download-conts-title {
        margin: 0 auto 20px;
        max-width: 400px;
    }

    .download-conts-title h3 {
        font-size: 20px;
        padding: 0 15px;
    }

    .download-box-wrap .download-conts {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 50px;
    }

    .contact_area_box .contact_area_box_description {
        font-size: 14px;
    }

    .contact_area_box {
        border-width: 4px;
        height: 72px;
    }

    .section-parts {
        padding: 30px 0 50px;
    }

    .form-box {
        max-width: 100%;
        width: calc(100% - 80px);
        margin: 0 auto;
        padding: 40px 20px;
    }

    .section-parts h1 {
        margin-bottom: 30px;
    }

    .form-box .fm_box {
        margin: 0;
        display: block;
    }

    .form-box .fmsb1 {
        width: 100%;
        margin: 0 auto 30px;
    }

    .form-box-img {
        margin: 0 auto 15px;
        width: 100%;
        max-width: 250px;
    }

    .form-box-txt {
        width: 100%;
    }

    .form-box-txt p {
        font-size: 16px;
        padding-bottom: 5px;
    }

    .form-box .fmsb2 {
        width: 100%;
    }

    .form-title {
        margin-bottom: 15px;
    }

    .form-title h2 {
        font-size: 18px;
    }

    .form-box tr td {
        margin-bottom: 20px;
    }

    .form-box .mail_form .g-next {
        font-size: 18px;
        width: auto;
    }

    .price-box {
        max-width: 100%;
        margin: 30px auto 0;
        padding: 30px 15px;
    }

    .price-box-title {
        margin-bottom: 20px;
    }

    .price-box-title h2 {
        font-size: 20px;
    }

    .price-box-table th {
        font-size: 16px;
    }

    .price-box-table {
        overflow-x: scroll;
        margin-bottom: 30px;
    }

    .price-box-table table {
        width: 600px;
    }

    .price-box-table tr span.red.big {
        font-size: 16px;
    }

    .price-box-cont img {
        max-width: 160px;
        margin: 0 auto;
        display: block;
    }

    .option-list {
        max-width: 100%;
        margin: 30px auto 40px;
    }

    .option-list ul li {
        border: 3px solid #3490dd;
        margin-bottom: 20px;
    }

    .option-cont {
        padding: 30px 15px;
        display: block;
    }

    .option-cont-img {
        width: 70px;
        margin: 0 auto 15px;
    }

    .option-cont-txt {
        width: 100%;
    }

    .option-cont-txt h3 {
        padding-bottom: 5px;
        font-size: 20px;
    }

    .option-cont-txt p {
        font-size: 16px;
    }

    .function-link {
        margin: 30px auto 40px;
    }

    .function-link ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
    }

    .function-link ul li a {
        padding: 5px 0;
        font-size: 16px;
    }

    .function-list ul {
        display: block;
    }

    .function-list ul li {
        padding: 20px 0;
        margin-bottom: 30px;
        border: 3px solid #3490dd;
    }

    .function-title {
        margin: 0 auto 10px;
        padding-bottom: 10px;
        width: calc(100% - 30px);
    }

    .function-title-img {
        width: 45px;
    }

    .function-title-txt {
        width: calc(100% - 60px);
    }

    .function-txt {
        padding: 0 15px;
    }

    .function-title-txt h3 {
        font-size: 20px;
    }

    .function-txt p {
        font-size: 16px;
    }

    .tanmatsu-cont .tanmatsu-title {
        margin-block: 30px 15px;
    }

    .table-switch {
        margin-top: 10px;
    }

    .table-switch p {
        font-size: 14px;
    }

    .evaluation-wrap {
        overflow-x: scroll;
    }

    table.evaluation {
        width: 700px;
    }

    .tanmatsu-cont .tanmatsu-title h3 {
        font-size: 18px;
    }

    .tanmatsu-cont table.evaluation thead tr th,
    .tanmatsu-cont table.evaluation tr td {
        font-size: 12px;
    }

    .section_cont .function_table_new {
        overflow-x: scroll;
    }

    .section_cont .function_table_new table {
        width: 600px;
    }

    .section_cont .function_table_new table th,
    .section_cont .function_table_new table td {
        font-size: 12px;
    }

    .sp {
        display: block;
    }

    .section_cont .function_table_new table th.sub_r1 {
        width: 15%;
    }
}

.head__offer {
    display: flex;
    width: 100%;
    background: #195b92;
}
@media screen and (max-width: 640px) {
    .head__offer {
        flex-wrap: wrap;
    }
}
.head__offer__ttl {
    background: #ffe643;
    position: relative;
    margin: 0px 31px 0 0;
    padding: 18px 9px 20px 34px;
    line-height: 1;
    font-size: 34px;
    color: #195b92;
}
@media screen and (max-width: 1407px) and (min-width: 640px) {
    .head__offer__ttl {
        padding: 22px 4px 20px 20px;
        text-align: center !important;
    }
}
@media screen and (max-width: 640px) {
    .head__offer__ttl {
        width: 100%;
        font-size: 14px;
        padding: 6px 0 7px;
        text-align: center !important;
        margin: 0;
    }
}
.head__offer__ttl::after {
    position: absolute;
    top: 0;
    right: -53px;
    width: 31px;
    height: 100%;
    content: "";
    background: #ffe643;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    margin: 0 23px 0 0;
}
@media screen and (max-width: 640px) {
    .head__offer__ttl::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        width: 8.8px;
        height: 6px;
        content: "";
        clip-path: polygon(0 0, 50% 100%, 100% 0%);
    }
}
.head__offer__txtbox {
    color: #fff;
    padding: 11px 18px 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
@media screen and (max-width: 640px) {
    .head__offer__txtbox {
        flex-wrap: wrap;
    }
}
.head__offer__txtbox .ttl {
    font-size: 34px;
    letter-spacing: 0.02em;
    font-weight: 700;
}
@media screen and (max-width: 1407px) and (min-width: 640px) {
    .head__offer__txtbox .ttl {
        line-height: 1.2;
    }
}
@media screen and (max-width: 640px) {
    .head__offer__txtbox .ttl {
        font-size: 18px;
        letter-spacing: 0.02em;
        font-weight: 700;
        margin: 0 auto 6px;
    }
}
.head__offer__txtbox .txt {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-weight: 400;
}
@media screen and (max-width: 640px) {
    .head__offer__txtbox .txt {
        font-size: 10px;
        margin: 0 auto;
        text-align: center;
    }
}
.worrieslist {
    display: flex;
    justify-content: center;
    margin: 124px auto 0;
    gap: 0 2%;
}
@media screen and (max-width: 640px) {
    .worrieslist {
        padding: 0 20px;
        flex-wrap: wrap;
        margin: 0 auto;
        gap: 14px 0;
    }
}
.worrieslist .item {
    background: #ececec;
    border-radius: 50%;
    width: 31%;
    aspect-ratio: 357/206;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
}
@media screen and (max-width: 640px) {
    .worrieslist .item {
        width: 100%;
        aspect-ratio: 295/140;
    }
}
.worrieslist .item::before {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 20.44817927%;
    aspect-ratio: 73/160;
    content: "";
    background: url(../images/img_worrieslist01.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .worrieslist .item::before {
        top: 50%;
        left: 6%;
        transform: translate(0%, -50%);
        width: 20.44817927%;
        aspect-ratio: 73/160;
        content: "";
        background: url(../images/img_worrieslist01.webp) no-repeat;
        background-size: contain;
    }
}
.worrieslist .item:nth-of-type(2)::before {
    position: absolute;
    top: -80px;
    left: 50%;
    width: 54.06162465%;
    aspect-ratio: 193/140;
    content: "";
    background: url(../images/img_worrieslist02.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .worrieslist .item:nth-of-type(2)::before {
        top: 50%;
        left: auto;
        right: -7%;
        transform: translate(0%, -50%);
        width: 37.62711864%;
    }
}
.worrieslist .item:nth-of-type(3)::before {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 37.81512605%;
    aspect-ratio: 1/1;
    content: "";
    background: url(../images/img_worrieslist03.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .worrieslist .item:nth-of-type(3)::before {
        top: 50%;
        left: -7%;
        transform: translate(0%, -50%);
        width: 32.20338983%;
    }
}
.worrieslist .item::after {
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 22.96918768%;
    aspect-ratio: 83/42;
    content: "";
    background: url(../images/img_balloon01.svg) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 640px) {
    .worrieslist .item::after {
        position: absolute;
        bottom: 0;
        left: auto;
        right: -6.77966102%;
        width: 17.28%;
        background: url(../images/img_balloon01.svg) no-repeat;
        background-size: contain;
    }
    .worrieslist .item:nth-of-type(2)::after {
        position: absolute;
        bottom: 0;
        right: auto;
        left: -6.77966102%;
        background: url(../images/img_balloon02.svg) no-repeat;
        background-size: contain;
    }
}
.worrieslist .item .txt {
     font-size: 20px;
    position: relative;
    top: 17px;
    line-height: 1.4;
}
@media screen and (max-width: 1100px) and (min-width: 641px) {
    .worrieslist .item .txt {
        font-size: 20px;
        position: relative;
        top: 4px;
    }
}
@media screen and (max-width: 640px) {
    .worrieslist .item .txt {
        font-size: 18px;
        top: 0;
        text-align: left;
        padding: 0 0 0 20%;
        margin: -8px 0 0 0;
    }
}
@media screen and (max-width: 640px) {
    .worrieslist .item:nth-of-type(2) .txt {
        padding: 0 22% 0 0;
        margin: -2px 0 0 0;
    }
}
.intro {
    position: relative;
    margin: -86px auto 0;
}
@media screen and (max-width: 641px) {
    .intro {
        position: relative;
        margin: 0 auto 0;
    }
}
@media screen and (max-width: 640px) {
    .intro .section2_cont {
        padding: 55px 20px 42px;
    }
}
.intro .section2_head {
    margin: 15px 0 21px;
}
@media screen and (max-width: 640px) {
    .intro .section2_head {
        margin: 0 0 36px;
    }
}
.intro::after {
    position: absolute;
    bottom: -3.8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 5.76388889vw;
    height: 3.81944444vw;
    content: "";
    background: #fff;
    z-index: 5;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 640px) {
    .intro::after {
        position: absolute;
        bottom: -5vw;
        width: 8vw;
        height: 5.33333333vw;
    }
}
.solution {
    background: #8cc1f0;
    padding: 75px 10% 0;
    position: relative;
}
@media screen and (max-width: 640px) {
    .solution {
        padding: 31px 20px 0;
    }
}
/* .solution::after {
    position: absolute;
    bottom: -6.94vw;
    left: 0;
    width: 100%;
    content: "";
    aspect-ratio: 144/10;
    background: url(../images/img_kv_secbg02.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .solution::after {
        position: absolute;
        bottom: -16.26666667vw;
        left: 0;
        width: 100%;
        content: "";
        aspect-ratio: 375/61;
        background: url(../images/img_kv_secbg02_sp.png) no-repeat;
        background-size: contain;
        z-index: 1;
    }
} */
.solution .section2_head {
    font-size: 44px;
    color: #fff;
    margin: 0 auto 40px;
}
@media screen and (max-width: 640px) {
    .solution .section2_head {
        font-size: 22px;
        margin: 0 auto 20px;
    }
}
.solution .section2_head strong {
    background: #fff;
    color: #333;
    font-weight: 300;
    padding: 4px 5px 5px;
    margin: 4px 5px 0 0;
    line-height: 1;
    display: inline-block;
}
.solution .section2_head strong span {
    color: var(--primary-dark-color);
    font-weight: 400;
}
.solution__box {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: flex-end;
    gap: 0 5.11770727%;
    padding: 40px 45px 47px;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    justify-content: center;
}
@media screen and (max-width: 640px) {
    .solution__box {
        border-radius: 10px;
        padding: 25px 20px 33px;
    }
}
.solution__box__img {
    width: 28.28786359%;
    margin: 0 0 7px;
}
.solution__box__img02 {
    width: 27.27272727%;
}
.solution__box .txtbox {
    padding: 0 0 16px;
}
@media screen and (max-width: 640px) {
    .solution__box .txtbox {
        padding: 0;
    }
}
.solution__spbox {
    display: contents;
}
@media screen and (max-width: 640px) {
    .solution__spbox {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 85.76271186%;
        gap: 0 7.11462451%;
    }
}
.solution__box .txtbox .txt {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 1380px) and (min-width: 1281px) {
    .solution__box .txtbox .txt {
        font-size: 32px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 1131px) {
    .solution__box .txtbox .txt {
        font-size: 28px;
    }
}
@media screen and (max-width: 1130px) and (min-width: 640px) {
    .solution__box .txtbox .txt {
        font-size: 20px;
    }
}
@media screen and (max-width: 640px) {
    .solution__box .txtbox .txt {
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 1.6;
        margin: 0 auto 19px;
        text-align: center;
    }
}
.solution__box .txtbox .txt span {
    color: var(--primary-dark-color);
}
.solution__box .txtbox .emblem {
    display: flex;
    justify-content: left;
    gap: 0 20px;
    margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
    .solution__box .txtbox .emblem {
        width: 65.61264822%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 9px 0;
        margin: 0;
    }
}
.solution__box .txtbox .emblem .item {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    padding: 0 46px;
    position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 640px) {
    .solution__box .txtbox .emblem .item {
        font-size: 14px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 640px) {
    .solution__box .txtbox .emblem .item {
        width: 100%;
        font-size: 12px;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .solution__box .txtbox .emblem .item.badge {
        width: 90.36144578%;
        padding: 0;
    }
    .solution__box .txtbox .emblem .item.badge::before,
    .solution__box .txtbox .emblem .item.badge::after {
        display: none;
    }
}
.solution__box .txtbox .emblem .item::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1/2;
    content: "";
    background: url(../images/img_emblem01.webp) no-repeat;
    background-size: contain;
}
.solution__box .txtbox .emblem .item::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 32px;
    aspect-ratio: 1/2;
    content: "";
    background: url(../images/img_emblem02.webp) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1280px) and (min-width: 641px) {
    .solution__box .txtbox .emblem .item::before,
    .solution__box .txtbox .emblem .item::after {
        width: 18px;
        height: 36px;
    }
}
@media screen and (max-width: 640px) {
    .solution__box .txtbox .emblem .item::before,
    .solution__box .txtbox .emblem .item::after {
        width: 18px;
        height: 36px;
    }
}
.cta {
    padding: 80px 20px 71px;
    background: url(../images/img_cta_bg.webp) no-repeat center;
    background-size: cover;
}
@media screen and (max-width: 640px) {
    .cta {
        padding: 39px 20px;
        background: url(../images/img_cta_bg_sp.webp) no-repeat center;
        background-size: cover;
    }
}
.cta .limit {
    font-size: 44px;
    color: #195b92;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    display: flex;
    margin: 0 auto 20px;
    justify-content: center;
    gap: 0 5px;
}
@media screen and (max-width: 640px) {
    .cta .limit {
        font-size: 24px;
        color: #195b92;
        font-weight: 700;
        letter-spacing: 0.02em;
        line-height: 1;
        display: flex;
        margin: 0 auto 15px;
        justify-content: center;
        gap: 0 3px;
    }
}
.cta .limit .whitebox {
    display: block;
    background: #fff;
    padding: 1px 4px 8px;
}
@media screen and (max-width: 640px) {
    .cta .limit .whitebox {
        padding: 1px 4px 4px;
    }
}
.cta .limit .yellowbox {
    display: block;
    background: #ffe643;
    padding: 1px 2px 4px;
}
.cta .ttl {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0 auto 3px;
}
@media screen and (max-width: 1024px) and (min-width: 641px) {
    .cta .ttl {
        line-height: 1;
        margin: 0 auto 20px;
    }
}
@media screen and (max-width: 640px) {
    .cta .ttl {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.02em;
        text-align: center;
        margin: 0 auto 13px;
        line-height: 1;
    }
    .cta.offer02 .ttl {
        margin: 0 auto 17px;
    }
}
.cta .ttl span {
    color: #ffe643;
}
.cta .supplement {
    color: #fff;
    text-align: center;
    margin: 0 auto 35px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (max-width: 640px) {
    .cta .supplement {
        font-size: 10px;
        margin: 0 auto 18px;
    }
    .cta.offer02 .supplement {
        font-size: 10px;
        margin: 0 auto 20px;
    }
}
.cta .supplement.offer02 {
    margin: 26px auto 0;
    font-size: 12px;
}
@media screen and (max-width: 640px) {
    .cta .supplement.offer02 {
        margin: 14px auto 0;
        font-size: 10px;
    }
}
.cta .btnarea {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
@media screen and (max-width: 640px) {
    .cta .btnarea {
        flex-wrap: wrap;
        gap: 12px 0;
    }
}
.cta .btnarea .btn {
    max-width: 490px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .cta .btnarea .btn {
        font-size: 24px;
        padding: 0;
    }
}
