<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * filename: company.css
 * version: 1.0
 */
#main.company {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #main.company {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1100px) {
  #main.company {
    margin-bottom: 100px;
  }
}
#main.company &gt; .sec1 {
  height: auto;
  width: 100%;
}
#main.company &gt; .sec1 &gt; .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.company &gt; .sec1 &gt; .inner {
    max-width: 1000px;
    padding: 0 50px;
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1100px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm {
    margin-bottom: 40px;
    width: calc(50% - 20px);
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk {
  height: auto;
  width: 100%;
  background-color: #ba0025;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk {
    transition: opacity 0.35s;
  }
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk:hover {
    opacity: .7;
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk &gt; .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk &gt; .txt {
  height: auto;
  width: 100%;
  color: #ffffff;
  display: block;
  font-size: 21px;
  font-weight: 700;
  padding: 20px 0 19px;
  position: relative;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk &gt; .txt {
    font-size: 24px;
    padding: 19px 0 17px;
  }
}
#main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk &gt; .txt::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/cn/ico_arrow_right2.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 22.5px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
@media screen and (min-width: 768px) {
  #main.company &gt; .sec1 &gt; .inner &gt; .lst &gt; .itm &gt; .lnk &gt; .txt::after {
    right: 20px;
  }
}
</pre></body></html>