@charset "utf-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, p, th, td, dt, dd {
  letter-spacing: 0.1em
}

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

#midashi {
	margin: 0 auto;
	background-color: #f8f9fc;
}
#midashi-pic img {
  width: 100%;
	display: block;
}
@media(max-width:1000px) {
  body {
    max-width: 1000px;
  }
  main {
    width: 100%;
  }
  * {
    float: none;
    position: static;
  }
  img {
    max-width: 100%;
  }
  .top {
    width: 100%;
  }
  .top img {
    background: no-repeat;
    width: 100%;
  }
  h1 {
    display: inline-block;
  }
}
li {
  list-style: none;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
main {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  display: block;
}
* {
  box-sizing: border-box;
}


header {
  height: 60px;
  width: 100%;
  padding: 0px 15px;
  background-color: #FFFFFF;
  top: 0;
  z-index: 10;
  display: flex;
  margin-bottom: 12px
}
.logo img {
  height: 60px;
}
/*以下、ハンバーガーメニューの設定　*/
#pc {
  list-style-type: none;
  margin: auto 0 auto auto;
}
#pc li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#pc li a {
  display: block;
  padding: 5px 30px;
  color: #808080;
  line-height: 40px;
  text-decoration: none;
  font-weight: 700
}
#pc li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#pc li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #FFFFFF;
  transition: .2s;
}
#pc li ul li a {
  line-height: 40px;
  background: #ededed;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#pc > li:hover > a {
  background: #ededed
}
#pc > li:hover li:hover > a {
  background: #CACACA
}
#pc > li:hover > ul > li {
  overflow: visible;
  height: 50px;
}
#pc li ul li ul {
  top: 0;
  left: 100%;
}
#pc li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#pc li ul li ul:before {
  position: absolute;
  content: "";
  left: -20px;
  width: 0;
  height: 0;
}
#sm {
  display: none;
}
@media(max-width:1024px) {
  #pc {
    display: none;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }
  .icon span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 4px;
    background-color: #261d51;
    border-radius: 8px;
    transition: ease 0.75s;
  }
  .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
    bottom: 16px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 28px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
  }
  #sm li {
    border-top: solid 0.5px#261d51;
  }
  #sm {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #fff;
    flex-direction: column;
  }
  #sm a {
    text-decoration: none;
    color: #261d51;
    line-height: 60px;
  }
  #sm a:not(.sm-a) {
    display: block;
    width: 100%
  }
  .sm-label {
    display: block;
    width: 100%
  }
  .hidden {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  input {
    opacity: 0;
    z-index: 20;
  }
  .checkbox_container01, .checkbox_container02 {
    position: relative;
  }
  .gg-chevron-double-down {
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    transform: scale(1.5);
    width: 22px;
    height: 22px;
    z-index: -20;
  }
  .gg-chevron-double-down::after, .gg-chevron-double-down::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 7px;
    top: 3px
  }
  .gg-chevron-double-down::after {
    top: 8px
  }
  #menu_bar01 {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(4);
  }
  #menu_bar02 {
    position: absolute;
    right: 20px;
    top: 20px;
    transform: scale(4)
  }
  #menu_bar01:checked ~ .hidden {
    height: 180px;
    opacity: 1;
  }
  #menu_bar02:checked ~ .hidden {
    height: 60px;
    opacity: 1;
  }
  #menu_bar01:checked ~ .gg-chevron-double-down {
    transform: rotate(180deg)
  }
}
#midashi img {
  width: 100%;
}

/*topのテキストアニメーション*/
.slide-parent{
	overflow: hidden;
	display: inline-block;

}
.slide-child{
	display: inline-block;

}



.slidein-anime{
	opacity: 0
}
.slidein-DownToUp {
    animation-name:slideTextY100;
    animation-duration:0.8s;
    animation-fill-mode:forwards;
    opacity: 0;
}



@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}

.slidein-UpToDown {
    animation-name:slideTextY-100 0.8s forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
        transform: translateY(-100%);/* 要素を下の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}


h1 {
  font-size: 2em;
  display: inline-block;
  text-align: left;
}
h2 {
  font-size: 1.6em;
  margin-bottom: 70px;
}
.to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  left: 10%;
  bottom: 20px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.to-top-arrow {
  height: 10px;
  width: 10px;
  display: block;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

.to-top:hover, .to-top:hover .to-top-arrow {
  border-color: #3293e7;
}
@media(max-width:599px) {
  h2 {
    font-size: 0.9em
  }
}
h3 {
  margin: 25px auto 50px;
  font-size: 2.3em;
}
/*見出しデザイン*/
.heading06 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  font-size: 2.3em;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.heading06 span {
  position: relative;
  z-index: 2;
}
.heading06::before {
  content: attr(data-en);
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7em;
  letter-spacing: 0.1em;
  color: #dd7777;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap
}
@media(max-width:912px) {
  .heading06-size::before {
 }
  #midashi-text h1 {
  font-size: 1.63rem;
 }
  #midashi-text h3 {
  font-size: 1rem;
 }
}

