@charset "UTF-8";
main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0vw;
}

#contacts {
  margin-top: 20vw;
}
#contacts .boxes {
  width: 92vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 5.3333333333vw;
}
#contacts .boxes .box {
  width: 100%;
  height: 76vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background: #f3f1e8;
  border-radius: 2.6666666667vw;
  padding: 4vw;
}
#contacts .boxes .box .title {
  text-align: center;
  font-size: 10.6666666667vw;
  line-height: 1;
  font-family: "Oswald", serif;
  color: #9a7d4f;
}
#contacts .boxes .box .contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6vw;
}
#contacts .boxes .box .contents .link a {
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 5.6vw;
  line-height: 1;
  color: #9a7d4f;
  letter-spacing: 0.08em;
  font-weight: normal;
  font-family: "Oswald", serif;
  position: relative;
}
#contacts .boxes .box .contents .link a:before {
  content: "";
  display: block;
  width: 5.6vw;
  height: 4.2666666667vw;
  background: url(../img/common/icon-mail-brown.png) center center no-repeat;
  margin-right: 1.0666666667vw;
}
#contacts .boxes .box .contents .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#contacts .boxes .box .contents .link a:hover:before {
  background-image: url(../img/common/icon-mail-white.png);
}
#contacts .boxes .box .text {
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
}

/**
エコプランニングが選ばれる理由
*/
#page-reason h3 {
  display: flex;
  justify-content: center;
  font-size: 5.6666666667vw;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #006100;
}
#page-reason h3:before, #page-reason h3:after {
  content: "";
  display: block;
  background: url(../img/reason/reason-title-bg.png) center center no-repeat;
  background-size: contain;
  width: 8.8vw;
  height: 14.4vw;
}
#page-reason h3::before {
  margin-right: 3.7333333333vw;
}
#page-reason h3::after {
  margin-left: 2.9333333333vw;
  transform: scale(-1, 1);
}
#page-reason .boxes {
  margin-top: 8vw;
  padding: 0 4vw;
}
#page-reason .boxes .box {
  display: flex;
  flex-wrap: wrap;
}
#page-reason .boxes .box + .box {
  margin-top: 8vw;
}
#page-reason .boxes .box:nth-of-type(1) {
  background: url(../img/reason/reason01.png) left top no-repeat;
  background-size: 14.6666666667vw auto;
}
#page-reason .boxes .box:nth-of-type(2) {
  background: url(../img/reason/reason02.png) left top no-repeat;
  background-size: 14.6666666667vw auto;
}
#page-reason .boxes .box:nth-of-type(3) {
  background: url(../img/reason/reason03.png) left top no-repeat;
  background-size: 14.6666666667vw auto;
}
#page-reason .boxes .box:nth-of-type(4) {
  background: url(../img/reason/reason04.png) left top no-repeat;
  background-size: 14.6666666667vw auto;
}
#page-reason .boxes .box:nth-of-type(5) {
  background: url(../img/reason/reason05.png) left top no-repeat;
  background-size: 14.6666666667vw auto;
}
#page-reason .boxes .box .title {
  padding-left: 17.3333333333vw;
  padding-bottom: 2.1333333333vw;
  display: flex;
  align-items: center;
  height: 15.2vw;
  font-size: 6.6666666667vw;
  line-height: 1.04;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #692500;
  width: 100%;
  background: url(../img/reason/border02-sp.png) 17.3333333333vw bottom no-repeat;
  background-size: auto 0.9333333333vw;
  margin-bottom: 5.2vw;
}
#page-reason .boxes .box .img {
  width: 65.3333333333vw;
  margin: 0 auto;
}
#page-reason .boxes .box .text {
  width: 100%;
  margin-top: 4.2666666667vw;
}
#page-reason .boxes .box .text p {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
#page-reason .boxes .box .text p + p {
  margin-top: 0.4em;
}
#page-reason .boxes .box .text p strong {
  font-weight: bold;
}
#page-reason .boxes .box .text p strong.red {
  color: #ff0000;
}
#page-reason #top-voice {
  height: 229.3333333333vw;
  background: url(../img/top/sec02-voice-sp.png) center top no-repeat;
  background-size: contain;
  position: relative;
  margin: 3.3333333333vw auto 0;
}
#page-reason #top-voice .link {
  position: absolute;
  top: 20.2666666667vw;
  left: 6.6666666667vw;
}
#page-reason #top-voice .link a {
  width: 40vw;
  height: 7.2vw;
  background-color: #ff7529;
  border-radius: 3.6vw;
  font-size: 3.7333333333vw;
}

