.section-company-information .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0.8rem;
}
.section-company-information .item-text {
  position: relative;
  margin-bottom: 0;
  padding-right: 0.3rem;
  color: #000;
  font-weight: 400;
}
.section-company-information .item-text::after {
  content: "";
  position: absolute;
  top: 0.02rem;
  right: 0.14rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
@media print, (min-width: 767px) {
  .section-company-information {
    padding: 100px 0 120px;
  }
  .section-company-information .list-item {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 14px);
            flex: 0 1 calc(33.333% - 14px);
    width: 100%;
    min-width: 220px;
    max-width: 340px;
  }
  .section-company-information .image-wrapper {
    margin-bottom: 0.14rem;
  }
  .section-company-information .image-wrapper img {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 340px;
    height: auto;
    aspect-ratio: 340/140;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-company-information .item-text {
    font-size: 0.2rem;
  }
  .section-company-information .item-text::after {
    width: 10px;
    height: 16px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-information {
    padding: 0.4rem 0 1.2rem;
  }
  .section-company-information .item-text {
    font-size: 0.3rem;
  }
  .section-company-information .item-text::after {
    width: 0.14rem;
    height: 0.2rem;
  }
  .section-company-information .image-wrapper {
    margin-bottom: 0.25rem;
  }
}

.section-company-outline .title-company-outline {
  display: inline-block;
  position: relative;
  background-color: #00136c;
  color: #fff;
  font-weight: 400;
}
@media print, (min-width: 767px) {
  .section-company-outline {
    padding: 120px 0;
  }
  .section-company-outline .title-common-primary {
    margin-bottom: 60px;
  }
  .section-company-outline .title-company-outline {
    margin: 0 0 0.25rem;
    padding: 0.08rem 0.25rem;
    font-size: 0.3rem;
    line-height: 1.3;
  }
  .section-company-outline .information-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .section-company-outline .image-wrapper {
    position: relative;
    padding-top: 60.5%;
  }
  .section-company-outline .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .section-company-outline .outline-content,
  .section-company-outline .outline-information {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-outline {
    padding: 0.8rem 0 1.2rem;
  }
  .section-company-outline .title-company-outline {
    margin: 0 0 0.4rem;
    padding: 0.23rem 0.25rem 0.26rem;
    font-size: 0.4rem;
    line-height: 1.2;
  }
  .section-company-outline .title-common-primary {
    margin-bottom: 0.4rem;
  }
  .section-company-outline .outline-content,
  .section-company-outline .outline-information {
    margin-bottom: 0.8rem;
  }
  .section-company-outline .information-image {
    margin-bottom: 0.6rem;
  }
}

.table-company-outline .table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-company-outline .table-heading {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.table-company-outline .table-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.03rem;
  border-bottom: 0.03rem solid #4980c1;
}
.table-company-outline .table-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #707070;
}
.table-company-outline .content-detail:last-child {
  margin-bottom: 0;
}
.table-company-outline .table-wrapper:first-child .table-content,
.table-company-outline .table-wrapper:first-child .table-heading {
  padding-top: 0;
}
@media print, (min-width: 767px) {
  .table-company-outline .table-wrapper {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .table-company-outline .table-heading {
    width: 220px;
    margin-right: 20px;
  }
  .table-company-outline .table-content,
  .table-company-outline .table-heading {
    padding: 23px 30px;
  }
}
@media only screen and (max-width: 766.98px) {
  .table-company-outline .table-wrapper {
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .table-company-outline .table-heading {
    width: 1.68rem;
    margin-right: 0.2rem;
  }
  .table-company-outline .table-content,
  .table-company-outline .table-heading {
    padding: 0.25rem 0.15rem;
  }
}

.section-company-message {
  font-family: "Noto Serif JP", serif;
}
.section-company-message .message-title {
  font-weight: 600;
  text-align: center;
}
.section-company-message .message-content {
  line-height: 2;
}
.section-company-message .message-content .content-text:last-child {
  margin-bottom: 0;
}
.section-company-message .message-content,
.section-company-message .message-title {
  color: #000;
}
.section-company-message .signature-image {
  margin-left: auto;
}
@media print, (min-width: 767px) {
  .section-company-message {
    padding: 140px 0 120px;
  }
  .section-company-message .message-title {
    margin-bottom: 80px;
    font-size: 0.36rem;
    line-height: 1.0833333333;
  }
  .section-company-message .message-content {
    max-width: 900px;
    margin: 0 auto 80px;
    font-size: 0.2rem;
  }
  .section-company-message .message-content .content-text {
    margin-bottom: 41px;
  }
  .section-company-message .signature-image {
    width: 2.96rem;
    margin-right: 102px;
  }
  .section-company-message .message-signature {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-message {
    padding: 0.8rem 0 1.2rem;
  }
  .section-company-message .message-content {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
  }
  .section-company-message .message-title {
    margin-bottom: 0.6rem;
    font-size: 0.4rem;
  }
  .section-company-message .signature-image {
    width: 3.5rem;
  }
  .section-company-message .message-signature {
    margin-bottom: 0.6rem;
  }
}

.section-company-map .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-company-map .map-information .information-viewport:first-child {
  padding-top: 0;
}
.section-company-map .map-information .information-viewport:last-child {
  margin-bottom: 0;
}
.section-company-map .map-information .information-content.is-spacing {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .section-company-map {
    padding: 60px 0 120px;
  }
  .section-company-map .map-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .section-company-map .map-information .information-viewport {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .section-company-map .map-information .information-content {
    margin-bottom: 60px;
  }
  .section-company-map .wrapper {
    max-width: 900px;
  }
  .section-company-map .information-image {
    width: 430px;
    height: 330px;
    margin-right: 40px;
  }
  .section-company-map .information-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 142px;
  }
  .section-company-map .title-common-primary,
  .section-company-map .title-common-secondary {
    margin-bottom: 60px;
  }
  .section-company-map .block-map-information {
    max-width: 330px;
  }
  .section-company-map .block-common-information {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-map {
    padding: 0 0 0.8rem;
  }
  .section-company-map .information-introduction {
    margin-bottom: 0.8rem;
  }
  .section-company-map .information-image {
    width: 6.69rem;
    height: 4.01rem;
    margin: 0 auto 0.4rem;
  }
  .section-company-map .map-information .information-viewport {
    margin-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  .section-company-map .map-information .information-content {
    margin-bottom: 0.8rem;
  }
  .section-company-map .map-information .information-content:last-child {
    margin-bottom: 0;
  }
  .section-company-map .title-common-primary,
  .section-company-map .title-common-secondary {
    margin-bottom: 0.4rem;
  }
  .section-company-map .information-list .list-item {
    margin-bottom: 0.6rem;
  }
  .section-company-map .information-list .list-item:last-child {
    margin-bottom: 0;
  }
  .section-company-map .information-list .list-item#affiliated-area {
    padding-top: 0.2rem;
  }
  .section-company-map .block-common-information {
    margin-top: 0.8rem;
  }
}

.block-map-information .block-title,
.block-map-information .block-phone,
.block-map-information .block-address,
.block-map-information .block-fax {
  display: block;
  font-weight: 500;
}
@media print, (min-width: 767px) {
  .block-map-information {
    height: 100%;
  }
  .block-map-information .block-phone,
  .block-map-information .block-address,
  .block-map-information .block-fax {
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .block-map-information .block-title {
    margin-bottom: 18px;
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .block-map-information .block-inner {
    margin-bottom: 30px;
  }
  .block-map-information .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}
@media only screen and (max-width: 766.98px) {
  .block-map-information .block-phone,
  .block-map-information .block-address,
  .block-map-information .block-fax {
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
  .block-map-information .block-inner {
    margin-bottom: 0.4rem;
  }
  .block-map-information .block-title {
    margin-bottom: 0.4rem;
    font-size: 0.34rem;
    line-height: 1.2;
  }
}

.section-company-location {
  overflow: hidden;
  background-color: #f7f8fa;
}
.section-company-location .location-wrapper {
  position: relative;
}
.section-company-location .location-list .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-company-location .location-list .item-link {
  display: inline-block;
}
.section-company-location .list-item {
  position: absolute;
  z-index: 1;
}
.section-company-location .location-map {
  position: relative;
}
@media print, (min-width: 767px) {
  .section-company-location {
    padding: 100px 0;
  }
  .section-company-location .location-wrapper {
    max-width: 913px;
  }
  .section-company-location .location-map {
    left: -3px;
    width: 913px;
  }
  .section-company-location .list-item {
    font-size: 0.21rem;
  }
  .section-company-location .list-item.is-main {
    bottom: 132px;
    left: 633px;
  }
  .section-company-location .list-item.is-tabuchi {
    bottom: 42px;
    left: 448px;
  }
  .section-company-location .list-item.is-hokkaido {
    top: 251px;
    right: -197px;
  }
  .section-company-location .list-item.is-kanto {
    top: 459px;
    right: -97px;
  }
  .section-company-location .list-item.is-kansai {
    top: 560px;
    right: -22px;
  }
  .section-company-location .list-item.is-hokuriku {
    top: 372px;
    left: 418px;
  }
  .section-company-location .list-item.is-chugoku {
    top: 468px;
    left: 250px;
  }
  .section-company-location .list-item.is-kyushu {
    top: 624px;
    left: 132px;
  }
  .section-company-location .list-item.is-affiliated {
    top: 70px;
    left: 190px;
    font-size: 0.18rem;
  }
}
@media (min-width: 767px) and (max-width: 1169.98px) {
  .section-company-location .location-wrapper {
    max-width: 760px;
    margin-left: 80px;
  }
  .section-company-location .location-map {
    width: 760px;
  }
  .section-company-location .list-item {
    font-size: 0.19rem;
  }
  .section-company-location .list-item.is-main {
    bottom: 109px;
    left: 528px;
  }
  .section-company-location .list-item.is-tabuchi {
    bottom: 35px;
    left: 374px;
  }
  .section-company-location .list-item.is-hokkaido {
    top: 209px;
    right: -180px;
  }
  .section-company-location .list-item.is-kanto {
    top: 382px;
    right: -90px;
  }
  .section-company-location .list-item.is-kansai {
    top: 467px;
    right: -25px;
  }
  .section-company-location .list-item.is-hokuriku {
    top: 310px;
    left: 345px;
  }
  .section-company-location .list-item.is-chugoku {
    top: 388px;
    left: 210px;
  }
  .section-company-location .list-item.is-kyushu {
    top: 520px;
    left: 106px;
  }
  .section-company-location .list-item.is-affiliated {
    top: 58px;
    left: 157px;
    font-size: 0.16rem;
  }
}
@media (min-width: 767px) and (max-width: 1079.98px) {
  .section-company-location .location-wrapper {
    margin-left: 0;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-location {
    margin-bottom: 0.4rem;
    padding: 0.19rem 0 0.4rem;
  }
  .section-company-location .location-wrapper {
    max-width: 5.48rem;
    margin-left: 0.03rem;
    pointer-events: none;
  }
  .section-company-location .location-map {
    width: 5.48rem;
  }
  .section-company-location .list-item {
    font-size: 0.14rem;
    white-space: nowrap;
  }
  .section-company-location .list-item.is-main {
    bottom: 0.78rem;
    left: 3.82rem;
  }
  .section-company-location .list-item.is-tabuchi {
    bottom: 0.25rem;
    left: 2.72rem;
  }
  .section-company-location .list-item.is-hokkaido {
    top: 1.5rem;
    right: -1.34rem;
  }
  .section-company-location .list-item.is-kanto {
    top: 2.74rem;
    right: -0.68rem;
  }
  .section-company-location .list-item.is-kansai {
    top: 3.35rem;
    right: -0.24rem;
  }
  .section-company-location .list-item.is-hokuriku {
    top: 2.23rem;
    left: 2.52rem;
  }
  .section-company-location .list-item.is-chugoku {
    top: 2.8rem;
    left: 1.52rem;
  }
  .section-company-location .list-item.is-kyushu {
    top: 3.74rem;
    left: 0.78rem;
  }
  .section-company-location .list-item.is-affiliated {
    top: 0.42rem;
    left: 1.17rem;
    font-size: 0.11rem;
  }
}

@media only screen and (max-width: 766.98px) {
  .section-common-keyvisual .keyvisual-breadcrumb {
    background-color: #f7f8fa;
  }
}

.section-company-history .tab-content {
  display: none;
}
.section-company-history .tab-content.current {
  display: block;
}
@media print, (min-width: 767px) {
  .section-company-history {
    padding: 120px 0;
  }
  .section-company-history .history-information {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-history {
    padding: 0.8rem 0 1.2rem;
  }
  .section-company-history .history-information {
    margin-bottom: 0.8rem;
  }
}

.tabs-common-history {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabs-common-history .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 0.2rem;
  background-color: #edf7fe;
  cursor: pointer;
}
.tabs-common-history .link-wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/recruit/voice/arrow_down_icn_01.svg") no-repeat 0 0/auto 100%;
}
.tabs-common-history .link-wrapper:hover {
  background-color: #edf7fe;
}
.tabs-common-history .tab-link.current .link-wrapper {
  background-color: #1d69d3;
}
.tabs-common-history .tab-link.current .link-wrapper::after {
  background-image: url("../img/recruit/voice/arrow_down_icn_01_white.svg");
}
.tabs-common-history .tab-link.current .link-content {
  color: #fff;
}
.tabs-common-history .link-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1d69d3;
  font-weight: 500;
}
@media print, (min-width: 767px) {
  .tabs-common-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .tabs-common-history .tab-link {
    width: 250px;
    margin-right: 10px;
  }
  .tabs-common-history .tab-link:nth-child(4n) {
    margin-right: 0;
  }
  .tabs-common-history .link-wrapper {
    padding: 24px 25px 24px 20px;
  }
  .tabs-common-history .link-wrapper::after {
    top: auto;
    right: 26px;
    bottom: auto;
    width: 26px;
    height: 26px;
  }
  .tabs-common-history .link-content {
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
}
@media (min-width: 767px) and (max-width: 1149.98px) {
  .tabs-common-history .link-wrapper {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 766.98px) {
  .tabs-common-history {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0.6rem;
  }
  .tabs-common-history .tab-link {
    width: calc((100% - 20px) / 3);
  }
  .tabs-common-history .link-wrapper {
    padding: 0.2rem 0.8rem 0.2rem 0.25rem;
  }
  .tabs-common-history .link-wrapper::after {
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .tabs-common-history .link-content {
    padding-top: 0.04rem;
    font-size: 0.3rem;
  }
}

.table-company-history .table-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.3rem;
}
.table-company-history .table-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.04rem;
  background-color: #4980c1;
}
.table-company-history .table-wrapper:last-child {
  margin-bottom: 0;
}
.table-company-history .table-heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.table-company-history .table-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-company-history .heading-title,
.table-company-history .heading-subtitle {
  display: inline-block;
}
.table-company-history .content-detail {
  position: relative;
}
.table-company-history .content-detail:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .table-company-history .table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 242px;
  }
  .table-company-history .heading-title {
    min-width: 172px;
    padding-right: 25px;
  }
  .table-company-history .table-heading,
  .table-company-history .table-content {
    padding: 5px 15px;
  }
  .table-company-history .table-wrapper {
    font-size: 0.16rem;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 766.98px) {
  .table-company-history .table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 2.5rem;
    padding: 0.05rem 0.15rem 0.05rem 0.1rem;
  }
  .table-company-history .table-wrapper {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .table-company-history .table-content {
    padding: 0.05rem 0 0.05rem 0.1rem;
  }
}

.section-company-csr .csr-detail {
  margin-bottom: 0.44rem;
}
.section-company-csr .csr-detail:last-child {
  margin-bottom: 0;
}
.section-company-csr .csr-detail .detail-text:last-child {
  margin-bottom: 0;
}
.section-company-csr .csr-detail.is-spacing {
  margin-bottom: 0;
}
.section-company-csr .csr-wrapper {
  margin-bottom: 0.8rem;
}
.section-company-csr .csr-wrapper:last-child {
  margin-bottom: 0;
}
.section-company-csr .csr-viewport {
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #707070;
}
html.is-tablet .section-company-csr .csr-viewport#corporate {
  margin-top: 2px;
}
.section-company-csr .csr-viewport.is-spacing {
  border-bottom: none;
}
.section-company-csr .csr-inner {
  margin-bottom: 0.5rem;
}
.section-company-csr .csr-inner:last-child {
  margin-bottom: 0;
}
.section-company-csr .csr-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  border: 1px solid #4a80c0;
  background-color: #4a80c0;
  color: #fff;
  font-size: 0.28rem;
  text-align: center;
  text-decoration: none;
  gap: 0.18rem;
}
.section-company-csr .csr-button .button-icon {
  display: block;
  width: 0.55rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section-company-csr .csr-button .button-text {
  display: inline-block;
  position: relative;
  margin-top: 0.04rem;
  padding-right: 0.8rem;
}
.section-company-csr .csr-button .button-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.2rem;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  background: url("../img/common/arrow_icn_13.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.section-company-csr .csr-button:hover {
  background-color: #fff;
  color: #4a80c0;
}
.section-company-csr .csr-button:hover .button-icon {
  -webkit-filter: unset;
          filter: unset;
}
.section-company-csr .csr-button:hover .button-text::after {
  -webkit-filter: unset;
          filter: unset;
}
.section-company-csr .block-common-information {
  padding-top: 0.5rem;
}
html.is-tablet .section-company-csr .block-common-information {
  padding-top: 0.7rem;
}
.section-company-csr .button-common-tag {
  position: relative;
  border-radius: 0;
}
.section-company-csr .button-common-tag::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("../img/common/arrow_icn_down_01.svg") center/100% auto no-repeat;
}
@media print, (min-width: 767px) {
  .section-company-csr {
    padding: 80px 0 120px;
  }
  .section-company-csr .list-csr-number + .csr-detail {
    margin-top: 21px;
  }
  .section-company-csr .wrapper {
    max-width: 900px;
  }
  .section-company-csr .csr-detail {
    padding-left: 40px;
    font-size: 0.18rem;
    line-height: 2;
  }
  .section-company-csr .title-common-mark,
  .section-company-csr .title-common-secondary {
    margin-bottom: 30px;
  }
  .section-company-csr .title-common-simple {
    margin-bottom: 7px;
  }
  .section-company-csr .csr-image {
    width: 710px;
    margin: 40px auto 82px;
  }
  .section-company-csr .csr-button {
    width: 657px;
    min-height: 129px;
  }
  .section-company-csr .button-common-tag {
    padding: 10px 20px 10px 32px;
  }
  .section-company-csr .button-common-tag::before {
    left: 16px;
    width: 9px;
  }
}
@media only screen and (max-width: 766.98px) {
  .section-company-csr {
    padding: 0.8rem 0 1.2rem;
  }
  .section-company-csr .list-csr-number + .csr-detail {
    margin-top: 0.4rem;
  }
  .section-company-csr .block-common-navigation {
    margin-bottom: 0.5rem;
  }
  .section-company-csr .csr-detail {
    font-size: 0.3rem;
    line-height: 1.4;
  }
  .section-company-csr .title-common-mark,
  .section-company-csr .title-common-secondary {
    margin-bottom: 0.4rem;
  }
  .section-company-csr .title-common-secondary {
    padding: 0.07rem 0 0.02rem 0.6rem;
  }
  .section-company-csr .csr-image {
    width: 100%;
    margin: 0.5rem 0;
  }
  .section-company-csr .csr-button {
    width: 6rem;
    min-height: 1.3rem;
  }
  .section-company-csr .button-common-tag {
    padding: 0.2rem 0.2rem 0.2rem 0.46rem;
  }
  .section-company-csr .button-common-tag::before {
    left: 0.16rem;
    width: 0.14rem;
  }
}

.list-company-csr .list-wrapper,
.list-company-csr .list-csr-number {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-company-csr .list-wrapper .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-company-csr .list-wrapper .item-number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.list-company-csr .list-wrapper > .list-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 767px) {
  .list-company-csr {
    padding-left: 40px;
  }
  .list-company-csr .list-wrapper > .list-item {
    margin-bottom: 40px;
    font-size: 0.18rem;
    line-height: 2;
  }
  .list-company-csr .list-csr-number {
    padding-left: 0;
  }
  .list-company-csr .item-number {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-company-csr .list-wrapper > .list-item {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
}

.list-csr-number {
  margin-bottom: 0;
}
.list-csr-number .list-item:last-child {
  margin-bottom: 0;
}
.list-csr-number .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 767px) {
  .list-csr-number {
    padding-left: 64px;
  }
  .list-csr-number .list-item {
    margin-bottom: 36px;
    font-size: 0.18rem;
    line-height: 2;
  }
  .list-csr-number .list-item.is-spacing {
    margin-right: -10px;
  }
  .list-csr-number .item-text {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 766.98px) {
  .list-csr-number .list-item {
    margin-bottom: 0.4rem;
    font-size: 0.3rem;
    line-height: 1.4;
  }
}