@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.service {
  padding-top: 35px;
  padding-bottom: 160px;
}
@media screen and (max-width: 850px) {
  .service {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.driver .s_ttl {
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 850px) {
  .driver .s_ttl {
    display: block;
  }
}
.driver .s_ttl::after {
  position: absolute;
  content: "";
  right: 275px;
  width: 150%;
  height: 185px;
  bottom: 50px;
  transition: 0.3s ease-in-out;
  background: #F0F0F0;
  background-size: 100% 100%;
  border-radius: 0 0 30px 0;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .driver .s_ttl::after {
    height: 70%;
    bottom: auto;
    top: 0;
    right: 45px;
  }
}
.driver .s_ttl .txt {
  position: relative;
  z-index: 5;
  width: calc(100% - 400px);
  font-size: 35px;
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .driver .s_ttl .txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 850px) {
  .driver .s_ttl .txt {
    font-size: 22px;
    padding-bottom: 30px;
    width: 100%;
    padding-top: 20px;
  }
}
.driver .s_ttl .txt span {
  display: block;
  font-family: "Jost", serif;
  color: #D20A14;
  text-align: left;
  line-height: 1.43;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .driver .s_ttl .txt span {
    font-size: 22px;
  }
}
@media screen and (max-width: 850px) {
  .driver .s_ttl .txt span {
    font-size: 18px;
  }
}
.driver .s_ttl .img {
  position: relative;
  z-index: 5;
  width: 400px;
}
@media screen and (max-width: 850px) {
  .driver .s_ttl .img {
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 850px) {
  .driver .list_sp_t0 {
    margin-top: 0 !important;
  }
}
.driver .list {
  display: block;
  margin-top: -10px;
}
@media screen and (max-width: 850px) {
  .driver .list {
    margin-top: 20px;
  }
}
.driver .list li {
  width: 100%;
}
.driver .list li + li {
  margin-top: 50px;
}
@media screen and (max-width: 850px) {
  .driver .list li + li {
    margin-top: 30px;
  }
}
.driver .list li .ttl {
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: fit-content;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .driver .list li .ttl {
    margin-bottom: 10px;
    padding: 3px 20px;
    font-size: 16px;
  }
}
.driver .list li p {
  line-height: 1.625;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .driver .list li p {
    font-size: 14px;
  }
}
.driver .m_t_30 {
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .driver .m_t_30 {
    margin-top: 20px;
  }
}
.driver .m_t_40 {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  .driver .m_t_40 {
    margin-top: 25px;
  }
}
.driver .d_content {
  max-width: 900px;
}
.m_t_120 {
  margin-top: 120px;
}
@media screen and (max-width: 850px) {
  .m_t_120 {
    margin-top: 60px;
  }
}
