@charset "UTF-8";
/* -------------------------------
	table
-------------------------------- */
table {
  line-height: 1.5;
}

.table-design-1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.table-design-1 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-1 > tbody > tr > th, .table-design-1 > tbody > tr > td {
  padding: 1.5em 0;
}
.table-design-1 > tbody > tr > th {
  padding-left: 1em;
}
.table-design-1 > tbody > tr > td {
  padding-left: 2em;
}

.table-design-2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-design-2 > thead > tr > th, .table-design-2 > thead > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > thead > tr > th, .table-design-2 > thead > tr > td {
  text-align: center;
  background: #efefef;
}
.table-design-2 > tbody > tr > th, .table-design-2 > tbody > tr > td {
  padding: 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-design-2 > tbody > tr > th {
  font-weight: 500;
  background: #fafafa;
}
.table-design-2 > tbody > tr > td {
  background-color: #fff;
}
.table-design-2.th-center > tbody > tr > th {
  text-align: center;
}

.table-design-3 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-design-3 > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-design-3 > tbody > tr > th, .table-design-3 > tbody > tr > td {
  padding: 1.25em 0;
}
.table-design-3 > tbody > tr > th {
  font-weight: 500;
  padding-left: 1em;
}
.table-design-3 > tbody > tr > td {
  padding-left: 2em;
}
.table-design-3 > tbody > tr:first-child > th, .table-design-3 > tbody > tr:first-child > td {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .table-inline colgroup {
    display: none !important;
  }
  .table-inline > thead {
    display: none;
  }
  .table-inline > tbody > tr {
    width: 100%;
    display: block;
  }
  .table-inline > tbody > tr > th, .table-inline > tbody > tr > td {
    text-align: left;
    width: 100% !important;
    display: block;
  }

  .table-design-1.table-inline tbody > tr, .table-design-3.table-inline tbody > tr {
    padding: 1em 0.5em;
  }
  .table-design-1.table-inline tbody > tr > th, .table-design-1.table-inline tbody > tr > td, .table-design-3.table-inline tbody > tr > th, .table-design-3.table-inline tbody > tr > td {
    padding: 0;
  }
  .table-design-1.table-inline tbody > tr > th + td, .table-design-1.table-inline tbody > tr > td + td, .table-design-3.table-inline tbody > tr > th + td, .table-design-3.table-inline tbody > tr > td + td {
    margin-top: .5em;
  }
}
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* -------------------------------
	list
-------------------------------- */
.list-num-1 {
  line-height: 1.5;
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
.list-num-1 > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
.list-num-1 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}
.list-num-1 > li:last-child {
  margin-bottom: 0;
}

/* -------------------------------
	dl
-------------------------------- */
/* -------------------------------
	hr
-------------------------------- */
/* -------------------------------
	figure
-------------------------------- */
.link_figure, a:has(figure) {
  color: inherit;
  text-decoration: none;
}
.link_figure:hover, a:has(figure):hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
  height: 100%;
  position: relative;
  z-index: 0;
}

.c-figure {
  display: inline-flex;
  flex-direction: column;
}
.c-figure figcaption {
  font-size: 0.75em;
  text-align: center;
}

/* -------------------------------
	画像関連
-------------------------------- */
/* フォントの縦幅に合わせる(svg) */
.img-font {
  width: auto;
  height: 1em;
}

/* 画像回り込み */
.aligncenter, .alignright, .alignleft {
  display: block;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .alignright {
    max-width: 38%;
    margin-left: 30px;
    margin-bottom: 30px;
    display: inline;
  }

  .alignleft {
    max-width: 38%;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline;
  }

  .alignright {
    float: right;
  }

  .alignleft {
    float: left;
  }
}
@media print, screen and (min-width: 1200px) {
  /* 画像回り込み */
  .alignright {
    max-width: 100%;
  }

  .alignleft {
    max-width: 100%;
  }
}
/* 画像を枠に収める */
.photo-ofi {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}
.photo-ofi img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.photo-ofi a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.photo-ofi.cover img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* objectの位置 */
.object-lt {
  object-position: left top;
}

.object-lb {
  object-position: left bottom;
}

.object-rt {
  object-position: right top;
}

.object-rb {
  object-position: right bottom;
}

.object-cc {
  object-position: center center;
}

