@charset "UTF-8";
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* 英字フォント */
@font-face {
  font-family: "corporate";
  src: url("../font/Corporate-Logo-Medium-ver3.woff2") format("woff2"), url("../font/Corporate-Logo-Medium-ver3.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  ヘッダー高さ
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  TOPページ
---------------------------------------- */
/* ---------------------------
  メインビジュアル
--------------------------- */
.mv {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 80rem;
  height: 80rem;
}
@media screen and (max-width: 1024px) {
  .mv {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 60rem;
    max-height: 60rem;
    margin-top: 6rem;
  }
}
.mv__swiper {
  height: 80rem;
  max-height: 80rem;
}
@media screen and (max-width: 768px) {
  .mv__swiper {
    max-height: 60rem;
    height: 60rem;
  }
}
.mv__slide {
  width: 100%;
  height: 100%;
}
.mv__pagination {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: initial !important;
}
@media screen and (max-width: 768px) {
  .mv__pagination {
    padding-right: 1.6rem;
    bottom: 2.4rem !important;
  }
}
.mv__pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 1;
}
.mv__pagination .swiper-pagination-bullet-active {
  background: #FFD700;
}
.mv__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  margin: 0 auto;
  bottom: 32.8rem;
}
@media screen and (max-width: 768px) {
  .mv__container {
    bottom: 17.3rem;
  }
}
.mv__container-wrapper {
  max-width: 1120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  gap: 3.6rem;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .mv__container-wrapper {
    gap: 1.6rem;
    padding: 0 1.6rem;
  }
}
.mv__copy {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 5;
}
.mv__ttl {
  font-size: 7rem;
  line-height: 1.2;
  letter-spacing: 4.9px;
  text-align: right;
  font-family: "corporate";
  color: #ffffff;
  text-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .mv__ttl {
    font-size: 4rem;
    letter-spacing: 2.8px;
  }
}
.mv__lead {
  font-family: "corporate";
  color: #ffffff;
  text-shadow: 0px 4px 18px rgba(0, 0, 0, 0.3);
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv__lead {
    font-size: 1.9rem;
    letter-spacing: 0.76px;
  }
}

/* ---------------------------
  お知らせ
--------------------------- */
.news {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 8rem 0;
  }
}
.news .section-title {
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
  .news .section-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  background: #FCFCFC;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .news__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__content {
  padding: 4rem 6rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__content {
    padding: 4rem 1.5rem 3.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__content::before {
  content: "";
  position: absolute;
  background: url(../img/common/icon-triangle.png) no-repeat center center/cover;
  width: 3.7rem;
  height: 3.7rem;
  bottom: -0.2rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .news__content::before {
    background: none;
  }
}
.news__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.2rem;
  padding-left: 7.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__posts {
    padding: 7.2rem 0 0 0;
    gap: 2.4rem;
  }
}
.news__posts::before {
  content: "";
  position: absolute;
  background: #007;
  width: 1px;
  height: 119px;
  left: 3.2rem;
  top: 0;
}
@media screen and (max-width: 768px) {
  .news__posts::before {
    height: 1px;
    width: 119px;
    left: 0;
    top: 3.2rem;
  }
}
.news__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.news__post:hover {
  opacity: 1;
}
.news__post:hover .news__title {
  text-decoration: underline;
}
.news__time {
  color: #007;
  line-height: 1.5;
  letter-spacing: 0.56px;
  font-size: 1.4rem;
}
.news__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #007;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news__title {
    -webkit-line-clamp: 2;
  }
}
.news__more {
  background: #007;
  width: 16.9rem;
  height: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news__more {
    width: 100%;
    height: 14.1rem;
  }
}
.news__more:hover {
  opacity: 1;
  background: #FFD700;
}
.news__more:hover .news__more-copy {
  color: #007;
}
.news__more img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.news__more:hover img:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.news__more:hover img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.news__more-img {
  width: 3.7rem;
  height: 3.7rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news__more-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.news__more-copy {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
}

/* ---------------------------
  当社について
--------------------------- */
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3.6rem;
  position: relative;
}
.about__container::before {
  content: "";
  position: absolute;
  background: #F5F5FA;
  width: 78.8rem;
  height: 78.8rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.08);
  z-index: -1;
  left: -18rem;
  top: -20rem;
}
@media screen and (max-width: 768px) {
  .about__container::before {
    width: 37.5rem;
    height: 37.5rem;
    top: 0;
    left: 20%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    max-width: 49rem;
  }
}
.about__left {
  width: 44.3rem;
}
@media screen and (max-width: 768px) {
  .about__left {
    width: 100%;
  }
}
.about__right {
  width: 49.2943548387%;
}
@media screen and (max-width: 768px) {
  .about__right {
    width: 100%;
  }
}
.about__left, .about__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .about__left, .about__right {
    width: 100%;
  }
}
.about__copy {
  color: #007;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.96px;
}

