#corporation_top .anker__list {
  margin-right: 5.33333%;
  margin-left: 5.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#corporation_top .anker__list-item {
  width: 32.08955%;
  text-align: center;
}

#corporation_top .anker__list-item a {
  display: block;
  font-size: 1.2rem;
  background: #f2f2f2;
  border-radius: 5px;
  line-height: 1.2;
  position: relative;
  padding: 10px 0 20px;
}

#corporation_top .anker__list-item a::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  margin-top: -5px;
  border-top: 1px solid #00458f;
  border-right: 1px solid #00458f;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#corporation_top .anker__list-item a:hover {
  text-decoration: none;
}

#corporation_top .corporation__ttl {
  margin: 45px 0 10px;
}

#corporation_top .corporation__ttl-wrap {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}

#corporation_top .corporation__ttl-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: auto auto;
  background-color: white;
  background-image: -webkit-repeating-linear-gradient(315deg, transparent, transparent 3px, #dddddd 3px, #dddddd 4px);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, #dddddd 3px, #dddddd 4px);
}

#corporation_top .corporation__ttl-lead {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}

#corporation_top .corporation__box {
  margin-top: 40px;
}

#corporation_top .corporation__box-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00458f;
  margin-bottom: 15px;
}

#corporation_top .corporation__box-subttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}

#corporation_top .corporation__lead {
  background: #f2f2f2;
  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;
}

#corporation_top .corporation__lead-img {
  width: 20.3125%;
}

#corporation_top .corporation__lead-img img {
  vertical-align: top;
}

#corporation_top .corporation__lead-txt {
  width: 77.34375%;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

#corporation_top .corporation__link-list-item {
  width: 100%;
}

#corporation_top .corporation__link-list-item a {
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 10px 0 10px 1em;
}

#corporation_top .corporation__link-list-item a::before {
  top: 13px;
}

#corporation_top .csr-info {
  background: #f2f2f2;
  padding-bottom: 45px;
}

#corporation_top .csr-info .corporation__ttl {
  padding-top: 45px;
}

#corporation_top .csr-info .corporation__ttl-wrap::after {
  background-color: #f2f2f2;
}

#corporation_top .tobu-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#corporation_top .tobu-group__list-item {
  text-align: center;
}

#corporation_top .tobu-group__list-item-txt {
  font-size: 1.4rem;
  display: block;
}

#corporation_top .tobu-group__list-item a {
  color: #545454;
  border-radius: 5px;
  display: block;
  height: 100%;
  text-decoration: none;
  background: #f2f2f2;
  padding: 10px 0;
}

#corporation_top .tobu-group__list-item-ico {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60%;
}

#corporation_top .tobu-group__list-item-ico svg path, #corporation_top .tobu-group__list-item-ico svg polygon, #corporation_top .tobu-group__list-item-ico svg rect {
  fill: #00458f !important;
}

#corporation_top .tobu-group__list-item-ico--gift svg {
  width: 23.25581%;
}

#corporation_top .tobu-group__list-item-ico--bus svg {
  width: 21.39535%;
}

#corporation_top .tobu-group__list-item-ico--basket svg {
  width: 23.25581%;
}

#corporation_top .tobu-group__list-item-ico--palette svg {
  width: 11.9403%;
}

#corporation_top .tobu-group__list-item-ico--bike svg {
  width: 20.89552%;
}

#corporation_top .corporate-customer .corporation__ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#corporation_top .corporate-link {
  margin-bottom: 40px;
}

#corporation_top .corporate-link__list-item:not(:first-child) {
  margin-top: 10px;
}

#corporation_top .corporate-link__list-item a {
  text-decoration: underline;
  display: inline-block;
}

.kv-corporation .kv-img__ttl-ico--corporation svg {
  width: 31px;
  height: auto;
}

.kv-corporation .kv-img__ttl-ico--corporation svg path, .kv-corporation .kv-img__ttl-ico--corporation svg polygon, .kv-corporation .kv-img__ttl-ico--corporation svg rect {
  fill: #fff !important;
}