/**
サービスのご案内
*/
#page-service .menu {
  padding: 9.3333333333vw 0;
}
#page-service .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333333333vw 0;
}
#page-service .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46vw;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
#page-service .menu ul li a::after {
  content: "";
  display: block;
  width: 1.7333333333vw;
  height: 1.0666666667vw;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 1.8666666667vw;
  margin-top: 0.5333333333vw;
}
#page-service #service {
  background-color: #f3f1e8;
}
#page-service #service .boxes {
  width: 92vw;
  margin: 0 auto;
  padding-top: 0.6666666667vw;
  padding-bottom: 5.3333333333vw;
}
#page-service #service .boxes .box {
  padding: 10.6666666667vw 4vw;
  display: flex;
  flex-wrap: wrap;
}
#page-service #service .boxes .box + .box {
  border-top: 0.2666666667vw solid #bbbbbb;
  margin-top: 2.6666666667vw;
}
#page-service #service .boxes .box .logo {
  width: 100%;
}
#page-service #service .boxes .box .contents {
  display: flex;
  flex-direction: column;
  margin-top: 9.3333333333vw;
  gap: 6vw;
}
#page-service #service .boxes .box .contents .detail {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#page-service #service .boxes .box .contents .detail .title {
  position: relative;
  display: inline-block;
}
#page-service #service .boxes .box .contents .detail .title:before, #page-service #service .boxes .box .contents .detail .title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -0.8vw;
}
#page-service #service .boxes .box .contents .detail .title:before {
  background: #e6dec1;
  left: 0;
  width: 100%;
  height: 2.9333333333vw;
}
#page-service #service .boxes .box .contents .detail .title:after {
  right: -1.0666666667vw;
  width: 0;
  height: 0;
  border-top: 1.4666666667vw solid #e6dec1;
  border-left: 0.6666666667vw solid #e6dec1;
  border-right: 0.6666666667vw solid transparent;
  border-bottom: 1.4666666667vw solid transparent;
}
#page-service #service .boxes .box .contents .detail .title h3 {
  position: relative;
  font-size: 4.5333333333vw;
}
#page-service #service .boxes .box .contents .detail .text {
  margin-top: 6.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
#page-service #service .boxes .box .link {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10vw;
}
#page-service #service .boxes .box .link a {
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #9a7d4f;
  font-weight: bold;
}
#page-service #service .boxes .box .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#page-service #other_service .boxes {
  margin: 0 auto;
  padding-top: 12vw;
  padding-bottom: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
}
#page-service #other_service .boxes .box {
  width: 84vw;
  margin: 0 auto;
}
#page-service #other_service .boxes .box .title {
  width: 100%;
  display: flex;
  align-items: center;
}
#page-service #other_service .boxes .box .title h3 {
  display: flex;
  align-items: center;
  height: 6.1333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
#page-service #other_service .boxes .box .title h3:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 1.3333333333vw;
  height: 100%;
  top: 50%;
  left: -2.6666666667vw;
  transform: translateY(-50%);
}
#page-service #other_service .boxes .box .title .category {
  color: #9a7d4f;
  border: 0.2666666667vw solid #9a7d4f;
  padding: 0.6666666667vw 2vw 1.0666666667vw;
  font-size: 3.2vw;
  line-height: 1.1666666667;
  margin-left: 5.3333333333vw;
}
#page-service #other_service .boxes .box .img {
  margin-top: 4vw;
}
#page-service #other_service .boxes .box .text {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  margin-top: 3.3333333333vw;
}
#page-service #other_service .boxes .box .text p + p {
  margin-top: 1em;
}
#page-service #other_service .boxes .box .link {
  margin-top: 4vw;
}
#page-service #other_service .boxes .box .link a {
  font-size: 3.7333333333vw;
  line-height: 0.8571428571;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #7a7a7a;
  position: relative;
}
#page-service #other_service .boxes .box .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-window.png) center center no-repeat;
  background-size: contain;
  width: 3.8666666667vw;
  height: 3.8666666667vw;
  position: absolute;
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
}

