@charset "UTF-8";
.p-front {
  position: relative;
  font-size: 16px;
}

.p-front-mv {
  position: relative;
  padding-bottom: 46px;
}
.p-front-mv__img {
  width: 100%;
  height: 700px;
  overflow: hidden;
}
@media screen and (max-width: 1090px) {
  .p-front-mv__img {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__img {
    height: 182px;
  }
}

.p-slider {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-slider li img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center 50%;
}
@media screen and (max-width: 1090px) {
  .p-slider li img {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .p-slider li img {
    height: 182px;
  }
}

.p-slider__img03 img {
  object-position: center 90% !important;
}

.p-front-mv__content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-front-mv__content {
    top: 50px;
    height: auto;
  }
}

.p-front-mv__title {
  margin-bottom: 15px;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-front-mv__title {
    margin-bottom: 0px;
    font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__title {
    font-size: 30px;
  }
}

.p-front-mv__lead {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1090px) {
  .p-front-mv__lead {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-mv__lead {
    font-size: 20px;
  }
}

.p-front-mv__logo {
  position: absolute;
  top: -110px;
  left: 74%;
}
@media screen and (max-width: 1090px) {
  .p-front-mv__logo {
    top: -40px;
    width: 50px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-mv__logo {
    top: -19px;
    width: 25px;
  }
}

/* 業務内容 */
.p-front-sec01 {
  padding: 42px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-front-sec01 {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec01__btn {
    margin-inline: auto;
  }
}

.p-front-sec01-block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.p-front-sec01-block01__left {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__left {
    width: 100%;
  }
}
.p-front-sec01-block01__title {
  margin-bottom: 45px;
  font-size: 50px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__title {
    margin-bottom: 38px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__img {
    margin-bottom: 40px;
  }
}
.p-front-sec01-block01__right {
  width: 50%;
  padding-left: 70px;
}
@media screen and (max-width: 1090px) {
  .p-front-sec01-block01__right {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
.p-front-sec01-block01__right > p {
  font-size: 16px;
  font-weight: bold;
  line-height: 3.13;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-front-sec01-block01__right > p {
    font-weight: 400;
    line-height: 2;
  }
}

/* p-front-sec01-slide カルーセル用スタイル */
.p-front-sec01-slide {
  width: 100%;
  margin: 0 auto;
}

.p-front-sec01-slide__item {
  width: 340px !important;
  /* slickのvariableWidth用 */
  margin: 0 10px;
}

.p-front-sec01-slide__item img {
  width: 100%;
  display: block;
}

/* BUSINESS */
.p-front-sec02 {
  padding: 100px 0 170px 0;
  background: url("../img/front/sec02-bg01.png") no-repeat 80% 80%;
  background-size: 558px auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-front-sec02 {
    padding: 80px 0 80px 0;
    background-size: calc(100% - 50px) auto;
    background-position: 50% 159px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-sec02__btn {
    margin: 40px auto 80px auto;
    text-align: center;
  }
}

.splide-wrap {
  position: relative;
  left: 100px;
  width: 1300px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .splide-wrap {
    left: 0;
    width: 1140px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 1090px) {
  .splide-wrap {
    padding: 0 20px;
  }
}

.splide {
  position: relative;
}
.splide .splide__track {
  padding-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .splide .splide__track {
    padding-bottom: 28px !important;
  }
}
.splide ul.splide__list {
  margin-left: -20px !important;
}
@media screen and (max-width: 767px) {
  .splide ul.splide__list {
    margin-left: 0px !important;
  }
}
.splide li.splide__slide {
  width: 340px !important;
  max-width: 100%;
  padding: 0 20px !important;
}
@media screen and (max-width: 767px) {
  .splide li.splide__slide {
    width: 100% !important;
    padding: 0 0px !important;
  }
}
.splide .splide__img figcaption {
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .splide .splide__img figcaption {
    padding: 10px 0;
  }
}
.splide ul.splide__pagination {
  display: none;
}
.splide .my-slider-progress {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  width: calc(100% - 170px);
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .splide .my-slider-progress {
    width: 100%;
  }
}
.splide .my-slider-progress-bar {
  height: 100%;
  background: #006737;
  width: 0;
  transition: width 0.4s;
}
.splide .splide__arrows {
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .splide .splide__arrows {
    bottom: -50px;
    width: 100%;
  }
}
.splide .splide__arrow--prev {
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../img/icon-button02.png") no-repeat 50% 50%;
  background-size: 50px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide .splide__arrow--prev {
    left: calc(50% - 60px);
  }
}
.splide .splide__arrow--prev svg {
  display: none;
}
.splide .splide__arrow--next {
  left: 70px;
  right: auto;
  width: 50px;
  height: 50px;
  background: url("../img/icon-button03.png") no-repeat 50% 50%;
  background-size: 50px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .splide .splide__arrow--next {
    left: calc(50% + 10px);
  }
}
.splide .splide__arrow--next svg {
  display: none;
}

.p-front-sec02-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .p-front-sec02-block01 {
    grid-template-columns: 1fr;
  }
}
.p-front-sec02-block01__item {
  position: relative;
}
.p-front-sec02-block01__img figcaption {
  position: absolute;
  inset: 0;
  height: 26px;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

/* Recruit */
.p-front-sec03 {
  background: url("../img/front/sec03-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.p-front-sec03__inner {
  width: 800px;
  max-width: 90%;
  margin: auto;
  padding: 70px 0 76px 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-sec03__inner {
    width: calc(100% - 50px);
    max-width: calc(100% - 50px);
    margin: 0 25px;
    padding: 50px 30px 90px 30px;
  }
}
.p-front-sec03__heading {
  text-align: center;
}
.p-front-sec03__title {
  margin-bottom: 38px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-front-sec03__title {
    margin-bottom: 28px;
    font-size: 24px;
  }
}
.p-front-sec03__description {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-front-sec03__description {
    margin-bottom: 30px;
  }
}
.p-front-sec03__btn {
  margin: auto;
}

/* News */
.p-front-news {
  padding: 95px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .p-front-news {
    padding: 80px 0 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-front-news-list {
    margin-bottom: 40px;
  }
}

.p-front-news-list__item {
  display: flex;
  align-items: center;
  padding: 29px 0 26px 0;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .p-front-news-list__item {
    flex-wrap: wrap;
  }
}
.p-front-news-list__date {
  width: 114px;
  font-size: 16px;
}

.p-front-news-list__category {
  width: 150px;
}

.p-front-news-list__category .post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-front-news-list__category .post-categories li a {
  display: block;
  width: fit-content;
  padding: 3px 15px;
  border-radius: 15px;
  background-color: #f5f5f5;
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 1.2;
}

.p-front-news-list__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 114px - 150px);
  line-height: 1;
  padding-inline: 20px 40px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-front-news-list__title {
    -webkit-line-clamp: 3;
    width: 100%;
    line-height: 1.4;
    padding: 20px 0px 0 0;
  }
}

.p-front-news-list__link:hover {
  color: #006737;
  opacity: 1;
}

/* 保有機械
--------------------------- */
.machines-sec01 {
  margin-bottom: 100px;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .machines-sec01 {
    width: 100%;
    margin-bottom: 50px;
    padding-top: 35px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .machines-sec01__inner {
    overflow-x: auto;
  }
}

.machines-list {
  display: flex;
  gap: 6px;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .machines-list {
    width: 800px;
    overflow-x: scroll;
  }
}
.machines-list li {
  width: fit-content;
  padding: 10px;
  border: 1px solid #C9C9C9;
  background-color: #f8f8f8;
  color: #092C4C;
  text-align: center;
  cursor: pointer;
}
.machines-list li.is-active {
  background-color: rgba(0, 103, 55, 0.768627451);
  font-weight: bold;
  color: #fff;
}

.machines-table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .machines-table {
    width: 800px;
    overflow-x: scroll;
  }
}
.machines-table thead {
  background-color: #006737;
  color: #fff;
}
.machines-table thead td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #fff;
}
.machines-table thead td:last-of-type {
  border-right: none;
}
.machines-table tbody td {
  padding: 20px 10px;
  border: 1px solid rgba(141, 134, 134, 0.4);
}
.machines-table tbody td:nth-child(1) {
  width: 30%;
}
.machines-table tbody td:nth-child(2) {
  width: 25%;
}
.machines-table tbody td:nth-child(3) {
  width: 35%;
}
.machines-table tbody td:nth-child(4) {
  width: 10%;
  text-align: center;
}
.machines-table tbody td img {
  margin: 0 auto;
}
.machines-table tbody td a {
  color: #006737;
  text-decoration: underline;
}

/* 採用情報
--------------------------- */
.recruit-sec01 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit-sec01 {
    padding: 30px 0;
  }
}
.recruit-sec01__title {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-sec01__title {
    font-size: 16px;
    text-align: center;
  }
}
.recruit-sec01__title strong {
  display: block;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit-sec01__title strong {
    font-size: 18px;
  }
}
.recruit-sec01__title-pt01 {
  font-size: 30px;
  color: #006737;
}
@media screen and (max-width: 767px) {
  .recruit-sec01__title-pt01 {
    font-size: 22px;
  }
}
.recruit-sec01 .recruit-sec01-head-links {
  gap: 9px 13px;
}
.recruit-sec01 .sub-business-head-link {
  max-width: calc(20% - 10.4px);
}
@media screen and (max-width: 1090px) {
  .recruit-sec01 .sub-business-head-link {
    max-width: 260px;
  }
}
.recruit-sec01 .btn-pt2::after {
  background: url(../img/icon-arrow-bottom-white-green-pt2.png) no-repeat center center/contain;
}

.recruit-sec01-block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .recruit-sec01-block01 {
    margin-bottom: 30px;
  }
}
.recruit-sec01-block01__content {
  width: 50%;
  padding-right: 27px;
}
@media screen and (max-width: 1090px) {
  .recruit-sec01-block01__content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-sec01-block01__content {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }
}
.recruit-sec01-block01__banners {
  display: flex;
  margin-top: 30px;
}
.recruit-sec01-block01__banners a {
  display: block;
}
.recruit-sec01-block01__img {
  width: 50%;
}
@media screen and (max-width: 1090px) {
  .recruit-sec01-block01__img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-sec01-block01__img {
    width: 100%;
  }
}

.recruit-sec02 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit-sec02 {
    padding: 30px 0;
  }
}

.recruit-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-title {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 18px;
  }
}
.recruit-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  max-width: 718px;
  height: 1px;
  margin: auto;
  border-bottom: 1px dashed #006737;
}
.recruit-title__pt1 {
  color: #006737;
}

.recruit-lead {
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.75;
}

.recruit-sec02-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 767px) {
  .recruit-sec02-block01 {
    grid-template-columns: 1fr;
    gap: 30px 20px;
  }
}
.recruit-sec02-block01__img {
  margin-bottom: 10px;
  text-align: center;
}
.recruit-sec02-block01__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.recruit-sec02-block01__text {
  line-height: 1.75;
}

.recruit-sec03 {
  padding: 50px 0 100px 0;
}

.recruit-sec03-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px 52px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .recruit-sec03-block01 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
  }
}
.recruit-sec03-block01__img {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-sec03-block01__img {
    margin-bottom: 10px;
  }
}
.recruit-sec03-block01__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #006737;
}
@media screen and (max-width: 767px) {
  .recruit-sec03-block01__title {
    margin-bottom: 10px;
  }
}
.recruit-sec03-block01__text {
  line-height: 1.75;
}
.recruit-sec03-block01__btn {
  margin-top: 25px;
  text-align: center;
}

