@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix {
  display: flow-root;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  padding-bottom: .5em;
  border-bottom: solid 1px currentColor;
}

.title-2 {
  border-left: solid 0.2em #32b16c;
  padding-left: 0.5em;
}

.title-hh-1 > .txt {
  font-size: 14px;
  display: block;
  margin-bottom: .5em;
}
.title-hh-1 > .fs-en {
  font-size: min(calc(40px + 40 * (100vw - 320px) / 1280), 80px);
  line-height: 1;
  display: block;
}
.title-hh-1.md > .fs-en {
  font-size: min(calc(25px + 25 * (100vw - 320px) / 1280), 50px);
  line-height: 1;
  display: block;
}

.title-hh-2 > .fs-en {
  font-size: min(calc(16px + 6 * (100vw - 320px) / 1280), 22px);
  line-height: 1;
  display: block;
  margin-bottom: .5em;
}
.title-hh-2 > .txt {
  font-size: min(calc(24px + 12 * (100vw - 320px) / 1280), 36px);
  display: block;
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 768px) {
  .ttl-fs-1 {
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .ttl-fs-1 {
    font-size: 3.125rem;
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1600px;
  width: 100%;
  padding-left: calc(15px + 50 * (100vw - 320px) / 1280);
  padding-right: calc(15px + 50 * (100vw - 320px) / 1280);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1600px) {
  .container-fluid-xl {
    padding-left: 65px;
    padding-right: 65px;
  }
}

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

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

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

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

/* --- form --- */
/* -------------------------------
	mainvisual
-------------------------------- */
#mainvisual {
  --size: min(calc(22px + 12 * (100vw - 320px) / 1600), 38px);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #mainvisual {
    --size: min(calc(30px + 20 * (100vw - 768px) / 1152), 50px);
  }
}
#mainvisual .slide-photo {
  height: 50vh;
}
#mainvisual .slide-photo img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .slide-photo {
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide-photo {
    height: calc(160px + (var(--size) * 7.5));
  }
}
#mainvisual .swiper-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(calc(5px + 5 * (100vw - 320px) / 1600), 10px);
  background: #eeeeee;
  z-index: 10;
}
#mainvisual .swiper-progress-bar {
  height: 100%;
  background: #09301b;
  width: 0%;
  transition: width 0.3s ease;
}
#mainvisual .mainvisual_content .mainvisual_content__txt {
  position: absolute;
  left: min(4vw, 40px);
  bottom: min(8vw, 75px);
  z-index: 20;
}
#mainvisual .mainvisual_content .mainvisual_content__txt h2 {
  color: #fff;
  font-size: var(--size);
  line-height: 1.5;
  text-shadow: 5px 5px 14px rgba(0, 0, 0, 0.15);
}
#mainvisual .mainvisual_content .mainvisual_content__txt p {
  color: #fff;
  font-weight: 700;
  font-size: var(--size);
  text-shadow: 5px 5px 14px rgba(0, 0, 0, 0.15);
}
#mainvisual .mainvisual_content .mainvisual_content__img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: min(calc(130px + 170 * (100vw - 320px) / 1600), 300px);
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 > .txt {
  font-size: 14px;
  display: block;
}
.home_ttl_1 > .fs-en {
  font-size: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px);
  line-height: 1;
  display: block;
}

.home_ttl_2 > .txt {
  font-size: min(calc(23px + 22 * (100vw - 320px) / 1280), 45px);
  display: block;
}
.home_ttl_2 > .fs-en {
  font-size: min(calc(16px + 14 * (100vw - 320px) / 1280), 30px);
  line-height: 1;
  display: block;
  margin-top: .5em;
}

/* ---  --- */
.home_about {
  background: url("../images/home/home_about_bg.jpg") no-repeat left top/100% auto;
}
.home_about h3 {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
}

