@charset "utf-8";



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

.full-img {
  width: 100%;
  height: 15rem;
  no-repeat: fixed;
  object-fit: cover;
  object-position: 30% 60%;
}

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


.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: 336px;
    height: 107px;
    margin: auto;
    justify-content: center;
    z-index: 2;
    position: absolute;
    top: 18%;
    left: 0%;
    right: 100%;
    transform: translate(-18%, -100%);
  }
}


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



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




/* pc　749px以上 */
@media (min-width: 749px) {
  .itiran {
    margin: auto;
    padding: 4rem;
    text-align: center;
    background-color: #fff;
    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: 5rem auto;
    padding: 2rem;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    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;
  }


}

/*コンテンツ1------------------------------ */
#Ssec01 {
  background-color: #D8F3FB;
  margin: auto;
  padding: 3rem 2rem;
  justify-content: center;
}

.scroll_content {

  display: flex;
  max-width: 1000px;
  margin: 1rem 0;
  overflow-x: auto;
}

.scroll_content li {
  padding: 0 -0.15rem;
  margin: 2rem 0;
  flex-shrink: 0;
  list-style: none;
}

.scroll_content img {
  height: 264px;
  object-fit: cover;
}

.scroll_content img flast {
  height: 264px;
  object-fit: cover;
}

.scroll_content::-webkit-scrollbar {
  height: 12px;
}

.scroll_content::-webkit-scrollbar-thumb {
  background: #26BAEB;
  border-radius: 6px;
}

.scroll_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 6px;
}



/*コンテンツ2------------------------------ */
#Ssec02 {
  background-color: #D8F3FB;
  margin: auto;
  height: auto;
  padding: 5rem 2rem 3rem 0;
  position: relative;
}





.Ftitle {
  margin: 0 0 3rem 2rem;
}


.containerF {
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  frex-direction: row;
  flex-wrap: wrap;
}

.imgareaF {
  width: 10%;
  height: 280px;
  margin: 0 0 0 1rem;
}

.imgareaF img {
  width: 40vw;
  height: 280px;
  object-fit: cover;
  object-position: center top;
}


.textareaF {
  width: 85%;
  padding: 0 0 0 2rem;
}


/* スマホ　899px以下 */
@media (max-width: 900px) {
  .containerF {
    display: flex;
    justify-content: space-between;
    frex-direction: row;
    flex-wrap: wrap;
  }

  .imgareaF {
    width: 12%;
    height: 300px;
    margin: 0 0 0 1rem;
  }

  .imgareaF img {
    width: 28vw;
    height: 300px;
    object-fit: cover;
    object-position: center top;
  }


  .textareaF {
    width: 85%;
    padding: 0 0 0 2rem;
  }
}


/* スマホ599px以下 */
@media (max-width: 600px) {
  .containerF {
    display: flex;
    justify-content: space-between;
    frex-direction: row;
    flex-wrap: wrap;
  }

  .imgareaF {
    width: 19%;
    height: 400px;
    margin: 0 0 0 1rem;
  }

  .imgareaF img {
    width: 30vw;
    height: 400px;
    object-fit: cover;
    object-position: center top;
  }


  .textareaF {
    width: 76%;
    padding: 0 0 0 2rem;
  }
}