/* ---------------------------
  事業内容
--------------------------- */
.business__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3.6rem;
}
.business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .business__content {
    max-width: 49rem;
  }
}
.business__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 1120px) {
  .business__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .business__items {
    gap: 3rem;
  }
}
.business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .business__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.business__card {
  aspect-ratio: 1/1;
  max-width: 22.5rem;
  width: 22.5rem;
  height: 22.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
  padding-top: 3rem;
}
.business__card::before {
  content: "";
  position: absolute;
  background: #FFD700;
  width: 8.2rem;
  height: 8.2rem;
  z-index: 1;
  left: -1px;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.business__card::after {
  position: absolute;
  color: #222222;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  z-index: 2;
  left: 15px;
  top: 0;
}
.business__card-1 {
  background: url(../img/top/business1.jpg) no-repeat center center/cover;
}
.business__card-1::after {
  content: "1";
}
.business__card-2 {
  background: url(../img/top/business2.jpg) no-repeat center center/cover;
}
.business__card-2::after {
  content: "2";
}
.business__card-3 {
  background: url(../img/top/business3.jpg) no-repeat center center/cover;
}
.business__card-3::after {
  content: "3";
}
.business__card-4 {
  background: url(../img/top/business4.jpg) no-repeat center center/cover;
}
.business__card-4::after {
  content: "4";
}
.business__card-icon {
  width: 8.3rem;
  height: 8.3rem;
}
.business__text {
  color: #ffffff;
  text-align: center;
}

/* ---------------------------
  製品紹介/設備紹介
--------------------------- */
.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #F5F5FA;
}
.col2__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .col2__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .col2__container {
    gap: 6rem;
  }
}
.col2__content {
  width: 45.3703703704%;
  max-width: 49rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .col2__content {
    width: 100%;
  }
}
.col2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3.6rem;
}
.col2__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.3rem;
}
.col2__img {
  width: 49rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .col2__img {
    width: 100%;
    height: auto;
  }
}
.col2__text {
  line-height: 1.5;
}
.col2::before {
  content: "";
  position: absolute;
  background: url(../img/common/wave-up.png) no-repeat center center/cover;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .col2::before {
    background: url(../img/common/wave-up_sp.png) no-repeat center center/cover;
    height: 60px;
    top: -60px;
  }
}

/* ----------------------------------------
  会社概要 ページ
---------------------------------------- */
#company .page-mv {
  background: url(../img/company/fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #company .page-mv {
    background: url(../img/company/fv-sp.jpg) no-repeat center center/cover;
  }
}

