@charset "UTF-8";
/* setting */
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
.font-xs {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.font-sm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.font-md {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.font-lg {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.6666666667;
}

/* tool */
/* ==========================================================================
   ベンダープリフィックス
   ========================================================================== */
/* ==========================================================================
   opacity 透明度
   ========================================================================== */
/* ==========================================================================
   position absolute
   ========================================================================== */
/* ==========================================================================
   shadow
   ========================================================================== */
/* ==========================================================================
   スクリーンサイズ
   ========================================================================== */
/* ==========================================================================
   親要素に対して中央寄せ
   ========================================================================== */
/* Scss Document */
/* base */
html {
  font-size: 62.5%;
  scroll-padding-top: 144px;
}
@media screen and (max-width: 1199px) {
  html {
    scroll-padding-top: 104px;
  }
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 79px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #333333;
  margin: 0;
  font-size: 2em;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 1.5em;
  }
}

html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  position: relative;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  margin-bottom: 0px;
  padding-top: 144px;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    padding-top: 104px;
  }
}
@media screen and (max-width: 991px) {
  .wrapper {
    padding-top: 88px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 79px;
  }
}

.page-content {
  margin: 0 auto;
  padding: 12rem 2rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  .page-content {
    padding: 4rem 2rem 8rem 2rem;
  }
}

.page-content2 {
  margin: 0 auto;
  padding: 0 0 16rem 0;
}
@media screen and (max-width: 767px) {
  .page-content2 {
    padding: 0 0 8rem 0;
  }
}

a[href*="tel:"] {
  color: #333333;
  text-decoration: underline;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
ul {
  padding: 0;
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

/* ==========================================
   トップページ
   ======================================= */
/* 並べてもOK */
/* layout */
/* ==========================================================================
   header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
}

.site-header__wrapper {
  padding: 3rem 4rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .site-header__wrapper {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .site-header__wrapper {
    padding: 2rem 1rem;
  }
}

.brand {
  display: block;
}
.brand img {
  display: block;
  width: 161px;
  height: 78px;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .brand img {
    width: 130px;
    height: 63px;
  }
}
@media screen and (max-width: 991px) {
  .brand img {
    width: 100px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .brand img {
    width: 80px;
    height: 39px;
  }
}

.gnav {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .gnav {
    display: none;
  }
}
.gnav ul {
  display: flex;
  margin: 0;
}
.gnav li {
  list-style-type: none;
  margin-left: 3rem;
  position: relative;
}
.gnav li:first-child {
  margin-left: 0;
}
.gnav li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  position: relative;
  font-size: 90%;
}
@media screen and (max-width: 1199px) {
  .gnav li a {
    font-size: 80%;
  }
}
.gnav li a:hover {
  color: #045942;
}
.gnav li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #045942;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.gnav li a:hover::after {
  transform: scale(1, 1);
}
.gnav .gnav__item--has-dropdown .gnav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0rem;
  background: #045942;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: block;
}
.gnav .gnav__item--has-dropdown .gnav__dropdown li {
  display: block;
  margin-left: 0;
  border-bottom: 1px solid #ffffff;
}
.gnav .gnav__item--has-dropdown .gnav__dropdown li:last-child {
  border-bottom: none;
}
.gnav .gnav__item--has-dropdown .gnav__dropdown li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #ffffff;
  font-size: 80%;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .gnav .gnav__item--has-dropdown .gnav__dropdown li a {
    font-size: 70%;
  }
}
.gnav .gnav__item--has-dropdown .gnav__dropdown li a:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.gnav .gnav__item--has-dropdown .gnav__dropdown li a:after {
  display: none;
}
.gnav .gnav__item--has-dropdown:hover .gnav__dropdown, .gnav .gnav__item--has-dropdown.is-active .gnav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*----------breadcrumb ----------*/
.breadcrumb {
  padding: 3rem 0;
  font-size: 1.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 1rem 0;
    font-size: 1.2rem;
  }
}
.breadcrumb a {
  text-decoration: underline;
  transition: 0.2s;
  color: #ffffff;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/* ==========================================================================
   recruit-banner
   ========================================================================== */
.recruit-banner {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .recruit-banner {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-banner {
    height: 450px;
  }
}
.recruit-banner:hover {
  opacity: 0.95;
}
.recruit-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.recruit-banner__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.recruit-banner-swiper {
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}
.recruit-banner-swiper .splide__track {
  overflow: hidden;
  height: 100%;
  touch-action: pan-y;
}
.recruit-banner-swiper .splide__list {
  display: flex;
  align-items: flex-start;
  height: 100%;
  touch-action: pan-y;
  will-change: transform;
}
.recruit-banner-swiper .splide__slide {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .recruit-banner-swiper .splide__slide {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-banner-swiper .splide__slide {
    width: 300px;
  }
}

.recruit-banner__image {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .recruit-banner__image {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-banner__image {
    height: 450px;
  }
}

.recruit-banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 90%;
  max-width: 800px;
}

.recruit-banner__title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 0.5;
  font-weight: bold;
  margin: 0 0 3rem 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .recruit-banner__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 0.75;
    margin-bottom: 1.5rem;
  }
}

.recruit-banner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  line-height: 1.8;
  margin: 0 0 1rem 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .recruit-banner__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}
.recruit-banner__text:last-of-type {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-banner__text:last-of-type {
    margin-bottom: 2rem;
  }
}

.recruit-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .recruit-banner__button {
    width: 50px;
    height: 50px;
  }
}
.recruit-banner__button i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .recruit-banner__button i {
    font-size: 1rem;
  }
}

