#topIndex main {
  padding-top: 28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI4IiB2aWV3Qm94PSIwIDAgMTA4MCAyOCIgd2lkdGg9IjEwODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIuNSIgeDI9Ii41IiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjYjdjMWQ5Ii8+PHN0b3Agb2Zmc2V0PSIuMzMiIHN0b3AtY29sb3I9IiNlNmU2ZTYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZD0ibTAgMGgxMDgwdjI4aC0xMDgweiIgZmlsbD0idXJsKCNhKSIgb3BhY2l0eT0iLjI1OCIvPjwvc3ZnPg==);
  background-repeat: repeat-x;
}

.ie11 .contentsContainer {
  min-width: 1010px;
}
.contentsContainer.-color01 {
  background-color: #E7ECF5;
}
.contentsContainer.-color02 {
  background-color: #EAEAEA;
}
.contentsContainer.-padding01 {
  padding: 54px 0 80px;
}
.contentsContainer.-panels {
  padding: 60px 0;
}
.contentsContainer.-solution {
  padding: 0 0 90px;
}
.contentsContainer.-caseStudy {
  padding: 54px 0 100px;
}
.contentsContainer.-entries {
  padding: 76px 0 100px;
}
.contentsContainer.-activities {
  padding: 60px 0 20px;
}
.contentsContainer.-hr {
  padding: 50px 0 60px;
}
.contentsContainer.-csr {
  padding: 94px 0 20px;
  background-image: linear-gradient(180deg, white 0%, white 10%, rgba(255, 255, 255, 0) 50%), url("/corporate/images/index_bg01@2x.webp");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: contain, cover;
}
.ie11 .contentsContainer.-csr {
  background-image: linear-gradient(180deg, white 0%, white 10%, rgba(255, 255, 255, 0) 50%), url("/corporate/images/index_bg01.jpg");
}
.contentsContainer.-professionals {
  padding: 50px 0 60px;
}
.contentsContainer.-iso {
  padding: 50px 0 30px;
}
.contentsContainer.-last {
  margin-bottom: -70px;
}
.contentsContainer__inner {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 990px;
}
.ie11 .contentsContainer__inner {
  width: 1010px;
}

.contentsContainer.-hp0 .contentsContainer__inner {
  padding: 0;
}

#contentsNew {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}

#contentWrap {
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  max-width: 990px;
  width: auto;
}
#contentWrap:after {
  display: none;
}
#mainContents {
  float: none;
  margin-bottom: 30px;
  width: 100%;
}

#sideContents {
  float: none;
  width: 100%;
}