/* ---------------------------
  代表挨拶
--------------------------- */
.message {
  padding: 10rem 0;
  background: #F5F5FA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 8rem 0;
  }
}
.message::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 53.1914893617%;
  bottom: 0;
  z-index: 1;
  left: 0;
}
@media screen and (max-width: 768px) {
  .message::before {
    height: 60%;
  }
}
.message__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 6.4rem;
  position: relative;
  z-index: 2;
}
.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 80rem;
}
.message__copy {
  letter-spacing: 0.72px;
}
.message__img {
  margin-top: 3.7rem;
  max-width: 80rem;
  width: 100%;
  height: auto;
  aspect-ratio: 800/370;
}
.message__message {
  padding: 3.2rem 2.4rem 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .message__message {
    font-size: 1.6rem;
    padding: 2.4rem 0 1.6rem;
  }
}
.message__name {
  text-align: right;
  font-size: 2.2rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 1.6rem;
  }
}

/* ---------------------------
  会社概要
--------------------------- */
#company .company {
  padding: 10rem 0;
  background: #F5F5FA;
}
@media screen and (max-width: 768px) {
  #company .company {
    padding: 8rem 0;
  }
}
#company .company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3.6rem;
}
#company .company__lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
#company .company__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #company .company__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#company .company__list dt {
  width: 20.7547169811%;
  padding: 2rem;
  text-align: center;
  color: #007;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #company .company__list dt {
    width: 100%;
    text-align: left;
  }
}
#company .company__list dd {
  width: 80.3921568627%;
  padding: 2rem 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .company__list dd {
    width: 100%;
    padding: 0 2rem 2rem;
  }
}
#company .company__list:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.38);
}

/* ---------------------------
  アクセス
--------------------------- */
.access {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 8rem 0;
  }
}
.access__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .access__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.6rem;
  }
}
.access__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 43.3333333333%;
  gap: 4.6rem;
}
@media screen and (max-width: 768px) {
  .access__left {
    width: 100%;
  }
}
.access__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.8rem;
}
@media screen and (max-width: 768px) {
  .access__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__item {
  width: 100%;
}
.access__name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.88px;
}
.access__address {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
}
.access__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3rem 4rem;
  gap: 2.4rem;
  border-radius: 30px;
  background: #007;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access__btn a:hover {
  opacity: 1;
  background: #FFD700;
}
.access__btn a:hover .access__btn-text {
  color: #007;
}
@media (any-hover: hover) {
  .access__btn a:hover img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .access__btn a:hover img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 768px) {
  .access__btn.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.access__btn-text {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access__btn-icon {
  width: 2.5rem;
  height: 3.6rem;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.access__btn-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.access__btn-icon img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.access__right {
  width: 49.2592592593%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .access__right {
    width: 100%;
  }
}
.access__map {
  width: 100%;
  padding-top: 55.0751879699%;
  position: relative;
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ----------------------------------------
  事業内容 ページ
---------------------------------------- */
#business .page-mv {
  background: url(../img/business/fv.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  #business .page-mv {
    background: url(../img/business/fv-sp.jpg) no-repeat center center/cover;
  }
}

.feature {
  background: #ffffff;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 8rem 0;
  }
}
.feature__wrapper {
  gap: 6.4rem;
}
.feature__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: #007;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature__title {
    font-size: 3.2rem;
  }
}
.feature__title .small {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #222222;
  display: block;
}
@media screen and (max-width: 768px) {
  .feature__title .small {
    font-size: 1.8rem;
  }
}
.feature__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 8rem;
}
.feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 4.8rem;
}
.feature__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 70rem;
  gap: 2.4rem;
}
.feature__heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  color: #007;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .feature__heading-title {
    font-size: 2.4rem;
  }
}
.feature__heading-title--no {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.72px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.feature__lead {
  font-size: 1.8rem;
  letter-spacing: 0.72px;
}
.feature__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.6rem;
}
@media screen and (max-width: 768px) {
  .feature__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.feature__item {
  width: 43.9814814815%;
}
@media screen and (max-width: 768px) {
  .feature__item {
    width: 100%;
  }
}
.feature__item-name {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.88px;
  color: #F5F5FA;
  padding: 0.8rem 1.6rem;
  background: #007;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.feature__text01 {
  margin-top: 1.5rem;
}
.feature__items02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature__items02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature__img02 {
  width: 46.2962962963%;
  aspect-ratio: 500/280;
  height: auto;
}
@media screen and (max-width: 768px) {
  .feature__img02 {
    width: 100%;
  }
}
.feature__text02 {
  width: 46.2962962963%;
}
@media screen and (max-width: 768px) {
  .feature__text02 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.feature__items03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 10rem;
}
@media screen and (max-width: 768px) {
  .feature__items03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.feature__img03 {
  width: 29.9074074074%;
  aspect-ratio: 323/277;
  height: auto;
}
@media screen and (max-width: 768px) {
  .feature__img03 {
    width: 80%;
  }
}
.feature__text03 {
  width: 48.7037037037%;
}
@media screen and (max-width: 768px) {
  .feature__text03 {
    width: 100%;
  }
}

/* ---------------------------
  作業工程
--------------------------- */
.process {
  background: #F5F5FA;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .process {
    padding: 8rem 0;
  }
}
.process__wrapper {
  gap: 3.6rem;
}
.process__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 80rem;
  gap: 5.3rem;
}
.process__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .process__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.process__content:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url(../img/business/arrow-down.png) no-repeat center center/cover;
  width: 2.9rem;
  height: 2.9rem;
  left: 2.8rem;
  bottom: -1.2rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .process__content:not(:last-child)::before {
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.process__head {
  background: #007;
  padding: 1rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10.625%;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .process__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem;
    width: 100%;
  }
}
.process__step {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
}
.process__no {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .process__no {
    font-size: 2.4rem;
  }
}
.process__item {
  background: #ffffff;
  gap: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem;
  width: 89.375%;
}
@media screen and (max-width: 768px) {
  .process__item {
    width: 100%;
    padding: 1.8rem;
  }
}
.process__lead {
  color: #007;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .process__lead {
    font-size: 2rem;
  }
}
.process__detail {
  font-weight: 500;
}

