@charset "UTF-8";
/*--------------------------------
　　FUNCTION
--------------------------------*/
/*--------------------------------
　　VARIABLE
--------------------------------*/
/*--------------------------------
　　HOME
--------------------------------*/
#home main {
  background-color: #FFF;
}
#home main .main-visual {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #home main .main-visual .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#home main .main-visual .swiper {
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home main .main-visual .swiper {
    margin-top: 0;
  }
}
#home main .main-visual .swiper.main-swiper .swiper-slide {
  background-color: #FFF;
  position: relative;
}
#home main .main-visual .swiper.main-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
#home main .main-visual .swiper.thumb-swiper {
  border-radius: 0.25rem;
  background-color: #FFF;
  box-shadow: 0 0 5px #CCC;
  transform: translateY(25px);
}
@media screen and (max-width: 767px) {
  #home main .main-visual .swiper.thumb-swiper {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide {
  display: grid;
  overflow: hidden;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 3px;
  grid-template-areas: "image text" "progress progress";
  align-items: center;
  height: auto;
  border-right: 1px solid #87C796;
  cursor: pointer;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide:last-of-type {
  border-right: none;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide:focus-visible {
  outline-offset: -5px;
}
@media screen and (max-width: 767px) {
  #home main .main-visual .swiper.thumb-swiper .swiper-slide {
    width: auto !important;
    grid-template-columns: auto 0;
  }
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide * {
  opacity: 0.6;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide img {
  grid-area: image;
  width: 50px;
  border-radius: 4px;
  border: 2px solid transparent;
  margin: 0.25rem;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  #home main .main-visual .swiper.thumb-swiper .swiper-slide img {
    width: 40px;
  }
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide p {
  grid-area: text;
  color: #212121;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: left;
  margin-left: 0.25rem;
  white-space: nowrap;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide .thumb-progress {
  grid-area: progress;
  height: 100%;
  width: 100%;
  background: #e5e5e5;
  position: relative;
  overflow: hidden;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide .thumb-progress .thumb-progress-fill {
  height: 100%;
  width: 0%;
  background-color: #87C796;
  transition: width linear;
}
#home main .main-visual .swiper.thumb-swiper .swiper-slide-thumb-active * {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #home main .main-visual .swiper.thumb-swiper .swiper-slide-thumb-active {
    grid-template-columns: auto 1fr;
    flex: 1;
  }
}
#home main .main-visual #pause-toggle {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  background-color: #007940;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' class='ai ai-Pause'%3E%3Cpath d='M7 5v14M17 5v14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border: 1px solid #FFF;
  border-radius: 1rem;
  z-index: 1;
}
#home main .main-visual #pause-toggle.isPaused {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='rgb(255, 255, 255)' stroke-width='3' class='ai ai-TriangleRightFill'%3E%3Cpath d='M8 6a1 1 0 0 1 1.6-.8l8 6a1 1 0 0 1 0 1.6l-8 6A1 1 0 0 1 8 18V6z'/%3E%3C/svg%3E");
  background-size: 80%;
}
#home main .main-visual + section {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #home main .main-visual + section {
    margin-top: 2rem;
  }
}
#home main h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #21891F;
  font-size: 1.125rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #home main h2 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
#home main h2::before, #home main h2::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background-color: #87C796;
}
#home main .strengths {
  background-color: #F3F9F4;
}
#home main .strengths .body {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #home main .strengths .body {
    flex-direction: column;
  }
}
#home main .strengths .body > section {
  flex: 1;
  padding-top: 0;
  padding-bottom: 0;
}
#home main .strengths .body h3 {
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #home main .strengths .body h3 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
  }
}
#home main .strengths .body h3 small {
  display: block;
  font-size: 60%;
}
#home main .strengths .body figure img {
  width: 65%;
}
#home main .strengths .body p {
  font-size: 16px;
}
#home main .news .flex-wrapper {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #home main .news .flex-wrapper {
    flex-direction: column;
  }
}
#home main .news .news-list {
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #home main .news .news-list {
    margin-top: 3rem;
  }
}
#home main .news .news-list li {
  border-bottom: 1px solid #87C796;
}
#home main .news .news-list li:first-of-type {
  border-top: 1px solid #87C796;
}
#home main .news .news-list li a {
  display: grid;
  grid-template-columns: 20% 1fr auto;
  grid-template-areas: "date text icon";
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  text-decoration: none;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  #home main .news .news-list li a {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas: "date icon" "text icon";
    padding: 1rem 0;
  }
}
#home main .news .news-list li a[href]::after {
  grid-area: icon;
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #007940;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  margin-right: 1rem;
}
#home main .news .news-list li a[href]:hover {
  background-color: #F3F9F4;
  font-weight: 700;
}
#home main .news .news-list li a:focus-visible {
  outline-offset: -5px;
}
#home main .news .news-list li .date {
  grid-area: date;
  white-space: nowrap;
  text-align: center;
  color: #007940;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  #home main .news .news-list li .date {
    margin: 0;
    text-align: left;
  }
}
#home main .news .news-list li .text {
  grid-area: text;
  color: #3B4043;
}
#home main .banner-lists {
  max-width: 250px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #home main .banner-lists {
    max-width: unset;
  }
}
#home main .banner-lists figure:first-of-type {
  padding-top: 0;
}
#home main .banner-lists figure {
  line-height: normal;
  text-align: left;
}
#home main .banner-lists figure a {
  text-decoration: none;
}
#home main .banner-lists figure a:hover {
  filter: brightness(1.03) saturate(1.5);
}
#home main .banner-lists figure img {
  display: block;
}
#home main .banner-lists figure figcaption {
  font-size: 12px;
  color: #FFF;
  background-color: #3B4043;
  padding: 0.125em 0.5em;
}
#home footer section.contact {
  display: flex;
}
#home footer section.footer-info .container {
  border-top: 1px solid #87C796;
}

