@charset "UTF-8";
/*
===============================================================================
workswith　※works with Gluegent
===============================================================================
*/
#service main.workswith {
  /* kv　=============================*/
  /* リードボックス　=============================*/
  /* .bnr-list ===============*/
  /* table.sso-table ===============*/
  /* table.table-workswith_gate ===============*/
  /* .content-footer ===============*/
}
#service main.workswith .kv {
  height: 300px;
}
#service main.workswith .kv h1 {
  color: #251e1c;
}
#service main.workswith .kv h1 > span {
  display: block;
  font-size: 18px;
}
#service main.workswith h2 {
  text-align: center;
}
#service main.workswith .box-definition {
  padding: 15px 20px;
  border: 1px solid #cfe4eb;
  background-color: #f2f7f8;
  word-break: break-all;
  margin-block: 30px;
}
#service main.workswith .box-definition > h2 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
}
#service main.workswith .box-definition > ul {
  display: grid;
  grid-template-columns: 80px 1fr;
  margin-top: 15px;
}
#service main.workswith .box-definition > ul li {
  list-style-type: none;
  margin-left: 0;
}
#service main.workswith .box-definition > ul + ul {
  margin-top: 10px;
}
#service main.workswith .tag {
  padding: 3px 10px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}
#service main.workswith .tag + .tag {
  margin-left: 5px;
}
#service main.workswith .tag.sso {
  background-color: #ba769e;
}
#service main.workswith .tag.propositioning {
  background-color: #70af41;
}
#service main.workswith .tag.function {
  background-color: #f39a00;
}
#service main.workswith .bnr-box {
  padding-block: 60px 30px;
}
#service main.workswith .bnr-box + .bnr-box {
  padding-block: 30px;
}
#service main.workswith .bnr-box > h3 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 15px 10px 15px;
  border-bottom: 1px solid #00a0c7;
  font-weight: bold;
}
#service main.workswith .bnr-box > h3::before {
  position: absolute;
  left: 0;
  width: 4px;
  height: calc(100% - 10px);
  background: #00a0c7;
  content: "";
}
#service main.workswith .bnr-box .bnr-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 30px 15px;
}
#service main.workswith .bnr-box .bnr-list .bnr {
  position: relative;
  display: grid !important;
  grid-template-rows: subgrid;
  gap: 5px;
  padding: 5px;
  border: 1px solid #e5ebf2;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s all;
  filter: drop-shadow(0px 0px 2px rgba(37, 30, 28, 0.3));
  grid-row: span 3;
}
#service main.workswith .bnr-box .bnr-list .bnr:hover {
  top: 1px;
  filter: drop-shadow(0px 0px 1px rgba(37, 30, 28, 0.2));
}
#service main.workswith .bnr-box .bnr-list .bnr:hover > img {
  opacity: 1;
}
#service main.workswith .bnr-box .bnr-list .bnr:active {
  top: 1px;
  filter: drop-shadow(0px 0px 0px rgba(37, 30, 28, 0.1));
}
#service main.workswith .bnr-box .bnr-list .bnr > img {
  width: 100%;
}
#service main.workswith .bnr-box .bnr-list .bnr .bnr-title {
  line-height: 1.25;
}
#service main.workswith .company-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
#service main.workswith table.sso-table {
  width: 80%;
  margin: 0 auto 60px auto;
  background: #ffffff;
  text-align: center;
  border-collapse: collapse;
}
#service main.workswith table.sso-table th {
  width: 50%;
  padding: 5px;
  border: 1px solid #cfe4eb;
  background-color: #f2f7f8;
  color: #251e1c;
  text-align: center;
}
#service main.workswith table.sso-table th.function {
  background-color: #00a0c7;
  color: #ffffff;
}
#service main.workswith table.sso-table td {
  padding: 15px;
  border: 1px solid #cfe4eb;
  font-size: 20px;
  text-align: center;
}
#service main.workswith table.table-workswith_gate {
  width: 100%;
  margin: 0 auto 50px auto;
  background: #ffffff;
  text-align: center;
  border-collapse: collapse;
}
#service main.workswith table.table-workswith_gate th,
#service main.workswith table.table-workswith_gate td {
  padding: 5px 15px;
  border: 1px solid #cfe4eb;
  text-align: center;
}
#service main.workswith table.table-workswith_gate thead {
  background-color: #00a0c7;
  color: #ffffff;
  font-weight: bold;
}
#service main.workswith table.table-workswith_gate tbody th {
  width: 20%;
  background-color: #f2f7f8;
}
#service main.workswith table.table-workswith_gate tbody th.function {
  background-color: #00a0c7;
  color: #ffffff;
}
#service main.workswith table.table-workswith_gate tbody td {
  width: 30%;
}
#service main.workswith ul.regretdate {
  margin: 30px 0;
  font-size: 14px;
}
#service main.workswith ul.regretdate > li {
  list-style-type: none;
  margin-left: 0;
  text-align: right;
}
#service main.workswith .link-block {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
#service main.workswith .link-block a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #00a0c7;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
#service main.workswith .link-block a:hover {
  opacity: 0.8;
}
#service main.workswith .link-block a > i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 3px 0 0 2px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #00a0c7;
  font-size: 13px;
  line-height: 1;
}
#service main.workswith .link-block a.flow {
  background-color: #f7810d;
}
#service main.workswith .link-block a.flow > i {
  color: #f7810d;
}
#service main.workswith .link-block a.gate {
  background-color: #9abd1f;
}
#service main.workswith .link-block a.gate > i {
  color: #9abd1f;
}
#service main.workswith .content-footer {
  padding: 60px 1em;
  border-top: 1px solid #bdbbba;
  text-align: center;
}
#service main.workswith .content-footer h2 {
  margin-bottom: 15px;
  font-size: 18px;
}
#service main.workswith .content-footer > .btn-area > a {
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 10px 15px 8px 15px;
  border: 1px solid #fa6b00;
  border-radius: 10px;
  background-color: #fa6b00;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s all;
}
#service main.workswith .content-footer > .btn-area > a > i {
  margin-left: 5px;
  font-size: 11px;
}
#service main.workswith .content-footer > .btn-area > a:hover {
  background-color: #ffffff;
  color: #fa6b00;
}
#service main.workswith.flow h3, #service main.workswith.gate h3 {
  margin: 45px 0 15px 0;
  padding-left: 20px;
  border-left: 5px solid #f7810d;
}
#service main.workswith.gate h3 {
  border-color: #9abd1f;
}
@media screen and (max-width: 767px) {
  #service main.workswith {
    /* table.sso-table ===============*/
    /* table.table-workswith_gate ===============*/
  }
  #service main.workswith table.sso-table {
    width: 100%;
  }
  #service main.workswith table.table-workswith_gate {
    font-size: 13px;
  }
  #service main.workswith table.table-workswith_gate th,
  #service main.workswith table.table-workswith_gate td {
    padding: 5px 5px;
  }
  #service main.workswith table.table-workswith_gate tbody th {
    width: 30%;
  }
  #service main.workswith table.table-workswith_gate tbody td {
    width: 20%;
  }
  #service main.workswith .link-block {
    flex-direction: column;
  }
  #service main.workswith .link-block a {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  #service main.workswith {
    /* kv　=============================*/
    /* リードボックス　=============================*/
  }
  #service main.workswith .kv h1 > span {
    font-size: 15px;
  }
  #service main.workswith .box-definition > ul {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=service_workswith.css.map */