/* ---------------------------
  製品紹介
--------------------------- */
.product {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 8rem 0;
  }
}
.product__wrapper {
  gap: 3.6rem;
}
.product__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.product__text, .product__img {
  width: 45.2777777778%;
}
@media screen and (max-width: 768px) {
  .product__text, .product__img {
    width: 100%;
  }
}
.product__img {
  height: auto;
  aspect-ratio: 489/240;
}

/* ----------------------------------------
  施設案内 ページ
---------------------------------------- */
#facility .page-mv {
  background: url(../img/facility/fv.jpg) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #facility .page-mv {
    background: url(../img/facility/fv-sp.jpg) no-repeat center center/cover;
  }
}

.facility {
  background: #ffffff;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .facility {
    padding: 8rem 0;
  }
}
.facility__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 6.4rem;
  position: relative;
}
.facility__copy {
  max-width: 80rem;
  width: 100%;
}
.facility__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12rem;
}
.facility__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 2.3rem 2rem;
}
@media screen and (max-width: 768px) {
  .facility__cards {
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 500px) {
  .facility__cards {
    grid-template-columns: 1fr;
  }
}
.facility__card {
  padding: 1.6rem;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facility__img {
  aspect-ratio: 1/1;
}
.facility__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.2rem;
}
.facility__title, .facility__pieces {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .facility__title, .facility__pieces {
    font-size: 1.5rem;
  }
}
.facility__name {
  line-height: 1.5;
  margin-top: 0.9rem;
}
@media screen and (max-width: 768px) {
  .facility__name {
    font-size: 1.5rem;
  }
}
.facility__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 80rem;
  gap: 1.6rem;
}
.facility__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 500px) {
  .facility__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.facility__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 68.75%;
}
@media screen and (max-width: 500px) {
  .facility__box {
    width: 100%;
  }
}
.facility__list-ttl, .facility__list-name, .facility__list-pieces {
  color: #007;
  padding: 1.2rem 1.6rem;
}
.facility__list-ttl {
  background: #F5F5FA;
  width: 31.25%;
  font-weight: 500;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 500px) {
  .facility__list-ttl {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    border-right: none;
  }
}
.facility__list-name {
  width: 81.8181818182%;
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 500px) {
  .facility__list-name {
    width: 75%;
  }
}
.facility__list-pieces {
  font-weight: 500;
  width: 18.1818181818%;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .facility__list-pieces {
    width: 25%;
  }
}

