/*
 * filename: business.css
 * version: 1.0
 */
#main.business {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #main.business {
    margin-bottom: 80px;
  }
}
#main.business > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 87.5px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 {
    margin-bottom: 77.5px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 {
    margin-bottom: 100px;
  }
}
#main.business > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner {
    max-width: 1100px;
    padding: 0 50px;
  }
}
#main.business > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 42.5px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box1 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box1 {
    margin-bottom: 45px;
  }
}
#main.business > .sec1 > .inner > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 29px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box1 > .par {
    font-size: 19px;
  }
}
#main.business > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 37.5px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47.5px;
  }
}
#main.business > .sec1 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box1 {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box2 > .box1 {
    width: calc(50% - 20px);
  }
}
#main.business > .sec1 > .inner > .box2 > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .phd {
    margin-bottom: 40px;
  }
}
#main.business > .sec1 > .inner > .box2 > .box1 > .phd > .txt {
  height: auto;
  width: auto;
  border-bottom: 3px solid #FFCC1C;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .phd > .txt {
    font-size: 23px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .phd > .txt {
    font-size: 26px;
  }
}
#main.business > .sec1 > .inner > .box2 > .box1 > .lnk {
  height: auto;
  width: 100%;
}
#main.business > .sec1 > .inner > .box2 > .box1 > .lnk > .img1 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .lnk > .img1 {
    display: block;
    transition: opacity 0.35s;
  }
}
#main.business > .sec1 > .inner > .box2 > .box1 > .lnk > .img2 {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .lnk > .img2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box1 > .lnk:hover > .img1 {
    opacity: .7;
  }
}
#main.business > .sec1 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box2 {
    width: calc(50% - 10px);
  }
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box1 {
    margin-bottom: 40px;
  }
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd {
  height: auto;
  width: 100%;
  text-align: center;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd > .txt {
  height: auto;
  width: auto;
  border-bottom: 3px solid #67C3B7;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd > .txt {
    font-size: 23px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd > .txt {
    font-size: 26px;
  }
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd > .txt::before {
  bottom: -3px;
  background-color: #084D80;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 33.33%;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box1 > .phd > .txt::after {
  bottom: -3px;
  background-color: #A591C5;
  content: '';
  display: block;
  height: 3px;
  right: 0;
  position: absolute;
  width: 33.33%;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box2 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box2 {
    display: none;
  }
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box2 > [class^=lnk] {
  height: auto;
  width: 100%;
  display: block;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box2 > [class^=lnk]:not(:last-of-type) {
  margin-bottom: 20px;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box2 > [class^=lnk] > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.business > .sec1 > .inner > .box2 > .box2 > .box3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box3 {
    height: auto;
    width: 100%;
    display: block;
    padding-top: 100%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #main.business > .sec1 > .inner > .box2 > .box2 > .box3 > [class^=img] {
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: block;
    position: absolute;
    transition: opacity 0.35s;
  }
}
#main.business > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 87.5px;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 {
    margin-bottom: 100px;
  }
}
#main.business > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec2 > .inner {
    max-width: 768px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 > .inner {
    max-width: 1100px;
    padding: 0 50px;
  }
}
#main.business > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 > .inner > .box1 {
    margin-bottom: 50px;
  }
}
#main.business > .sec2 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 > .inner > .box1 > .phd {
    margin-bottom: 27.5px;
  }
}
#main.business > .sec2 > .inner > .box1 > .phd > .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}
#main.business > .sec2 > .inner > .box1 > .phd > .txt::before {
  bottom: -4px;
  background-color: #105C1E;
  content: '';
  display: block;
  height: 4px;
  right: 0;
  position: absolute;
  width: 50%;
}
#main.business > .sec2 > .inner > .box1 > .par {
  height: auto;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 29px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec2 > .inner > .box1 > .par {
    font-size: 18px;
    text-align: center;
  }
}
#main.business > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
}
#main.business > .sec2 > .inner > .box2 > .img1 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 > .inner > .box2 > .img1 {
    display: block;
  }
}
#main.business > .sec2 > .inner > .box2 > .img2 {
  height: auto;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  #main.business > .sec2 > .inner > .box2 > .img2 {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec2 > .inner > .box2 > .img2 {
    display: none;
  }
}
#main.business > .sec2 > .inner > .box2 > .img3 {
  height: auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  #main.business > .sec2 > .inner > .box2 > .img3 {
    display: none;
  }
}
#main.business > .sec3 {
  height: auto;
  width: 100%;
}
#main.business > .sec3 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: calc(450px + 16%);
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner {
    max-width: 768px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner {
    max-width: 1000px;
  }
}
#main.business > .sec3 > .inner > .box1 {
  height: auto;
  width: 100%;
  padding: 0 8%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box1 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box1 {
    margin-bottom: 35px;
    padding: 0 50px;
  }
}
#main.business > .sec3 > .inner > .box1 > .phd {
  height: auto;
  width: 100%;
  margin-bottom: 27.5px;
  text-align: center;
}
#main.business > .sec3 > .inner > .box1 > .phd > .txt {
  height: auto;
  width: auto;
  border-bottom: 4px solid #ba0025;
  display: inline-block;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: .05em;
  padding-bottom: 15px;
  text-align: center;
}
#main.business > .sec3 > .inner > .box1 > .par1 {
  height: auto;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 29px;
  margin-bottom: 9px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box1 > .par1 {
    font-size: 19px;
  }
}
#main.business > .sec3 > .inner > .box1 > .par2 {
  height: auto;
  width: 100%;
  color: #ba0025;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 29px;
  text-align: center;
}
#main.business > .sec3 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box2 {
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box2 {
    margin-bottom: 50px;
    padding: 0;
  }
}
#main.business > .sec3 > .inner > .box2 > .img {
  height: auto;
  width: 100%;
  display: block;
}
#main.business > .sec3 > .inner > .box3 {
  height: auto;
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box3 {
    padding: 0 50px;
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] {
    width: calc(33.333% - 33px);
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] {
    width: calc(25% - 35.625px);
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box].box3 {
    align-self: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 23.75px);
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box] {
    width: calc(50% - 22.5px);
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:nth-of-type(1) {
  order: 1;
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:nth-of-type(2) {
  order: 3;
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:nth-of-type(3) {
  order: 2;
}
#main.business > .sec3 > .inner > .box3 > [class^=box].box3 > [class^=box]:nth-of-type(4) {
  order: 4;
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst {
  height: auto;
  width: 100%;
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm {
  height: auto;
  width: 100%;
  background-color: #ba0025;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 17.5px 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm {
    cursor: none;
    margin-bottom: 10px;
    padding: 9px 10px;
    pointer-events: none;
    text-align: left;
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm::before {
  background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_acc_close.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  opacity: 0;
  position: absolute;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.35s;
  width: 15px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm::before {
    display: none;
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm::after {
  background: url("https://www.mitsuhashi-corp.co.jp/images/ja/ico_acc_open.svg") center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 15px;
  opacity: 1;
  position: absolute;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.35s;
  width: 15px;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm::after {
    display: none;
  }
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm.active::before {
  opacity: 1;
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .trm.active::after {
  opacity: 0;
}
#main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .dsc {
  height: auto;
  width: 100%;
  background-color: #FFF0F3;
  display: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 28.8px;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  #main.business > .sec3 > .inner > .box3 > [class^=box] .lst > .dsc {
    background-color: transparent;
    display: block;
    padding: 0;
    text-align: left;
  }
}