/*--------------------------------
　　ABOUT
--------------------------------*/
#about main .container--sdgs {
  background-image: url("/assets/img/about/sdgs/sdg_illust.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #about main .container--sdgs {
    padding-bottom: 3rem;
  }
}
#about main .container--sdgs .sdgs-intro {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "policy logo" "message logo";
}
@media screen and (max-width: 767px) {
  #about main .container--sdgs .sdgs-intro {
    display: block;
  }
}
#about main .container--sdgs .sdgs-intro .sdgs-policy {
  grid-area: policy;
}
#about main .container--sdgs .sdgs-intro .sdgs-message {
  grid-area: message;
  font-size: 0.8rem;
}
#about main .container--sdgs .sdgs-intro figure {
  grid-area: logo;
  background-color: #FFF;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #about main .container--sdgs .sdgs-intro figure {
    margin-top: 1rem;
  }
}
#about main .container--sdgs .sdgs-card .card {
  display: grid;
  grid-template-rows: auto 1fr 80px;
}
#about main .container--sdgs .sdgs-card .card figure {
  padding: 0;
  margin-top: 0.75rem;
}
#about main .container--sdgs .sdgs-card .card figure img {
  height: 100%;
}

/*--------------------------------
　　CASES / BUSINESS(List) / ABOUT(List)
--------------------------------*/
#cases main .card-grid,
#business_lists main .card-grid,
#about_lists main .card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #cases main .card-grid,
  #business_lists main .card-grid,
  #about_lists main .card-grid {
    grid-template-columns: 1fr;
  }
}
#cases main .card,
#business_lists main .card,
#about_lists main .card {
  text-decoration: none;
  color: #3B4043;
}
@media screen and (max-width: 767px) {
  #cases main .card,
  #business_lists main .card,
  #about_lists main .card {
    display: flex;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    position: relative;
  }
  #cases main .card::after,
  #business_lists main .card::after,
  #about_lists main .card::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #87C796;
    position: absolute;
    bottom: -0.75rem;
  }
}
#cases main .card figure,
#business_lists main .card figure,
#about_lists main .card figure {
  padding: 0;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  #cases main .card figure,
  #business_lists main .card figure,
  #about_lists main .card figure {
    height: -moz-fit-content;
    height: fit-content;
    max-width: 35%;
    margin-bottom: 0;
  }
}
#cases main .card figure::after,
#business_lists main .card figure::after,
#about_lists main .card figure::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #007940;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
#cases main .card figure img,
#business_lists main .card figure img,
#about_lists main .card figure img {
  transition: transform 0.3s;
}
#cases main .card .card-title,
#business_lists main .card .card-title,
#about_lists main .card .card-title {
  font-size: 1rem;
  transition: color 0.3s;
}
#cases main .card .card-tags,
#business_lists main .card .card-tags,
#about_lists main .card .card-tags {
  display: none;
  font-size: 0.75rem;
}
#cases main .card:hover img,
#business_lists main .card:hover img,
#about_lists main .card:hover img {
  transform: scale(1.1);
}
#cases main .card:hover .card-title,
#business_lists main .card:hover .card-title,
#about_lists main .card:hover .card-title {
  color: #212121;
}
#cases main .case-study,
#business_lists main .case-study,
#about_lists main .case-study {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title image" "tags image";
}
@media screen and (max-width: 767px) {
  #cases main .case-study,
  #business_lists main .case-study,
  #about_lists main .case-study {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "title" "tags" "image";
  }
}
#cases main .case-study h1,
#business_lists main .case-study h1,
#about_lists main .case-study h1 {
  grid-area: title;
  margin-top: 0;
  text-align: left;
}
#cases main .case-study .tags,
#business_lists main .case-study .tags,
#about_lists main .case-study .tags {
  grid-area: tags;
  font-size: 0.875rem;
}
#cases main .case-study figure,
#business_lists main .case-study figure,
#about_lists main .case-study figure {
  grid-area: image;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #cases main .case-study figure,
  #business_lists main .case-study figure,
  #about_lists main .case-study figure {
    margin-top: 1rem;
  }
}
#cases main .case-tip,
#business_lists main .case-tip,
#about_lists main .case-tip {
  position: relative;
  padding: 1rem 2rem 1.5rem;
  margin-bottom: 4rem;
  background-color: #fffbd4;
  color: #21891F;
  font-weight: 500;
}
#cases main .case-tip:before, #cases main .case-tip:after,
#business_lists main .case-tip:before,
#business_lists main .case-tip:after,
#about_lists main .case-tip:before,
#about_lists main .case-tip:after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}
#cases main .case-tip:before,
#business_lists main .case-tip:before,
#about_lists main .case-tip:before {
  border-left: solid 2px #87C796;
  border-top: solid 2px #87C796;
  border-bottom: solid 2px #87C796;
  left: 0;
}
#cases main .case-tip:after,
#business_lists main .case-tip:after,
#about_lists main .case-tip:after {
  border-top: solid 2px #87C796;
  border-right: solid 2px #87C796;
  border-bottom: solid 2px #87C796;
  right: 0;
}
#cases main .case-tip h2,
#business_lists main .case-tip h2,
#about_lists main .case-tip h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-top: -2rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2em;
}
#cases main .case-tip h2 span,
#business_lists main .case-tip h2 span,
#about_lists main .case-tip h2 span {
  position: relative;
}
#cases main .case-tip h2 span::before,
#business_lists main .case-tip h2 span::before,
#about_lists main .case-tip h2 span::before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  position: absolute;
  top: -0.2em;
  left: 0.4em;
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  #business_lists main .card-grid,
  #about_lists main .card-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #business_lists main .card,
  #about_lists main .card {
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #business_lists main .card::after,
  #about_lists main .card::after {
    bottom: -1.75rem;
  }
}
#business_lists main .card figure,
#about_lists main .card figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
@media screen and (max-width: 767px) {
  #business_lists main .card figure,
  #about_lists main .card figure {
    max-width: unset;
    margin-bottom: 1rem;
  }
}
#business_lists main .card .card-title,
#about_lists main .card .card-title {
  margin-bottom: 0.25rem;
}
#business_lists main .card p,
#about_lists main .card p {
  font-size: 0.875rem;
}