/* ----------------------------------------
  求人情報 ページ
---------------------------------------- */
#recruitment .page-mv {
  background: url(../img/recruitment/fv.jpg) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recruitment .page-mv {
    background: url(../img/recruitment/fv-sp.jpg) no-repeat top 30% center/cover;
  }
}

.recruit {
  background: #F5F5FA;
  padding: 10rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit {
    padding: 8rem 0;
  }
}
.recruit::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 32.5210871603%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit::before {
    height: 20%;
  }
}
.recruit__copy {
  background: #ffffff;
  padding: 4rem 3.2rem;
  gap: 5.2rem;
  border-radius: 40px;
  max-width: 80rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 768px) {
  .recruit__copy {
    font-size: 1.6rem;
  }
}
.recruit__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1080/500;
  border-radius: 40px;
  margin-top: 6.4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit__img {
    border-radius: 20px;
    /* aspect-ratio: 1/1; */
    margin-top: 4.8rem;
  }
}
.recruit__img img {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .recruit__img img {
    border-radius: 20px;
  }
}

/* ---------------------------
  募集要項
--------------------------- */
.requirements {
  background: #ffffff;
}
.requirements__wrapper {
  gap: 2.1rem;
}
@media screen and (max-width: 768px) {
  .requirements__wrapper {
    gap: 3.2rem;
  }
}
.requirements__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.requirements__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-right: 1px solid #B8B8B8;
  border-left: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 768px) {
  .requirements__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.requirements__list:first-child {
  border-top: 1px solid #B8B8B8;
}
.requirements dt,
.requirements dd {
  padding: 2.4rem 4rem;
}
.requirements dt {
  width: 22.2222222222%;
  background: #F5F5FA;
  color: #007;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  border-right: 1px solid #B8B8B8;
}
@media screen and (max-width: 768px) {
  .requirements dt {
    width: 100%;
    text-align: left;
    border-right: none;
  }
}

/* ----------------------------------------
  お知らせ一覧ページ
---------------------------------------- */
#news .page-mv {
  background: url(../img/news/fv.jpg) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news .page-mv {
    background: url(../img/news/fv-sp.jpg) no-repeat center center/cover;
  }
}

.archive {
  background: #ffffff;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .archive {
    padding: 8rem 0;
  }
}
.archive__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 12rem;
}
.archive__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.archive__post {
  padding: 3.2rem 4rem;
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #A4A4A4;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive__post:hover {
  opacity: 1;
  text-decoration: underline;
  color: #007;
}
@media screen and (max-width: 768px) {
  .archive__post {
    padding: 2rem;
  }
}
.archive__time {
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #007;
}
.archive__title {
  font-weight: 400;
  line-height: 1.7;
}