.recruit-banner:hover .recruit-banner__button {
  background-color: #ffffff;
}
.recruit-banner:hover .recruit-banner__button i {
  color: #045942;
}

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  width: 100%;
}

.footer-top {
  background: #045942;
  color: #ffffff;
  padding: 10rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-top {
    padding: 5rem 0;
  }
}

.footer-top__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .footer-top__wrapper {
    padding: 0 2rem;
  }
}

.footer-logo {
  margin-bottom: 2rem;
}
.footer-logo img {
  display: block;
  width: 161px;
  height: 78px;
  margin: 0 auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .footer-logo img {
    width: 130px;
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .footer-logo img {
    width: 100px;
    height: 48px;
  }
}

.footer-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  margin: 0 0 3rem 0;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-company {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.footer-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  font-style: normal;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer-address {
    font-size: 1.4rem;
  }
}
.footer-address p {
  margin: 0;
}
.footer-address i {
  color: #ffffff;
}
.footer-address a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.footer-address a:hover {
  opacity: 0.8;
}
.footer-address a[href*="tel:"] {
  text-decoration: none;
}
@media (max-width: 750px) {
  .footer-address a[href*="tel:"] {
    text-decoration: underline;
  }
}

.footer-bottom {
  background: #ffffff;
  color: #045942;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom {
    padding: 1.5rem 0;
  }
}
.footer-bottom small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #045942;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer-bottom small {
    font-size: 0.8rem;
  }
}

/* ==========================================================================
   部品セクション
   ========================================================================== */
.sec1 {
  padding: 24rem 0 0;
}
@media screen and (max-width: 991px) {
  .sec1 {
    padding: 16rem 0rem 0;
  }
}

.sec2 {
  padding: 16rem 2rem;
}
@media screen and (max-width: 991px) {
  .sec2 {
    padding: 8rem 2rem;
  }
}

.sec3 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 991px) {
  .sec3 {
    padding-bottom: 8rem;
  }
}

.wd1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.wd1000-2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .wd1000-2 {
    padding: 0 2rem;
  }
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 300%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .section-title {
    font-size: 200%;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #045942;
}
@media screen and (max-width: 767px) {
  .section-title::before {
    width: 12px;
    height: 2px;
  }
}

.section-title2 {
  font-family: "Montserrat", sans-serif;
  font-size: 180%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 5rem;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .section-title2 {
    font-size: 140%;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
.section-title2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  background-color: #045942;
}
@media screen and (max-width: 767px) {
  .section-title2::before {
    width: 12px;
    height: 2px;
  }
}

.section-title3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .section-title3 {
    font-size: 120%;
    margin-bottom: 2rem;
  }
}

.section-title3-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 180%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .section-title3-2 {
    font-size: 140%;
    margin-bottom: 2rem;
  }
}

.section-title4 {
  width: 100%;
  height: 480px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6rem;
  background-image: url("../images/img_business_01.jpg");
}
@media screen and (max-width: 767px) {
  .section-title4 {
    height: 300px;
    margin-bottom: 3rem;
  }
}
.section-title4--business-01 {
  background-image: url("../images/img_business_01.jpg");
}
.section-title4--business-02 {
  background-image: url("../images/img_business_02.jpg");
}
.section-title4 h2 {
  color: #fff;
  font-size: 220%;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-title4 h2 {
    font-size: 160%;
  }
}
.section-title4 h2::after {
  content: attr(data-title);
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 30%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 2rem;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section-title4 h2::after {
    font-size: 35%;
    margin-top: 0.8rem;
  }
}

.section-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .section-text {
    font-size: 100%;
    margin-bottom: 3rem;
  }
}

.section-text-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 100%;
    margin-bottom: 3rem;
  }
}
.gmap {
  width: 100%;
}
.gmap iframe {
  aspect-ratio: 8/6;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gmap iframe {
    aspect-ratio: 1/1;
  }
}

/* ==========================================================================
   ページヘッダー
   ========================================================================== */