.ib {
  display: inline-block;
}
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 0.8s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.feature_contents {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    background-color: #F1F4FA;
    padding-top: 80px;
    padding-bottom: 140px;
}
.feature_block {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    clear: both;
   
}
.ttl {
  font-size: 1.1em;
  font-weight: bold;
}
.explain {
  width: 90%;
  margin: auto;
  font-size: 0.9em
}
.feature {
  width: 30%;
  text-align: center;
  color: #000000;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 0.2s;
  box-shadow: 0px 1px 10px 0px #ededed;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #ebebeb;
	border-radius: 40px;
	margin: 0 1.5%;
	background-color: white;
}
.feature img {
  width: 48%;
}
.marker {
  font-weight: bold;
  border-bottom: 2px solid #EBBABA;
  padding-bottom: 5px;
}
/* マウスオーバー時 */
.feature:hover {
  background-color: #E0E0E0;
  color: #000000;
  cursor: pointer;
}
.feature + .feature {
  border-left: 1px solid #EBEBEB;
}
@media(max-width:688px) {
  .feature_block {
    display: block;
  }
  .feature {
	 display: block;
	  width: 85%;
	margin: 2% auto;
  }
 #midashi-text h1 {
  font-size: 1.3rem;
 }
  #midashi-text h3 {
  font-size: 0.9rem;
 }
}
@media(max-width:599px) {
  .heading06 {
    padding-top: 40px;
    padding-bottom: 10px
  }
  .ttl {
    font-size: 0.9em
  }
  .explain {
    font-size: 0.7em
  }
  #midashi-text h1 {
  font-size: 1.0rem;
 }
  #midashi-text h3 {
  font-size: 0.7rem;
 }
}
#midashi {
  margin: auto;
}
/*製品一覧*/
.product {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f8f9fc
}
.box {
  display: flex;
  width: 70%;
  margin: auto auto 60px;
  padding: 60px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #ededed;
  border-radius: 40px;
   -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.box:hover {
  -webkit-transform: scale(0.01);
  transform: scale(1.008);
  box-shadow: 0px 3px 20px 0px #ededed;	
}
.ver {
  border-bottom: 1px solid #ccc;
  font-size: 0.9em
}
.product a {
  line-height: normal;
  text-decoration: none;
}
.text {
  width: 50%;
  text-align: left;
  margin: auto;
}
.Product-name {
  font-weight: bold;
  font-size: 1.7em;
  margin: 0;
  color: rgba(21,5,221,1.00);
  display: inline-block;
 font-family: "Noto Sans JP", sans-serif;
}
.pict {
  margin: auto;
  width: 50%
}
.pict img {
  height: auto;
  width: 50%;

}

.notkaigyou {
  display: inline-block;
}
@media(max-width:688px) {
  .notkaigyou {
    display: inline
  }
}
/*矢印*/
/*製品一覧タブレット版*/
@media(max-width:1024px) {
  .box {
    display: block;
    margin: 0 auto 50px;
    padding: 20px;
  }
  .text {
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .pict {
    width: 70%;
  }
  .pict img {
    width: 40%
  }
  .ex {
    margin: auto;
    width: 80%;
  }
  .container {
    margin: 20px;
  }
}
/*製品一覧sm版*/
@media(max-width:599px) {
  .box {
    width: 90%;
    font-size: 0.8em
  }
  .pict {
    width: 90%
  }
  .pict img {
    width: 50%
  }
  .heading06 {
    font-size: 1.3em
  }
  .Product-name {
    font-size: 1.3em
  }
  .ver {
    font-size: 0.7em
  }
  .ex {
    font-size: 0.7em
  }
}
/*流れPC版*/
.flow {
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
    display: block;
    background-color: #F1F4FA;
}
.flow img {
    width: 80%;
    padding-top: 0px;
}
.flow ul {
  padding-left: 0;
  display: inline-block;
}
.flow ul li {
  text-align: left;
}
/*流れsm版*/
@media(max-width:599px) {
  .flow_text {
    width: 95%;
    margin: auto;
    font-size: 0.7em
  }
  .flow img {
	width: 95%;
  }
}
/*導入実績PC版*/
.zisseki {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f8f9fc
}
.zisseki p {
  width: 90%;
  margin: 0 auto;
}
.zisseki_user {
  display: flex;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px
}
.zisseki_title {
  margin: auto;
}
.user {
  width: 33.3%;
  margin: auto;
}
.corporate_link a {
  text-decoration: underline;
  color: blue;
}
/*導入実績タブレット版*/
@media(max-width:900px) {
  .zisseki_user {
    display: block;
  }
  .user {
    margin: 50px auto;
    width: 85%;
  }
  .btn-border {
    margin: 0px auto !important;
  }
}
/*導入実績sm版*/
@media(max-width:599px) {
  .zisseki p {
    font-size: 0.7em
  }
  .user {
    font-size: 0.8em
  }
}
/*詳細ボタン*/
.btn-border {
  display: inline-block;
  position: relative;
  font-size: 0.9em;
  transition: .2s;
  line-height: 50px !important;
  padding: 0 35px 0 20px;
  border: 1px solid #ccc;
  border-radius: 40px;
  box-shadow: 0px 1px 3px 0px #ededed;
  background-color: #ED9496;
  color: white;
}
.btn-border::after {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: rotate(45deg);
  content: ' ';
}
.btn-border:hover {
  color: #fda4a6;
  background-color: white;
  border: 1px solid #fda4a6;
}
.btn-border:hover::after {
  border-right: 1px solid #fda4a6;
  border-top: 1px solid #fda4a6
}
@media(max-width:599px) {
  .btn-border {
    line-height: 35px !important;
    margin-top: 10px !important
  }
  .btn-border::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    right: 20px
  }
}
/*フッター*/
#footer-container {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid #EBEBEB;
}
.footer-wrap {
  display: flex;
  width: 80%;
  margin: auto
}
.footer-imgAddress {
  font-size: 0.8em;
  font-weight: bold;
  width: 30%;
  border-right: 1px solid #EBEBEB
}
.footer-addressNumber {
  margin-bottom: 0
}
.footer-addressName {
  margin: 0
}
.footer-contact {
  font-weight: bold;
  margin-top: 20px;
}
.footer-contactTitle {
  margin: 0;
}
.footer-tel {
  font-size: 2.5em;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #646464;
  color: white;
  display: inline-block
}
.footer-listContact {
  width: 70%
}
.footer-list a {
  text-decoration: none;
  color: black;
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.footer-list ul {
  padding: 0
}
.footer-list > li > a {
  width: 25%;
  line-height: 40px;
}
.footer-list ul li {
  font-size: 0.8em;
  color: #848484;
  font-weight: 100;
  line-height: 30px;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.footer-list > li {
  width: 25%;
}
.footer-listChildChild {
  display: block !important
}
.footer-listChildChild a {
  color: #BCBCBC !important
}
/*リストのホバーデザイン*/
.footer-list a {
  position: relative;
}
.footer-list a::before {
  position: absolute;
  background-color: #EBBABA;
  content: "";
  transition: .2s all;
  -webkit-transition: .2s all;
  width: 0%;
  height: 2px;
  bottom: -10px;
}
.footer-list a:hover::before {
  width: 100%;
}
.footer-telTime {
  margin: 0
}
/*フッタータブレット版表示*/
@media(max-width:1078px) {
  .footer-wrap {
    display: block;
  }
  .footer-imgAddress {
    width: 100%;
    border: none
  }
  .footer-address-contact {
    display: flex;
    align-items: baseline;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb
  }
  .footer-address {
    width: 45%;
    border-right: 1px solid #EBEBEB;
  }
  .footer-contact {
    width: 50%;
    margin-left: 5%
  }
  .footer-listContact {
    width: 100%
  }
  .footer-list {
    font-size: 0.8em
  }
}
/*フッタースマホ版表示*/
@media(max-width:688px) {
  footer img {
    width: 40%
  }
  .footer-address-contact {
    display: block;
  }
  .footer-address, .footer-contact {
    width: 100%;
    border: none
  }
  .footer-contact {
    border-top: 1px solid #EBEBEB;
    margin-left: 0;
    padding-top: 20px
  }
  .footer-tel {
    font-size: 2.1em
  }
  .footer-listContact {
    width: 100%;
  }
  .footer-list {
    display: block;
    padding: 0
  }
  .footer-list li:not(.footer-listChildChild) {
    width: 50%;
  }
}
.top {
}