@media (min-width: 768px) {
  #corporation_top .anker__list {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  #corporation_top .anker__list-item {
    width: 353px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #corporation_top .anker__list-item:hover {
    opacity: 0.7;
  }
  #corporation_top .anker__list-item a {
    font-size: 1.6rem;
    padding: 15px;
  }
  #corporation_top .anker__list-item a::after {
    top: 50%;
    right: 5.33333%;
  }
  #corporation_top .corporation__ttl {
    margin: 90px 0 20px;
  }
  #corporation_top .corporation__ttl-wrap {
    padding-bottom: 50px;
    margin-bottom: 70px;
  }
  #corporation_top .corporation__ttl-wrap::after {
    height: 8px;
  }
  #corporation_top .corporation__ttl-lead {
    font-size: 1.6rem;
    line-height: 2;
  }
  #corporation_top .corporation__box {
    margin-top: 75px;
  }
  #corporation_top .corporation__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #corporation_top .corporation__box-wrap .corporation__box {
    width: 540px;
    margin-top: 0;
  }
  #corporation_top .corporation__box-ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #corporation_top .corporation__box-subttl {
    font-size: 1.8rem;
    margin-top: 40px;
  }
  #corporation_top .corporation__lead {
    margin-bottom: 10px;
  }
  #corporation_top .corporation__lead-img {
    width: 130px;
  }
  #corporation_top .corporation__lead-txt {
    width: 425px;
    font-size: 1.4rem;
    margin-left: 10px;
  }
  #corporation_top .corporation__link-list {
    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;
  }
  #corporation_top .corporation__link-list-item {
    width: 540px;
  }
  #corporation_top .corporation__link-list-item a {
    padding: 15px 0 15px 1em;
  }
  #corporation_top .corporation__link-list-item a::before {
    top: 17px;
  }
  #corporation_top .csr-info {
    padding-bottom: 90px;
  }
  #corporation_top .csr-info .corporation__ttl {
    padding-top: 90px;
  }
  #corporation_top .tobu-group__list {
    margin-top: 50px;
  }
  #corporation_top .tobu-group__list-item {
    width: 210px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #corporation_top .tobu-group__list-item:hover {
    opacity: 0.7;
  }
  #corporation_top .tobu-group__list-item-txt {
    font-size: 1.6rem;
    padding: 10px 0 0;
  }
  #corporation_top .tobu-group__list-item a {
    padding: 15px 0;
  }
  #corporation_top .tobu-group__list-item-ico {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 45px;
  }
  #corporation_top .tobu-group__list-item-ico--gift svg {
    width: 38px;
    height: 41px;
  }
  #corporation_top .tobu-group__list-item-ico--bus svg {
    width: 35px;
    height: 38px;
  }
  #corporation_top .tobu-group__list-item-ico--basket svg {
    width: 43px;
    height: 37px;
  }
  #corporation_top .tobu-group__list-item-ico--palette svg {
    width: 34px;
    height: 45px;
  }
  #corporation_top .tobu-group__list-item-ico--bike svg {
    width: 61px;
    height: 36px;
  }
  #corporation_top .corporate-customer .corporation__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #corporation_top .corporate-link {
    margin-bottom: 60px;
  }
  .kv-corporation .kv-img__ttl-ico--corporation svg {
    width: 62px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #corporation_top .anker__list-item a::after {
    bottom: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #corporation_top .corporation__lead {
    padding: 15px 2.23881%;
    margin-bottom: 5px;
  }
  #corporation_top .tobu-group__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
  #corporation_top .tobu-group__list-item {
    width: 32.08955%;
  }
  #corporation_top .tobu-group__list-item:last-child, #corporation_top .tobu-group__list-item:nth-last-of-type(2) {
    width: 49.25373%;
    margin-top: 5px;
  }
  #corporation_top .tobu-group__list-item:last-child .tobu-group__list-item-txt, #corporation_top .tobu-group__list-item:nth-last-of-type(2) .tobu-group__list-item-txt {
    padding: 3.0303% 0 0;
  }
  #corporation_top .tobu-group__list-item-txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 4.65116% 0 0;
    height: 40%;
  }
  #corporation_top .tobu-group__list-item-ico svg {
    max-height: 50px;
    height: auto;
  }
}
/*# sourceMappingURL=../maps/corporation/style.css.map */
