@charset "utf-8";
html[lang="ja"] {
    margin: 0 !important;
}
body {
    font-size: 3.7vw;
    color: #595757;
}
.pc-only {
    display: none !important;
}
#wpadminbar {
    display: none !important;
}
@media all and (min-width:501px) {
    body {
        font-size: 18px;
    }
}
.inner {
    width: 90%;
    margin: auto;
}
/* == parts ============================================== */
.float-box {
    overflow: hidden;
}
.base_menu {
    margin: auto;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s;
}
.base_menu.menu-message {
    background-image: url(../img/message-bg.jpg);
}
.base_menu.menu-company {
    background-image: url(../img/company-bg.jpg);
}
.base_menu a {
    display: block;
    padding: 15% 0;
}
.base_menu img {
    vertical-align: top;
}
.base_menu.menu-message img {
    width: 45%;
}
.base_menu.menu-company img {
    width: 35%;
}
.title_center {
    text-align: center;
    font-size: 175%;
    font-weight: 400;
}
.title_center-big {
    text-align: center;
    font-size: 175%;
    font-weight: 400;
    margin: 0 0 5%;
    line-height: 1.5;
}
.title_center-big small {
    display: block;
    font-size: 40%;
}
.title_center-big span.small {
    display: inline-block;
    font-size: 60%;
    margin: 0 0 0 2%;
}
.title_border {
    font-size: 125%;
    font-weight: 400;
    color: #002f7c;
    border-bottom: solid 1px #002f7c;
    margin: 0 0 5%;
}
.btn_base {
    width: 210px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all .3s;
}
.btn_base a {
    display: block;
    padding: 15px 0;
    font-weight: 600;
    transition: all .3s;
}
.btn_base:hover {
    background: #595757;
}
.btn_base a:hover {
    color: #fff;
}
.btn_contact {
    width: 300px;
    margin: 40px auto;
    background: #007580;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    transition: all .2s;
    border: solid 1px #007580;
}
.btn_contact a {
    display: block;
    padding: 12px 0;
    font-size: 115%;
}
.btn_more {
    width: 300px;
    margin: 40px auto;
    background: #8097b9;
    color: #002f7c;
    font-weight: 600;
    text-align: center;
    border-radius: 8px;
    transition: all .2s;
    border: solid 1px #8097b9;
}
.btn_more a {
    display: block;
    padding: 15px 0;
}
.btn_more.type2 {
    background: #82abc1;
    border: solid 1px #82abc1;
}
.list_siblings-menu .btn_more {
    margin: 10px auto;
}
/* == header ============================================== */
body.under header .h-logo {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
    background: #fff;
}
body.under header .h-logo img {
    vertical-align: top;
    width: 84px;
}
#menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #231815;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
}
body.nav__open #menu-trigger {
    right: calc(100% - 50px);
}
#menu-trigger span {
    display: inline-block;
    background: #fff;
    height: 3px;
    width: 60%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    transition: all .3s;
}
#menu-trigger span:nth-child(1) {
    top: 12px;
}
#menu-trigger span:nth-child(2) {
    top: 0;
    bottom: 0;
}
#menu-trigger span:nth-child(3) {
    bottom: 12px;
}
body.nav__open #menu-trigger span:nth-child(1) {
    transform: translateY(11px) rotateZ(-45deg);
}
body.nav__open #menu-trigger span:nth-child(2) {
    opacity: 0;
}
body.nav__open #menu-trigger span:nth-child(3) {
    transform: translateY(-11px) rotateZ(45deg);
}
/**/
#side {
    display: block;
    width: calc(100% - 50px);
    position: fixed;
    right: -100%;
    top: 0;
    transition: all .5s ease .05s;
    background: #fff;
    z-index: 1000;
}
body.nav__open #side {
    right: 0;
}
/**/
#side .nav-title {
    background: #bdbdbf;
    color: #fff;
    padding: 25px 0 3px 30px;
    font-size: 160%;
    line-height: 1;
    font-weight: 300;
}
#side .list_nav01 {
    padding: 15px 0;
}
#side .list_nav01 a {
    display: block;
    padding: 1.5% 0 1.5% 30px;
    font-size: 115%;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
}
#side .list_nav01 a::before {
    content: '';
    width: 0;
    height: 3px;
    background: #000000;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}