.localNavigation__heading {
  padding: 15px 45px 15px 20px;
  background-color: #0068B7;
  line-height: 1.5555555556;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

.localNavigation__item:not(:last-child) {
  margin-bottom: 2px;
}
.localNavigation__item .localNavigation__anchor,
.localNavigation__item .localNavigation__childAnchor {
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-bottom: 2px;
  padding: 15px 45px 15px 20px;
  border-width: 0;
  width: 100%;
  background-color: #E7ECF5;
  line-height: 1.5555555556;
  color: #004B8B;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.localNavigation__item .localNavigation__anchor:hover, .localNavigation__item .localNavigation__anchor:active, .localNavigation__item .localNavigation__anchor:focus,
.localNavigation__item .localNavigation__childAnchor:hover,
.localNavigation__item .localNavigation__childAnchor:active,
.localNavigation__item .localNavigation__childAnchor:focus {
  text-decoration: none;
}
.localNavigation__item .localNavigation__anchor::after,
.localNavigation__item .localNavigation__childAnchor::after {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
}

.localNavigation__childItem .localNavigation__childAnchor {
  padding: 13px 45px 13px 20px;
  background-color: #F8F8F8;
  line-height: 1.5;
  color: #222;
  font-size: 1rem;
  transition: all 0.3s;
}
.localNavigation__childItem .localNavigation__childAnchor::after {
  right: 21px;
  border-style: solid;
}
.localNavigation__childItem .localNavigation__childAnchor:hover, .localNavigation__childItem .localNavigation__childAnchor:active, .localNavigation__childItem .localNavigation__childAnchor:focus {
  background-color: #EAEAEA;
  text-decoration: none;
}

.localNavigation__list.-enabled .localNavigation__childList {
  display: none;
}
.localNavigation__list.-enabled .localNavigation__childList[aria-hidden=false] {
  display: block;
}
.localNavigation__list.-enabled .localNavigation__item .localNavigation__anchor::after {
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #004a8b transparent transparent transparent;
  transition: all 0.3s;
}
.localNavigation__list.-enabled .localNavigation__item .localNavigation__anchor[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.localNavigation .localNavigation__childItem .localNavigation__childAnchor::after {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #969696;
}
.localNavigation.-enabled > .localNavigation__list {
  display: none;
}
.localNavigation.-enabled > .localNavigation__list[aria-hidden=false] {
  display: block;
}
.localNavigation.-enabled .localNavigation__heading {
  padding: 0;
}
.localNavigation.-enabled .localNavigation__heading button {
  position: relative;
  padding: 15px 45px 15px 20px;
  border-width: 0;
  width: 100%;
  background-color: #0068B7;
  line-height: 1.5555555556;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.localNavigation.-enabled .localNavigation__heading button::after {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  transition: all 0.3s;
}
.localNavigation.-enabled .localNavigation__heading button[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

html:not(.ie11) .layoutColumn.-hr {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
html:not(.ie11) .layoutColumn.-col3 {
  display: grid;
  gap: 30px;
  justify-content: center;
  grid-template-columns: minmax(auto, 310px);
}
html.ie11 body:not(#topIndex) .layoutColumn.-col3 {
  display: flex;
  flex-wrap: wrap;
}
html.ie11 body:not(#topIndex) .layoutColumn.-col3 .layoutColumn__column {
  width: 31.31%;
  margin-bottom: 3%;
}
html.ie11 body:not(#topIndex) .layoutColumn.-col3 .layoutColumn__column:not(:nth-child(3n)) {
  margin-right: 3%;
}
html.ie11 #topIndex .layoutColumn.-col3 {
  display: flex;
  flex-wrap: wrap;
}
html.ie11 #topIndex .layoutColumn.-col3 .layoutColumn__column {
  width: 31.31%;
  margin-bottom: 3%;
}
html.ie11 #topIndex .layoutColumn.-col3 .layoutColumn__column:not(:nth-child(3n)) {
  margin-right: 3%;
}

.importantNotice {
  display: flex;
  margin-bottom: 6px;
  padding: 14px 16px;
  border: 2px solid #FF0000;
}
.importantNotice__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  padding: 10px 15px;
  background-color: #F7DFDF;
  line-height: 1.6666666667;
  font-size: 1.125rem;
  font-weight: bold;
}
.importantNotice__heading br {
  display: block;
}

.importantNotice__content {
  flex: 1;
  line-height: 1.625;
  font-size: 1rem;
}

.importantNotice ul li {
  position: relative;
  padding-left: 21px;
}
.importantNotice ul li::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #222222;
}
.importantNotice ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.importantNotice ul a {
  color: #222;
}

.headingLv2 {
  margin-bottom: 1.1428em;
  color: #222;
  line-height: 1.4285714286;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.headingLv3 {
  position: relative;
  margin: 2.5em 0 2.5em;
  line-height: 1.6363636364;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.headingLv2 + .headingLv3 {
  margin-top: 0;
}
.headingLv3.-pressrelease {
  margin-bottom: 2.4545em;
}
.headingLv3::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  margin: 0 auto;
  width: 167px;
  height: 0;
  border-bottom: 4px solid #013D71;
}

.paragraph01 {
  line-height: 1.625;
  font-size: 1rem;
}
.paragraph01.-professionals {
  margin: 28px 0 30px;
}

.card01 {
  height: 100%;
}
.card01 * {
  box-sizing: border-box;
}
.card01__anchor {
  position: relative;
  display: block;
  height: 100%;
  background-color: #F8F8F8;
}
.card01__anchor::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  background-color: transparent;
  transition: all 0.3s;
}
.card01__anchor:hover, .card01__anchor:active, .card01__anchor:focus {
  text-decoration: none;
  background-color: transparent;
}
.card01__anchor:hover::before, .card01__anchor:active::before, .card01__anchor:focus::before {
  background-color: rgba(74, 104, 144, 0.21);
}

.card01__headingContainer {
  position: relative;
  display: flex;
  flex-direction: column;
}

.card01__heading {
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 16px;
  width: 100%;
  line-height: 1.6666666667;
  color: #004B8B;
  font-size: 1.125rem;
  font-weight: bold;
}

.card01__image {
  order: -1;
}
.card01__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.card01__content {
  padding: 0 20px 17px;
  line-height: 1.75;
  color: #222;
  font-size: 1rem;
}

.card02 {
  height: 100%;
}
.card02 * {
  box-sizing: border-box;
}
.card02.-withBorder a {
  border: 1px solid #92a4c4;
}
.card02__anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.card02__anchor::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  background-color: transparent;
  transition: all 0.3s;
}
.card02__anchor:hover, .card02__anchor:active, .card02__anchor:focus {
  text-decoration: none;
  background-color: transparent;
}
.card02__anchor:hover::before, .card02__anchor:active::before, .card02__anchor:focus::before {
  background-color: rgba(74, 104, 144, 0.21);
}

