.main-inner.csr-top-main-visual-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide img:last-of-type {
  display: none;
}

@media only screen and (max-width: 479px) {
  .slide img:first-of-type {
    display: none;
  }

  .slide img:last-of-type {
    display: block;
  }
}

.csr-top--hdg-02 {
  font-size: 3.6rem;
  text-align: center;
  color: #0058ab;
  margin: 0 0 25px 0;
}

.csr-top--hdg-03 {
  font-size: 2.4rem;
  text-align: center;
  color: #448aca;
  margin-bottom: 10px;
}

.csr-top img {
  display: block;
}

.csr-top--hdg-02 a .ib,
.csr-top--hdg-03 a .ib {
  text-decoration: underline;
}

.csr-top--hdg-02 a:hover .ib,
.csr-top--hdg-03 a:hover .ib {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .csr-top--hdg-02 {
    font-size: 2.8rem;
    margin: 0 0 20px 0;
  }
}

.page-csr-top-blue {
  background: #f1f8fa;
}

.page-csr-top-gray {
  background: #f5f5f5;
}

.top-csr-door-link {
  text-align: right;
}

.top-csr-door-link a {
  color: #006699;
  text-decoration: none;
}

.top-link-icon {
  display: inline-block;
  height: 100%;
}

.top-link-btn-icon {
  display: inline;
}

.top-link-icon,
.top-link-btn-icon {
  padding: 0;
  transition: 0.3s;
  position: relative;
  padding-right: 26px;
}

.top-link-icon::before,
.top-link-icon::after,
.top-link-btn-icon::before,
.top-link-btn-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.top-link-icon::before,
.top-link-btn-icon::before {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #006699;
  right: 0;
}

.top-link-icon::after,
.top-link-btn-icon::after {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 8px;
}

.csr-news {
  border-bottom: 1px solid #ccc;
}

.csr-news--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.csr-news--hdg-02 {
  font-size: 2.4rem;
  color: #0058ab;
  margin: 0 0 10px;
  width: 150px;
}

.csr-news--list {
  width: calc(100% - 150px);
  margin: 0;
}

.csr-news--list--wrap {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0 0;
}

.csr-news--list--wrap dt {
  width: 160px;
}

.csr-news--list--wrap dd {
  width: calc(100% - 160px);
}

:lang(en) .csr-news--list--wrap dt {
  width: 180px;
}
:lang(en) .csr-news--list--wrap dd {
  width: calc(100% - 180px);
}

.csr-news--list--wrap dd + dt {
  margin-top: 10px;
}