/**
TOUHAI事例紹介
*/
#page-works #detail {
  margin-top: 8vw;
}
#page-works #detail .logo {
  width: 84vw;
  margin: 0 auto;
  text-align: center;
}
#page-works #detail .text {
  width: 84vw;
  margin: 6.6666666667vw auto 0;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
#page-works #works {
  border-top: 0.2666666667vw solid #bbbbbb;
  padding-top: 8vw;
  margin: 8.2666666667vw auto 0;
  width: 92vw;
}
#page-works #works h3 {
  display: flex;
  align-items: center;
  height: 6.1333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 2.6666666667vw;
}
#page-works #works h3:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 1.3333333333vw;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-works #works .menu {
  padding: 8vw 0 0;
}
#page-works #works .menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 11.3333333333vw;
  margin: 0 auto;
  width: 80vw;
}
#page-works #works .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
#page-works #works .menu ul li a::after {
  content: "";
  display: block;
  width: 1.7333333333vw;
  height: 1.0666666667vw;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 1.8666666667vw;
  margin-top: 0.5333333333vw;
}
#page-works #works .list {
  margin-top: 12vw;
}
#page-works #works .list ul {
  counter-reset: number 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8vw 0;
}
#page-works #works .list ul li {
  position: relative;
  padding-top: 9.3333333333vw;
}
#page-works #works .list ul li::before, #page-works #works .list ul li::after {
  display: flex;
  justify-content: center;
  position: absolute;
  font-family: "Oswald", serif;
  top: 0vw;
  left: 0;
  width: 17.3333333333vw;
  height: 17.3333333333vw;
}
#page-works #works .list ul li::before {
  content: "WORK";
  background-color: #b3aa82;
  font-size: 4.6506666667vw;
  color: #fff;
  text-align: center;
  padding-top: 1.0666666667vw;
}
#page-works #works .list ul li::after {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  font-size: 10.4626666667vw;
  color: #fff;
  text-align: center;
  align-items: flex-end;
  padding-bottom: 1.0666666667vw;
}

