@charset "utf-8";
/* CSS Document */
/*固定する背景*/
.parallax-div {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
.parallax-bg {
  background-attachment:inherit;
}
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/DSC7792.jpg');
}
.img-bg-02 {
  background-image: url('https://www.anthink.co.jp/wp/wp-content/uploads/2023/04/ats3-bg01.jpg');
}
.img-bg-03 {
  background-image: url('https://www.anthink.co.jp/wp/wp-content/uploads/2018/06/DSC8190.jpg');
}
.img-bg-04 {
  background-image: url('https://www.anthink.co.jp/wp/wp-content/uploads/2018/08/DSC7983_l.jpg');
}
.img-bg-05 {
  background-image: url('https://www.anthink.co.jp/wp/wp-content/uploads/2023/04/ats2-bg02.jpg');
}
.img-bg-07 {
  background-image: url('');
}
.img-bg-06 {
  background-image: url('');
}