.page-header {
  position: relative;
  padding: 0 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding: 0 1rem 0 1rem;
  }
}
.page-header .container {
  position: relative;
  z-index: 1;
}
.page-header:before {
  content: "";
  position: absolute;
  top: 26rem;
  left: 0;
  width: 100%;
  height: calc(100% - 26rem);
  background-color: #045942;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .page-header:before {
    top: 16rem;
    height: calc(100% - 16rem);
  }
}
.page-header h1 {
  color: #045942;
  font-size: 280%;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  display: block;
  margin: 4rem 0 6rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page-header h1 {
    font-size: 240%;
    margin: 2rem 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header h1 {
    font-size: 180%;
    margin: 2rem 0 3rem;
  }
}
.page-header h1:after {
  font-family: "Montserrat", sans-serif;
  margin-top: 3rem;
  display: block;
  content: attr(data-title);
  font-size: 40%;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .page-header h1:after {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header h1:after {
    margin-top: 1rem;
  }
}

.page-header__container {
  position: relative;
  padding: 0 2rem;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-header__container {
    padding: 0 1rem;
  }
}

.page-header__bg {
  position: relative;
  width: 100%;
  height: 640px;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .page-header__bg {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .page-header__bg {
    height: 360px;
  }
}

.page-header__bg--contact {
  background-image: url("../images/page-header_contact.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-header__bg--recruit {
  background-image: url("../images/page-header_recruit.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-header__bg--company {
  background-image: url("../images/page-header_company.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-header__bg--facilities {
  background-image: url("../images/page-header_facilities.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-header__bg--business {
  background-image: url("../images/page-header_business.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.page-header__bg--type {
  background-image: url("../images/page-header_type.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* ==========================================================================
   ページイントロ
   ========================================================================== */
.page-intro {
  background-color: #045942;
  color: #ffffff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .page-intro {
    padding: 2rem 1rem;
  }
}
.page-intro__nav {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .page-intro__nav {
    margin-bottom: 3rem;
  }
}
.page-intro__nav ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-intro__nav ul {
    flex-direction: column;
    gap: 1rem;
  }
}
.page-intro__nav li {
  margin: 0;
}
.page-intro__nav a {
  line-height: 1.2;
  display: inline-flex;
  font-size: 80%;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 100px;
  padding: 1rem 2.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .page-intro__nav a {
    width: 100%;
  }
}
.page-intro__nav a:hover {
  background-color: #ffffff;
  color: #045942;
}
.page-intro__nav a i {
  padding-right: 0.5rem;
}
.page-intro__lead {
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .page-intro__lead {
    padding: 2rem 0;
  }
}
.page-intro__lead .lead-text__title {
  color: #ffffff;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .page-intro__lead .lead-text__title {
    font-size: 150%;
    margin-bottom: 1.5rem;
  }
}
.page-intro__lead p {
  color: #ffffff;
  font-size: 100%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .page-intro__lead p {
    font-size: 90%;
    line-height: 1.8;
  }
}

/* ==========================================================================
   アイテムカード
   ========================================================================== */
.item-card {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .item-card {
    margin-bottom: 6rem;
    padding-bottom: 6rem;
  }
}
.item-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.item-card__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
  margin-top: 2rem;
  border-radius: 20px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .item-card__image {
    height: 300px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}
.item-card--1 .item-card__image {
  background-image: url("../images/img_recruit-job1.jpg");
}
.item-card--2 .item-card__image {
  background-image: url("../images/img_recruit-job2.jpg");
}
.item-card--3 .item-card__image {
  background-image: url("../images/img_recruit-job3.jpg");
}
.item-card--4 .item-card__image {
  background-image: url("../images/img_recruit-job4.jpg");
}
.item-card--5 .item-card__image {
  background-image: url("../images/img_facilities_01.jpg");
}
.item-card--6 .item-card__image {
  background-image: url("../images/img_company_01.jpg");
}
.item-card__title {
  color: #045942;
  font-size: 120%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .item-card__title {
    font-size: 120%;
  }
}
.item-card__text {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 3rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .item-card__text {
    font-size: 90%;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}
.item-card__tasks {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 10px;
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .item-card__tasks {
    padding: 1.5rem;
    font-size: 90%;
  }
}
.item-card__tasks h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #045942;
}
@media screen and (max-width: 767px) {
  .item-card__tasks h4 {
    font-size: 90%;
    margin-bottom: 0.8rem;
  }
}

/* ==========================================================================
   アイテムカード2
   ========================================================================== */
.item-card2__title {
  color: #045942;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .item-card2__title {
    font-size: 120%;
  }
}
.item-card2__text {
  font-size: 100%;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .item-card2__text {
    font-size: 90%;
    line-height: 1.8;
  }
}
.item-card2__slider {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}
.item-card2__slider .swiper {
  position: relative;
}
.item-card2__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card2__slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 6/4;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.item-card2__slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin-top: 0;
  z-index: 10;
}
.item-card2__slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #045942;
  opacity: 0.5;
}
.item-card2__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.item-card2__slider .swiper-button-next,
.item-card2__slider .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  background-color: #045942;
  border-radius: 50%;
  transition: all 0.3s ease;
  top: 50%;
  margin-top: -25px;
}
.item-card2__slider .swiper-button-next:hover,
.item-card2__slider .swiper-button-prev:hover {
  background-color: #045942;
}
.item-card2__slider .swiper-button-next::after,
.item-card2__slider .swiper-button-prev::after {
  font-size: 24px;
  font-weight: bold;
}
.item-card2__slider .swiper-button-prev {
  left: 10px;
}
.item-card2__slider .swiper-button-next {
  right: 10px;
}

/* ==========================================================================
   トップ About セクション
   ========================================================================== */
#about {
  text-align: center;
  background-image: url("../images/img_about_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #about {
    background-size: 150%;
    background-position: center;
  }
}
#about .about-logo {
  margin-bottom: 3.2rem;
}
#about .about-logo img {
  width: 85px;
  height: auto;
  margin-bottom: 1.6rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  #about .about-logo img {
    width: 50px;
    padding-left: 1rem;
  }
}
#about .about-logo h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 80%;
  font-weight: bold;
  color: #045942;
}
#about .about-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4rem 16rem 4rem;
}
@media screen and (max-width: 767px) {
  #about .about-content {
    background-size: cover;
    padding: 0 2rem 8rem 2rem;
  }
}
#about .about-content h3 {
  font-size: 200%;
  color: #045942;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about .about-content h3 {
    font-size: 160%;
    margin-bottom: 2rem;
  }
}
#about .about-content .about-text-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #about .about-content .about-text-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
#about .about-content .about-text {
  flex: 0 1 auto;
  max-width: 640px;
  order: 2;
}
@media screen and (max-width: 767px) {
  #about .about-content .about-text {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}
#about .about-content .about-text p {
  color: #333333;
  font-size: 100%;
  line-height: 2;
  letter-spacing: 0.08em;
}
#about .about-content .about-text p:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  #about .about-content .about-text p:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
#about .about-content .about-image {
  flex-shrink: 0;
  width: auto;
  max-width: 180px;
}
@media screen and (max-width: 991px) {
  #about .about-content .about-image {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #about .about-content .about-image {
    display: none;
  }
}
#about .about-content .about-image img {
  width: 100%;
  height: auto;
  display: block;
}
#about .about-content .about-image--left {
  order: 1;
}
#about .about-content .about-image--right {
  order: 3;
}
#about .about-content .about-images-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #about .about-content .about-images-mobile {
    display: flex;
    justify-content: center;
    gap: 2rem;
    order: 2;
    width: 100%;
    margin-top: 3.2rem;
  }
}
#about .about-content .about-images-mobile .about-image {
  display: block;
  max-width: 120px;
  flex-shrink: 0;
}
#about .about-content .btn {
  margin-top: 3.2rem;
}

