@charset "UTF-8";
/* ===========================================
 * 関数
 * ===========================================
*/
/* -------------------------------------------
 * breakpoint
*/
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
/* ===========================================
 * 変数
 * ===========================================
*/
/* ===========================================
 * style
 * ===========================================
*/
/* -------------------------------------------
 * fonts
*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("/assets/fonts/NotoSansJP-Black.otf") format("otf");
  src: url("/assets/fonts/NotoSansJP-Bold.otf") format("otf");
  src: url("/assets/fonts/NotoSansJP-Light.otf") format("otf");
  src: url("/assets/fonts/NotoSansJP-Medium.otf") format("otf");
  src: url("/assets/fonts/NotoSansJP-Regular.otf") format("otf");
  src: url("/assets/fonts/NotoSansJP-Thin.otf") format("otf");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("/assets/fonts/SourceSansPro-Light.ttf") format("ttf");
}
@font-face {
  font-family: "Oswald";
  src: url("/assets/fonts/Oswald-Bold.ttf") format("truetype");
  src: url("/assets/fonts/Oswald-ExtraLight.ttf") format("truetype");
  src: url("/assets/fonts/Oswald-Light.ttf") format("truetype");
  src: url("/assets/fonts/Oswald-Medium.ttf") format("truetype");
  src: url("/assets/fonts/Oswald-Regular.ttf") format("truetype");
  src: url("/assets/fonts/Oswald-SemiBold.ttf") format("truetype");
}
/* -------------------------------------------
 * common
*/
body {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 4000px) {
  body { /* 640px以下のとき */
    font-size: 24px;
  }
}

section {
  margin: 160px 0;
}
@media screen and (max-width: 640px) {
  section { /* 640px以下のとき */
    margin: 80px 0;
  }
}

p {
  margin: 0;
  padding: 0;
}

.font-green {
  color: #4D964D;
}

.btn-primary {
  background-color: #1A1919;
  border: none;
  border-radius: 0;
  padding: 12px 0;
  width: 216px;
}
.btn-primary:hover {
  color: #1A1919;
  background-color: #ffffff;
}
@media screen and (min-width: 4000px) {
  .btn-primary { /* 640px以下のとき */
    font-size: 24px;
  }
}

div.header-container {
  margin-top: 108px;
  overflow-x: hidden;
}
div.header-container img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}
@media screen and (max-width: 640px) {
  div.header-container img { /* 640px以下のとき */
    height: 240px;
  }
}
div.header-container .page-header-content {
  text-align: center;
  color: #ffffff;
  margin-left: 8%;
}
div.header-container .page-header-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 1.4;
}
div.header-container .page-header-content p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  div.header-container .page-header-content { /* 640px以下のとき */
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
  }
  div.header-container .page-header-content h1 {
    font-size: 40px;
  }
  div.header-container .page-header-content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  div.header-container { /* 640px以下のとき */
    margin-top: 90px;
  }
}

.container-fluid {
  padding: 0;
}

