@charset "utf-8";
/* -----------------------------------------------------------
	file: style
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
/* -------------------------------------------
	01. html, body
*--------------------------------------------*/
body {
  background: #f5f5f5;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.serif-ja {
  font-family: 'Sawarabi Mincho', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}
.serif {
  font-family: 'New Times Roman', Roman, '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', serif;
}
a {
  transition: color 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a.tel {
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}
a:any-link {
  cursor: pointer;
}
/* -------------------------------------------
	02. header
*--------------------------------------------*/
.navbar-brand {
  padding: 3px;
}
.navbar {
  padding: 5px 0;
}
.navbar-brand .logo {
  height: 35px;
  width: auto;
  margin-left: 12px;
}
.navbar-header {
  padding-right: 15px;
}
.navbar-light {
  background: rgba(255, 255, 255, 1);
  border-color: transparent;
  border-bottom: none;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.navbar-light .navbar-toggler {
  background: #fff;
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  left: calc(100% - 54px);
  top: 2px;
  width: 37px;
  height: 44px;
}
.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus, .open .navbar-light .navbar-toggler {
  background: #fff;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.navbar-light .navbar-toggler span.icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 34px;
  background: #343a40;
  left: 3px;
  -webkit-transition: background .3s ease-in-out, transform .3s ease-in-out, top .3s ease-in-out, width .3s ease-in-out, left .3s ease-in-out;
  -moz-transition: background .3s ease-in-out, transform .3s ease-in-out, top .3s ease-in-out, width .3s ease-in-out, left .3s ease-in-out;
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .3s ease-in-out, width .3s ease-in-out, left .3s ease-in-out;
}
.iconMenu {
  display: block;
  position: absolute;
  font-size: 0.7rem;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.navbar-light .navbar-toggler:hover span.icon-bar, .navbar-light .navbar-toggler:focus span.icon-bar {
  background: #343a40;
}
.navbar-light .navbar-toggler span.icon-bar:nth-child(1) {
  top: 6px;
}
.navbar-light .navbar-toggler span.icon-bar:nth-child(2) {
  top: 14px;
}
.navbar-light .navbar-toggler span.icon-bar:nth-child(3) {
  top: 23px;
}
.open .navbar-light .navbar-toggler span.icon-bar:nth-child(1) {
  top: 16px;
  background: #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .navbar-light .navbar-toggler span.icon-bar:nth-child(2) {
  width: 0;
  left: 50%;
}
.open .navbar-light .navbar-toggler span.icon-bar:nth-child(3) {
  top: 16px;
  background: #444;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
div.navbar-collapse {
  border: none;
}
div.navbar-collapse.show {
  overflow-y: scroll;
  max-height: 350px;
}
ul.navbar-nav {
  font-size: 0.9rem;
}
.nav-item:not(.show) + .nav-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .active .nav-link {
  font-weight: bold;
}
.navbar-nav .nav-link {
  padding-left: 1.25rem;
}
.dropdown-menu {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
.dropdown-item {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  padding: 0.5rem 0 0.5rem 2.0rem;
}
.dropdown-item + .dropdown-item {
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus {
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
}
.dropdown-item:hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fafafa;
}
.dropdown-item.active {
  color: #fff;
  background-color: #6c757d;
}
.dropdown-item:active {
  color: rgba(0, 0, 0, 0.7);
  background-color: #fafafa;
}
.drawerToggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  transition: all .3s ease-in-out;
}
.drawerToggle i {
  color: #999;
  transform-origin: 50% 55%;
  transition: all .3s ease-in-out;
}
.dropdown.active > .drawerToggle i, .dropdownMenuSub .dropdown-item.active ~ .drawerToggle i {
  color: #eee;
}
.drawerToggle[aria-expanded="true"] i {
  color: #666;
  transform: rotate(180deg);
}
.dropdown.active > .drawerToggle[aria-expanded="true"] i, .dropdownMenuSub .dropdown-item.active ~ .drawerToggle[aria-expanded="true"] i {
  color: #ddd;
}
.dropdownMenuSub {
  position: relative;
}
.dropdownMenuSub:not(.show):not(:last-of-type) .dropdown-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdownMenuSub:last-of-type > .dropdown-menu:last-of-type {
  border-bottom: 0;
}
.dropdownMenuSub > .dropdown-menu .dropdown-item {
  padding-left: 2.5rem;
}
.drawerToggleSub {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1rem;
  transition: all .3s ease-in-out;
}
.drawerToggleSub i {
  color: #999;
  transform-origin: 50% 55%;
  transition: all .3s ease-in-out;
}
.active .drawerToggleSub i {
  color: #eee;
}
.drawerToggleSub[aria-expanded="true"] i {
  color: #666;
  transform: rotate(180deg);
}
.active .drawerToggleSub[aria-expanded="true"] i {
  color: #ddd;
}
/* -------------------------------------------
	03. 固定ページ page
*--------------------------------------------*/
/* mainVisual */
body .mainVisual {
  position: relative;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 1rem 0.5rem;
  background: #3399d6 url('/images/common/bg-wave.svg') no-repeat center bottom;
  background-size: cover;
}
body .mainVisual::before {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-16px);
  opacity: 0.2;
  color: white;
  font-family: "serif";
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 3px;
}
/* information */
body.newsrelease .mainVisual::before {
  content: 'Information';
}
/* company */
body.company .mainVisual::before {
  content: 'Company';
}
body.greeting .mainVisual::before {
  content: 'Statement';
}
body.outline .mainVisual::before {
  content: 'Outline';
}
body.history .mainVisual::before {
  content: 'History';
}
body.organize .mainVisual::before {
  content: 'Organize';
}
body.access .mainVisual::before {
  content: 'Access';
}
body.privacymark .mainVisual::before {
  content: 'Privacy Mark';
}
/* business */
body.business .mainVisual::before {
  content: 'Business';
}
body.ictsupport .mainVisual::before {
  content: 'IT Support';
}
body.ictmaintenance .mainVisual::before {
  content: 'Maintenance';
}
body.infrastructure .mainVisual::before {
  content: 'Maintenance';
}
body.ictconsulting .mainVisual::before {
  content: 'Consulting';
}
body.housing .mainVisual::before {
  content: 'Housing';
}
body.ictdoctor .mainVisual::before {
  content: 'ICT Doctor';
}
body.helpdesk .mainVisual::before {
  content: 'Helpdesk';
}
body.design .mainVisual::before {
  content: 'Design';
}
body.webworks .mainVisual::before {
  content: 'Works';
}
body.system .mainVisual::before {
  content: 'System';
}
body.systemoverview .mainVisual::before {
  content: 'Overview';
}
body.systemworks .mainVisual::before {
  content: 'Works';
}
body.products .mainVisual::before {
  content: 'Products';
}
body.shines .mainVisual::before {
  content: 'Shines';
}
body.outsorcing .mainVisual::before {
  content: 'Outsorcing';
}
body.margin .mainVisual::before {
  content: 'Margin rate';
}
/* recruit */
body.recruit .mainVisual::before {
  content: 'Recruit';
}
body.fresh .mainVisual::before {
  content: 'Fresh';
}
body.career .mainVisual::before {
  content: 'Career';
}
body.office .mainVisual::before {
  content: 'Office';
}
body.message .mainVisual::before {
  content: 'Message';
}
/*20241024追加*/
.recruitment-table {
  width: 100%;
  border-collapse: collapse;
}
.recruitment-table tbody tr th {
  background: #f5f5f5;
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 1rem 2rem;
  border: 1px solid #dee2e6;
}
.recruitment-table tbody tr td {
  display: block;
  width: 100%;
  padding: 2rem;
  border: 1px solid #dee2e6;
  border-width: 0 1px;
}
.recruitment-table tbody tr:last-of-type td {
  border-width: 0 1px 1px;
}
/* privacy */
body.privacy .mainVisual::before {
  content: 'Privacy';
}
body.privacypolicy .mainVisual::before {
  content: 'Privacy Policy';
}
body.handling .mainVisual::before {
  content: 'Handling';
}
.privacy-table {
  width: 100%;
  border-collapse: collapse;
}
.privacy-table th, .privacy-table td {
  padding: 10px;
  border: 1px solid #ccc;
}
.privacy-table th {
  background: #e9ecef;
  text-align: center;
}
.sectionAlphaTitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding: 0.5rem 0.1rem;
}
.internal-link {
  margin: 0;
  padding: 0;
}
.internal-link li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.internal-link li:before {
  content: "▼";
  position: absolute;
  top: 0;
  left: 0;
}
/* contact */
body.contact .mainVisual::before {
  content: 'Contact';
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.help-block {
  padding: 5px 0 0 0;
  font-size: 0.875em;
}
.text-result {
  padding: 10px 15px;
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.input-wall {
  padding: 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.has-error .input-wall {
  border-color: #a94442;
}
/* sitemap */
body.sitemap .mainVisual::before {
  content: 'Sitemap';
}
/* breadcrumb */
.mainVisual .breadcrumb {
  background: transparent;
  font-size: 0.7rem;
  padding-left: 0;
}
.mainVisual .breadcrumb-item + .breadcrumb-item::before {
  color: #e0e0e0;
}
.mainVisual .breadcrumb .breadcrumb-item.active {
  color: #e0e0e0;
  opacity: 0.7;
}
.mainVisual .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.mainVisual .jumbotronTitle {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.mainVisual p {
  color: #fff;
  font-size: 0.9rem;
}
.mainWrapper {
  margin: 0 auto;
  padding: 0;
}
.mainWrapper .container {
  background: #fff;
  padding: 20px 15px 40px;
}
.mainWrapper .container i {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
/* 固定ページ page */
.page-container {
  max-width: 1140px;
  width: calc(100% - 20px - 20px);
  margin: 0 auto;
  padding: 50px 20px;
  background: white;
}
.page-wrapper {
  max-width: 920px;
  margin: 0 auto;
}
.page .pageTitle {
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 2.0rem -15px;
}
.page .pageTitle > span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.page .pageTitle > span::after {
  content: '';
  background: #343a40;
  display: block;
  position: absolute;
  height: 1px;
  bottom: -1px;
  left: 0;
  right: 0;
}
.page .sectionTitle {
  border-bottom: 1px solid #ccc;
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
  padding: 0.5rem 0.1rem;
}
.page .sectionTitle small {
  font-size: 0.8rem;
  color: #666;
}
.page .subTitle {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}
.page .subTitle::before, .page .subTitle::after {
  content: '■';
  position: absolute;
}
.page .subTitle::before {
  color: #aaa;
  left: 0.25rem;
  top: 0;
}
.page .subTitle::after {
  color: #777;
  left: 0;
  top: -0.25rem;
}
/* card */
.cardList .card.border-white .card-img-top {
  border-radius: 0;
  background: #3399d6;
}
.cardList .card .card-body {
  padding: 1.0rem 0.8rem;
}
.cardList .card .card-title {
  font-size: 1.3rem;
}
.cardList .card .card-title span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-top: 0.25rem;
}
.cardList .card-body .card-text {
  margin-bottom: 0;
}
.worksList .card {
  max-width: calc(100% - 2.0rem);
  margin: 0 auto 1.5rem;
  padding: 0;
}
.worksList .card .cardLogo {
  text-align: center;
  padding: 1.0rem 1.0rem 1.75rem;
}
.worksList .card .cardLogo .logoText {
  font-size: 1.2rem;
  font-weight: 900;
}
.worksList .card .card-img-top {
  width: auto;
}
.worksList .card .card-body {
  padding: 0 0.5rem;
}
.worksList .card .card-body .card-title {
  font-size: 1.0rem;
  line-height: 1.5;
}
.worksList .card .card-body .card-title i {
  margin-left: 0;
}
.worksList .card .card-body .badgeBox {
  margin-bottom: 0.5rem;
}
.worksList .card .card-body .badgeBox .badge {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.worksList .card .card-body .maker {
  color: #777;
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
}
/* company */
.margin .mainWrapper {
  counter-reset: section;
}
.margin .mainWrapper .sectionTitle::before {
  counter-increment: section;
  content: counter(section)'.';
  margin-right: 5px;
}
@media (max-width: 767px) {
  .table.table-bordered {
    display: block;
    width: 100%;
    border-width: 0;
  }
  .table.table-bordered tbody {
    display: block;
    width: 100%;
  }
  .table.table-bordered tbody tr {
    display: block;
    width: 100%;
  }
  .table.table-bordered tbody tr th {
    background: #f7f3e8;
    display: block;
    width: 100%;
  }
  .table.table-bordered tbody tr td {
    display: block;
    width: 100%;
    border-width: 0 1px;
  }
  .table.table-bordered tbody tr:last-of-type td {
    border-width: 0 1px 1px;
  }
  /* company > history */
  .historyTable {
    display: block;
    width: 100%;
    border-left: 0.3rem solid #d9dae2;
  }
  .historyTable tbody {
    display: block;
    width: 100%;
  }
  .historyTable tbody tr {
    display: block;
    width: calc(100% - 10px);
    background: #eeeef3;
    border-radius: 4px;
    margin-left: 10px;
  }
  .historyTable tbody tr th {
    display: block;
    width: 100%;
  }
  .historyTable tbody tr td {
    display: block;
    width: calc(100% - 1.0rem);
    margin-left: 1.0rem;
    padding-top: 0;
  }
}
.table.table-bordered tbody tr th {
  padding: 1rem;
}
.table.table-bordered tbody tr td {
  padding: 1rem;
}
.table.table-bordered tbody tr td small {
  color: #444;
}
.table.table-bordered tbody tr td dl:last-of-type {
  margin-bottom: 0;
}
.table.table-bordered tbody tr td dl dt {
  margin-bottom: 0.5rem;
}
.table.table-bordered tbody tr td dl dd {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.margin ul li {
  margin-bottom: 0.25rem;
}
.managementSubTitle {
  font-weight: bold;
  margin-top: 1.0rem;
}
.management ol li {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
/* company > outline */
#mailBtn {
  cursor: pointer;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
#mailBtn:hover {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-color: #ccc;
}
#mailBtnfresh {
  cursor: pointer;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
#mailBtnfresh:hover {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-color: #ccc;
}
#mailBtncareer {
  cursor: pointer;
  color: #007bff;
  transition: color 0.3s ease-in-out;
}
#mailBtncareer:hover {
  color: #0056b3;
  text-decoration: underline;
  text-decoration-color: #ccc;
}
/* company > history */
.historyTable tbody tr:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.historyTable tbody tr th {
  position: relative;
  font-weight: normal;
  border-width: 0;
}
.historyTable tbody tr th::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #eeeef3;
  left: -10px;
  top: calc(50% - 0.5rem);
}
.historyTable tbody tr td {
  border-width: 0;
}
/*2列沿革*/
.historyTable-two__box {
  overflow: scroll;
}
.historyTable-two {
  width: 920px;
}
.historyTable-two tbody tr:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.historyTable-two tbody tr th {
  position: relative;
  font-weight: normal;
  border-width: 0;
}
.historyTable-two tbody tr th::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #eeeef3;
  left: -10px;
  top: calc(50% - 0.5rem);
}
.historyTable-two__title {
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
.historyTable-two__title th {
  padding: 2rem;
  text-align: left;
}
.historyTable-two tbody tr th {
  border-right: 0.3rem solid #d9dae2;
  width: 120px;
  padding: 2rem 1rem;
}
.historyTable-two tbody tr th::after {
  background: rgba(26, 27, 33, 0.8);
  border: 0;
  width: 1.0rem;
  height: 1.0rem;
  top: 2.20rem;
  right: -0.65rem;
  left: auto;
  z-index: 1;
  border-radius: 50%;
}
.historyTable-two tbody tr td {
  padding: 2rem;
}
/* IE11 画像のリサイズ不具合 */
_:lang(x)::-ms-backdrop, .organize .mainWrapper img.img-fluid {
  width: 100%;
  display: block;
}
/* business */
.arrowDown {
  position: relative;
  margin-bottom: 3.5rem;
}
.arrowDown::after {
  position: absolute;
  color: #999;
  content: '\f309';
  font-family: 'Font Awesome 5 Free';
  font-size: 2.0rem;
  font-weight: 900;
  left: 50%;
  top: calc(100% + 0.25rem);
  transform: translateX(-50%);
}
.verticalLine {
  position: relative;
  margin-bottom: 3.5rem;
}
.verticalLine::after {
  position: absolute;
  color: #999;
  content: '|';
  font-size: 2.0rem;
  font-weight: 900;
  left: 50%;
  top: calc(100% + 0.25rem);
  transform: translateX(-50%);
}
.card.cardBusiness h5 {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.ictdoctor .card.border-danger {
  background: #fcdfdf;
}
.cardWeb .card p {
  font-size: 0.8rem;
}
.listLine {
  margin-top: 1.0rem;
}
.listLine li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
/* recruit */
.table.table-bordered.recruitTable tbody tr th {
  background: #f5f5f5;
}
.job-type__button {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
}
.job-type__link {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 5px 35px;
  border-radius: 30px;
  border: 1px solid #ccc;
  text-decoration: none;
  transition: all 0.3s;
}
/* privacy */
.privacyBox {
  counter-reset: section;
}
.privacyBox .sectionTitle::before {
  counter-increment: section;
  content: counter(section)'.';
  margin-right: 5px;
}
.privacypolicy .privacyBox ol li {
  margin-bottom: 0.25rem;
}
.privacy-contact {
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.list_en {
  list-style: lower-alpha;
}
.cardPrivacy {
  border: 1px dashed #ccc;
}
.cardPrivacy dl {
  margin-bottom: 0;
}
.cardPrivacy dl dt {
  margin-bottom: 0.25rem;
}
.cardPrivacy dl dt:not(:first-of-type) {
  margin-top: 1.0rem;
}
.procedure .procedureBox {
  counter-reset: section;
}
.procedure .procedureBox .sectionTitle::before {
  counter-increment: section;
  content: counter(section)'.';
  margin-right: 5px;
}
.procedure .procedureBox p:first-of-type {
  text-indent: 1.0rem;
}
.procedure .procedureBox ol li {
  margin-bottom: 0.25rem;
}
.procedureBox dl {
  margin-bottom: 0;
  counter-reset: definition;
}
.procedureBox dl dt {
  position: relative;
  font-weight: normal;
  margin-bottom: 0.25rem;
  margin-left: 2.25rem;
}
.procedureBox dl dt::before {
  position: absolute;
  counter-increment: definition;
  content: '（'counter(definition)'）';
  left: -2.25rem;
  top: 0;
}
.procedureBox dl dt:not(:first-of-type) {
  margin-top: 1.0rem;
}
.procedureBox dl dd {
  margin-left: 1.0rem;
}
.procedureBox ol {
  list-style-type: lower-alpha;
}
/* sitemap */
.sitemap .mainWrapper ul li {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  vertical-align: top;
}
.sitemap .mainWrapper ul li::before {
  position: absolute;
  color: #aaa;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: -1.0rem;
  top: 0;
  transition: color 0.3s ease-in-out, left 0.3s ease-in-out;
}
.sitemap .mainWrapper ul li:hover::before {
  color: #888;
  left: -0.75rem;
}
.sitemap .mainWrapper ul li > a {
  display: block;
}
/* information */
.newsrelease .newsList {
  margin-top: 1.5rem;
  margin-bottom: 30px;
}
.newsrelease .newsList dt {
  color: #444;
  font-size: 0.9rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.newsrelease .newsList dd {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}
.topicsList .card-title {
  font-size: 1.1rem;
}
/* 404 notfound */
.notfound .card-body {
  padding: 0;
}
.notfound .page-list ul {
  padding-left: 1.0rem;
}
.notfound .page-list ul li {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  vertical-align: top;
}
.notfound .page-list ul li::before {
  position: absolute;
  color: #aaa;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: -1.0rem;
  top: 0;
  transition: color 0.3s ease-in-out, left 0.3s ease-in-out;
}
.notfound .page-list ul li:hover::before {
  color: #888;
  left: -0.75rem;
}
.notfound .page-list ul li > a {
  display: block;
}
/* #goog-fixurl */
#goog-fixurl .other-things {
  font-size: 16px;
  font-size: 1.6rem;
}
#goog-fixurl ul {
  padding-left: 0;
}
#goog-fixurl input[type="text"] {
  border: 1px solid #515f66;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  width: calc(100% - 105px);
  font-size: 1.0rem;
  margin: 10px 0;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
#goog-fixurl input[type="text"]:focus {
  border: 1px solid #343a40;
  outline: 0;
}
#goog-fixurl input[type="submit"] {
  padding: 0.3125rem 0.5rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #fff;
  font-size: 0.9375rem;
  background: #515f66;
  font-weight: normal;
  border: 1px solid #343a40;
  border-left: none;
  -webkit-transition: color .7s ease, background .7s ease;
  -moz-transition: color .7s ease, background .7s ease;
  -o-transition: color .7s ease, background .7s ease;
  transition: color .7s ease, background .7s ease;
}
#goog-fixurl input[type="submit"]:hover {
  background: #343a40;
}
#error a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#goog-fixurl .search-goog {
  list-style: none;
}
/* -------------------------------------------
	04. 投稿ページ
*--------------------------------------------*/
.post .mainWrapper, .archive .mainWrapper, .single .mainWrapper {
  margin-top: calc(50px + 2.0rem);
}
.post .mainWrapper .container, .archive .mainWrapper .container, .single .mainWrapper .container {
  background: transparent;
  padding-top: 0;
}
.post .mainWrapper .articleWrapper, .archive .mainWrapper .articleWrapper, .single .mainWrapper .articleWrapper {
  background: #fff;
  padding: 1.0rem;
}
/* breadcrumb */
.post .breadcrumb, .archive .breadcrumb, .single .breadcrumb {
  background: transparent;
  font-size: 0.7rem;
  padding-left: 0;
}
.post .breadcrumb-item + .breadcrumb-item::before, .archive .breadcrumb-item + .breadcrumb-item::before, .single .breadcrumb-item + .breadcrumb-item::before {
  color: #e0e0e0;
}
.post .breadcrumb .breadcrumb-item.active, .archive .breadcrumb .breadcrumb-item.active, .single .breadcrumb .breadcrumb-item.active {
  color: #e0e0e0;
}
.post .breadcrumb .breadcrumb-item a, .archive .breadcrumb .breadcrumb-item a, .single .breadcrumb .breadcrumb-item a {
  color: #333;
}
.post .breadcrumb .breadcrumb-item a:hover, .archive .breadcrumb .breadcrumb-item a:hover, .single .breadcrumb .breadcrumb-item a:hover {
  color: #0056b3;
}
/* postMeta */
.postMeta {
  font-size: 0.7rem;
}
.postMeta li {
  margin-bottom: 0.25rem;
}
.postTime time {
  white-space: nowrap;
}
.postTime time:first-of-type {
  margin-right: 1.0rem;
}
.postTime time::before {
  color: #999;
  font-family: 'Font Awesome 5 Free';
  content: '\f017';
  margin-right: 0.25rem;
}
.postTime time.postModifiedTime::before {
  content: '\f2f1';
  font-weight: 900;
}
.postCategory::before {
  color: #999;
  font-family: 'Font Awesome 5 Free';
  content: '\f07c';
  font-weight: 900;
  margin-right: 0.25rem;
}
.postCategory a {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 0.25rem;
  color: #333;
  padding: 0.25rem 0.5rem;
}
.postCategory a:hover {
  background: #f7f7f7;
  color: #0056b3;
}
.postTag::before {
  color: #999;
  font-family: 'Font Awesome 5 Free';
  content: '\f02b';
  font-weight: 900;
  margin-right: 0.25rem;
}
.postTag a {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 0.25rem;
  color: #333;
  padding: 0.25rem 0.5rem;
}
.postTag a:hover {
  background: #f7f7f7;
  color: #0056b3;
}
.postFigure {
  display: block;
  margin: 1.0rem auto;
}
/* title */
.postTitle {
  border-top: 2px solid #343a40;
  border-bottom: 2px solid #343a40;
  font-size: 1.65rem;
  margin-bottom: 2.0rem;
  padding: 0.5rem 0.25rem;
}
/* h2 ～ h4 */
.postContent h2 {
  background: #343a40;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 2.0rem -1.0rem;
  padding: 0.5rem 1.0rem;
}
.postContent h3 {
  font-size: 1.35rem;
}
.postContent h4 {
  font-size: 1.2rem;
}
/* shareBtn */
.shareBtn {
  margin-top: 2.0rem;
  text-align: center;
}
.shareBtn .list-inline {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.shareBtn .list-inline li {
  margin: 0;
}
.shareBtn .list-inline li {
  margin: 0;
}
.shareBtn .list-inline li i {
  font-size: 2.4rem;
}
.facebook i {
  color: #315096;
}
.tweet i {
  color: #55acee;
}
.googleplus i {
  color: #dd4b39;
}
.line i {
  color: #00b900;
}
.rss i {
  color: #ff8c00;
}
/* pagination */
.postPaginationNav {
  margin-top: 2.0rem;
  padding-bottom: 1.5rem;
}
.postPaginationNavItemTitle {
  display: block;
  font-weight: bold;
}
.postPaginationNavItem a {
  position: relative;
  display: inline-block;
}
.postPaginationNavItem a::before {
  position: absolute;
  top: .95rem;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: 2px solid #343a40;
  border-right: 2px solid #343a40;
}
.postPaginationNavItem.postPaginationNavItemPrev a {
  padding-left: 15px;
}
.postPaginationNavItem.postPaginationNavItemPrev a::before {
  left: 0.25rem;
  transform: rotate(-135deg);
}
.postPaginationNavItem.postPaginationNavItemNext {
  margin-top: 1rem;
}
.postPaginationNavItem.postPaginationNavItemNext a {
  padding-right: 15px;
}
.postPaginationNavItem.postPaginationNavItemNext a::before {
  right: 0.25rem;
  transform: rotate(45deg);
}
/* sidebar */
.sidebar {
  margin-top: 2.0rem;
  padding: 0;
}
.sidebar .widget {
  background: #fff;
}
.sidebar .widget:not(:first-of-type) {
  margin-top: 2.0rem;
}
.sidebar .widget .widgetTitle {
  background: #343a40;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
}
.sidebar .widget .widgetTitle i {
  color: #9f9ea1;
  font-size: 1.0rem;
  margin-right: 0.5rem;
}
.sidebar .widget ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar .widget ul li {
  border-bottom: 2px solid #f7f7f7;
  font-size: 0.8rem;
  transition: all .3s ease-in-out;
}
.sidebar .widget ul li:not(:last-of-type) {
  margin-bottom: 0.25rem;
}
.sidebar .widget ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 2.0rem;
}
.sidebar .widget ul li a::before {
  color: #9f9ea1;
  font-family: 'Font Awesome 5 Free';
  content: '\f0da';
  font-weight: 900;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 1.0rem;
  line-height: 1.5;
}
/* sidebarSearch */
.sidebarSearch {
  position: relative;
  padding: 0.5rem;
}
.sidebarSearch #searchText {
  position: absolute;
  background: #eee;
  border: 0;
  border-radius: 1.25rem;
  top: 0;
  left: 0.5rem;
  outline: 0;
  height: 2.5rem;
  width: calc(100% - 1.0rem);
  padding: 0 0.5rem;
}
.sidebarSearch #searchBtn {
  position: absolute;
  color: #333;
  top: 0;
  right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 0;
  border-radius: 1.25rem;
}
.sidebarSearch #searchBtn i.fa-search {
  position: absolute;
  cursor: pointer;
  font-size: 1.5rem;
  top: 0.5rem;
  right: 0.5rem;
}
/* -------------------------------------------
	05. page-top
*--------------------------------------------*/
.pagetop {
  width: 100%;
  height: 36px;
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 2;
}
.pagetop a {
  width: 100%;
  color: #fff;
  font-size: 0.7rem;
  padding: 0;
  line-height: 36px;
}
.pagetop .btn.btn-secondary {
  background: #007bff;
  white-space: normal;
  border: none;
  border-radius: 0;
  transition: color .3s, background-color .3s;
}
.pagetop .btn.btn-secondary:hover {
  background: #0069d9;
  /*opacity: 0.7;*/
  border: none;
}
/* -------------------------------------------
	06. footer
*--------------------------------------------*/
footer {
  background: #3399d6 url('/images/common/bg-wave.svg') no-repeat center bottom;
  background-size: cover;
  color: #fff;
  font-size: 0.8rem;
  position: relative;
  line-height: 2;
  text-align: center;
  margin-top: 36px;
  transition: all .3s;
}
footer ul li a {
  color: #fff;
  line-height: 1;
  transition: color .3s;
}
footer ul li a:hover {
  color: #333;
}
.copyright {
  color: white;
  font-size: 0.8rem;
  opacity: 0.7;
}
/* -------------------------------------------
	07. 共通
*--------------------------------------------*/
@media (min-width: 576px) {
  /* 画面幅 576px以上 */
  /* -------------------------------------------
		02. header
	*--------------------------------------------*/
  .navbar-light .navbar-toggler {
    right: calc(50% - 255px);
  }
  /* -------------------------------------------
		03. 固定ページ page
	*--------------------------------------------*/
  /* company */
  .management ol {
    padding-left: 3.0rem;
  }
  /* business */
  .worksList .card {
    -ms-flex: 0 0 calc(50% - 1.5rem);
    flex: 0 0 calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
  .worksList .card:nth-of-type(odd) {
    margin-right: 0.5rem;
    margin-left: 1.0rem;
  }
  .worksList .card:nth-of-type(even) {
    margin-right: 1.0rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  /* 画面幅 768px以上 */
  /* -------------------------------------------
		01. html,body
	*--------------------------------------------*/
  body {
    line-height: 1.7;
  }
  /* -------------------------------------------
		02. header
	*--------------------------------------------*/
  .navbar-brand {
    transition: all .3s;
  }
  .navbar-brand .logo {
    margin-left: 0;
  }
  .navbar-brand img {
    height: 40px;
    margin-top: 2px;
    transition: all .3s;
  }
  .fixed .navbar-brand {
    padding-top: 5px;
  }
  .fixed .navbar-brand img {
    height: 35px;
  }
  .navbar-right {
    padding-top: 20px;
    transition: all .3s;
  }
  .fixed .navbar-right {
    padding-top: 5px;
  }
  .navbar-light {
    height: 75px;
    transition: all .3s;
  }
  .fixed .navbar-light {
    height: 50px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  ul.navbar-nav {
    font-size: 0.8rem;
  }
  .nav-item:not(.show) + .nav-item {
    border-top: none;
  }
  .nav-link {
    padding: 0.75rem 1rem;
  }
  .navbar-expand-md .navbar-nav .dropdown .nav-link {
    padding: 0.75rem 1.875rem 0.75rem 0.75rem;
  }
  .dropdown-menu {
    top: 2.75rem;
    left: 50%;
    transform: translateX(-50%);
    min-width: auto;
    border-radius: 0.25rem;
  }
  .dropdown.show > .nav-link > .dropdown-menu, .dropdown:hover > .dropdown-menu, .dropdown:hover > .dropdown-menu > .dropdownMenuSub:hover > .dropdown-menu {
    display: block;
    display: inline;
  }
  .dropdown-item {
    font-size: 0.8rem;
    padding: 0.35rem 1.0rem;
    text-align: center;
    transition: background .3s, color .3s;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
  .fixed .dropdown-item {
    padding: 0.35rem 0.75rem 0.3rem;
  }
  .dropdown-menu > .dropdown-item:first-of-type, .dropdown-menu > .dropdownMenuSub:first-of-type .dropdown-item:first-of-type {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .dropdown-menu > .dropdown-item:last-of-type, .dropdown-menu > .dropdownMenuSub:last-of-type > .dropdown-item:first-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .dropdownMenuSub:not(.show):not(:last-of-type) .dropdown-menu > .dropdown-item {
    border-bottom: 0;
  }
  .drawerToggle, .drawerToggleSub {
    padding: 0.75rem;
  }
  .dropdown-menu > .dropdownMenuSub > .drawerToggle {
    padding: 0.35rem 1.0rem;
  }
  .fixed .dropdown-menu > .dropdownMenuSub > .drawerToggle {
    font-size: 0.8rem;
    padding: 0.35rem 0.75rem 0.3rem;
  }
  .dropdown-menu > .dropdownMenuSub > .drawerToggle[aria-expanded="true"] i {
    transform: rotate(90deg);
  }
  .dropdown-menu > .dropdownMenuSub .dropdown-menu {
    top: -1px;
    left: calc(100% - 1px);
    transform: translateX(0);
  }
  .dropdownMenuSub > .dropdown-item {
    padding-right: 2.0rem;
  }
  .dropdownMenuSub > .dropdown-item:first-of-type {
    padding-right: 2.0rem;
  }
  .dropdownMenuSub > .dropdown-menu .dropdown-item {
    padding-left: 1.0rem;
  }
  .fixed .dropdownMenuSub > .dropdown-menu .dropdown-item {
    padding-left: 0.75rem;
  }
  .dropdownMenuSub:not(:last-of-type) > .dropdown-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdownMenuSub:last-of-type > .dropdown-menu:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* -------------------------------------------
		03. 固定ページ page
	*--------------------------------------------*/
  body .mainVisual {
    margin-top: 75px;
  }
  .mainWrapper {
    margin: 50px auto 0;
    padding: 0 0 50px;
  }
  .mainWrapper .container {
    padding: 50px 15px;
  }
  .page .pageTitle {
    font-size: 2.0rem;
    margin-bottom: 3.0rem;
  }
  .page .pageTitle > span {
    padding-bottom: 1.2em;
  }
  .page .sectionTitle {
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
  }
  /* company */
  .table.table-bordered {
    border-color: #f0f0f0;
  }
  .table-bordered th, .table-bordered td {
    border-color: #f0f0f0;
  }
  .table.table-bordered tbody tr th {
    width: 175px;
    padding: 2rem 1rem;
  }
  .table.table-bordered.outlineTable tbody tr th {
    text-align: center;
    width: 150px;
  }
  .table.table-bordered tbody tr td {
    padding: 2rem 1rem;
  }
  .table.table-bordered tbody tr td ul li {
    margin-bottom: 0.5rem;
  }
  .table.table-bordered tbody tr td dl + dl {
    margin-top: 2.0rem;
  }
  .management .sectionTitle {
    font-weight: bold;
  }
  .managementSubTitle {
    font-size: 1.75rem;
    text-align: center;
    margin-top: 3.0rem;
  }
  .management ol {
    width: 60%;
    margin: 2.0rem auto 3.0rem;
  }
  .management ol li {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  /* company > history */
  .historyTable tbody tr th {
    border-right: 0.3rem solid #d9dae2;
    width: 120px;
    padding: 2rem 1rem;
  }
  .historyTable tbody tr th::after {
    background: rgba(26, 27, 33, 0.8);
    border: 0;
    width: 1.0rem;
    height: 1.0rem;
    top: 2.20rem;
    right: -0.65rem;
    left: auto;
    z-index: 1;
    border-radius: 50%;
  }
  .historyTable tbody tr td {
    padding: 2rem;
  }
  /* business */
  .arrowDown {
    margin-bottom: 4.0rem;
  }
  .worksList .card {
    margin-bottom: 2.0rem;
  }
  /* recruit */
  .table.table-bordered.recruitTable tbody tr th {
    background: #f5f5f5;
  }
  /*20241024追加*/
  .recruitment-table {
    width: 100%;
    border-collapse: collapse;
  }
  .recruitment-table tbody tr th {
    background: #f5f5f5;
    display: table-cell;
    width: 1%;
    padding: 1rem 2rem;
    border: 1px solid #dee2e6;
  }
  .recruitment-table tbody tr td {
    display: table-cell;
    width: auto;
    padding: 2rem;
    border: 1px solid #dee2e6;
  }
  .recruitment-table tbody tr:last-of-type td {
    border-width: 0 1px 1px;
  }
  /* privacy */
  .cardPrivacy dl dd {
    margin-left: 1.0rem;
  }
  .procedureBox dl dt {
    margin-left: 1.5rem;
  }
  .procedureBox dl dd {
    margin-left: 1.5rem;
  }
  /* sitemap */
  .sitemap .mainWrapper ul li {
    display: inline-block;
    width: 45%;
    margin-bottom: 1.0rem;
  }
  /* newsrelease */
  .newsrelease .newsList dt {
    float: left;
    width: 100px;
    padding-left: 1.0rem;
  }
  .newsrelease .newsList dd {
    padding-bottom: 0.5rem;
    padding-left: 150px;
    font-size: 1rem;
  }
  /* -------------------------------------------
		04. 投稿ページ
	*--------------------------------------------*/
  .archive .mainWrapper, .single .mainWrapper {
    margin-top: 125px;
  }
  .post .mainWrapper .articleWrapper, .archive .mainWrapper .articleWrapper, .single .mainWrapper .articleWrapper {
    padding: 1.0rem 1.5rem;
  }
  /* breadcrumb */
  .post .breadcrumb, .archive .breadcrumb, .single .breadcrumb {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  /* postMeta */
  .postMeta {
    font-size: 0.8rem;
  }
  .postMeta li {
    margin-bottom: 0.5rem;
  }
  .postFigure {
    margin: 1.5rem auto;
  }
  .postTag a {
    padding: 0.5rem 0.75rem;
  }
  .postCategory::before, .postTag::before {
    margin-right: 0.5rem;
  }
  /* title */
  .postTitle {
    font-size: 2.0rem;
    margin-bottom: 2.5rem;
    padding: 1.0rem 0.5rem;
  }
  /* h2 ～ h4 */
  .postContent h2 {
    font-size: 1.8rem;
    margin: 3.0rem -1.5rem 2.0rem;
  }
  .postContent h3 {
    font-size: 1.6rem;
  }
  .postContent h4 {
    font-size: 1.4rem;
  }
  /* pagination */
  .postPaginationNav ul .postPaginationNavItem {
    display: inline-block;
    width: calc(50% - 0.5rem);
  }
  .postPaginationNavItem.postPaginationNavItemNext {
    text-align: right;
  }
  /* -------------------------------------------
		05. page-top
	*--------------------------------------------*/
  .pagetop {
    display: none;
    text-align: right;
    top: auto;
  }
  .pagetop a {
    font-size: 0.75rem;
    width: auto;
    padding: 0 2.0rem;
  }
  /* -------------------------------------------
		06. footer
	*--------------------------------------------*/
  footer {
    text-align: left;
  }
}
@media (min-width: 992px) {
  /* 画面幅 992px以上 */
  /* -------------------------------------------
		02. header
	*--------------------------------------------*/
  ul.navbar-nav {
    font-size: 0.9rem;
  }
  .navbar-expand-md .navbar-nav .dropdown .nav-link {
    padding: 0.75rem 2.75rem 0.75rem 1.75rem;
  }
  .dropdown-item {
    font-size: 0.9rem;
  }
  /* -------------------------------------------
		03. 固定ページ page
	*--------------------------------------------*/
  /* company */
  .table.table-bordered tbody tr th {
    width: auto;
    padding: 2rem;
    text-align: center;
  }
  .table.table-bordered.outlineTable tbody tr th {
    width: 180px;
  }
  .table.table-bordered tbody tr td {
    padding: 2rem;
  }
  .table.table-bordered tbody tr td dl dd {
    padding-left: 2.5rem;
  }
  .management .sectionTitle {
    font-size: 1.75rem;
  }
  .managementSubTitle {
    font-size: 2.0rem;
    width: 13.5em;
    text-align: left;
    margin: 4.0rem auto 0;
  }
  .managementSubTitle-purpose {
    font-size: 2.0rem;
    width: auto;
    text-align: center;
    margin: 4.0rem auto 4.0rem;
  }
  .management ol {
    width: 29em;
    margin: 3.0rem auto 4.0rem;
    padding-left: 0;
  }
  .management ol li {
    margin-bottom: 1.0rem;
    font-size: 1.75rem;
  }
  /* company > history */
  .historyTable tbody tr th {
    width: 20%;
    padding-right: 2.5rem;
    text-align: right;
  }
  .historyTable tbody tr td {
    width: 40%;
  }
  /*2例沿革*/
  .historyTable-two tbody tr th {
    width: 20%;
    padding-right: 2.5rem;
    text-align: right;
  }
  .historyTable-two tbody tr td {
    width: 40%;
  }
  /* business */
  .ictmaintenance .table.table-bordered tbody tr th, .infrastructure .table.table-bordered tbody tr th {
    width: 180px;
  }
  .arrowDown {
    margin-bottom: 5.5rem;
  }
  .arrowDown::after {
    font-size: 3.0rem;
  }
  .worksList .card {
    -ms-flex: 0 0 calc(33.333333% - 1.4rem);
    flex: 0 0 calc(33.333333% - 1.4rem);
    max-width: calc(33.333333% - 1.4rem);
  }
  .worksList .card:nth-of-type(3n + 1) {
    margin-right: 0.4rem;
    margin-left: 1.0rem;
  }
  .worksList .card:nth-of-type(3n + 2) {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
  .worksList .card:nth-of-type(3n + 3) {
    margin-right: 1.0rem;
    margin-left: 0.4rem;
  }
  /* sitemap */
  .sitemap .mainWrapper ul li {
    margin-left: 2.5rem;
    width: 26%;
  }
  /* -------------------------------------------
		04. 投稿ページ
	*--------------------------------------------*/
  /* sidebar */
  .sidebar {
    margin-top: 0;
    padding-left: 2.0rem;
  }
}