.card02__heading {
  padding: 17px 20px;
  line-height: 1.5555555556;
  font-size: 1.125rem;
  color: #004B8B;
  font-weight: bold;
}

.card02__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  order: -1;
  background-color: #e0e0e0;
  text-align: center;
  aspect-ratio: 310/190;
}
.card02__image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: initial;
     object-fit: initial;
}

.card02__content {
  padding: 0 20px 22px;
  line-height: 1.625;
  color: #222;
  font-size: 1rem;
}
.card02__content.-short {
  min-height: 5.9375em;
}
.card02__content.-spHide {
  display: none;
}

.card03 {
  margin-right: auto;
  margin-left: auto;
  max-width: 310px;
}
.card03__anchor {
  position: relative;
  display: flex;
  flex-direction: column;
}
.card03__anchor::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  background-color: transparent;
  transition: all 0.3s;
}
.card03__anchor:hover, .card03__anchor:active, .card03__anchor:focus {
  text-decoration: none;
  background-color: transparent;
}
.card03__anchor:hover::before, .card03__anchor:active::before, .card03__anchor:focus::before {
  background-color: rgba(74, 104, 144, 0.21);
}
.card03__anchor:hover .card03__heading, .card03__anchor:active .card03__heading, .card03__anchor:focus .card03__heading {
  color: #004B8B;
}

.card03__image {
  order: -1;
  margin-bottom: 20px;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
.card03__image img {
  max-width: 100%;
  height: auto;
}

.card03__heading {
  margin-bottom: 0.55em;
  line-height: 1.5555555556;
  font-size: 1.125rem;
  font-weight: bold;
}

.card03__content {
  line-height: 1.7142857143;
  color: #222;
  font-size: 0.875rem;
}

.card04 {
  margin-bottom: 30px;
}
.card04__anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  background-color: rgba(0, 37, 69, 0.8);
  transition: all 0.3s;
}
.card04__anchor:hover, .card04__anchor:active, .card04__anchor:focus {
  text-decoration: none;
  background-color: #002545;
}

.card04__image {
  flex-shrink: 0;
  order: -1;
  margin-bottom: 30px;
  text-align: center;
}
.card04__image img {
  max-width: 100%;
  height: auto;
}

.card04__heading {
  margin-bottom: 0.55em;
  line-height: 1.5555555556;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}

.card04__content {
  line-height: 1.625;
  color: #fff;
  font-size: 1rem;
}