@media screen and (min-width: 992px) {
  .home_about_scroll_infinity {
    position: sticky;
    top: 150px;
  }
}
.home_about_scroll_infinity__wrap {
  display: flex;
  overflow: hidden;
}
@media print, screen and (min-width: 992px) {
  .home_about_scroll_infinity__wrap {
    flex-direction: column;
    height: calc(100vh - 200px);
  }
}
@media print {
  .home_about_scroll_infinity__wrap {
    height: 680px;
  }
}
.home_about_scroll_infinity__wrap .scroll-infinity__list {
  display: flex;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.home_about_scroll_infinity__wrap .scroll-infinity__list > div {
  flex: 0 0 calc(100vw / 3);
  padding: 0 5px;
  pointer-events: none;
}
.home_about_scroll_infinity__wrap .scroll-infinity__list > div > img {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .home_about_scroll_infinity__wrap .scroll-infinity__list {
    flex-direction: column;
    animation: infinity-scroll-top 50s infinite linear 0.5s both;
  }
  .home_about_scroll_infinity__wrap .scroll-infinity__list > div {
    flex: 0 0 auto;
    width: 100%;
    padding: 5px 0;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* ---  --- */
.home_works {
  display: flex;
  flex-wrap: wrap;
}
.home_works > a {
  display: block;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .home_works > a {
    display: block;
    flex: 1 1 0;
    transition: flex 0.5s ease;
  }
  .home_works > a:hover {
    flex: 0 0 40%;
  }
}

.home_works__figure {
  position: relative;
  z-index: 0;
}
.home_works__figure .photo {
  width: 100%;
  height: min(calc(300px + 147 * (100vw - 320px) / 1600), 447px);
  position: relative;
  z-index: 0;
}
.home_works__figure .photo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.home_works__figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: min(calc(16px + 20 * (100vw - 320px) / 1600), 36px);
  height: 3.6em;
  display: flex;
  background-color: rgba(27, 27, 27, 0.5);
  transition: background 0.5s ease;
}
@media print, screen and (min-width: 768px) {
  .home_works__figure figcaption {
    font-size: min(calc(14px + 22 * (100vw - 768px) / 1232), 36px);
  }
}
.home_works__figure figcaption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: min(calc(2px + 6 * (100vw - 320px) / 1600), 8px);
  background-color: #fff;
  transform: scaleX(0);
  transition: transform .5s ease, visibility .5s ease;
  visibility: hidden;
}
.home_works__figure figcaption p {
  color: #fff;
  font-weight: 700;
  margin: auto 0;
  padding-left: 1.3888em;
}
.home_works__figure figcaption p:after {
  content: "\F135";
  font-family: 'bootstrap-icons';
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
  transform: rotate(-45deg);
}
.home_works__figure:hover > .photo:before {
  opacity: 0;
}
.home_works__figure:hover figcaption {
  background-color: #32b16c;
}
.home_works__figure:hover figcaption:before {
  transform: scaleX(1);
  visibility: visible;
}

/* ---  --- */
.home_links .home_links__column .btns {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .home_links {
    min-height: min(calc(500px + 300 * (100vw - 768px) / 832), 800px);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
  }
  .home_links > .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .home_links > .bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 98%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
  }
  .home_links .container-fluid-xl {
    margin-top: auto;
    margin-bottom: auto;
  }
  .home_links .home_links__column {
    width: 470px;
    margin-left: auto;
  }
}

.home_recruit {
  margin-bottom: 30px;
}

/* ---  --- */
.home_sedum {
  background-color: #e8f0ea;
}

