@charset "UTF-8";
.about-csr {
  /*キービジュアル テキスト部分*/ }
  .about-csr .keyvisual-title-text {
    width: 27.1rem;
    margin: 3.5rem auto 0 0; }
    @media only screen and (min-width: 751px) {
      .about-csr .keyvisual-title-text {
        width: 31.77rem;
        margin: 4.4rem auto 0 0; } }
  .about-csr .csr_bt_arr, .about-csr .csr_bt_other {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48.7rem;
    height: 8.8rem;
    margin: 4.5rem auto 0;
    background: #4f87bf;
    border-radius: 8.8rem;
    background-size: 4.9rem;
    background-repeat: no-repeat;
    background-position: center right 2rem;
    padding: 0 5rem 0 0.5em;
    text-align: center;
    color: #FFF;
    font-size: 2.7rem;
    font-weight: bold; }
    @media only screen and (min-width: 751px) {
      .about-csr .csr_bt_arr, .about-csr .csr_bt_other {
        width: 48.7rem;
        height: 8.8rem;
        margin: 3.5rem auto 0 0; } }
    .about-csr .csr_bt_arr:hover, .about-csr .csr_bt_other:hover {
      opacity: 0.8;
      text-decoration: none; }
  .about-csr .csr_bt_arr {
    background-image: url("../../about/img/csr/bt_icon_arrow.svg"); }
  .about-csr .csr_bt_other {
    background-image: url("../../about/img/csr/bt_icon_other.svg"); }