/* ==========================================================================
   ステートメントセクション
   ========================================================================== */
/* ステートメントセクション */
.statement {
  margin: 0 auto -2.8rem auto;
  background: transparent;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .statement {
    margin: 0 auto -1.6rem auto;
  }
}
.statement__content {
  display: flex;
  align-items: center;
}
.statement__text {
  display: flex;
  animation: scroll 80s linear infinite;
  font-family: "Montserrat", sans-serif;
  font-size: 1000%;
  font-weight: 600;
  color: #045942;
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .statement__text {
    font-size: 10rem;
  }
}
.statement__text span {
  margin-right: 4rem;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   イメージ
   ========================================================================== */
.para-wrapper {
  position: relative;
  height: 100dvh;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .para-wrapper {
    margin-top: 0rem;
    height: 100dvh;
  }
}

.para-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.para-bg {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.para-top {
  background-image: url("../images/img_para-top.jpg");
}
@media screen and (max-width: 991px) {
  .para-top {
    background-image: url("../images/img_para-top.jpg");
  }
}

/* ==========================================================================
   Feature セクション
   ========================================================================== */
#feature .feature-item {
  position: relative;
  padding: 6rem 4rem 4rem 4rem;
  border: 1px solid #045942;
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #feature .feature-item {
    padding: 4rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
  }
}
#feature .feature-item__number {
  position: absolute;
  top: 1rem;
  right: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 225%;
  font-weight: bold;
  color: #045942;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #feature .feature-item__number {
    font-size: 200%;
    top: 0rem;
    right: 1rem;
  }
}
#feature .feature-item__image {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #feature .feature-item__image {
    margin-bottom: 1.5rem;
  }
}
#feature .feature-item__image img {
  width: 100%;
  max-width: 470px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}