.home_sedum_row {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 768px) {
  .home_sedum_row {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print, screen and (min-width: 992px) {
  .home_sedum_row {
    gap: 20px;
  }
}
.home_sedum_row > .item figure {
  height: auto;
  padding: 5px;
  box-shadow: 5px 5px 9px rgba(9, 48, 27, 0.2);
  background-color: #fff;
}
.home_sedum_row > .item figure > .photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.home_sedum_row > .item figure > .photo img {
  transition: transform 0.3s ease;
}
.home_sedum_row > .item figure figcaption {
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
}
.home_sedum_row > .item figure figcaption strong {
  font-size: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .home_sedum_row > .item figure figcaption {
    font-size: 1rem;
  }
}
.home_sedum_row > .item a > figure:hover > .photo img {
  transform: scale(1.25);
}

/* ---  --- */
.home_blog_row {
  --gap: 20px;
  --col: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.home_blog_row > .item {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 768px) {
  .home_blog_row {
    --col: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .home_blog_row {
    --col: 4;
    --gap: 30px;
  }
}

.home_blog_figure .photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.home_blog_figure .photo img {
  transition: transform 0.3s ease;
}
.home_blog_figure figcaption {
  margin-top: 0.5rem;
}
.home_blog_figure figcaption .cat {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 5px;
  margin-bottom: 0.5rem;
}
.home_blog_figure figcaption .cat .in {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 1.25em;
  border-radius: 0.25em;
  display: block;
  background-color: var(--primary);
}
a > .home_blog_figure:hover > .photo img {
  transform: scale(1.25);
}

/* ---  --- */
.home_sec_content {
  border: solid 1px #ccc;
  padding: 15px;
  overflow: hidden;
}
.home_sec_content .image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home_sec_content .image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_sec_content .content {
  padding-top: 20px;
}
.home_sec_content .content .btns {
  margin-top: auto;
}
@media print, screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 1500px) {
  .home_sec_content {
    display: flex;
    height: 100%;
  }
  .home_sec_content .image {
    flex: 0 0 45%;
    aspect-ratio: 1/1;
    order: 2;
  }
  .home_sec_content .content {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    padding: 40px;
    height: 100%;
    order: 1;
  }
  .home_sec_content .content .home_ttl_1 .fs-en {
    font-size: min(calc(var(--measure-width) / 5), 100px);
  }
}

/* -------------------------------
	造園・外構
-------------------------------- */
/* ---  --- */
.landscaping_head {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .landscaping_head .photo {
    width: calc(100% + 4vw);
    transform: translateX(-4vw);
  }
}
.landscaping_head .box-flex-column {
  line-height: 1.75;
}
.landscaping_head .box-flex-column h3 {
  font-size: min(calc(20px + 20 * (100vw - 320px) / 1280), 40px);
}
.landscaping_head .box-flex-column h3 strong {
  font-size: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .landscaping_head .box-flex-column {
    line-height: 2;
    padding-left: min(calc(20px + 20 * (100vw - 992px) / 608), 40px);
  }
}
.landscaping_head .bg_txt {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  font-size: 9vw;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0.03;
}

/* ---  --- */
.landscaping_business {
  overflow: hidden;
}

.landscaping_business__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 768px) {
  .landscaping_business__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .landscaping_business__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
  }
}

/* ---  --- */
.landscaping_table_1.bt {
  font-size: min(calc(13px + 3 * (100vw - 320px) / 448), 16px);
  border: none;
}
.landscaping_table_1.bt > thead > tr > th, .landscaping_table_1.bt > thead > tr > td, .landscaping_table_1.bt > tbody > tr > th, .landscaping_table_1.bt > tbody > tr > td {
  border: none;
}
.landscaping_table_1.bt > thead > tr > th {
  display: none;
}
.landscaping_table_1.bt > tbody > tr {
  width: 100%;
  display: block;
  border: solid 1px #BDC7C1;
}
.landscaping_table_1.bt > tbody > tr + tr {
  margin-top: 5px;
}
.landscaping_table_1.bt > tbody > tr > th, .landscaping_table_1.bt > tbody > tr > td {
  text-align: left;
  padding: 0;
  display: flex;
  border-top: solid 1px #BDC7C1;
}
.landscaping_table_1.bt > tbody > tr > th:before, .landscaping_table_1.bt > tbody > tr > th .bt-content, .landscaping_table_1.bt > tbody > tr > td:before, .landscaping_table_1.bt > tbody > tr > td .bt-content {
  padding: 0.5em;
  display: block;
}
.landscaping_table_1.bt > tbody > tr > th:before, .landscaping_table_1.bt > tbody > tr > td:before {
  content: attr(data-th);
  flex: 0 0 8em;
  display: flex;
  align-items: center;
  border-right: solid 1px #BDC7C1;
  background: #D9E5DF;
}
.landscaping_table_1.bt > tbody > tr > th .bt-content, .landscaping_table_1.bt > tbody > tr > td .bt-content {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .landscaping_table_1 > thead > tr > th {
    white-space: nowrap;
  }
  .landscaping_table_1 > tbody > tr > *:nth-child(3) {
    text-align: center;
  }
}

/* -------------------------------
	屋上・壁面緑化
-------------------------------- */
/* ---  --- */
.greening_content__head .greening_content__ttl {
  font-size: min(calc(24px + 16 * (100vw - 320px) / 1280), 40px);
}
.greening_content__head .greening_content__ttl > .fs-en {
  color: #32b16c;
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
}
.greening_content__head .box-flex-column {
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .greening_content__head .box-flex-column {
    line-height: 2;
  }
}
@media print, screen and (min-width: 992px) {
  .greening_content.odd .greening_content__head .box-flex-column {
    padding-left: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
  .greening_content.odd .greening_content__head .photo {
    width: calc(100% + 4vw);
    transform: translateX(-4vw);
  }
}
@media print, screen and (min-width: 992px) {
  .greening_content.even .greening_content__head > .row > div:first-child {
    order: 13;
  }
  .greening_content.even .greening_content__head .box-flex-column {
    padding-right: min(calc(30px + 95 * (100vw - 992px) / 608), 125px);
  }
  .greening_content.even .greening_content__head .photo {
    width: calc(100% + 4vw);
  }
}

.greening_business {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px 30px;
}
@media print, screen and (min-width: 992px) {
  .greening_business {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* -------------------------------
	アコーディオン
-------------------------------- */
.greening_accordion > .ttl {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.5em 3em 0.5em 1.5em;
  background: #32b16c;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.greening_accordion > .ttl .accordion_plus, .greening_accordion > .ttl .accordion_plus span {
  display: inline-block;
  transition: all 0.4s ease;
}
.greening_accordion > .ttl .accordion_plus {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -.6em;
}
.greening_accordion > .ttl .accordion_plus span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  left: 0;
  background-color: #fff;
}
.greening_accordion > .ttl .accordion_plus span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
}
.greening_accordion > .ttl .accordion_plus span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
}
.greening_accordion.active > .ttl .accordion_plus span:nth-of-type(1) {
  transform: rotate(90deg);
  opacity: 0;
}
.greening_accordion.active > .ttl .accordion_plus span:nth-of-type(2) {
  transform: rotate(180deg);
}
.greening_accordion > .column {
  display: none;
  padding: 20px;
  background-color: #EAF9F0;
}
.greening_accordion > .column > ul {
  line-height: 1.5;
  list-style: none;
  padding: 0;
}
.greening_accordion > .column > ul > li {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dashed 1px #D0DBD4;
}
.greening_accordion > .column > ul > li:last-child {
  margin-bottom: 0;
}
.greening_accordion > .column > ul > li > a {
  text-decoration: none;
  padding-left: 1.5em;
  display: inline-block;
  position: relative;
}
.greening_accordion > .column > ul > li > a::before {
  content: "\f1c1";
  position: absolute;
  left: 0;
  color: #ff0000;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1em;
}
.greening_accordion > .column > ul > li > a:hover {
  text-decoration: underline;
}

/* -------------------------------
	四季彩キリンソウ
-------------------------------- */
/* ---  --- */
.kirinsou_head {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .kirinsou_head .kirinsou_head_photo_1 {
    margin-left: calc(-15px - 50 * (100vw - 320px) / 1280);
    height: 100%;
    max-height: 360px;
  }
  .kirinsou_head .kirinsou_head_photo_1 > div {
    height: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .kirinsou_head .kirinsou_head_photo_1 {
    margin-left: calc((1470px - 100vw) / 2);
  }
}
.kirinsou_head .kirinsou_head__content {
  position: relative;
  z-index: 10;
}
.kirinsou_head .kirinsou_head__content h3 {
  font-weight: 700;
  font-size: min(calc(25px + 10 * (100vw - 320px) / 1280), 35px);
  text-transform: uppercase;
}
@media print, screen and (min-width: 992px) {
  .kirinsou_head .kirinsou_head__content p {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 608), 20px);
    line-height: 1.75;
  }
}