body#page_consulting #side .list_nav01 li:nth-child(1) a::before, body#page_equipment #side .list_nav01 li:nth-child(2) a::before, body#page_everything #side .list_nav01 li:nth-child(3) a::before, body#page_dx #side .list_nav01 li:nth-child(4) a::before {
    width: 12px;
}
#side .list_nav02 {
    background: #1b8ca2;
    background: -moz-linear-gradient(top, #1b8ca2 0%, #0c7c98 50%, #007091 100%);
    background: -webkit-linear-gradient(top, #1b8ca2 0%, #0c7c98 50%, #007091 100%);
    background: linear-gradient(to bottom, #1b8ca2 0%, #0c7c98 50%, #007091 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b8ca2', endColorstr='#007091', GradientType=0);
    padding: 15px 0;
}
#side .list_nav02 a {
    display: block;
    padding: 1.5% 0 1.5% 30px;
    font-size: 115%;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 1.6;
}
#side .list_nav02 a::before {
    content: '';
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}
body#page_dx #side .list_nav02 li:nth-child(1) a::before, body#page_opening-support #side .list_nav02 li:nth-child(2) a::before, body#page_maintenance #side .list_nav02 li:nth-child(3) a::before, body#page_cloud-service #side .list_nav02 li:nth-child(4) a::before, body#page_feelings #side .list_nav02 li:nth-child(5) a::before, body#page_case #side .list_nav02 li:nth-child(7) a::before, body#page_philosophy #side .list_nav02 li:nth-child(8) a::before {
    width: 12px;
}
#side .link-btn-recruit {
    background: linear-gradient(to bottom, #6f80a1 0%, #696c91 50%, #635680 100%);
}
#side .link-btn-recruit a {
    display: block;
    padding: 5% 0 5% 30px;
    color: #fff;
    font-size: 115%;
    font-weight: 600;
    position: relative;
}
#side .link-btn-recruit a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    transition: all .3s;
}
body#page_contact #side .link-btn-recruit a::before {
    transform: scale(1);
}