/* ---------------------------
  ページネーション
--------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.pagination__icon {
  width: 5.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  border: 1px solid #007;
  background: #ffffff;
  padding: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.pagination__icon img {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagination__icon img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.pagination__icon:hover {
  background: #007;
}
@media (any-hover: hover) {
  .pagination__icon:hover img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .pagination__icon:hover img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}
.pagination__icon.is-active img:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.pagination__icon.is-active img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}

.page-numbers {
  border-radius: 50%;
  color: #007;
  font-weight: 700;
  width: 5.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers:hover {
  opacity: 0.3;
}
.page-numbers.current {
  background: #007;
  color: #ffffff;
  opacity: 1;
}

.next:hover,
.prev:hover {
  opacity: 1;
}

/* ----------------------------------------
  お知らせ投稿ページ
---------------------------------------- */
.single {
  background: #ffffff;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .single {
    padding: 8rem 0;
  }
}
.single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  width: 100%;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .single__container {
    gap: 60px;
  }
}
.single__post {
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.7;
    color: $title;
    background: $bg-green;
    padding: 10px 20px;

    @include mq("sp") {
      padding: 4px 12px;
      font-size: 22px;
    }
  }

  h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid $title;

    @include mq("sp") {
      font-size: 20px;
      padding: 4px 0;
    }
  }

  h4 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 20px;

    @include mq("sp") {
      padding: 4px 0;
      font-size: 18px;
    }
  }

  p {
    padding: 10px 20px;

    @include mq("sp") {
      padding: 0;
    }
  }

  ul {
    padding-left: 40px;

    @include mq("sp") {
      padding-left: 20px;
    }
  }

  li {
    list-style-type: disc;

  } */
}
.single__post h2,
.single__post h3,
.single__post h4,
.single__post p,
.single__post ul,
.single__post li,
.single__post figure {
  width: 100%;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0.8rem;
}
.single__time {
  color: #007;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.88px;
}
.single__title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.7;
  color: #007;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 2.8rem;
  }
}
.single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.4rem;
}
.single__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2rem;
  position: relative;
}
.single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
}
.single__btn.left {
  left: 0;
}
.single__btn.right {
  right: 0;
}
.single__btn a {
  background: #ffffff;
  color: #007;
  font-weight: 500;
  line-height: 1;
  padding: 2rem 4rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2.4rem;
  border: 1px solid #007;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .single__btn a {
    padding: 2rem;
  }
}
.single__btn img {
  width: 0.9rem;
  height: 2rem;
  position: absolute;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.single__btn img:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
@media (any-hover: hover) {
  .single__btn:hover img:nth-of-type(1) {
    opacity: 0;
    visibility: hidden;
  }
  .single__btn:hover img:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
  }
}
.single__btn.is-active img:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.single__btn.is-active img:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.single__btn a:hover {
  opacity: 1;
  background: #007;
  color: #ffffff;
}
.single__btn-txt {
  display: block;
}
@media screen and (max-width: 768px) {
  .single__btn-txt {
    display: none;
  }
}
.single__btn-icon {
  width: 0.9rem;
  height: 2rem;
  display: block;
}

/* ----------------------------------------
  お問い合わせページ
---------------------------------------- */
#contact .page-mv {
  background: url(../img/contact/fv.jpg) no-repeat center center/cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contact .page-mv {
    background: url(../img/contact/fv-sp.jpg) no-repeat center center/cover;
  }
}

.contact {
  background: #F5F5FA;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 8rem 0;
  }
}
.contact__wrapper {
  gap: 8rem;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 4.8rem;
  border-radius: 30px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact__content {
    padding: 3rem 2rem;
  }
}
.contact__title {
  color: #007;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.28px;
  text-align: center;
}
.contact__copy {
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.7;
}
.contact__tel {
  margin-top: 3.4rem;
}
.contact__tel a {
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.28px;
  color: #ffffff;
  background: #007;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  padding: 2.8rem 5.6rem 2.8rem 11.2rem;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 550px) {
  .contact__tel a {
    padding: 2.8rem 2.8rem 2.8rem 8.2rem;
    font-size: 2.4rem;
    gap: 0.8rem;
  }
}
.contact__tel a::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-tel-white.png) no-repeat center center/cover;
  width: 3.4rem;
  height: 3.4rem;
  left: 6.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .contact__tel a::after {
    left: 3.2rem;
  }
}
.contact__tel a:hover {
  opacity: 1;
  background: #FFD700;
  color: #007;
}
.contact__tel a:hover::after {
  background: url(../img/common/icon-tel.png) no-repeat center center/cover;
}
.contact__form {
  margin-top: 5rem;
  max-width: 80rem;
  width: 100%;
  gap: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .contact__form {
    gap: 4rem;
  }
}
.contact__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 3.2rem;
}
.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.contact__head {
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.5;
}
.contact__head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  padding: 1.2rem 0;
}
.contact__data {
  width: 68.75%;
}
@media screen and (max-width: 768px) {
  .contact__data {
    width: 100%;
  }
}
.contact__accept {
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  background: #E52A2A;
  padding: 0.6rem 1.4rem;
  border-radius: 15px;
}
.contact__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 2.5rem;
}
.contact input,
.contact textarea,
.contact select {
  width: 100%;
  border-radius: 0;
  outline: none;
  padding: 1.2rem 2rem;
  background-color: #F5F5FA;
  border-radius: 13px;
  border: 2px solid #E0DEDE;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #222222;
}
.contact input::-webkit-input-placeholder, .contact textarea::-webkit-input-placeholder, .contact select::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #777E90;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder, .contact select::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #777E90;
}
.contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder, .contact select:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #777E90;
}
.contact input::-ms-input-placeholder, .contact textarea::-ms-input-placeholder, .contact select::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #777E90;
}
.contact input::placeholder,
.contact textarea::placeholder,
.contact select::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #777E90;
}
.contact input:focus,
.contact textarea:focus,
.contact select:focus {
  border: 2px solid #A1A1A1;
}
.contact input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.contact textarea {
  height: 320px;
}
.contact .wpcf7 {
  width: 100%;
}
.contact .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.contact__data-radio {
  width: 100%;
  height: 100%;
}
.contact__data-radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
}
@media screen and (max-width: 768px) {
  .contact__data-radio .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}