/* ---  --- */
.kirinsou_features_point {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  .kirinsou_features_point {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .kirinsou_features_point {
    gap: 30px;
  }
}

.kirinsou_point {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  position: relative;
  z-index: 0;
}
.kirinsou_point:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background-color: #E4F7EC;
}
.kirinsou_point .inner {
  width: 100%;
  margin: auto;
}
.kirinsou_point .inner .icon {
  width: 32%;
  aspect-ratio: 1 / 1;
  text-align: center;
  margin: 0 auto;
}
.kirinsou_point .inner .icon img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kirinsou_point .inner .column {
  font-weight: 700;
  font-size: min(calc(12px + 8 * (100vw - 320px) / 448), 20px);
  line-height: 1.5;
  text-align: center;
  margin-top: .75em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .kirinsou_point .inner .column {
    font-size: min(calc(12px + 12 * (100vw - 768px) / 832), 24px);
  }
}

/* ---  --- */
.kirinsou_bg_1 {
  height: min(calc(250px + 250 * (100vw - 320px) / 1280), 500px);
  background-image: url("../images/kirinsou/kirinsou_3.jpg");
}

/* ---  --- */
.kirinsou_sdgs_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .kirinsou_sdgs_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.kirinsou_sdgs__item {
  padding: 3px;
  border: solid 1px #A4ACA8;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.kirinsou_sdgs__item .column {
  font-size: 13px;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
.kirinsou_sdgs__item .column p {
  margin: auto 0;
}
@media print, screen and (min-width: 768px) {
  .kirinsou_sdgs__item {
    grid-template-columns: 23% 1fr;
  }
  .kirinsou_sdgs__item .column {
    font-size: min(calc(13px + 7 * (100vw - 768px) / 832), 20px);
  }
}

.kirinsou_name {
  text-align: right;
  margin-top: 1.5rem;
}
.kirinsou_name img {
  height: 1.5em;
}

/**/
.kirinsou_merit {
  border: solid 1px #32b16c;
  padding: 20px 15px;
}
.kirinsou_merit .ttl {
  margin: 0 15% 20px;
}
.kirinsou_merit .col_left {
  margin-bottom: 30px;
}
.kirinsou_merit .col_left .kirinsou_merit_list_1 {
  list-style: none;
  padding: 0;
}
.kirinsou_merit .col_left .kirinsou_merit_list_1 > li {
  padding-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
}
.kirinsou_merit .col_left .kirinsou_merit_list_1 > li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #32b16c;
  transform: scale(0.75);
}
.kirinsou_merit .col_left .kirinsou_merit_list_1 > li:last-child {
  margin-bottom: 0;
}
.kirinsou_merit .col_right .title-2 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.kirinsou_merit .col_right .kirinsou_merit_list_2 {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.kirinsou_merit .col_right .kirinsou_merit_list_2 > li {
  color: #fff;
  font-weight: 500;
  font-size: 0.75em;
  text-align: center;
  border-radius: 0.25em;
  padding: 0.25em 0;
  background-color: #32b16c;
}
@media print, screen and (min-width: 768px) {
  .kirinsou_merit {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
  }
  .kirinsou_merit > .ttl {
    flex: 0 0 36%;
    margin: 0;
  }
  .kirinsou_merit > .col_left {
    flex: 1 1 0;
    margin: 0;
  }
  .kirinsou_merit > .col_right {
    flex: 0 0 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .kirinsou_merit {
    flex-wrap: nowrap;
    gap: 30px;
  }
  .kirinsou_merit > .ttl {
    flex: 0 0 20%;
    order: 2;
  }
  .kirinsou_merit > .col_left {
    flex: 1 1 0;
    order: 1;
  }
  .kirinsou_merit > .col_right {
    flex: 1 1 0;
    order: 3;
  }
}

/* ---  --- */
.kirinsou_item_row {
  --col:1;
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.kirinsou_item_row .kirinsou_item_col {
  flex: 0 0 calc((100% - (var(--gap) * (var(--col) - 1))) / var(--col));
}
@media print, screen and (min-width: 768px) {
  .kirinsou_item_row {
    --col:3;
  }
}
@media print, screen and (min-width: 1200px) {
  .kirinsou_item_row {
    --col:5;
  }
}

.kirinsou_item_figure {
  max-width: 470px;
  margin: 0 auto;
}
.kirinsou_item_figure figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.75em 0.5em;
  background-color: #fff;
}
.kirinsou_item_figure figcaption .ttl {
  font-weight: 700;
  font-size: 1.125rem;
  margin: 0;
}
.kirinsou_item_figure figcaption .subtxt {
  color: #fff;
  font-size: 0.8125rem;
  padding: 0.25em 0.5em;
  border-radius: 0.25em;
  background-color: var(--primary);
  margin: 0 0 0 auto;
}
a > .kirinsou_item_figure .photo {
  overflow: hidden;
}
a > .kirinsou_item_figure .photo img {
  transform: scale(1);
  transition: all 0.3s ease;
}
a > .kirinsou_item_figure:hover .photo img {
  transform: scale(1.15);
  transition: all 0.5s ease;
}

/* -------------------------------
	アイテム紹介
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 992px) {
  .item_cat_navi .cat_navi_list > li {
    flex: 0 0 20%;
  }
}

/* ---  --- */
.item_section:nth-child(even) {
  background-color: rgba(9, 48, 27, 0.05);
}
.item_section .item_section__ttl1 {
  font-size: min(calc(24px + 14 * (100vw - 320px) / 1280), 38px);
  text-align: center;
}
.item_section .item_section__txt {
  text-align: center;
}
.item_section .item_section__txt > span {
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 10em;
  background-color: #32b16c;
}

.item_section__item {
  border: solid 1px #5E6762;
  padding: 5%;
  margin-bottom: 30px;
  box-shadow: 5px 5px 9px rgba(9, 48, 27, 0.2);
  background-color: #fff;
}
.item_section__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .item_section__item .item_section__content {
    padding-left: min(calc(0px + 60 * (100vw - 768px) / 832), 60px);
  }
}
.item_section__item .item_section__content > h4 {
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #32b16c;
}
.item_section__item .item_section__content .column {
  padding: 5%;
  background-color: #E8F8EF;
}
.item_section__item .item_section__content .column h5 {
  font-size: 20px;
}

.item_figure_1 {
  height: auto;
  padding: 5px;
  box-shadow: 5px 5px 9px rgba(9, 48, 27, 0.2);
}
.item_figure_1 > .photo {
  aspect-ratio: 4/3;
}
.item_figure_1 figcaption {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 0.5em;
}
.item_figure_1 figcaption strong {
  font-size: 1.25em;
}
@media print, screen and (min-width: 768px) {
  .item_figure_1 figcaption {
    font-size: min(calc(16px + 8 * (100vw - 768px) / 832), 24px);
  }
}

.txt-shikisai > span:nth-child(1) {
  color: #2DC800;
}
.txt-shikisai > span:nth-child(2) {
  color: #FF0000;
}
.txt-shikisai > span:nth-child(3) {
  color: #0044FF;
}

/* -------------------------------
	ブログ
-------------------------------- */
/* ---  --- */
.blog_wrap .blog_contents, .blog_wrap .blog_sidebar {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .blog_wrap {
    display: flex;
  }
  .blog_wrap .blog_contents {
    flex: 0 0 calc(100% - min(30vw, 280px));
    max-width: calc(100% - min(30vw, 280px));
    order: 13;
    padding-left: min(3.90625vw, 60px);
  }
  .blog_wrap .blog_sidebar {
    flex: 0 0 min(30vw, 280px);
  }
}

.blog_sidebar__nav {
  margin-bottom: 30px;
}
.blog_sidebar__nav .ttl {
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1em;
  background-color: #09301b;
}

.blog_sidebar__nav__list {
  font-size: 0.9375rem;
  list-style: none;
  padding: 0;
}
.blog_sidebar__nav__list > li {
  padding: 0.75em;
  border-bottom: dotted 1px #ccc;
}
.blog_sidebar__nav__list > li > a {
  text-decoration: none;
  padding-right: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
}
.blog_sidebar__nav__list > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0.25em;
  margin-top: -.5em;
  opacity: 0.5;
}

