@charset "UTF-8";
/* common 
----------------------------------------------------*/
.tech_int {
  border-bottom: solid 2px #eee;
}
.tech_int img {
  max-width: 100%;
}
.tech_int p {
  font-size: 16px;
}
.tech_int a {
  text-decoration: none;
}
.tech_int h1, .tech_int h2, .tech_int h3, .tech_int h4, .tech_int p, .tech_int th, .tech_int td, .tech_int li {
  margin: 0;
  padding: 0;
}
.tech_int ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tech_int table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ta_center {
  text-align: center;
}
.tech_int .tech_int_body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.tech_int .int_wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* cover タイトル
----------------------------------------------------*/
.tech_int .int_head {
  background-image: url(../img/title_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #020010;
}
.tech_int .int_head_inner {
  max-width: 1000px;
  height: 470px;
  margin: 0 auto;
  padding: 80px 0 100px;
  align-items: center;
}
.tech_int .int_head_ttl {
  font-size: 53px;
  margin-bottom: 50px;
  color: #fff;
  text-align: left;
}
.tech_int .int_head_ttl strong {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.tech_int .int_head_ttl span {
  color: #d0acff;
  font-size: 70px;
}
.tech_int .int_head_text {
  max-width: 16em;
  margin: 0 0 55px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d0acff;
  color: #d0acff;
  font-size: 24px;
}
.tech_int .int_head_detail {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #fff;
}
.tech_int .int_head_nav li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
.tech_int .int_head_nav li a {
  position: relative;
  display: block;
  width: 285px;
  padding: 15px 0;
  background-color: #6b0aea;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tech_int .int_head_nav li a::after {
  content: '>';
  position: absolute;
  right: 25px;
  top: 15px;
  font-weight: normal;
}
.tech_int .int_head_nav li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 959px) {
  .tech_int .int_head_inner {
    max-width: 1000px;
    height: auto;
    padding: 100px 24px 50px;
    align-items: center;
  }
  .tech_int .int_head_ttl {
    margin: 0 0 30px;
    font-size: 32px;
    text-align: center;
  }
  .tech_int .int_head_text {
    margin: 0 auto 55px;
    text-align: center;
    font-size: 20px;
  }
  .tech_int .int_head_nav li {
    display: block;
    margin: 0 0 15px 0;
  }
  .tech_int .int_head_nav li a {
    width: 90%;
    margin: 0 auto;
  }
}
/* local nav
----------------------------------------------------*/
.tech_int #int_nav_fixed {
  margin: 0 auto;
  padding: 20px 0;
  color: #aaa;
  text-align: center;
  background-color: #f1f1f1;
}
.tech_int #int_nav_fixed .int_nav li {
  display: inline;
}
.tech_int #int_nav_fixed .int_nav li a {
  padding: 5px 10px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.2s;
}
.tech_int #int_nav_fixed .int_nav li a::before {
  content: url("../img/icon_arrow.png");
  margin-right: 10px;
}
.tech_int #int_nav_fixed .int_nav li:first-child a {
  border-left: none;
}
.tech_int .int_nav a:hover {
  color: #24a1fd;
}
.tech_int #int_nav_fixed.on {
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 30px 0 10px;
  background-color: #f1f1f1;
  animation: open_nav 0.2s ease both;
  z-index: 100;
}
.tech_int #int_nav_fixed.on .int_nav li a {
  display: inline-block;
  transition: 0.2s;
}
@media only screen and (max-width: 559px) {
  .tech_int #int_nav_fixed {
    padding: 0;
  }
  .tech_int #int_nav_fixed.on {
    display: block;
    position: inherit;
    padding: 0;
    border-bottom: none;
  }
  .tech_int #int_nav_fixed .int_nav li a, .tech_int #int_nav_fixed.on .int_nav li a {
    display: block;
    padding: 10px 0;
    border-left: none;
    border-bottom: 1px solid #aaa;
    font-size: 12px;
    font-weight: normal;
  }
}
/* prologue
----------------------------------------------------*/
.tech_int .int_prologue {
  padding: 100px 0;
}
.tech_int .int_prologue h2 {
  margin: 0 auto 60px;
  font-size: 40px;
  text-align: center;
  color: #4800a6;
}
.tech_int .int_prologue h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px 25px;
  font-size: 18px;
  border-bottom: 1px solid #aaaaaa;
}
.tech_int .int_prologue h3::before {
  position: absolute;
  content: '';
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #6b0aea;
}
.tech_int .int_prologue h4 {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 16px;
  font-wigth: bold;
  text-align: center;
}
.tech_int .int_prologue p {
  margin: 0 0 50px;
  line-height: 1.6;
}
table.tbl-zu {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto 60px;
  border: none;
}
table.tbl-zu td, table.tbl-zu th {
  width: 25%;
  padding: 10px;
  background-color: #fff;
  border: none;
  text-align: center;
  vertical-align: middle;
}
table.tbl-zu td:first-child {
  font-weight: bold;
  text-align: right;
}
table.tbl-zu td:first-child span {
  font-size: 12px;
  font-weight: normal;
}
.hbox {
  padding: 15px;
  background-color: #f0f0f0;
  font-weight: bold;
}
.arrow {
  display: inline-block;
  width: 90%;
  background-color: #eae3ff;
  position: relative;
  padding: 10px;
  margin-left: -20px;
  font-weight: bold;
}
.arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #eae3ff;
  left: 189px;
  top: -10px;
}
.arrow_2 {
  display: inline-block;
  width: 90%;
  background-color: #eae3ff;
  position: relative;
  padding: 10px;
  margin-left: -41px;
  font-weight: bold;
}
.arrow_2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-left: 30px solid #eae3ff;
  left: 397px;
  top: -10px;
}
.arrow_box {
  position: relative;
  padding: 20px;
  text-align: left;
  border: 1px solid #000000;
  font-size: 14px;
}
.arrow_box:after, .arrow_box:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-left: -15px;
  border-bottom-color: #FFFFFF;
}
.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 17px;
  border-right-width: 17px;
  margin-left: -15px;
  margin-bottom: 1px;
  border-bottom-color: #000000;
}
div.left-arrow {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 58px;
  position: relative;
  width: 180px;
  text-align: center;
}
div.left-arrow:before, div.left-arrow:after {
  content: "";
  border-style: solid;
  border-width: 0;
  position: absolute;
  width: 0;
  height: 0;
}
div.left-arrow {
  background-color: #59C9CE;
}
div.left-arrow:after, div.left-arrow:before {
  border-width: 29px 0 29px 19px;
}
div.left-arrow.bg-1:before {
  border-color: transparent #8d47ea;
  right: -19px;
}
div.left-arrow.bg-1:after {
  border-color: #b58fe6 transparent;
  left: -19px;
}
div.left-arrow.bg-2:before {
  border-color: transparent #6b0bea;
  right: -19px;
}
div.left-arrow.bg-2:after {
  border-color: #8d45ea transparent;
  left: -19px;
}
div.left-arrow.bg-3:before {
  border-color: transparent #4902a7;
  right: -19px;
}
div.left-arrow.bg-3:after {
  border-color: #6b0aea transparent;
  left: -19px;
}
div.left-arrow.bg-1 {
  background: linear-gradient(to right, #b58fe6, #8d47ea);
}
div.left-arrow.bg-2 {
  background: linear-gradient(to right, #8d45ea, #6b0bea);
}
div.left-arrow.bg-3 {
  background: linear-gradient(to right, #6b0aea, #4902a7);
}
table.tbl-hyo {
  max-width: 100% !important;
  width: 100%;
  margin: 0 auto 20px;
  border: none;
}
table.tbl-hyo th {
  padding: 10px;
  background-color: #fff;
  border: none;
  border-right: 1px solid #fff;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
table.tbl-hyo th.none {
  width: 10%;
}
table.tbl-hyo th.bg-1 {
  width: 30%;
  background: linear-gradient(to right, #b58fe6, #8d47ea);
}
table.tbl-hyo th.bg-2 {
  width: 30%;
  background: linear-gradient(to right, #8d45ea, #6b0bea);
}
table.tbl-hyo th.bg-3 {
  width: 30%;
  background: linear-gradient(to right, #6b0aea, #4902a7);
}
table.tbl-hyo th.bg-4 {
  background-color: #eae3ff;
  border-right: 1px solid #b2b2b2;
  color: #000;
  font-wigth: bold;
}
table.tbl-hyo td {
  padding: 15px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  text-align: left;
  vertical-align: middle;
}
table.edit-tbl td:last-child {}
table.edit-tbl tr:last-child {}
table.tbl-hyo tr:first-child {}
table.edit-tbl tr:nth-child(odd) {}
@media only screen and (max-width: 559px) {
  .tech_int .int_prologue h2 {
    font-size: 26px;
  }
  .scroll {
    overflow-x: auto;
  }
  table.tbl-zu {
    min-width: 900px !important;
  }
  table.tbl-hyo {
    min-width: 600px !important;
  }
}
/* merit
----------------------------------------------------*/
.tech_int .int_merit {
  padding: 100px 0;
  background-image: url(../img/field_bg_01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #29136c;
}
.tech_int .int_merit h2 {
  font-size: 35px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.tech_int .int_merit h3.int_merit_ttl_1 {
  margin-bottom: 30px;
  padding: 27px 0 25px;
  color: #3a0085;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(to left, #f5e3ff, #6b10e3, #f5e3ff);
  border-image-slice: 1;
}
.tech_int .int_merit h3.int_merit_ttl_2 {
  margin-bottom: 30px;
  padding: 10px 0 15px;
  color: #3a0085;
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid;
  border-image: linear-gradient(to left, #f5e3ff, #6b10e3, #f5e3ff);
  border-image-slice: 1;
}
.tech_int .int_merit p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.tech_int .int_merit p.text {
  max-width: 880px;
  margin: 0 auto 50px;
  color: #fff;
}
.int_merit p.int_feature_img {
  margin: 0 0 190px;
}
.tech_int .int_merit_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.tech_int .int_merit_box_item {
  width: 27%;
  padding: 25px;
  background-color: #fff;
}
.tech_int .int_merit_box_item p strong {
  border-bottom: 1px solid #0048ff;
  color: #0048ff;
  font-weight: normal;
}
@media only screen and (max-width: 559px) {
  .tech_int .int_merit h2 {
    font-size: 27px;
  }
  .tech_int .int_merit_box {
    display: block;
  }
  .tech_int .int_merit_box_item {
    width: 80%;
    padding: 10%;
    margin-bottom: 30px;
  }
}
/* related
----------------------------------------------------*/
.tech_int .int_related {
  padding: 100px 0;
}
.tech_int .int_related h2 {
  font-size: 35px;
  text-align: center;
  color: #4800a6;
  margin-bottom: 30px;
}
.tech_int .int_related h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.tech_int .int_related p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.tech_int .int_related p.text {
  max-width: 880px;
  margin: 0 auto 90px;
}
.tech_int .int_related_box img {
  margin-bottom: 20px;
}
.tech_int .int_related_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.tech_int .int_related_box_item {
  position: relative;
  width: 31%;
  padding-bottom: 90px;
}
.tech_int .int_related p.next a {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #6b0aea;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tech_int .int_related p.next a::after {
  content: '>';
  position: absolute;
  right: 25px;
  top: 15px;
  font-weight: normal;
}
.tech_int .int_related p.next a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .tech_int .int_related h2 {
    font-size: 27px;
  }
  .tech_int .int_related_box {
    display: block;
  }
  .tech_int .int_related_box_item {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .tech_int .int_related p.next a {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 959px) {}
/* casestudy
----------------------------------------------------*/
.tech_int .int_casestudy {
  padding: 100px 0;
  background-image: url(../img/field_bg_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #29136c;
}
.tech_int .int_casestudy h2 {
  font-size: 35px;
  text-align: center;
  color: #4800a6;
  margin-bottom: 30px;
}
.tech_int .int_casestudy h3 {
  margin-bottom: 30px;
  font-size: 30px;
  text-align: center;
}
.tech_int .int_casestudy p {
  margin: 0 0 10px;
  line-height: 1.6;
}
.tech_int .int_casestudy p.text {
  width: 20em;
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 50px;
  background-color: #8f6fb8;
  color: #fff;
  text-align: center;
}
.tech_int .int_casestudy p.text2 {
  width: 30em;
  margin: 0 auto 50px;
  padding: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.tech_int .int_casestudy_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.tech_int .int_casestudy_box_item_1 {
  width: 38%;
  padding: 40px;
  background-color: #fff;
}
.tech_int .int_casestudy_box_item_2 {
  display: flex;
  width: 8%;
  align-items: center;
}
.tech_int .int_casestudy p.next a {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #6b0aea;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.tech_int .int_casestudy p.next a::after {
  content: '>';
  position: absolute;
  right: 25px;
  top: 15px;
  font-weight: normal;
}
.tech_int .int_casestudy p.next a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .tech_int .int_casestudy h2 {
    font-size: 27px;
  }
  .tech_int .int_casestudy p.text {
    width: 80%;
  }
  .tech_int .int_casestudy p.text2 {
    width: 80%;
  }
  .tech_int .int_casestudy_box {
    display: block;
  }
  .tech_int .int_casestudy_box_item_1 {
    width: 80%;
    padding: 10%;
    background-color: #fff;
  }
  .tech_int .int_casestudy_box_item_2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tech_int .int_casestudy_box_item_2 img {
    transform: rotate(90deg);
  }
  .tech_int .int_casestudy p.next a {
    width: 90%;
  }
}
/* download
----------------------------------------------------*/
.int_download {
  padding: 190px 0 150px;
}
.int_download h2 {
  font-size: 35px;
  text-align: center;
  color: #4800a6;
  margin-bottom: 60px;
}
.int_download p {
  margin: 40px 10px;
  text-align: left;
  line-height: 1.8;
}
.int_download_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
.int_download_box_item {
  width: 48%;
}
.int_download p.next a {
  position: relative;
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #6b0aea;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.int_download p.next a::after {
  content: '>';
  position: absolute;
  right: 25px;
  top: 15px;
  font-weight: normal;
}
.int_download p.next a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 559px) {
  .int_download_box {
    display: block;
  }
  .int_download_box_item {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  .int_download p.next a {
    width: 90%;
  }
}
@media only screen and (max-width: 959px) {}
/* お問い合わせ
----------------------------------------------------*/
.tech_int .int_contact {
  background-color: #e2eede;
  padding: 70px;
}
.tech_int .int_contact_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tech_int .int_contact_inner h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #333;
}
.tech_int .int_contact_inner p a {
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background-color: #4eb233;
  padding: 16px;
  max-width: 400px;
  width: 100%;
  letter-spacing: 2px;
  border-radius: 5px;
  background-image: url(../img/icon_mail.png);
  background-position: 30px center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.tech_int .int_contact_inner p a:hover {
  background-color: #71c15c;
}
.int_btn_back {
  padding: 60px 20px;
  text-align: center;
}
.int_btn_back a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  padding: 0 40px;
  background-image: url(../img/icon_arrow4.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  transition: 0.2s;
}
.int_btn_back a:hover {
  color: #888;
}
@media only screen and (max-width: 559px) {
  .tech_int .int_contact {
    padding: 50px 20px;
  }
  .tech_int .int_contact_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .tech_int .int_contact_inner p a {
    font-weight: normal;
    padding: 12px 0px;
    background-position: 20px center;
    background-size: 20px 15px;
    width: 90%;
  }
  .int_btn_back a {
    font-size: 16px;
    padding: 0 30px;
  }
}
/* スクロール固定 バナー
----------------------------------------------------*/
.sidebar-toggle {
  position: fixed;
  z-index: 1;
  outline: none;
  width: 25px;
  height: 25px;
  margin-left: -0.7em;
  margin-top: -2.5em;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.5s;
}
.sidebar-toggle.is-closed {
  transform: translateX(0) rotate(0deg);
  transition: 0.5s;
  margin-top: -2.6em;
}
.sidebar-toggle .icon {
  color: #036BB4;
  font-size: 14px;
}
.sidebar {
  position: fixed;
  right: 0;
  bottom: 110px;
  width: 330px;
  z-index: 510;
  transition: 0.5s;
  padding: 40px 10px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.sidebar.is-closed {
  transform: translateX(325px);
  transition: 0.5s;
}
div.bottom_bnr {
  padding: 0px 10px 0px 15px;
}
div.bottom_bnr div.box-dl {
  position: relative;
  margin: 0 0 6px;
}
div.bottom_bnr div.box-dl a {
  display: block;
  padding: 5px 15px 10px;
  background-color: #036BB4;
}
div.bottom_bnr div.box-dl a img {
  position: absolute;
  height: auto;
  margin: 0;
  text-align: left;
}
div.bottom_bnr div.box-dl p.text {
  margin: 10px 0 10px 120px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
div.bottom_bnr div.box-dl div.dl_btn {
  width: 175px;
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
div.bottom_bnr div.box-contact a {
  display: block;
  position: relative;
  margin: 10px auto;
  padding: 4px;
  background-color: #03B41E;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}