/**
採用情報
*/
/**
企業情報
*/
#page-company .menu {
  padding: 9.3333333333vw 0;
}
#page-company .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.3333333333vw 0;
}
#page-company .menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46vw;
  height: 5.3333333333vw;
  font-size: 3.2vw;
  font-weight: bold;
  text-decoration: none;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
}
#page-company .menu ul li a::after {
  content: "";
  display: block;
  width: 1.7333333333vw;
  height: 1.0666666667vw;
  background: url(../img/common/icon-arrow-bottom.png) center center no-repeat;
  background-size: contain;
  margin-left: 1.8666666667vw;
  margin-top: 0.5333333333vw;
}
#page-company .hx {
  display: flex;
  align-items: center;
  height: 6.1333333333vw;
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 2.6666666667vw;
}
#page-company .hx:before {
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgb(225, 214, 163) 0%, rgb(243, 241, 232) 50%, rgb(234, 228, 198) 73%, rgb(225, 214, 163) 100%);
  position: absolute;
  width: 1.3333333333vw;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-company #philosophy {
  background-color: #f3f2e9;
  padding: 10.6666666667vw 0 12.6666666667vw;
}
#page-company #philosophy .boxes {
  width: 92vw;
  margin: 0 auto;
}
#page-company #philosophy .boxes .box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#page-company #philosophy .boxes .box h3 {
  width: 33.3333333333vw;
  height: 6.6666666667vw;
  background: #9a7d4f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: normal;
}
#page-company #philosophy .boxes .box .copy {
  margin-top: 5.8666666667vw;
  width: 75.3333333333vw;
}
#page-company #philosophy .boxes .box .message {
  margin-top: 2.6666666667vw;
}
#page-company #philosophy .boxes .box:nth-of-type(2) {
  margin-top: 10.6666666667vw;
}
#page-company #philosophy .boxes .box:nth-of-type(2) h3 {
  background: #8a99a0;
}
#page-company #overview {
  width: 92vw;
  margin: 0 auto;
  padding: 9.3333333333vw 0;
}
#page-company #overview table {
  width: 100%;
  margin: 5.3333333333vw auto 0;
  color: #333333;
}
#page-company #overview table tbody tr th {
  width: 23.3333333333vw;
  padding: 2.1333333333vw 0;
  border-top: 0.2666666667vw solid #bbbbbb;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  vertical-align: middle;
}
#page-company #overview table tbody tr td {
  padding: 2.1333333333vw 1.3333333333vw;
  border-top: 0.2666666667vw solid #bbbbbb;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  vertical-align: middle;
}
#page-company #overview table tbody tr td a {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #7a7a7a;
}
#page-company #overview table tbody tr td a.file {
  position: relative;
}
#page-company #overview table tbody tr td a.file:after {
  content: "";
  display: block;
  background: url(../img/common/icon-file.png) center center no-repeat;
  background-size: contain;
  width: 3.2vw;
  height: 4vw;
  margin-top: 0.05em;
  position: absolute;
  right: -1.25em;
  top: 50%;
  transform: translateY(-50%);
}
#page-company #overview table tbody tr:last-of-type th {
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #overview table tbody tr:last-of-type td {
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #access {
  width: 92vw;
  margin: 0 auto;
}
#page-company #access .map {
  margin-top: 5.3333333333vw;
}
#page-company #access .map iframe {
  width: 100%;
  height: 58.6666666667vw;
}
#page-company #access .contents {
  margin-top: 5.3333333333vw;
}
#page-company #access .contents table {
  width: 100%;
  color: #333333;
}
#page-company #access .contents table tbody tr th {
  width: 23.3333333333vw;
  font-size: 4vw;
  line-height: 1;
  font-family: "Oswald", serif;
  font-weight: normal;
  font-style: italic;
  vertical-align: top;
  text-align: left;
  padding-top: 1.0666666667vw;
  padding-left: 4vw;
}
#page-company #access .contents table tbody tr td {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  vertical-align: top;
  padding-bottom: 1.3333333333vw;
}
#page-company #access .contents table tbody tr td a {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #7a7a7a;
}
#page-company #access .contents .img {
  margin-top: 8vw;
  width: 100%;
}
#page-company #trademark {
  width: 92vw;
  margin: 8vw auto;
}
#page-company #trademark .boxes {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4vw;
}
#page-company #trademark .boxes .box {
  width: 69.3333333333vw;
}
#page-company #supports {
  width: 92vw;
  margin: 9.3333333333vw auto;
}
#page-company #supports .boxes {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6.6666666667vw;
}
#page-company #supports .boxes .box .text {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
#page-company #supports .boxes .box .img {
  width: 53.3333333333vw;
  margin: 2.6666666667vw auto 0;
}
#page-company #supports .link {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
#page-company #supports .link a {
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1.2142857143;
  color: #9a7d4f;
  font-weight: bold;
  text-align: center;
}
#page-company #supports .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}
#page-company #sdgs {
  width: 92vw;
  margin: 8vw auto 0;
  padding-bottom: 10.6666666667vw;
}
#page-company #sdgs .boxes {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw;
}
#page-company #sdgs .boxes .box {
  width: 100%;
}
#page-company #sdgs .boxes .box h4 {
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1.3333333333vw;
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #sdgs .boxes .box .img {
  width: 88.5333333333vw;
  margin: 4vw auto 0;
}
#page-company #sdgs .boxes .box .text {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
#page-company #sdgs .banner {
  margin-top: 6.6666666667vw;
  display: flex;
  justify-content: center;
}
#page-company #recruit {
  background-color: #f3f2e9;
  padding: 8vw 0 13.3333333333vw;
}
#page-company #recruit .inner {
  width: 92vw;
  margin: 0 auto 0;
}
#page-company #recruit .copy {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
}
#page-company #recruit h4 {
  font-size: 4.5333333333vw;
  line-height: 1;
  font-weight: bold;
  margin-top: 6.6666666667vw;
  padding-bottom: 1.3333333333vw;
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #recruit table {
  width: 100%;
  color: #333333;
  margin-top: 5.3333333333vw;
}
#page-company #recruit table tbody tr th {
  width: 23.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: bold;
  vertical-align: middle;
  padding: 2.6666666667vw 1.3333333333vw;
  background-color: #e1e1e1;
  border: 0.2666666667vw solid #bbbbbb;
}
#page-company #recruit table tbody tr td {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  vertical-align: middle;
  padding: 2.6666666667vw;
  border: 0.2666666667vw solid #bbbbbb;
  background-color: #fff;
}
#page-company #recruit table tbody tr td a {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #7a7a7a;
}
#page-company #recruit table tbody tr:last-of-type th {
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #recruit table tbody tr:last-of-type td {
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-company #recruit .link {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
#page-company #recruit .link a {
  border: 0.2666666667vw solid #9a7d4f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80vw;
  height: 12vw;
  border-radius: 6vw;
  text-decoration: none;
  background-color: #fff;
  font-size: 3.7333333333vw;
  line-height: 1;
  color: #9a7d4f;
  font-weight: bold;
}
#page-company #recruit .link a:hover {
  background-color: #9a7d4f;
  color: #fff;
  opacity: 1;
}