.csr-news--list--wrap dd + dt + dd {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .csr-news--wrap {
    display: block;
    padding-top: 0;
  }

  .csr-news--list {
    width: 100%;
    margin: 0;
  }

  .csr-news--list--wrap {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0 0;
  }

  .csr-news--list--wrap dt {
    width: 160px;
  }

  .csr-news--list--wrap dd {
    width: calc(100% - 160px);
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 479px) {
  .csr-news--list {
    width: 100%;
    margin: 0;
  }

  .csr-news--list--wrap {
    display: block;
    margin: 0;
  }

  .csr-news--list--wrap dt {
    width: 100%;
    margin-bottom: 2px;
  }

  .csr-news--list--wrap dd {
    width: 100%;
  }
}

.top-csr-policy {
  text-align: center;
}

.top-csr-policy--hdg-02 {
  font-size: 3.6rem;
  text-align: center;
  color: #0058ab;
  margin: 0 0 25px;
}

.top-csr-policy--hdg-02 > span {
  display: inline-block;
  border-bottom: 7px solid #327ac3;
}

.top-csr-policy--txt {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .top-csr-policy--hdg-02 {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }

  .top-csr-policy--txt {
    font-size: 1.6rem;
  }
}

.page-csr-category {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  margin: 0;
}

.page-csr-category.center {
  justify-content: center;
}

.page-csr-category.sb {
  justify-content: space-between;
}

.page-csr-category--6-column {
  width: calc((100% - 9%) / 6);
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .page-csr-category--6-column {
    width: calc((100% - 3%) / 3);
    margin-bottom: 0;
  }

  .page-csr-category--6-column img {
    margin: 0 auto;
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .page-csr-category--6-column {
    width: calc((100% - 3%) / 2);
  }
}

.page-csr-category--4-column {
  width: 23%;
  margin-bottom: 0;
}

.page-csr-category--3-column {
  width: 30.932203389%;
  display: block;
  margin-right: 3.5593222033%;
}

.page-csr-category--3-column:nth-of-type(3n) {
  margin-right: 0;
}

.page-csr-category--2-column {
  width: 48.1779661852%;
  display: block;
  margin-right: 3.5593222033%;
}

.page-csr-category--2-column:nth-of-type(2n) {
  margin-right: 0;
}

.page-csr-category--2-column.one {
  margin-right: 0;
}

.page-csr-category--1-column {
  width: 100%;
  display: block;
}

.page-csr-category .csr-top-link-bnr {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 50px;
  position: relative;
}

.page-csr-category .csr-top-link-bnr.policy {
  margin-bottom: 10px;
}

.page-csr-category .csr-top-link-bnr.three {
  margin-bottom: 0;
}

.page-csr-category .csr-top-link-bnr:nth-of-type(4),
.page-csr-category .csr-top-link-bnr:nth-of-type(5) {
  margin-bottom: 0;
}

.page-csr-category .csr-top-link-bnr .page-csr-category-hdg {
  margin: 16px 0px 0;
}

@media only screen and (max-width: 479px) {
  .page-csr-category .csr-top-link-bnr .page-csr-category-hdg {
    margin: 10px 5px 0;
  }
}

.page-csr-category--3-column a {
  text-decoration: initial !important;
}

a .page-csr-category-hdg span {
  color: #006699;
  text-decoration: underline;
}

a:hover .page-csr-category-hdg span {
  text-decoration: none;
}

.page-csr-category .csr-top-link-bnr .page-csr-category-hdg a {
  color: #006699;
}

.page-csr-category .csr-top-link-bnr a:link .page-csr-category-txt {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 10px 0 12px;
}

.page-csr-category .csr-top-link-btn.multi-line {
  margin-bottom: 25px;
}

.page-csr-category .csr-top-link-btn a {
  border: 1px solid #006699;
  color: #006699;
  text-decoration: none;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s;
}

.page-csr-category .csr-top-link-btn a:hover,
.page-csr-category .csr-top-link-btn a:focus,
.page-csr-category .csr-top-link-btn a:active {
  color: #fff;
  background: #0058ab;
  transition: 0.3s;
}

.page-csr-category .csr-top-link-btn a:hover .top-link-btn-icon::before,
.page-csr-category .csr-top-link-btn a:focus .top-link-btn-icon::before,
.page-csr-category .csr-top-link-btn a:active .top-link-btn-icon::before {
  background: #fff;
}

.page-csr-category .csr-top-link-btn a:hover .top-link-btn-icon::after,
.page-csr-category .csr-top-link-btn a:focus .top-link-btn-icon::after,
.page-csr-category .csr-top-link-btn a:active .top-link-btn-icon::after {
  border-top: 1px solid #006699;
  border-right: 1px solid #006699;
}

.page-csr-category.btns {
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .page-csr-category--3-column,
  .page-csr-category--2-column {
    width: 49%;
    margin-right: 2%;
  }

  .page-csr-category--4-column {
    width: 49%;
  }

  .page-csr-category--3-column:nth-of-type(3n),
  .page-csr-category--2-column:nth-of-type(3n) {
    margin-right: 2%;
  }

  .page-csr-category--3-column:nth-of-type(2n),
  .page-csr-category--2-column:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-csr-category .csr-top-link-bnr {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .page-csr-category .csr-top-link-bnr.three {
    margin-bottom: 25px;
  }

  .page-csr-category .csr-top-link-bnr.three:last-of-type {
    margin-bottom: 0;
  }

  .page-csr-category .csr-top-link-bnr .page-csr-category-txt {
    font-size: 1.4rem;
  }

  .page-csr-category .csr-top-link-btn {
    /*margin-bottom: 15px;*/
    font-size: 1.4rem;
  }

  .page-csr-category .csr-top-link-btn.multi-line,
  .page-csr-category .csr-top-link-btn.multi-line-sp {
    margin-bottom: 15px;
  }

  .page-csr-category .csr-top-link-btn a {
    height: 70px;
    padding: 5px;
  }
}

@media only screen and (max-width: 479px) {
  .page-csr-category--3-column {
    width: 49%;
    margin-right: 2%;
  }

  .page-csr-category--3-column:nth-of-type(3n) {
    margin-right: 2%;
  }

  .page-csr-category--3-column:nth-of-type(2n) {
    margin-right: 0;
  }

  .page-csr-category.column-1-480 {
    display: block;
  }

  .page-csr-category .page-csr-category--2-column,
  .page-csr-category .page-csr-category--4-column,
  .page-csr-category.column-1-480 .page-csr-category--3-column {
    width: 280px;
    margin: 0 auto 20px;
  }

  .page-csr-category.column-1-480 .page-csr-category--3-column:nth-of-type(3n),
  .page-csr-category.column-1-480 .page-csr-category--3-column:nth-of-type(2n) {
    margin: 0 auto 20px;
  }

  .page-csr-category .csr-top-link-bnr {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .page-csr-category .csr-top-link-btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .page-csr-category .csr-top-link-btn:nth-of-type(3n) {
    margin-right: 0;
  }

  .page-csr-category .csr-top-link-btn.multi-line-sp {
    margin-bottom: 10px;
  }

  .page-csr-category .csr-top-link-btn a {
    height: auto;
    padding: 10px 5px;
  }
}

.page-csr-category--icon {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 65px;
  height: 35px;
  text-align: center;
  color: white;
  border: 2px solid white;
  border-top: none;
  border-right: none;

  display: flex;
  justify-content: center;
  align-items: center;
}

.page-csr-category--icon.env {
  background: #5cb044;
}

.page-csr-category--icon.social {
  background: #69bac2;
}

.page-csr-category--icon.gov {
  background: #e6af55;
  font-size: small;
  width: 80px;
}

.sdgs-icon {
  display: flex;
}

.sdgs-icon li {
  width: 40px;
  margin-right: 3px;
}

.sdgs-icon li:last-of-type {
  margin-right: 0;
}

.page-csr-report {
  justify-content: center;
}

/*# sourceMappingURL=top.css.map */
