html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*, :after, :before {
  background-repeat: no-repeat;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 1.0rem;
}

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn--radius {
   border-radius: 100vh;
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, picture, section, summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

html {
  font-size: 16px
}

body {
  color: #333;
  background: #fff;
  line-height: 1.75;
  letter-spacing: .07em;
  font-weight: 400;
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset
}

caption {
  text-align: left
}

table{
  width: 100%;
  border-collapse: collapse;
}

table tr {
  border-bottom: solid 2px white;
}

table tr: last-child{
  border-bottom: none;
}

table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
th {
  font-weight: 400;
  text-align: inherit
}

td, th {
  vertical-align: top
}

li {
  list-style: none
}

img, video {
  max-width: 100%;
  vertical-align: bottom
}

em {
  font-weight: 700
}

address, em {
  font-style: normal
}

button {
  outline: 0
}

.is-unscrollable {
  overflow: hidden
}

.cyb-container, .cyb-header {
  position: relative;
  background:#fff;
}

.cyb-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.2vw;
  z-index: 1;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.cyb-header .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px
}

.cyb-header .logo img {
  width: 220px
}

.cyb-line .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px
}

.cyb-line img {
  width: 150px
}

.cyb-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

 .cyb-nav ul {
   margin: 0;
   padding: 0;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -moz-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   list-style: none
 }

 .cyb-nav ul li {
   margin-right: 35px
 }

 .cyb-nav ul a {
   display: inline-block;
   text-decoration: none;
   font-size:15px;
   color: #333;
   border-top: 10px solid transparent;
   border-bottom: 4px solid transparent
 }

 .cyb-nav ul a.current {
   color: #000;
   border-bottom: 3px solid #000
 }

 .cyb-nav  li{
   flex: 1 0 auto;
   position: relative;
   float: none;
   border: none;
   margin: 0;
 }

 .cyb-nav  li a {
    display: block; 
    font-size:15px;
    padding: 5px;
    text-align: center;
 }

 .cyb-nav li a:hover {
    border-bottom: 2px solid #52c2d0;
 }
 .cyb-nav li ul {
    visibility: hidden;
    position: absolute;
    z-index: 2;
 }
 .cyb-nav li:hover > ul {
    visibility: visible;
 }

 .cyb-nav li ul li {
   position: relative;
   top: 10px;
   float: none;
   border: none;
   margin: 0;
 }
 .cyb-nav li ul li a {
   padding: 10px;
   width: 180px;
   background: rgba(100, 189, 212,0.9);
   color: #fff;
 }

 .cyb-nav li ul li a:hover {
   background-color: rgba(146, 208, 225,0.9);
   border-bottom: 0px;
 }

 .cyb-nav li ul li ul {
   top: 0px;
   left: 100%;
 }

 .cyb-nav li ul li ul li {
   top: 0px;
 }

.hidden_cafe img {
  width: 280px
}

#navigation li .current {
 display: block;
 border-bottom: 1px solid #333333;
}

.cyb-content {
  position: relative
}

.cyb-content-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px
}

.cyb-content .j-calltoaction-link {
  color: #000;
  background-color: #3cc4e7;
  border-color: #3cc4e7;
}

.cyb-content .j-calltoaction-link-style-1 {
  padding: 15px 30px;
  color: #000;
  min-width: 32%;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 0.5rem
}

.cyb-content td {
  padding: 15px 25px
}

.cyb-sidebar-inner {
  margin: 0 auto;
  padding: 100px 20px 0;
  max-width: 1010px
}

.cyb-footer {
  color: #000;
  background: #fff
}

.cyb-footer a:link, .cyb-footer a:visited {
  color: #000
}

.cyb-footer-inner {
  margin: 0 auto;
  padding: 0 20px 10px;
  max-width: 1010px;
  font-size: 12px
}

.cyb-footer .mainNav1 {
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.cyb-footer .mainNav1 li {
  margin-right: 30px
}

.cyb-heading {
  padding: 10px 0;
  border-width: 3px 0 1px;
  border-style: solid;
  border-top-color: #a7dae7;
  border-bottom-color: #e3f3f7;
  background: #ebf7f9
}

.cyb-heading h2 {
  padding: 0 15px;
  border-left: 5px solid #63bed4;
  text-align: left;
  font-size: 20px
}

.cyb-top {
  height: 600px
}

.cyb-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: url(../img/office-2.jpg) repeat-x 100% 50%
}