.tab__tabList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.tab__tabList li {
  width: 32.4242%;
}
.tab__tabList a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 45px 15px 10px;
  height: calc(100% - 30px);
  background-color: #E7ECF5;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.tab__tabList a::after {
  position: absolute;
  top: 40%;
  right: 26px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-width: 0 3px 3px 0;
  border-style: none solid solid none;
  border-color: transparent #004B8B #004B8B transparent;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.tab__tabList a:hover, .tab__tabList a:active, .tab__tabList a:focus, .tab__tabList a[aria-selected=true] {
  padding: 15px 10px;
  background-color: #6E6E6E;
  color: #fff;
}
.tab__tabList a:hover::after, .tab__tabList a:active::after, .tab__tabList a:focus::after, .tab__tabList a[aria-selected=true]::after {
  top: auto;
  right: auto;
  bottom: -11px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #6e6e6e transparent transparent transparent;
  -webkit-transform: rotate(0) translateX(-50%) translateY(0);
          transform: rotate(0) translateX(-50%) translateY(0);
}

.tab__tabPanel:not(:last-child) {
  margin-bottom: 30px;
}

.tab.-enabled .tab__tabPanel {
  display: none;
  margin-bottom: 0;
}
.tab.-enabled .tab__tabPanel[aria-hidden=false] {
  display: block;
}

.entryHeading {
  position: relative;
}
.entryHeading__heading {
  margin-bottom: 1.67857em;
  line-height: 1.4285714286;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.entryHeading__rss {
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}
.entryHeading__rss a {
  padding: 6px 10px 6px 30px;
  border: 1px solid #004B8B;
  width: 76px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHdpZHRoPSIxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMi40IDIuNHYyLjhhMTUuMiAxNS4yIDAgMCAxIDE1LjE5NCAxNS4yaDIuODA2YTE4IDE4IDAgMCAwIC0xOC0xOHptMCA1LjYxdjIuODA1YTkuNTg0IDkuNTg0IDAgMCAxIDkuNTg0IDkuNTg1aDIuOGExMi4zOSAxMi4zOSAwIDAgMCAtMTIuMzg0LTEyLjM5em0yLjY4NyA3LjAxM2EyLjY4OSAyLjY4OSAwIDEgMCAyLjY4NyAyLjY4OSAyLjY4OSAyLjY4OSAwIDAgMCAtMi42ODctMi42ODl6IiBmaWxsPSIjMDA1ZGFlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi4zOTkgLTIuNCkiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 5px center;
  line-height: 1;
  color: #222;
  font-size: 1rem;
  text-decoration: none;
}

.entryList01 {
  padding: 0 30px;
}
.entryList01__item {
  display: block;
  padding: 30px 0;
  font-size: 0.875rem;
}
.entryList01__item:not(:last-child) {
  border-bottom: 1px solid #0068B7;
}

.entryList01__pubDate {
  display: block;
  margin-top: 0.3em;
  margin-right: 10px;
  margin-bottom: 0.71428571em;
  width: 133px;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
}

.entryList01__category {
  display: flex;
  margin-bottom: 1.14285714em;
}
.entryList01__category span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 6px 0;
  width: 160px;
  background-color: #E3E2DC;
  line-height: 1;
  color: #004B8B;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.entryList01__category span::after {
  position: absolute;
  top: 0;
  right: -8px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 8px;
  border-color: transparent transparent transparent #e3e2dc;
}

