@charset "UTF-8";
/* Scss Document */
.normalPage {
  max-width: 953px;
  margin: 0 auto;
  padding: 50px 0 80px;
}

.normalPage .main > section h3 {
  border-left: 3px solid #0050A7;
  padding: 0 0 0 5px;
  font-size: 1.5em;
}

.normalPage .main > section > section {
  margin: 50px 0 0;
}

.normalPage .main > section > section h4 {
  border: 1px solid #ccc;
  padding: 8px 0 8px 15px;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 30px;
}

.normalPage .main > section > section h4::before {
  content: "";
  width: 2px;
  height: 70%;
  background: #0050A7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}

.normalPage .main > section > section ul li {
  border-bottom: 1px dotted #666;
  padding: 5px 0;
}

.normalPage .main > section > section ul li .title {
  overflow: hidden;
  margin: 0 0 5px;
}

.normalPage .main > section > section ul li .title .date {
  width: 120px;
  float: left;
  margin: 0 20px 0 0;
}

.normalPage .main > section > section ul li .title .icon {
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-radius: 10px;
  padding: 0.3em 10px 0.2em;
  float: left;
  margin: 3px 0 0;
  font-weight: bold;
  line-height: 1em;
}

.normalPage .main > section > section ul li .title .icon.news {
  background: #f39700;
}

.normalPage .main > section > section ul li .title .icon.event {
  background: #8ec323;
}

.normalPage .main > section > section ul li .title .icon.product {
  background: #00a0e9;
}

.normalPage .page {
  margin: 30px 0 0;
  overflow: hidden;
}

.normalPage .page a, .normalPage .page span {
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #2d6ab2;
  color: #1164B0;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 0 0;
}

.normalPage .page a.current_page, .normalPage .page span.current_page {
  background: #D3E4F6;
}

.normalPage .footernavi {
  margin: 50px 0 0;
}

.normalPage .footernavi ul {
  padding: 3px 0;
  overflow: hidden;
}

.normalPage .footernavi ul li {
  float: left;
  width: calc(100% - 1px);
  width: 20%;
}

.normalPage .footernavi ul li a {
  display: block;
  color: #1164B0;
  padding: 10px 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  background: url(../img/common/icon_arrow.png) no-repeat #D3E4F6;
  background-position: 35% 50%;
  background-size: 7px;
  text-align: center;
}

.normalPage .footernavi ul li a:hover {
  background-color: #EAF2FB;
  transition: background 0.3s;
}

.normalPage .footernavi ul li.current a {
  color: #000;
}

.ccm-page {
  /*
  ============================================================

  スマホ用CSS

  ============================================================
  */
}
@media only screen and (min-width: 641px) and (max-width: 952px) {
  .ccm-page {
    /*

    Movieのパラメータ	※コンテンツの背景のheightはjsで計算

    */
  }
  .ccm-page header section h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ccm-page header section .headernavi {
    margin-right: 10px;
  }
  .ccm-page header section .headernavi nav {
    float: left;
  }
  .ccm-page .top_visual {
    min-width: inherit;
  }
  .ccm-page .top_visual .readObj .triangle {
    width: 71%;
  }
  .ccm-page .top_visual .readObj .triangle img {
    margin-top: -14%;
  }
  .ccm-page .top_visual .readObj .title {
    top: 23%;
    font-size: 5vw;
  }
  .ccm-page .top_visual .readObj .company_text {
    top: 32%;
    font-size: 2vw;
  }
  .ccm-page .solutions .bg div {
    background-position: 0 -160px;
    height: 120%;
  }
  .ccm-page .solutions .solContents .news {
    padding: 10px 0 10px 10px;
    margin-bottom: 300px;
  }
  .ccm-page .solutions .solContents .advantage {
    padding: 0 10px;
  }
  .ccm-page .solutions .solContents .advantage .point {
    max-width: inherit;
  }
  .ccm-page .solutions .solContents .advantage .point > div section {
    width: 31%;
    margin: 0 20px 0 0;
  }
  .ccm-page .solutions .solContents .advantage .point > div section:last-child {
    margin-right: 0;
  }
  .ccm-page .slideContents > div {
    overflow: hidden;
  }
  .ccm-page .slideContents > div .bg {
    min-height: 450px;
  }
  .ccm-page .slideContents > div section {
    width: 100%;
  }
  .ccm-page footer .info {
    padding: 30px 10px;
  }
  .ccm-page footer .info .wrap .company_name {
    width: 70%;
  }
  .ccm-page footer .info .wrap .infoLink {
    width: 30%;
  }
  .ccm-page footer .info .wrap .infoLink .Inquiry a {
    width: 100%;
  }
  .ccm-page footer .pagetop {
    margin: 0 10px 0 0;
  }
  .ccm-page .main_visual section h2 {
    margin-left: 10px;
  }
  .ccm-page .overview {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .feature {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .company_info {
    padding: 0 10px;
    width: auto;
  }
  .ccm-page .company_info table {
    float: none;
    width: 100%;
  }
  .ccm-page .company_info .imagePhoto {
    float: none;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .ccm-page .company_info .imagePhoto img {
    width: 100%;
  }
  .ccm-page .info_contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .event_contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .contents_page {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    height: 100%;
  }
  body {
    -webkit-text-size-adjust: 100%;
    height: 100%;
  }
  .ccm-page#container {
    background: #fff;
    transition: all 0.3s;
  }
  #top #container {
    background: #221714;
  }
  .ccm-page#container.toggled {
    background: #221714;
    height: 100%;
    overflow: hidden;
  }
  .ccm-page#container .smp {
    display: block;
  }
  .ccm-page header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .ccm-page header section {
    width: 100%;
  }
  .ccm-page header section h1 {
    margin: 20px 10px 0;
  }
  .ccm-page header section h1 .logo {
    margin: 0 0 15px;
    transition: all 0.2s;
  }
  .ccm-page header section h1 .logo img {
    width: 100%;
  }
  .ccm-page header section h1 .textlogo {
    max-width: 310px;
    width: 100%;
    transition: all 0.3s;
    float: none;
  }
  .ccm-page header section h1 .textlogo img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) and (max-width: 310px) {
  .ccm-page header section h1 .textlogo {
    max-width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .ccm-page {
    /*

    Movieのパラメータ	※コンテンツの背景のheightはjsで計算

    */
    /*
    ============================================

    その他（利用規約・プライバシーポリシー）

    ============================================
    */
  }
  .ccm-page header section h1.narrow_header .logo {
    margin-bottom: 0;
    transition: all 0.3s;
  }
  .ccm-page header section h1.narrow_header .textlogo {
    width: 70%;
    transition: all 0.3s;
  }
  .ccm-page header section .headernavi {
    display: none;
  }
  .ccm-page .smp_btn_menu {
    background: url(../img/common/smp_btn_menu.png) no-repeat;
    background-size: 62px;
    width: 62px;
    height: 42px;
    outline: none;
    border: none;
    display: block;
    float: right;
    margin: 0;
    cursor: pointer;
    outline: none;
  }
  .ccm-page .glovalNavi {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background: none;
    border-bottom: none;
    opacity: 0;
  }
  @keyframes gn_show {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes gn_hide {
    from {
      opacity: 1;
      transform: scale(1);
    }
    to {
      opacity: 0.8;
      transform: scale(0.8);
    }
  }
  .ccm-page .glovalNavi .scrollarea {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 70vh;
  }
  .ccm-page .glovalNavi .scrollarea > ul {
    background: none;
    width: 100%;
    margin: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li {
    width: 100%;
    margin-left: none;
    display: block;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li:last-child {
    width: 100%;
    margin-right: none;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li:first-child a {
    border-top: none;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li > a {
    background: none;
    height: auto;
    padding: 15px 0;
    line-height: 1em;
    border-top: solid 1px #fff;
    display: block;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li > a:hover {
    background: none;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li .sub {
    position: static;
    display: block;
    z-index: 0;
    border-top: none;
    width: 100%;
    margin: 0 auto;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li .sub li a {
    background: none;
    transform: translateY(0);
    transition: none;
    border-top: 1px solid #777;
    border-bottom: none;
    box-sizing: border-box;
    padding: 4px 0;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li .sub.open li a {
    transform: translate(0);
    transition: none;
  }
  .ccm-page .glovalNavi .scrollarea > ul > li .sub.open li a:hover {
    background: #45b1ef;
  }
  .ccm-page .glovalNavi.toggled {
    opacity: 1;
    display: block;
    animation: gn_show 0.3s;
  }
  .ccm-page .glovalNavi.animation {
    display: block;
    opacity: 0;
    animation: gn_hide 0.3s;
  }
  .ccm-page .glovalNavi .btn_close {
    border: 1px solid #fff;
    width: 30%;
    color: #fff;
    padding: 8px;
    margin: 15px auto 0;
    text-align: center;
    cursor: pointer;
  }
  .ccm-page .wrapper {
    opacity: 1;
    transition: opacity 0.3s;
    margin: 97px 0 0;
  }
  .ccm-page .wrapper.toggled {
    filter: blur(5px);
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: 76px;
  }
  .ccm-page .wrapper.narrow_header {
    margin-top: 79px;
  }
  .ccm-page .top_visual {
    min-width: 100%;
    min-height: auto;
    /*　↓TOPの高さを調整。jsで144行目あたりの数字を合わせて変える　*/
    background-size: 210%;
    background-position: 63%;
  }
  .ccm-page .top_visual .readObj .triangle {
    width: 100%;
  }
  .ccm-page .top_visual .readObj .triangle img {
    width: 100%;
    margin-top: -17%;
  }
  .ccm-page .top_visual .readObj .title {
    font-size: 6.5vw;
    top: 20%;
  }
  .ccm-page .top_visual .readObj .company_text {
    top: 27%;
    font-size: 2.7vw;
  }
  .ccm-page .solutions .solContents {
    padding: 40% 10px 100px;
    box-sizing: border-box;
  }
  .ccm-page .solutions .solContents .news {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
  .ccm-page .solutions .solContents .news h2 {
    margin: 0 0 15px;
  }
  .ccm-page .solutions .solContents .news ul {
    width: 100%;
    float: none;
  }
  .ccm-page .solutions .solContents .news ul li {
    margin: 0 0 10px;
  }
  .ccm-page .solutions .solContents .news ul li .date {
    width: 100%;
    float: none;
  }
  .ccm-page .solutions .solContents .news ul li p {
    overflow: hidden;
  }
  .ccm-page .solutions .solContents .advantage .text {
    font-size: 1em;
  }
  .ccm-page .solutions .solContents .advantage .point {
    max-width: inherit;
    margin-top: 20%;
  }
  .ccm-page .solutions .solContents .advantage .point > div section {
    float: none;
    margin: 0 auto 10%;
    width: 100%;
  }
  .ccm-page .solutions .solContents .advantage .point > div section:last-child {
    margin-bottom: 0;
  }
  .ccm-page .btn_detail a {
    width: 100%;
  }
  .ccm-page .slideContents > div {
    width: 100%;
    /* 背景画像 ↓------------*/
    /*　↑----------------------↑　*/
  }
  .ccm-page .slideContents > div .bg {
    min-height: 450px;
  }
  .ccm-page .slideContents > div.ar .bg {
    background-position: 30%;
  }
  .ccm-page .slideContents > div.ai .bg {
    background-image: url(../img/top/img_ai_smp.png);
    background-position: left -50px top;
  }
  .ccm-page .slideContents > div.locationbase .bg {
    background-image: url(../img/top/img_locationbase.png);
    background-position: right 35% top 50%;
    background-size: 300%;
  }
  .ccm-page .slideContents > div.idea .bg {
    background-image: url(../img/top/img_idea.png);
  }
  .ccm-page .slideContents > div.deeplearning .bg {
    background-position: 20% 20%;
  }
  .ccm-page .slideContents > div.open {
    transition: transform 0.3s ease;
  }
  .ccm-page .slideContents > div.open .bg {
    transition: filter 0.3s ease 0.5s, opacity 0.3s ease 0.2s;
  }
  .ccm-page .slideContents > div.open > section {
    transition: opacity 0.2s 0.2s;
  }
  .ccm-page .slideContents > div > section {
    padding: 30% 10px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
  }
  .ccm-page .slideContents > div > section .flowbox {
    width: 60%;
  }
  .ccm-page .slideContents > div > section h2 {
    font-size: 2.5em;
    margin: 0 0 10px;
  }
  .ccm-page .slideContents > div > section h3 {
    font-size: 1.5em;
    margin: 0 0 10px;
  }
  .ccm-page .filter_02 {
    top: 30%;
  }
  .ccm-page footer .info {
    padding: 30px 10px;
    overflow: inherit;
  }
  .ccm-page footer .info .wrap {
    width: 100%;
  }
  .ccm-page footer .info .wrap .company_name {
    float: none;
    font-size: 1em;
  }
  .ccm-page footer .info .wrap .infoLink {
    float: none;
    overflow: hidden;
    margin: 10px 0 0;
  }
  .ccm-page footer .info .wrap .infoLink span {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .ccm-page footer .info .wrap .infoLink span a {
    width: 100%;
    font-size: 1em;
  }
  .ccm-page footer .sns {
    padding: 10% 0;
  }
  .ccm-page footer .sns > div {
    width: 150px;
  }
  .ccm-page footer .sns > div > div {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .ccm-page footer .pagetop {
    width: 45px;
    height: 45px;
    margin: auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
    backface-visibility: hidden;
  }
  .ccm-page footer .pagetop a {
    width: 45px;
    height: 45px;
    background: url(../img/common/icon_arrow_pagetop_smp.png) no-repeat;
    background-size: 45px;
    text-indent: -9999px;
    float: none;
    padding: 0;
    border-radius: 0;
  }
  .ccm-page footer .footermenu .wrap {
    width: 100%;
    text-align: center;
  }
  .ccm-page footer .footermenu .wrap ul {
    display: inline-block;
    vertical-align: bottom;
    float: none;
    margin: 0 auto;
  }
  .ccm-page footer small {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .ccm-page .main_visual {
    height: 300px;
  }
  .ccm-page .main_visual section h2 {
    font-size: 2.5em;
    width: 100%;
    text-shadow: none;
  }
  .ccm-page .main_visual section h2 span {
    margin-left: 10px;
  }
  #locationbase .main_visual section h2,
  #idea .main_visual section h2 {
    font-size: 7vw;
  }
  .ccm-page .main_visual section .A {
    left: calc(100% - 182px);
  }
  .ccm-page .overview {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
    background-size: 120%;
    padding-top: 120px;
    margin: 0 0 50px;
  }
  .ccm-page .overview h2 {
    margin: 52px 0 17px;
  }
  #company .overview .sub_title {
    font-size: 1.5em;
    margin: 50px 0 0;
  }
  .ccm-page .overview .main_text {
    margin-bottom: 38px;
    text-align: left;
  }
  .ccm-page .overview .sub_text {
    text-align: left;
  }
  #company .overview .textarea {
    background-size: 90%;
  }
  .ccm-page .overview .product {
    display: block;
    margin: 0 0 40px;
  }
  .ccm-page .overview .product li .imgdiv {
    width: 100%;
    height: auto;
  }
  .ccm-page .overview .product li span {
    margin: 0 0 20px;
  }
  .ccm-page .feature {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .ccm-page .feature h2 {
    padding-top: 40px;
  }
  .ccm-page .feature .products_h {
    text-align: left;
  }
  .ccm-page .feature .read {
    text-align: left;
  }
  .ccm-page .feature .feature_section {
    max-width: 100%;
    display: block;
  }
  .ccm-page .feature .feature_section > section {
    width: 100%;
    margin: 0 0 10px;
  }
  .ccm-page .feature .feature_section > section h3 {
    font-weight: bold;
    background-color: rgba(0, 158, 227, 0.5);
    line-height: 1em;
    padding: 1em 0;
    text-align: center;
  }
  .ccm-page .feature .feature_section > section .discription {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ccm-page .feature .feature_section > section.wide .img ul {
    display: block;
    margin: 0 auto;
  }
  .ccm-page .feature .feature_section > section.wide .img ul li {
    float: none;
    margin: 0 0 20px;
  }
  .ccm-page .feature .feature_section > section.wide .img ul li:last-child {
    margin-bottom: 0;
  }
  .ccm-page .feature .feature_section > section.wide .img ul li a > div {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .ccm-page .feature .feature_section > section.two_column {
    width: 100%;
  }
  .ccm-page .company_info {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: auto;
  }
  .ccm-page .company_info table {
    float: none;
    width: 100%;
  }
  .ccm-page .company_info .imagePhoto {
    float: none;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }
  .ccm-page .company_info .imagePhoto img {
    width: 100%;
  }
  .ccm-page .info_contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .info_contents .footernavi ul li {
    width: 25%;
  }
  .ccm-page .info_contents .footernavi ul li a {
    background-position: 20% 50%;
  }
  .ccm-page .event_contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ccm-page .event_contents iframe {
    width: 100%;
  }
  .ccm-page .event_contents .footernavi ul li {
    width: 25%;
  }
  .ccm-page .event_contents .footernavi ul li a {
    background-position: 20% 50%;
  }
  .ccm-page .spec {
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .ccm-page .contents_page {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
  }
}