@media print, screen and (min-width: 576px) {
  .object-sm-lt {
    object-position: left top;
  }

  .object-sm-lb {
    object-position: left bottom;
  }

  .object-sm-rt {
    object-position: right top;
  }

  .object-sm-rb {
    object-position: right bottom;
  }

  .object-sm-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 768px) {
  .object-md-lt {
    object-position: left top;
  }

  .object-md-lb {
    object-position: left bottom;
  }

  .object-md-rt {
    object-position: right top;
  }

  .object-md-rb {
    object-position: right bottom;
  }

  .object-md-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 992px) {
  .object-lg-lt {
    object-position: left top;
  }

  .object-lg-lb {
    object-position: left bottom;
  }

  .object-lg-rt {
    object-position: right top;
  }

  .object-lg-rb {
    object-position: right bottom;
  }

  .object-lg-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1200px) {
  .object-xl-lt {
    object-position: left top;
  }

  .object-xl-lb {
    object-position: left bottom;
  }

  .object-xl-rt {
    object-position: right top;
  }

  .object-xl-rb {
    object-position: right bottom;
  }

  .object-xl-cc {
    object-position: center center;
  }
}
@media print, screen and (min-width: 1400px) {
  .object-xxl-lt {
    object-position: left top;
  }

  .object-xxl-lb {
    object-position: left bottom;
  }

  .object-xxl-rt {
    object-position: right top;
  }

  .object-xxl-rb {
    object-position: right bottom;
  }

  .object-xxl-cc {
    object-position: center center;
  }
}
/**/
.photo img, .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	画像拡大
-------------------------------- */
a[data-lightbox]:after {
  content: "\f00e";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  color: #222;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
  width: 2em;
  border-radius: 50%;
  margin-top: -1em;
  margin-left: -1em;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity .3s ease;
}
a[data-lightbox]:hover:after {
  opacity: 1;
}

/* -------------------------------
	btn
-------------------------------- */
.btn-icon-l, .btn-icon-r {
  position: relative;
}
.btn-icon-l i, .btn-icon-r i {
  font-size: 0.75em;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.btn-icon-l {
  padding-left: 2em;
}
.btn-icon-l i {
  left: 1.25em;
}

.btn-icon-r {
  padding-right: 2em;
}
.btn-icon-r i {
  right: 1.25em;
}

.btn-1 {
  --color: #000;
  color: var(--color);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 0;
  gap: 0 1.11112em;
}
.btn-1 > .txt {
  line-height: 2;
  display: block;
  position: relative;
  overflow: hidden;
}
.btn-1 > .txt::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.btn-1 > .icon {
  color: #fff;
  font-size: 0.77777em;
  line-height: 1;
  flex: 0 0 3.214285em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--color);
  position: relative;
  z-index: 0;
}
.btn-1:hover > .txt::before {
  animation: arrow-out-in 0.4s ease-in-out forwards;
}
.btn-1:hover > .icon i {
  animation: arrow-out-in 0.4s ease-in-out 0.2s forwards;
}

.btn-2 {
  --color: var(--primary);
  color: var(--color);
  font-weight: 500;
  padding: 1em 2em;
  border-radius: 50em;
  border: solid 1px var(--color);
  min-width: 200px;
}
.btn-2:hover {
  color: #fff;
  background-color: var(--color);
}

/* file icon */
.link-icon::before, .link-icon::after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.link-icon[href$=".pdf"]::before {
  content: "\f1c1";
}
.link-icon[href$=".xls"]::before, .link-icon[href$=".xlsx"]::before {
  content: "\f1c3";
}
.link-icon[href$=".doc"]::before, .link-icon[href$=".docx"]::before {
  content: "\f1c2";
}
.link-icon[target="_blank"]::before {
  display: none;
}
.link-icon[target="_blank"]::after {
  content: "\f35d";
  font-size: 0.75em;
  margin-left: 0.5em;
}

@keyframes arrow-out-in {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* -------------------------------
	box
-------------------------------- */
.box-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box-flex-column__inner {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

/* -------------------------------
	googlemap
-------------------------------- */
.googlemap {
  position: relative;
  padding-top: 66.666%;
  /*これが縦横比*/
  height: 0;
  background-color: #f8f8f8;
  overflow: hidden;
  z-index: 0;
}
.googlemap:before {
  color: #ccc;
  font-size: 20px;
  content: "google map";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .googlemap {
    padding-top: 560px;
  }
}

/* -------------------------------
	電話番号
-------------------------------- */
.telphone {
  line-height: 1.2;
}
.telphone small {
  font-size: 0.8333em;
}
.telphone i {
  font-size: 0.8333em;
}
.telphone a {
  text-decoration: underline;
}
.telphone a:hover {
  text-decoration: none;
}

a.tel_link {
  color: inherit;
}

/* =============================
 * parallax.css (GSAP + ScrollTrigger版)
 * ============================= */
.parallax {
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  --parallax-img-height: 140%;
  --parallax-scroll: 0.9;
}

.parallax .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: var(--parallax-img-height);
  transform: translate(-50%, -50%);
  /* 初期は中央合わせ。YはGSAPが制御 */
  will-change: transform;
  pointer-events: none;
  user-select: none;
}

.parallax .img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

/* =============================
 * splide基本設定
 * ============================= */
.splide {
  z-index: 0;
}

/* 前へ / 次へボタン */
.splide__arrow--prev, .splide__arrow--next {
  font-size: 1rem;
  display: grid;
  place-content: center;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #6e8f00;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  z-index: 20;
}
.splide__arrow--prev svg, .splide__arrow--next svg {
  fill: #fff;
  width: 1em;
}

.splide__arrow--prev {
  left: 15px;
}
.splide__arrow--prev svg {
  transform: scale(-1, 1);
}

.splide__arrow--next {
  right: 15px;
}

.splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  transition: none;
}

