body#company.n2022 > *,
.n2022 .box-980 {
  box-sizing: border-box;
}

body#company.n2022 .main .box-980 {
  width: 100%;
  max-width: 1360px;
}
.n2022 div.h_line {
  width: 28px;
  height: 3px;
  text-align: center;
  margin: 5px auto 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#014099),
    color-stop(50%, #014099),
    color-stop(50%, #d9e9ff),
    to(#d9e9ff)
  );
  background: linear-gradient(
    90deg,
    #014099 0%,
    #014099 50%,
    #d9e9ff 50%,
    #d9e9ff 100%
  );
}

.n2022 .breadcrumb a,
.n2022 .breadcrumb li {
  color: #014099;
  font-weight: bold;
  display: flex;
}

.n2022 .breadcrumb li:not(:last-child)::after {
  content: ">";
  padding: 0 10px;
}

.n2022 .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0 0;
}
.company_tab_st {
  position: sticky;
  top: 80px;
  z-index: 5;
}
#company.n2022 #tabs {
  display: flex;
}

#company.n2022 #tabs li {
  width: 50%;
}

#company.n2022 #tabs li a {
  display: block;
  background: #014099;
  color: #fff;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#company.n2022 #tabs li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #014099;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

#company.n2022 #tabs li a::before,
#company .company-link a::before,
.co-table .link a::after {
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: border-color 0.3s ease;
  color: #fff;
}

#company.n2022 #tabs li a::before {
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
}

#company.n2022 #tabs li a.inactive {
  background: #d9e9ff;
  color: #014099;
}

#company.n2022 #tabs li a.inactive::after {
  display: none;
}

#company.n2022 #tabs li a.inactive::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#company.n2022 #tabs li a:hover,
#company.n2022 #tabs li a.inactive:hover {
  background: #014099;
  color: #fff;
  opacity: 1;
}

#company #vision {
  background-color: #f2f7ff;
  padding: 30px 0;
}

#company #vision h1.big-title {
  margin: 0px auto 20px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
}

#company #vision h1.big-title:after {
  display: none;
}

#company #vision h1 p {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  color: #014099;
  font-weight: 500;
  margin-top: 3px;
  text-align: center;
}
#company .vision-title {
  text-align: left;
}
#company .vision-title h4,
#company .vision-title h2,
#company .vision-box p {
  color: #014099;
}
#company .vision-title h4 {
  font-size: 14px;
  padding-bottom: 13px;
  margin-top: 60px;
  border-bottom: solid 1px #014099;
  display: inline-block;
}

#company .vision-title h2 {
  font-size: 63px;
}

#company .vision-box {
  background: none;
  border: none;
}

#company .vision-box p {
  text-align: center;
  font-size: 20px;
  margin: 0;
}
#company #vision ul,
#company #about ul {
  margin: 30px 0 50px;
}
#company #vision ul li,
#company #about ul li {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

#company .check-list {
  margin: 0;
  padding: 0 1em;
  border-left: 1px solid #194295;
}
#company #vision .check-list li {
  margin: 0 0 10px;
}
#company #vision .check-list li:last-child {
  margin: 0 0 0;
}
#company .check-list li::before {
  content: url(/ja/company/common/img/blue-check.png);
  margin-right: 10px;
}

#company .company-link {
  display: flex;
  justify-content: space-between;
}

#company .company-link a {
  display: flex;
  position: relative;
  justify-content: center;
  width: 45%;
  background: #014099;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

#company table.co-table th {
  color: #014099;
  text-align: center;
  padding: 15px 0.5em;
}

#company table.co-table tr {
  border: solid 1px #a4bfe5;
}

#company table.co-table th,
#company table.co-table td,
#company table.co-table .title {
  border: none;
}
#company table.co-table .title {
  width: 5em;
}

#company table.co-table:last-child .title {
  padding: 15px 0;
  background: #f2f7ff;
}

#company #about .pdf-download {
  font-size: 18px;
  font-weight: bold;
  color: #014099;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #014099;
  width: 100%;
  max-width: 430px;
  margin: 10px auto;
  padding: 15px 0;
  position: relative;
}

#company #about .pdf-download::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(/ja/company/common/img/icon-download.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 15px;
}

.co-table .blue {
  color: #014099;
}

.co-table .cell-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.co-table .cell-flex div:first-child {
  width: 80%;
}
.co-table .link {
  width: auto;
  display: block;
  text-align: right;
  flex-shrink: 0;
}
.co-table .link a {
  background: #014099;
  color: #fff;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  position: relative;
  padding: 3px 24px 3px 10px;
}

.co-table .link a::after {
  right: 10px;
}

@media (max-width: 540px) {
  .co-table .cell-flex div:first-child {
    width: 100%;
    font-size: 0.9em;
  }
}