#feature .feature-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: bold;
  color: #045942;
  margin: 0 0 0.8rem 0;
}
@media screen and (max-width: 767px) {
  #feature .feature-item__title {
    font-size: 90%;
    margin-bottom: 0rem;
  }
}
#feature .feature-item__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 175%;
  font-weight: bold;
  color: #045942;
  line-height: 1.4;
  margin: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #feature .feature-item__text {
    font-size: 120%;
  }
}

/* ==========================================================================
   Business セクション
   ========================================================================== */
#business {
  position: relative;
  color: #ffffff;
}
#business .section-title {
  color: #ffffff;
}
#business .section-title::before {
  background-color: #ffffff;
}
#business .section-text {
  color: #ffffff;
}
#business .business-list {
  position: relative;
}
#business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #045942;
  z-index: -1;
  bottom: 48rem;
}
@media screen and (max-width: 767px) {
  #business::after {
    bottom: 30rem;
  }
}
#business .business-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#business .business-item:hover {
  opacity: 0.95;
}
#business .business-item__image {
  position: relative;
  width: 100%;
  padding-top: 125%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #business .business-item__image {
    padding-top: 80%;
  }
}
#business .business-item__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 2rem;
}
#business .business-item__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 150%;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #business .business-item__title {
    font-size: 130%;
    margin-bottom: 1.5rem;
  }
}
#business .business-item__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #business .business-item__button {
    width: 40px;
    height: 40px;
  }
}
#business .business-item__button i {
  font-size: 1.2rem;
  color: #ffffff;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  #business .business-item__button i {
    font-size: 1rem;
  }
}
#business .business-item:hover .business-item__button {
  background-color: #ffffff;
}
#business .business-item:hover .business-item__button i {
  color: #045942;
}

/* ==========================================================================
   会社案内ページ
   ========================================================================== */
#license .section-title2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #license .section-title2 {
    margin-bottom: 3rem;
  }
}
#license > div {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #license > div {
    margin-bottom: 4rem;
  }
}
#license > div:last-child {
  margin-bottom: 0;
}

.license-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border: 1px solid #045942;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .license-link {
    padding: 1.2rem 1.5rem;
  }
}
.license-link:hover {
  background-color: #045942;
  color: #ffffff;
  text-decoration: none;
}
.license-link:hover span {
  color: #ffffff;
}
.license-link:hover i {
  color: #ffffff;
}
.license-link span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #045942;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .license-link span {
    font-size: 90%;
  }
}
.license-link i {
  font-size: 120%;
  color: #045942;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .license-link i {
    font-size: 110%;
  }
}

/* ==========================================================================
    404エラーページ
    ========================================================================== */
.block_error {
  padding: 12rem 0;
  text-align: center;
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .block_error {
    padding: 8rem 0;
  }
}
.block_error .error_1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1600%;
  font-weight: 600;
  color: #045942;
  margin: 0 0 0 0;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .block_error .error_1 {
    font-size: 800%;
  }
}
.block_error .error_2 {
  font-family: "Montserrat", sans-serif;
  font-size: 280%;
  font-weight: 600;
  color: #045942;
  line-height: 1;
  margin: 0 0 2rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .block_error .error_2 {
    font-size: 150%;
  }
}
.block_error .error_3 {
  font-size: 100%;
  line-height: 1.8;
  color: #333333;
  margin: 0 0 4rem 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .block_error .error_3 {
    font-size: 110%;
  }
}
.block_error .btn_center {
  margin-top: 2rem;
}

/* ==========================================================================
   廃棄物品目セクション
   ========================================================================== */
.waste-items-section {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .waste-items-section {
    margin-bottom: 4rem;
  }
}

.waste-items-content {
  background-color: #ffffff;
  padding: 5rem 4rem;
  position: relative;
  border: 1px solid #045942;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .waste-items-content {
    padding: 3rem 2rem;
  }
}

.waste-items-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 120%;
  font-weight: bold;
  color: #045942;
  margin-bottom: 6rem;
  padding-left: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .waste-items-title {
    font-size: 110%;
    margin-bottom: 3rem;
    padding-left: 1rem;
  }
}
.waste-items-title i {
  color: #045942;
  flex-shrink: 0;
  padding-right: 0.5rem;
}

.waste-item {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .waste-item {
    margin-bottom: 2rem;
  }
}
.waste-item__image-wrapper {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 1.5rem;
}
@media screen and (max-width: 767px) {
  .waste-item__image-wrapper {
    max-width: 150px;
    margin-bottom: 1rem;
  }
}
.waste-item__image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border: 1px solid #e0e0e0;
}
.waste-item__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 100%;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .waste-item__label {
    font-size: 90%;
  }
}
.waste-item__subtext {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80%;
  color: #333333;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .waste-item__subtext {
    font-size: 75%;
  }
}

.waste-items-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80%;
  color: #333333;
  margin: 3rem 0 0 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .waste-items-note {
    font-size: 75%;
    margin-top: 2rem;
  }
}

/* ==========================================================================
   処理フロー図
   ========================================================================== */