/* === contact === */
.contact-container {
  width: 640px;
  margin: 4em auto 8em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact-container { /* 640px以下のとき */
    width: 92%;
  }
}
.contact-container__text-title {
  display: block;
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contact-container__text-title { /* 640px以下のとき */
    font-size: 40px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-container__text-title { /* 1280px以上のとき */
    font-size: 50px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container__text-title { /* 1280px以上のとき */
    font-size: 64px;
  }
}
.contact-container__text-sub-title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 640px) {
  .contact-container__text-sub-title { /* 640px以下のとき */
    margin-top: 2%;
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-container__text-sub-title { /* 1280px以上のとき */
    font-size: 24px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container__text-sub-title { /* 1280px以上のとき */
    font-size: 32px;
  }
}
.contact-container .contact-contents {
  width: 100%;
  margin: 32px auto 0;
  text-align: center;
}
.contact-container .contact-contents__number {
  text-decoration: none;
  color: #212529;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 1px;
}
.contact-container .contact-contents__number:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .contact-container .contact-contents__number { /* 640px以下のとき */
    font-size: 48px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container .contact-contents__number { /* 1280px以上のとき */
    font-size: 72px;
  }
}
.contact-container .contact-contents__reception {
  font-size: 24px;
  font-weight: 400;
  margin: 2% 0 8%;
  font-family: unset;
}
@media screen and (max-width: 640px) {
  .contact-container .contact-contents__reception { /* 640px以下のとき */
    font-size: 18px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container .contact-contents__reception { /* 1280px以上のとき */
    font-size: 32px;
  }
}
.contact-container .btn-primary {
  width: 48%;
  gap: 12px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #EF9BB1;
  color: #ffffff;
}
.contact-container .btn-primary:hover {
  filter: brightness(1.1);
}
.contact-container .btn-primary span {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .contact-container .btn-primary span { /* 640px以下のとき */
    font-size: 24px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container .btn-primary span { /* 1280px以上のとき */
    font-size: 32px;
  }
}
.contact-container .btn-primary .icon-mail {
  width: 36px;
}
@media screen and (min-width: 4000px) {
  .contact-container .btn-primary .icon-mail { /* 1280px以上のとき */
    width: 48px;
  }
}
@media screen and (max-width: 640px) {
  .contact-container .btn-primary { /* 640px以下のとき */
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 4000px) {
  .contact-container .btn-primary { /* 1280px以上のとき */
    width: 480px;
  }
}

/* -------------------------------------------
 * header nav
*/
header nav.navbar-light {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header nav.navbar-light div.container-fluid {
  padding-left: 2%;
  padding-right: 2%;
  letter-spacing: 0.25em;
  gap: 24px;
}
header nav.navbar-light div.container-fluid a.navber-brand img {
  height: 72px;
  width: inherit;
}
@media screen and (max-width: 640px) {
  header nav.navbar-light div.container-fluid a.navber-brand img { /* 640px以下のとき */
    height: 40px;
  }
}
header nav.navbar-light div.container-fluid ul.navbar-nav {
  margin: 24px 8px 8px 8px;
  gap: 1vw;
}
@media screen and (min-width: 1300px) {
  header nav.navbar-light div.container-fluid ul.navbar-nav {
    gap: 3vw;
  }
}
header nav.navbar-light div.container-fluid ul.navbar-nav a.nav-link {
  color: #212529;
}
header nav.navbar-light div.container-fluid ul.navbar-nav a.nav-link.active {
  font-weight: bold;
}
header nav.navbar-light div.container-fluid ul.navbar-nav a.nav-link:hover {
  opacity: 0.8;
}
header nav.navbar-light div.container-fluid ul.navbar-nav a.contact-link {
  padding: 12px 36px;
  background-color: #EF9BB1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
header nav.navbar-light div.container-fluid ul.navbar-nav a.contact-link img {
  margin-left: 6px;
  width: 28px;
  height: 22px;
}
@media screen and (min-width: 992px) {
  header nav.navbar-light div.container-fluid ul.navbar-nav { /* 992px以上のとき */
    align-items: center;
    margin: 0;
  }
}
header nav.bg-light {
  background-color: #ffffff !important;
}

/* -------------------------------------------
 * footer nav
*/
footer {
  background-color: #1A1919;
  padding: 88px 2% 16px 2%;
  color: #ffffff;
  text-align: center;
}
footer nav.navbar-dark div.container-fluid {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 24px;
}
footer nav.navbar-dark div.container-fluid a.navber-brand img {
  height: 72px;
  width: inherit;
}
@media screen and (max-width: 640px) {
  footer nav.navbar-dark div.container-fluid a.navber-brand img { /* 640px以下のとき */
    height: 64px;
  }
}
footer nav.navbar-dark div.container-fluid div.navbar-collapse {
  justify-content: center;
}
footer nav.navbar-dark div.container-fluid div.navbar-collapse ul.navbar-nav a.nav-link {
  color: #ffffff;
}
@media screen and (max-width: 640px) {
  footer nav.navbar-dark div.container-fluid div.navbar-collapse ul.navbar-nav { /* 640px以下のとき */
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  footer nav.navbar-dark div.container-fluid div.navbar-collapse { /* 992px以上のとき */
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  footer nav.navbar-dark div.container-fluid { /* 640px以下のとき */
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  footer nav.navbar-dark div.container-fluid { /* 992px以上のとき */
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }
}
footer .footer-access {
  font-size: 24px;
  margin-top: 36px;
}
footer .footer-access a {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  footer .footer-access a { /* 640px以下のとき */
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer-access { /* 640px以下のとき */
    font-size: 16px;
  }
}
footer .copyright {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  footer .copyright { /* 640px以下のとき */
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  footer { /* 992px以上のとき */
    text-align: left;
  }
}

/* -------------------------------------------
 * top page
*/
.fv-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .fv-container { /* 640px以下のとき */
    margin-top: 90px;
  }
}
.fv-container .img-fluid {
  filter: brightness(0.9);
}
@media screen and (max-width: 640px) {
  .fv-container .img-fluid { /* 640px以下のとき */
    height: 92vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 84% 0;
       object-position: 84% 0;
  }
}
.fv-container h1 {
  margin: 0;
  color: #ffffff;
  line-height: 2;
  left: 8%;
  text-shadow: 4px 8px 2px rgba(0, 0, 0, 0.64);
  font-size: 4.2vw;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .fv-container h1 { /* 640px以下のとき */
    line-height: 1.6;
    font-size: 8vw;
    top: 67% !important;
  }
}

@media screen and (max-width: 640px) {
  main.top-main .top-company .top-company-container { /* 640px以下のとき */
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  main.top-main .top-company .top-company-container .d-flex {
    align-items: center;
  }
}
main.top-main .top-company .company-container__img {
  width: 44%;
}
@media screen and (max-width: 640px) {
  main.top-main .top-company .company-container__img { /* 640px以下のとき */
    width: 100%;
    margin-bottom: 6%;
  }
}
main.top-main .top-company h2 {
  font-size: 4vw;
  color: #8BC74F;
  gap: 16px;
}
@media screen and (max-width: 640px) {
  main.top-main .top-company h2 { /* 640px以下のとき */
    font-size: 40px;
    gap: 8px;
  }
}
main.top-main .top-company h2 img {
  width: 4vw;
  height: inherit;
}
@media screen and (max-width: 640px) {
  main.top-main .top-company h2 img { /* 640px以下のとき */
    width: 36px;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-company h2 { /* 1280px以上のとき */
    font-size: 72px;
    color: #8BC74F;
    gap: 16px;
  }
}
main.top-main .top-company .top-company__text-title {
  font-size: 3.6vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.top-main .top-company .top-company__text-title { /* 640px以下のとき */
    font-size: 32px;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-company .top-company__text-title { /* 1280px以上のとき */
    font-size: 60px;
  }
}
main.top-main .top-company .top-company__text-detail {
  font-size: 1.4vw;
  font-weight: 400;
  margin-top: 5%;
  margin-bottom: 16%;
}
@media screen and (max-width: 640px) {
  main.top-main .top-company .top-company__text-detail { /* 640px以下のとき */
    font-size: 12px;
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-company .top-company__text-detail { /* 1280px以上のとき */
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 100px;
  }
}
main.top-main .top-business,
main.top-main .top-facility {
  margin-bottom: 50vh;
}
@media screen and (max-width: 640px) {
  main.top-main .top-business,
main.top-main .top-facility { /* 640px以下のとき */
    margin-bottom: 120px;
  }
}
main.top-main .top-business .img-fluid,
main.top-main .top-facility .img-fluid {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  main.top-main .top-business .img-fluid,
main.top-main .top-facility .img-fluid { /* 640px以下のとき */
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  main.top-main .top-business .position-absolute,
main.top-main .top-facility .position-absolute { /* 640px以下のとき */
    position: relative !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 6%;
  }
}
main.top-main .top-business h2,
main.top-main .top-facility h2 {
  font-size: 4.8vw;
  color: #8BC74F;
  gap: 16px;
  margin-bottom: 4%;
}
main.top-main .top-business h2 .h2-border,
main.top-main .top-facility h2 .h2-border {
  background-color: #8BC74F;
  width: 2em;
  height: 6px;
}
@media screen and (max-width: 640px) {
  main.top-main .top-business h2 .h2-border,
main.top-main .top-facility h2 .h2-border { /* 640px以下のとき */
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  main.top-main .top-business h2,
main.top-main .top-facility h2 { /* 640px以下のとき */
    font-size: 32px;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-business h2,
main.top-main .top-facility h2 { /* 1280px以上のとき */
    font-size: 60px;
    color: #8BC74F;
    gap: 4px;
  }
}
main.top-main .top-business .top-50,
main.top-main .top-facility .top-50 {
  width: 100%;
  top: 64% !important;
}
main.top-main .top-business .top-business-content,
main.top-main .top-facility .top-business-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  background-color: #8BC74F;
  max-width: 44%;
  text-align: center;
  padding: 4%;
  color: #ffffff;
}
main.top-main .top-business .top-business-content .top-business__text-title,
main.top-main .top-facility .top-business-content .top-business__text-title {
  font-size: 2.4vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.top-main .top-business .top-business-content .top-business__text-title,
main.top-main .top-facility .top-business-content .top-business__text-title { /* 640px以下のとき */
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-business .top-business-content .top-business__text-title,
main.top-main .top-facility .top-business-content .top-business__text-title { /* 1280px以上のとき */
    font-size: 40px;
  }
}
main.top-main .top-business .top-business-content .top-business__text-detail,
main.top-main .top-facility .top-business-content .top-business__text-detail {
  margin-top: 4%;
  margin-bottom: 8%;
}
@media screen and (max-width: 640px) {
  main.top-main .top-business .top-business-content,
main.top-main .top-facility .top-business-content { /* 640px以下のとき */
    min-width: 340px;
  }
}
main.top-main .top-contact {
  margin-bottom: 0;
}
main.top-main .top-contact .img-fluid {
  width: 100%;
  height: 64vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .img-fluid { /* 640px以下のとき */
    height: 680px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main.top-main .top-contact .position-absolute {
  width: 100%;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .position-absolute { /* 640px以下のとき */
    flex-flow: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
}
main.top-main .top-contact .top-business-content {
  background-color: rgba(255, 255, 255, 0.7);
  width: 400px;
  text-align: center;
  padding: 3em;
  color: #212529;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content { /* 1280px以上のとき */
    padding: 3em;
    width: 365px;
  }
}
@media screen and (min-width: 1300px) {
  main.top-main .top-contact .top-business-content { /* 1280px以上のとき */
    padding: 3em;
  }
}
main.top-main .top-contact .top-business-content .top-business__text-title {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .top-business__text-title { /* 640px以下のとき */
    font-size: 40px;
  }
}
main.top-main .top-contact .top-business-content .top-business__text-sub-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .top-business__text-sub-title { /* 640px以下のとき */
    margin-top: 2%;
    font-size: 20px;
  }
}
main.top-main .top-contact .top-business-content .contact-container {
  width: 100%;
  margin: 16px auto 0;
  text-align: center;
}
@media screen and (min-width: 4000px) {
  main.top-main .top-contact .top-business-content .contact-container { /* 1280px以上のとき */
    margin-top: 32px;
  }
}
main.top-main .top-contact .top-business-content .contact-container .contact-container__number {
  text-decoration: none;
  color: #212529;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 1px;
}
main.top-main .top-contact .top-business-content .contact-container .contact-container__number:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .contact-container .contact-container__number { /* 640px以下のとき */ }
}
@media screen and (min-width: 4000px) {
  main.top-main .top-contact .top-business-content .contact-container .contact-container__number { /* 1280px以上のとき */
    font-size: 72px;
  }
}
main.top-main .top-contact .top-business-content .contact-container .contact-container__reception {
  font-size: 16px;
  font-weight: 400;
  margin: 2% 0 8%;
  font-family: unset;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .contact-container .contact-container__reception { /* 640px以下のとき */
    font-size: 15px;
  }
}
@media screen and (min-width: 4000px) {
  main.top-main .top-contact .top-business-content .contact-container .contact-container__reception { /* 1280px以上のとき */
    font-size: 32px;
  }
}
main.top-main .top-contact .top-business-content .btn-primary {
  width: 216px;
  gap: 12px;
  margin: 0 auto;
  padding: 12px 0;
  background-color: #EF9BB1;
  color: #ffffff;
}
main.top-main .top-contact .top-business-content .btn-primary:hover {
  filter: brightness(1.1);
}
main.top-main .top-contact .top-business-content .btn-primary span {
  font-size: 24px;
}
main.top-main .top-contact .top-business-content .btn-primary .icon-mail {
  width: 32px;
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .btn-primary .icon-mail { /* 640px以下のとき */
    width: 12%;
  }
}
@media screen and (max-width: 640px) {
  main.top-main .top-contact .top-business-content .btn-primary { /* 640px以下のとき */
    width: 100%;
  }
}
main.top-main .top-contact .top-facility-container {
  width: 100%;
}

/* -------------------------------------------
 * company page
*/
main.company-main .company-about,
main.company-main .company-company {
  margin-top: 80px;
}
main.company-main .company-about .section-header,
main.company-main .company-company .section-header {
  gap: 2px;
  margin-bottom: 8%;
}
main.company-main .company-about .section-header img,
main.company-main .company-company .section-header img {
  width: 5%;
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .section-header img,
main.company-main .company-company .section-header img { /* 640px以下のとき */
    width: 36px;
  }
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .section-header img,
main.company-main .company-company .section-header img { /* 1280px以上のとき */
    width: 64px;
  }
}
main.company-main .company-about .section-header h2,
main.company-main .company-company .section-header h2 {
  font-size: 4.4vw;
  color: #8BC74F;
  margin: 0;
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .section-header h2,
main.company-main .company-company .section-header h2 { /* 640px以下のとき */
    font-size: 28px;
  }
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .section-header h2,
main.company-main .company-company .section-header h2 { /* 1280px以上のとき */
    font-size: 56px;
  }
}
main.company-main .company-about .section-header .h2-border,
main.company-main .company-company .section-header .h2-border {
  background-color: #8BC74F;
  width: 8em;
  height: 6px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .section-header .h2-border,
main.company-main .company-company .section-header .h2-border { /* 640px以下のとき */
    width: 4em;
    height: 2px;
  }
}
main.company-main .company-about .section-header p,
main.company-main .company-company .section-header p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 2vw;
  letter-spacing: 2px;
  color: #8BC74F;
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .section-header p,
main.company-main .company-company .section-header p { /* 640px以下のとき */
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .section-header p,
main.company-main .company-company .section-header p { /* 1280px以上のとき */
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .about-flex-container,
main.company-main .company-company .about-flex-container { /* 640px以下のとき */
    flex-flow: column-reverse;
  }
}
main.company-main .company-about .about-flex-container .about-flex-content,
main.company-main .company-company .about-flex-container .about-flex-content {
  width: 40%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .about-flex-container p.about-flex-content,
main.company-main .company-company .about-flex-container p.about-flex-content { /* 640px以下のとき */
    margin-top: 8%;
    width: 92%;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .about-flex-container p.about-flex-content,
main.company-main .company-company .about-flex-container p.about-flex-content { /* 1280px以上のとき */
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  main.company-main .company-about .about-flex-container div.about-flex-content,
main.company-main .company-company .about-flex-container div.about-flex-content { /* 640px以下のとき */
    width: 100%;
  }
}
main.company-main .company-about .about-content,
main.company-main .company-company .about-content {
  bottom: 24px;
  left: 24px;
  letter-spacing: 4px;
  color: #ffffff;
}
main.company-main .company-about .about-content .about-content__position,
main.company-main .company-company .about-content .about-content__position {
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .about-content .about-content__position,
main.company-main .company-company .about-content .about-content__position { /* 1280px以上のとき */
    font-size: 32px;
  }
}
main.company-main .company-about .about-content .about-content__name,
main.company-main .company-company .about-content .about-content__name {
  font-weight: 900;
}
@media screen and (min-width: 1300px) {
  main.company-main .company-about .about-content .about-content__name,
main.company-main .company-company .about-content .about-content__name { /* 1280px以上のとき */
    font-size: 40px;
  }
}
main.company-main .company-company table {
  table-layout: fixed;
  margin-left: 24vw;
  margin-right: 8vw;
  border-collapse: collapse;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  main.company-main .company-company table { /* 992px以下のとき */
    margin-left: 8vw;
  }
}
main.company-main .company-company table th {
  border-right: 1px solid #000;
  width: 240px;
}
@media screen and (max-width: 992px) {
  main.company-main .company-company table th { /* 992px以下のとき */
    width: 400px;
  }
}
main.company-main .company-company table th, main.company-main .company-company table td {
  padding: 10px;
  padding-bottom: 80px;
  vertical-align: top;
}
main.company-main .company-company table td {
  padding-left: 80px;
  width: 800px;
}
main.company-main .company-company table td .scope-of-business {
  gap: 24px;
}
main.company-main .company-company table td .scope-of-business .scope__title {
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  main.company-main .company-company { /* 640px以下のとき */ }
  main.company-main .company-company .last td:last-child {
    width: 100%;
  }
  main.company-main .company-company table {
    width: 92%;
    margin: 0 auto;
  }
  main.company-main .company-company table th,
main.company-main .company-company table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  main.company-main .company-company table th {
    border: none;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
  }
  main.company-main .company-company table td {
    padding-left: 1.5rem;
    padding-bottom: 40px;
    font-size: 15px;
  }
}

/* -------------------------------------------
 * purchase and collection of metals
 * collection and transport of industrial waste
*/
.header-container img.pacom-header {
  -o-object-position: center 80%;
     object-position: center 80%;
}
@media screen and (min-width: 640px) and (max-width: 992px) {
  .header-container img.pacom-header { /* 640px以上992px以下のとき */
    width: 144%;
    margin-left: -18%;
  }
}
@media screen and (min-width: 1300px) {
  .header-container img.pacom-header { /* 1280px以上のとき */
    width: 120%;
    -o-object-position: center 56%;
       object-position: center 56%;
    margin-left: -6%;
  }
}
.header-container div.page-header-content p {
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .header-container div.page-header-content { /* 992px以下のとき */ }
  .header-container div.page-header-content h1 {
    font-size: 30px;
  }
  .header-container div.page-header-content p {
    font-size: 12px;
  }
}

main.pacom-main .pacom-about {
  margin-bottom: 0;
}
main.pacom-main .pacom-about h2 {
  font-size: 3.2vw;
  color: #8BC74F;
  gap: 16px;
  margin-bottom: 4%;
}
main.pacom-main .pacom-about h2 .h2-border {
  background-color: #8BC74F;
  width: 2em;
  height: 6px;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about h2 .h2-border { /* 640px以下のとき */
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about h2 { /* 640px以下のとき */
    font-size: 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-about h2 { /* 1280px以上のとき */
    font-size: 40px;
    color: #8BC74F;
    gap: 4px;
  }
}
main.pacom-main .pacom-about .container-fluid img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about .container-fluid img { /* 640px以下のとき */
    height: 40vh;
  }
}
main.pacom-main .pacom-about .container-fluid .pacom-about-content {
  color: #ffffff;
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about .container-fluid .pacom-about-content { /* 640px以下のとき */
    width: 92%;
  }
}
main.pacom-main .pacom-about .container-fluid .pacom-about-content .about-content__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about .container-fluid .pacom-about-content .about-content__title { /* 640px以下のとき */
    font-size: 16px;
    white-space: nowrap;
  }
}
main.pacom-main .pacom-about .container-fluid .pacom-about-content .about-content__detail {
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-about .container-fluid .pacom-about-content .about-content__detail { /* 640px以下のとき */
    font-size: 14px;
    line-height: 1.6;
  }
}
main.pacom-main .pacom-usage {
  color: #8BC74F;
  width: 520px;
  margin: 80px auto 180px auto;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-usage { /* 640px以下のとき */
    width: 92%;
    margin-bottom: 80px;
  }
}
main.pacom-main .pacom-usage h3 {
  font-size: 3.2vw;
  gap: 16px;
  margin-bottom: 8%;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-usage h3 { /* 640px以下のとき */
    font-size: 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-usage h3 { /* 1280px以上のとき */
    font-size: 40px;
  }
}
main.pacom-main .pacom-usage h3 img {
  width: 36px;
}
main.pacom-main .pacom-usage ul {
  margin-bottom: 16%;
  padding: 0;
}
main.pacom-main .pacom-usage ul li {
  list-style: none;
  line-height: 2.2;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-usage ul li { /* 640px以下のとき */
    font-size: 15px;
  }
}
main.pacom-main .pacom-usage .btn-container {
  text-align: center;
}
main.pacom-main .pacom-usage .btn-container .btn-primary {
  width: auto;
  padding: 16px 32px;
  letter-spacing: 2px;
}
main.pacom-main .pacom-usage .btn-container .btn-primary:hover {
  background-color: #8BC74F;
  color: #ffffff;
}
main.pacom-main .pacom-flow {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow { /* 640px以下のとき */
    width: 92%;
  }
}
main.pacom-main .pacom-flow .section-header {
  gap: 2px;
  margin-bottom: 8%;
}
main.pacom-main .pacom-flow .section-header h2 {
  font-size: 40px;
  color: #8BC74F;
  margin: 0;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .section-header h2 { /* 640px以下のとき */
    font-size: 24px;
  }
}
main.pacom-main .pacom-flow .section-header p {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
  color: #8BC74F;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .section-header p { /* 640px以下のとき */
    font-size: 15px;
  }
}
main.pacom-main .pacom-flow .pacom-flow-container__hikitori .flow-box {
  background-color: #8BC74F;
}
main.pacom-main .pacom-flow .pacom-flow-container__hikitori .flow-box__first {
  background-color: #8BC74F;
  color: #ffffff;
}
main.pacom-main .pacom-flow .pacom-flow-container__hikitori .flow-box .flow-box__namber p {
  color: #8BC74F;
}
main.pacom-main .pacom-flow .pacom-flow-container__mochikomi {
  margin-bottom: 8em;
}
main.pacom-main .pacom-flow .pacom-flow-container__mochikomi .flow-box {
  background-color: #4D964D;
}
main.pacom-main .pacom-flow .pacom-flow-container__mochikomi .flow-box__first {
  background-color: #4D964D;
  color: #ffffff;
}
main.pacom-main .pacom-flow .pacom-flow-container__mochikomi .flow-box .flow-box__namber p {
  color: #4D964D;
}
main.pacom-main .pacom-flow .flow-box {
  color: #ffffff;
  padding: 32px 5%;
}
main.pacom-main .pacom-flow .flow-box .flow-box__title {
  margin-top: 2%;
  font-size: 2.5vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .flow-box .flow-box__title { /* 640px以下のとき */
    margin-top: -2%;
    font-size: 22px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-flow .flow-box .flow-box__title { /* 1280px以上のとき */
    font-size: 32px;
  }
}
main.pacom-main .pacom-flow .flow-box .flow-box__detail {
  font-size: 2.4vw;
  margin-top: 4%;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .flow-box .flow-box__detail { /* 640px以下のとき */
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-flow .flow-box .flow-box__detail { /* 1280px以上のとき */
    font-size: 20px;
  }
}
main.pacom-main .pacom-flow .flow-box__first .flow-box__title {
  font-size: 3.2vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .flow-box__first .flow-box__title { /* 640px以下のとき */
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-flow .flow-box__first .flow-box__title { /* 1280px以上のとき */
    font-size: 40px;
  }
}
main.pacom-main .pacom-flow .flow-box__first .flow-box__title.p-all-16 {
  padding: 4px 0;
}
main.pacom-main .pacom-flow .flow-box__first .flow-box__notice {
  margin-left: 1rem;
  font-size: 1.6vw;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-flow .flow-box__first .flow-box__notice { /* 640px以下のとき */
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) {
  main.pacom-main .pacom-flow .flow-box__first .flow-box__notice { /* 1280px以上のとき */
    font-size: 20px;
  }
}
main.pacom-main .pacom-flow .flow-box img {
  width: 18%;
  margin-right: 5%;
}
main.pacom-main .pacom-flow .flow-arrow-box {
  text-align: center;
  margin: 2.4% 0;
}
main.pacom-main .pacom-flow .spacer {
  padding-top: 4%;
}
main.pacom-main .pacom-contact .pacom-contact-container {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
main.pacom-main .pacom-contact .pacom-contact-container .contact-container__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-contact .pacom-contact-container .contact-container__title { /* 640px以下のとき */
    font-size: 18px;
    margin-bottom: 4px;
  }
}
main.pacom-main .pacom-contact .pacom-contact-container .contact-container__number {
  text-decoration: none;
  color: #212529;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 2px;
}
main.pacom-main .pacom-contact .pacom-contact-container .contact-container__number:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-contact .pacom-contact-container .contact-container__number { /* 640px以下のとき */
    font-size: 48px;
  }
}
main.pacom-main .pacom-contact .pacom-contact-container .contact-container__reception {
  font-size: 32px;
  font-weight: 400;
  margin-top: 2%;
  font-family: unset;
}
@media screen and (max-width: 640px) {
  main.pacom-main .pacom-contact .pacom-contact-container .contact-container__reception { /* 640px以下のとき */
    font-size: 18px;
  }
}
main.pacom-main .pacom-contact .btn-container {
  text-align: center;
  margin-top: 72px;
}
main.pacom-main .pacom-contact .btn-container .btn-primary {
  width: auto;
  padding: 16px 56px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #EF9BB1;
}
main.pacom-main .pacom-contact .btn-container .btn-primary:hover {
  background-color: #ffffff;
  color: #EF9BB1;
}

/* -------------------------------------------
 * facility
*/
.header-container .header-container-img {
  -o-object-position: center 72%;
     object-position: center 72%;
}

main.facility-main .section-facility {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
main.facility-main .section-facility .flex-wrap {
  gap: 80px;
}
main.facility-main .section-facility .card {
  width: 400px;
  border: none;
  border-radius: unset;
  background-color: #4D964D;
  background-clip: content-box;
}
main.facility-main .section-facility .card-img-top {
  border-radius: unset;
}
main.facility-main .section-facility .card .card-body {
  height: 5rem;
}
main.facility-main .section-facility .card .card-body .card-text {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
main.facility-main .section-facility .row > * {
  padding: calc(var(--bs-gutter-x) * 1.2);
}

/* -------------------------------------------
 * list-of-metals-handled
*/
main.lomh-main article {
  width: 92%;
  max-width: 1200px;
  margin: 8% auto;
}
main.lomh-main .lomh-about {
  max-width: 970px;
  margin: 0 auto 8% auto;
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  main.lomh-main .lomh-about { /* 640px以下のとき */
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  main.lomh-main .lomh-about { /* 1280px以上のとき */
    font-size: 24px;
    text-align: center;
  }
}
main.lomh-main .section-header h2 {
  font-size: 3.2vw;
  color: #4D964D;
  gap: 16px;
  margin-bottom: 4%;
}
@media screen and (max-width: 640px) {
  main.lomh-main .section-header h2 { /* 640px以下のとき */
    font-size: 24px;
    gap: 8px;
  }
}
@media screen and (min-width: 1300px) {
  main.lomh-main .section-header h2 { /* 1280px以上のとき */
    font-size: 40px;
    gap: 4px;
  }
}
main.lomh-main .section-header h2 .h2-border {
  background-color: #4D964D;
  width: 2em;
  height: 6px;
}
@media screen and (max-width: 640px) {
  main.lomh-main .section-header h2 .h2-border { /* 640px以下のとき */
    height: 2px;
  }
}
main.lomh-main .lomh-header {
  background-color: #4D964D;
  color: #ffffff;
  padding: 12px 0 12px 40px;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  main.lomh-main .lomh-header { /* 640px以下のとき */
    padding-left: 20px;
    gap: 12px;
  }
}
main.lomh-main .lomh-header img {
  width: 64px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  main.lomh-main .lomh-header img { /* 640px以下のとき */
    width: 30px;
  }
}
main.lomh-main .lomh-header h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 640px) {
  main.lomh-main .lomh-header h3 { /* 640px以下のとき */
    font-size: 23px;
  }
}
main.lomh-main .lomh-header p {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  main.lomh-main .lomh-header p { /* 640px以下のとき */
    font-size: 16px;
  }
}
main.lomh-main .card-container {
  margin: 8% auto;
  gap: 5%;
}
main.lomh-main .card-container .card {
  width: 30%;
  min-width: 320px;
  margin-bottom: 5%;
  border: none;
  border-radius: unset;
  background-color: #4D964D;
  background-clip: content-box;
}
main.lomh-main .card-container .card-img-top {
  border-radius: unset;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
main.lomh-main .card-container .card .card-body {
  padding: 0.5rem 1rem;
}
main.lomh-main .card-container .card .card-body .card-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
main.lomh-main .card-container .row > * {
  padding: calc(var(--bs-gutter-x) * 1.2);
}
main.lomh-main .footer-message-container {
  margin-top: 0;
}
main.lomh-main .footer-message {
  color: #4D964D;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  main.lomh-main .footer-message { /* 1280px以上のとき */
    font-size: 56px;
  }
}

/* -------------------------------------------
 * faq
*/
main.faq-main .accordion {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
main.faq-main .accordion .accordion-item {
  border: 5px solid #8BC74F;
  margin-bottom: 80px;
}
main.faq-main .accordion .accordion-item button.accordion-button img {
  width: 56px;
  height: 100%;
  margin-right: 40px;
}
main.faq-main .accordion .accordion-item button.accordion-button p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
main.faq-main .accordion .accordion-item button.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(/assets/images/icon-faq-arrow.webp);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.5s ease-in-out;
}
main.faq-main .accordion .accordion-item button.accordion-button:focus {
  border: none;
  box-shadow: unset;
}
main.faq-main .accordion .accordion-item button.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: unset;
  box-shadow: unset;
}
@media screen and (max-width: 640px) {
  main.faq-main .accordion .accordion-item button.accordion-button { /* 640px以下のとき */
    flex-flow: column;
    align-items: flex-start;
    gap: 16px;
  }
  main.faq-main .accordion .accordion-item button.accordion-button p {
    font-size: 16px;
  }
}
main.faq-main .accordion .accordion-item .accordion-body {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
main.faq-main .accordion .accordion-item .accordion-body img {
  width: 56px;
  height: 100%;
  margin-right: 40px;
}
main.faq-main .accordion .accordion-item .accordion-body p {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  main.faq-main .accordion .accordion-item .accordion-body { /* 640px以下のとき */
    flex-flow: column;
    align-items: flex-start;
    gap: 16px;
  }
  main.faq-main .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
}
main.faq-main .accordion:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------
 * contact
*/
main.contact-main .contact-section-header .contact-section-container {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
main.contact-main .contact-section-header .contact-section-container .contact-container__title {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  main.contact-main .contact-section-header .contact-section-container .contact-container__title { /* 640px以下のとき */
    font-size: 18px;
    margin-bottom: 4px;
  }
}
main.contact-main .contact-section-header .contact-section-container .contact-container__number {
  text-decoration: none;
  color: #212529;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 2px;
}
main.contact-main .contact-section-header .contact-section-container .contact-container__number:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  main.contact-main .contact-section-header .contact-section-container .contact-container__number { /* 640px以下のとき */
    font-size: 48px;
  }
}
main.contact-main .contact-section-header .contact-section-container .contact-container__reception {
  font-size: 32px;
  font-weight: 400;
  margin-top: 2%;
}
@media screen and (max-width: 640px) {
  main.contact-main .contact-section-header .contact-section-container .contact-container__reception { /* 640px以下のとき */
    font-size: 18px;
  }
}
main.contact-main .form-section {
  width: 92%;
  margin: 0 auto 80px auto;
}
main.contact-main .form-section .form-container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 4%;
  background-color: #F4F8EF;
}
main.contact-main .form-section .form-container .h2-title {
  font-size: 32px;
  font-weight: 700;
  padding: 64px 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  main.contact-main .form-section .form-container .h2-title { /* 640px以下のとき */
    padding: 40px 0;
    font-size: 24px;
  }
}
main.contact-main .form-section .form-container form {
  padding-bottom: 80px;
}
main.contact-main .form-section .form-container form .row {
  justify-content: center;
  align-items: flex-start;
}
main.contact-main .form-section .form-container form .row .form-control {
  background-color: #f6f6f6;
}
main.contact-main .form-section .form-container form .ck-policy {
  display: flex;
  justify-content: center;
  align-items: center;
}
main.contact-main .form-section .form-container form .col-form-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main.contact-main .form-section .form-container form .badge {
  font-size: 1em;
  font-weight: 400;
  border-radius: unset;
  background-color: #4D964D;
}
main.contact-main .form-section .form-container form .btn-primary {
  background-color: #4D964D;
}
main.contact-main .form-section .form-container form .btn-primary:hover {
  background-color: #ffffff;
  color: #4D964D;
}
main.contact-main .form-section .form-container form a {
  color: #8BC74F;
}
main.contact-main .form-section .form-container form a:hover {
  font-weight: 700;
}

@media screen and (min-width: 4000px) {
  /* 1280px以上のとき */
  .form-control {
    font-size: 24px;
  }
}
/* -------------------------------------------
 * privacy policy
*/
div.header-container .page-header-content h1.fs-32 {
  font-size: 32px;
}

main.privacy-policy-main article {
  width: 92%;
  max-width: 1000px;
  margin: 160px auto;
}
@media screen and (max-width: 640px) {
  main.privacy-policy-main article { /* 640px以下のとき */
    margin: 80px auto;
  }
}
main.privacy-policy-main article .mb-12p {
  margin-bottom: 12%;
}
main.privacy-policy-main article .ppm__title {
  margin-bottom: 2%;
  padding-bottom: 1%;
  color: #4D964D;
  border-bottom: 1px solid #4D964D;
}
main.privacy-policy-main article .ppm__content {
  line-height: 2;
}
main.privacy-policy-main article h3.ppm__title {
  margin-top: 4%;
  font-size: 1.6rem;
  margin-left: 1rem;
  border-bottom: 1px dashed #4D964D;
}
main.privacy-policy-main article table.ppm__table {
  border: none;
  margin-left: 2rem;
}
main.privacy-policy-main article table.ppm__table td,
main.privacy-policy-main article table.ppm__table th,
main.privacy-policy-main article table.ppm__table tr {
  border: none;
}
main.privacy-policy-main article table.ppm__table th {
  border-right: 1px solid #000000;
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  /* 640px以下のとき */
}
@media screen and (min-width: 992px) {
  /* 992px以上のとき */
}
@media screen and (min-width: 640px) and (max-width: 992px) {
  /* 640px以上992px以下のとき */
}
@media screen and (min-width: 1300px) {
  /* 1280px以上のとき */
}
@media screen and (min-width: 4000px) {
  /* 1280px以上のとき */
}/*# sourceMappingURL=style.css.map */