main {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9;
  padding: 85px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding: 60px 0 0;
    font-size: 15px;
  }
}
main .inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 767px) {
  main .inner {
    margin: 0 auto;
  }
}

.breadcrumbs {
  color: #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0.6666666667vw 0;
  }
}
.breadcrumbs .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .inner {
    align-items: center;
  }
}
.breadcrumbs span.this {
  color: var(--black);
}
.breadcrumbs .arrow {
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow {
    margin: 0 15px;
  }
}
.breadcrumbs .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: solid 2px #cccccc;
  border-right: solid 2px #cccccc;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .arrow::before {
    width: 8px;
    height: 8px;
  }
}
.breadcrumbs a {
  color: #cccccc;
}

.pagettl {
  color: var(--blue);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
}
@media screen and (max-width: 1500px) {
  .pagettl {
    padding: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .pagettl {
    padding: 0;
    height: 37.3333333333vw;
  }
}
.pagettl-bg {
  background: url(../img/headbg01.png);
  background-repeat: no-repeat;
  background-position: center bottom -8px;
}
@media screen and (max-width: 767px) {
  .pagettl-bg {
    background-size: 160% auto;
  }
}
.pagettl-box {
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pagettl-box {
    width: 90%;
  }
}
.pagettl-txt {
  font-size: 18px;
  width: 100%;
  padding-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt {
    font-size: 2.4vw;
    padding-top: 1.3333333333vw;
  }
}
.pagettl-txt02 {
  font-size: 60px;
  line-height: 1.2;
  padding-top: 5px;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagettl-txt02 {
    height: 2.1333333333vw;
    font-size: 8vw;
    padding-top: 0.6666666667vw;
  }
}

#about01 {
  margin: 50px 0 0;
  padding-bottom: 90px;
  background: url(../img/bgline01.png), url(../img/bgline02.png), url(../img/bgline02.png);
  background-size: 984px, 984px, 984px;
  background-repeat: no-repeat;
  background-position: center right calc(50% + 1070px), top 28px left calc(50% + 1070px), bottom -325px left calc(50% + 1070px);
}
@media screen and (max-width: 767px) {
  #about01 {
    margin: 40px 0 0;
    padding-bottom: 60px;
    background-size: none;
  }
}
#about01 .about-box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about01 .about-box {
    margin: 0 auto;
  }
}
#about01 .about-info {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #cccccc;
  padding: 42px 80px;
}
@media screen and (max-width: 767px) {
  #about01 .about-info {
    padding: 15px;
  }
}
#about01 .about-info:last-child {
  border-bottom: none;
}
#about01 .about-info-ttl {
  width: 255px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #about01 .about-info-ttl {
    width: 130px;
  }
}
#about01 .about-info-txt {
  width: calc(100% - 255px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #about01 .about-info-txt {
    width: calc(100% - 130px);
  }
}
#about01 .about-info-txt .car {
  display: inline-block;
  border: solid 1px;
  text-align: center;
  border-radius: 5px;
  width: 100px;
  height: 24px;
  margin-right: 9px;
  padding: 2px;
  font-size: 10px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  #about01 .about-info-txt .car {
    border-radius: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
