@charset "utf-8";



/*トップ画面------------------------------- */
#contenttop {
  position: relative;
}

.full-img {
  width: 100%;
  height: 34rem;
  object-fit: cover;
  object-position: 100% 70%;
}

/* スマホ　749px以下 */
@media (max-width: 750px) {
  .full-img {
    width: 100%;
    height: 38.5rem;
    object-fit: cover;
    object-position: bottom;
  }
}


.bgc {
  text-align: center;
  padding: 2rem;
  margin: auto;
  font-weight: 550;

  justify-content: center;
  position: absolute;
  z-index: 50;
  top: 2rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}


/*サービス------------------------------ */

/* pc　749px以上 */
@media (min-width: 749px) {

  .Dback {
    width: 200px;
    height: 83px;
    margin: auto;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 18%;
    left: 25%;
    right: 25%;
    transform: translate(-18%, -75%);
  }

  .half1 {
    width: 50%;
    height: auto;
    text-align: left;
    justify-content: center;
    margin: 5rem 1rem;
    position: absolute;
    bottom: 0;
    left: -5rem;
    top: 0;
    right: 0;
  }

  .half2 {
    width: 45%;
    height: auto;
    text-align: left;
    float: left;
    justify-content: center;
    margin: 5rem 0.5rem;
  }

  .half3 {
    width: 45%;
    height: auto;
    text-align: left;
    float: left;
    justify-content: center;
    margin: 5rem 0.5rem;
  }


  .wirapper::after {
    content: '';
    display: block;
    clear: both;
  }
}


/* スマホ　749px以下 */
@media (max-width: 750px) {
  .Dback {
    width: 200px;
    height: 83px;
    margin: auto;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 15%;
    left: 25%;
    right: 25%;
    transform: translate(-15%, -75%);
  }


  .half1 {
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 0;
  }

  .half2 {
    display: none;
  }

  .half3 {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 0 auto 5rem auto;
    padding: 3rem;
  }
}

/*会社案内------------------------------ */
#sec03 {
  align-items: center;
  background: url(../images/backimg.png) no-repeat center;
  background-size: cover;
}

/* pc　749px以上 */
@media (min-width: 749px) {
  .guide {
    max-width: 725px;
    height: auto;
    margin: 5rem auto;
    padding: 1rem;
    justify-content: center;
    display: block;
    background-color: #E9F8FD;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .third1 {
    width: 28%;
    height: 100%;
    text-align: center;
    float: left;
    justify-content: center;
    margin: 1.1rem;
  }

  .third1 img {
    width: 60%;
    height: 60%;
  }


  .third1 p {
    height: 135px;
    text-align: justify;
  }

  .wirapper::after {
    content: '';
    display: block;
    clear: both;
  }
}


/* スマホ　749px以下 */
@media (max-width: 750px) {

  .third1 {
    display: block;
    background-color: #E9F8FD;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    height: 90%;
    justify-content: center;
    text-align: center;
    margin: 4rem auto;
    padding: 2rem;
  }

  .third1 img {
    width: 90%;
    height: 90%;
  }

  .third1 p {
    height: 100px;
    text-align: justify;
  }
}


/*ニュース------------------------------- */
#sec04 {
  max-width: 1000px;
  margin: 10rem auto;
  padding: 2rem;
  justify-content: center;
  display: block;
}


/* pc　749px以上 */
@media (min-width: 749px) {
  .news_t {
    width: 235px;
    height: 50px;
    text-align: left;
    float: left;
    margin: 3rem auto;
  }

  .wirapper::after {
    content: '';
    display: block;
    clear: both;
  }
}


/* スマホ　749px以下 */
@media (max-width: 750px) {
  .news_t {
    width: 235px;
    height: 50px;
    text-align: left;
    margin: auto;
    padding: 2rem;
  }
}


table,
td,
th {
  border: 0px none;
  margin: 3rem auto;
}

tr {
  height: 30px;
}

td,
th {
  padding: 3px;
}

td.date {
  width: 75px;
}

td.pt {
  width: 25px;
}

td.txt {
  width: 665px;
}






/*取扱媒体一覧------------------------------- */




/* pc　749px以上 */
@media (min-width: 749px) {
  .itiran {
    margin: auto;
    padding: 4rem;
    text-align: center;
    background-color: #76D4F2;
    justify-content: center;
    display: block;
  }

  .contents {
    max-width: 1000px;
    height: auto;
    background-color: #fff;
    margin: auto;
    padding: 5vh;
    justify-content: center;
    display: block;
  }

  .contents-list {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .nine1 {
    width: 100%;
    height: auto;
    margin: 0.5rem;
  }
}

/* スマホ　749px以下 */
@media (max-width: 750px) {
  .itiran {
    margin: auto;
    padding: 2rem;
    text-align: center;
    justify-content: center;
    background-color: #76D4F2;
    display: block;
  }

  .contents {
    width: 80vw;
    height: auto;
    background-color: #fff;
    margin: auto;
    padding: 2vh;
    justify-content: center;
    display: block;
  }

  .nine1 {
    width: 100%;
    height: auto;
    margin: 10vw auto;
    padding: 3vw;
  }
}