/* CSS Document */
/*--------------------------------------
	BUSINESS
----------------------------------------*/
#business .contents-area .msg {
  width: 90%;
  max-width: 1200px;
  background: #000;
  padding: 2% 5%;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    #business .contents-area .msg {
      padding: 30px 5%; } }
  #business .contents-area .msg:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../img/business/pixta_77230103.jpg") no-repeat center bottom 25%/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5; }
  #business .contents-area .msg h3 {
    text-align: center;
    color: #fff;
    font-size: calc(clamp(1.6rem, 1vw + 0.75rem, 2rem));
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 4%; }
    @media only screen and (max-width: 1199px) {
      #business .contents-area .msg h3 {
        margin-bottom: 30px; } }
  #business .contents-area .msg p {
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    line-height: 2; }
    @media only screen and (max-width: 1199px) {
      #business .contents-area .msg p {
        font-size: 1.4em; } }
#business .contents-area .category {
  width: 96%;
  max-width: 1000px;
  margin: 90px auto; }
  @media only screen and (max-width: 1199px) {
    #business .contents-area .category {
      margin: 60px auto; } }
  #business .contents-area .category h3 {
    color: #333;
    font-size: calc(clamp(2rem, 2vw + 0.75rem, 3rem));
    line-height: 1.5;
    margin-bottom: 30px; }
    #business .contents-area .category h3 span {
      display: block;
      font-size: calc(clamp(1rem, 1vw + 0.5rem, 1.2rem));
      position: relative; }
      #business .contents-area .category h3 span:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #00a23f;
        position: absolute;
        top: -.5rem; }
  #business .contents-area .category .category-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 4%; }
    @media only screen and (max-width: 699px) {
      #business .contents-area .category .category-box {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px; } }
    #business .contents-area .category .category-box dl dt {
      background: #f7b500;
      text-align: center;
      color: #fff;
      font-size: calc(clamp(2rem, 3vw + 1rem, 5rem));
      line-height: 2.5; }
    #business .contents-area .category .category-box dl dd {
      color: #333;
      font-size: 1.4em;
      line-height: 1.5;
      margin-top: 1rem; }
#business .contents-area .point {
  width: 96%;
  max-width: 1000px;
  margin: 90px auto; }
  @media only screen and (max-width: 1199px) {
    #business .contents-area .point {
      margin: 60px auto; } }
  #business .contents-area .point h3 {
    color: #333;
    font-size: calc(clamp(2rem, 2vw + 0.75rem, 3rem));
    line-height: 1.5;
    margin-bottom: 30px; }
    #business .contents-area .point h3 span {
      display: block;
      font-size: calc(clamp(1rem, 1vw + 0.5rem, 1.2rem));
      position: relative; }
      #business .contents-area .point h3 span:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #00a23f;
        position: absolute;
        top: -.5rem; }
  #business .contents-area .point ul li {
    background: #00a23f;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.5;
    border-radius: 22px 0 0 22px;
    padding: .5rem 1rem; }
    @media only screen and (max-width: 499px) {
      #business .contents-area .point ul li {
        font-size: 1.4em; } }
    #business .contents-area .point ul li:first-child {
      margin: 0 1.5rem 1rem 0; }
    #business .contents-area .point ul li:nth-child(2) {
      margin: 0 1rem 1rem .5rem; }
    #business .contents-area .point ul li:nth-child(3) {
      margin: 0 .5rem 1rem 1rem; }
    #business .contents-area .point ul li:last-child {
      margin: 0 0 0 1.5rem; }
    #business .contents-area .point ul li span {
      margin-right: 1rem; }
#business .contents-area .cta {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  background: #000;
  padding: 2%;
  position: relative; }
  @media only screen and (max-width: 1199px) {
    #business .contents-area .cta {
      padding: 30px 2%; } }
  #business .contents-area .cta:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../../img/business/1-4.jpg") no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .5; }
  #business .contents-area .cta h3 {
    text-align: center;
    color: #fff;
    font-size: calc(clamp(1.4rem, 2vw + 0.75rem, 2rem));
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 4%; }
    @media only screen and (max-width: 1199px) {
      #business .contents-area .cta h3 {
        margin-bottom: 20px; } }
  #business .contents-area .cta ul {
    width: 100%;
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      #business .contents-area .cta ul {
        max-width: 300px;
        grid-template-columns: 1fr;
        gap: 20px; } }
    #business .contents-area .cta ul li {
      text-align: center;
      font-size: 2em; }
      @media only screen and (max-width: 599px) {
        #business .contents-area .cta ul li {
          font-size: 1.8em; } }
      #business .contents-area .cta ul li:first-child a {
        background: rgba(247, 181, 0, 0.3);
        border: 3px solid #f7b500;
        box-sizing: border-box; }
        #business .contents-area .cta ul li:first-child a i {
          color: #fff; }
        #business .contents-area .cta ul li:first-child a:hover {
          background: #f7b500; }
          #business .contents-area .cta ul li:first-child a:hover i {
            color: #00a23f; }
      #business .contents-area .cta ul li:last-child a {
        background: rgba(0, 162, 63, 0.3);
        border: 3px solid #00a23f;
        box-sizing: border-box; }
        #business .contents-area .cta ul li:last-child a i {
          color: #fff; }
        #business .contents-area .cta ul li:last-child a:hover {
          background: #00a23f; }
          #business .contents-area .cta ul li:last-child a:hover i {
            color: #f7b500; }
      #business .contents-area .cta ul li a {
        display: block;
        width: 100%;
        color: #fff;
        line-height: 3; }
        @media only screen and (max-width: 599px) {
          #business .contents-area .cta ul li a {
            line-height: 2; } }
        #business .contents-area .cta ul li a i {
          transition: .5s; }