/**
契約書約款ダウンロード
*/
#page-contracts .description {
  width: 84vw;
  margin: 0 auto;
  padding-top: 10.6666666667vw;
}
#page-contracts .description h3 {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
}
#page-contracts .description p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
  margin-top: 2.6666666667vw;
}
#page-contracts .box {
  width: 92vw;
  margin: 5.3333333333vw auto 0;
  background-color: #f3f1e8;
  padding: 8vw 4vw 10.6666666667vw;
}
#page-contracts .box h4 {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 1.3333333333vw;
  border-bottom: 0.2666666667vw solid #bbbbbb;
}
#page-contracts .box .link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 8vw;
  gap: 6.6666666667vw;
}
#page-contracts .box .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  width: 80vw;
  height: 12vw;
  border: 0.2666666667vw solid #9a7d4f;
  border-radius: 6vw;
  background-color: #fff;
  color: #9a7d4f;
  position: relative;
  gap: 1.3333333333vw;
  font-weight: bold;
  font-size: 3.7333333333vw;
  line-height: 1;
}
#page-contracts .box .link a:after {
  content: "";
  display: block;
  background: url(../img/common/icon-pdf.png) center center no-repeat;
  background-size: contain;
  width: 2.8vw;
  height: 3.3333333333vw;
}
#page-contracts .box .link + h4 {
  margin-top: 13.3333333333vw;
}

/**
Rina Transport AWARD参加予約
お問い合わせ
求人専用フォーム
*/
#page-awardform,
#page-entry,
#page-contact {
  position: relative;
  padding-bottom: 6.6666666667vw;
}
#page-awardform .description,
#page-entry .description,
#page-contact .description {
  width: 92vw;
  margin: 10vw auto 0;
  padding: 0 4vw;
}
#page-awardform .description p:last-of-type,
#page-entry .description p:last-of-type,
#page-contact .description p:last-of-type {
  margin-bottom: 0;
}
#page-awardform p,
#page-entry p,
#page-contact p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
}
#page-awardform p + p,
#page-entry p + p,
#page-contact p + p {
  margin-top: 1em;
}
#page-awardform a,
#page-entry a,
#page-contact a {
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #7a7a7a;
  color: #333333;
}
#page-awardform .tel,
#page-entry .tel,
#page-contact .tel {
  width: 84vw;
  margin: 5.3333333333vw auto 0;
}
#page-awardform .tel .title,
#page-entry .tel .title,
#page-contact .tel .title {
  background-color: #9a7d4f;
  color: #fff;
  text-align: center;
  height: 7.4666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
#page-awardform .tel .text,
#page-entry .tel .text,
#page-contact .tel .text {
  border: 0.2666666667vw solid #cccccc;
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 2.6666666667vw;
  gap: 2vw;
}
#page-awardform .tel .text a,
#page-entry .tel .text a,
#page-contact .tel .text a {
  font-size: 6.6666666667vw;
  line-height: 1;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-awardform .tel .text a:before,
#page-entry .tel .text a:before,
#page-contact .tel .text a:before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 5.4666666667vw;
  margin-top: 0.8vw;
  margin-right: 1.0666666667vw;
}
#page-awardform .tel .text p,
#page-entry .tel .text p,
#page-contact .tel .text p {
  font-size: 3.3333333333vw;
  line-height: 1.76;
  font-weight: bold;
}
#page-awardform .form,
#page-entry .form,
#page-contact .form {
  width: 92vw;
  margin: 0 auto;
  background: #f3f1e8;
  margin-top: 8.6666666667vw;
  padding-bottom: 13.3333333333vw;
}
#page-awardform .form h3,
#page-entry .form h3,
#page-contact .form h3 {
  text-align: center;
  font-size: 3.7333333333vw;
  background-color: #b3aa82;
  padding: 1.8666666667vw 2.6666666667vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#page-awardform .form table,