#side .link-btn {
    background: #595757;
}
#side .link-btn a {
    display: block;
    padding: 5% 0 5% 30px;
    color: #fff;
    font-size: 115%;
    font-weight: 600;
    position: relative;
}
#side .link-btn a::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0);
    transition: all .3s;
}
body#page_contact #side .link-btn a::before {
    transform: scale(1);
}
#side .link-bnr-btn a {
    display: block;
    line-height: 0;
    background-color: #F0F0F0;
    transition: all .3s;
    opacity: 1;
}
#side .link-bnr-btn a:hover {
    opacity: 0.7;
}
/* == footer ============================================== */
footer {
    background: #007596;
    padding: 10% 0 5%;
    position: relative;
}
body.under footer {
    margin: 100px 0 0;
    background: #007580;
}
footer .f-logo {
    width: 35%;
    margin: 0 auto 5%;
}
footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 88%;
}
footer #pagetop {
    cursor: pointer;
    position: absolute;
    top: -70px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../img/pagetop.svg) no-repeat;
}
/* == frontpage ==============================================*/
.block_front-top {
    background: url(../img/main_sp.jpg) no-repeat center;
    background-size: cover;
    padding: 110% 0 0;
    position: relative;
    z-index: 10;
    transition: all .5s;
}
.block_front-top::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 1);
    transition: all 3s ease .8s;
}
body.page__open .block_front-top::before {
    background: rgba(0, 0, 0, 0);
}
.block_front-top .top-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 60%;
}
/*-----*/
.block_front-lead {
    margin: 0 0 15%;
}
.block_front-lead .lead-en {
    width: 100%;
    height: 0;
    padding: 32% 0 0;
    text-indent: 115%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../img/create-lead_sp.svg") no-repeat;
    background-size: contain;
    margin: 0 0 10%;
}
.block_front-lead .lead-title {
    text-align: center;
    font-size: 215%;
    margin: 0 0 5%;
}
.block_front-lead .lead-text {
    text-align: center;
    line-height: 2.3;
    font-size: 94%;
}
/*------------------------------*/
.block_front-dt {
    overflow: hidden;
}
.block_front-dt .inner {
    width: 100%;
}
.block_front-dt .area_dx {
    background: url("../img/bg-dot.jpg") repeat-x center top;
    background-size: 16px auto;
    position: relative;
    margin: 0 0 20%;
}
.block_front-dt .area_dx a {
    display: block;
}
.block_front-dt .area_dx .dt-en {
    text-align: center;
}
.block_front-dt .area_dx .dt-en img {
    vertical-align: top;
}
.block_front-dt .area_dx .img-box {
    padding: 61% 0 0;
    background: url("../img/dx-bg_sp.jpg") no-repeat center;
    background-size: cover;
}
.block_front-dt .area_dx .img-box img {
    display: none;
}
.block_front-dt .area_dx .text-box {
    color: #fff;
    padding: 12% 0 10%;
    text-align: center;
}
.block_front-dt .area_dx .text-box .box-title {
    width: 50%;
    margin: 0 auto 3%;
}
/**/
.block_front-dt .area_opening {
    margin: 0 0 8%;
}
.block_front-dt .area_opening a {
    display: block;
}
.block_front-dt .area_opening .text-box {
    color: #fff;
    padding: 7% 0 12%;
    position: relative;
    text-align: center;
    background: #80a0a6;
    background: -moz-linear-gradient(top, #80a0a6 0%, #539595 50%, #2b8b87 100%);
    background: -webkit-linear-gradient(top, #80a0a6 0%, #539595 50%, #2b8b87 100%);
    background: linear-gradient(to bottom, #80a0a6 0%, #539595 50%, #2b8b87 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80a0a6', endColorstr='#2b8b87', GradientType=0);
}
.block_front-dt .area_opening .text-box::before {
    content: '';
    width: 40%;
    height: 0;
    padding: 17% 0 0;
    background: url(../img/opening-title-en_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.block_front-dt .area_opening .text-box .box-title {
    width: 45%;
    margin: 0 auto 3%;
}
.block_front-dt .area_opening .img-box {
    height: 0;
    padding: 60% 0 0;
    background: url(../img/opening-bg_sp.jpg) no-repeat center;
    background-size: cover;
}
/**/
.block_front-dt .area_maintenance {
    margin: 0 0 8%;
}
.block_front-dt .area_maintenance a {
    display: block;
}
.block_front-dt .area_maintenance .text-box {
    color: #fff;
    padding: 7% 0 12%;
    position: relative;
    background: #6f80a1;
    background: -moz-linear-gradient(top, #6f80a1 0%, #696c91 50%, #635680 100%);
    background: -webkit-linear-gradient(top, #6f80a1 0%, #696c91 50%, #635680 100%);
    background: linear-gradient(to bottom, #6f80a1 0%, #696c91 50%, #635680 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f80a1', endColorstr='#635680', GradientType=0);
    text-align: center;
}
.block_front-dt .area_maintenance .text-box::before {
    content: '';
    width: 50%;
    height: 0;
    padding: 16% 0 0;
    background: url(../img/maintenance-title-en_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 8%;
    right: 5%;
}
.block_front-dt .area_maintenance .text-box .box-title {
    width: 50%;
    margin: 0 auto 3%;
}
.block_front-dt .area_maintenance .img-box {
    height: 0;
    padding: 60% 0 0;
    background: url(../img/maintenance-bg_sp.jpg) no-repeat right;
    background-size: cover;
}
/**/
.block_front-dt .area_cloud a {
    display: block;
}
.block_front-dt .area_cloud .text-box {
    color: #fff;
    padding: 12% 0;
    position: relative;
    background: #0092cf;
    background: -moz-linear-gradient(top, #0092cf 0%, #0089c9 50%, #0081c3 100%);
    background: -webkit-linear-gradient(top, #0092cf 0%, #0089c9 50%, #0081c3 100%);
    background: linear-gradient(to bottom, #0092cf 0%, #0089c9 50%, #0081c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092cf', endColorstr='#0081c3', GradientType=0);
    text-align: center;
}
.block_front-dt .area_cloud .text-box .box-title {
    width: 40%;
    margin: 0 auto 3%;
}
.block_front-dt .area_cloud .img-box {
    height: 0;
    padding: 60% 0 0;
    background: url(../img/cloud-bg_sp.jpg) no-repeat left;
    background-size: cover;
}
.block_front-dt .area_cloud .text-box::before {
    content: '';
    width: 32%;
    height: 0;
    padding: 16% 0 0;
    background: url(../img/cloud-title-en_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 8%;
    right: 5%;
}
/*------------------------------*/
.block_menu {
    padding: 10% 0;
}
.block_menu .inner {
    width: 100%;
}
.block_menu .float-box {
    width: 70%;
    margin: 15% auto 8%;
}
.block_menu .left {
    background: url("../img/ec-bg.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
}
.block_menu .left a {
    display: block;
    padding: 20% 0;
}
.block_menu .left img {
    width: 65%;
    vertical-align: top;
}
.block_menu .right {
    margin: 5% 0 0;
    background: #2d8aff;
    text-align: center;
}
.block_menu .right a {
    display: block;
    padding: 10.3% 0;
}
.block_menu .right img {
    width: 70%;
    vertical-align: top;
}
/*------------------------------*/
.block_front-case {
    background: #bbbbbb;
    padding: 0 0 12%;
}
.block_front-case .case-en {
    margin: 0 0 5%;
}
.list_2column li {
    width: 90%;
    margin: 0 auto 12%;
}
.list_2column .thumbnail {
    margin: 0 0 2%;
}
.list_2column .title {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
}
.list_2column .text {
    font-size: 88%;
}
.trans-img {
    position: relative;
    overflow: hidden;
}
/*------------------------------*/
.block_front-company {
    padding: 15% 0 30%;
    background: url(../img/f-bg.jpg) no-repeat center bottom;
    background-size: 300% auto;
}
.block_front-company .inner {
    width: 100%;
}
.block_front-company .sdgs-box {
    overflow: hidden;
    width: 60%;
    margin: 10% auto 0;
}
.block_front-company .sdgs-box .sdgs-title {
    width: 90%;
    margin: 0 auto 10%;
}
.block_front-company .sdgs-box .list_sdgs {
    overflow: hidden;
}
.block_front-company .sdgs-box .list_sdgs li {
    float: left;
    width: 46%;
}
.block_front-company .sdgs-box .list_sdgs li + li {
    margin: 0 0 0 8%;
}
/*------------------------------*/
.block_front-news {
    padding: 0 0 50px;
}
.block_front-news .title_center-big .small {
    font-size: 0.4em;
    display: block;
    margin: 1% 0 45px;
}
.block_front-news a {
    display: block;
}
.list_3column {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_3column li {
    width: 48%;
    margin: 0 0 7%;
}
.list_3column li:nth-child(n + 4) {
    margin: 0 0 5%;
}
.list_3column li a {
    display: block;
}
.list_3column .thumbnail {
    margin: 0 0 4%;
    overflow: hidden;
    height: 43vw;
    position: relative;
}
.list_3column .thumbnail img {
    max-width: 1000px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}
.list_3column .news_data {
    font-size: 83%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.5em;
}
.list_3column .category {
    font-size: 83%;
    width: 7em;
    color: #fff;
    margin-right: 0.5em;
    padding: 0.3em 0;
    text-align: center;
}
.category.cat_news { background-color: #1E86DC; }
.category.cat_example { background-color: #FF8900; }
.category.cat_notice { background-color: #00935A; }
.list_3column .text {
    font-size: 88%;
}
.news_more {
    position: relative;
    display: block;
    text-align: center;
    color: #0000FF;
    text-decoration: underline;
}
.news_more:hover {
    text-decoration: none;
}
/* == underpage ============================================== */
body.under {
    margin: 50px 0 0;
    background-size: 150% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.block_page-top {
    position: relative;
    text-align: center;
    padding: 15% 0 8%;
}
.block_page-top .page-top-title {
    margin: 0 auto 4%;
}
.block_page-top .page-top-lead {
    font-size: 125%;
    font-weight: 600;
    color: #231815;
    margin: 0 0 5%;
}
.block_page-top .page-top-text {
    line-height: 2;
    text-align: left;
}
.sec-base + .sec-base {
    margin: 10% auto 0;
}
hr + .sec-base {
    margin: 10% auto;
}
.sec-base section + section {
    margin: 8% 0 0;
}
.list_disc li {
    padding: 0 0 0 1em;
    position: relative;
    color: #002f7c;
    font-size: 125%;
}
.list_disc li small {
    font-size: 75%;
}
.list_disc li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #002f7c;
    position: absolute;
    left: 0;
    top: .7em;
    border-radius: 50%;
}
.list_disc2 li {
    padding: 0 0 0 1.1em;
    position: relative;
    color: #002f7c;
    font-size: 110%;
}
.list_disc2 li small {
    font-size: 75%;
}
.list_disc2 li + li {
    margin: 20px 0 0;
}
.list_disc2 li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0099d2;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
/* ====== 
page-name #dx
======*/
#page_dx {
    background-image: url("../img/dx/page-bg.jpg");
}
#page_dx .block_page-top .page-top-title {
    width: 47%;
}
.block_dx .center-img {
    text-align: center;
    margin: 0 0 10px;
}
.set_title + .set_title {
    margin: 10% 0 0;
}
.set_title .text-center {
    margin: 0 0 20px;
    line-height: 2;
}
.set_title .text_base + .text_base {
    margin: 15px 0 0;
}
.list_sikaku-num li {
    position: relative;
    padding: 8px 0 8px 50px;
    background-position: left top;
    background-size: 40px;
    background-repeat: no-repeat;
}
.list_sikaku-num li:nth-child(1) {
    background-image: url("../img/num01.svg");
}
.list_sikaku-num li:nth-child(2) {
    background-image: url("../img/num02.svg");
}
.list_sikaku-num li:nth-child(3) {
    background-image: url("../img/num03.svg");
}
/* ====== 
page-name #cloud-service
======*/
#page_cloud-service {
    background-image: url("../img/cloud-service/page-bg.jpg");
}
#page_cloud-service .block_page-top .page-top-title {
    width: 60%;
}
.list_number {
    margin: 50px 0 0;
}
.list_number li {
    margin: 8% 0 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px 2px #ddd;
    background: #fff;
    padding: 8% 6%;
    position: relative;
}
.list_number li::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: -6px;
    top: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.list_number li:nth-child(1)::before {
    background-image: url("../img/cloud-service/num01.svg");
}
.list_number li:nth-child(2)::before {
    background-image: url("../img/cloud-service/num02.svg");
}
.list_number li:nth-child(3)::before {
    background-image: url("../img/cloud-service/num03.svg");
}
.list_number li:nth-child(4)::before {
    background-image: url("../img/cloud-service/num04.svg");
}
.list_number li:nth-child(1) .num-title {
    width: 80.5%;
}
.list_number li:nth-child(2) .num-title {
    width: 91%;
}
.list_number li:nth-child(3) .num-title {
    width: 96%;
}
.list_number li:nth-child(4) .num-title {
    width: 81%;
}
.list_number .num-text {
    line-height: 2;
    margin: 3% 0 0;
}
.block_cloud-service .sec01 .btn_more {
    margin: 30px auto 50px;
}
/* ====== 
page-name #cloud-service
======*/
.title_blue {
    font-size: 145%;
    color: #002f7c;
    margin: 0 0 3%;
    letter-spacing: 1px;
    line-height: 1.5;
}
.title_blue-center {
    text-align: center;
    font-size: 135%;
    color: #002f7c;
    margin: 0 0 5%;
    line-height: 1.5;
}
#page_feelings {
    background-image: url("../img/feelings/page-bg.jpg");
}
#page_feelings .block_page-top .page-top-title {
    width: 70%;
}
#page_feelings footer {
    margin: 0;
}
.block_feelings .person-box {
    background: url(../img/feelings/img01.jpg) no-repeat center top;
    background-size: contain;
    padding: 85% 0 0;
    margin: 0 0 15%;
}
.block_feelings .person-name {
    margin: 0 0 10px;
    font-size: 150%;
    font-weight: 600;
}
.box_img-text {
    overflow: hidden;
    margin: 0 0 10%;
}
.box_img-text .box-img {
    text-align: center;
    margin: 0 0 3%;
}
.block_feelings .sec02 {
    margin: 0 0 40px;
}
.block_feelings .sec03 {
    margin: 40px 0 0;
}
.block_feelings .sec03 .inner {
    position: relative;
    padding: 0 0 280px;
}
.block_feelings .sec03 .inner::before {
    content: '';
    width: 174px;
    height: 267px;
    background: url("../img/feelings/person.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.block_feelings .sec04 .text {
    margin: 20px 0 0;
}
/* ====== 
page-name #consulting
======*/
#page_consulting {
    background-image: url("../img/consulting/page-bg.jpg");
}
.block_consulting {
    margin: 20px 0 0;
}
.block_consulting .growth-bg {
    background: url("../img/consulting/growth-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 20px 0 0;
}
.block_consulting .growth-bg .inner {
    width: 100%;
}
.block_consulting .growth-title {
    text-align: center;
    font-size: 135%;
    font-weight: 600;
    margin: 0 0 10px;
    letter-spacing: 2px;
}
.block_consulting .growth-lead {
    text-align: center;
    font-size: 125%;
    font-weight: 600;
    color: #002f7c;
    margin: 0 0 20px;
}
.list_growth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list_growth li {
    width: 50%;
    position: relative;
    margin: -5% 0 0;
}
.list_growth li img {
    vertical-align: top;
}
.block_consulting .growth-en {
    line-height: 1;
}
.block_consulting .growth-en img {
    vertical-align: top;
}
.block_consulting .voice-wrap {
    padding: 30px 0 20px;
}
.block_consulting .dl_voice {
    padding: 120px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px;
}
.block_consulting .dl_voice.voice01 {
    background-image: url("../img/consulting/voice01.svg");
}
.block_consulting .dl_voice.voice02 {
    background-image: url("../img/consulting/voice02.svg");
}
.block_consulting .dl_voice dt {
    font-size: 115%;
    font-weight: 600;
    margin: 0 0 10px;
    color: #002f7c;
}
.block_consulting .title_center-big {
    margin: 0 0 5%;
}
.strong-box {
    margin: 15px 0 0;
    padding: 10px;
    background: #e4e8ef;
}
.strong-box strong {
    color: #002f7c;
    line-height: 1.5;
}
/* ====== 
page-name #remote
======*/
#page_remote {
    background-image: url("../img/remote/page-bg.jpg");
}
#page_remote .page-top-lead {
    font-size: 115%;
}
#page_remote .page-top-text {
    text-align: left;
}
.block_remote .area_confirm {
    margin: 30px 0 0;
    text-align: center;
}
.block_remote .area_confirm .text {
    margin: 0 0 20px;
}
.block_remote .area_confirm .link a {
    display: inline-block;
}
.block_remote .area_confirm .link span {
    display: block;
    color: #0095d2;
    margin: 0 0 10px;
}
.block_remote .area_confirm .link img {
    width: 100px;
}
/* ====== 
page-name #opening-support
======*/
#page_opening-support {
    background-image: url("../img/opening-support/page-bg.jpg");
}
#page_opening-support .block_page-top .page-top-title {
    width: 53%;
}
.block_opening-support .sec01 {
    overflow: hidden;
}
.list_support-menu {
    margin: 0 8% 0 0;
}
.list_support-menu::after {
    content: '';
    clear: both;
    display: block;
}
.list_support-menu li {
    width: 50%;
    float: left;
    position: relative;
}
.list_support-menu li:nth-child(2n + 1) {
    clear: both;
}
.list_support-menu li:nth-child(3), .list_support-menu li:nth-child(4) {
    margin: -8% 0;
}
.list_support-menu li img {
    max-width: none;
    width: 120%;
}
.block_opening-support .lead-text {
    margin: 3% 0;
}
.block_opening-support .exercise-bg {
    background: url("../img/opening-support/exercise-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 20px 0 0;
}
.block_opening-support .exercise-bg .inner {
    width: 100%;
}
.block_opening-support .exercise-lead {
    text-align: center;
    font-size: 115%;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8%;
}
.block_opening-support .exercise-en {
    line-height: 1;
}
.block_opening-support .exercise-en img {
    vertical-align: top;
}
.block_opening-support .sec02 .inner {
    width: 100%;
}
.list_new-flow {
    overflow: hidden;
}
.list_new-flow li {
    float: left;
    width: 42%;
    position: relative;
    margin: 5% 0 0 8%;
}
.list_new-flow li + li::before {
    content: '';
    width: 8%;
    height: 0;
    padding: 14% 0 0;
    background: url(../img/arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -12.5%;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* ====== 
page-name #philosophy
======*/
#page_philosophy {
    background-image: url("../img/philosophy/page-bg.jpg");
}
#page_philosophy .block_page-top .page-top-title {
    width: 53.5%;
}
#page_philosophy .page-top-lead {
    text-align: left;
    color: #002f7c;
    font-size: 115%;
    line-height: 2;
}
.block_philosophy .sec01 .title_center-big {
    margin: 0 0 8%;
}
.block_philosophy .sec01 .title_center {
    font-size: 150%;
}
.block_philosophy .president-box {
    overflow: hidden;
    margin: 40px auto 0;
}
.block_philosophy .president-box .box-right {
    text-align: center;
    width: 80%;
    margin: auto;
}
.block_philosophy .president-box .box-right .info {
    text-align: center;
    margin: 10px 0 0;
}
.block_philosophy .president-box .box-right .info .position {
    display: block;
}
.block_philosophy .president-box .box-right .info .name {
    display: block;
    font-size: 200%;
}
.block_philosophy .president-box .box-left {
    line-height: 2;
}
.list_dl dl {
    overflow: hidden;
    border-top: solid 1px #595757;
    border-bottom: solid 1px #595757;
    padding: 4% 0;
}
.list_dl li + li dl {
    border-top: none;
}
.list_dl dt {
    float: left;
    width: 25%;
}
.list_dl dd {
    float: left;
    width: 75%;
    box-sizing: border-box;
}
.block_philosophy .oath-bg {
    background: url("../img/philosophy/oath-bg.jpg") no-repeat center;
    background-size: cover;
    padding: 6% 0 0;
}
.block_philosophy .oath-en {
    line-height: 1;
}
.block_philosophy .oath-en img {
    vertical-align: top;
}
.list_oath li {
    margin: 0 0 4%;
}
.map-wrap {
    height: 299px;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
}
.block_philosophy .list_siblings-menu {
    margin: 8% 0 12%;
}
.block_philosophy .sec05 .text-box {
    background: url("../img/philosophy/over50.svg") no-repeat right center;
    background-size: contain;
}
.block_philosophy .sec05 .text-box p + p {
    margin: 20px 0 0;
}
.block_philosophy .sec05 .area_sankou {
    margin: 30px 0;
}
.block_philosophy .sec05 .area_sankou .sankou-title {
    font-size: 125%;
    margin: 0 0 5px;
}
.block_philosophy .sec06 .title_center {
    font-size: 115%;
    margin: 0 0 10%;
}
.dl_base dt {
    font-size: 125%;
    border-bottom: solid 1px #595757;
    margin: 0 0 10px;
}
.dl_base dd {
    margin: 0 0 25px;
}
/* ====== 
page-name #career
======*/
#page_career {
    background-image: url("../img/career/page-bg.jpg");
}
#page_career .block_page-top .page-top-title {
    width: 31%;
}
/* ====== 
page-name #case
======*/
#page_case {
    background-image: url("../img/case/page-bg.jpg");
}
#page_case .block_page-top .page-top-title {
    width: 57%;
}
.block_case .case-box {
    overflow: hidden;
    margin: 0 0 5%;
}
.block_case .case-box .box-img {
    margin: 0 auto 3%;
}
.block_case .title_blue {
    font-size: 114%;
}
.case-images {
    overflow: hidden;
}
.case-images img {
    vertical-align: top;
    float: left;
    width: 33%;
}
.case-images img:nth-child(2) {
    margin: 0 0.5%;
}
.case-images img:nth-child(3n + 1) {
    clear: both;
    margin: 0;
}
.block_case .case-ex {
    margin: 8% auto;
}
.list_ex {
    text-align: center;
}
.list_ex li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.list_ex limg {
    vertical-align: top;
}
.list_ex li p {
    font-size: 88%;
    text-align: left;
    margin: -5% 0 0;
}
.lead_center {
    text-align: center;
    margin: 0 0 30px;
    font-size: 125%;
    font-weight: 600;
}
.list_unei {
    font-size: 88%;
    margin: 20px auto 30px;
}
.list_unei li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: dashed 1px #9f9fa1;
}
.block_case .unei-result {
    text-align: center;
    margin: 40px 0 0;
    color: #002f7c;
    font-size: 125%;
    font-weight: 600;
    text-decoration: underline;
}
.block_case .float-box .title_blue-center {
    text-align: left;
    margin: 0 0 20px;
}
.block_case .float-box .box-left {
    margin: 0 0 10%;
}
.block_case .sec05 .image {
    margin: 30px 0 0;
}
/* ====== 
page-name #everything
======*/
#page_everything {
    background-image: url("../img/everything/page-bg.jpg");
}
#page_everything .block_page-top .page-top-title {
    width: 36.5%;
}
.everything-set {
    overflow: hidden;
}
.everything-set + .everything-set {
    margin: 50px auto 0;
}
.everything-set .set-image {
    text-align: center;
    margin: 0 0 10px;
}
.everything-set .set-text .title_blue {
    margin: 0 0 10px;
    line-height: 1.5;
}
.everything-set .set-text .text {
    line-height: 2;
}
.everything-set .set-text .text + .text {
    margin: 20px 0 0;
}
.everything-set .set-text .text strong {
    display: block;
    font-size: 135%;
}
.everything-set .set-text .text em {
    font-style: normal;
    color: #b80012;
}
.everything-set .set-text .btn_contact {
    margin: 20px auto 0;
}
.block_everything .sec01 {
    margin: 0 0 40px;
}
/* ====== 
page-name #equipment
======*/
#page_equipment {
    background-image: url("../img/equipment/page-bg.jpg");
}
#page_equipment .block_page-top .page-top-title {
    width: 83%;
}
.block_equipment .list_2column {
    margin: 30px 0 0;
}
.block_equipment .list_2column li {
    margin: 0 auto 5%;
}
.block_equipment .list_2column .thumbnail {
    margin: 0;
}
.bf-af-box {
    margin: 10px 0 0;
    overflow: hidden;
    background: url("../img/equipment/arrow.svg") no-repeat center;
    background-size: 3% auto;
}
.bf-af-box .box-bf {
    float: left;
    width: 46.25%;
}
.bf-af-box .box-af {
    float: right;
    width: 46.25%;
}
.block_equipment .sec03 .image, .block_equipment .sec04 .image {
    margin: 20px 0 0;
}
.block_equipment .sec07 .img-center {
    text-align: center;
    margin: 30px 0 0;
}
/* ====== 
page-name #maintenance
======*/
#page_maintenance {
    background-image: url("../img/maintenance/page-bg.jpg");
}
#page_maintenance .block_page-top .page-top-title {
    width: 54.5%;
}
.list_maintenance {
    transform: translateX(-4%);
}
.list_maintenance::after {
    content: '';
    display: block;
    clear: both;
}
.list_maintenance li {
    float: left;
    width: 50%;
}
.list_maintenance li img {
    max-width: none;
    width: 120%;
    vertical-align: top;
}
.list_kouji::after {
    content: '';
    clear: both;
    display: block;
}
.list_kouji li img {
    vertical-align: top;
}
.block_maintenance .sec02 .jisseki-text {
    text-align: center;
    margin: -10px 0 10%;
}
.block_maintenance .sec02 .img-map {
    text-align: center;
}
.block_maintenance .sec03 .tele-title {
    width: 64%;
    margin: 0 auto 8%;
}
.block_maintenance .sec03 .tele-lead {
    text-align: center;
    font-size: 135%;
    font-weight: 600;
    margin: 0 0 5%;
}
.block_maintenance .sec03 .tele-text {
    padding: 0 0 60px 0;
    margin: 0 0 30px;
    background: url("../img/maintenance/arrow.svg") no-repeat center bottom;
    background-size: 34px;
}
.list_tele {
    overflow: hidden;
}
.list_tele li {
    box-sizing: border-box;
    padding: 0 0 0 80px;
    margin: 0 0 30px;
    background-position: left top;
    background-size: 60px auto;
    background-repeat: no-repeat;
}
.list_tele li:nth-child(1) {
    background-image: url("../img/maintenance/icon01.svg");
}
.list_tele li:nth-child(2) {
    background-image: url("../img/maintenance/icon02.svg");
}
.list_tele li:nth-child(3) {
    clear: both;
    width: 100%;
    background-image: url("../img/maintenance/icon03.svg");
}
.list_tele .title {
    color: #002f7c;
    font-size: 125%;
    font-weight: 600;
    margin: 0 0 5px;
}
.block_maintenance .sec03 .tele-info {
    margin: 30px auto 0;
}
.block_maintenance .sec03 .tele-strong {
    color: #002f7c;
    font-size: 125%;
    font-weight: 600;
    margin: 25px 0 0;
}
.block_maintenance .sec03 .area_style {
    margin: 40px 0;
    background: #dce2eb;
    padding: 30px 0;
}
.block_maintenance .sec03 .area_style .title_center-big {
    font-size: 150%;
}
.block_maintenance .sec03 .area_style .lead-text {
    margin: 0 0 30px;
}
.list_tele-voice {
    padding: 170px 0 0;
    margin: auto;
    background: url("../img/maintenance/voice.svg") no-repeat center top;
    background-size: 100px auto;
}
.block_maintenance .sec03 .area_now {
    margin: 0 0 40px;
}
.block_maintenance .sec03 .area_now .title_center-big {
    font-size: 150%;
}
.block_maintenance .sec03 .area_system {
    margin: 40px 0 0;
}
.list_separate {
    overflow: hidden;
    margin: 0 0 30px;
    position: relative;
}
.list_separate::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #595757;
}
.list_separate li {
    text-align: center;
    position: relative;
}
.list_separate li + li {
    border-top: solid 1px #595757;
    padding: 40px 0 0;
}
.block_maintenance .sec03 .area_system .system-att {
    color: #002f7c;
    font-weight: 600;
    font-size: 125%;
}
/* ====== 
page-name #contact
======*/
#page_contact {
    background-image: url("../img/contact/page-bg.jpg");
}
#page_contact .block_page-top .page-top-title {
    width: 80%;
}
.form_base input[type="text"], .form_base input[type="email"], .form_base input[type="tel"], .form_base input[type="date"], .form_base input[type="submit"], .form_base select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #838484;
    width: 100%;
    height: 2.5em;
}
.form_base textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #838484;
    width: 100%;
}
.form_base select {
    color: #595757;
}
.form_base input + input {
    margin: 10px 0 0;
}
.list_form > li {
    margin: 0 0 20px;
}
.list_form .area_label {
    position: relative;
    font-size: 115%;
    font-weight: 600;
    margin: 0 0 5px;
}
.list_sub-form {}
.list_sub-form li {
    overflow: hidden;
}
.list_sub-form li + li {
    margin: 10px 0 0;
}
.list_sub-form span {
    display: block;
    float: left;
    width: 25%;
    font-weight: 600;
    margin: 12px 0 0;
}
.form_base .list_sub-form li input, .form_base .list_sub-form li select {
    float: left;
    width: 75%;
}
.form_base .list_sub-form li input[type="date"] {
    width: 47%;
}
.form_base .radio-box label {
    display: block;
    cursor: pointer;
    padding: 5px 1px;
}
.form_base .list_sub-form.form-online span:nth-child(1) {
    width: 100%;
    float: none;
}
.form_base .list_sub-form.form-online select {
    width: 23%;
    margin: 0 1% 0 3%;
}
.form_base .area_submit {
    margin: 40px 0 0;
}
.form_base .area_submit .btn {
    width: 300px;
    display: block;
    padding: 20px 0;
    line-height: 1;
    height: auto;
    background: #007580;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    margin: auto;
    cursor: pointer;
    transition: all .2s;
    border: solid 1px #007580;
}
.form_base .area_submit .btn.touch__start {
    background: #fff;
    color: #007580;
}
.form_base .area_submit .btn:disabled{
    color: #fff;
    background: #aaa;
    border: solid 1px #aaa;
    cursor: default;
}
.form_base .area_submit .btn:disabled:hover {
    opacity: 1;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.form_base #online__check {
    display: none;
}
.form_base #online__check.open {
    display: block;
}
/* ====== 
page-name #news
======*/
#page_news {
    background-image: url("../img/remote/page-bg.jpg");
}
#page_news .block_page-top .page-top-title {
    width: 53%;
}
.block_news_detail {
    padding-bottom: 10px
}
.block_news_detail .news_data {
    font-size: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    margin-bottom: 1em;
}
.block_news_detail .category {
    font-size: 100%;
    width: 7em;
    color: #fff;
    margin-right: 0.7em;
    padding: 0.3em 0;
    text-align: center;
}
.block_news_detail .date {
    font-size: 110%;
}
.news_slide {
    margin-bottom: 30px;
}
.news_slide .slide {
    position: relative;
    margin: 0;
    padding: 0;
}
.news_slide .slide .item {
    position: relative;
    height: 100%;
}
.news_slide .slide .item::before {
    display: block;
    padding-top: 39%;
    content: "";
    position: relative;
    overflow: hidden;
}
.news_slide .slide .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.news_slide .slide > .slick-list,
.news_slide .slide > .slick-list > .slick-track,
.news_slide .slide > .slick-list > .slick-track > .slick-slide > div {
    position: relative;
    height: 100%;
}
.slide-navigation {
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.slide-navigation .item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: calc(96% / 5);
    height: 100%;
    padding: 0;
    margin-right: 1%;
}
.slide-navigation .item:last-child {
    margin-right: 0;
}
.slide-navigation .item::before {
    display: block;
    padding-top: 60%;
    content: "";
}
.slide-navigation .item:nth-child(5n) {
    margin-right: 0;
}
.slide-navigation .item:nth-child(n + 6) {
    margin-top: 3px;
}
.slide-navigation .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
}
.slide-navigation .current::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: #000;
}
.news_slide img{
    width: 100%;
    height: auto;
}
.news_detail_ttl {
    font-size: 140%;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}
.news_detail_text {
    font-size: 100%;
    line-height: 2em;
    margin-bottom: 40px;
}

/* ====== 
page-name #recruit
======*/
#page_recruit {
    background-image: url("../img/recruit/page-bg.jpg");
}
#page_recruit .block_page-top .page-top-title {
    width: 53.5%;
}
#page_recruit .page-top-lead {
    text-align: left;
    color: #002f7c;
    font-size: 115%;
    line-height: 2;
}
.recruit_business_list {
    display: flex;
    flex-direction: column;
}
.recruit_business_list li {
    padding: 15px 15px;
}
.recruit_business_list li .pic {
    margin-bottom: 10px;
}
.recruit_business_list li h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.everything-set .set-image.message_pic {
    width: 225px;
    margin: 0 auto 15px;
}
.requirements_dl {
    background: #fff;
    border: 1px solid #707070;
}
.requirements_dl dt,
.requirements_dl dd {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
}
.requirements_dl dt:not(:first-of-type),
.requirements_dl dd:not(:first-of-type) {
    border-top: 1px solid #707070;
}

.requirements_dl dt {
    background: #BBBBBB;
}
