@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  position: relative;
  /*---------------------------------------
  KV
  ---------------------------------------*/
  /*---------------------------------------
  コンテンツ
  ---------------------------------------*/
  /*---------------------------------------
  news
  ---------------------------------------*/
  /*---------------------------------------
  business
  ---------------------------------------*/
  /*---------------------------------------
  transport
  ---------------------------------------*/
  /*---------------------------------------
  recruit
  ---------------------------------------*/
  /*---------------------------------------
  company
  --------------------------------------*/
}
.index .mainImg {
  z-index: -10;
}
.index .mainImg .mainCopy {
  position: relative;
}
.index .mainImg .mainCopy figure {
  margin-bottom: 0;
}
.index .mainImg .mainCopy figure img {
  width: 100vw;
  height: auto;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.index .mainImg .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 275px;
}
@media screen and (min-width:1025px) {
  .index .mainImg {
    margin-bottom: 0;
  }
  .index .mainImg .mainCopy figure {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .index .mainImg .mainCopy figure img {
    height: 70vh;
  }
  .index .mainImg .copy {
    width: 350px;
  }
}
.index .contents {
  position: relative;
}
.index .contents h2 {
  color: #A5925C;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.8rem;
  width: 100%;
  text-align: left;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.index .contents h2 .Ttl {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  border-bottom: 2px solid #A5925C;
  padding-bottom: 8px;
}
.index .contents h2 .subTtl {
  color: #000000;
  font-size: 15px;
}
.index .contents h2 .subTtl .big {
  font-size: 24px;
}
.index .contents .mg {
  padding-left: 24px;
  padding-right: 24px;
}
.index .contents figure {
  margin-bottom: 0;
  width: 100%;
}
.index .contents figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}
.index .contents .sectionBody {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.index .contents .sectionTtl {
  margin: 0;
}
.index .contents .detailsBtn {
  width: 200px;
  margin: auto;
  display: block;
}
.index .contents .dpi {
  display: inline-block;
}
.index .contents .contentTxt {
  width: 80%;
  margin: auto;
}
.index .contents .contentTxt p {
  margin: auto;
  line-height: 1.8;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (min-width:640px) {
  .index .contents .flex {
    display: flex;
    justify-content: space-between;
  }
  .index .contents .Wap figure {
    width: 50%;
  }
  .index .contents .Wap .contentTxt {
    width: 50%;
  }
  .index .contents .Wap .contentTxt p {
    width: 100%;
  }
  .index .contents .Wap .contentTxt .detailsBtn {
    margin: 0;
  }
}
@media screen and (min-width:1025px) {
  .index .contents .Wap .contentTxt {
    width: 45%;
  }
  .index .contents .Wap .contentTxt p {
    font-size: 32px;
  }
}
.index .news {
  position: relative;
  background-color: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 40px;
}
.index .news h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 320px;
}
.index .news h2 .newsTtl {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
.index .news h2 .small {
  font-size: 15px;
}
.index .news .sectionBody {
  margin-bottom: 0;
}
.index .news .newsTxt {
  max-width: 960px;
}
.index .news .newsTxt ul {
  margin: 0;
  padding: 0;
}
.index .news .newsTxt ul li {
  display: flex;
  margin: auto;
  margin-bottom: 20px;
}
.index .news .newsTxt ul li time {
  margin: auto;
  display: block;
  width: 50%;
  position: relative;
}
.index .news .newsTxt ul li time:after {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 12px;
  max-height: 12px;
  background-image: url(../img/index/circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translate(-11%, -50%);
}
.index .news .newsTxt ul li a {
  font-size: 14px;
  width: 50%;
  color: #000000;
}
.index .news .newsTxt ul li a p {
  margin: 0;
}
.index .news .newsTxt .all {
  margin-top: 40px;
}
.index .news .newsTxt .all img {
  width: 200px;
}
@media screen and (min-width:640px) {
  .index .news h2 {
    margin-bottom: 20px;
  }
  .index .news .newsTxt ul {
    width: 80%;
    margin: auto;
  }
  .index .news .newsTxt ul li time {
    width: 40%;
    text-align: right;
    margin-right: 40px;
  }
  .index .news .newsTxt ul li time:after {
    right: -20px;
    top: 50%;
    transform: translate(6px, -50%);
  }
  .index .news .newsTxt ul li a {
    width: 60%;
  }
}
@media screen and (min-width:1025px) {
  .index .news {
    position: relative;
  }
  .index .news .sectionBody {
    max-width: 400px;
  }
  .index .news .br {
    display: none;
  }
  .index .news .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .index .news .newsTxt {
    max-width: 960px;
  }
  .index .news .newsTxt ul {
    width: 830px;
  }
  .index .news .newsTxt ul li time {
    width: 20%;
    text-align: right;
    margin: 0;
    margin-right: 40px;
  }
  .index .news .newsTxt ul a {
    width: 70%;
  }
}
.index .business {
  position: relative;
  margin: 80px 0;
}
.index .business h2 {
  border-bottom: 80px solid #000;
  border-right: 58px solid transparent;
  height: 0;
  max-width: 1160px;
  margin: 0;
  width: 90%;
  transform: rotateX(180deg);
  position: relative;
}
.index .business h2 img {
  position: absolute;
  left: 30px;
  transform: rotateX(-180deg) translate(0px, -22px);
}
.index .business a {
  position: absolute;
  top: 60px;
  right: 5px;
}
@media screen and (min-width:640px) {
  .index .business {
    display: flex;
    align-items: center;
  }
  .index .business h2 {
    width: 80%;
  }
  .index .business a {
    position: static;
    margin-left: -130px;
    z-index: 1;
  }
}
.index .transport {
  position: relative;
  margin: 80px 0;
  padding-top: 60px;
}
.index .transport h2 {
  border-bottom: 80px solid #333;
  border-left: 58px solid transparent;
  height: 0;
  max-width: 1160px;
  margin: 0;
  width: 90%;
  position: absolute;
  right: 0;
  top: 0;
}
.index .transport h2 img {
  position: absolute;
  top: 24px;
  left: 10px;
}
@media screen and (min-width:640px) {
  .index .transport h2 {
    width: 60%;
  }
  .index .transport .mg {
    padding-right: 8%;
    padding-left: 4%;
  }
}
.index .recruit {
  position: relative;
  margin: 80px 0;
}
.index .recruit h2 {
  border-bottom: 80px solid #333;
  border-right: 58px solid transparent;
  height: 0;
  max-width: 1160px;
  margin: 0;
  width: 90%;
  transform: rotateX(180deg);
  position: relative;
}
.index .recruit h2 img {
  position: absolute;
  left: 30px;
  transform: rotateX(-180deg) translate(0px, -22px);
}
.index .recruit .flex {
  flex-direction: row-reverse;
}
.index .recruit figure {
  margin-top: -20px;
}
@media screen and (min-width:640px) {
  .index .recruit h2 {
    width: 60%;
  }
  .index .recruit .mg {
    padding-right: 8%;
    padding-left: 4%;
  }
}
.index .company {
  position: relative;
  padding-top: 20px;
  margin: 0%;
  margin-left: auto;
  margin-right: auto;
}
.index .company h2 {
  position: absolute;
  top: -45px;
}
.index .company h2 figure {
  max-width: 440px;
  margin: auto;
  width: 90%;
}
.index .company .contentTxt {
  padding-top: 40px;
  padding-bottom: 120px;
  background-color: #F2F2F2;
  margin: 0;
  width: 100%;
  text-align: center;
}
.index .company .contentTxt p {
  max-width: 960px;
}
@media screen and (min-width:1025px) {
  .index .company .contentTxt p {
    font-size: 32px;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower header {
  padding-top: 80px;
  background-color: #333;
}
@media screen and (min-width:1025px) {
  .lower .headerWrap h1 {
    top: -180px;
  }
}
.lower .pageTtl {
  width: 100%;
  padding: 80px;
  background: #F2F2F2;
  letter-spacing: 0.3em;
  text-align: center;
  z-index: 10;
  position: relative;
  color: #A5925C;
}
.lower .pageTtl h2 {
  font-size: 1.75rem;
}

.lower .contents section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
.lower .sectionBody .leadText {
  background-color: #F2F2F2;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  color: #A5925C;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding-left: 24px;
  padding-right: 24px;
}

.bgGray {
  background-color: #F2F2F2;
  padding: 32px 40px;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.blog a {
  color: #000000;
}
.blog .drawer .gnav ul li a figure {
  margin: 0;
}
.blog .footer .footerInfoWrap .footerInfo address p {
  font-style: normal;
}

.lower {
  position: relative;
}
.lower .contents .wrapper {
  margin: auto;
}
@media screen and (min-width:1025px) {
  .lower .contents .wrapper {
    margin-bottom: 80px;
  }
}
.lower .contents .wrapper .mg {
  padding: 0 24px;
}
.lower .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
}
.lower .contents .wrapper .articleWrap .article h3 {
  color: #A5925C;
  margin: 24px 0;
  font-size: 24px;
}
.lower .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  color: #A5925C;
}
.lower .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #A5925C;
  text-align: center;
}
.lower .contents .wrapper .sideBox section form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
  margin-right: 4px;
}
.lower .contents .wrapper .sideBox section form .searchBtn {
  background-color: #A5925C;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
}
.lower .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
@media screen and (min-width:640px) {
  .lower .contents .wrapper {
    display: flex;
  }
  .lower .contents .wrapper .sideBox section {
    width: 230px;
  }
  .lower .contents .wrapper .sideBox section form .search {
    width: 66%;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower .contents .wrapper .sideBox section {
    width: 275px;
  }
}

.lower .contents .information {
  padding-bottom: 0;
  margin-bottom: 130px;
}
.lower .contents .information .pd {
  padding: 0 3%;
}
.lower .contents .information .address p {
  margin-bottom: 10px;
}
.lower .contents .information .address p:last-child {
  margin-bottom: 0;
}

.lower .contents .recruit .sectionTtl {
  margin-bottom: 32px;
}
.lower .contents .recruit ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.lower .contents .recruit ol li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.lower .contents .recruit ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  border: 1px solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  color: #000;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.lower .contents .recruit ul li {
  margin-bottom: 10px;
}
.lower .contents .recruit .hours p {
  margin-bottom: 10px;
}
.lower .contents .recruit .point p {
  margin-bottom: 10px;
}
@media screen and (min-width:1025px) {
  .lower .contents .recruit {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .lower .contents .recruit .w80 {
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  .lower .contents .welfare {
    margin-bottom: 140px;
    text-align: center;
  }
  .lower .contents .welfare ul li {
    text-align: center;
  }
}

.lower .business figure img {
  width: 100%;
}
.lower .business .businessContent {
  margin-bottom: 40px;
}
.lower .business .vehicle {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lower .business .vehicle .vehicleContent {
  margin-bottom: 40px;
}
.lower .business .vehicle .vehicleContent .sectionBody {
  margin-top: 0;
}
.lower .business .vehicle .vehicleContent .vehicleTxt {
  margin-bottom: 40px;
}
.lower .business .vehicle .vehicleContent .vehicleTxt ul li {
  margin-bottom: 24px;
  font-size: 20px;
  margin: auto;
  position: relative;
  width: 11.5em;
  color: #A5925C;
  margin-bottom: 20px;
  padding-left: 40px;
}
.lower .business .vehicle .vehicleContent .vehicleTxt ul li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
  content: "";
  background-color: #A5925C;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.lower .business .space {
  margin-right: 10px;
}
.lower .business .bgGray {
  background-color: #F2F2F2;
  padding: 0;
}
@media screen and (min-width:640px) {
  .lower .business .w80 {
    width: 80%;
  }
  .lower .business .vehicle .vehicleContent .vehicleImg figure {
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:1025px) {
  .lower .business .businessMain .MainTxt {
    text-align: center;
  }
  .lower .business .flex {
    display: flex;
    justify-content: space-between;
  }
  .lower .business .reverse {
    flex-direction: row-reverse;
  }
  .lower .business .w80 {
    width: 100%;
  }
  .lower .business .businessContent {
    margin-bottom: 0;
  }
  .lower .business .businessContent figure {
    width: 50%;
    margin-bottom: 0;
  }
  .lower .business .businessContent .businessTxt {
    width: 50%;
    padding-top: 3em;
    padding-left: 48px;
  }
  .lower .business .reverse .businessTxt {
    padding-top: 3em;
    padding-left: 24px;
    padding-right: 48px;
  }
  .lower .business .vehicle {
    background-color: #F2F2F2;
  }
  .lower .business .vehicle .vehicleContent .sectionBody {
    margin-top: 0;
  }
  .lower .business .vehicle .vehicleContent .vehicleImg {
    display: flex;
    justify-content: space-between;
  }
  .lower .business .vehicle .vehicleContent .vehicleImg figure {
    margin-right: 20px;
  }
  .lower .business .vehicle .vehicleContent .vehicleImg figure:last-child {
    margin-right: 0;
  }
}

.lower .contents .contactMain {
  text-align: center;
  background-color: #ffffff;
}
.lower .contents .contactMain .h3-style {
  margin-bottom: 12px;
}
.lower .contents .contactMain .contactMainTel a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 32px;
}
.lower .contents .contactContent .formTable {
  width: 100%;
}
.lower .contents .contactContent .formTable tr {
  border-bottom: 1px solid #dedede;
  display: block;
  width: 100%;
  margin-top: 1.5em;
}
.lower .contents .contactContent .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contents .contactContent .formTable tr td input {
  border: 1px solid #dedede;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
  max-width: 100%;
}
.lower .contents .contactContent .formTable tr td textarea {
  border: 1px solid #dedede;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
}
.lower .contents .contactContent .formTable tr th {
  letter-spacing: 0.15em;
  margin-top: 1.5em;
}
.lower .contents .contactContent .formTable tr th:last-child {
  margin-top: 0;
}
.lower .contents .contactContent .formTable tr th .required {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #A5925C;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contents .contactContent .formBtn {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.lower .contents .contactContent .formBtn input[type=button],
.lower .contents .contactContent .formBtn input[type=reset],
.lower .contents .contactContent .formBtn input[type=submit] {
  font-size: 1.15em;
  font-weight: normal;
  background-color: #A5925C;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 0;
  border: none;
  letter-spacing: 0.3em;
  text-indent: 0.5em;
  width: 100%;
}
.lower .contents .error_messe {
  color: #6f5024;
  font-weight: bold;
}
@media screen and (min-width:1025px) {
  .lower .contents .flex {
    display: flex;
    justify-content: center;
  }
  .lower .contents .contactMain .h3-style {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .lower .contents .contactContent .sectionBody {
    margin-bottom: 120px;
  }
  .lower .contents .contactContent .formTable tr {
    display: flex;
    align-items: center;
  }
  .lower .contents .contactContent .formTable tr:last-child {
    align-items: flex-start;
  }
  .lower .contents .contactContent .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0;
  }
  .lower .contents .contactContent .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .contents .contactContent .formTable tr td .formM {
    width: 20em;
  }
  .lower .contents .contactContent .formTable tr td .formL {
    width: 30em;
  }
  .lower .contents .contactContent .formBtn input[type=button],
.lower .contents .contactContent .formBtn input[type=reset],
.lower .contents .contactContent .formBtn input[type=submit] {
    width: 50%;
  }
}/*# sourceMappingURL=pages.css.map */