@charset "UTF-8";
.preAvoid::before {
  background-image: url("../../assets/img/dummy_bg.png");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.preAvoidWrapper {
  padding: 150px 0 50px;
  width: 74%;
  max-width: 1010px;
  margin: 0 auto
}
.preAvoidTitle {
  padding: 44px 0 30px;
  background-color: rgba(255, 255, 255, 0.7)
}
.preAvoidTitle h2 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2
}
.preAvoidTitle h2 span {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px
}
.preAvoidTitleBlock {
  border-bottom: 1px solid #202124;
  padding-bottom: 10px
}
.preAvoidMain {
  background-color: #fff
}
.preAvoidMainContents {
  padding: 50px 0 138px
}
.preAvoidMainBlock {
  width: 89.1%;
  margin: 0 auto
}
.preAvoidItemText {
  font-size: 16px;
  letter-spacing: 1px
}
.preAvoidItemText--bottom {
  margin-bottom: 30px
}
.preAvoidItemText--space {
  margin: 30px 0 67px
}
.preAvoidItemText--xspace {
  margin: 30px 0
}
.preAvoidItemTopText {
  font-size: 16px;
  margin-bottom: 80px
}
.preAvoidMainTitle {
  margin: 0;
  font-size: 30px;
  line-height: 1
}
.preAvoidMainTitle--small {
  font-size: 25px
}
.preAvoidListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 69px
}
.preAvoidItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.1%;
  flex: 0 0 45.1%;
  margin-right: 45px
}
.preAvoidImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}
.preAvoidItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 267px
}
.preAvoidItemButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.preAvoidItemButton {
  display: block;
  background-color: #9FCC01;
  padding: 19px 40px;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer
}
.preAvoidItemButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7);
}
.preAvoidItemButton--right {
  margin-right: 23px
}
.preAvoidItemButton--smallSpace {
  padding: 19px 22px 19px 40px
}
.preAvoidSide {
  position: fixed;
  bottom: 19%;
  right: 0;
  z-index: 100;
}
.preAvoidSideLink {
  display: block;
  width: 150px;
  margin-bottom: 20px;
  background-color: #06BF5A;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer
}
.preAvoidSideLink:hover {
  color: #fff;
  background: #9FCC01
}
.preAvoidCenterImage {
  width: 586px;
  margin: 30px auto
}
/* SP　*/
@media screen and (max-width: 768px) {
  .preAvoid::before {
    background-image: url("../../assets/img/dummy_bg_sp.png");
    background-size: cover;
    background-position: center 42px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .preAvoidWrapper {
    width: 86.7%;
    padding: 80px 0
  }
  .preAvoidTitle h2 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2.1px
  }
  .preAvoidTitle h2 span {
    font-size: 17px;
    text-align: center;
    letter-spacing: 2.55px
  }
  .preAvoidListItem {
    display: block;
    margin-bottom: 42px
  }
  .preAvoidItemImage {
    margin-right: 0;
    margin-bottom: 15px
  }
  .preAvoidTitleBlock {
    padding-bottom: 0
  }
  .preAvoidItemButtonList {
    display: block;
    width: 100%;
    text-align: center
  }
  .preAvoidItemButton {
    margin-bottom: 15px
  }
  .preAvoidMainBlock {
    width: 78.7%
  }
  .preAvoidMainContents {
    padding: 50px 0
  }
  .preAvoidMainTitle {
    font-size: 23px
  }
  .preAvoidMainTitle--small {
    font-size: 18px
  }
  .preAvoidItemText {
    margin-bottom: 28px
  }
  .preAvoidSide {
    display: none
  }
  .preAvoidCenterImage {
    width: 100%
  }
}