.entryList01__anchor {
  font-weight: bold;
  flex: 1;
  line-height: 1.625;
  font-size: 1rem;
}
.entryList01__item.finished .entryList01__anchor {
  display: block;
  position: relative;
  padding-left: 100px;
}
.entryList01__item.finished .entryList01__anchor:before {
	content: "終了";
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 90px;
	height: 25px;
	padding: 5px 10px;
	background: #7c818a;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

.entryList02 {
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
}
.entryList02__item {
  display: block;
  padding: 30px 24px 30px 30px;
  font-size: 1rem;
}
.entryList02__item:nth-child(2n-1) {
  background-color: #F8F8F8;
}

.entryList02__pubDate {
  display: block;
  margin-right: 10px;
  margin-bottom: 0.71428571em;
  width: 133px;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
}

.entryList02__anchor {
  font-weight: bold;
  flex: 1;
  line-height: 1.625;
  font-size: 1em;
}

.linkBtn01.-new a {
  position: relative;
  margin-top: 35px;
  padding: 17px 40px 15px;
  width: calc(100% - 20px);
  background-color: #0068B7;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.linkBtn01.-new a.-mt10 {
  margin-top: 10px;
}
.linkBtn01.-new a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 0 3px 3px 0;
  border-style: none solid solid none;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.linkBtn01.-new a:hover, .linkBtn01.-new a:active, .linkBtn01.-new a:focus {
  background-color: #004B8B;
  color: #fff;
}
.linkBtn01.-entries {
  margin-bottom: 65px;
}

.solutionBtn {
  margin-top: 20px;
}

.linkList01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
}
.linkList01.-mt30 {
  margin-top: 30px;
}
.linkList01.-mb0 {
  margin-bottom: -3%;
}
.linkList01__item {
  margin-bottom: 3%;
}

.linkList01__anchor {
  position: relative;
  display: block;
  padding: 14px 20px 14px 50px;
  border: 1px solid #B4BED1;
  background-color: #fff;
  line-height: 1.5555555556;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.linkList01__anchor::before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #004B8B;
  transition: all 0.3s;
}
.linkList01__anchor:hover, .linkList01__anchor:active, .linkList01__anchor:focus {
  background-color: #004B8B;
  color: #fff;
  text-decoration: none;
}
.linkList01__anchor:hover::before, .linkList01__anchor:active::before, .linkList01__anchor:focus::before {
  background-color: #fff;
}

.linkList01__pdf {
  position: relative;
  top: -3px;
  margin-left: 20px;
  background-color: #fff;
}

.socialLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -20px;
}
.socialLinks__item {
  margin: 20px 30px 0;
}

.lineCramp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lineCramp.-l1 {
  -webkit-line-clamp: 1;
}
.lineCramp.-l2 {
  -webkit-line-clamp: 2;
}
.lineCramp.-l3 {
  -webkit-line-clamp: 3;
}
.lineCramp.-l4 {
  -webkit-line-clamp: 4;
}
.lineCramp.-l5 {
  -webkit-line-clamp: 5;
}

.editorContent p,
.editorContent > ul,
.editorContent > ol,
.editorContent dl,
.editorContent table {
  margin-bottom: 1rem;
  line-height: 1.875;
  font-size: 1rem;
}
.editorContent h3 {
  margin: 1.78571em 0 1.17857em;
  line-height: 1.4285714286;
  font-size: 1.75rem;
  font-weight: bold;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.keyVisual {
  overflow: hidden;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 1280px;
  line-height: 1;
  text-align: center;
  /* Slider */
  /* Prev, Next */
  /* Control */
  /* Start, Pause */
  /* Dots */
}
.keyVisual img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.keyVisual a {
  display: block;
  position: relative;
}
.keyVisual a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  background-color: transparent;
  transition: all 0.3s;
}
.keyVisual a:hover, .keyVisual a:active, .keyVisual a:focus {
  position: relative;
}
.keyVisual a:hover::before, .keyVisual a:active::before, .keyVisual a:focus::before {
  /*background-color: rgba(74, 104, 144, 0.21);*/
  border: 2px solid #0068b7;
}
.js .keyVisual:not(.slick-initialized) .keyVisual__item:not(:first-child) {
  display: none;
}
.keyVisual .slick-slider {
  margin: 0;
  padding: 0;
}
.keyVisual .slick-prev,
.keyVisual .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  z-index: 1;
  cursor: pointer;
}
.keyVisual .slick-prev {
  left: 45px;
  background-image: url("/images/top_kv_left.svg");
}
.keyVisual .slick-next {
  right: 45px;
  background-image: url("/images/top_kv_right.svg");
}
.keyVisual .slick-control {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 5px 9px;
  max-width: 75%;
  height: 30px;
  border-radius: 54px;
  background-color: #F8F8F8;
}
.keyVisual .slick-start,
.keyVisual .slick-pause {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  margin: 0 17px;
  padding: 0;
  border-width: 0;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  line-height: 1em;
  cursor: pointer;
  text-indent: -9999px;
}
.keyVisual .slick-start {
  background-image: url("/images/top_kv_start.svg");
}
.keyVisual .slick-pause {
  background-image: url("/images/top_kv_stop.svg");
}
.keyVisual .slick-dots {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.keyVisual .slick-dots li {
  margin: 0 17px;
}
.keyVisual .slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  border-width: 0;
  background-color: #004280;
  color: #ccc;
  text-indent: -9999px;
  line-height: 1;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.keyVisual .slick-dots li button:hover,
.keyVisual .slick-dots li button:focus, .keyVisual .slick-dots li.slick-active button {
  height: 34px;
}

#contents,
#topIndex #contents {
  margin: 0;
  padding-top: 0;
  width: auto;
}