/**/
.blog_items {
  margin-bottom: 50px;
}
.blog_items > h3 {
  margin-bottom: 0;
}
.blog_items > .date {
  color: #666;
  text-align: right;
  margin-top: .5em;
  margin-bottom: 1.5rem;
}
.blog_items .btns {
  text-align: right;
}
.blog_items .btns .btn {
  padding: min(3.125vw, 1em) 2em;
}
@media print, screen and (min-width: 992px) {
  .blog_items .blog_items__row {
    display: flex;
  }
  .blog_items .blog_items__row > .image {
    flex: 0 0 min(calc(250px + 210 * (100vw - 992px) / 608), 460px);
    padding-right: min(calc(30px + 30 * (100vw - 992px) / 608), 60px);
  }
  .blog_items .blog_items__row .columns {
    flex: 1 1 0;
  }
}

.blog_figure_1 {
  margin-bottom: 1.5rem;
}
.blog_figure_1 figcaption {
  color: #20392C;
  font-weight: 500;
  font-size: 0.75rem;
  text-align: center;
  margin: 1em 0;
}

/* ---  --- */
.blog_detail_content > h3 {
  margin-bottom: 0;
}
.blog_detail_content > .date {
  color: #666;
  text-align: right;
  margin-top: .5em;
  margin-bottom: 1.5rem;
}

