.eyecatch-service {
  text-align: center;
  height: 572px;
  width: 100%;
  background-image: url(/assets/img/eyecatch_service.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eyecatch-service.flow {
  background-image: url(/assets/img/eyecatch_flow.png);
}
.eyecatch-service.company {
  background-position-x: 50%;
  background-image: url(/assets/img/eyecatch_company.png);
}
.eyecatch-service.faq {
  background-position-x: 50%;
  background-image: url(/assets/img/eyecatch_faq.png);
}
.eyecatch-service.recruit {
  background-position-x: 50%;
  background-image: url(/assets/img/eyecatch_recruit.png);
}
.eyecatch-service-title-ja {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.15em;
  color: #fff;
}
.eyecatch-service-title-en {
  font-family: Lato;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.15em;
  color: #fff;
}
.service-container {
  text-align: center;
  padding: 0;
}
.service-breadcrumb {
  margin-top: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-align: left;
  color: #707070;
}
.service-title {
  margin-top: 100px;
  font-family: Lato;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #d09c9c;
}
.service-title.recruit {
  margin-top: 0;
}
.service-subtitle {
  margin-top: 24px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.15em;
  color: #1f2c32;
}
.service-text {
  margin-top: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #1f2c32;
}
.service-text.recruit {
  text-align: center;
}
.service-eyecatch-buttons {
  margin-top: 48px;
  justify-content: center;
}
.service-eyecatch-button {
  width: 281px;
  height: 50px;
  background: #fff;
  border: 1px solid #cf9c9d;
  margin: 0 12px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.service-eyecatch-button.recruit {
  background: #D09C9C;
}
.service-eyecatch-button span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 23px;
  text-align: center;
  color: #d09c9c;
}
.service-eyecatch-button.recruit span {
  color: #fff;
}
.service-eyecatch-button-icon {
  position: absolute;
  right: 10px;
  top: calc(50% - 4px)
  width: 11px;
  height: 7px;
}
.service-insurance-content {
  margin-bottom: 50px;
}
.service-insurance-title {
  margin-top: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #1f2c32;
}
.service-insurance-title-hr {
  margin-top: 20px;
  border: 1px solid #c0c1c4;
}
.service-insurance-image {
  margin-top: 16px;
  width: 90%;
}

@media screen and (max-width: 769px){
  .eyecatch-service {
    text-align: center;
    height: 160px;
    width: 100%;
    background-image: url(/assets/img/eyecatch_service.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .eyecatch-service.flow {
    background-image: url(/assets/img/eyecatch_flow.png);
    background-position-x: 50%;
  }
  .eyecatch-service.faq {
    background-position-x: 50%;
    background-image: url(/assets/img/eyecatch_faq.png);
  }
  .eyecatch-service.company {
    background-image: url(/assets/img/eyecatch_company.png);
  }
  .eyecatch-service.recruit {
    background-image: url(/assets/img/eyecatch_recruit_sp.png);
  }
  .eyecatch-service-title-ja {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  .eyecatch-service-title-en {
    font-size: 12px;
    letter-spacing: 0.15em;
  }
  .service-container {
  }
  .service-breadcrumb {
    margin-top: 30px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #707070;
  }
  .service-title {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .service-subtitle {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 0.15em;
  }
  .service-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
  }
  .service-eyecatch-buttons {
    margin-top: 20px;
    justify-content: center;
  }
  .service-eyecatch-button {
    width: 48%;
    height: 50px;
    background: #fff;
    margin: 0;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .service-eyecatch-button.life {
    margin-right: 2%;
  }
  .service-eyecatch-button.damage {
    margin-left: 2%;
  }
  .service-eyecatch-button.online {
    margin-top: 20px;
    width: 100%;
  }
  .service-eyecatch-button.recruit {
    color: #fff;
    background: #D09C9C;
  }
  .service-eyecatch-button span {
    font-size: 10px;
    margin-left: -8px;
    letter-spacing: 0.07em;
  }
  .service-eyecatch-button-icon {
    position: absolute;
    right: 7px;
    top: calc(50% - 4px)
    width: 11px;
    height: 7px;
  }
  .service-insurance-content {
    margin-bottom: 50px;
  }
  .service-insurance-title {
    margin-top: 60px;
    font-size: 18px;
  }
  .service-insurance-title-hr {
    margin-top: 10px;
  }
  .service-insurance-image {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (min-width:769px) and ( max-width:1430px) {
  .eyecatch-service {
    height: 320px;
  }
  .eyecatch-service-title-ja {
    font-size: 32px;
  }
  .eyecatch-service-title-en {
    font-size: 24px;
  }
  .service-title {
    margin-top: 36px;
  }
  .service-subtitle {
    margin-top: 16px;
    font-size: 24px;
  }
  .service-eyecatch-button {
    margin: 0 4px;
  }
  .service-eyecatch-button span {
    font-size: 8px;
    margin-left: -8px;
    letter-spacing: 0.07em;
  }
  .service-insurance-title {
    margin-top: 56px;
    font-size: 24px;
  }
}
