@charset "UTF-8";
.page-header {
  margin-bottom: 60px;
}
.page-header > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-nav {
  margin-bottom: 80px;
}
.page-nav .page-list {
  display: flex;
  justify-content: center;
}
.page-nav .page-list li {
  width: calc(20% - 10px);
}
.page-nav .page-list li a {
  display: block;
}
.page-nav .page-list li .thumb {
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-nav .page-list li h3.page-title {
  color: #7ab929;
  text-align: center;
  font-size: clamp(18px, 3vw, 26px);
}

/*下層ページ共通*/
.page-header-title02 {
  margin-bottom: 60px;
}
.page-header-title02 h1 {
  text-align: center;
  color: #333;
  font-size: clamp(20px, 4vw, 50px);
  line-height: 1.5;
  position: relative;
  margin-bottom: 40px;
}
.page-header-title02 h1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: #7ab929;
  bottom: -20px;
}
.page-header-title02 p {
  text-align: center;
  font-size: 20px;
}
.page-header-title02 .page-header-sub {
  max-width: 1200px;
  margin: 60px auto 0;
}
.page-header-title02 .page-header-sub h3 {
  font-size: 32px;
  font-weight: bold;
  color: #7ab929;
  margin-left: 20px;
  text-align: center;
}
.page-header-title02 .page-header-sub p {
  font-size: 20px;
  color: #333;
  margin-left: 20px;
  margin-top: 20px;
  text-align: center;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sec {
  margin-bottom: 80px;
}

.block-title {
  text-align: center;
  color: #7ab929;
  font-size: clamp(20px, 3vw, 24px);
  padding: 16px 12px;
  border: 1px solid #7ab929;
  margin-bottom: 30px;
  font-weight: bold;
}
.block-title + p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}

.txt-center {
  text-align: center;
}

.hoshou-box {
  margin-bottom: 30px;
}
.hoshou-box .dl-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hoshou-box .dl-list dt,
.hoshou-box .dl-list dd {
  padding: 18px;
}
.hoshou-box .dl-list dt {
  width: 250px;
  padding-left: 40px;
}
.hoshou-box .dl-list dd {
  width: calc(100% - 250px);
  line-height: 1.7;
  position: relative;
}
.hoshou-box .dl-list dd::after {
  position: absolute;
  content: "";
  background: #ccc;
  width: calc(100% + 250px);
  height: 1px;
  left: -250px;
  bottom: 0;
}
.hoshou-box .dl-list dd:last-of-type:after {
  content: none;
}
.hoshou-box .dl-list .link-btn {
  text-align: right;
  padding-top: 10px;
}
.hoshou-box .dl-list .link-btn a {
  display: inline-block;
}
.hoshou-box .dl-list .link-btn a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #57bbe5;
  border-right: 2px solid #57bbe5;
  transform: rotate(45deg);
  margin-right: 20px;
}
.hoshou-box .green-txt {
  color: #7ab929;
}
.hoshou-box .blue-txt {
  color: #57bbe5;
}
.hoshou-box h4 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.hoshou-box h4 span {
  color: #7ab929;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #7ab929;
  font-size: 20px;
  font-weight: bold;
}
.hoshou-box h4 span.bdnone {
  border-bottom: none;
}
.hoshou-box ul {
  margin: 20px 0 20px 40px;
}
.hoshou-box ul li {
  padding: 0 0 0 20px;
  margin-bottom: 12px;
  line-height: 1.6;
  position: relative;
}
.hoshou-box ul li:before {
  content: "";
  width: 8px;
  height: 20px;
  background: #7ab929;
  position: absolute;
  left: 0;
  top: 3px;
}

.type-list {
  display: flex;
  gap: 20px;
}
.type-list .car {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.type-list .thumb {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.type-list .txt {
  background: #f1f1f1;
  padding: 16px;
  flex-basis: 100%;
}
.type-list .txt .block {
  margin-bottom: 12px;
}
.type-list .txt p {
  text-align: center;
  font-size: 14px;
}
.type-list .txt p.green-txt {
  font-size: 16px;
}
.type-list .price-btn {
  text-align: right;
  padding-top: 10px;
}
.type-list .price-btn a {
  display: inline-block;
}
.type-list .price-btn a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #7ab929;
  border-right: 2px solid #7ab929;
  transform: rotate(45deg);
  margin-right: 20px;
}

.flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
}
.flow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%) rotate(225deg);
  width: 20px;
  height: 20px;
  border-top: 4px solid #7ab929;
  border-left: 4px solid #7ab929;
}
.flow:last-of-type::after {
  content: none;
}
.flow .step {
  width: 136px;
  height: 136px;
  border-radius: 100vmax;
  border: 1px solid #7ab929;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7ab929;
  font-size: 38px;
}
.flow .step > span {
  font-size: 48px;
}
.flow .icon {
  width: 160px;
  text-align: center;
  padding: 0 30px;
}
.flow .txt {
  flex: 1;
}
.flow .txt h3 {
  font-size: 22px;
  color: #666;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.flow .txt p {
  color: #666;
}
.flow .txt p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: rgb(52, 19, 216);
}

.moving h2 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
.moving p {
  font-size: 20px;
  line-height: 2;
}
.moving p em {
  font-style: normal;
  color: red;
}
@media screen and (max-width: 768px) {

  .sec {
    padding: 0px 3% 0px 3%;
    margin-bottom: 30px;
  }
  .moving h2 {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .moving p {
    font-size: 16px;
    line-height: 2;
  }

  .page-header-title02 {
    margin-bottom: 30px;
  }

  .page-nav {
    margin-bottom: 30px;
}

  .page-header-title02 .page-header-sub h3 {
    line-height: 1.4;
    margin-left: 0px;
  }

  .page-nav .page-list li .thumb {
    height: 160px;
  }

  .page-header-title02 .page-header-sub p {
    font-size: 18px;
    color: #333;
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }

  .type-list {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .type-list .car {
    width: 100%;
  }

  .hoshou-box .dl-list dt {
    width: 100%;
    padding: 18px 0px 0px 18px;
}

.flow {
  flex-wrap: wrap;
  justify-content: center;
}

.hoshou-box .dl-list dd {
  width:100%;
  line-height: 1.7;
  position: relative;
}

.hoshou-box ul {
  margin: 20px 0 20px 0px;
}

.flow .txt {
  width: 100%;
  flex:auto;
  padding: 20px 0px 0px 0px;
}

.page-nav .page-list {
  flex-wrap: wrap;
}

.page-nav .page-list li {
  width: calc(33% - 10px);
  margin: 0px 1% 20px 1%;
}

.hoshou-box .dl-list dd::after {
  width: 100%;
  left: 0;
}

}/*# sourceMappingURL=firsttime.css.map */