.recruit-sec04 {
  position: relative;
  padding: 50px 0 50px 0;
  z-index: 2;
}
.recruit-sec04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 15px);
  height: 406px;
  background-color: #006737;
  transform: translateX(-50%);
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-sec04::before {
    width: calc(100% + 50px);
    height: 100%;
  }
}
.recruit-sec04__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-sec04__title {
    font-size: 18px;
  }
}
.recruit-sec04__lead {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.recruit-sec04-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-sec04-block01 {
    grid-template-columns: 1fr;
  }
}
.recruit-sec04-block01__item {
  width: 100%;
  max-width: 355px;
  margin: auto;
}
.recruit-sec04-block01__img {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-sec04-block01__img {
    margin-bottom: 5px;
  }
}
.recruit-sec04-block01__btn {
  text-align: center;
}
.recruit-sec04-block01__btn .btn {
  max-width: 310px;
  font-size: 15px;
}
.recruit-sec04-block01__btn .btn.btn-white {
  border: 1px solid #fff;
  color: #fff;
}
.recruit-sec04-block01__btn .btn.btn-white:hover {
  background-color: #fff;
  color: #006737;
}

.recruit-sec05 {
  padding: 100px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit-sec05 {
    padding: 50px 0 30px 0;
  }
}

.recruit-sec05-block01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 21px 24px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .recruit-sec05-block01 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.recruit-sec05-block01__item {
  padding: 22px 12px 22px 22px;
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fafafa;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-sec05-block01__item {
    padding: 20px 20px 20px 20px;
  }
}
.recruit-sec05-block01__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.recruit-sec05-block01__text01 {
  margin-bottom: 33px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .recruit-sec05-block01__text01 {
    margin-bottom: 15px;
  }
}
.recruit-sec05-block01__lead {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.recruit-sec05-block01__text02 {
  font-size: 16px;
  line-height: 1.75;
}
.recruit-sec05-block01__img {
  float: right;
  width: 180px;
  margin: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .recruit-sec05-block01__img {
    float: none;
    margin: 0 auto 20px auto;
  }
}

.recruit-sec06 {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .recruit-sec06 {
    padding: 30px 0;
  }
}
.recruit-sec06__area {
  margin-bottom: 70px;
  padding: 40px 20px 40px 20px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f9fafb;
}
@media screen and (max-width: 767px) {
  .recruit-sec06__area {
    margin-bottom: 40px;
    padding: 20px 20px 20px 20px;
  }
}
.recruit-sec06__title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #006737;
}
@media screen and (max-width: 767px) {
  .recruit-sec06__title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.recruit-sec06-table {
  width: 100%;
  max-width: 940px;
  margin: auto;
}
.recruit-sec06-table th {
  width: 180px;
  padding: 12px;
  border: none;
  border-bottom: 1px solid #006737;
  background-color: transparent;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .recruit-sec06-table th {
    display: block;
    width: 100%;
    padding: 12px 12px 0 12px;
    border-bottom: none;
  }
}
.recruit-sec06-table td {
  padding: 12px 12px 12px 100px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .recruit-sec06-table td {
    display: block;
    width: 100%;
    padding: 2px 12px 12px 12px;
    border-bottom: 1px solid #006737;
  }
}

.recruit-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1090px) {
  .recruit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.recruit-list__img {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-list__img {
    margin-bottom: 5px;
  }
}
.recruit-list__btn {
  text-align: center;
}
.recruit-list__btn .btn {
  padding: 9px 20px;
}
.recruit-list__btn .btn::after {
  right: 12px;
}

/* プライバシーポリシー
--------------------------- */
.privacy-policy article.page {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .privacy-policy article.page {
    padding: 30px 0 50px 0;
  }
}
.privacy-policy article.page section {
  margin-bottom: 30px;
}
.privacy-policy article.page section a {
  text-decoration: underline;
  color: #006737;
}
.privacy-policy article.page h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .privacy-policy article.page h2 {
    font-size: 18px;
  }
}
.privacy-policy article.page p {
  margin-bottom: 15px;
}
.privacy-policy article.page ol {
  list-style-type: decimal;
}

/* サイトマップ
--------------------------- */
.sitemap article.page {
  padding: 50px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .sitemap article.page {
    padding: 30px 0 50px 0;
  }
}

.sitemap-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .sitemap-block {
    grid-template-columns: 1fr;
  }
}
.sitemap-block ul li a {
  color: #006737;
}