.gallery01 {
  width: 100%;
  overflow: hidden;
}
.gallery01 [class*=swiper]:focus {
  outline: none;
}
.gallery01 .slide-media, .gallery01 .thumb-media {
  position: relative;
  overflow: hidden;
}
.gallery01 .slide-media img, .gallery01 .thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery01 .swiper-button-prev, .gallery01 .swiper-button-next {
  color: #fff;
  font-size: min(calc(15px + 15 * (100vw - 320px) / 880), 30px);
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery01 .swiper-button-prev:after, .gallery01 .swiper-button-next:after {
  content: "";
  font-family: 'Font Awesome 6 Free';
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
}
.gallery01 .swiper-button-prev {
  left: 0.1em;
}
.gallery01 .swiper-button-prev:after {
  content: "\f104";
}
.gallery01 .swiper-button-next {
  right: 0.1em;
}
.gallery01 .swiper-button-next:after {
  content: "\f105";
}
.gallery01 .swiper-scrollbar {
  left: 0;
  width: 100%;
}
.gallery01 .swiper-main {
  overflow: visible;
}
.gallery01 .swiper-thumb {
  margin-top: 7px;
}
.gallery01 .slide {
  display: block;
  overflow: hidden;
}
.gallery01 .slide .slide-media {
  padding-top: 62.5%;
}
.gallery01 .slide .slide-media img {
  object-fit: contain;
}
.gallery01 .swiper-thumb {
  padding-bottom: 15px;
}
.gallery01 .swiper-thumb .thumb-media {
  padding-top: 50%;
  background-color: #000;
}
.gallery01 .swiper-thumb .thumb-media img {
  transition: opacity 0.3s ease;
}
.gallery01 .swiper-thumb .swiper-slide-thumb-active .thumb-media img {
  opacity: 0.5;
}

/**/
.blog_list .blog_list_item {
  padding: 20px 0;
  border-bottom: solid 1px #dadada;
  position: relative;
}
.blog_list .blog_list_item .date {
  font-size: 16px;
  line-height: 1.5;
}
.blog_list .blog_list_item .date .new {
  color: #ee7500;
  font-size: 12px;
  display: inline-grid;
  margin-left: 1em;
}
.blog_list .blog_list_item .column {
  font-size: 16px;
  line-height: 1.5;
}
.blog_list .blog_list_item .btns {
  text-align: right;
  margin-top: 0.5rem;
}
.blog_list .blog_list_item .btns > a {
  display: inline-flex;
  align-items: center;
}
.blog_list .blog_list_item .btns > a .fs-en {
  margin-right: 1em;
}
.blog_list .blog_list_item .btns > a .icon {
  color: #fff;
  width: 2.4375em;
  height: 2.4375em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #32b16c;
  transition: color 0.3s ease, background 0.3s ease;
}
.blog_list .blog_list_item .btns > a:hover .icon {
  color: #fff;
  background-color: #333;
}
@media print, screen and (min-width: 1200px) {
  .blog_list .blog_list_item {
    display: flex;
  }
  .blog_list .blog_list_item .date {
    flex: 0 0 170px;
    padding-left: 15px;
  }
  .blog_list .blog_list_item .btns {
    position: absolute;
    inset: 0;
    z-index: 10;
    margin: 0;
    padding-right: 15px;
  }
  .blog_list .blog_list_item .btns > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .blog_list .blog_list_item .btns > a .fs-en {
    display: none;
  }
}
.blog_list .blog_list_item:has(.btns > a) {
  transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease), background 0.3s ease;
}
.blog_list .blog_list_item:has(.btns > a) .column {
  padding-right: 65px;
}
.blog_list .blog_list_item:has(.btns > a):hover {
  background-color: #efefef;
}

