@charset "utf-8";
/* CSS Document */
#factory_tel {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #factory_tel {
    font-size: 18px;
  }
}
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container, [id^="sec_"] .container-fluid {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area.in_back a {
  background: #003da3;
  margin-top: 50px;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
.link_btn_area.in_back a:hover {
  border: 2px solid #003da3;
  color: #003da3;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 20px;
}
ul.row > li .panel_wrap {
  border-radius: 6px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
/*-----------------------------下矢印三角形*/
.triangle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 70px 0 70px;
  border-color: #3366ff transparent transparent transparent;
  display: inline-block;
  margin: auto;
}
#interval {
  background: #3366ff;
  height: 15px;
  width: 100%;
}
/*-----------------------------ボタン上コメント*/
p.more_tx {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}
p.more_tx:before {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  left: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
  transform: scaleX(-1);
}
p.more_tx:after {
  content: "/";
  position: absolute;
  font-size: 18px;
  color: #666666;
  right: calc(100% - 105%);
  top: 0;
  bottom: 0;
  margin: -0.2em auto auto;
}
/*-----------------------------アーティクルBOX*/
[class^="art_"], [class*=" art_"] {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
}
/*---------------------------------------------キャンペーンボタン*/
#info_area {
  display: block;
  border: 4px solid #c0cdfe;
  background: aliceblue;
  border-radius: 10px;
  margin: 20px auto 50px;
  padding: 20px;
}
#info_area a.camp_bnt {
  background: #FF3366;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 19px;
  padding: 20px 0px;
  text-shadow: 1px 1px 2px #666;
  margin: 20px auto 10px;
  transition: 0.3s;
}
#info_area a.camp_bnt:hover {
  background: #fff;
  border: 2px solid #FF3366;
  color: #FF3366;
  text-shadow: none;
  transition: 0.3s;
}
@media print, screen and (min-width:768px) {
  #info_area a.camp_bnt {
    display: inline-block;
    padding: 20px 100px;
  }
}
@media print, screen and (min-width:992px) {
  #info_area a.camp_bnt {
    font-size: 22px;
    margin: 10px auto 20px;
  }
}
section #info_area p {
  margin: 0 auto;
}
section #info_area p.info_tit {
  color: #fff;
  margin: 0px auto 20px;
  font-size: 22px;
  font-weight: bold;
  background: #3366ff;
  padding-top: 10px;
  padding-bottom: 10px;
}
section #info_area h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  section #info_area h3 {
    font-size: 28px;
  }
}
section #info_area h3 span {
  display: block;
}
section #info_area p span {
  font-weight: bold;
  font-size: 1.1em;
}
/*-----------------------------「導入事例一覧」#sec_01*/
/*#sec_01 {
  padding-top: 0;
}
#case_studies #sec_01 p {
  text-align: center;
}
#sec_01 ul.row > li .panel_wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column wrap;
  padding-left: 20px;
  padding-right: 20px;
}
#sec_01 ul.row > li .panel_wrap img {
  width: 250px;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
  #sec_01 ul.row > li .panel_wrap img {
    width: auto;
  }
}
#sec_01 ul li {
  margin-bottom: 20px;
  position: relative;
}
#sec_01 ul li:nth-child(odd) {
  background: aliceblue;
}
#sec_01 ul li:nth-child(even) {
  background: #b6dfff;
}
#sec_01 ul li a {
  font-family: meiryo;
  display: block;
  padding: 20px 10px;
  color: #003da3;
  transition: 0.3s;
  border: 1px solid #003da3;
  border-radius: 6px;
}
#sec_01 ul li a:hover {
  background: #ffff97;
  transition: 0.3s;
}
#sec_01 ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.3em;
  right: 95%;
  width: 0.5em;
  height: 0.5em;
  border-top: #003da3 2px solid;
  border-right: #003da3 2px solid;
  transform: rotate(45deg);
}*/
/*-----------------------「導入事例一覧」*/
#sec_01 {
  padding-top: 0;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
#sec_01 ul.archive_container {
  justify-content: center;
}
#sec_01 .archive_container li {
  padding: 0 0;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
  #sec_01 .archive_container li {
    padding: 0 8px;
  }
}
#sec_01.archive_item {
  margin-bottom: 20px;
}
#sec_01 .archive_item a {
  display: block;
  background: #eff4ff;
  border: #003da3 1px solid;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
#sec_01 .archive_item .tx_area {
  padding: 0px 10px 5px;
  color: #333;
}
#sec_01 .archive_item .tx_area p.diary {
  color: #333;
  font-size: 12px;
  text-align: right;
  margin: 0 auto 5px;
}
#sec_01 .archive_item h3 {
  color: #003da3;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#sec_01 .archive_item:hover h3, #sec_01 .archive_item:hover .tx_area span {
  color: #017df1;
}
#sec_01 .archive_item:hover .diary {
  color: #333;
}
#sec_01 .archive_item .tx_area p:not(.diary) {
  font-size: 12px;
  text-align: left;
  border-top: dotted 1px #888;
  padding-top: 10px;
}
#sec_01 .archive_item .tx_area span {
  color: #003da3;
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
#sec_01 .archive_item .thumbnail_container {
  height: 150px;
  margin: 0 0 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#sec_01 .archive_item .thumbnail_container img {
  width: 100%;
  min-width: 280px;
  height: auto;
  transition: 0.6s;
}
#sec_01 .archive_item:hover img {
  opacity: 0.6;
  transform: scale(1.3);
}
@media print, screen and (min-width: 480px) {
  #sec_01 .archive_item .thumbnail_container {
    height: 250px;
  }
}
@media print, screen and (min-width: 768px) {
  #sec_01 .archive_item .thumbnail_container {
    height: 150px;
  }
}
/*------------------------------------------------------導入事例_詳細*/
/*#case_studies p {
  text-align: left;
}*/
#case_studies h5, #sec_case_detail h5 {
  color: #FD4346;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px auto 5px;
  text-align: left;
}
#sec_case_detail {
  padding-top: 0;
}
@media print, screen and (min-width:768px) {
  #sec_case_detail {
    padding-top: 50px;
  }
}
#sec_case_detail p {
  text-align: left;
}
#sec_case_detail ul.row {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#sec_case_detail ul.case_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border: 1px solid #007cff;
  border-radius: 6px;
  padding: 30px;
}
#sec_case_detail ul.case_head > li {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
#sec_case_detail ul.case_head > li:nth-child(1) {
  order: 2;
}
#sec_case_detail ul.case_head > li:nth-child(2) {
  order: 1;
}
@media print, screen and (min-width: 980px) {
  #sec_case_detail ul.case_head > li {
    width: 47%;
    justify-content: space-between;
  }
  #sec_case_detail ul.case_head > li:nth-child(1) {
    order: 1;
  }
  #sec_case_detail ul.case_head > li:nth-child(2) {
    order: 2;
  }
}
#sec_case_detail ul.case_head img {
  max-height: 400px;
  width: auto;
  margin-bottom: 20px;
}
#sec_case_detail ul.case_list {
  margin: 10px auto;
  background: aliceblue;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-align: left;
}
#sec_case_detail ul.case_list li {
  font-size: 18px;
  margin: auto;
  color: #FD4346;
  list-style: disc inside;
}
#sec_case_detail figure {
  display: block;
  max-width: 750px;
  margin: 20px auto;
}
#movie_area {
  margin: 50px auto;
}
.case_detail {
  padding-top: 50px;
  padding-bottom: 0;
}
@media print, screen and (min-width:768px) {
  .case_detail {
    padding-bottom: 50px;
  }
}
.case_detail img {
  margin-bottom: 30px;
}