.contact__data-radio .wpcf7-list-item {
  margin: 0;
}
.contact__data-radio span.wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  padding: 1.2rem 0;
}
.contact__data-radio span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  width: 3rem;
  height: 3rem;
}
.contact__data-radio span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #007;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.contact__data-radio input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
.contact input[type=file] {
  border: none;
  background: none;
  padding-left: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  border-radius: 0;
}
.contact .wpcf7-file {
  display: inline-block;
  background-color: none;
  color: #222222;
  font-size: 1.6rem;
  height: 100%;
  padding-left: 0;
  border-radius: 0;
}
.contact input[type=file]::-webkit-file-upload-button {
  background-color: #C4C4C4;
  padding: 1rem 2rem;
  margin-right: 1.6rem;
  border: 1px solid #C4C4C4;
  color: #ffffff;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
}
.contact input[type=file]::file-selector-button {
  background-color: #C4C4C4;
  padding: 1rem 2rem;
  margin-right: 1.6rem;
  border: 1px solid #C4C4C4;
  color: #ffffff;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
}
.contact__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.contact__check input[name=acceptance] {
  width: 20px;
  height: 20px;
}
.contact__check a {
  text-decoration: underline;
}
.contact__submit-wrap {
  position: relative;
}
.contact__submit-wrap::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon-arrow-right.png) no-repeat center center/cover;
  width: 1.6rem;
  height: 0.8rem;
  z-index: 5;
  top: 50%;
  right: 5.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact input[type=submit] {
  width: 23.1rem;
  height: 5.5rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #007;
  border-radius: 30px;
  padding: 1.6rem 11.1rem 1.6rem 4.2rem;
  border: none;
}
.contact .wpcf7-spinner {
  display: none;
}

.privacy {
  width: 100%;
  height: 45.2rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 3rem;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 4rem 2rem;
  }
}
.privacy__container {
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* ハンドル */
  /* 背景 */
}
.privacy__container::-webkit-scrollbar {
  width: 13px;
  /* 横幅 */
}
.privacy__container::-webkit-scrollbar-thumb {
  background: #007;
  border-radius: 7px;
}
.privacy__container::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 9px;
}
.privacy__content {
  margin-right: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .privacy__content {
    margin-right: 2rem;
  }
}
.privacy__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 1.2rem;
}
.privacy h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.privacy p {
  letter-spacing: 0.64px;
}
.privacy li {
  list-style-type: disc;
  margin-left: 20px;
  text-indent: -16px;
  padding-left: 16px;
}