@charset "UTF-8";
.expertise::before {
  background-image: url("../../assets/img/expertise_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;
}
.expertiseWrapper {
  padding: 150px 0 50px;
  width: 74%;
  max-width: 1010px;
  margin: 0 auto
}
.expertiseTitle {
  padding: 44px 0 30px;
  background-color: rgba(255, 255, 255, 0.7)
}
.expertiseTitle h1 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2
}
.expertiseTitle h1 span {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px
}
.expertiseTitleBlock {
  border-bottom: 1px solid #202124;
  padding-bottom: 10px
}
.expertiseMain {
  background-color: #fff
}
.expertiseMainContents {
  padding: 80px 0
}
.expertiseMainBlock {
  width: 89.1%;
  margin: 0 auto
}
.expertiseTopText {
  font-size: 16px;
  margin-bottom: 69px
}
.expertiseMainTitle {
  margin: 0;
  font-size: 28px;
  line-height: 1
}
.expertiseListItem {
  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
}
.expertiseItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.1%;
  flex: 0 0 45.1%;
  margin-right: 45px
}
.expertiseItemImage--small {
  padding: 0 10%
}
.expertiseImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}
.expertiseItem {
  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
}
.expertiseItemText {
  font-size: 16px;
  letter-spacing: 1px
}
.expertiseItemText--bottom {
  margin-bottom: 30px
}
.expertiseItemButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.expertiseItemButton {
  display: block;
  background-color: #9FCC01;
  padding: 19px 40px;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer
}
.expertiseItemButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7);
}
.expertiseItemButton--right {
  margin-right: 23px
}
.expertiseItemButton--smallSpace {
  padding: 19px 22px 19px 40px
}
.expertiseItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.expertiseItemLink--right {
  margin-right: 30px
}
.expertiseItemLink span {
  margin-top: 3px;
  margin-right: 5px
}
.expertiseSide {
  position: fixed;
  bottom: 19%;
  right: 0;
  z-index: 100;
}
.expertiseSideLink {
display: block;
width: 175px;
padding: 10px 0;
/*   display: block;
  width: 150px;
  margin-bottom: 20px;
  background-color: #06BF5A;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer */
}
.expertiseSideLink:hover {
opacity:0.8;
color: #fff;
/*   color: #fff;
  background: #9FCC01 */
}
.expertiseMainBr {
  display: none;
}
/* SP　*/
@media screen and (max-width: 768px) {
  .expertise::before {
    background-image: url("../../assets/img/expertise_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;
  }
  .expertiseWrapper {
    width: 86.7%;
    padding: 80px 0
  }
  .expertiseTitle h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2.1px
  }
  .expertiseTitle h1 span {
    font-size: 17px;
    text-align: center;
    letter-spacing: 2.55px
  }
  .expertiseListItem {
    display: block;
    margin-bottom: 42px
  }
  .expertiseItemImage {
    margin-right: 0;
    margin-bottom: 15px
  }
  .expertiseItemImage--small {
    padding: 0 20%
  }
  .expertiseTitleBlock {
    padding-bottom: 14px
  }
  .expertiseItemButtonList {
    display: block;
    width: 100%;
    text-align: center
  }
  .expertiseItemButton--right {
    margin-right: 0
  }
  .expertiseItemButton {
    margin-bottom: 15px
  }
  .expertiseMainBlock {
    width: 78.7%
  }
  .expertiseMainContents {
    padding: 50px 0
  }
  .expertiseMainTitle {
    font-size: 23px
  }
  .expertiseItemText {
    margin-bottom: 28px
  }
  .expertiseItemLink {
    display: block;
    background-color: #9FCC01;
    padding: 19px 40px;
    font-size: 18px;
    border-radius: 8px;
    line-height: 1;
    color: #fff
  }
  .expertiseItemLink--right {
    margin-right: 0;
    margin-bottom: 20px
  }
  .expertiseSide {
    display: none
  }
  .expertiseMainBr {
    display: inline;
  }
  .expertiseMainSmallText {
    margin-top: 10px;
    font-size: 22px;
  }
}