.cyb-top-txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  text-align: center;
  width: 100%
}

.cyb-top-txt1 {
  margin-top: 200px;
  height: 120px;
  font-size: 70px;
  font-weight: 200;
  color: #fff;
}

.cyb-top-txt2 {
  margin-top: 20px;
  margin-bottom: 300px;
  height: 120px;
  font-size: 24px;
  font-weight: 100;
  color: #fff;
}

.cyb-products-hero {
  height: 360px
}

.cyb-products-hero-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #f7f7f7
}

.cyb-products-hero-txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/kintone-1.png) no-repeat 100% 50%
}

.cyb-products-hero p {
  padding-top: 20px;
  color: #f59535;
  font-size: 42px;
  font-weight: 200;
  line-height: 1.25
}

.cyb-products-hero p span {
  color: #000;
  font-size: 28px
}

.cyb-productsys {
  height: 480px
}

.cyb-productsys-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../img/productsys.jpg) repeat-x 100% 50%
}

.cyb-productsys-txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  width: 100%
}

.cyb-productsys-txt1 {
  position: absolute;
  margin-top: 200px;
  margin-bottom: 200px;
  height: 214px;
  left: 45%;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
}

.cyb-aono {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 720px;
  padding-top: calc(300 / 1000 * 100%);
  background: url(../img/aono-1.jpg) center center / cover no-repeat;
}

.cyb-partner {
  height: 480px
}

.cyb-partner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background: url(../img/partner-3.jpg) repeat-x 100% 50%
}

.cyb-partner-txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  width: 100%
}

.cyb-partner-txt1 {
  position: absolute;
  margin-top: 200px;
  margin-bottom: 200px;
  height: 214px;
  left: 41%;
  font-size: 40px;
  font-weight: 200;
  color: #fff;
}

.cyb-success {
  height: 480px
}

.cyb-success-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background: url(../img/success-1.jpg) repeat-x 100% 50%
}

.cyb-success-txt {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1010px;
  width: 100%
}

.cyb-success-txt1 {
  position: absolute;
  margin-top: 100px;
  margin-bottom: 200px;
  height: 214px;
  left: 20%;
  font-size: 80px;
  font-weight: 200;
  color: #fff;
}

.cyb-success-txt2 {
  position: absolute;
  margin-top: 240px;
  margin-bottom: 200px;
  height: 214px;
  left: 20%;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
}

.hidden_box {
  width: 400px;
}

.hidden_box .batsu {
  z-index: 11;
  position: fixed;
  right: 10px;
  bottom: 350px;
  font-size: 100%;/*ボタンの大きさ*/
  font-weight: bold;
  border: 2px solid #333; /* 枠の調整 */
  color: #333;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  line-height: 1.3em;
  cursor: pointer;
  transition: .2s;
}

.hidden_box .batsu:hover {
    background: #333;
    border-color: #333;
    color: #FFF;
}

.hidden_cafe {
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: 1s;
}
.hidden_box input {
    display: none;
}

.hidden_box input:checked ~ .hidden_cafe {
  display: none;
}
.hidden_box input:checked ~ .batsu {
    display: none;
}

#content_area>[id^=cc-matrix]>.j-header:first-child {
  padding: 0;
  position: relative
}

#content_area>[id^=cc-matrix]>.j-header:first-child h1 {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 30px
}

#content_area .j-blog>[id^=cc-matrix]:first-child>.j-text {
  padding: 30px 0;
  border-bottom: 1px solid #666
}

#content_area .j-blog>[id^=cc-matrix]:first-child>.j-text h1 {
  text-align: left
}

#content_area a .j-blog-post--headline {
  color: #009ae1;
  text-align: left
}

#content_area .j-blog-post--header {
  margin-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #666
}

#content_area .j-blog-post--header h1 {
  text-align: left
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute!important;
    clip: rect(0 0 0 0)!important
  }
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:2dppx), only screen and (-webkit-min-device-pixel-ratio:2) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
  }
}