/* CSS Document */
section {
  padding-bottom: 10rem; }
  @media screen and (max-width: 991px) {
    section {
      padding-bottom: 8rem; } }
  @media screen and (max-width: 767px) {
    section {
      padding-bottom: 6rem; } }

#advantage h3::first-letter {
  color: #fabe00; }

@media screen and (max-width: 991px) {
  #ul-header .ul-img img {
    object-position: 25% center; } }

#service .service-contents {
  position: relative;
  padding-top: 10rem; }
  @media screen and (max-width: 767px) {
    #service .service-contents {
      padding-top: 0;
      margin-bottom: 3rem; } }
  #service .service-contents::before {
    content: "";
    position: absolute;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 991px) {
      #service .service-contents::before {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      #service .service-contents::before {
        position: relative;
        width: 100%;
        height: 300px;
        display: block; } }
    @media screen and (max-width: 575px) {
      #service .service-contents::before {
        width: 100%;
        height: 220px; } }
  #service .service-contents .container {
    position: relative;
    z-index: 2; }
    #service .service-contents .container .service-text {
      background: #fff;
      padding: 6rem 0 0 6rem;
      width: 50%;
      margin: 0 0 0 auto;
      position: relative; }
      @media screen and (max-width: 991px) {
        #service .service-contents .container .service-text {
          padding: 5rem 0 0 5rem;
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #service .service-contents .container .service-text {
          width: 100%;
          padding: 4rem 0 0; } }
      @media screen and (max-width: 575px) {
        #service .service-contents .container .service-text {
          padding: 2rem 0 0; } }
      #service .service-contents .container .service-text h4 {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 40px;
        font-size: 4rem;
        font-weight: 500;
        font-style: italic;
        color: #289c4c;
        letter-spacing: 0.02em;
        margin-bottom: 1.5rem; }
        @media screen and (max-width: 575px) {
          #service .service-contents .container .service-text h4 {
            font-size: 30px;
            font-size: 3rem; } }
        #service .service-contents .container .service-text h4 span {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 600;
          font-style: normal;
          color: #333;
          margin-left: 2rem; }
          @media screen and (max-width: 575px) {
            #service .service-contents .container .service-text h4 span {
              font-size: 16px;
              font-size: 1.6rem; } }
  #service .service-contents:nth-of-type(1) {
    margin-bottom: 6rem; }
    #service .service-contents:nth-of-type(1)::before {
      left: 0;
      background: url(../img/business-main1.jpg) center/cover no-repeat;
      background-position: left center; }
      @media screen and (max-width: 1399px) {
        #service .service-contents:nth-of-type(1)::before {
          background-position: 20% center; } }
      @media screen and (max-width: 1199px) {
        #service .service-contents:nth-of-type(1)::before {
          background-position: 25% center; } }
      @media screen and (max-width: 991px) {
        #service .service-contents:nth-of-type(1)::before {
          background-position: 35% center; } }
  #service .service-contents:nth-of-type(2) {
    margin-bottom: 0; }
    #service .service-contents:nth-of-type(2)::before {
      right: 0;
      background: url(../img/business-main2.jpg) center/cover no-repeat; }
    #service .service-contents:nth-of-type(2) .container .service-text {
      padding: 6rem 6rem 0 0;
      margin: 0 auto 0 0; }
      @media screen and (max-width: 991px) {
        #service .service-contents:nth-of-type(2) .container .service-text {
          padding: 5rem 5rem 0 0;
          width: 60%; } }
      @media screen and (max-width: 767px) {
        #service .service-contents:nth-of-type(2) .container .service-text {
          width: 100%;
          padding: 4rem 0 0; } }
      @media screen and (max-width: 575px) {
        #service .service-contents:nth-of-type(2) .container .service-text {
          padding: 2rem 0 0; } }
      #service .service-contents:nth-of-type(2) .container .service-text h4 {
        color: #fabe00; }

#vehicle figure {
  margin-bottom: 3rem; }
  @media screen and (max-width: 575px) {
    #vehicle figure {
      margin-bottom: 2rem; } }
  #vehicle figure div {
    height: 300px;
    margin-bottom: 0.5rem;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      #vehicle figure div {
        height: 200px; } }
    @media screen and (max-width: 767px) {
      #vehicle figure div {
        height: 250px; } }
    @media screen and (max-width: 575px) {
      #vehicle figure div {
        height: 200px; } }
    #vehicle figure div img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #vehicle figure figcaption {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    letter-spacing: 0.05em; }