#page-entry .form table,
#page-contact .form table {
  width: 84vw;
  margin: 4vw auto 0;
}
#page-awardform .form table tr,
#page-entry .form table tr,
#page-contact .form table tr {
  display: block;
}
#page-awardform .form table tr:nth-of-type(n + 2),
#page-entry .form table tr:nth-of-type(n + 2),
#page-contact .form table tr:nth-of-type(n + 2) {
  margin-top: 5.3333333333vw;
}
#page-awardform .form table tr th,
#page-awardform .form table tr td,
#page-entry .form table tr th,
#page-entry .form table tr td,
#page-contact .form table tr th,
#page-contact .form table tr td {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 3.7333333333vw;
  line-height: 1.0714285714;
}
#page-awardform .form table tr th,
#page-entry .form table tr th,
#page-contact .form table tr th {
  text-align: left;
  vertical-align: middle;
}
#page-awardform .form table tr th:after,
#page-entry .form table tr th:after,
#page-contact .form table tr th:after {
  content: "任意";
  background: #aaaaaa;
  color: #fff;
  font-size: 2.4vw;
  line-height: 1.5555555556;
  padding: 0.1333333333vw 1.6vw 0.2666666667vw;
  margin-left: 2.6666666667vw;
}
#page-awardform .form table tr th.require:after,
#page-entry .form table tr th.require:after,
#page-contact .form table tr th.require:after {
  content: "必須";
  background: #d20000;
}
#page-awardform .form table tr td,
#page-entry .form table tr td,
#page-contact .form table tr td {
  margin-top: 2.6666666667vw;
}
#page-awardform .form table tr .label,
#page-entry .form table tr .label,
#page-contact .form table tr .label {
  font-size: 3.7333333333vw;
  color: #999999;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr .label:first-of-type,
#page-entry .form table tr .label:first-of-type,
#page-contact .form table tr .label:first-of-type {
  margin-top: 0;
}
#page-awardform .form table tr .label:last-of-type,
#page-entry .form table tr .label:last-of-type,
#page-contact .form table tr .label:last-of-type {
  margin-bottom: 0;
}
#page-awardform .form table tr .wpcf7-not-valid-tip,
#page-entry .form table tr .wpcf7-not-valid-tip,
#page-contact .form table tr .wpcf7-not-valid-tip {
  font-size: 3.7333333333vw;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr select,
#page-awardform .form table tr textarea,
#page-awardform .form table tr input[type=text],
#page-awardform .form table tr input[type=email],
#page-entry .form table tr select,
#page-entry .form table tr textarea,
#page-entry .form table tr input[type=text],
#page-entry .form table tr input[type=email],
#page-contact .form table tr select,
#page-contact .form table tr textarea,
#page-contact .form table tr input[type=text],
#page-contact .form table tr input[type=email] {
  width: 100%;
  border: 0.2666666667vw solid #cccccc;
  padding: 0.5em 0.65em;
  font-size: 3.7333333333vw;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
