@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}
.inner-block.wi-1000 {
  max-width: 1080px;
}
.inner-block.wi-820 {
  max-width: 900px;
}
.inner-block.wi-900 {
  max-width: 980px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.bg {
  width: 100%;
  height: 100vh;
  z-index: 900;
  background: rgba(0, 0, 0, 0.4);
  display: block;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.c-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
.c-header .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
.c-header .wrap .menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .wrap .menu-wrap .txt {
  font-size: 12px;
  font-weight: bold;
}
.c-header .wrap {
  position: relative;
}
.c-header .wrap::before {
  content: "";
  position: absolute;
  background: url("../img/common/header-bg.svg") no-repeat no-repeat top left/cover;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 16px;
  height: 100%;
}
.c-header .wrap > .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-header .wrap > .inn .logo {
  display: block;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .wrap > .inn .logo::before {
  content: "";
  position: absolute;
  background: url("../img/common/logo-bg.svg") no-repeat no-repeat top left/contain;
  display: block;
  height: 60px;
  aspect-ratio: 318.2/60;
  top: 0;
  left: 0;
}
.c-header .wrap > .inn .logo > a {
  display: block;
  width: 228px;
  margin-top: 14px;
  margin-left: 33px;
  position: relative;
  z-index: 1;
}
.c-header .wrap > .inn .logo > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.c-header .wrap > .inn .lead {
  padding-left: clamp(50px, 90px, min(90px, 6.25vw));
  font-size: 10px;
  font-weight: bold;
  padding-top: 28px;
  line-height: 1;
}
.c-header .wrap .btn-menu {
  width: 36px;
  height: 14px;
  display: block;
  position: relative;
  margin-top: 23px;
  margin-right: 8px;
}
.c-header .wrap .btn-menu > .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header .wrap .btn-menu > .line .inn {
  width: 100%;
  height: 4px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .wrap .btn-menu > .line .inn .in {
  background: #009900;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .wrap .btn-menu > .line .inn:first-child {
  top: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .wrap .btn-menu > .line .inn:first-child .in {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .wrap .btn-menu > .line .inn:last-child {
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .wrap .btn-menu > .line .inn:last-child .in {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.c-header .wrap .btn-menu.is-open > .line .inn:first-child {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-header .wrap .btn-menu.is-open > .line .inn:first-child .in {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.c-header .wrap .btn-menu.is-open > .line .inn:last-child {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.c-header .wrap .btn-menu.is-open > .line .inn:last-child .in {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.c-header .bottom {
  padding-top: 31px;
}
.c-header .bottom .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(10px, 38px, min(38px, 2.6388888889vw));
  padding-right: 20px;
  max-height: calc(var(--vh) * 100 - 120px);
  overflow-y: auto;
}
.c-header .bottom .nav-list > li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 5px;
  position: relative;
}
.c-header .bottom .nav-list > li a::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .bottom .nav-list > li.gray {
  color: #CFCFCF;
}
.c-header .bottom .nav-list > li.gray.first {
  padding-top: 15px;
}
.c-header .bottom .nav-list > li.gray a {
  font-size: 15px;
  border-color: #CFCFCF;
  font-weight: 500;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c-footer .top {
  padding-bottom: 10px;
}
.c-footer .bottom {
  padding-block: 12px;
  background: #009900;
}
.c-footer .bottom .inner-block {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-footer .bottom .inner-block .copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.c-footer .inner-block {
  padding-inline: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: inherit;
}
.c-footer .inner-block .company-txt {
  font-size: 14px;
  line-height: 1;
}
.c-footer .inner-block .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 5px;
}
.c-footer .inner-block .link-list > li {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-inline: 10px;
  border-left: 1px solid #CFCFCF;
}
.c-footer .inner-block .link-list > li:first-child {
  padding-left: 0;
  border-left: none;
}
.c-footer .inner-block .link-list > li:last-child {
  padding-right: 0;
}
.c-footer .inner-block .link-list > li a {
  display: block;
  font-size: 12px;
  color: #CFCFCF;
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-footer .inner-block .logo-wrap {
  aspect-ratio: 161/16;
}
.c-footer .inner-block .logo {
  display: block;
  width: 100%;
  height: 100%;
}

.c-ttl01 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 36px;
}
.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
  color: #009900;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c-ttl01 .en {
  font-size: 16px;
  line-height: normal;
}
.c-ttl01 .ja {
  font-size: 32px;
}

main {
  padding-top: 70px;
}

.section-txt {
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.1em;
}
.section-txt + .section-txt {
  padding-top: 36px;
}
.section-txt + .c-btn01 {
  margin-top: 40px;
}

.c-slidein {
  opacity: 0;
}
.c-slidein.is-animated {
  -webkit-animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
          animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.c-mv-section {
  position: relative;
}
.c-mv-section::before {
  content: "";
  position: absolute;
  background: url("../img/common/mv-bg.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 65.3472222222%;
  height: auto;
  aspect-ratio: 941/545;
  left: 0;
  bottom: max(-185px, -12.8472222222vw);
}
.c-mv-section .inner-block {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-mv-section .ttl-wrap {
  margin-left: clamp(50px, 160px, min(160px, 11.1111111111vw));
  padding-top: min(100px, 6.9444444444vw);
}
.c-mv-section .ttl-wrap .mv-ttl {
  color: #009900;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-mv-section .ttl-wrap .mv-ttl .en,
.c-mv-section .ttl-wrap .mv-ttl .ja {
  letter-spacing: 0.1em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-mv-section .ttl-wrap .mv-ttl .ja {
  font-size: 50px;
}
.c-mv-section .mv-img {
  width: clamp(500px, 850px, min(850px, 59.0277777778vw));
  aspect-ratio: 850/400;
}
.c-mv-section .mv-img > img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 200px;
}

.c-mv-section02 {
  background: #fff;
  position: relative;
}
.c-mv-section02 .ttl-wrap {
  padding-top: 72px;
  padding-bottom: 54px;
}
.c-mv-section02::before {
  content: "";
  position: absolute;
  background: url("../img/news/mv-bg.svg") no-repeat no-repeat center center/cover;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.c-mv-section02 .mv-ttl {
  color: #009900;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-mv-section02 .mv-ttl .en,
.c-mv-section02 .mv-ttl .ja {
  letter-spacing: 0.1em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-mv-section02 .mv-ttl .ja {
  font-size: 50px;
}
.c-mv-section02 .c-breadcrumb-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 56px;
}

.c-breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-breadcrumb-list > li,
.c-breadcrumb-list a {
  color: #999;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.c-breadcrumb-list > li a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: #999;
          text-decoration-color: #999;
}
.c-breadcrumb-list > li:not(:last-child) {
  position: relative;
  padding-right: 17px;
  margin-right: 9px;
}
.c-breadcrumb-list > li:not(:last-child)::before {
  content: "";
  position: absolute;
  background: url("../img/common/breadcrumb-img.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 8px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.c-section {
  padding-top: 95px;
  padding-bottom: 100px;
}
.c-section + .c-section {
  padding-top: 0;
}
.c-section.last {
  padding-bottom: 80px;
}

.c-table {
  width: 100%;
}
.c-table th {
  padding: 15px 20px;
  text-align: start;
  width: clamp(150px, 240px, min(240px, 16.6666666667vw));
  border-bottom: 1px solid #009900;
  font-size: 14px;
  letter-spacing: 0.09em;
}
.c-table td {
  padding: 15px 20px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.c-btn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 30px 12px 40px;
  background: #009900;
  border: 1px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 15px -5px #009900;
          box-shadow: 0px 0px 15px -5px #009900;
}
.c-btn01 > .txt {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  padding-right: 20px;
}
.c-btn01 > .txt::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-mask-image: url("../img/common/btn-arrow.svg");
          mask-image: url("../img/common/btn-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  display: block;
  width: 10px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home {
  width: 100%;
  overflow: hidden;
}
.home .mv-section .slider-wrap .slide {
  position: relative;
}
.home .mv-section .slider-wrap .slide .txt-wrap {
  position: absolute;
}
.home .mv-section .slider-wrap .slide .txt-wrap.first {
  top: 48px;
  left: min(161px, 11.1805555556vw);
}
.home .mv-section .slider-wrap .slide .txt-wrap .top,
.home .mv-section .slider-wrap .slide .txt-wrap .bottom {
  font-size: clamp(20px, 44px, min(44px, 3.0555555556vw));
  color: #009900;
  display: block;
  letter-spacing: 0.25em;
  font-weight: 500;
  text-shadow: 4px 4px 5px #ffffff, -4px 4px 5px #ffffff, 4px -4px 5px #ffffff, -4px -4px 5px #ffffff, 4px 0px 5px #ffffff, 0px 4px 5px #ffffff, -4px 0px 5px #ffffff, 0px -4px 5px #ffffff;
}
.home .mv-section .slider-wrap .slide .txt-wrap .bottom {
  padding-left: min(140px, 9.7222222222vw);
}
.home .mv-section .slider-wrap .slide .txt-wrap.second {
  left: min(161px, 11.1805555556vw);
  bottom: 93px;
}
.home .mv-section .slider-wrap .swiper-pagination {
  position: absolute;
  bottom: 24px;
  right: 24px;
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: inherit;
  height: 10px;
}
.home .mv-section .slider-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  display: block;
  opacity: 1;
}
.home .mv-section .slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.home .features-section {
  padding-top: 69px;
}
.home .features-section {
  position: relative;
  z-index: 1;
}
.home .features-section::before {
  content: "";
  position: absolute;
  background: url("../img/common/line.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 100%;
  aspect-ratio: 1440/542;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  bottom: 148px;
  right: 0;
  margin: auto;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.home .features-section .section-txt {
  line-height: 2.5;
  position: relative;
  z-index: 15;
}
.home .features-section .c-btn01 {
  position: relative;
  z-index: 15;
}
.home .features-section .inner-block {
  padding-bottom: 128px;
}
.home .features-section .features-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.home .features-section .features-swiper .slide > img {
  border-radius: 8px;
  -webkit-transform: translateZ(2px);
          transform: translateZ(2px);
}
.home .features-section .features-swiper .swiper-slide {
  width: 400px;
}
.home .features-section .features-swiper .swiper-slide:nth-child(2n) {
  padding-top: 80px;
}
.home .features-section .features-swiper .swiper-slide:nth-child(2n+1) {
  padding-bottom: 80px;
}
.home .features-section .features-swiper {
  padding-bottom: 20px;
}
.home .bg-wrap {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #F3FFCD), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #F3FFCD 50%, #fff 100%);
}
.home .achievement-section {
  position: relative;
}
.home .achievement-section::before {
  content: "";
  position: absolute;
  background: url("../img/home/achievement-bg.png.webp") no-repeat no-repeat 40% center/cover;
  display: block;
  width: 100%;
  height: calc(170px + 100%);
  top: -170px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0px 0px 100% 100%/0px 0px 100% 100%;
  pointer-events: none;
}
.home .achievement-section .inner-block {
  padding-top: 150px;
  padding-bottom: 150px;
}
.home .member-section {
  padding-top: 131px;
  padding-bottom: 147px;
  position: relative;
  z-index: 2;
}
.home .member-section .inner-block {
  position: relative;
  z-index: 2;
}
.home .member-section .wrap {
  display: grid;
  grid-template-columns: auto auto;
  gap: clamp(20px, 50px, min(50px, 3.4722222222vw));
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
.home .member-section .wrap .img {
  width: clamp(250px, 450px, min(450px, 31.25vw));
}
.home .member-section .wrap .img > img {
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.home .member-section .wrap .txt-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .member-section .wrap .txt-wrap .c-btn01 {
  position: relative;
  z-index: 2;
}
.home .member-section .wrap .txt-wrap .c-ttl01 {
  margin-left: 0;
}
.home .member-section .wrap .txt-wrap .c-ttl01 .en {
  text-align: start;
  font-size: 10px;
}
.home .member-section .wrap .txt-wrap .section-txt {
  text-align: start;
}
.home .member-section .wrap .txt-wrap .c-btn01 {
  margin-left: 0;
}
.home .company-line {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  display: block;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}
.home .company-line .line {
  position: absolute;
  background: url("../img/home/line01.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  aspect-ratio: 1440/388;
  top: -210px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}
.home .company-section {
  position: relative;
  padding-top: 306px;
  padding-bottom: 50px;
}
.home .company-section.last {
  margin-bottom: 20px;
}
.home .company-section .bg-img {
  position: absolute;
  background: url("../img/home/company-bg.jpg.webp") no-repeat no-repeat center center/cover;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.home .company-section .inner-block {
  max-width: 600px;
  padding: 50px 50px;
  background: #fff;
  position: relative;
  margin-right: clamp(50px, 160px, min(160px, 11.1111111111vw));
  margin-left: auto;
  border-radius: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .company-section .inner-block .c-ttl01 {
  margin-left: 0;
  margin-bottom: 0;
}
.home .company-section .inner-block .c-ttl01 .en {
  font-size: 10px;
  text-align: start;
}
.home .company-section .inner-block .section-txt {
  text-align: start;
}
.home .company-section .inner-block .c-btn01 {
  margin-left: 0;
  margin-right: 0;
}
.home .news-section {
  padding-top: 136px;
  padding-bottom: 79px;
}
.home .news-section .c-ttl01 {
  margin-left: 0;
  margin-bottom: 22px;
}
.home .news-section .c-ttl01 .en {
  font-size: 10px;
  text-align: start;
}
.home .news-section .news-list {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: clamp(30px, 50px, min(50px, 3.4722222222vw));
  padding-left: clamp(30px, 50px, min(50px, 3.4722222222vw));
  background: #FBFBFB;
  border-radius: 20px;
}
.home .news-section .news-list > li a {
  display: block;
  padding-right: 47px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 20px;
  position: relative;
}
.home .news-section .news-list > li a::before {
  content: "";
  position: absolute;
  background: #009900;
  -webkit-mask-image: url("../img/common/btn-arrow.svg");
          mask-image: url("../img/common/btn-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  display: block;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .news-section .news-list > li .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.home .news-section .news-list > li .tag .new {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #009900;
  line-height: 1;
}
.home .news-section .news-list > li .tag .new::before {
  content: "";
  position: absolute;
  background: url("../img/home/news-circle.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.home .news-section .news-list > li .tag .date {
  color: #CFCFCF;
  font-size: 14px;
  line-height: 2;
}
.home .news-section .news-list > li .txt {
  line-height: 1.688;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home .news-section .c-btn01 {
  margin-top: 31px;
}

.member .intro-section .member-list {
  padding-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member .intro-section .member-list > li {
  width: calc((100% - 70px) / 3);
  min-width: 250px;
}
.member .intro-section .member-list > li .img {
  background: url("../img/member/bg-gray.jpg.webp") no-repeat no-repeat center center/contain;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member .intro-section .member-list > li .img .hov {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.member .intro-section .member-list > li .img .post {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 1px 10px;
  border-radius: 0 10px 0 0;
  min-width: 126px;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.member .intro-section .member-list > li .txt-wrap {
  padding-top: 32px;
}
.member .intro-section .member-list > li .txt-wrap .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
.member .intro-section .member-list > li .txt-wrap .name .ja {
  font-size: 24px;
  padding-right: 13px;
  line-height: 1.125;
}
.member .intro-section .member-list > li .txt-wrap .name .en {
  line-height: 1.688;
  padding-left: 21px;
}
.member .intro-section .member-list > li .txt-wrap .name .en {
  position: relative;
}
.member .intro-section .member-list > li .txt-wrap .name .en::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 1px;
  height: 20px;
  rotate: 30deg;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}
.member .intro-section .member-list > li .txt-wrap .txt {
  margin-top: 20px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
.member .chart-section .chart-wrap {
  background: #fff;
  border: 5px solid #EBFFE4;
  padding: min(50px, 3.4722222222vw);
  border-radius: 10px;
}

.features .greeting-section .greeting-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .greeting-section .greeting-wrap .img {
  width: clamp(300px, 350px, min(350px, 24.3055555556vw));
}
.features .greeting-section .greeting-wrap .img > img {
  width: 100%;
  border-radius: 10px;
}
.features .greeting-section .greeting-wrap .txt-wrap .txt {
  letter-spacing: 0.1em;
}
.features .greeting-section .greeting-wrap .txt-wrap .txt + .txt {
  margin-top: 10px;
}
.features .greeting-section .greeting-wrap .txt-wrap .right {
  margin-top: min(40px, 2.7777777778vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}
.features .greeting-section .greeting-wrap .txt-wrap .right .post {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.features .greeting-section .greeting-wrap .txt-wrap .right .name {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 24px;
}
.features .features-section .features-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.features .features-section .features-list > li {
  width: calc((100% - 81px) / 4);
  min-width: 240px;
}
.features .features-section .features-list > li .img {
  width: 100%;
  background: rgba(235, 255, 228, 0.5);
  border-radius: 10px;
  padding-block: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .features-section .features-list > li .img > img {
  display: block;
}
.features .features-section .features-list > li .img .img01 {
  width: 50.3846153846%;
}
.features .features-section .features-list > li .img .img02 {
  width: 58.0769230769%;
}
.features .features-section .features-list > li .img .img03 {
  width: 63.4615384615%;
}
.features .features-section .features-list > li .img .img04 {
  width: 48.4615384615%;
}
.features .features-section .features-list > li .txt-wrap .ttl {
  margin-block: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.features .features-section .features-list > li .txt-wrap .txt {
  letter-spacing: 0.1em;
}
.features .concept-section .cont {
  margin-top: 40px;
}
.features .concept-section .cont .top {
  background: #EBFFE4;
  padding: 20px min(30px, 2.0833333333vw);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.features .concept-section .cont .top .ttl {
  background: #72C20C;
  text-align: center;
  padding: 24px 19px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 10px;
  max-width: 160px;
  margin-right: 20px;
}
.features .concept-section .cont .top .white {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 410px;
}
.features .concept-section .cont .top .white .txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.features .concept-section .cont .top .plus {
  display: block;
  margin-inline: 19px;
  width: 22.79px;
  background: url("../img/features/puls.svg") no-repeat no-repeat center center/contain;
  position: relative;
}
.features .concept-section .cont .top .plus::before {
  content: "";
  position: absolute;
  background: url("../img/features/arrow.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 63px;
  height: 28px;
  left: -19px;
  bottom: -58px;
  right: 0;
  margin: auto;
}
.features .concept-section .cont .bottom-wrap::-webkit-scrollbar {
  height: 5px;
}
.features .concept-section .cont .bottom-wrap::-webkit-scrollbar-thumb {
  background: #009900;
  border-radius: 20px;
}
.features .concept-section .cont .bottom-wrap::-webkit-scrollbar-track {
  background: #EBFFE4;
  border-radius: 20px;
}
.features .concept-section .cont .bottom-wrap .scroll-hint-icon {
  background: rgba(0, 153, 0, 0.7);
}
.features .concept-section .cont .bottom-wrap > .bottom {
  background: #EBFFE4;
  margin-top: 48px;
  padding: 30px min(30px, 2.0833333333vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 1080px;
  border-radius: 10px;
}
.features .concept-section .cont .bottom-wrap > .bottom .ttl {
  background: #009900;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 36px 27px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.4em;
  margin-right: 20px;
  border-radius: 10px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white {
  background: #fff;
  border: 2px solid #009900;
  border-radius: 10px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.features .concept-section .cont .bottom-wrap > .bottom .white .green {
  position: absolute;
  background: #009900;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 11px;
  border-radius: 20px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.features .concept-section .cont .bottom-wrap > .bottom .white .concept-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.features .concept-section .cont .bottom-wrap > .bottom .white .concept-list > li {
  font-weight: bold;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.left {
  padding: 40px min(18px, 1.25vw) 43px;
  gap: 30px;
  margin-top: 20px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.left .lead {
  letter-spacing: 0.05em;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.left .lead .num {
  color: #009900;
  font-size: 24px;
  line-height: 1;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center {
  padding: 34px min(30px, 2.0833333333vw);
  gap: 68px;
  margin-inline: 60px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center .txt.bottom {
  position: relative;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center .txt.bottom::before {
  content: "";
  position: absolute;
  background: url("../img/features/arrow.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 63px;
  height: 28px;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center {
  position: relative;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center::before, .features .concept-section .cont .bottom-wrap > .bottom .white.center::after {
  content: "";
  position: absolute;
  background: url("../img/features/arrow.svg") no-repeat no-repeat center center/contain;
  display: block;
  width: 63px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center::before {
  rotate: -90deg;
  left: -60px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.center::after {
  rotate: 90deg;
  right: -60px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.right {
  margin-top: 38px;
  padding: 52px min(20px, 1.3888888889vw) 30px;
  gap: 20px;
}
.features .concept-section .cont .bottom-wrap > .bottom .white.right .green {
  border-radius: 50px;
  padding: 13px 19px;
  top: -38px;
}

.achievement .fund-section {
  padding-top: 90px;
}
.achievement .fund-section .c-ttl01 {
  margin-bottom: 40px;
}
.achievement .fund-section .table-warp .acc-box {
  border: 1px solid #CCCCCC;
  background: #fff;
  border-radius: 20px;
}
.achievement .fund-section .table-warp .acc-box + .acc-box {
  margin-top: 40px;
}
.achievement .fund-section .table-warp .acc-box .acc-btn {
  display: block;
  width: 100%;
  padding: 40px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.achievement .fund-section .table-warp .acc-box .acc-btn.is-open .ico::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.achievement .fund-section .table-warp .acc-box .acc-btn .txt {
  color: #009900;
  text-align: start;
  display: block;
  width: 100%;
  padding-inline: 40px;
  font-size: 24px;
  line-height: 1.125;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.achievement .fund-section .table-warp .acc-box .acc-btn .txt::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 20px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.achievement .fund-section .table-warp .acc-box .acc-btn .ico {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  background: #009900;
}
.achievement .fund-section .table-warp .acc-box .acc-btn .ico::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 4px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.achievement .fund-section .table-warp .acc-box .acc-cont {
  padding: 0 40px 40px;
}
.achievement .fund-section .table-warp .acc-box .acc-cont .txt {
  letter-spacing: 0.09em;
}
.achievement .fund-section .table-warp .acc-box .acc-cont .lead {
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.09em;
  font-weight: bold;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievement .fund-section .table-warp .acc-box .acc-cont .lead .line {
  background: #CCCCCC;
  display: block;
  height: 1px;
  width: 100%;
}
.achievement .fund-section .table-warp .acc-box .acc-cont .note {
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 0.09em;
}
.achievement .fund-section .table-warp .acc-box .acc-cont .note + .note {
  margin-top: 0;
}
.achievement .fund-section .note-box {
  margin-top: 40px;
  border: 2px solid #CCCCCC;
  border-radius: 20px;
  padding: 40px;
}
.achievement .fund-section .note-box .lead {
  font-size: 20px;
  font-weight: bold;
}
.achievement .fund-section .note-box .fund-num-list {
  counter-reset: fund-num 0;
  margin-top: 20px;
}
.achievement .fund-section .note-box .fund-num-list > li + li {
  margin-top: 15px;
}
.achievement .fund-section .note-box .fund-num-list > li {
  padding-left: 18px;
  position: relative;
}
.achievement .fund-section .note-box .fund-num-list > li::before {
  counter-increment: fund-num 1;
  content: counter(fund-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #009900;
  line-height: 1.688;
  font-weight: 500;
}
.achievement .fund-section .note-box .fund-num-list > li .ttl {
  font-weight: 500;
  color: #009900;
  letter-spacing: 0.1em;
  line-height: 1.688;
}
.achievement .fund-section .note-box .fund-num-list > li .txt {
  margin-top: 5px;
}

.company .company-table {
  background: #fff;
}
.company .company-table th {
  vertical-align: top;
}
.company .note {
  font-size: 14px;
  margin-top: 18px;
  letter-spacing: 0.09em;
}
.company .philosophy-section .philo-list {
  counter-reset: philo-count 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company .philosophy-section .philo-list > li {
  position: relative;
  background: #EBFFE4;
  padding: 115px 20px 30px;
  margin-top: 30px;
  width: calc((100% - 81px) / 4);
  border-radius: 10px;
  min-width: 250px;
}
.company .philosophy-section .philo-list > li .txt {
  letter-spacing: 0.09em;
}
.company .philosophy-section .philo-list > li .inn {
  position: absolute;
  background: url("../img/company/philosophy-bg.png.webp") no-repeat no-repeat center center/contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 125px;
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
  gap: 2px;
}
.company .philosophy-section .philo-list > li .inn .ja {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.09em;
  font-weight: bold;
}
.company .philosophy-section .philo-list > li .inn::before {
  counter-increment: philo-count 1;
  content: counter(philo-count, decimal-leading-zero) "";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.company .policy-section {
  padding-top: 80px;
}
.company .policy-section {
  background: #FBFBFB;
}
.company .sustainability-section {
  padding-top: 100px;
}
.company .sustainability-section .section-txt {
  font-weight: 500;
}
.company .sustainability-section .txt-wrap {
  margin-top: 40px;
}
.company .sustainability-section .txt-wrap .txt {
  letter-spacing: 0.1em;
}
.company .sustainability-section .txt-wrap .sus-list {
  counter-reset: sus-count 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.company .sustainability-section .txt-wrap .sus-list > li {
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 30px;
}
.company .sustainability-section .txt-wrap .sus-list > li + li {
  margin-top: 5px;
}
.company .sustainability-section .txt-wrap .sus-list > li::before {
  position: absolute;
  counter-increment: sus-count 1;
  content: "(" counter(sus-count) ")";
  letter-spacing: 0.1em;
  color: #009900;
  display: inline-block;
  padding-right: 5px;
  left: 0;
  top: 0;
}
.company .sustainability-section .link-wrap {
  margin-top: 40px;
  background: url("../img/company/sustainability-img.jpg.webp") no-repeat no-repeat center center/cover;
  padding: 57px min(110px, 7.6388888889vw);
}
.company .sustainability-section .link-wrap .txt-box {
  padding: 45px min(120px, 8.3333333333vw);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 20px;
}
.company .sustainability-section .link-wrap .txt-box > .txt {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

.news .news-section {
  background: #FBFBFB;
}
.news .news-section .btn-wrap {
  padding-bottom: 45px;
  position: relative;
}
.news .news-section .btn-wrap::before {
  content: "";
  position: absolute;
  background: url("../img/news/line.svg") no-repeat no-repeat center center/cover;
  display: block;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}
.news .news-section .btn-wrap .btn-list {
  display: grid;
  grid-template-columns: repeat(6, auto);
  max-width: 1068px;
  margin: auto;
  gap: 20px;
}
.news .news-section .btn-wrap .btn-list > li {
  max-width: 163px;
  width: 100%;
}
.news .news-section .btn-wrap .btn-list > li .sort-btn {
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 30px;
  width: 100%;
}
.news .news-section .btn-wrap .btn-list > li .sort-btn .txt {
  color: #CFCFCF;
  font-weight: bold;
  line-height: 1.667;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news-section .btn-wrap .btn-list > li .sort-btn.is-active {
  background: #009900;
  border-color: #009900;
  pointer-events: none;
}
.news .news-section .btn-wrap .btn-list > li .sort-btn.is-active .txt {
  color: #fff;
}
.news .news-section .news-wrap .hide {
  display: none;
}
.news .news-section .news-wrap .hide.is-active {
  display: block;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
}
.news .news-section .news-wrap .news-list > li.is-hide {
  display: none;
}
.news .news-section .news-wrap .news-list > li a {
  display: block;
  padding-right: 47px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 20px;
  position: relative;
}
.news .news-section .news-wrap .news-list > li a::before {
  content: "";
  position: absolute;
  background: #009900;
  -webkit-mask-image: url("../img/common/btn-arrow.svg");
          mask-image: url("../img/common/btn-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  display: block;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news-section .news-wrap .news-list > li .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.news .news-section .news-wrap .news-list > li .tag .cat {
  border: 1px solid #009900;
  border-radius: 30px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #009900;
}
.news .news-section .news-wrap .news-list > li .tag .date {
  color: #CFCFCF;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.news .news-section .news-wrap .news-list > li .txt {
  line-height: 1.688;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news .news-section .pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 50px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news-section .pagination > button {
  padding: 12px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  font-size: 14px;
  aspect-ratio: 1/1;
  width: 40px;
  display: block;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.news .news-section .pagination > button.is-active {
  color: #009900;
  pointer-events: none;
}
.news .news-section .pagination > button.prev, .news .news-section .pagination > button.next {
  position: relative;
}
.news .news-section .pagination > button.prev::before, .news .news-section .pagination > button.next::before {
  content: "";
  position: absolute;
  background: #009900;
  -webkit-mask-image: url("../img/common/btn-arrow.svg");
          mask-image: url("../img/common/btn-arrow.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat no-repeat;
          mask-repeat: no-repeat no-repeat;
  display: block;
  width: 9px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news .news-section .pagination > button.prev {
  margin-right: 20px;
}
.news .news-section .pagination > button.prev::before {
  rotate: 180deg;
}
.news .news-section .pagination > button.next {
  margin-left: 20px;
}
.news .news-section .pagination .dots {
  color: #CFCFCF;
  font-size: 12px;
  line-height: 1;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.policy .text-section .top {
  line-height: 1.688;
  letter-spacing: 0.1em;
}
.policy .text-section .top + .num-list {
  margin-top: 50px;
}
.policy .text-section .num-list {
  counter-reset: policy-count 0;
}
.policy .text-section .num-list > li + li {
  margin-top: 50px;
}
.policy .text-section .num-list > li .ttl {
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.688;
  color: #009900;
  letter-spacing: 0.1em;
}
.policy .text-section .num-list > li .ttl.over {
  padding-left: 30px;
}
.policy .text-section .num-list > li .ttl {
  position: relative;
}
.policy .text-section .num-list > li .ttl::before {
  counter-increment: policy-count 1;
  content: counter(policy-count) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1.688;
  color: #009900;
}
.policy .text-section .num-list > li .ttl + .txt {
  margin-top: 15px;
}
.policy .text-section .num-list > li .ttl + .policy-list {
  margin-top: 15px;
}
.policy .text-section .num-list > li .txt {
  font-size: 14px;
  line-height: 1.929;
  letter-spacing: 0.1em;
}
.policy .text-section .num-list > li .txt + .txt {
  margin-top: 30px;
}
.policy .text-section .num-list > li .txt + .inn-num-list {
  margin-top: 15px;
}
.policy .text-section .num-list > li .txt + .mt10 {
  margin-top: 10px;
}
.policy .text-section .num-list > li .inn-num-list {
  counter-reset: policy-inn-count 0;
}
.policy .text-section .num-list > li .inn-num-list > li + li {
  margin-top: 5px;
}
.policy .text-section .num-list > li .inn-num-list > li {
  position: relative;
  padding-left: 28px;
}
.policy .text-section .num-list > li .inn-num-list > li::before {
  counter-increment: policy-inn-count 1;
  content: "(" counter(policy-inn-count) ")";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #009900;
  letter-spacing: 0.1em;
  line-height: 1.688;
}
.policy .text-section .num-list > li .inn-num-list > li .txt {
  line-height: 1.929;
}
.policy .text-section .num-list > li .inn-num-list > li .txt + .inn-count-list {
  margin-top: 5px;
}
.policy .text-section .num-list > li .inn-count-list {
  counter-reset: inn-count 0;
}
.policy .text-section .num-list > li .inn-count-list > li + li {
  margin-top: 5px;
}
.policy .text-section .num-list > li .inn-count-list > li {
  position: relative;
  padding-left: 25px;
}
.policy .text-section .num-list > li .inn-count-list > li::before {
  counter-increment: inn-count 1;
  content: counter(inn-count, circled-decimal) " ";
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 12px;
  color: #009900;
  line-height: 1;
  width: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid #009900;
  border-radius: 50%;
}
.policy .text-section .num-list > li .inn-count-list > li .txt {
  line-height: 1.929;
}
.policy .text-section .num-list > li .policy-list + .txt {
  margin-top: 10px;
}
.policy .text-section .num-list > li .policy-list > li {
  position: relative;
  padding-left: 10px;
}
.policy .text-section .num-list > li .policy-list > li::before {
  content: "";
  position: absolute;
  background: #009900;
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.policy .text-section .num-list > li .policy-list > li .txt {
  font-size: 14px;
}
.policy .text-section .num-list > li .policy-list.mt10 > li + li {
  margin-top: 10px;
}
.policy .text-section .num-list > li .inn-list > li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.929;
}
.policy .text-section .num-list > li .inn-list > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #009900;
  top: 12px;
  left: 0;
}
.policy .text-section .num-list > li .inn-block-list > li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.929;
}
.policy .text-section .num-list > li .inn-block-list > li::before {
  content: "";
  position: absolute;
  display: block;
  background: #333;
  width: 5px;
  aspect-ratio: 1/1;
  top: 12px;
  left: 0;
}
.policy .text-section .note-list {
  counter-reset: note-count 0;
  margin-top: 30px;
}
.policy .text-section .note-list > li {
  padding-left: 30px;
  position: relative;
}
.policy .text-section .note-list > li::before {
  counter-increment: note-count 1;
  content: "※" counter(note-count) "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.929;
}
.policy .text-section .note-list > li .txt {
  font-size: 14px;
  line-height: 1.929;
}
.policy .text-section .right {
  margin-top: 50px;
}
.policy .text-section .right .txt {
  text-align: end;
}
.policy .text-section .link-txt {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .wrap {
    padding-bottom: 0;
  }
  .c-header .wrap .menu-wrap {
    padding: 18px 15px 18px 20px;
  }
  .c-header .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-header .wrap::before {
    content: none;
  }
  .c-header .wrap > .inn {
    background: #009900;
    width: 100%;
  }
  .c-header .wrap > .inn .logo {
    margin: 0 auto;
  }
  .c-header .wrap > .inn .logo::before {
    content: none;
  }
  .c-header .wrap > .inn .logo > a {
    width: 266px;
    margin: 11px 0;
  }
  .c-header .wrap > .inn .lead {
    padding-top: 22px;
    font-size: 8px;
    padding-left: 20px;
  }
  .c-header .wrap .btn-menu {
    margin-top: 0;
    margin-right: 0;
  }
  .c-footer .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
  }
  .c-footer .inner-block .logo-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .c-ttl01 {
    margin-bottom: 20px;
  }
  .c-ttl01 .en {
    font-size: 14px;
  }
  .c-ttl01 .ja {
    font-size: 26px;
  }
  main {
    padding-top: 108px;
  }
  .section-txt {
    text-align: start;
    line-height: 1.6;
  }
  .section-txt + .section-txt {
    padding-top: 18px;
  }
  .section-txt + .c-btn01 {
    margin-top: 20px;
  }
  .c-mv-section {
    padding-bottom: 150px;
  }
  .c-mv-section::before {
    background-image: url("../img/common/mv-bg-sp.svg");
    width: 100%;
    aspect-ratio: 375/233;
    bottom: 20px;
  }
  .c-mv-section .inner-block {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .c-mv-section .ttl-wrap .mv-ttl .en {
    font-size: 12px;
  }
  .c-mv-section .ttl-wrap .mv-ttl .ja {
    font-size: 30px;
  }
  .c-mv-section .mv-img > img {
    border-radius: 0 0 0 100px;
  }
  .c-mv-section02 .ttl-wrap {
    padding-block: 40px 25px;
  }
  .c-mv-section02 .mv-ttl .en {
    font-size: 12px;
  }
  .c-mv-section02 .mv-ttl .ja {
    font-size: 30px;
  }
  .c-mv-section02 .c-breadcrumb-list {
    margin-top: 0;
  }
  .c-section.last {
    padding-bottom: 40px;
  }
  .c-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-table th {
    display: block;
    width: 100%;
    padding: 10px 10px;
    font-size: 12px;
  }
  .c-table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home .mv-section .slider-wrap .slide {
    height: 30vh;
    min-height: 200px;
  }
  .home .mv-section .slider-wrap .slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .home .mv-section .slider-wrap .slide .txt-wrap.first {
    top: 10px;
    left: 20px;
  }
  .home .mv-section .slider-wrap .slide .txt-wrap .top,
  .home .mv-section .slider-wrap .slide .txt-wrap .bottom {
    font-size: 18px;
  }
  .home .mv-section .slider-wrap .slide .txt-wrap .bottom {
    padding-left: 10px;
  }
  .home .mv-section .slider-wrap .slide .txt-wrap.second {
    bottom: 10px;
    left: 20px;
  }
  .home .mv-section .slider-wrap .swiper-pagination {
    bottom: 10px;
    right: 10px;
    gap: 5px;
  }
  .home .features-section {
    padding-top: 30px;
  }
  .home .features-section::before {
    z-index: 0;
    width: 100vw;
    background-position: center center;
    background-size: contain;
  }
  .home .features-section .inner-block {
    padding-bottom: 60px;
  }
  .home .features-section .features-swiper .swiper-slide {
    width: 200px;
  }
  .home .achievement-section::before {
    border-radius: 0px 0px 200px 200px/0px 0px 180px 180px;
    top: -40px;
    height: calc(65px + 100%);
  }
  .home .achievement-section .inner-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home .member-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home .member-section .wrap {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .home .member-section .wrap .img {
    width: 100%;
  }
  .home .company-section {
    padding: 120px 0 75px;
  }
  .home .company-section.last {
    margin-bottom: 0;
  }
  .home .company-section .bg-img {
    background-position: center left;
  }
  .home .company-section .inner-block {
    display: block;
    margin-right: auto;
    max-width: 350px;
    padding: 30px 30px 28px;
  }
  .home .company-section .inner-block .c-ttl01 {
    text-align: center;
    margin: 0 auto 20px;
  }
  .home .company-section .inner-block .c-ttl01 .en {
    text-align: center;
  }
  .home .company-section .inner-block .c-btn01 {
    margin: auto;
  }
  .home .news-section {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .home .news-section .c-ttl01 {
    margin-bottom: 10px;
  }
  .home .news-section .news-list {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .home .news-section .news-list > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }
  .home .news-section .news-list > li a::before {
    right: 10px;
  }
  .home .news-section .news-list > li .tag .new {
    font-size: 10px;
  }
  .home .news-section .news-list > li .tag .date {
    font-size: 12px;
  }
  .home .news-section .c-btn01 {
    margin-top: 20px;
  }
  .member .intro-section .member-list > li {
    width: 100%;
    min-width: inherit;
    max-width: 500px;
  }
  .member .intro-section .member-list > li .txt-wrap {
    padding-top: 15px;
  }
  .member .intro-section .member-list > li .txt-wrap .name .ja {
    font-size: 18px;
    padding-right: 10px;
  }
  .member .intro-section .member-list > li .txt-wrap .name .en {
    padding-left: 15px;
  }
  .member .intro-section .member-list > li .txt-wrap .name .en::before {
    height: 20px;
    left: 1px;
  }
  .member .intro-section .member-list > li .txt-wrap .txt {
    margin-top: 10px;
  }
  .member .chart-section .chart-wrap {
    padding: 20px;
  }
  .member .chart-section .chart-wrap .img {
    width: clamp(500px, 800px, min(800px, 114.2857142857vw));
  }
  .member .chart-section .chart-wrap::-webkit-scrollbar {
    height: 5px;
  }
  .member .chart-section .chart-wrap::-webkit-scrollbar-thumb {
    background: #009900;
    border-radius: 20px;
  }
  .member .chart-section .chart-wrap::-webkit-scrollbar-track {
    background: #EBFFE4;
    border-radius: 20px;
  }
  .member .chart-section .chart-wrap .scroll-hint-icon {
    background: rgba(0, 153, 0, 0.7);
  }
  .features .greeting-section .greeting-wrap .txt-wrap .txt + .txt {
    margin-top: 5px;
  }
  .features .greeting-section .greeting-wrap .txt-wrap .right .post {
    font-size: 14px;
  }
  .features .greeting-section .greeting-wrap .txt-wrap .right .name {
    font-size: 18px;
  }
  .features .features-section .features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features .features-section .features-list > li {
    width: 100%;
    max-width: 500px;
  }
  .features .concept-section .cont .top {
    position: relative;
    padding: 20px;
  }
  .features .concept-section .cont .top::before {
    content: "";
    position: absolute;
    background: url("../img/features/arrow.svg") no-repeat no-repeat center center/contain;
    display: block;
    width: 63px;
    height: 28px;
    bottom: -38px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .features .concept-section .cont .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .features .concept-section .cont .top .ttl {
    margin-right: 0;
    padding: 15px 19px;
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
  .features .concept-section .cont .top .white {
    max-width: inherit;
    padding: 10px;
  }
  .features .concept-section .cont .top .plus {
    margin-block: 10px;
    height: 20px;
  }
  .features .concept-section .cont .top .plus::before {
    content: none;
  }
  .features .concept-section .cont .bottom-wrap > .bottom {
    min-width: 845px;
  }
  .features .concept-section .cont .bottom-wrap > .bottom .ttl {
    padding: 36px 20px;
  }
  .features .concept-section .cont .bottom-wrap > .bottom .white.center {
    margin-inline: 44px;
  }
  .features .concept-section .cont .bottom-wrap > .bottom .white.center::before {
    left: -54px;
  }
  .features .concept-section .cont .bottom-wrap > .bottom .white.center::after {
    right: -54px;
  }
  .achievement .fund-section {
    padding-top: 50px;
  }
  .achievement .fund-section .table-warp .acc-box {
    border-radius: 10px;
  }
  .achievement .fund-section .table-warp .acc-box + .acc-box {
    margin-top: 20px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn {
    padding: 20px;
    border-radius: 10px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn .txt {
    padding-inline: 20px;
    font-size: 18px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn .txt::before {
    width: 10px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn .ico {
    width: 15px;
    height: 1px;
    right: 20px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn .ico::before {
    height: 15px;
    width: 1px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-cont {
    padding: 0 20px 20px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-cont .lead {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .achievement .fund-section .table-warp .acc-box .acc-cont .note {
    font-size: 12px;
  }
  .achievement .fund-section .note-box {
    border-radius: 10px;
    padding: 20px;
  }
  .achievement .fund-section .note-box .lead {
    font-size: 16px;
  }
  .achievement .fund-section .note-box .fund-num-list {
    margin-top: 10px;
  }
  .achievement .fund-section .note-box .fund-num-list > li + li {
    margin-top: 10px;
  }
  .achievement .fund-section .note-box .fund-num-list > li {
    padding-left: 15px;
  }
  .achievement .fund-section .note-box .fund-num-list > li .txt {
    margin-top: 0;
  }
  .company .note {
    font-size: 12px;
  }
  .company .philosophy-section .philo-list {
    gap: 20px;
    margin-top: 20px;
  }
  .company .philosophy-section .philo-list > li {
    min-width: inherit;
    width: 100%;
    max-width: 500px;
    padding: 60px 20px 30px;
  }
  .company .philosophy-section .philo-list > li .inn {
    width: 90px;
    gap: 5px;
  }
  .company .philosophy-section .philo-list > li .inn .ja {
    font-size: 18px;
    line-height: 1;
  }
  .company .philosophy-section .philo-list > li .inn::before {
    line-height: 1;
  }
  .company .policy-section {
    padding-top: 50px;
  }
  .company .sustainability-section {
    padding-top: 50px;
  }
  .company .sustainability-section .txt-wrap {
    margin-top: 20px;
  }
  .company .sustainability-section .txt-wrap .sus-list {
    margin-top: 20px;
  }
  .company .sustainability-section .txt-wrap .sus-list > li {
    padding-left: 25px;
  }
  .company .sustainability-section .link-wrap {
    margin-top: 30px;
    padding: 20px;
  }
  .company .sustainability-section .link-wrap .txt-box {
    padding: 20px;
  }
  .company .sustainability-section .link-wrap .txt-box > .txt {
    font-size: 18px;
  }
  .news .news-section .btn-wrap .btn-list > li .sort-btn .txt {
    font-size: 16px;
  }
  .news .news-section .news-wrap .news-list > li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }
  .news .news-section .news-wrap .news-list > li a::before {
    right: 10px;
  }
  .news .news-section .news-wrap .news-list > li .tag .cat {
    font-size: 12px;
  }
  .news .news-section .news-wrap .news-list > li .tag .date {
    font-size: 12px;
  }
  .news .news-section .pagination {
    gap: 5px;
    margin-top: 30px;
  }
  .news .news-section .pagination > button {
    width: 30px;
    padding: 8px 11px;
    font-size: 12px;
  }
  .news .news-section .pagination > button.prev {
    margin-right: 10px;
  }
  .news .news-section .pagination > button.next {
    margin-left: 10px;
  }
  .policy .text-section .top + .num-list {
    margin-top: 20px;
  }
  .policy .text-section .num-list > li + li {
    margin-top: 20px;
  }
  .policy .text-section .num-list > li .ttl {
    font-size: 14px;
  }
  .policy .text-section .num-list > li .ttl::before {
    font-size: 14px;
  }
  .policy .text-section .num-list > li .ttl + .txt {
    margin-top: 5px;
  }
  .policy .text-section .num-list > li .ttl + .policy-list {
    margin-top: 5px;
  }
  .policy .text-section .num-list > li .txt {
    font-size: 12px;
  }
  .policy .text-section .num-list > li .txt + .txt {
    margin-top: 15px;
  }
  .policy .text-section .num-list > li .txt + .inn-num-list {
    margin-top: 5px;
  }
  .policy .text-section .num-list > li .inn-num-list > li {
    padding-left: 25px;
  }
  .policy .text-section .num-list > li .inn-num-list > li::before {
    font-size: 14px;
  }
  .policy .text-section .num-list > li .inn-count-list > li {
    padding-left: 10px;
  }
  .policy .text-section .num-list > li .inn-count-list > li::before {
    font-size: 10px;
    width: 15px;
    left: -8px;
  }
  .policy .text-section .num-list > li .policy-list > li .txt {
    font-size: 12px;
  }
  .policy .text-section .num-list > li .inn-list > li {
    font-size: 12px;
  }
  .policy .text-section .num-list > li .inn-list > li::before {
    top: 10px;
  }
  .policy .text-section .num-list > li .inn-block-list > li {
    font-size: 12px;
  }
  .policy .text-section .num-list > li .inn-block-list > li::before {
    top: 10px;
  }
  .policy .text-section .note-list {
    margin-top: 20px;
  }
  .policy .text-section .note-list > li {
    padding-left: 25px;
  }
  .policy .text-section .note-list > li::before {
    font-size: 12px;
  }
  .policy .text-section .note-list > li .txt {
    font-size: 12px;
  }
  .policy .text-section .right {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .bottom .nav-list > li a:hover {
    color: #009900;
  }
  .c-header .bottom .nav-list > li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .c-footer .inner-block .link-list > li a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .c-breadcrumb-list > li a:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .c-btn01:hover {
    background: #fff;
    border-color: #009900;
  }
  .c-btn01:hover .txt {
    color: #009900;
  }
  .c-btn01:hover .txt::before {
    background: #009900;
  }
  .home .news-section .news-list > li a:hover {
    background: rgba(207, 207, 207, 0.2);
  }
  .member .intro-section .member-list > li:hover .img {
    background-image: url("../img/member/bg-green.jpg.webp");
  }
  .member .intro-section .member-list > li:hover .img .before {
    opacity: 0;
  }
  .member .intro-section .member-list > li:hover .img .hov {
    opacity: 1;
  }
  .achievement .fund-section .table-warp .acc-box .acc-btn:hover .txt {
    -webkit-text-decoration-color: #009900;
            text-decoration-color: #009900;
  }
  .news .news-section .btn-wrap .btn-list > li .sort-btn:hover {
    background: #009900;
    border-color: #009900;
  }
  .news .news-section .btn-wrap .btn-list > li .sort-btn:hover .txt {
    color: #fff;
  }
  .news .news-section .news-wrap .news-list > li a:hover {
    background: rgba(207, 207, 207, 0.2);
  }
  .news .news-section .pagination > button:hover {
    background: #CFCFCF;
  }
  .policy .text-section .link-txt:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
}
@media only screen and (max-width: 1000px) {
  .c-header .wrap {
    padding-bottom: 10px;
  }
  .c-header .bottom {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 50px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0;
  }
  .c-header .bottom.is-open {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    background: #fff;
    z-index: 100;
  }
  .c-header .bottom .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 0;
    width: 100%;
    padding-right: 0;
  }
  .c-header .bottom .nav-list > li {
    width: 100%;
  }
  .c-header .bottom .nav-list > li + li {
    margin-top: 5px;
  }
  .c-header .bottom .nav-list > li a {
    padding: 20px 0 20px 20px;
    border-top: 1px solid #CFCFCF;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0;
  }
  .c-header .bottom .nav-list > li a.last {
    border-bottom: 1px solid #CFCFCF;
  }
  .c-mv-section .ttl-wrap {
    margin-left: 50px;
  }
  .c-mv-section .ttl-wrap .mv-ttl {
    gap: 0;
  }
  .c-mv-section .mv-img {
    width: min(600px, 60vw);
  }
  .c-mv-section02 .mv-ttl {
    gap: 0;
  }
  .news .news-section .btn-wrap .btn-list {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 10px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .news .news-section .btn-wrap .btn-list > li {
    margin: auto;
  }
  .news .news-section .btn-wrap .btn-list > li:nth-child(1), .news .news-section .btn-wrap .btn-list > li:nth-child(4) {
    margin-left: auto;
    margin-right: 0;
  }
  .news .news-section .btn-wrap .btn-list > li:nth-child(3), .news .news-section .btn-wrap .btn-list > li:nth-child(6) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1001px) {
  .c-header .wrap .btn-menu {
    display: none;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .c-header .bottom {
    top: 108px;
    max-height: 636px;
    height: 100%;
  }
  .c-mv-section .ttl-wrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 30px;
    margin-left: min(50px, 8.064516129vw);
  }
  .c-mv-section .ttl-wrap .mv-ttl {
    padding-bottom: 20px;
  }
  .c-mv-section .mv-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .c-mv-section02 .mv-ttl {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1450px) {
  .home .member-section {
    padding-bottom: 200px;
  }
  .home .company-line .line {
    top: -300px;
  }
}
@media only screen and (min-width: 1450px) and (min-width: 1600px) {
  .home .member-section {
    padding-bottom: 280px;
  }
}
@media only screen and (min-width: 1450px) and (min-width: 1600px) and (min-width: 1800px) {
  .home .member-section {
    padding-bottom: 320px;
  }
}
@media only screen and (min-width: 1450px) and (max-width: 1600px) {
  .home .company-line .line {
    top: -250px;
  }
}
@media only screen and (min-width: 1450px) and (min-width: 1800px) {
  .home .company-line .line {
    top: -360px;
  }
}
@media only screen and (max-width: 1350px) {
  .home .company-line .line {
    top: -180px;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 1080px) {
  .home .company-line .line {
    top: -160px;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 1080px) and (max-width: 900px) {
  .home .company-line .line {
    top: -120px;
  }
}
@media only screen and (max-width: 1350px) and (max-width: 1080px) and (max-width: 900px) and (max-width: 767px) {
  .home .company-line .line {
    top: -75px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 550px) {
  .home .company-section {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  .home .company-section .inner-block {
    max-width: 325px;
  }
}
@media only screen and (max-width: 899px) {
  .member .intro-section .member-list {
    row-gap: 35px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 767px) {
  .member .intro-section .member-list {
    padding-top: 40px;
    row-gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .features .greeting-section .greeting-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    width: 100%;
    margin: auto;
  }
  .features .greeting-section .greeting-wrap .img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
@media only screen and (max-width: 900px) and (max-width: 767px) {
  .features .greeting-section .greeting-wrap {
    max-width: 500px;
    gap: 20px;
  }
}