#pageHead {
  border-bottom-width: 0;
}

.spNavi {
  margin: 30px 0 60px;
}

.divide.csr_lnk {
  width: 100%;
}
.divide.csr_lnk > li {
  width: calc(50% - 15px);
}
.divide.csr_lnk > li:nth-child(2n) {
  margin-right: 0;
}

.divide.gridThree {
  width: 100%;
}
.divide.gridThree > li {
  width: calc(33% - 14px);
}
.divide.gridThree > li:nth-child(3n) {
  margin-right: 0;
}

.colWrap.gridTwo .col {
  width: calc(50% - 15px);
}
.colWrap.gridTwo .col:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 403px) {
  .linkBtn01.-new a {
    min-width: 382px;
    width: auto;
  }
}

@media only screen and (min-width: 491px) {
  .socialLinks {
    margin-top: 0;
  }
  .socialLinks__item {
    margin: 0 3%;
  }
}

@media only screen and (min-width: 600px) {
  html:not(.ie11) .layoutColumn.-col3 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .card02__content {
    min-height: 6.25em;
  }
}

@media only screen and (min-width: 737px) {
  .contentsContainer.-activities {
    padding: 94px 0 20px;
  }
  .contentsContainer.-hr {
    padding: 76px 0 128px;
  }
  .contentsContainer.-professionals {
    padding: 94px 0 100px;
  }
  .contentsContainer.-iso {
    padding: 94px 0 30px;
  }
  #contentsNew img {
    max-width: 100%;
  }
  #contentWrap {
    display: flex;
    justify-content: space-between;
  }
  #mainContents {
    margin-bottom: 0;
    width: 68.686%;
  }
  #sideContents {
    width: 26.666%;
  }
  .importantNotice__heading {
    margin-right: 30px;
    padding: 10px;
    width: 150px;
  }
  .importantNotice__heading br {
    display: none;
  }
  .headingLv2 {
    margin-bottom: 1.92857143em;
  }
  .headingLv3 {
    margin: 4.54545em 0 2.909em;
  }
  .paragraph01.-professionals {
    margin: 69px 0 45px;
  }
  .card02__heading {
    padding: 15px 20px 6px;
  }
  .card02__content.-spHide {
    display: block;
  }
  .card03 {
    max-width: 790px;
  }
  .card03__anchor {
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .card03__image {
    order: 1;
    margin-bottom: 0;
    margin-right: 25px;
    width: 39.240506%;
    background-color: #E0E0E0;
  }
  .card03__text {
    padding-right: 20px;
  }
  .card04__anchor {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 20px 30px;
  }
  .card04__image {
    order: 0;
    margin-bottom: 0;
    margin-left: 30px;
    width: 32.9787%;
    background-color: #E0E0E0;
  }
  .tab__tabList a {
    padding: 15px 40px;
  }
  .entryHeading__rss {
    display: block;
  }
  .entryList01 {
    padding: 0;
  }
  .entryList01__item {
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
  }
  .entryList01__pubDate {
    margin-bottom: 0;
  }
  .entryList01__category {
    display: block;
    margin-right: 5px;
    margin-bottom: 0;
    padding-right: 26px;
  }
  .entryList01__category span {
    display: block;
    margin-right: 0;
    width: 150px;
  }
  .entryList01__category span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .entryList02__item {
    display: flex;
    align-items: flex-start;
  }
  .entryList02__pubDate {
    position: relative;
    top: 0.35em;
    margin-bottom: 0;
  }
  .linkBtn01.-new a.-mt10 {
    margin-top: 10px;
  }
  .linkBtn01.-entries {
    margin-bottom: 95px;
  }
  .solutionBtn {
    margin-top: calc(53px - 3%);
  }
  .linkList01 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .linkList01__item {
    width: 48.4848%;
  }
  .linkList01__item:nth-child(2n-1) {
    margin-right: 3%;
  }
  .keyVisual .slick-control {
    position: absolute;
    left: 50%;
    bottom: 36px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #pageHead {
    padding-right: 10px;
    padding-left: 10px;
  }
  #pageHead .breadcrumbs {
    width: 990px;
  }
  #headBlock {
    padding-left: 0;
    width: 990px;
  }
  .colWrap.gridTwo,
