    @charset "UTF-8";

/*============================
        global-nav
    ============================*/
#global-nav li a span {
	line-height: 1;
}


/*============================
        kv
    ============================*/
    .kv {
        background: #000000;
    }

    .kv__txtwrap {
        position: absolute;
        max-width: 1200px;
        width: 100%;
        top: 50%;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
    }


    .kv__copy .copy01 {
        font-size: 7rem;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.2;
        color: #fff;
        margin-bottom: .5em;
        display: block;
        white-space: nowrap;
    }

    .kv__copy .copy02 {
        font-size: 4rem;
        display: block;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 1.2;
        color: #fff;
        margin-bottom: 1em;
        white-space: nowrap;
    }

    .kv__btnwrap {
        width: fit-content;

    }

    .kv__btn a {
        display: block;
        width: 460px;
        line-height: 80px;
        text-align: center;
        background: #349ad4;
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold;
        position: relative;
        box-shadow: 5px 5px #2a7baa;
        transition: .3s ease-out;
        margin-bottom: 10px;
    }

    .kv__btn img {
        width: 16px;
        vertical-align: middle;
        margin-right: 1em;
    }

    .kv__btn a:hover {
        box-shadow: none;
        opacity: .8;
        transform: translate(5px, 5px);
    }

    .kv__notice {
        text-align: center;
        color: #fff;
    }

    @media screen and (max-width:1024px) {
        .kv__txtwrap {
            width: 100%;
            top: 50%;
            left: 50%;
            padding: 0 3%;
        }

        .kv__copy .copy01 {
            font-size: min(4rem, 4vw);
            margin-bottom: .5em;
        }

        .kv__copy .copy02 {
            font-size: min(2rem, 2vw);
            margin-bottom: 1em;
        }

        .kv__btn a {
            display: block;
            width: 360px;
            line-height: 60px;
            font-size: 1.4rem;
            box-shadow: 5px 5px #2a7baa;
            margin-bottom: 10px;
        }

        .kv__btn img {
            width: 14px;
            margin-right: 1em;
        }

        .kv__notice {
            text-align: center;
        }

    }


    @media screen and (max-width:767px) {
        .kv__txtwrap {
            width: 100%;
            top: 30%;
            left: 50%;
            padding: 0 5%;
        }

        .kv__copy .copy01 {
            font-size: min(2.4rem, 5.6vw);
            margin-bottom: .5em;
        }

        .kv__copy .copy02 {
            font-size: min(1.6rem, 2vw);
            margin-bottom: 1em;
        }

        .kv__btnwrap {
            padding: 30px 5%;
            width: 100%;
        }

        .kv__btn a {
            display: block;
            width: 300px;
            max-width: 100%;
            line-height: 50px;
            font-size: 1.2rem;
            box-shadow: 3px 3px #2a7baa;
            margin: 0 auto 10px;
        }

        .kv__btn img {
            width: 12 px;
            margin-right: 1em;
        }

        .kv__notice {
            font-size: 1.2rem;
            text-align: center;
        }

    }


    /*============================
    pagelink-area 
    ============================*/
    .pagelink-area {
        padding: 40px 0 70px;
        background: #000;
    }

    .pagelink__btn {
        width: 32%;
        max-width: 380px;
        margin-bottom: 30px;

    }

    .pagelink__btn a {
        display: block;
        width: 100%;
        height: 130px;
        background: #fff;
        position: relative;
        box-shadow: 5px 5px #349ad4;
        transition: .3s ease-out;
    }

    .pagelink__txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 15% 0 10%;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
        white-space: nowrap;
    }

    .pagelink__txt .font-en {
        font-weight: bold;
        font-size: 1.6rem;
        display: block;
        line-height: 1;
        margin-bottom: .5em;
        transition: .3s ease-out;
    }

    .pagelink__arw {
        width: 15px;
        top: 50%;
        right: 5%;
        transform: translate(0, -50%);
    }

    .pagelink__btn a:hover {
        opacity: 1;
        background: #349ad4;
        transform: translate(5px, 5px);
        box-shadow: none;
    }

    .pagelink__btn a:hover .font-en {
        color: #fff;
    }

    @media screen and (max-width:1024px) {
        .pagelink-area {
            padding: 40px 0 50px;
        }

        .pagelink__btn {
            width: 32%;
            margin-bottom: 20px;

        }

        .pagelink__btn a {
            height: 100px;
            box-shadow: 5px 5px #349ad4;
        }

        .pagelink__txt {
            padding: 0 15% 0 5%;
            font-size: min(1.6rem, 1.6vw);
        }

        .pagelink__txt .font-en {
            font-size: min(1.2rem, 1.2vw);
            margin-bottom: .5em;
        }

        .pagelink__arw {
            width: 12px;
            right: 5%;
        }
    }

    @media screen and (max-width:767px) {
        .pagelink-area {
            padding: 40px 0;
        }

        .pagelink__btn {
            width: 100%;
            margin-bottom: 20px;

        }

        .pagelink__btn:last-child {
            margin-bottom: 0;
        }

        .pagelink__btn a {
            height: 80px;
            box-shadow: 5px 5px #349ad4;
        }

        .pagelink__txt {
            padding: 0 15% 0 5%;
            font-size: min(1.4rem, 4vw);
        }

        .pagelink__txt .font-en {
            font-size: min(1.2rem, 3vw);
            margin-bottom: .5em;
        }

        .pagelink__arw {
            width: 12px;
            right: 5%;
        }

    }


    /*============================
       about
    ============================*/
    .about {
        padding: 140px 0 230px;
        background: url(/jp/group/mtc/imagesgig5/about_img_tcm232-7174321_tcm232-2750236-32.png) no-repeat bottom right/40%;

    }

    .about__top {
        max-width: 600px;
        width: 31.25%;
        top: -30px;
        right: 0;
    }

    .about__btm {
        max-width: 570px;
        width: 29.68%;
        bottom: -30px;
        left: 0;
        z-index: 1;
    }

    .about__ttl {
        margin-bottom: 20px;
    }

    .about__tagwrap {
        margin-bottom: 50px;
    }

    .about__txt {
        font-weight: bold;
        max-width: 850px;
        width: 75%;
        position: relative;
        z-index: 1;
    }

    @media screen and (max-width:1024px) {
        .about {
            padding: 100px 0 240px;
            background: url(/jp/group/mtc/imagesgig5/about_img_tcm232-7174321_tcm232-2750236-32.png) no-repeat bottom right/40%;

        }

        .about__top {
            width: 31.25%;
            top: -30px;
            right: 0;
        }

        .about__btm {
            width: 29.68%;
            bottom: -30px;
            left: 0;
        }

        .about__ttl {
            margin-bottom: 20px;
        }

        .about__tagwrap {
            margin-bottom: 30px;
        }

        .about__txt {
            width: 75%;
        }
    }

    @media screen and (max-width:767px) {
        .about {
            padding: 80px 0 150px;
            background: url(/jp/group/mtc/imagesgig5/about_img_tcm232-7174321_tcm232-2750236-32.png) no-repeat bottom right/50%;

        }

        .about__top {
            width: 31.25%;
            top: -15px;
            right: 0;
        }

        .about__btm {
            width: 29.68%;
            bottom: -15px;
            left: 0;
        }

        .about__ttl {
            margin-bottom: 20px;
        }

        .about__tagwrap {
            margin-bottom: 20px;
        }

        .about__txt {
            width: 100%;
        }
    }




    /*============================
      example
    ============================*/
    .example {
        padding: 140px 0;
        background: url(/jp/group/mtc/imagesgig5/example_bg_tcm232-7175247_tcm232-2750236-32.png) no-repeat center top/cover;
    }

    .exsample__ttl {
        text-align: center;
        margin-bottom: 20px;
        color: #fff;
    }

    .exsample__tagwrap {
        width: fit-content;
        margin: 0 auto 80px;
    }

    .exsample__tag {
        border-color: #fff;
        color: #fff;
    }

    .exsample__tag:last-child {
        margin-right: 0;
    }

    .example__item {
        margin-bottom: 50px;
    }

    .example__item:last-child {
        margin: 0;
    }

    .example__imgwrap {
        width: 35%;
    }

    .example__txtwrap {
        width: 60%;
    }

    .example__img {
        max-width: 600px;
        margin: 0 0 0 auto;
    }

    .reverse .example__img {
        margin: 0 auto 0 0;
    }

    .example__txtwrap--inner {
        max-width: 765px;
    }

    .reverse .example__txtwrap--inner {
        margin: 0 5% 0 auto;
    }

    .example__h3 {
        font-size: 3.5rem;
        font-weight: bold;
        margin-bottom: .5em;
        line-height: 1;
    }

    .example__num {
        font-size: 6rem;
        font-weight: bold;
        margin-right: .3em;
        line-height: 1;
    }

    .example__txt {
        font-weight: bold;
    }

    @media screen and (max-width:1024px) {
        .example {
            padding: 100px 0;
        }

        .exsample__ttl {
            margin-bottom: 20px;
        }

        .exsample__tagwrap {
            margin: 0 auto 50px;
        }

        .example__item {
            margin-bottom: 50px;
        }

        .example__imgwrap {
            width: 35%;
        }

        .example__txtwrap {
            width: 60%;
        }

        .example__img {
            margin: 0 0 0 auto;
        }

        .reverse .example__img {
            margin: 0 auto 0 0;
        }

        .reverse .example__txtwrap--inner {
            margin: 0 5% 0 auto;
        }

        .example__h3 {
            font-size: 2rem;
            margin-bottom: .5em;
        }

        .example__num {
            font-size: 4rem;
            margin-right: .3em;
        }

    }

    @media screen and (max-width:767px) {
        .example {
            padding: 60px 0;
        }

        .exsample__ttl {
            margin-bottom: 15px;
        }

        .exsample__tagwrap {
            margin: 0 auto 40px;
        }

        .example__item {
            margin-bottom: 40px;
        }

        .reverse.example__item {
            display: flex;
            flex-direction: column-reverse;
        }

        .example__imgwrap {
            width: 100%;
        }

        .example__txtwrap {
            width: 100%;
        }

        .example__img {
            margin: 0 auto 20px;
        }

        .reverse .example__img {
            margin: 0 auto 20px;
        }

        .reverse .example__txtwrap--inner {
            margin: 0 auto;
        }

        .example__h3 {
            font-size: 2rem;
            margin-bottom: .5em;
        }

        .example__num {
            font-size: 3rem;
            margin-right: .3em;
        }

    }

    /*============================
        wireless
    ============================*/
    .wireless {
        padding: 180px 0 80px;
        background: url(/jp/group/mtc/imagesgig5/wireless_bg_tcm232-7175273_tcm232-2750236-32.png) no-repeat center center/cover;
    }

    .wireless__ttl {
        text-align: center;
        font-size: 4rem;
        color: #fff;
        margin: 0 auto 20px;
        width: fit-content;
        position: relative;
    }

    .wireless__ttl .font-en {
        font-size: 2.6rem;
    }

    .wireless__ttl .txt {
        position: relative;
        font-weight: bold;
        display: block;
    }

    .wireless__ttl .txt::before {
        content: "";
        position: absolute;
        width: 2.5em;
        height: 1px;
        background: #fff;
        top: 50%;
        left: -3em;
        transform: translate(0, -50%);
    }

    .wireless__ttl .txt::after {
        content: "";
        position: absolute;
        width: 2.5em;
        height: 1px;
        background: #fff;
        top: 50%;
        right: -3em;
        transform: translate(0, -50%);
    }

    .wireless__tagwrap {
        width: fit-content;
        margin: 0 auto 50px;
    }

    .wireless__tag {
        color: #fff;
        border-color: #fff;
    }

    .wireless__txt {
        color: #fff;
        margin-bottom: 60px;
    }

    @media screen and (max-width:1024px) {
        .wireless {
            padding: 100px 0 60px;
        }

        .wireless__ttl {
            font-size: 3rem;
            margin: 0 auto 20px;
        }

        .wireless__ttl .font-en {
            font-size: 2rem;
        }

        .wireless__ttl .txt::before {
            width: 2.5em;
            left: -3em;
        }

        .wireless__ttl .txt::after {
            width: 2.5em;
            right: -3em;
        }

        .wireless__tagwrap {
            margin: 0 auto 30px;
        }

        .wireless__txt {
            margin-bottom: 40px;
        }

    }

    @media screen and (max-width:767px) {
        .wireless {
            padding: 60px 0 60px;
        }

        .wireless__ttl {
            margin: 0 auto 20px;

        }

        .wireless__ttl .font-en {
            font-size: 1.6rem;
        }

        .wireless__ttl .txt {
            font-size: 2rem;
            line-height: 1.4;

        }

        .wireless__ttl .txt::before {
            width: 2.5em;
            left: -3em;
        }

        .wireless__ttl .txt::after {
            width: 2.5em;
            right: -3em;
        }

        .wireless__tagwrap {
            margin: 0 auto 30px;
        }

        .wireless__txt {
            margin-bottom: 40px;
        }
    }

    /*============================
        download
    ============================*/
    .download {
        padding: 80px 0 110px;
        background: url(/jp/group/mtc/imagesgig5/download_bg_tcm232-7175231_tcm232-2750236-32.png) no-repeat center center/cover;
    }

    .download__ttl {
        text-align: center;
        color: #fff;
        margin-bottom: 30px;
    }

    .download__boxwrap {
        background: linear-gradient(transparent 0%, transparent 50%, #fff 50%, #fff 100%);
    }

    .download__box {
        background: url(/jp/group/mtc/imagesgig5/download_box_tcm232-7175241_tcm232-2750236-32.png) no-repeat center top/100%;
        position: relative;
        padding: 55px 5% 40px;
    }

    .download__left {
        width: 50%;
    }

    .download__right {
        width: 50%;
    }

    .download__lead {
        font-weight: bold;
        margin-bottom: 2em;
        letter-spacing: .04em;
    }

    .download__li {
        font-weight: bold;
    }

    .download__img {
        max-width: 284px;
        margin: 0 auto 20px;
    }

    .download__btn a {
        margin: 0 auto;
    }

    @media screen and (max-width:1024px) {
        .download {
            padding: 60px 0 80px;
        }

        .download__ttl {
            margin-bottom: 30px;
        }

        .download__box {
            background: url(/jp/group/mtc/imagesgig5/download_box_tcm232-7175241_tcm232-2750236-32.png) no-repeat center top/100%;
            padding: 40px 5% 30px;
        }

        .download__left {
            width: 50%;
        }

        .download__right {
            width: 50%;
        }

        .download__lead {
            margin-bottom: 2em;
        }


        .download__img {
            width: 60%;
            margin: 0 auto 20px;
        }

        .download__btn a {
            margin: 0 auto;
        }
    }

    @media screen and (max-width:767px) {
        .download {
            padding: 60px 0;
        }

        .download__ttl {
            margin-bottom: 30px;
        }

        .download__box {
            background: url(/jp/group/mtc/imagesgig5/download_box_tcm232-7175241_tcm232-2750236-32.png) no-repeat center top/100%;
            padding: 40px 5% 30px;
        }

        .download__boxwrap {
            background: linear-gradient(transparent 0%, transparent 10%, #fff 10%, #fff 100%);
        }

        .download__left {
            width: 100%;
            margin-bottom: 30px;
        }

        .download__right {
            width: 100%;
        }

        .download__lead {
            margin-bottom: 1em;
        }

        .download__li {
            font-size: 1.3rem;
        }

        .download__img {
            width: 60%;
            margin: 0 auto 20px;
        }

        .download__btn a {
            margin: 0 auto;
        }
    }

    /*============================
        issues
    ============================*/
    .issues {
        padding: 110px 0 150px;
    }

    .issue__ttl {
        text-align: center;
        margin-bottom: 20px;
    }

    .issue__tagwrap {
        width: fit-content;
        margin: 0 auto 50px;
    }

    .issue__lead {
        font-weight: bold;
        margin-bottom: 70px;
    }

    .issue__item {
        width: 33.33%;
        padding: 0 3% .5em;
        border-left: solid 1px #000000;
    }

    .issue__item:last-child {
        border-right: solid 1px #000;
    }

    .issue__img {
        margin: 0 auto;
    }

    .item01 .issue__img {
        max-width: 144px;
    }

    .item02 .issue__img {
        max-width: 281px;
    }

    .item03 .issue__img {
        max-width: 209px;
    }

    .issue__img img {
        object-fit: contain;
        width: 100%;
        height: 250px;
    }

    .issue__h3 {
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: .5em;
    }

    .issue__txt {
        font-weight: bold;
    }

    @media screen and (max-width:1024px) {
        .issues {
            padding: 80px 0 100px;
        }

        .issue__ttl {
            margin-bottom: 20px;
        }

        .issue__tagwrap {
            margin: 0 auto 40px;
        }

        .issue__lead {
            margin-bottom: 40px;
        }

        .issue__item {
            width: 33.33%;
            padding: .5em 3% .5em;
        }

        .issue__img {
            margin: 0 auto;
        }

        .issue__img img {
            height: 200px;
        }

        .issue__h3 {
            font-size: 1.6rem;
            margin-bottom: .5em;
        }

    }

    @media screen and (max-width:767px) {
        .issues {
            padding: 60px 0;
        }

        .issue__ttl {
            margin-bottom: 15px;
        }

        .issue__tagwrap {
            margin: 0 auto 30px;
        }

        .issue__lead {
            margin-bottom: 30px;
        }

        .issue__item {
            width: 100%;
            padding: 0 0 1em;
            border: none;
            border-bottom: solid 1px #000;
            margin-bottom: 20px;
        }

        .issue__item:last-child {
            border: none;
        }

        .issue__img {
            margin: 0 auto;
        }

        .issue__img img {
            height: auto;
        }

        .issue__h3 {
            font-size: 1.6rem;
            margin-bottom: .5em;
        }

    }


    /*============================
       solution
    ============================*/
    .solution {
        padding: 120px 0 150px;
        background: #f5f7f9;

    }

    .solution__top {
        max-width: 600px;
        width: 31.25%;
        top: -30px;
        left: 0;
    }

    .solution__btm {
        max-width: 600px;
        width: 31.25%;
        bottom: -30px;
        right: 0;
        z-index: 1;
    }

    .solution__ttl {
        text-align: right;
        margin-bottom: 20px;
    }

    .solution__tagwrap {
        width: fit-content;
        margin: 0 0 50px auto;
    }

    .solution__lead {
        font-weight: bold;
        margin-bottom: 80px;
    }

    .solution__item {
        width: 48%;
        max-width: 550px;
        overflow: hidden;
        position: relative;
        z-index: 1;

    }

    .solution__hv {
        background: rgba(0, 0, 0, .6);
        position: absolute;
        left: 0;
        bottom: calc(-100% + 75px);
        width: 100%;
        height: 100%;
        color: #fff;
        transition: .3s ease-out;
    }

    .solution__hv--inner {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10%;
        transition: .3s ease-out;
    }

    .solution__h3 {
        line-height: 75px;
        text-align: center;
        font-size: 2.2rem;
        font-weight: bold;
    }

    .solutino__txt {
        font-size: 1.5rem;
    }

    .solution__item:hover .solution__hv {
        bottom: 0;
    }

    .solution__item:hover .solution__hv--inner {
        top: 50%;
        transform: translate(0, -50%);
    }

    @media screen and (max-width:1024px) {
        .solution {
            padding: 80px 0 100px;
        }

        .solution__top {
            width: 31.25%;
            top: -20px;
            left: 0;
        }

        .solution__btm {
            width: 31.25%;
            bottom: -20px;
            right: 0;
        }

        .solution__ttl {
            text-align: right;
            margin-bottom: 20px;
        }

        .solution__tagwrap {
            margin: 0 0 40px auto;
        }

        .solution__lead {
            margin-bottom: 60px;
        }

        .solution__item {
            width: 48%;
        }

        .solution__hv {
            left: 0;
            bottom: calc(-100% + 60px);
        }

        .solution__hv--inner {
            top: 0;
            left: 0;
            padding: 0 5%;
        }

        .solution__h3 {
            line-height: 60px;
            font-size: 1.8rem;
        }

        .solutino__txt {
            font-size: 1.3rem;
        }

        .solution__item:hover .solution__hv {
            bottom: 0;
        }

        .solution__item:hover .solution__hv--inner {
            top: 50%;
            transform: translate(0, -50%);
        }
    }

    @media screen and (max-width:767px) {
        .solution {
            padding: 60px 0 60px;
        }

        .solution__top {
            width: 31.25%;
            top: -15px;
            left: 0;
        }

        .solution__btm {
            width: 31.25%;
            bottom: -15px;
            right: 0;
        }

        .solution__ttl {
            text-align: right;
            margin-bottom: 15px;
        }

        .solution__tagwrap {
            margin: 0 0 30px auto;
        }

        .solution__lead {
            margin-bottom: 40px;
        }

        .solution__item {
            width: 100%;
        }

        .solution__item.item01 {
            margin-bottom: 30px;
        }

        .solution__hv {
            position: relative;
            left: auto;
            bottom: auto;
            background: #fff;
            color: #000;
        }

        .solution__hv--inner {
            position: relative;
            top: auto;
            left: auto;
            padding: 20px 5%;
        }

        .solution__h3 {
            line-height: 1.5;
            font-size: 1.6rem;
            margin-bottom: .5em;
        }

        .solutino__txt {
            font-size: 1.3rem;
        }

        .solution__item:hover .solution__hv {
            bottom: auto;

        }

        .solution__item:hover .solution__hv--inner {
            top: auto;
            transform: none;
        }
    }



    /*============================
     cando
    ============================*/
    .cando {
        padding: 120px 0;
        background: url(/jp/group/mtc/imagesgig5/cando_bg_tcm232-7174327_tcm232-2750236-32.png) no-repeat center center/cover;
        color: #fff;
    }

    .cando__ttl {
        text-align: center;
        margin-bottom: 20px;
    }

    .cando__tagwrap {
        width: fit-content;
        margin: 0 auto 50px;
    }

    .cando__tag {
        border-color: #fff;
    }

    .cando__txt {
        margin-bottom: 60px;
    }

    .cando__txt .indent {
        display: block;
    }

    .cando__item {
        margin-bottom: 50px;
        align-items: center;
    }

    .cando__item.item03 {
        margin-bottom: 110px;
    }

    .cando__imgwrap {
        width: 45%;

    }

    .cando__txtwrap {
        width: 50%;
    }

    .cando__h3 {
        font-size: 3.5rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 1em;
    }

    .cando__h3 .color-ma {
        font-size: 6rem;
        font-weight: bold;
        margin-right: .3em;
        line-height: 1;
    }

    .cando__txt {
        font-weight: bold;
        width: 95%;
    }

    .cando__img {
        max-width: 520px;
    }

    .cando__box {
        width: 32%;
        border: solid 1px #fff;
        margin-bottom: 30px;
    }

    .cando__h4 {
        background: #fff;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .cando__ul {
        padding: 1em 5%;
    }

    .cando__li {
        font-size: 1.5rem;
        font-weight: bold;
        text-indent: -1.5em;
        padding-left: 1.5em;
    }

    .cando__li span {
        margin-right: .5em;


    }

    @media screen and (max-width:1024px) {
        .cando {
            padding: 80px 0;
        }

        .cando__ttl {
            margin-bottom: 20px;
        }

        .cando__tagwrap {
            margin: 0 auto 40px;
        }

        .cando__txt {
            margin-bottom: 40px;
        }

        .cando__item {
            margin-bottom: 30px;
        }

        .cando__item.item03 {
            margin-bottom: 80px;
        }

        .cando__imgwrap {
            width: 45%;

        }

        .cando__txtwrap {
            width: 50%;
        }

        .cando__h3 {
            font-size: 2rem;
            margin-bottom: 1em;
        }

        .cando__h3 .color-ma {
            font-size: 4rem;
            margin-right: .3em;
        }

        .cando__txt {
            width: 95%;
        }

        .cando__img {
            max-width: 520px;
        }

        .cando__box {
            width: 32%;
            margin-bottom: 20px;
        }

        .cando__h4 {
            line-height: 30px;
        }

        .cando__ul {
            padding: 1em 5%;
        }

        .cando__li {
            font-size: 1.2rem;
            text-indent: -1.5em;
            padding-left: 1.5em;
        }

        .cando__li span {
            margin-right: .5em
        }
    }

    @media screen and (max-width:767px) {
        .cando {
            padding: 60px 0;
        }

        .cando__ttl {
            margin-bottom: 15px;
        }

        .cando__tagwrap {
            margin: 0 auto 30px;
        }

        .cando__txt {
            margin-bottom: 40px;
        }

        .cando__item {
            margin-bottom: 30px;
        }

        .cando__item.reverse {
            display: flex;
            flex-direction: column-reverse;
        }

        .cando__item.item03 {
            margin-bottom: 60px;
        }

        .cando__imgwrap {
            width: 100%;
            margin-bottom: 20px;

        }

        .cando__txtwrap {
            width: 100%;
        }

        .cando__h3 {
            font-size: 1.8rem;
            margin-bottom: 1em;
        }

        .cando__h3 .color-ma {
            font-size: 3rem;
            margin-right: .3em;
        }

        .cando__txt {
            width: 100%;
        }

        .cando__img {
            margin: 0 auto;
        }

        .cando__box {
            width: 100%;
            margin-bottom: 20px;
        }

        .cando__h4 {
            line-height: 30px;
        }

        .cando__ul {
            padding: 1em 5%;
        }

        .cando__li {
            font-size: 1.2rem;
        }

        .cando__li span {
            margin-right: .5em
        }
    }



    /*============================
       future
    ============================*/
    .future {
        padding: 130px 0 240px;
        background: url(/jp/group/mtc/imagesgig5/future_bg_tcm232-7175255_tcm232-2750236-32.png) no-repeat bottom right/59.8%;
    }

    .future__top {
        max-width: 600px;
        width: 31.25%;
        top: -30px;
        right: 0;
    }

    .future__btm {
        max-width: 600px;
        width: 31.25%;
        bottom: -30px;
        left: 0;
        z-index: 1;
    }

    .future__ttl {
        margin-bottom: 20px;
    }

    .future__tagwrap {
        margin-bottom: 50px;
    }

    .future__txt {
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

    .future__txt .notice {
        font-size: 1.4rem;
    }

    @media screen and (max-width:1024px) {
        .future {
            padding: 100px 0 200px;
            background: url(/jp/group/mtc/imagesgig5/future_bg_tcm232-7175255_tcm232-2750236-32.png) no-repeat bottom right/59.8%;
        }

        .future__top {
            width: 31.25%;
            top: -30px;
        }

        .future__btm {
            width: 31.25%;
            bottom: -30px;
        }

        .future__ttl {
            margin-bottom: 20px;
        }

        .future__tagwrap {
            margin-bottom: 40px;
        }

        .future__txt {
            font-weight: bold;
        }

        .future__txt .notice {
            font-size: 1.2rem;
        }
    }

    @media screen and (max-width:767px) {
        .future {
            padding: 80px 0 150px;
            background: url(/jp/group/mtc/imagesgig5/future_bg_tcm232-7175255_tcm232-2750236-32.png) no-repeat bottom right/59.8%;
        }

        .future__top {
            width: 31.25%;
            top: -15px;
        }

        .future__btm {
            width: 31.25%;
            bottom: -15px;
        }

        .future__ttl {
            margin-bottom: 15px;
        }

        .future__tagwrap {
            margin-bottom: 30px;
        }

        .future__txt .notice {
            font-size: 1.2rem;
        }
    }

    /*============================
        contact
    ============================*/
.section.contact {
    padding: 56px 0 0px;
    float: none;
    width: 100%;
}
.section.contact .section-inner{
    padding: 0 0 104px;
}

/*.main-contents .contact-block .section-inner{
	padding: 0;
}*/
/*.contact-block-inner{
    border: 1px solid #c6c6c0;
    padding: 24px 40px 30px;
}
.contact-block-inner h6{
    font-size: 20px;
}
.contact-block-inner p{
    font-size: 18px;
}
.contact-block-inner a{
	color: #010101;
    font-size: 30px;*/
		/* margin-top: 20px !important;
    margin-left: 26px; */
/*}
.contact-block-box{
    max-width: 1200px;
    padding: 15px ;
    box-shadow: 0 3px 6px rgb(0,0,0,0.1);
}*/
.message-icon{
    color: #a30b1a;
    font-size: 17px;
}

/*.contact-block .box-b .box-hdg-a {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.6;
}*/
.list-contact-a>li {
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 1.6rem;
}
.section.contact .list-contact-a > li {
	flex-grow: 1;
}
.list-contact-a a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 1px 2px rgb(0 0 0 / 18%);
	padding: 14px 24px 14px 58px;
	text-decoration: none;
}
.section.contact .list-contact-a a {
	flex-direction: column;
	padding: 14px 24px 14px;
	width: 100%;
}
.list-contact-a>li.type-inquiry a::before {
    display: none;
}
.section.contact .list-contact-a a p{
	font-size: 16px;
	line-height: 1.3;
}
.list-contact-a a .contact-inner {
	margin-top: 20px !important;
	margin-left: 26px;
	position: relative;
	font-size: 3rem;
}
.list-contact-a a .contact-inner::before {
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: -1em;
    top: 50%;
	background: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png) no-repeat;
    background-position: -50px -50px;
}
@media only screen and (max-width: 1280px) {
    .section.contact .section-inner {
    padding: 56px 8px 64px;
}
}
@media only screen and (max-width: 1000px) {
    .section.contact .section-inner {
    padding: 56px 16px 64px;
}
}
@media only screen and (max-width: 480px) {
    .section.contact .section-inner {
    padding: 44px 16px 48px;
}
}

.line-img a {
	/*display: flex!important;
	align-items: center!important;*/
	color: #fff!important;
}
.line-img a span {
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 4px 0;
}
.line-img .img-fluid {
	width: 81px;
    max-width: 100%;
    height: auto;
}