@charset 'UTF-8';

html,
body
{
    height: 100%;
}

/* common */
body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 30px;
}

body.sidebarOpen
{
    position: fixed;

    width: 100%;
}

a
{
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    color: #000;
}
a:hover
{
    text-decoration: none;

    opacity: .6;
    color: #000;
}

/* header */
header
{
    z-index: 100;

    width: 100%;
    padding: 22px 7px 22px 35px;

    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;

    background: #282e35;
}
header.miniHeight
{
    padding: 19px 7px 19px 25px;
}
header .container-fluid:first-of-type
{
    padding: 0;
}
header.is-fixed
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
}
header .logo-area
{
    font-size: 1px;

    flex-basis: 64.5px;
    flex-shrink: 0;

    max-width: 64.5px;

    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
}
header.miniHeight .logo-area
{
    flex-basis: 53px;

    max-width: 53px;
}
header .sp_btn
{
    display: none;
}
header .nav-area a,
header .nav-area span
{
    transition: opacity .3s;

    color: #fff;
}
header .nav-area a.btn-contact
{
    color: #000;
}
header .nav-area a.btn-lang
{
    color: #98d7ff;
}
header .nav-area .child-menu
{
    display: none;
}
header .nav-area .sub-menu
{
    position: relative;
}
header .nav-area .sub
{
    position: absolute;
    z-index: 500;

    display: none;

    width: 413px;
    padding: 60px 40px 25px;

    background: rgba(40,46,53,.7);
}
header .nav-area .sub ul li:not(:last-of-type)
{
    margin-bottom: 10px;
}


header nav.sidebar
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    overflow-y: auto;

    width: 100vw;
    height: 100%;

    transition: all .2s;
    transform: translate(-100vw);

    color: #fff;
    background: #444;
}
header nav.sidebar.open
{
    transform: translate(0);
}



/* footer */

footer .breadcrumb-area
{
    background: #fff;
}
footer .breadcrumb-area .breadcrumb
{
    font-size: 14px;

    max-width: 960px;
    margin: 0 auto;
    padding: 2.5rem 10px;

    background: #fff;
}
footer .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item
{
    padding-left: 1.5rem;
}
footer .breadcrumb-area .breadcrumb .breadcrumb-item + .breadcrumb-item::before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    padding-right: 1.5rem;

    content: '\f105';

    color: #000;
}
footer .breadcrumb-area .breadcrumb .breadcrumb-item.active
{
    color: #000;
}
footer .footer-nav
{
    font-size: 14px;

    padding: 50px 0 35px;

    background: #282e35;
}
footer .footer-nav ul li:not(:last-of-type)
{
    margin-bottom: 15px;
}
footer .footer-nav ul li a
{
    color: #b9b9b9;
}
a.color-white
{
    color: #fff !important;
}
footer .footer-nav .footer-bottom
{
    padding-top: 120px;
}
footer .footer-nav .copyright
{
    font-size: 12px;

    margin-bottom: 0;

    color: #fff;
}

/* wrapper */