/*--------------------------------
　　COLUMNS
--------------------------------*/
#columns main .card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #columns main .card-grid {
    grid-template-columns: 1fr;
  }
}
#columns main .card {
  text-decoration: none;
  color: #3B4043;
}
@media screen and (max-width: 767px) {
  #columns main .card {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
  }
}
#columns main .card figure {
  padding: 0;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #columns main .card figure {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0;
  }
}
#columns main .card figure::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #007940;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M13 5l7 7-7 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
#columns main .card figure img {
  transition: transform 0.3s;
}
#columns main .card .card-title {
  font-size: 1rem;
  transition: color 0.3s;
}
#columns main .card ul {
  font-size: 0.75rem;
  padding-left: 1.25rem;
  border-top: 2px dotted #e5e7eb;
  border-bottom: 2px dotted #e5e7eb;
  margin-top: 0.5rem;
}
#columns main .card ul li:first-child {
  margin-top: 0.5rem;
}
#columns main .card ul li:last-child {
  margin-bottom: 0.5rem;
}
#columns main .card:hover img {
  transform: scale(1.1);
}
#columns main .card:hover .card-title {
  color: #212121;
}

/*--------------------------------
　　BUSINESS
--------------------------------*/
/*--------------------------------
　　CONTACT
--------------------------------*/
#contact main fieldset {
  min-width: 0;
  padding: 0;
  margin: 2rem 0 0;
  border: 0;
}
#contact main fieldset .form-group {
  margin-bottom: 1rem;
}
#contact main fieldset .form-group label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
#contact main fieldset .form-group label span.required {
  display: inline-block;
  background-color: #21891F;
  padding: 0.25em 0.75em;
  margin-left: 0.75em;
  border-radius: 0.25em;
  font-size: 0.75rem;
  color: #FFF;
}
#contact main fieldset .form-group .form-control {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem;
  background-color: #FFF;
  border: 2px solid #87C796;
  border-radius: 4px;
  color: #212121;
  font-weight: 500;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact main fieldset .form-group textarea.form-control {
  height: auto;
}

/*--------------------------------
　　INFORMATION
--------------------------------*/
#information {
  padding: 1rem 3rem 3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  #information {
    padding: 0 1.5rem 3rem;
  }
}
#information h3 {
  font-size: 1.4rem;
  color: #007940;
  border-bottom: 1px dotted #87C796;
  padding-bottom: 0.5rem;
}
#information h4 {
  background-color: #F3F9F4;
  padding: 0.5rem 1rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
#information p {
  margin-bottom: 1rem;
}
#information dl p {
  margin-bottom: 0;
}
#information .date {
  font-size: 0.85rem;
  text-align: right;
  margin: 0.75rem 0;
}/*# sourceMappingURL=custom.css.map */