/* ページング */
.splide__pagination {
  font-size: 0;
  gap: 3px 5px;
}

.splide__pagination__page {
  width: 10px;
  height: 10px;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #fff;
}
.splide__pagination__page.is-active {
  background-color: #6e8f00;
  pointer-events: auto;
}

.splide-wrapper {
  position: relative;
}

/* -------------------------------
	アコーディオン
-------------------------------- */
.accordion-box {
  margin-bottom: 10px;
}
.accordion-box:last-child {
  margin-bottom: 0;
}
.accordion-box > .ttl {
  color: #fff;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 0.5em 3em 0.5em 1.5em;
  background: #6ba800;
  cursor: pointer;
  position: relative;
}
.accordion-box > .ttl .accordion_plus, .accordion-box > .ttl .accordion_plus span {
  display: inline-block;
  transition: all 0.4s ease;
}
.accordion-box > .ttl .accordion_plus {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -.6em;
}
.accordion-box > .ttl .accordion_plus span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  left: 0;
  background-color: #fff;
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
}
.accordion-box.active > .ttl .accordion_plus span:nth-of-type(1) {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion-box.active > .ttl .accordion_plus span:nth-of-type(2) {
  transform: rotate(180deg);
}
.accordion-box > .column {
  padding: 15px;
  background-color: #fff;
}

/* -------------------------------
	common
-------------------------------- */
/* --▼color-- */
/* --▼text-- */
/* --▼font -- */
.fs-xxs {
  font-size: 0.75em !important;
}

.fs-sm {
  font-size: 0.875em !important;
}

.fs-md {
  font-size: 1.125em !important;
}

.fs-lg {
  font-size: 1.250em !important;
}

.f-feature {
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}

.fw4 {
  font-weight: 400 !important;
}

.fw5 {
  font-weight: 500 !important;
}

.fw7 {
  font-weight: 700 !important;
}

.fwn {
  font-weight: 400 !important;
}

.fwb {
  font-weight: 700 !important;
}

/* --▼margin-- */
/* space */
.mt-50 {
  margin-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.mb-50 {
  margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.mtb-50 {
  margin-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.mt-60 {
  margin-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.mb-60 {
  margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.mtb-60 {
  margin-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.mt-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mb-70 {
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mtb-70 {
  margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.mt-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mb-80 {
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mtb-80 {
  margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.mt-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mb-90 {
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mtb-90 {
  margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.mt-100 {
  margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.mb-100 {
  margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.mtb-100 {
  margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.pt-50 {
  padding-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.pb-50 {
  padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.ptb-50 {
  padding-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
}

.pt-60 {
  padding-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.pb-60 {
  padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.ptb-60 {
  padding-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
}

.pt-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.pb-70 {
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.ptb-70 {
  padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
}

.pt-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pb-80 {
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.ptb-80 {
  padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
}

.pt-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.pb-90 {
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.ptb-90 {
  padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
}

.pt-100 {
  padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.pb-100 {
  padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

.ptb-100 {
  padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
}

@media print, screen and (min-width: 992px) {
  .mt-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .mb-lg-50 {
    margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .mtb-lg-50 {
    margin-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
    margin-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .mt-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .mb-lg-60 {
    margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .mtb-lg-60 {
    margin-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
    margin-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .mt-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mb-lg-70 {
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mtb-lg-70 {
    margin-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    margin-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .mt-lg-80 {
    margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mb-lg-80 {
    margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mtb-lg-80 {
    margin-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
    margin-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .mt-lg-90 {
    margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mb-lg-90 {
    margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mtb-lg-90 {
    margin-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
    margin-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .mt-lg-100 {
    margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .mb-lg-100 {
    margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .mtb-lg-100 {
    margin-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    margin-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }
}
@media print, screen and (min-width: 992px) {
  .pt-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .pb-lg-50 {
    padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .ptb-lg-50 {
    padding-top: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
    padding-bottom: min(calc(28px + 22 * (100vw - 320px) / 880), 50px);
  }

  .pt-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .pb-lg-60 {
    padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .ptb-lg-60 {
    padding-top: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
    padding-bottom: min(calc(28px + 32 * (100vw - 320px) / 880), 60px);
  }

  .pt-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .pb-lg-70 {
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .ptb-lg-70 {
    padding-top: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
    padding-bottom: min(calc(28px + 42 * (100vw - 320px) / 880), 70px);
  }

  .pt-lg-80 {
    padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .pb-lg-80 {
    padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .ptb-lg-80 {
    padding-top: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
    padding-bottom: min(calc(32px + 48 * (100vw - 320px) / 880), 80px);
  }

  .pt-lg-90 {
    padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .pb-lg-90 {
    padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .ptb-lg-90 {
    padding-top: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
    padding-bottom: min(calc(36px + 54 * (100vw - 320px) / 880), 90px);
  }

  .pt-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .pb-lg-100 {
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }

  .ptb-lg-100 {
    padding-top: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
    padding-bottom: min(calc(40px + 60 * (100vw - 320px) / 880), 100px);
  }
}
/**/
.ml-full {
  margin-left: -15px;
}

.mr-full {
  margin-right: -15px;
}

@media print, screen and (min-width: 576px) {
  .ml-full, .ml-sm-full {
    margin-left: calc((510px - var(--app-w)) / 2);
  }

  .mr-full, .mr-sm-full {
    margin-right: calc((510px - var(--app-w)) / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .ml-full, .ml-sm-full, .ml-md-full {
    margin-left: calc((690px - var(--app-w)) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full {
    margin-right: calc((690px - var(--app-w)) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full {
    margin-left: calc((930px - var(--app-w)) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full {
    margin-right: calc((930px - var(--app-w)) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-full, .ml-sm-full, .ml-md-full, .ml-lg-full, .ml-xl-full {
    margin-left: calc((1110px - var(--app-w)) / 2);
  }

  .mr-full, .mr-sm-full, .mr-md-full, .mr-lg-full, .mr-xl-full {
    margin-right: calc((1110px - var(--app-w)) / 2);
  }
}
/**/
@media print, screen and (min-width: 992px) {
  .ml-lg-half {
    margin-left: calc((930px - var(--app-w)) / 4);
  }

  .mr-lg-half {
    margin-right: calc((930px - var(--app-w)) / 4);
  }
}
@media print, screen and (min-width: 1200px) {
  .ml-lg-half, .ml-xl-half {
    margin-left: calc((1110px - var(--app-w)) / 4);
  }

  .mr-lg-half, .mr-xl-half {
    margin-right: calc((1110px - var(--app-w)) / 4);
  }
}
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  display: flow-root;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  font-weight: 500;
  padding-left: 1.25em;
  padding-bottom: 0.25em;
  border-bottom: solid 2px var(--primary);
  position: relative;
}
.title-1:before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.75);
}

.title-hh-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.title-hh-1 > .fs-en {
  font-weight: 500;
  font-size: min(calc(40px + 20 * (100vw - 375px) / 1125), 60px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-right: 0.33334em;
}
.title-hh-1 > .fs-jp {
  font-weight: 400;
  font-size: min(calc(16px + 2 * (100vw - 375px) / 1125), 18px);
  line-height: 1.5;
  display: block;
  padding-left: 3em;
  position: relative;
}
.title-hh-1 > .fs-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.88888em;
  height: 1px;
  background-color: currentColor;
}
.title-hh-1.center {
  text-align: center;
  display: block;
}
.title-hh-1.center > .fs-en {
  margin: 0;
}
.title-hh-1.center > .fs-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 0.5em;
}
.title-hh-1.center > .fs-jp::before, .title-hh-1.center > .fs-jp::after {
  content: "";
  position: static;
  width: 1.88888em;
  height: 1px;
  background-color: currentColor;
}
.title-hh-1.center > .fs-jp::before {
  margin-right: 1.11112em;
}
.title-hh-1.center > .fs-jp::after {
  margin-left: 1.11112em;
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 375px) / 1125);
  padding-right: calc(15px + 83 * (100vw - 375px) / 1125);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

:root {
  --edge: calc(-15px - 65 * (100vw - 375px) / 1125);
}
@media print, screen and (min-width: 1500px) {
  :root {
    --edge: calc((1304px - 100vw) / 2);
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- gap --- */
.gap-y-10 {
  gap: 10px 0;
}

.gap-y-20 {
  gap: 20px 0;
}

.gap-y-30 {
  gap: 30px 0;
}

/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  overflow: hidden;
}

.slide {
  height: calc(var(--app-h) * 0.6);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
@media (orientation: landscape) and (max-width: 767px) {
  .slide {
    height: var(--app-h);
  }
}
@media print, screen and (min-width: 768px) {
  .slide {
    height: var(--app-h);
  }
}

/*
 * -- メイン用フェードビジュアル
 *
 */
.splide01 {
  overflow: hidden;
}
.splide01 .slide {
  display: grid;
  place-content: center;
  text-align: center;
}
.splide01 .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splide01 .slide-media img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 7s 1s linear;
  transform: translateX(-1.5%) scale(1.1);
}
.splide01 .slide-title, .splide01 .slide-text, .splide01 .slide-link {
  animation: 2s cubic-bezier(0.2, 1, 0.2, 1) both;
  opacity: 0;
}
.splide01 .slide-title {
  font-size: 6rem;
  line-height: 1.1;
  color: #b4e900;
}
.splide01 .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0;
  animation-delay: 0.2s;
  color: #fff;
}
.splide01 .slide-link {
  animation-delay: 0.4s;
}
.splide01 .slide-button {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  color: #b4e900;
}
.splide01 .slide-button::before {
  display: inline-block;
  width: 6rem;
  height: 1px;
  margin: -2px 1.6rem 0 0;
  content: "";
  vertical-align: middle;
  background-color: currentColor;
}
.splide01 .splide__slide[class*=-active] .slide-media img {
  transition-delay: 0s;
  transform: translateX(1.5%) scale(1.05);
}
.splide01 .splide__slide.anm-started .slide-title, .splide01 .splide__slide.anm-started .slide-text, .splide01 .splide__slide.anm-started .slide-link {
  animation-name: mv02-fadeIn;
}
.splide01 .splide__slide.anm-finished .slide-title, .splide01 .splide__slide.anm-finished .slide-text, .splide01 .splide__slide.anm-finished .slide-link {
  animation-name: mv02-fadeOut;
}
.splide01 .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}

@keyframes mv02-fadeIn {
  0% {
    transform: translateY(6rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes mv02-fadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-6rem);
    opacity: 0;
  }
}
/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_ttl_1 > .fs-en {
  font-weight: 500;
  font-size: min(calc(40px + 20 * (100vw - 375px) / 1125), 60px);
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-right: 0.33334em;
}
.home_ttl_1 > .fs-jp {
  font-weight: 400;
  font-size: min(calc(16px + 2 * (100vw - 375px) / 1125), 18px);
  line-height: 1.5;
  display: block;
  padding-left: 3em;
  position: relative;
}
.home_ttl_1 > .fs-jp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1.88888em;
  height: 1px;
  background-color: currentColor;
}
.home_ttl_1.center {
  text-align: center;
  display: block;
}
.home_ttl_1.center > .fs-en {
  margin: 0;
}
.home_ttl_1.center > .fs-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-top: 0.5em;
}
.home_ttl_1.center > .fs-jp::before, .home_ttl_1.center > .fs-jp::after {
  content: "";
  position: static;
  width: 1.88888em;
  height: 1px;
  background-color: currentColor;
}
.home_ttl_1.center > .fs-jp::before {
  margin-right: 1.11112em;
}
.home_ttl_1.center > .fs-jp::after {
  margin-left: 1.11112em;
}

/* ---  --- */
.home_article .btn_box {
  text-align: center;
}

.home_article_item_list_1 {
  font-size: 0.88889rem;
  line-height: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
  border: solid 1px #dddddd;
  border-bottom: none;
}
.home_article_item_list_1 > li {
  border-bottom: solid 1px #dddddd;
}
.home_article_item_list_1 > li > a {
  text-decoration: none;
}

/**/
.home_article_news {
  padding: 15px 40px 15px 15px;
  width: 100%;
}
.home_article_news .date {
  color: #999;
  font-size: 13px;
}
.home_article_news .date .new {
  color: #ff0000;
  margin-left: 0.75em;
}
.home_article_news .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a > .home_article_news {
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
a > .home_article_news::after {
  content: "\f105";
  color: #999;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
a > .home_article_news:hover {
  background-color: #efefef;
}
@media print, screen and (min-width: 768px) {
  .home_article_news {
    height: 77px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 20px;
    margin: auto 0;
  }
  .home_article_news::after {
    right: 1.5em;
  }
  .home_article_news .title {
    -webkit-line-clamp: 1;
  }
}

/**/
.home_article_topix {
  display: flex;
}
.home_article_topix .image {
  flex: 0 0 31.496%;
  aspect-ratio: 1/1;
}
.home_article_topix .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_article_topix figcaption {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}
.home_article_topix figcaption .item {
  padding: 10px 40px 10px 15px;
  margin: auto 0;
  width: 100%;
}
.home_article_topix figcaption .item .date {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
}
.home_article_topix figcaption .item .date .new {
  color: #ff0000;
  margin-left: 0.75em;
}
.home_article_topix figcaption .item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .home_article_topix .image {
    aspect-ratio: auto;
    height: 129px;
  }
  .home_article_topix figcaption .item {
    padding-left: 20px;
  }
}
a > .home_article_topix {
  text-decoration: none;
  transition: background 0.3s ease;
  position: relative;
}
a > .home_article_topix::after {
  content: "\f105";
  color: #999;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
a > .home_article_topix:hover {
  background-color: #efefef;
}
@media print, screen and (min-width: 768px) {
  a > .home_article_topix::after {
    right: 1.5em;
  }
}

/* ---  --- */
.home_company {
  height: min(calc(200px + 400 * (100vw - 375px) / 1125), 600px);
  display: grid;
  place-items: center;
  padding: 15px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home_company .btn_box .btn {
  font-size: min(calc(16px + 8 * (100vw - 375px) / 1125), 24px);
  width: 11.66667em;
}

/* ---  --- */
.home_links_figure {
  --size: clamp(18px, calc(var(--width-col-w) / 18.8636), 22px);
  max-width: 415px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.home_links_figure .photo {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home_links_figure .photo::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 5;
  width: calc(var(--size) * 11);
  aspect-ratio: 242 / 161;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  pointer-events: none;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.home_links_figure .photo > a img {
  transition: transform 0.3s ease;
  transform: scale(1);
}
.home_links_figure .photo > a:hover img {
  transform: scale(1.15);
  transition: transform 1s ease;
}
.home_links_figure figcaption {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding-top: 1em;
}
.home_links_figure figcaption h2 {
  font-weight: 500;
  font-size: var(--size);
  line-height: 1.5;
  border-left: solid 4px #000;
  padding-left: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.home_links_figure figcaption .btn_box {
  text-align: center;
  margin-top: auto;
  padding-top: min(calc(25px + 25 * (100vw - 375px) / 1125), 50px);
}
.home_links_figure figcaption .btn_box .btn {
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

/* ---  --- */
.home_access {
  background-color: #fafafa;
}
.home_access .googlemap {
  padding: 0;
  height: min(calc(300px + 300 * (100vw - 375px) / 1125), 600px);
}
.home_access .btn_box {
  text-align: center;
}

/* ---  --- */
.home_sigen {
  height: min(calc(200px + 400 * (100vw - 375px) / 1125), 600px);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.home_sigen p {
  color: #fff;
  font-weight: 700;
  font-size: min(calc(20px + 25 * (100vw - 375px) / 1125), 45px);
  text-align: center;
  text-shadow: 0px 5px 14.7px rgba(0, 0, 0, 0.7);
}

/* -------------------------------
	news
-------------------------------- */
/* ---  --- */
.news_navi_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0 min(calc(10px + 10 * (100vw - 375px) / 1125), 20px);
}
.news_navi_list > li {
  flex: 1 1 0;
}
.news_navi_list > li .btn {
  color: #fff;
  display: block;
  background-color: #aaa;
  position: relative;
}
.news_navi_list > li .btn::before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.news_navi_list > li .btn:hover {
  background-color: #6ba800;
}
.news_navi_list > li.active > .btn {
  background-color: #6ba800;
}

/* --- --- */
.news_list {
  --gap-x: min(calc(10px + 20 * (100vw - 375px) / 1125), 30px);
  --gap-y: min(calc(30px + 20 * (100vw - 375px) / 1125), 50px);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--gap-y) var(--gap-x);
}
@media print, screen and (min-width: 768px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1200px) {
  .news_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news_list_item_figure {
  display: flex;
  flex-direction: column;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.news_list_item_figure > .photo {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.news_list_item_figure figcaption {
  padding: 23px;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.news_list_item_figure figcaption .date {
  color: #999;
  font-size: 13px;
  margin-top: auto;
  padding-top: .5em;
}
.news_list_item_figure figcaption .date .new {
  color: #ff0000;
  margin-left: 0.75em;
}
.news_list_item_figure figcaption .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
a > .news_list_item_figure {
  transition: box-shadow 0.3s ease;
}
a > .news_list_item_figure:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

/* -------------------------------
	ページング
-------------------------------- */
.paging {
  font-size: 13px;
  line-height: normal;
  letter-spacing: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.paging span {
  display: block;
  flex: 0 0 2.6em;
  height: 2.6em;
  margin: 2px 3px;
  overflow: hidden;
}
.paging span.paging-text {
  cursor: pointer;
}
.paging span.current {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  background-color: #000;
  cursor: auto;
}
.paging span.paging-text a {
  color: #999;
  border: solid 1px #999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border 0.3s ease;
}
.paging span.paging-text a:hover {
  color: #000;
  border-color: #000;
}

/* ---  --- */
.news_content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
.news_content .date {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 0.25em 1.25em;
  margin-bottom: 0.5em;
  background-color: #000;
}
.news_content h3 {
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: solid 2px #6ba800;
}

.news_main_img {
  text-align: center;
}

.news_paging {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news_paging .news_paging_prev, .news_paging .news_paging_next, .news_paging .news_paging_back {
  flex: 0 0 100%;
}
.news_paging .news_paging_prev, .news_paging .news_paging_next {
  border: solid 1px #ccc;
}
.news_paging .news_paging_prev > a, .news_paging .news_paging_next > a {
  font-size: 0.88889em;
  line-height: 1.5;
  text-decoration: none;
  height: calc(1.5em * 3);
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
}
.news_paging .news_paging_prev > a:before, .news_paging .news_paging_next > a:before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.8125em;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}
.news_paging .news_paging_prev > a > .txt, .news_paging .news_paging_next > a > .txt {
  margin: auto 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_paging .news_paging_prev > a:hover, .news_paging .news_paging_next > a:hover {
  transition: background 0.3s ease;
  background-color: #efefef;
}
.news_paging .news_paging_prev > a {
  padding-left: 2.5em;
}
.news_paging .news_paging_prev > a::before {
  content: "\f104";
  left: 1em;
}
.news_paging .news_paging_next > a {
  padding-right: 2.5em;
}
.news_paging .news_paging_next > a::before {
  content: "\f105";
  right: 1em;
}
.news_paging .news_paging_back {
  text-align: center;
  margin-top: 10px;
}
.news_paging .news_paging_back .btn {
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .news_paging {
    align-items: center;
  }
  .news_paging .news_paging_prev {
    flex: 1 1 0;
    order: 1;
  }
  .news_paging .news_paging_next {
    flex: 1 1 0;
    order: 3;
  }
  .news_paging .news_paging_back {
    flex: 0 0 25%;
    order: 2;
  }
}

/* ---  --- */
.news_foot {
  background-color: #f3f3f3;
}
.news_foot .news_foot_content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.news_foot_list_item {
  border-bottom: dashed 1px #ccc;
}
.news_foot_list_item:last-child {
  margin-bottom: 0;
}
.news_foot_list_item .item {
  padding: 20px;
}
.news_foot_list_item .item .date {
  color: #999;
  font-size: 13px;
}
.news_foot_list_item .item .date .new {
  color: #ff0000;
  margin-left: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .news_foot_list_item .item {
    display: flex;
    align-items: center;
  }
  .news_foot_list_item .item .date {
    font-size: 0.875rem;
    margin: 0.25em 0 0;
    flex: 0 0 10em;
  }
  .news_foot_list_item .item .title {
    flex: 1 1 0;
  }
}
.news_foot_list_item > a {
  text-decoration: none;
  display: block;
  transition: background 0.3s ease;
}
.news_foot_list_item > a:hover {
  background-color: #fff;
}
.news_foot_list_item > a .item {
  padding-right: 2.5em;
  position: relative;
}
.news_foot_list_item > a .item::before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.8125em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.25em;
  margin-top: -.5em;
}

.topix_foot_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .topix_foot_list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .topix_foot_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.topix_foot_list .news_list_item_figure {
  font-size: 0.88889em;
}

/* -------------------------------
	協会案内
-------------------------------- */
/* */
.information_list_item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dashed 1px #ccc;
}
.information_list_item:last-child {
  margin-bottom: 0;
}
.information_list_item h4 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.information_list_item h4 a::after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.information_list_item h4 a[target="_blank"]::after {
  content: "\f35d";
  font-size: 0.75em;
  margin-left: 0.5em;
}
.information_list_item > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .information_list_item > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .information_list_item > ul > li + li::before {
    content: "/";
    margin: 0 0.5em;
  }
}

.information_table_1 > tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}
.information_table_1 > tbody > tr > td:nth-child(1) {
  white-space: nowrap;
}
.information_table_1 > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
}
.information_table_1 > tbody > tr > td:nth-child(3) {
  white-space: nowrap;
}
.information_table_1 > tbody > tr > td:last-child {
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .information_table_1 {
    white-space: nowrap;
  }
}

/* -------------------------------
	リサイクル
-------------------------------- */
.recycle_table_1 > thead > tr > th {
  color: #fff;
  background-color: #6ba800;
}
.recycle_table_1 > tbody > tr {
  white-space: nowrap;
}
.recycle_table_1 > tbody > tr > th {
  font-weight: 500;
  text-align: center;
}
.recycle_table_1 > tbody > tr > th {
  text-align: center;
}
.recycle_table_1 .bg-cr-1 {
  background-color: #FFFDE9;
}
.recycle_table_1 .bg-cr-2 {
  background-color: #FEEFFF;
}
.recycle_table_1 .bg-cr-3 {
  background-color: #E9EEFF;
}

/* */
.recycle_separation_method .ttl {
  font-size: min(calc(20px + 8 * (100vw - 375px) / 1125), 28px);
  background-color: #F4FFE1;
  display: flex;
}
.recycle_separation_method .ttl .num {
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  flex: 0 0 2em;
  min-height: 1.5em;
  display: grid;
  place-items: center;
  background-color: #6ba800;
}
.recycle_separation_method .ttl .txt {
  font-weight: 500;
  flex: 1 1 0;
  padding: 0.5em 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**/
.recycle_how {
  border: solid 1px #FF8600;
}
.recycle_how h5 {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 0.25em 0.5em;
  margin-bottom: 1rem;
  background-color: #FF8600;
}
.recycle_how .cat {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.recycle_how .cat > span {
  color: #007bff;
  font-weight: 500;
  display: block;
  padding: 0.5em 2em;
  border: solid 2px #007bff;
  border-radius: 10em;
}
.recycle_how figure {
  padding: 10px;
}
.recycle_how figure .photo {
  margin-bottom: 1rem;
}
.recycle_how figure figcaption ul {
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.recycle_how figure figcaption ul > li {
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}
.recycle_how figure figcaption ul > li::before {
  content: "■";
  position: absolute;
  left: 0;
  transform: scale(0.75);
}
.recycle_how figure figcaption ul > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 1200px) {
  .recycle_how figure {
    display: grid;
    grid-template-columns: 40% 1fr;
    gap: 20px;
    padding: 20px;
  }
}

/* -------------------------------
	農業用廃棄プラ
-------------------------------- */
.agriculture_box_1 {
  color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #cc0000;
}
.agriculture_box_1 .image {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .agriculture_box_1 {
    display: flex;
    align-items: center;
    margin-top: auto;
  }
  .agriculture_box_1 .image {
    flex: 0 0 40%;
    margin: 0;
  }
  .agriculture_box_1 .column {
    flex: 1 1 0;
    padding: 0 15px 0 30px;
  }
}

/* -------------------------------
	処理状況
-------------------------------- */
.condition_table_1 > tbody > tr {
  white-space: nowrap;
}
.condition_table_1 > tbody > tr > th {
  font-weight: 500;
  background-color: #fff;
}
.condition_table_1 > tbody > tr > th a::after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.condition_table_1 > tbody > tr > th a[target="_blank"]::after {
  content: "\f35d";
  font-size: 0.75em;
  margin-left: 0.5em;
}
.condition_table_1 > tbody > tr > td {
  text-align: center;
}
.condition_table_1 > tbody > tr:nth-child(even) > th, .condition_table_1 > tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}

/* -------------------------------
	FAQ
-------------------------------- */
.qa_accordion {
  counter-reset: accordion;
  counter-reset: q;
}
.qa_accordion .accordion-box {
  counter-increment: accordion;
}
.qa_accordion .accordion-box > .ttl {
  padding-left: 2.5em;
  position: relative;
}
.qa_accordion .accordion-box > .ttl::before {
  content: counter(accordion,decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5em;
  height: 100%;
  display: grid;
  place-items: center;
}
.qa_accordion .accordion-box > .column {
  padding-bottom: 30px;
}
.qa_accordion .accordion-box > .column > dl > dt {
  font-weight: 500;
  padding-left: 3em;
  margin-bottom: .5em;
  counter-increment: q;
  position: relative;
}
.qa_accordion .accordion-box > .column > dl > dt .num {
  position: absolute;
  left: 0;
  width: 3em;
}
.qa_accordion .accordion-box > .column > dl > dd {
  padding-left: 3em;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #ccc;
  position: relative;
}
.qa_accordion .accordion-box > .column > dl > dd::before {
  content: "(答)";
  position: absolute;
  left: 0;
  width: 3em;
}
.qa_accordion .accordion-box > .column > dl > dd:last-child {
  margin-bottom: 0;
}

/* =============================
 * フェード（上下左右）
 * ============================= */
@media screen {
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    --translate-y: 50px;
    --translate-y-on: 0;
    --translate-x: 100px;
    --translate-x-on: 0;
    --duration: 1s;
    --easing: ease;
    opacity: 0;
    transition: opacity var(--duration) var(--easing), transform var(--duration) var(--easing);
  }

  .amn-fade-up {
    transform: translateY(var(--translate-y));
  }
  .amn-fade-up.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--translate-y) * -1));
  }
  .amn-fade-down.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }

  .amn-fade-left {
    transform: translateX(var(--translate-x));
  }
  .amn-fade-left.is-active {
    opacity: 1;
    transform: translateX(var(--translate-x-on));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--translate-x) * -1));
  }
  .amn-fade-right.is-active {
    opacity: 1;
    transform: translateX(var(--translate-x-on));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =============================
 * 行要素の段階表示
 * ============================= */
@media screen {
  .js-row-1 > * {
    --translate-y: 50px;
    --translate-y-on: 0;
    --duration: 1s;
    --easing: ease;
    opacity: 0;
    transform: translateY(var(--translate-y));
    transition: opacity var(--duration) var(--easing), transform var(--duration) var(--easing);
  }
  .js-row-1 > *.is-active {
    opacity: 1;
    transform: translateY(var(--translate-y-on));
  }
}
/* =============================
 * マスクエフェクト
 * ============================= */
@media screen {
  .amn-lr-open {
    --mask-duration: 0.5s cubic-bezier(.9,.09,.67,.93);
    opacity: 0;
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--mask-duration);
  }
  .amn-lr-open.is-active {
    opacity: 1;
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }
}
/* =============================
 * マスクアップ
 * ============================= */
@media screen {
  .amn-mask-up {
    --duration: 1s;
    --easing: ease;
    display: inline-block;
    opacity: 0;
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--duration) var(--easing);
  }
  .amn-mask-up.is-active {
    opacity: 1;
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }
}
/* =============================
 * マーカー
 * ============================= */
@media screen {
  .amn-marker-yellow {
    --mark-bg: rgba(254,239,68,1);
    --mark-duration: 3s ease;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, var(--mark-bg) 50%, var(--mark-bg) 90%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--mark-duration);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/* =====================================================
 * シャッターエフェクト（CSS変数版）
 * ===================================================== */
@media screen {
  .amn-shutter {
    --shutter-bg: #73b400;
    --shutter-duration: 0.5s;
    --shutter-easing: cubic-bezier(.62,0,.46,1.01);
    --shutter-delay: 0.7s;
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--shutter-bg);
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 var(--shutter-duration) var(--shutter-easing) 0s forwards, shutter2_lr_2 var(--shutter-duration) var(--shutter-easing) var(--shutter-delay) forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 var(--shutter-duration) var(--shutter-easing) 0s forwards, shutter2_rl_2 var(--shutter-duration) var(--shutter-easing) var(--shutter-delay) forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