.colWrap.gridThree.setText,
.colWrap.gridFour.setText {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  .linkList01__anchor {
    padding: 14px 50px 14px 50px;
  }
}

@media only screen and (min-width: 940px) {
  .card01__headingContainer {
    display: block;
  }
  .card01__heading {
    position: absolute;
    bottom: 0;
    z-index: 3;
    min-height: 4.44em;
    background-color: rgba(0, 51, 103, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTEuMTUyIDE2IiB3aWR0aD0iMTEuMTUyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im04IDAgOCAxMS4xNTJoLTE2eiIgZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIC0xIDAgMTEuMTUyIDApIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #fff;
  }
  .card01__image {
    order: 0;
  }
  .card01__content {
    padding: 17px 20px;
    min-height: 7.125em;
  }
}

@media only screen and (min-width: 1010px) {
  #contentsNew {
    padding: 0;
  }
  #pageHead {
    padding-right: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 736px) {
  html.ie11 body:not(#topIndex) .layoutColumn.-col3 .layoutColumn__column {
    width: 48.5%;
  }
  html.ie11 body:not(#topIndex) .layoutColumn.-col3 .layoutColumn__column:not(:nth-child(3n)) {
    margin-right: 0;
  }
  html.ie11 body:not(#topIndex) .layoutColumn.-col3 .layoutColumn__column:nth-child(2n-1) {
    margin-right: 3%;
  }
  html.ie11 #topIndex .layoutColumn.-col3 {
    display: block;
  }
  html.ie11 #topIndex .layoutColumn.-col3 .layoutColumn__column {
    margin-right: auto;
    margin-left: auto;
    width: 310px;
  }
  html.ie11 #topIndex .layoutColumn.-col3 .layoutColumn__column:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .keyVisual .slick-prev {
    left: 0;
  }
  .keyVisual .slick-next {
    right: 0;
  }
}


@media (forced-colors: active) {
  .keyVisual .slick-dots li button {
    border: 2px solid ButtonText;
  }
  .keyVisual .slick-start {
    background-image: none;
    background-color: ButtonText;
    -webkit-mask-image: url(/images/top_kv_start.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url(/images/top_kv_start.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
  }
  .keyVisual .slick-pause {
    background-image: none;
    background-color: ButtonText;
    -webkit-mask-image: url(/images/top_kv_stop.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-image: url(/images/top_kv_stop.svg);
    mask-repeat: no-repeat;
    mask-position: center center;
  }
}