@charset 'utf-8';

body {
  font-family:  YakuHanJP_Narrow, 'Hiragino Sans', ヒラギノ角ゴシック, "Meiryo", sans-serif;
}

section {
  margin-top: 100px;
}

/*---------------------------------------------------
page-title
---------------------------------------------------*/
.page-title {
  padding: 1rem 0;
  background: var(--green);
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  color: #fff;
}


.page-title .pt1,
.page-title .pt2 {
  font-size: 4rem;
}

.page-title .pt2 {
  margin-left: 10%;
}

.page-title .pt2 span {
  position: relative;
  font-size: 2.5rem;
  padding-left: 30px;
}

.page-title .pt2 span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -200px;
  display: inline-block;
  width: 9.5rem;
  height: 9.4rem;
  background: url('../img/carrental.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:960px) {
  .page-title {
    margin-top: -60px;
    font-weight: 300;
    color: #fff;
  }

  .page-title .pt1,
  .page-title .pt2 {
    font-size: 2.5rem;
    text-align: center;
    margin: 0;
  }

  .page-title .pt2 span {
    display: block;
    padding: 0;
    font-size: 1.5rem;
  }

  .page-title .pt2 span::after {
    content: none;
  }
}

/*---------------------------------------------------
service-title
---------------------------------------------------*/
.wrapper {
  text-align: left;
}

.service-title h2 {
  margin: 50px 0;
  font-size: 2.5rem;
  font-weight: 500;
  color: #707070;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  text-align: center;
}

.service-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width:960px) {
  .service-desc {
    font-size: 1rem;
  }

  .service-desc br {
    display: none;
  }
}

.sentence {
  margin-top: 1.5rem;
  line-height: 1.25;
}

.list {
  margin-top: 1rem;
}

.list ul li {
  margin-top: 1rem;
}

.list ul li span {
  display: block;
  margin-left: 1.75rem;
}

.list ul li ul {
  margin-left: 1.75rem;
}

.list ul li ul li {
  margin-top: 0;
  line-height: 1.5;
}

.text {
  margin-top: 0.5rem;
}