.blog_figure .img {
  text-align: center;
}
.blog_figure figcaption {
  font-size: 0.875rem;
  text-align: center;
  margin-top: .5em;
}

/* -------------------------------
	会社案内
-------------------------------- */
/* ---  --- */
.company_overview {
  background: linear-gradient(0deg, #fafafa 0%, #efefef 60%, #fafafa 100%);
}

/* --- --- */
.company_access {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .company_access .googlemap {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .company_access .company_access__content {
    display: flex;
    flex-direction: column;
    height: min(calc(350px + 150 * (100vw - 768px) / 832), 500px);
  }
  .company_access .company_access__content .inner {
    margin: auto 0;
  }
}

/* -------------------------------
	環境への取組み
-------------------------------- */
/**/
.attempt_content {
  line-height: 1.75;
}

.attempt_content__ttl {
  font-size: 1rem;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.attempt_content__ttl img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
@media print, screen and (min-width: 768px) {
  .attempt_content__ttl {
    aspect-ratio: auto;
  }
}

.attempt_bg {
  height: min(calc(250px + 250 * (100vw - 320px) / 1280), 500px);
  margin: min(calc(50px + 50 * (100vw - 320px) / 1280), 100px) calc((100% - 100vw) / 2);
}

.attempt_bg_1 {
  background-image: url("../images/attempt/attempt_2.jpg");
}

.attempt_bg_2 {
  background-image: url("../images/attempt/attempt_3.jpg");
}

/* -------------------------------
	協力会社募集
-------------------------------- */
/* ---  --- */
.partner_head h3 > .fs-en {
  font-size: min(calc(15px + 5 * (100vw - 320px) / 1280), 20px);
  display: block;
  margin-bottom: .5em;
}
.partner_head h3 > .txt {
  font-size: min(calc(20px + 12 * (100vw - 320px) / 1280), 32px);
}
.partner_head p {
  line-height: 1.75;
}

/* ---  --- */
.partner_merit_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 992px) {
  .partner_merit_row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.partner_merit__figure {
  max-width: 470px;
  margin: 0 auto;
}
.partner_merit__figure figcaption {
  position: relative;
  z-index: 10;
}
.partner_merit__figure figcaption .merit {
  position: absolute;
  padding: 0.35em 0 0.15em;
  border-radius: 10em 10em 0 0;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 8em;
  text-align: center;
  margin-left: -4em;
}
.partner_merit__figure figcaption h4 {
  color: #32b16c;
  font-size: 20px;
  text-align: center;
  padding: 0.75em 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .partner_merit__figure figcaption h4 {
    font-size: min(calc(18px + 6 * (100vw - 992px) / 608), 24px);
    padding: 1em 0;
  }
}

/* ---  --- */
.partner_process_row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media print, screen and (min-width: 992px) {
  .partner_process_row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.partner_process__step {
  max-width: 470px;
  height: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  border: solid 1px #C6D0CA;
}
.partner_process__step h4 {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  text-align: center;
}
.partner_process__step h4 > .fs-en {
  color: #32b16c;
  font-size: 1.5em;
  line-height: 1;
  display: block;
}
.partner_process__step .photo {
  margin-bottom: 10px;
}
.partner_process__step .columns {
  padding: 1em;
}
.partner_process__step .columns .telphone {
  font-size: 30px;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .partner_process__step .columns .telphone {
    font-size: min(calc(20px + 10 * (100vw - 992px) / 608), 30px);
  }
}
.partner_process__step .columns .btn {
  min-width: 200px;
  padding: 1em 2em;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1280), 30px);
  position: relative;
  z-index: 0;
}
.tel_contact:before {
  content: "";
  display: block;
  border: solid 2px #000;
  border-radius: 1em;
  clip-path: polygon(0 0, 20% 0, 20% 50%, 80% 50%, 80% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tel_contact h3 {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.tel_contact ul {
  list-style: none;
  padding: 3% 5% 5%;
  margin: 0;
}
.tel_contact ul > li {
  text-align: center;
  padding: 15px 0;
  border-bottom: dashed 1px #c8c8c8;
}
.tel_contact ul > li:last-child {
  border: none;
}
.tel_contact ul > li .txt {
  font-size: 15px;
  margin-bottom: 0.25em;
}
.tel_contact ul > li .telphone {
  font-size: 28px;
}
.tel_contact ul > li .telphone i {
  margin-right: 7px;
}
@media print, screen and (min-width: 768px) {
  .tel_contact ul {
    display: flex;
    justify-content: center;
    margin: 0 -5%;
  }
  .tel_contact ul > li {
    padding: 0 5%;
    border-bottom: none;
    border-right: dashed 1px #c8c8c8;
  }
  .tel_contact ul > li .txt {
    font-size: min(calc(15px + 5 * (100vw - 768px) / 832), 20px);
  }
  .tel_contact ul > li .telphone {
    font-size: min(calc(28px + 22 * (100vw - 768px) / 832), 50px);
  }
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  #contactform .select-inline, #contactform .p-region {
    width: auto;
    display: inline;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-size: 0.8125rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  margin: 0.3125em 0.625em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

.policy2_content {
  display: none;
}

#policy2 {
  margin-top: 30px;
}
#policy2 .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
}
#policy2 .contents p, #policy2 .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy2 .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy2 .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 1em;
  position: relative;
}
#policy2 .contents > ol > li:last-child {
  margin-bottom: 0;
}
#policy2 .contents > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 100px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.7s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

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

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

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

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

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    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(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    background-color: #73b400;
    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 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate 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 */
