@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;
}


/* ---------------------------------------------------------------------------
  ★company
--------------------------------------------------------------------------- */
.company04 .history.bgW02 {
  padding: 6% 8%;
}

/* ---------------------------------------------------------------------------
  ★LIST
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★BASE
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★テキスト
--------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------
  ★インスタグラム
--------------------------------------------------------------------------- */

.instagramcont li {
    width: calc(100% / 4);
}

.instagramcont li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 0 100%;
    background: #949494;
}

.instagramcont li a img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/* ---------------------------------------------------------------------------
  ～1250px
--------------------------------------------------------------------------- */
@media (max-width:1250px) {
  .main .news {
    background: #f7f9fc url(../img/arrow_b.png) no-repeat bottom 30% right 3em / 2em;
  }
}

/* ---------------------------------------------------------------------------
  ～1180px
--------------------------------------------------------------------------- */
@media (max-width:1180px) {
  .f52 {
    font-size: 4rem !important;
  }

  .f61 {
    font-size: 5.1rem !important;
  }

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

  .f37 {
    font-size: 2.5rem !important;
  }

  .f29 {
    font-size: 2.2rem !important;
  }

  .f56 {
    font-size: 4.6rem !important;
  }

  .f78 {
    font-size: 6rem;
  }
}


/* ---------------------------------------------------------------------------
  ～1000px
--------------------------------------------------------------------------- */
@media (max-width:1000px) {
  header {
    font-size: 90% !important;
  }

  .header02.cl3_7 > *:nth-child(odd) {
    width: 30%;
  }

  .header02.cl3_7 > *:nth-child(even) {
    width: 69%;
  }

  .header02 .flex.w80 {
    width: 606px;
  }
}
