*,
::before,
::after {
  box-sizing: border-box;
}

.kv {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .kv {
    display: flex;
    align-items: center;
    height: min(350px, 23.334vw);
    margin-top: 10rem;
    background-image: url(../img/mv.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    margin-top: 12rem;
    padding-top: 75rem;
    background-image: url(../img/sp/mv.jpg);
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .kv_content {
    width: min(1500px, 100vw);
    margin: 0 auto;
    padding-left: min(160px, 10.667vw);
  }
}
@media screen and (max-width: 768px) {
  .kv_content {
    display: flex;
    justify-content: center;
  }
}

.kv_ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .kv_ttl {
    font-size: min(51px, 3.4vw);
    padding-bottom: min(5px, 0.334vw);
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl {
    font-size: 7rem;
    padding-bottom: 0.4rem;
  }
}
.kv_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #d90b18;
}
@media screen and (min-width: 769px) {
  .kv_ttl::before {
    left: min(-30px, -2vw);
    width: min(11px, 0.734vw);
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl::before {
    left: -4.2rem;
    width: 1.5rem;
  }
}
.kv_ttl .en {
  fill: #d90b18;
}
@media screen and (min-width: 769px) {
  .kv_ttl .en {
    width: min(170px, 11.334vw);
    height: min(22px, 1.467vw);
    margin-top: min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .kv_ttl .en {
    width: 26rem;
    height: 3.5rem;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .kv_txt {
    margin-top: min(25px, 1.667vw);
    letter-spacing: 0.1em;
    line-height: 1.778em;
    font-size: 1.8rem;
  }
  .kv_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kv_txt > p:first-of-type {
    margin-top: -0.388em;
  }
  .kv_txt > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media screen and (max-width: 768px) {
  .kv_txt {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sec_business {
    padding-top: min(110px, 7.334vw);
    padding-bottom: min(28px, 1.867vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_business {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}

.sec_ttl {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .sec_ttl {
    letter-spacing: 0.06em;
    line-height: 1.572em;
    font-size: 4.2rem;
    text-align: center;
  }
  .sec_ttl > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl > h2:first-of-type {
    margin-top: -0.285em;
  }
  .sec_ttl > h2:last-of-type {
    margin-bottom: -0.285em;
  }
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    width: 67.2rem;
    margin: 0 auto;
    line-height: 1.572em;
    font-size: 4.2rem;
  }
  .sec_ttl > h2 {
    line-height: inherit;
    font: inherit;
  }
  .sec_ttl > h2:first-of-type {
    margin-top: -0.285em;
  }
  .sec_ttl > h2:last-of-type {
    margin-bottom: -0.285em;
  }
}

@media screen and (min-width: 769px) {
  .sec_txt {
    width: min(1100px, 73.334vw);
    margin: min(60px, 4vw) auto 0;
    letter-spacing: 0.04em;
    line-height: 2em;
    font-size: 2.2rem;
    text-align: center;
  }
  .sec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .sec_txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .sec_txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .sec_txt {
    width: 63rem;
    margin: 7.5rem auto 0;
    line-height: 1.693em;
    font-size: 2.6rem;
    text-align: justify;
  }
  .sec_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .sec_txt > p:first-of-type {
    margin-top: -0.346em;
  }
  .sec_txt > p:last-of-type {
    margin-bottom: -0.346em;
  }
}

.business_link {
  display: grid;
}
@media screen and (min-width: 769px) {
  .business_link {
    grid-template-columns: repeat(2, 1fr);
    width: min(1500px, 100vw);
    margin: 9rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .business_link {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2rem;
    margin-top: 5.5rem;
  }
}

.business_link_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .business_link_item {
    height: 78rem;
  }
}

@media screen and (min-width: 769px) {
  .item_txt_pc {
    position: absolute;
    left: 50%;
    bottom: min(30px, 2vw);
    translate: -50% 0;
    padding-bottom: min(22px, 1.467vw);
    line-height: 1.886em;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .item_txt_pc > p {
    line-height: inherit;
    font: inherit;
  }
  .item_txt_pc > p:first-of-type {
    margin-top: -0.442em;
  }
  .item_txt_pc > p:last-of-type {
    margin-bottom: -0.442em;
  }
}
@media screen and (max-width: 768px) {
  .item_txt_pc {
    display: none;
  }
}
.item_txt_pc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  width: min(66px, 4.4vw);
  height: min(2px, 0.134vw);
  background-color: #d90b18;
}

.item_cont {
  position: absolute;
  background-color: #d90b18;
  clip-path: polygon(0 0, 81.0666666667% 0, 100% 40.2777777778%, 100% 100%, 0 100%);
}
@media screen and (min-width: 769px) {
  .item_cont {
    inset: 0;
    padding-top: max(82px, 5.467vw);
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .item_cont {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 27rem;
    padding-top: 5.5rem;
  }
}

@media screen and (min-width: 769px) {
  .business_link_item:hover .item_cont {
    opacity: 1;
  }
}

.item_cont_head {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .item_cont_head {
    padding-bottom: min(20px, 1.334vw);
    letter-spacing: 0.09em;
    line-height: 1;
    font-size: 4rem;
  }
  .item_cont_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .item_cont_head > h3:first-of-type {
    margin-top: 0em;
  }
  .item_cont_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .item_cont_head {
    padding-bottom: 2rem;
    line-height: 1;
    font-size: 5rem;
  }
  .item_cont_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .item_cont_head > h3:first-of-type {
    margin-top: 0em;
  }
  .item_cont_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
.item_cont_head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .item_cont_head::before {
    width: min(60px, 4vw);
    height: min(2px, 0.134vw);
  }
}
@media screen and (max-width: 768px) {
  .item_cont_head::before {
    width: 6rem;
    height: 0.2rem;
  }
}

.item_cont_txt {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .item_cont_txt {
    margin-top: min(33px, 2.2vw);
    line-height: 1.8em;
    font-size: 2.5rem;
  }
  .item_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .item_cont_txt > p:first-of-type {
    margin-top: -0.4em;
  }
  .item_cont_txt > p:last-of-type {
    margin-bottom: -0.4em;
  }
}
@media screen and (max-width: 768px) {
  .item_cont_txt {
    margin-top: 3.2rem;
    line-height: 1.616em;
    font-size: 2.6rem;
  }
  .item_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .item_cont_txt > p:first-of-type {
    margin-top: -0.307em;
  }
  .item_cont_txt > p:last-of-type {
    margin-bottom: -0.307em;
  }
}/*# sourceMappingURL=business.css.map */