#page-awardform .form table tr select.p-postal-code,
#page-awardform .form table tr textarea.p-postal-code,
#page-awardform .form table tr input[type=text].p-postal-code,
#page-awardform .form table tr input[type=email].p-postal-code,
#page-entry .form table tr select.p-postal-code,
#page-entry .form table tr textarea.p-postal-code,
#page-entry .form table tr input[type=text].p-postal-code,
#page-entry .form table tr input[type=email].p-postal-code,
#page-contact .form table tr select.p-postal-code,
#page-contact .form table tr textarea.p-postal-code,
#page-contact .form table tr input[type=text].p-postal-code,
#page-contact .form table tr input[type=email].p-postal-code {
  width: 38.6666666667vw;
}
#page-awardform .form table tr textarea,
#page-entry .form table tr textarea,
#page-contact .form table tr textarea {
  width: 100%;
}
#page-awardform .form table tr ::placeholder,
#page-entry .form table tr ::placeholder,
#page-contact .form table tr ::placeholder {
  color: #ccc;
}
#page-awardform .form table tr input[type=file]::file-selector-button,
#page-entry .form table tr input[type=file]::file-selector-button,
#page-contact .form table tr input[type=file]::file-selector-button {
  cursor: pointer;
  font-size: 3.2vw;
  margin-top: 1.6vw;
}
#page-awardform .form table tr .wpcf7-checkbox,
#page-entry .form table tr .wpcf7-checkbox,
#page-contact .form table tr .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  margin-top: 4vw;
}
#page-awardform .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-entry .form table tr .wpcf7-checkbox .wpcf7-list-item,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-bottom: 3.3333333333vw;
}
#page-awardform .form table tr .wpcf7-checkbox .wpcf7-list-item input,
#page-entry .form table tr .wpcf7-checkbox .wpcf7-list-item input,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item input {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
#page-awardform .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type,
#page-entry .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type,
#page-contact .form table tr .wpcf7-checkbox .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#page-awardform .form table tr .wpcf7-radio,
#page-entry .form table tr .wpcf7-radio,
#page-contact .form table tr .wpcf7-radio {
  display: flex;
  align-items: center;
  gap: 4vw;
  margin-top: 4vw;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item label,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item input,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item input,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item input {
  width: 4.5333333333vw;
  height: 4.5333333333vw;
}
#page-awardform .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-entry .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type,
#page-contact .form table tr .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
#page-awardform .form table tr .line,
#page-entry .form table tr .line,
#page-contact .form table tr .line {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
#page-awardform .form table tr dl,
#page-entry .form table tr dl,
#page-contact .form table tr dl {
  display: flex;
  flex-wrap: wrap;
}
#page-awardform .form table tr dl dt,
#page-entry .form table tr dl dt,
#page-contact .form table tr dl dt {
  display: flex;
  align-items: center;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-awardform .form table tr dl dd,
#page-entry .form table tr dl dd,
#page-contact .form table tr dl dd {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#page-awardform .form table tr .boxes,
#page-entry .form table tr .boxes,
#page-contact .form table tr .boxes {
  display: flex;
  align-items: center;
  gap: 4.6666666667vw;
}
#page-awardform .form table tr .boxes .box,
#page-entry .form table tr .boxes .box,
#page-contact .form table tr .boxes .box {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  font-size: 3.2vw;
}
#page-awardform .form table tr .boxes .box .name,
#page-entry .form table tr .boxes .box .name,
#page-contact .form table tr .boxes .box .name {
  color: #333333;
}
#page-awardform .form table tr .boxes .box .name span,
#page-entry .form table tr .boxes .box .name span,
#page-contact .form table tr .boxes .box .name span {
  font-size: 2.4vw;
  display: block;
  margin-top: 0.5333333333vw;
}
#page-awardform .form table tr .boxes .box label input,
#page-entry .form table tr .boxes .box label input,
#page-contact .form table tr .boxes .box label input {
  font-size: 3.2vw;
  width: 3.25em;
  padding: 1.8666666667vw 1.0666666667vw;
  margin-right: 1.0666666667vw;
}
#page-awardform .form .check,
#page-entry .form .check,
#page-contact .form .check {
  width: 86.6666666667vw;
  margin: 6.6666666667vw auto 0;
  font-size: 3.7333333333vw;
}
#page-awardform .form .check label,
#page-entry .form .check label,
#page-contact .form .check label {
  padding: 0.6666666667vw;
  display: inline-block;
  margin-top: 4vw;
}
#page-awardform .form .check label .wpcf7-list-item,
#page-entry .form .check label .wpcf7-list-item,
#page-contact .form .check label .wpcf7-list-item {
  margin-left: 0;
}
#page-awardform .form .submit,
#page-entry .form .submit,
#page-contact .form .submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 8vw;
  position: relative;
}
#page-awardform .form .submit .ajax-loader,
#page-entry .form .submit .ajax-loader,
#page-contact .form .submit .ajax-loader {
  position: absolute;
  top: 50%;
  right: 6.6666666667vw;
  transform: translateX(-50%);
}
#page-awardform .form .submit [type=submit],
#page-entry .form .submit [type=submit],
#page-contact .form .submit [type=submit] {
  display: block;
  background-color: #9a7d4f;
  border: 0;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #fff;
  width: 84vw;
  height: 12vw;
  line-height: 12vw;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}