.process-flow {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .process-flow {
    margin: 3rem 0;
  }
}

.process-flow__step {
  border-radius: 20px;
  padding: 4rem;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .process-flow__step {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .process-flow__step {
    padding: 2rem;
  }
}

.process-flow__step--light {
  background-color: #ffffff;
  border: 1px solid #045942;
}
.process-flow__step--light .process-flow__step-number,
.process-flow__step--light .process-flow__title {
  color: #045942;
}
.process-flow__step--light .process-flow__description {
  color: #333333;
}

.process-flow__step--dark {
  background-color: #045942;
}
.process-flow__step--dark .process-flow__step-number,
.process-flow__step--dark .process-flow__title {
  color: #ffffff;
}
.process-flow__step--dark .process-flow__description {
  color: #ffffff;
}

.process-flow__step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .process-flow__step-header {
    display: block;
    margin-bottom: 1rem;
    gap: 0.75rem;
  }
}

.process-flow__step-number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .process-flow__step-number {
    font-size: 100%;
    display: block;
    margin-bottom: 0.5rem;
  }
}

.process-flow__tag {
  display: inline-block;
  padding: 0.5rem 1.2rem 0.6rem;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .process-flow__tag {
    padding: 0.4rem 1rem 0.6rem;
    font-size: 80%;
  }
}

.process-flow__tag--light {
  background-color: #045942;
  color: #ffffff;
}

.process-flow__tag--dark {
  background-color: #ffffff;
  color: #045942;
}

.process-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .process-flow__title {
    font-size: 130%;
  }
}
@media screen and (max-width: 767px) {
  .process-flow__title {
    font-size: 120%;
    margin-bottom: 1rem;
  }
}

.process-flow__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .process-flow__description {
    font-size: 95%;
    line-height: 1.7;
  }
}

.process-flow__connector {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #045942;
  margin: 3rem auto;
}
@media screen and (max-width: 991px) {
  .process-flow__connector {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 767px) {
  .process-flow__connector {
    margin: 1rem auto;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 15px;
  }
}

/* ==========================================================================
   mv-slider
   ========================================================================== */
.mv-content {
  color: #045942;
  text-transform: uppercase;
  padding: 3rem 0 6rem;
}
@media screen and (max-width: 991px) {
  .mv-content {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-content {
    padding: 2rem 0;
  }
}
.mv-content h1 {
  font-size: 280%;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .mv-content h1 {
    font-size: 220%;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-content h1 {
    font-size: 200%;
    margin-bottom: 1rem;
  }
}
.mv-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mv-content p {
    font-size: 80%;
    line-height: 1.6;
  }
}

.mv-content__text {
  padding: 0 2rem;
}

.mv-slider {
  position: relative;
  width: 100%;
}
.mv-slider::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(9rem);
  background: #045942;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .mv-slider::before {
    top: 6rem;
    transform: translateY(6rem);
  }
}

