@charset "utf-8";
/* CSS Document */
main .pcNone {
    display: none;
}
@media only screen and (max-width:1000px) {
    main .spNone {
        display: none;
    }
    main .pcNone {
        display: block;
    }

    {
        max-width: 1350px;
        width: 90%;
    }
}

.w1170 { max-width:1170px;margin: auto;width: 96%; }
.full-width-header .rs-header .logo-part img {max-height: initial !important;
}
@media only screen and (max-width: 1024px) {
    .full-width-header .rs-header .menu-area .responsive-logo img {
        max-height: 50px;
    }
}
ol.link_btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
ol.link_btn li a {
	color: #000000;
    display: flex;
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
    padding: 10px;
}
ol.link_btn li {
	max-width: 245px;
    width: 50%;
    background: #fff;
    border: #E8E8E8 1px solid;
    border-radius: 3px;
    padding: 10px;
    gap: 2%;
    margin-bottom: 2%;
    margin-right: 2%;
}
video.bg-video {width: 100%;}
.w1170 h2 {
    color: #3258ab;
    font-size: 25px;
    font-weight: 500;
}
.w1600 h3,.w1170 h3, .w1450 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #4558ab;
}
.serviceBox { display: flex; width: 100%;}
.serviceBox div:nth-child(1) {background: #fff;width: 50%;    padding-left: 3%;}
.serviceBox div:nth-child(2) {
    /*background: #F2F2F2;*/
    width: 50%;
}
.page-parent.brain_system .serviceBox div:nth-child(2) {
    background: #F2F2F2;
}
.serviceBox div:nth-child(2) img {margin: auto; display: block;}
.serviceBox div:nth-child(1),.serviceBox div:nth-child(2) {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*nav.rs-menu.rs-menu-close {
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
     height: 50px;
    line-height: normal;
    margin-top: 25px;
}
.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.sub-menu li a {
    margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children a:before {
    top: 10px !important;
}*/

ol.link_btn li:hover {
    background: #dcf2ff;
}
a.listBtan {
    margin: auto;
    width: max-content;
}
a.listBtan img {
    display: block;
    margin: auto;
}
.w1450 {
    max-width: 1450px;
    margin: auto;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 90px;
    width: 100%;
}
.w1450 a.listBtan {
    margin-top: 100px;
    display: block;
}
.right img {
    float: right;
    overflow: hidden;
    margin-right: 7%;
}
section.ov{
	background: #EFF9FF;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
.mv-wrap picture img {
    display: block;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
}
.mv-wrap .mv_link {
    max-width: 1356px;
    width: 90%;
    display: flex;
    gap: 0 1rem;
    margin: 0 auto;
}
@media only screen and (max-width:1000px) {
    .mv-wrap .mv_link {
        justify-content: center;
        margin-bottom: 2rem;
    }
}
@media only screen and (max-width: 768px) {
    .mv-wrap .mv_link {
        margin-bottom: 1rem;
    }
}

ol.link_btn li:hover {
    background: #dcf2ff;
}

img.btn01 {
    position: absolute;
    bottom: 15%;
    left: 22%;
}
.w1170.bannerBox {
    position: relative;
}
img.btn02 {
    position: absolute;
    bottom: 15%;
    right: 22%;
}
.flex2btn {
    max-width: 947px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  border: 1px solid #ddd;
}

th, td {
  padding: 15px;
  text-align: center;
  border: 1px solid #BCBCBC;
}
th {
  background-color: #F7F9FB;
}
td.leftText {
    text-align: left;
}
.header_t {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
}
p.title {
    color: #143F9E;
    font-size: 40px;
    margin-bottom: 0;
    line-height: 1;
}
p.title span {
    font-size: 14px;
    display: block;
    margin: 0;
}
.header_t b {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.header_t b span {
    display: block;
    font-size: 16px;
    line-height: 1;
}
section.pankuzu ol {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
section.pankuzu ol li:after {
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}
.w90 {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

section.management_menu ol {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}


section.management_menu {
    background: #F7F9FB;
    width: 90%;
    margin: auto;
    padding-top: 3%;
    padding-bottom: 3%;
    max-width: 1350px;
}
section.pankuzu ol li:last-child:after {
    display: none;
}


.blueBox {
    max-width: 1610px;
    margin: auto;
    border: 1px solid #143f9e;
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.blueBox img {
    display: block;
    margin: auto;
}

section.flow .w1170 div{
    background: #fff;
    text-align: center;
}

section.flow {
    max-width: 1610px;
    margin: auto;
    width: 90%;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

.example {
    width: 90%;
    margin: auto;
    background: #F7F9FB;
    padding-top: 100px;
    padding-bottom: 100px;
}
.example ul li {
    width: 48%;
    margin-bottom: 50px;
}
.example ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.example ul li img {
    width: 100%;
}

.w1600 {
    background: #eff9ff;
    max-width: 1600px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 105px;
    width: 100%;
}
.w1600 .w1350 {
background: #fff;
    max-width: 1350px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 90%;
}

.w1600 h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #4558ab;
}





@media only screen and (max-width:1000px) {
img.btn01 {
    bottom: 35%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

img.btn02 {
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
}

img.bak_b {
    margin: auto;
    display: block;
    width: 90%;
    max-width: max-content;
}

.right img {
    margin-right: 0;
}
section.ov {
    padding: 0;
}
}

@media only screen and (max-width: 768px) {
.header_t div {
    width: 90%;
    margin: auto;
}
.header_t {
    display: block;
}
.header_t img {
    margin: auto;
    display: block;
}
.full-width-header.header-style3 .rs-header .menu-area .rs-menu-area .main-menu .rs-menu ul.nav-menu li a {
    margin: 0;
}

.w1600 h3, .w1170 h3, .w1450 h3 {
    font-size: 25px;
}
.syoki {
    font-size: 20px !important;
    width: 90%;
}

p.title {
    font-size: 30px;
}

.header_t b {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.header_t {
    font-size: 14px;
}

section.management_menu ol li {
    width: 30%;
    margin-bottom: 10px;
}
section.management_menu ol {
    flex-wrap: wrap;
}
}


@media only screen and (max-width: 768px) {

img.btn01,
img.btn02 {
    width: 65vw;
}

section.management_menu ol li {
    width: 48%;
}
section.management_menu {
    padding-top: 40px;
    padding-bottom: 40px;
}

.serviceBox div:nth-child(1) {
    width: 100%;
}

.serviceBox {
    display: block;
}

.serviceBox div:nth-child(1), .serviceBox div:nth-child(2) {
    width: 100%;
}

ol.link_btn {
    display: flex;
    flex-wrap: wrap;
}

ol.link_btn li {
    width: 48%;
}

ol.link_btn li a {
        font-size: 14px;
        padding: 10px 0;
}
.w90 ol li a, .w90 ol li {
    font-size: 14px;
}
.w1170 h2 {
    font-size: 20px;
}
.flex2btn img {
    width: 90%;
    margin: auto;
    display: block;
}

}


@media only screen and (max-width: 600px) {
.example ul li {
    width: 100%;
}
}

@media only screen and (max-width: 1000px) {
    .w1600 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .w1600 .w1350 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .serviceBox div:nth-child(1),
    .serviceBox div:nth-child(2) {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .brain_system.labor_management .brain-labor__intro .brain-labor__intro-visual,
    .brain_system.price_management .brain-finance__intro .brain-finance__intro-visual,
    .brain_system.information_management .brain-info__intro .brain-info__intro-visual,
    .brain_system.operational_support .brain-operational__intro .brain-operational__intro-visual,
    .brain_system.ai_assist .brain-ai__intro .brain-ai__intro-visual {
        max-width: 1350px;
        width: 90%;
        margin: 0 auto 25px;
    }
    ol.link_btn {
        flex-direction: column;
    }
    ol.link_btn li {
        max-width: 100%;
        width: 100%;
    }
    .serviceBox div {
        padding-right: 3%;
    }
    .serviceBox div:nth-child(2) {
        background-color: transparent;
        padding-left: 3%;
    }
    section.management_menu ol {
        justify-content: center;
        gap: 0 0.5rem;
    }
    section.management_menu ol li {
        max-width: 260px;
        width: calc(100% / 3.25);
    }

    .brain_system.features .brain-characteristics-merit,
    .brain_system.information_management .brain-info,
    .brain_system.price_management .brain-finance,
    .brain_system.information_management .brain-info,
    .brain_system.operational_support .brain-operational,
    .brain_system.ai_assist .brain-ai,
    .brain_system.price .brain-price,
    .brain_system.introduction_example .brain-case {
        margin-top: calc(115px / 2.5) !important;
        margin-bottom: calc(225px / 2.5) !important;
    }
    .brain_system.introduction_example .example {
        padding-top: calc(100px / 2.5);
        padding-bottom: calc(100px / 2.5);
    }
}

@media only screen and (max-width: 768px) {
    .brain_system.price .tbl-wrap {
        overflow: auto;
    }
    .brain_system.price .tbl-wrap table {
      width: 100%;
      min-width: 600px;
    }
}