#page-awardform .form .submit [type=submit]:disabled,
#page-entry .form .submit [type=submit]:disabled,
#page-contact .form .submit [type=submit]:disabled {
  opacity: 1;
  background-color: #ccc;
  cursor: not-allowed;
}

#page-awardform_send,
#page-entry_send,
#page-contact_send {
  padding: 20vw 0 20vw;
  position: relative;
}
#page-awardform_send .inner,
#page-entry_send .inner,
#page-contact_send .inner {
  padding: 0 4vw;
}
#page-awardform_send h3,
#page-entry_send h3,
#page-contact_send h3 {
  font-size: 4.5333333333vw;
  line-height: 1.4117647059;
  font-weight: bold;
  text-align: center;
}
#page-awardform_send p,
#page-entry_send p,
#page-contact_send p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  text-align: left;
  margin: 6.6666666667vw auto 0;
  width: 80vw;
}
#page-awardform_send p a,
#page-entry_send p a,
#page-contact_send p a {
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #ccc;
}
#page-awardform_send .link,
#page-entry_send .link,
#page-contact_send .link {
  display: flex;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
#page-awardform_send .link a,
#page-entry_send .link a,
#page-contact_send .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  text-decoration: none;
  color: #9a7d4f;
  border-bottom: 0.2666666667vw solid #d0c4b4;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 0.6666666667vw;
}

/**
サイトポリシー
*/
#page-privacy,
#page-sitepolicy {
  padding: 0;
  position: relative;
}
#page-privacy .inner,
#page-sitepolicy .inner {
  width: 84vw;
  margin: 9.3333333333vw auto 0;
}
#page-privacy p,
#page-sitepolicy p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
#page-privacy dl dt,
#page-sitepolicy dl dt {
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  margin-top: 8vw;
}
#page-privacy dl dd,
#page-sitepolicy dl dd {
  margin-top: 3.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  letter-spacing: 0.04em;
}
#page-privacy dl dd:last-of-type,
#page-sitepolicy dl dd:last-of-type {
  margin-right: -2.6666666667vw;
}
#page-privacy ol,
#page-privacy ul,
#page-sitepolicy ol,
#page-sitepolicy ul {
  margin-top: 2.6666666667vw;
}
#page-privacy ul li,
#page-sitepolicy ul li {
  position: relative;
  padding-left: 1em;
}
#page-privacy ul li:before,
#page-sitepolicy ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
#page-privacy ol li,
#page-sitepolicy ol li {
  list-style-type: decimal;
}

/**
リンク
*/
/**
サイトマップ
*/
/**
coming_soon
*/
#page-coming_soon {
  background-color: rgb(255, 255, 255);
  padding: 2.6666666667vw 0 0vw;
  position: relative;
}
#page-coming_soon .inner {
  margin: 0 auto;
}
#page-coming_soon h3 {
  font-size: 7.2vw;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#page-coming_soon p {
  font-size: 3.7333333333vw;
  line-height: 1.5;
  text-align: center;
  color: #333333;
  margin-top: 6vw;
}
#page-coming_soon .link a {
  width: 74.6666666667vw;
  height: 14.6666666667vw;
  margin: 8vw auto 0;
  font-size: 3.7333333333vw;
}

/**
notfound-page
*/
#page-notfound-page {
  padding: 13.3333333333vw 0 20vw;
  position: relative;
}
#page-notfound-page .inner {
  padding: 0 4vw;
}
#page-notfound-page h3 {
  font-size: 4.5333333333vw;
  line-height: 1.4117647059;
  font-weight: bold;
  text-align: center;
}
#page-notfound-page p {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  text-align: left;
  margin: 6.6666666667vw auto 0;
  width: 80vw;
}
#page-notfound-page p a {
  text-decoration: none;
  border-bottom: 0.2666666667vw solid #ccc;
}
#page-notfound-page .link {
  display: flex;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
#page-notfound-page .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  text-decoration: none;
  color: #9a7d4f;
  border-bottom: 0.2666666667vw solid #d0c4b4;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 0.6666666667vw;
}