.inner
{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
.inner1260
{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

/* index */
.index-kv
{
    position: relative;
}
.index-kv h1
{
    font-size: 41px;
    line-height: 70px;

    position: absolute;
    z-index: 20;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: #fff;
    text-shadow: rgba(0,0,0,.7) 2px 2px 0;
}
.index-kv h1 span
{
    font-size: 60px;

    display: block;
}

.index-news
{
    background: #f0f0f0;
}
.index-news .inner
{
    background: #e6e6e6;
}
.index-news .inner dl
{
    line-height: 60px;
}
.index-news .inner dl dt
{
    font-weight: 500;

    margin: 0 45px 0 50px;
}
.index-news .inner dl dd
{
    margin-bottom: 0;
}

.index-about
{
    padding: 75px 0;
}

.box-3column
{
    margin-bottom: 45px;
    padding: 0 20px;
}
.box-3column article
{
    flex-basis: 28.888888888888886%;

    max-width: 28.888888888888886%;
}
.box-3column article figure
{
    display: flex;
    align-items: flex-end;
    justify-content: center;

    height: 146px;
    margin-bottom: 20px;
}
.box-3column article h3
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 25px;
}

.index-solution .bg-gray
{
    background: linear-gradient(90deg, #fff, #f5f5f5);
}
.index-solution .bg-white
{
    background: linear-gradient(90deg, #f5f5f5, #fff);
}
.index-solution article
{
    padding: 55px 0;
}
.index-solution .box-solution
{
    position: relative;

    max-width: 1260px;
    margin: 0 auto;
}
.index-solution figure img
{
    width: 100%;
    max-width: 940px;
    height: auto;
}
.index-solution .solution-desc
{
    position: absolute;
    z-index: 10;
    top: 50%;

    overflow: hidden;

    width: 100%;
    max-width: 560px;
    height: 435px;
    padding: 30px 40px;

    transform: translate(0, -50%);

    background: #fff;
}
.index-solution .solution-desc.position-right
{
    right: 0;
}
.index-solution .solution-desc.position-left
{
    left: 0;
}
.index-solution .solution-desc .btn
{
    position: absolute;
    bottom: 30px;
}
.index-solution .solution-desc h3
{
    font-weight: 600;

    margin-bottom: 20px;
}

/* common */
.ttl-center
{
    font-size: 28px;
    line-height: 43px;

    margin-bottom: 35px;

    text-align: center;
}
.ttl-center em
{
    font-size: 22px;
    font-style: normal;
}
.ttl-center span.underline
{
    text-decoration: underline;
}

.ttl-line
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 0;
}
.ttl-line span
{
    font-size: 32px;
    font-weight: 500;

    display: inline-block;

    margin-top: 15px;
}
.ttl-line span:after
{
    position: relative;
    z-index: -1;
    top: -13px;

    display: block;

    content: '';

    border-bottom: 10px solid rgba(0,0,0,.5);
}
.ttl-line span.line-lightblue:after
{
    border-bottom-color: rgba(131,209,237,.5);
}
.ttl-line span.line-lightpurple:after
{
    border-bottom-color: rgba(211,124,227,.5);
}
.ttl-line span.line-green:after
{
    border-bottom-color: rgba(159,203,100,.5);
}

.ttl-bg
{
    font-size: 32px;
    line-height: 70px;

    margin-bottom: 40px;

    text-align: center;

    color: #fff;
    background: #66cdd0;
}

.wrapper .btn
{
    font-size: 18px;
    font-weight: 600;

    min-width: 180px;
    padding: 18px 0;

    border-radius: 4px;
}
.btn-orange,
.btn-orange:hover
{
    color: #000;
    background: #f5a40b;
}
.btn-lightblue,
.btn-lightblue:hover
{
    color: #fff;
    background: #83d1ed;
}
.btn-darkblue,
.btn-darkblue:hover
{
    color: #fff;
    background: #2a4089;
}

.btn-lightpurple,
.btn-lightpurple:hover
{
    color: #fff;
    background: #d37ce3;
}
.btn-green,
.btn-green:hover
{
    color: #fff;
    background: #9fcb64;
}
.btn-lightgray,
.btn-lightgray:hover
{
    color: #333;
    background: #f0f0f0;
}

.right-fix-bnr
{
    position: fixed;
    z-index: 200;
    top: 165px;
    right: 0;
}
.right-fix-bnr a
{
    font-size: 32px;
    line-height: normal;

    display: block;

    width: 74px;
    padding: 30px 13px;

        -ms-writing-mode: tb-rl;

    color: #fff;
    border-radius: 10px 0 0 10px;
    background: #66cdd0;

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
}

.bg-gray
{
    background: #f5f5f5;
}
.bg-gray02
{
    background: #f4f4f4;
}
.bg-lightgray01
{
    background: #f0fbff;
}
.bg-lightgray02
{
    background: #f9f4fa;
}
.bg-lightgreen
{
    background: #f2f6ee;
}
.bg-orange
{
    background: #f5a40b !important;
}

.page-head
{
    padding: 55px 0 45px;

    background-image: url(../images/solution/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 500px 200px;
}
.page-head-simple h1
{
    font-size: 36px;
    line-height: 200px;

    margin-bottom: 0;

    background: #f4f4f4;
    background-image: url(../images/common/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 500px 200px;
}

.page-kv
{
    position: relative;
}
.page-kv .text-area
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    max-width: 940px;
    margin: 0 auto;
    padding: 25px;

    transform: translate(0, -50%);

    background: #fff;
}
.page-kv .text-area h2
{
    font-size: 32px;

    margin-bottom: 20px;
}

.sec
{
    padding: 60px 0;
}
.sec02
{
    padding: 30px 0;
}

._pc
{
    display: block;
}
._sp
{
    display: none;
}

/* solution bnr */

.solution-bnr ul li
{
    flex-basis: 100%;
}
.solution-bnr ul li a
{
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 80px 0;

    background-position: center center;
    background-size: cover;
}
.solution-bnr ul li a.current
{
    opacity: .6;
}
.solution-bnr ul li.border-lightblue a
{
    background-image: url(../images/common/solution-bnrbg01.jpg);
}
.solution-bnr ul li.border-lightpurple a
{
    background-image: url(../images/common/solution-bnrbg02.jpg);
}
.solution-bnr ul li.border-green a
{
    background-image: url(../images/common/solution-bnrbg03.jpg);
}
.solution-bnr ul li a span
{
    font-weight: 600;

    position: relative;
    z-index: 2;

    display: inline-block;

    width: 300px;
    padding: 29px 0;

    text-align: center;

    background: #fff;
}
.solution-bnr ul li a span:after
{
    position: relative;
    z-index: -1;
    top: -13px;

    display: block;

    width: 66%;
    margin: auto;

    content: '';

    border-bottom: 10px solid rgba(0,0,0,.5);
}
.solution-bnr ul li.border-lightblue a span:after
{
    border-color: rgba(131,209,237,.5);
}
.solution-bnr ul li.border-lightpurple a span:after
{
    border-color: rgba(211,124,227,.5);
}
.solution-bnr ul li.border-green a span:after
{
    border-color: rgba(159,203,100,.5);
}

/* bottom bnr */
.bottom-bnr
{
    padding: 32px 0;

    background: #5db6b9;
}
.bottom-bnr ul
{
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}
.bottom-bnr ul li
{
    flex-basis: 48.93617021276596%;

    max-width: 48.93617021276596%;
    height: 140px;

    border: 20px solid #f2f2f2;
    background: #fff;
}
.bottom-bnr ul li a
{
    font-weight: 600;

    height: 100%;
    padding-left: 20px;
}
.bottom-bnr ul li a span
{
    position: relative;

    padding-left: 106px;
}
.bottom-bnr ul li a span:before
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 66px;
    height: 66px;

    content: '';
    transform: translate(0,-50%);

    background-repeat: no-repeat;
    background-size: cover;
}
.bottom-bnr ul li a span.icn_business:before
{
    background-image: url(../images/common/icn01.png);
}
.bottom-bnr ul li a span.icn_team:before
{
    background-image: url(../images/common/icn02.png);
}

/* box-topics */
.box-topics
{
    padding: 60px 0 25px;
}
.list-topics
{
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
}
.list-topics .wp-tag-cloud
{
    display: inline-flex;
    flex-wrap: wrap;

    margin: 0;
    padding: 0;
}
.list-topics .wp-tag-cloud li
{
    display: inline;

    list-style: none;
}
.list-topics .wp-tag-cloud li a
{
    font-size: 100% !important;
}
.list-topics li
{
    margin: 0 .5rem 1rem .5rem;
    padding: .25rem .5rem;

    border: 1px solid #707070;
    border-radius: 4px;
}
.list-topics li:before
{
    content: '+';

    color: #707070;
}
.box-topics .unit-topics
{
    margin-left: -20px;
}
.box-topics .inner article
{
    max-width: 31.2%;
    margin-bottom: 35px;
    margin-left: 20px;

    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
}
.box-topics .inner article a
{
    padding: 20px;

    cursor: pointer;
}
.box-topics .inner article a figure
{
    overflow: hidden;

    height: 146px;
}
.box-topics .inner article a figure
{
    overflow: hidden;

    height: 146px;
}
.box-topics .inner .kit-topics article a figure
{
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;

    height: 259px;
}

/* about */
.about-feature article
{
    flex-basis: 44.680851063829785%;

    max-width: 44.680851063829785%;
    margin-bottom: 10px;
}
.about-feature article:nth-of-type(3),
.about-feature article:nth-of-type(4)
{
    margin-bottom: 0;
}
.about-feature article figure
{
    display: flex;
    align-items: flex-end;
    justify-content: center;

    height: 118px;
}
.about-feature article h3
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 30px;
}

.box-about
{
    margin-bottom: 10px;
}
.box-about figure
{
    display: flex;
    align-items: center;
    flex-basis: 140px;
    flex-shrink: 0;
    justify-content: center;

    max-width: 140px;
    height: 130px;
    margin-right: 20px;
}
.box-about .about-info h3
{
    font-size: 18px;
    font-weight: 600;

    margin-bottom: 10px;
}
.box-about .about-info p
{
    margin-bottom: 0;
}

/* solution */
.mmc-features dl
{
    flex-basis: 50%;

    max-width: 50%;
}
.mmc-features dl dt
{
    display: flex;
    align-items: center;
    flex-basis: 160px;
    flex-shrink: 0;
    justify-content: center;

    max-width: 160px;
    height: 150px;
}
.mmc-features dl dd strong
{
    display: block;

    padding-bottom: 10px;
}
.solution-case
{
    padding: 40px 20px 0;
}
.solution-case ul li
{
    font-weight: 600;

    flex-basis: 48%;

    max-width: 48%;
    margin-bottom: 40px;
}
.solution-case ul li:before
{
    padding-right: 5px;

    content: '✓';
}

.service-image
{
    padding: 60px 0;
}

.service-image-border .slick-slide:not(.slick-center)
{
    transition: .3s linear;
    transform: scaleY(.7);

    opacity: .6;
}

.kit-area
{
    padding: 30px 0;

    background: #e6e6e6;
}
.kit-area .inner
{
    position: relative;
}
.kit-area h2
{
    font-size: 18px;
    font-weight: 600;
}
.kit-area h2 span
{
    font-size: 32px;
    font-weight: 500;

    display: block;

    margin-bottom: 20px;
    padding-top: 10px;
}
.kit-area .btn
{
    position: absolute;
    bottom: 0;

    color: #fff;
    background: #5db6b9;
}
.kit-area .btn:hover
{
    color: #fff;
    background: #5db6b9;
}
.kit-area .btn.btn-darkblue
{
    color: #fff;
    background: #2a4089;
}

.kit-kv
{
    padding: 100px 0 80px;

    background: #66cdd0;
}
.kit-kv .inner
{
    max-width: 1300px;
}
.kit-kv h2
{
    font-size: 36px;

    margin-bottom: 20px;
}
.kit-kv p
{
    margin-bottom: 40px;
}
.kit-kv .btn
{
    min-width: 260px;

    color: #fff;
}

.unit-topics .items
{
    position: relative;

    display: none;

    opacity: 0;
}
.unit-topics .items .overlay
{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    background: rgba(0,0,0,.5);
}
.unit-topics .items .overlay .list-topics li
{
    display: inline-block;

    border-color: #fff;
    background: #fff;
}
.unit-topics .items .overlay .list-topics li a
{
    padding: 0;
}
body.category-all .item-all,
body.category-btn1 .item-btn1,
body.category-btn2 .item-btn2,
body.category-btn3 .item-btn3,
body.category-btn4 .item-btn4,
body.category-btn5 .item-btn5,
body.category-btn6 .item-btn6,
body.category-btn7 .item-btn7,
body.category-btn8 .item-btn8,
body.category-btn9 .item-btn9,
body.category-btn10 .item-btn10,
body.category-btn11 .item-btn11,
body.category-btn12 .item-btn12,
body.category-btn13 .item-btn13,
body.category-btn14 .item-btn14,
body.category-btn15 .item-btn15,
body.category-btn16 .item-btn16,
body.category-btn17 .item-btn17,
body.category-btn18 .item-btn18,
body.category-btn19 .item-btn19,
body.category-btn20 .item-btn20
{
    display: block;

    -webkit-animation-name: fade-in;
       -moz-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-duration: .5s;
       -moz-animation-duration: .5s;
            animation-duration: .5s;

    opacity: 1;
}
@keyframes fade-in
{
    0%
    {
        display: none;

        opacity: 0;
    }

    1%
    {
        display: block;

        opacity: 0;
    }

    100%
    {
        display: block;

        opacity: 1;
    }
}

@-moz-keyframes fade-in
{
    0%
    {
        display: none;

        opacity: 0;
    }

    1%
    {
        display: block;

        opacity: 0;
    }

    100%
    {
        display: block;

        opacity: 1;
    }
}

@-webkit-keyframes fade-in
{
    0%
    {
        display: none;

        opacity: 0;
    }

    1%
    {
        display: block;

        opacity: 0;
    }

    100%
    {
        display: block;

        opacity: 1;
    }
}
.kit-network .inner
{
    max-width: 1054px;
}
.sec-partner
{
    padding: 4em 0;

    background: #66cdd0;
}
.sec-partner h2
{
    color: #fff;
}
.partner-area
{
    max-width: 860px;
    margin: 0 auto;
    padding: 2em;

    border-radius: 1em;
    background: #fff;
}

/* team */
.box-team:not(:last-of-type)
{
    margin-bottom: 60px;
}
.team-kv
{
    position: relative;
}
.team-kv h2
{
    font-size: 36px;
    font-weight: 600;

    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    padding-top: 70px;

    transform: translate(0, -50%);
    text-align: center;

    color: #fff;
}
.box-team figure
{
    margin-right: 40px;
}
.team-info h2
{
    font-size: 32px;

    margin-bottom: 25px;
}

/* company */
.map > div
{
    flex-basis: 48%;

    max-width: 48%;
}
.tbl-company
{
    width: 100%;
}
.tbl-company th,
.tbl-company td
{
    font-weight: 500;
    line-height: 24px;

    padding: 15px 20px;

    text-align: left;
    vertical-align: top;

    border-bottom: 20px solid #fff;
}
.tbl-company th
{
    border-right: 20px solid #fff;
    background: #daf3f4;
}
.tbl-company td
{
    background: #f4f4f4;
}
.investors div.d-flex div
{
    flex-basis: 460px;

    max-width: 460px;
    margin-bottom: 20px;
}

/* partner */
.box-ask dl
{
    flex-basis: 31.914893617021278%;

    max-width: 31.914893617021278%;
}
.box-ask dl dt
{
    font-weight: 500;

    min-height: 80px;
    margin-bottom: 20px;
    padding: 15px 20px;

    background: #daf3f4;
}
.box-ask dl dd
{
    min-height: 160px;
    padding: 15px 20px;

    background: #f4f4f4;
}
.partner-btn
{
    max-width: 180px;
    margin: 40px auto 0;
}
.partner-btn .btn
{
    font-size: 18px;

    width: 100%;
    max-width: 100%;
    padding: 18px 0;

    color: #fff;
    border-radius: 4px;
    background: #5db6b9;
}

/* contact */
.tbl-contact
{
    width: 100%;
    margin-bottom: 60px;
}
.tbl-contact th
{
    font-weight: 500;

    padding: 10px 20px;

    vertical-align: top;

    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    background: #f4f4f4;
}
.tbl-contact td
{
    border-bottom: 20px solid #fff;
}

/* works */
.clients-box figure
{
    margin-right: 20px;
}


/* news */
.post-list li
{
    margin-bottom: 20px;
}
.post-list li a
{
    display: block;

    padding: 10px 45px;

    background: #e6e6e6;
}
.wp-pagenavi
{
    font-size: 14px;
    line-height: 14px;

    clear: both;

    margin-top: 60px;
    padding: 0;

    text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a
{
    display: inline-block;

    width: auto;
    padding: 0 10px;

    text-decoration: none;

    background: none;
}
.wp-pagenavi a:hover
{
    text-decoration: none;

    color: #000;
    background: none;
}
.wp-pagenavi .current
{
    color: #000;
    border: 0;
    background: none;
}
.previouspostslink:after
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    padding: 0 15px;

    content: '\f053';
}
.nextpostslink:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    padding: 0 15px;

    content: '\f054';
}

.hs-form-iframe
{
    width: 100% !important;
}

.inner500
{
    max-width: 500px;
    margin: 0 auto;
}