#vehicle .point {
  position: relative;
  background-color: #dff0e4;
  padding: 3rem;
  border-radius: 10px;
  text-align: center; }
  @media screen and (max-width: 575px) {
    #vehicle .point {
      padding: 2rem;
      margin-top: 2rem; } }
  #vehicle .point dl {
    margin-top: -6rem;
    text-align: justify; }
    @media screen and (max-width: 575px) {
      #vehicle .point dl {
        margin-top: -5rem; } }
    #vehicle .point dl dt {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 33px;
      font-size: 3.3rem;
      font-weight: 500;
      color: #289c4c; }
    #vehicle .point dl dd {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.8; }
  #vehicle .point img {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 400px; }
    @media screen and (max-width: 1199px) {
      #vehicle .point img {
        width: 350px; } }
    @media screen and (max-width: 991px) {
      #vehicle .point img {
        width: 230px;
        top: 23%;
        right: 2%; } }
    @media screen and (max-width: 767px) {
      #vehicle .point img {
        position: relative;
        top: 0;
        right: 0;
        margin-top: -1rem; } }
    @media screen and (max-width: 575px) {
      #vehicle .point img {
        margin-top: 1rem; } }

#advantage .row {
  margin-bottom: 6rem; }
  @media screen and (max-width: 575px) {
    #advantage .row {
      margin-bottom: 4rem; } }
  #advantage .row:last-child {
    margin-bottom: 3rem; }
    @media screen and (max-width: 575px) {
      #advantage .row:last-child {
        margin-bottom: 0; } }
#advantage .advantage-img {
  height: 340px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    #advantage .advantage-img {
      height: 300px; } }
  @media screen and (max-width: 991px) {
    #advantage .advantage-img {
      height: 220px; } }
  @media screen and (max-width: 767px) {
    #advantage .advantage-img {
      height: 270px;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 575px) {
    #advantage .advantage-img {
      height: 220px; } }
  #advantage .advantage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#advantage .advantage-text img {
  width: 260px;
  margin-bottom: 2rem; }
  @media screen and (max-width: 991px) {
    #advantage .advantage-text img {
      width: 170px;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 575px) {
    #advantage .advantage-text img {
      width: 130px; } }
#advantage .advantage-text h4 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1.5rem; }
  @media screen and (max-width: 991px) {
    #advantage .advantage-text h4 {
      font-size: 21px;
      font-size: 2.1rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 575px) {
    #advantage .advantage-text h4 {
      font-size: 19px;
      font-size: 1.9rem; } }
#advantage .advantage-text p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2; }
  @media screen and (max-width: 991px) {
    #advantage .advantage-text p {
      line-height: 1.75; } }

#safety {
  padding-bottom: 0; }
  #safety .safety-bg {
    padding: 8rem 0;
    background-color: #f0f8f2; }
    @media screen and (max-width: 991px) {
      #safety .safety-bg {
        padding: 6rem 0; } }
    @media screen and (max-width: 575px) {
      #safety .safety-bg {
        padding: 4rem 0; } }
  #safety .container {
    position: relative; }
    #safety .container > img {
      position: absolute;
      width: 200px;
      top: -10%;
      left: -6%; }
      @media screen and (max-width: 1399px) {
        #safety .container > img {
          left: -15px; } }
      @media screen and (max-width: 1199px) {
        #safety .container > img {
          width: 170px;
          top: -9%;
          left: -5px; } }
      @media screen and (max-width: 991px) {
        #safety .container > img {
          width: 150px; } }
      @media screen and (max-width: 767px) {
        #safety .container > img {
          width: 120px;
          top: -3%; } }
      @media screen and (max-width: 575px) {
        #safety .container > img {
          width: 100px;
          left: 1rem; } }
  #safety .row {
    margin: 0 -3rem; }
    @media screen and (max-width: 991px) {
      #safety .row {
        margin: 0 -1.5rem; } }
    #safety .row > div {
      padding: 0 3rem;
      margin-bottom: 6rem; }
      @media screen and (max-width: 991px) {
        #safety .row > div {
          padding: 0 1.5rem;
          margin-bottom: 4rem; } }
  #safety .safety-img {
    height: 300px;
    overflow: hidden;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 991px) {
      #safety .safety-img {
        height: 200px;
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      #safety .safety-img {
        height: 270px; } }
    @media screen and (max-width: 575px) {
      #safety .safety-img {
        height: 200px; } }
    #safety .safety-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #safety h5 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 1rem; }
    @media screen and (max-width: 991px) {
      #safety h5 {
        font-size: 22px;
        font-size: 2.2rem; } }
    @media screen and (max-width: 575px) {
      #safety h5 {
        font-size: 20px;
        font-size: 2rem; } }
  #safety ul li {
    font-size: 15px;
    font-size: 1.5rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
    line-height: 1.3;
    margin-bottom: 0.5rem; }
    #safety ul li::before {
      font-family: "Font Awesome 5 Free";
      content: "\f14a";
      font-weight: 900;
      color: #fabe00;
      margin-right: 0.5em; }
