@charset "UTF-8";

/* ---------------------------------------------------------------------------
  ★共通
--------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

object {
  pointer-events: none;
}

.sp,
.header_sp {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.img_r {
  overflow: hidden;
}

.img_r > img {
  float: right;
  width: 33%;
  margin-left: 15px;
  margin-bottom: 15px;
}

.pc_reverse {
  flex-direction: row-reverse;
}

.f28 {
  font-size: clamp(19px, 2vw, 28px) !important;
}

/* ---------------------------------------------------------------------------
  ～1065px
--------------------------------------------------------------------------- */
@media (max-width:1065px) {
  .header02 .logo {
    width: 18%;
    margin-left: 1%;
    margin-top: 0 !important;
    margin-right: 1%;
  }
  .header02 .f18 {
    font-size: 13px !important;
  }

  .hTel, .outsourcing, .takujob {
    width: 32%;
  }

  .hTel .f30 {
    font-size: 2.4rem !important;
  }

  .hContact {
    width: 12%;
  }

  .hTel img {
    width: 1.4em;
  }

  .home01 .f18.pink {
  font-size: 1.5rem !important;
  }

  .f45 {
    font-size: 3.5rem !important;
  }

  .f18 {
    font-size: 1.6rem !important;
  }

  .f30 {
    font-size: 2.6rem !important;
  }

  .f44 {
    font-size: 3.4rem !important;
  }

  #home {
    font-size: 90%;
  }

  .main03::before {
    top: -17.5%;
  }

  .footer02_01 .w45 {
    width: 5em;
  }
}

/* ---------------------------------------------------------------------------
  ～1250px
--------------------------------------------------------------------------- */
@media (max-width:1250px) {
  .home01 .number01 {
    width: 17vw;
  }

  .home01 .number01 p.pink {
    white-space: normal;
  }
}


/* ---------------------------------------------------------------------------
  1500px~
--------------------------------------------------------------------------- */
@media (min-width:1500px) {
  .contact02 .main02::before {
    top: -5.2vw;
    right: -0.5%;
    width: calc(100vw * 130 / 2000);
    height: calc(100vw * 127 / 2000);
  }
}