.mv-swiper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.mv-swiper .splide__track {
  overflow: hidden;
  touch-action: pan-y;
}
.mv-swiper .splide__list {
  display: flex;
  align-items: flex-start;
  touch-action: pan-y;
  will-change: transform;
}
.mv-swiper .splide__slide {
  width: 400px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .mv-swiper .splide__slide {
    width: 300px;
    min-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .mv-swiper .splide__slide {
    width: 260px;
    min-width: 280px;
  }
}

.mv-slide__image {
  width: 100%;
  height: 640px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv-slide__image {
    height: 480px;
  }
}
@media screen and (max-width: 575px) {
  .mv-slide__image {
    height: 416px;
  }
}

/* ==========================================================================
   recruit-slider
   ========================================================================== */
.recruit-slider-section {
  background-color: #045942;
  padding-bottom: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-slider-section {
    padding-bottom: 6rem;
  }
}

.recruit-slider-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recruit-slider-swiper .splide__track {
  overflow: hidden;
}
.recruit-slider-swiper .splide__list {
  display: flex;
  align-items: flex-start;
}
.recruit-slider-swiper .splide__slide {
  width: 350px;
  flex-shrink: 0;
  display: block;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .recruit-slider-swiper .splide__slide {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider-swiper .splide__slide {
    width: 250px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-slider-swiper .splide__slide {
    width: 200px;
  }
}
.recruit-slider-swiper .splide__slide img.recruit-slider__image {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .recruit-slider-swiper .splide__slide img.recruit-slider__image {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider-swiper .splide__slide img.recruit-slider__image {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-slider-swiper .splide__slide img.recruit-slider__image {
    height: 200px;
  }
}

.recruit-slider__image {
  width: 100%;
  height: 350px;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .recruit-slider__image {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-slider__image {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .recruit-slider__image {
    height: 200px;
  }
}

/* module */
/* ==========================================================================

   ========================================================================== */
/* ==========================================================================
   button
   ========================================================================== */
.btn {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #045942;
  color: #045942;
  background-color: #ffffff;
  font-size: 90%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 1.8rem 6rem;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 1.4rem 4rem;
  }
}
.btn:hover {
  background-color: #045942;
  color: #ffffff;
}
.btn i {
  margin-left: 0.5rem;
}
.btn.btn-large i {
  margin-left: 0;
}
.btn.btn-large {
  width: 100%;
  border-radius: 20px;
  font-size: 160%;
  font-weight: 600;
  padding: 6rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .btn.btn-large {
    font-size: 140%;
    padding: 3.5rem 1.5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-large {
    font-size: 120%;
    padding: 3.5rem 1.5rem;
    gap: 1rem;
  }
}
.btn.btn-large .btn-large__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #045942;
  background-color: #ffffff;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn.btn-large .btn-large__icon {
    width: 40px;
    height: 40px;
  }
}
.btn.btn-large .btn-large__icon i {
  margin-left: 0;
  font-size: 1.1rem;
  color: #045942;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn.btn-large .btn-large__icon i {
    font-size: 1rem;
  }
}
.btn.btn-large:hover .btn-large__icon {
  border-color: #ffffff;
}
.btn.btn-large:hover .btn-large__icon i {
  color: #045942;
}

/* ==========================================================================
   form
   ========================================================================== */
.form-group {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 2rem;
  }
}
.form-group label {
  margin-bottom: 1rem;
  font-weight: 500;
}

.form-control, .form-select {
  height: inherit;
  font-size: 1em;
  padding: 14px;
  border: none;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .form-control, .form-select {
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 575px) {
  .form-control, .form-select {
    padding: 10px 10px 8px;
  }
}

.form {
  text-align: left;
  /* Chrome, Safari */
  /* Firefox */
  /* Firefox 18以前 */
  /* IE */
  /* Edge */
}
.form textarea {
  background-color: #f5f5f5;
  height: 17em;
}
.form input, .form select {
  background-color: #f5f5f5;
}
.form input[type=submit] {
  display: inline-block;
  border: 2px solid #045942;
  background: #045942;
  color: #fff;
  padding: 1.2rem 4rem;
  text-decoration: none;
  font-weight: bold;
  font-size: 120%;
  transition: 0.2s;
  border-radius: 100px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .form input[type=submit] {
    border: 1px solid #333333;
  }
}
.form input[type=submit]:hover {
  background: #fff;
  color: #045942;
}
.form input::placeholder {
  color: #ccc !important;
}
.form ::-webkit-input-placeholder {
  color: #ccc !important;
}
.form ::-moz-placeholder {
  color: #ccc !important;
}
.form :-moz-placeholder {
  color: #ccc !important;
}
.form :-ms-input-placeholder {
  color: #ccc !important;
}
.form input::-ms-input-placeholder {
  color: #ccc !important;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
}

.p_required {
  color: #fff;
  background: #ff0000;
  border-radius: 100px;
  line-height: 1;
  padding: 0.4rem 1.2rem;
  font-size: 70%;
  font-weight: 700;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .p_required {
    padding: 0.2rem 1.2rem;
  }
}

.wpcf7-acceptance {
  display: block;
  margin: 2rem 0;
}

.wpcf7-submit:disabled {
  background-color: #ccc;
  border-color: #ccc;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0;
}
@media screen and (max-width: 767px) {
  .cp_ipselect {
    padding: 3px 0;
  }
}

.cp_ipselect select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #333333;
  background: #ffffff;
  padding: 8px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .cp_ipselect.cp_sl01 {
    padding: 12px 12px 10px;
  }
}
@media screen and (max-width: 575px) {
  .cp_ipselect.cp_sl01 {
    padding: 4px 10px 4px;
  }
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .cp_ipselect.cp_sl01::before {
    top: 1.6em;
  }
}
@media screen and (max-width: 575px) {
  .cp_ipselect.cp_sl01::before {
    top: 1.4em;
  }
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 6px 8px;
  color: #333333;
}

/********** エラーメッセージ**********/
.screen-reader-response {
  display: none;
}

.wpcf7-validation-errors {
  text-align: left;
  border: 4px solid #FF0000;
  background: #fff;
  padding: 1rem 2rem 1rem;
  color: #FF0000;
}

.wpcf7-not-valid-tip {
  color: #FF0000;
  font-weight: bold;
}

.wpcf7 .wpcf7-not-valid {
  background: #F2DEDE;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #FF0000;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

.thank_wrapper {
  text-align: center;
  padding: 4rem 0 6rem;
}
.thank_wrapper h3 {
  color: #000;
  font-weight: 900;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.privacy {
  border: 1px solid #333333;
  font-size: 1.2rem;
  height: 17em;
  background: #fff;
  padding: 2rem;
  margin: 2rem 0 4rem 0;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .privacy {
    padding: 2rem 1rem;
  }
}
.privacy p {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .privacy p {
    font-size: 1rem;
  }
}
.privacy h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 1.2rem;
  }
}
.privacy h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .privacy h3 {
    font-size: 1.2rem;
  }
}
.privacy h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .privacy h4 {
    font-size: 1rem;
  }
}
.privacy ul, .privacy ol {
  padding-left: 2.5rem;
}
.privacy li {
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .privacy li {
    font-size: 1rem;
  }
}

.content-tel {
  background-color: #f5f5f5;
  text-align: center;
  padding: 8rem;
  margin-bottom: 8rem;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .content-tel {
    padding: 3rem 2rem;
    margin-bottom: 4rem;
    border-radius: 30px;
  }
}
.content-tel .tel-title {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .content-tel .tel-title {
    font-size: 1.2rem;
  }
}
.content-tel .tel-number {
  display: block;
  font-size: 240%;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .content-tel .tel-number {
    font-size: 160%;
  }
}
.content-tel .business-hours {
  display: block;
  font-size: 100%;
  color: #333333;
  margin-bottom: 0.5rem;
}
.content-tel .business-note {
  display: block;
  font-size: 80%;
  color: #666;
}
@media screen and (max-width: 767px) {
  .content-tel .business-note {
    font-size: 80%;
  }
}

/* ==========================================================================
   heading
   ========================================================================== */
/* ==========================================================================
   icon
   ========================================================================== */
/* ==========================================================================
   media
   ========================================================================== */
.hamburger {
  display: none;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 36px;
  right: 30px;
  z-index: 10000;
  padding: 17px 0 0 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: block;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 18px;
    right: 1rem;
  }
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #045942;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.8);
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #045942;
  box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.8);
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 11rem;
}
@media screen and (max-width: 991px) {
  .fat-nav ul {
    padding-top: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .fat-nav ul {
    padding-top: 12rem;
  }
}

.fat-nav li {
  font-style: normal;
  font-weight: 400;
  list-style-type: none;
  text-align: left;
  padding: 0;
  border-bottom: 1px solid #045942;
}
.fat-nav li:first-child {
  border-top: 1px solid #045942;
}

.fat-nav li {
  color: #022991;
}

.fat-nav li a {
  color: #045942;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-size: 120%;
  font-weight: 600;
  padding: 1.5rem 2rem;
}
.fat-nav li a i {
  font-size: 90%;
  transition: transform 0.3s ease-out;
}

.fat-nav li a::after {
  display: none;
}

.fat-nav__item--has-dropdown {
  position: relative;
}
.fat-nav__item--has-dropdown .fat-nav__dropdown {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s linear, opacity 0.3s linear;
}
.fat-nav__item--has-dropdown .fat-nav__dropdown li {
  border-bottom: none;
  border-top: 1px solid rgba(4, 89, 66, 0.2);
}
.fat-nav__item--has-dropdown .fat-nav__dropdown li:first-child {
  border-top: none;
}
.fat-nav__item--has-dropdown .fat-nav__dropdown li a {
  padding-left: 3rem;
  font-size: 100%;
  font-weight: 600;
}
.fat-nav__item--has-dropdown .fat-nav__dropdown li a i {
  display: none;
}
.fat-nav__item--has-dropdown.is-active .fat-nav__dropdown {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.fat-nav__item--has-dropdown.is-active > a i {
  transform: rotate(45deg);
}
.fat-nav__item--has-dropdown.is-closing .fat-nav__dropdown {
  transition: max-height 0.15s linear, opacity 0.15s linear;
}

/* ==========================================================================
   list
   ========================================================================== */
.ul_attention {
  list-style: none;
  font-size: 80%;
}
.ul_attention li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.ul_attention li:before {
  content: "※";
  margin-right: 0.35em;
}

.ul_check {
  list-style: none;
  font-size: 120%;
  color: #045942;
  border: 1px solid #045942;
  border-radius: 20px;
  padding: 3rem 4rem;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .ul_check {
    font-size: 110%;
    padding: 2rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .ul_check {
    font-size: 100%;
    padding: 2rem 2rem;
  }
}
.ul_check li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-weight: 600;
}
.ul_check li:last-child {
  margin-bottom: 0;
}
.ul_check li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ff8c00;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.list1 {
  font-size: 80%;
  padding-left: 1.5em;
}

.list2 {
  padding-left: 1.5em;
}

.list3 {
  font-size: 100%;
  padding-left: 1.5em;
}

.table1 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e0e0e0;
}
.table1 th, .table1 td {
  padding: 3rem 1rem;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table1 th, .table1 td {
    padding: 2rem 1rem;
  }
}
.table1 th {
  color: #045942;
  width: 6em;
}
.table1 tr {
  border-bottom: 1px solid #e0e0e0;
}/*# sourceMappingURL=master.css.map */