@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            recet css
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  color: #000;
  position: relative;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #333;
}

img {
  border: none;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

hr {
  display: none;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  word-break: break-all;
}

span {
  font-feature-settings: "palt" 1;
}

address {
  font-style: normal;
}

* {
  -webkit-appearance: none;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

img {
  width: 100%;
}

input {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                共通パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 20;
}

body {
  letter-spacing: 0.1em;
  height: 100%;
  margin: 0;
  font-family: "YakuHanJP", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
main {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .sp-s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .sp-s {
    display: block !important;
  }
}
.size-xs {
  font-size: 70%;
}

.size-s {
  font-size: 80%;
}

@media screen and (max-width: 767px) {
  .size-s {
    font-size: 60%;
  }
}
.block {
  display: block;
}

.right {
  margin-left: auto;
  text-align: right;
}

.center {
  margin: 0 auto;
  text-align: center;
}

/*■■■■■■■■■■■■■■■■■
txt
■■■■■■■■■■■■■■■■■*/
.txt--colored {
  color: #2f8048;
}

.txt--uncolored {
  color: #000;
}

.txt--marker {
  background: linear-gradient(transparent 70%, #ffedaf 70%);
}

.txt--bold {
  font-weight: 600;
}

.txt--xl {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 767px) {
  .txt--xl {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
}
.txt--l {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .txt--l {
    font-size: 18px;
  }
}

.txt--s {
  font-size: 12px;
  line-height: normal;
}

.txt--underline {
  text-decoration: underline;
}

.txt--red-underline {
  border-bottom: 2px solid #ff0000;
}

.txt--wavyline {
  text-decoration-line: underline;
  text-decoration-style: wavy;
}

.txt--red-wavyline {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FF0000;
}

.txt--letterspace {
  letter-spacing: 0.4em;
}

@media screen and (max-width: 500px) {
  .txt--letterspace {
    letter-spacing: 0.2em;
  }
}
.txt--lineheight {
  line-height: 2;
}

.red {
  font-weight: 600;
  color: #ff0000;
}

.green {
  font-weight: 600;
  color: #2f8048;
}

.c_b {
  clear: both;
}

.inline-block {
  display: inline-block;
}

/*■■■■■■■■■■■■■■■■■
wrap
■■■■■■■■■■■■■■■■■*/
.content-wrap {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .content-wrap {
    width: 90%;
  }
}
.anker-margin {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .anker-margin {
    padding-top: 80px;
  }
}

/*■■■■■■■■■■■■■■■■■
　      ボタン
■■■■■■■■■■■■■■■■■*/
.btn__wrap--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 30px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid #000;
  background-color: #FFF;
  color: #000;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    opacity: 0.8;
  }
}
.btn--black {
  border: none;
  background-color: #000;
  color: #FFF;
}

.btn--black-arrow span {
  position: relative;
  padding-right: 10px;

}
.btn--black-arrow span::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow_r-w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 8%;
  right: -15%;
}

.btn--black-long {
  border: none;
  background-color: #000;
  color: #FFF;
  width: 220px;
  height: 50px;
}
@media screen and (max-width: 500px) {
  .diagnosis__list--ng .btn--black-long {
    width: 95%;
  }
}

.btn__text {
  display: flex;
}

.form-submit-btn__wrap {
  display: flex;
  align-items: center;
  margin-top: 1em;
  justify-content: center;
}

.form-submit-btn {
  margin: 0 auto;
  letter-spacing: 1em;
  font-weight: 600;
  font-size: 20px;
  background-color: #ffcc29;
  border: none;
  text-align: center;
  width: 300px;
  height: 50px;
}

.btn--solid {
  display: inline-block;
  border: 2px solid #2f8048;
  border-radius: 100px;
  background-color: #FFF;
  box-shadow: 0 5px 0 #2f8048;
  width: 380px;
}

@media screen and (max-width: 500px) {
  .btn--solid {
    width: 100%;
    height: 60px;
  }
}
.btn--solid a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 8px 0;
}

@media screen and (max-width: 500px) {
  .btn--solid a {
    font-size: 14px;
    padding: 4px 0;
    line-height: 46px;
  }
}
.btn--solid-q a span {
  display: inline-block;
  margin-left: 2em;
  position: relative;
}

@media screen and (max-width: 500px) {
  .btn--solid-q a span {
    font-size: clamp(14px, 1.8vw, 30px);
  }
}
.btn--solid-q a span::before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../img/ico_q_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -2em;
}

@media screen and (max-width: 500px) {
  .btn--solid-q a span::before {
    width: 28px;
    height: 28px;
    top: 8px;
    left: -3em;
  }
}
.btn--solid:active {
  box-shadow: none;
  transform: translateY(5px);
}

.btn--yellow {
  display: inline-block;
  background-color: #ffcc29;
  border-radius: 100px;
  width: 320px;
  height: 70px;
  transition: background-color 0.25s ease-in-out;
}
.btn--yellow:hover {
  background-color: rgba(255,204,41,0.7);

}

@media screen and (max-width: 767px) {
  .btn--yellow {
    height: 50px;
  }
}
.btn--yellow a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 60px 10px 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn--yellow a {
    font-size: 20px;
    line-height: 30px;
  }
}
.btn--yellow-arrow a::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../img/ico_arrow_r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8%;
}

.flow__list .btn--yellow {
  width: 94%;
  max-width: 300px;
  height: auto;
  padding: 4px 0;
  margin: 0 auto;
  margin-bottom: 10px;
  border: none;
  font-weight: 600;
  position: relative;
  font-size: clamp(12px, 1.3vw, 20px);
  height: 32px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow__list .btn--yellow .btn--yellow a {
    font-size: clamp(12px, 1.4vw, 20px);
    line-height: 30px;
  }
}
.flow__list .btn--yellow::after {
  content: "▼";
  position: absolute;
  right: 10px;
  font-size: 0.7em;
}

.flow__itemInner {
  height: 60%;
  display: flex;
  flex-direction: column;
}

.flow__btnWrap {
  width: 100%;
}

.btn__footer {
  background-color: #FFF;
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.btn__footer a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 8px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            追従ボタン
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.backBtn {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background: #2f8048;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .backBtn {
    height: 50px;
    width: 50px;
    right: 10px;
    bottom: 30px;
  }
}
.backBtn__arrow {
  height: 20px;
  width: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(20%) rotate(-45deg);
}

/*■■■■■■■■■■■■■■■■■■■■
各ページ 追従ボタン
■■■■■■■■■■■■■■■■■■■■*/
.follow-btnWrap {
  position: fixed;
  bottom: 100px;
  z-index: 2;
  right: -400px; /* 初期値画面外 */
  margin-right: 30px;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .follow-btnWrap {
    margin-right: 10px;
    bottom: 80px;
  }
}

.follow-bigginerBtn {
  height: 180px;
  width: 180px;
  position: fixed;
  bottom: 140px;
  z-index: 2;
  right: -200px; /* 初期値画面外 */
  margin-right: 0px;
  transition: 0.5s;
}

@media screen and (max-width: 500px) {
  .follow-bigginerBtn {
    height: 120px;
    width: 120px;
    bottom: 120px;
  }
}
.follow-kaisyuBtn {
  width: 200px;
  height: auto;
  position: fixed;
  bottom: 80px;
  z-index: 2;
  right: -200px; /* 初期値画面外 */
  transition: 0.5s;
}

.is-active {
  right: 0;
}

.kaisyu__followBtn {
  width: 240px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #ffedaf;
  border: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.kaisyu__followBtn::after {
  content: "▼";
  position: absolute;
  font-size: 0.8em;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .kaisyu__followBtn {
    width: 200px;
  }
}

.about__followBtn {
  width: 240px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #d9edde;
  border: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.about__followBtn::after {
  content: "▼";
  position: absolute;
  font-size: 0.8em;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .about__followBtn {
    width: 200px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09em;
  background-color: rgb(255, 255, 255);
  transition: transform 0.5s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

@media screen and (max-width: 767px) {
  .header {
    height: 120px;
    flex-direction: column;
    padding: 0;
  }
}
.header__menu-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header__menu-left {
    flex-direction: column;
    align-items: baseline;
    height: 80%;
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header__menu-left {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .header__menu-left {
    flex-direction: row;
    height: 60px;
    padding: 10px 0;
  }
}
.header-logo {
  display: flex;
  align-items: flex-end;
  padding-left: 20px;
  width: 22%;
  max-width: 300px;
}

@media screen and (max-width: 1300px) {
  .header-logo {
    padding-left: 10px;
    width: 50%;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 1200px) {
  .header-logo {
    height: 100%;
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  .header-logo {
    padding-left: 10px;
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .header-logo a img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .header-txt {
    font-size: 12px;
  }
}
.header__btn-wrap {
  height: 120px;
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__btn-wrap {
    height: 60px;
    width: 100%;
    margin-left: 0;
  }
}
.header__btn {
  display: flex;
  align-items: center;
  height: 100%;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .header__btn {
    width: 50%;
    aspect-ratio: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .header__btn:hover {
    opacity: 0.7;
  }
}
.header__btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.header__btn--inq {
  background-color: #2f8048;
  position: relative;
}

.header__btn--inq .btn__text {
  display: flex;
  flex-direction: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
}

.header__btn--inq .btn__text p {
  margin: 0 auto;
}

.header__btn--kaisyu {
  background-color: #ffcc29;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  /* // 調整 */
  height: 100%;
  aspect-ratio: 3 / 2;
}

.header__btn--kaisyu .btn__text {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .header__btn--kaisyu .btn__text {
    /* font-size: 16px; */
    /* 調整 */
    font-size: 16px;
    padding-top: 5px;
    position: relative;
    z-index: 0;
  }
  .header__btn--kaisyu .btn__text::before {
    content: "";
    background-image: url(../img/img-header-pallet.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    position: absolute;
    width: 100px;
    height: 80px;
    left: 50%;
    transform: translateX(-45%);
    top: 3%;
    z-index: -1;
  }
}
/* .header__btn--kaisyu .btn__text span {
  font-size: 14px;
} */

.header__img--kaisyu {
  /* 調整 */
  width: 50%;
  padding-top: 0%;
}

.header__btn--inq a span {
  color: #FFF;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                header-menu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header__menu {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header__menu {
    flex-direction: column;
  }
}
.header__list {
  display: flex;
  align-items: center;
  list-style-type: none;
}

.header__list li {
  padding: 0 10px;
}

@media screen and (max-width: 1300px) {
  .header__list li {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header__list li {
    padding: 10px 4px;
  }
}

.header__list li:not(:last-of-type) {
  border-right: 2px solid #e9e5e3;
}

.header__list li a {
  position: relative;
  padding-bottom: 4px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .header__list li a {
    font-size: clamp(12px, 1.6vw, 18px);
    text-wrap: nowrap;
  }
}
.header__list li a::before {
  position: absolute;
  background: #2f8048;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .header__list li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* ハンバーガー トグルボタン　*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
  /* チェックボックスを隠す */
}

.menu-content ul {
  padding: 70px 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .menu-content ul {
    padding: 100px 10px 0;
  }
}
.menu-content ul li {
  list-style: none;
  margin-bottom: 1em;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  padding: 9px 15px 10px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .menu-content ul li a {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 9px 15px 10px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .menu-content ul li a:hover {
    opacity: 0.7;
  }
}
/* メニュー画面をディスプレイ外へ */
.menu-content {
  width: 90%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s; /*アニメーション設定*/
}

/* チェックボックスにチェックがついたとき、メニューが画面に表示 */
#menu-btn-check:checked ~ .menu-content {
  left: 10%; /*メニューを画面内へ*/
}





/* 問い合わせボタン変更 */
.header__list li.header__list--inq a {
  background-color: #FFF;
  color: #2f8048;
  padding: 2px 10px;
  border-radius: 50px;
  border: 2px solid #2f8048;
  transition: all 0.25s ease-in-out;
}
.header__list li.header__list--inq a:hover {
  background-color: #2f8048;
  color: #FFF;
  border: 2px solid #2f8048;
}

.header__list li.header__list--inq a::before {
  display: none;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
  position: relative;
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  background-color: #2f8048;
  color: #FFFFFF;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .footer {
    position: static;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    font-size: 12px;
  }
  .footer__inner {
    margin-top: 10px;
  }
}
.copyright {
  letter-spacing: 0.1em;
  font-size: 10px;
  margin-top: 4px;
}

.footer__titleWrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer__logo {
  width: 10%;
  margin-right: 10px;
}

.footer__title {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px){
  .footer__title {
    font-size: 18px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            TOP-mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.mv {
  background-color: #FFF;
  width: 100%;
  max-width: 1920px;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 120px;
  }
}

.mv__wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .mv__wrap {
    height: 800px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .mv__wrap {
    height: 600px;
  }
}

/*■■■■■■
top-MV-slideshow
■■■■■■■*/
.mv__slideshow {
  position: relative;
  width: 60%;
  height: 100%;
  margin-left: auto;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .mv__slideshow {
    position: relative;
    width: 100%;
    height: 50%;
    margin: 0;
  }
}
.mv__img {
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 3%, black 100%);
  mask-image: linear-gradient(to right, transparent 3%, black 100%);
}

@media screen and (max-width: 767px) {
  .mv__img {
    -webkit-mask-image: linear-gradient(to top, transparent 3%, black 100%);
    mask-image: linear-gradient(to top, transparent 3%, black 100%);
  }
}
.mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.mv__img--1 {
  animation: image-switch-animation_1 21s infinite;
}

.mv__img--2 {
  animation: image-switch-animation_2 21s infinite;
}

.mv__img--3 {
  animation: image-switch-animation_3 21s infinite;
}

@keyframes image-switch-animation_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-animation_2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-animation_3 {
  0% {
    opacity: 0;
  }
  63% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*■■■■■■
MV-text部分
■■■■■■■*/
.mv__inner {
  z-index: 2;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .mv__inner {
    padding: 0 20px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .mv__inner {
    margin: 0;
  }
}
.mv__text-wrap {
  position: absolute;
  left: 50px;
  top: 20%;
}

@media screen and (max-width: 767px) {
  .mv__text-wrap {
    position: static;
  }
}
.mv__text--first {
  font-size: 22px;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .mv__text--first {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.mv__text--second {
  font-size: 32px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .mv__text--second {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .mv__text--second {
    font-size: 24px;
  }
}
.mv__sdgs {
  width: 300px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .mv__sdgs {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.mv__sdgs img {
  width: 30%;
}

/*■■■■■■
TOP-MV下メニュー
■■■■■■■*/
.topnav {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.09em;
  background-color: #ecf6ef;
  align-items: center;
  transition: transform 0.5s;
  margin-bottom: 40px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .topnav {
    height: 200px;
  }
}
.topnav__list {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topnav__list {
    flex-wrap: wrap;
  }
}
.topnav__list-item {
  position: relative;
  width: 25%;
  height: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .topnav__list-item {
    width: 50%;
    height: 50%;
    padding-top: 10px;
  }
}
.topnav__list-item a img {
  display: inline-block;
  height: 60px;
  margin: 0 auto 4px;
}

@media screen and (max-width: 767px) {
  .topnav__list-item a img {
    height: 40px;
  }
}
.topnav__list-item a span {
  font-size: 17px;
  font-weight: 600;
}

@media screen and (max-width: 500px) {
  .topnav__list-item a span {
    font-size: 14px;
  }
}
.topnav__list-item::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 4px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #2f8048;
  /* くの字（下向き） */
  clip-path: polygon(100% 40%, 50% 90%, 0 40%, 10% 30%, 50% 70%, 90% 30%);
}

.topnav__list-item {
  border-right: 2px solid #bad4c1;
}

.topnav__list-item:first-of-type {
  border-left: 2px solid #bad4c1;
}

@media screen and (max-width: 767px) {
  .topnav__list-item:first-of-type,
  .topnav__list-item:nth-of-type(2) {
    border-bottom: 2px solid #bad4c1;
  }
}
.topnav__list-item a {
  color: #2f8048;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}
.topnav__list-item a:hover {
  opacity: 0.7;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
                TOP-news
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.top-news {
  display: flex;
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .top-news {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
.top-news__heading {
  width: 20%;
  color: #2f8048;
  font-size: clamp(18px, 2.8vw, 32px);
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top-news__heading {
    width: 100%;
    font-size: 24px;
  }
}
.top-news__inner {
  width: 80%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top-news__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.top-news__item {
  align-items: center;
  list-style-type: none;
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .top-news__item {
    margin-bottom: 1em;
  }
}
.top-news__item a {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  align-items: center;
  transition: opacity 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  .top-news__item a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top-news__item a:hover {
    opacity: 0.7;
  }
}
.news__date {
  font-size: 14px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .top-news__item a .news__date {
    order: 1;
    margin-left: 0;
  }
}
.top-news__title {
  display: inline-block;
  flex-shrink: 1;
}

@media screen and (max-width: 767px) {
  .top-news__title {
    order: 3;
    width: 100%;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            sponsor
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.sponsor {
  padding-top: 40px;
  margin-bottom: 80px;
}

.sponsor__mlit {
  margin-bottom: 80px;
  font-size: 26px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sponsor__mlit {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .sponsor__mlit {
    font-size: 18px;
  }
}
.sponsor__mlit-logo {
  width: 200px;
  margin: 0 auto 20px;
}

.sponsor__mlit p {
  display: inline-block;
}

.sponsor__mlit p span {
  display: inline-block;
}

.sponsor__companies {
  margin-bottom: 36px;
}
.sponsor__companies h2 {
  margin-bottom: 20px;
}

.sponsor__dantai {
  text-align: center;
  margin-bottom: 80px;
}
.sponsor__dantai h2 {
  margin-bottom: 20px;
}

.logo-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.logo-list-item {
  width: 28%;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .logo-list-item {
    width: 44%;
  }
}
.logo-list-item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-height: 60px;
}

.sponsor-list {
  display: flex;
  justify-content: center;
}

.sponsor-list-item {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .sponsor-list-item {
    width: 45%;
  }
}
.note--wrap {
  background-color: #d9edde;
  padding: 24px 50px 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .note--wrap {
    padding: 10% 4%;
  }
}
@media screen and (max-width: 500px) {
  .note--wrap {
    padding: 10% 2%;
  }
}
.note--wrap p span {
  display: inline-block;
}

.note__txt {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .note__txt {
    font-size: 16px;
  }
}
.note__txt--l {
  margin-bottom: 34px;
  font-weight: 600;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            flow--top,kaisyu
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.flow {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .flow {
    padding-bottom: 40px;
  }
}

.flow__list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .flow__list {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
}

.flow__list::before {
  content: "";
  position: absolute;
  top: 60%;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .flow__list::before {
    display: none;
  }
}
.flow__item {
  width: 31%;
  text-align: center;
  border: solid 2px #000;
  background-color: #FFF;
  padding: 10px;
  margin-top: 90px;
  position: relative;
  height: 300px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .flow__item {
    width: 300px;
    height: 280px;
    margin-top: 120px;
  }
  .flow__item:first-of-type {
    margin-top: 40px;
  }
}

.flow__item::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 80px;
  width: 60px;
  top: -40%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .flow__item::before {
    top: -40%;
  }
}
.flow__item--1::before {
  background-image: url(../img/txt-flow-1.png);
}

.flow__item--2::before {
  background-image: url(../img/txt-flow-2.png);
}

.flow__item--3::before {
  background-image: url(../img/txt-flow-3.png);
}

.flow__item-heading {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 100px;
  background-color: #2f8048;
  color: #FFF;
}

.flow__item-heading span {
  display: inline-block;
}

.flow__img {
  width: 80%;
  max-width: 200px;
  position: absolute;
  background-color: #FFF;
  padding: 0 20px;
  top: -21%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.flow__item p {
  text-align: start;
  height: 200px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .flow__item p {
    height: auto;
  }
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
              回収ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kaisyu {
  padding-bottom: 100px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
               MV
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kaisyu-mv__beginner {
  position: absolute;
  width: 40%;
  top: 40px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .kaisyu-mv__beginner {
    width: 60%;
    left: 0;
  }
}

.kaisyu .lowerPage-mv__inner {
  position: absolute;
  bottom: 140px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .kaisyu .lowerPage-mv__inner {
    bottom: 120px;
  }
}

.kaisyu .lowerPage-mv__bottomImg {
  position: absolute;
  width: 500px;
  top: 200px;
  right: 5%;
}
@media screen and (max-width: 1000px) {
  .kaisyu .lowerPage-mv__bottomImg {
    width: 400px;
    top: 240px;
    right: -2%;
  }
}
@media screen and (max-width: 767px) {
  .kaisyu .lowerPage-mv__bottomImg {
    width: 50%;
    top: 300px;
    right: -2%;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu .lowerPage-mv__bottomImg {
    width: 70%;
    top: 280px;
    right: 0;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            回収診断　diagnosis
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.diagnosis {
  position: relative;
  padding-top: 80px;
}

.diagnosis__headingWrap {
  position: absolute;
  z-index: 2;
  top: 3%;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .diagnosis__headingWrap {
    top: 0%;
  }
}
@media screen and (max-width: 500px) {
  .diagnosis__headingWrap {
    top: 2%;
  }
}

.diagnosis__list {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 500px) {
  .diagnosis__list {
    flex-direction: column-reverse;
  }
}

.diagnosis__item {
  width: 50%;
  padding: 5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .diagnosis__item {
    padding: 40px 10px 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  .diagnosis__item {
    width: 100%;
    padding-bottom: 40px;
  }
}

.diagnosis__choices::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #000;
  clip-path: polygon(100% 0, 50% 70%, 0 0);
}

.diagnosis__list--ok {
  background-color: #ffedaf;
  position: relative;
}
.diagnosis__list--ok::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrows-down.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 200px;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .diagnosis__list--ok::after {
    height: 200px;
    width: 20px;
    bottom: -220px;
  }
}
@media screen and (max-width: 500px) {
  .diagnosis__list--ok::after {
    width: 20px;
    bottom: -200px;
  }
}

.diagnosis__list--ng {
  background-color: #e9e5e3;
}

.diagnosis__strong {
  display: block;
  font-size: 24px;
}

.diagnosis__result {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 40px auto;
  font-size: 30px;
}
.diagnosis__result::before {
  content: "＼";
  position: absolute;
  left: -40px;
}
.diagnosis__result::after {
  content: "／";
  position: absolute;
}
@media screen and (max-width: 767px) {
  .diagnosis__result {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .diagnosis__result {
    font-size: 24px;
  }
}

.diagnosis__imgWrap {
  width: 90%;
  max-width: 400px;
  margin: 0 auto 40px;
}

.diagnosis__img {
  width: 100%;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            kaisyu-form
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kaisyu-form {
  background-color: #ffedaf;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .kaisyu-form {
    padding-bottom: 40px;
  }
}

.contact-form {
  background-color: #FFF;
  width: 100%;
  margin: 20px auto 40px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-form {
    padding: 20px 10px;
  }
}

.contact-form-item {
  padding-top: 20px;
}

.contact-form-itemInner {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contact-form-itemInner {
    width: 100%;
  }
}
.contact-form-itemInner h3 {
  display: inline-block;
  width: 20%;
  text-align: right;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact-form-itemInner h3 {
    width: 100%;
    text-align: start;
  }
}
.contact-form-itemInner p {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form-itemInner p {
    width: 100%;
  }
}

.contact-form-item-ttl {
  display: flex;
  align-self: center;
  align-items: start;
  padding: 6px 20px 6px 0;
  font-weight: 600;
}

.form-required,
.form-optional {
  flex-shrink: 1;
}

.form-required::before {
  flex-shrink: 1;
  content: "必須";
  background-color: #FF0000;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
  padding: 0 10px;
  width: 32px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.form-optional::before {
  flex-shrink: 1;
  content: "任意";
  background-color: #727272;
  border-radius: 100px;
  color: #FFF;
  font-size: 14px;
  padding: 0 10px;
  width: 32px;
  height: 20px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}

.contact-form-input {
  width: 100%;
  height: 2rem;
  font-size: 16px;
  padding: 0 10px;
  background-color: #FFF;
  border: 1px solid #727272;
}

.contact-form-textarea {
  width: 100%;
  font-size: 16px;
  padding: 20px;
  background-color: #FFF;
  border: 1px solid #727272;
}

.form__inner {
  display: flex;
  justify-content: start;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .form__inner {
    flex-direction: column;
  }
}

.form__img-wrap {
  width: 50%;
  margin-right: 40px;
}
.form__img-wrap p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form__img-wrap {
    width: 70%;
    margin: 0 auto 20px;
  }
}

.form__txt-wrap {
  width: 100%;
  margin-top: auto;
}

.form-recaptcha-txt {
  display: block;
  width: 60%;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form-recaptcha-txt {
    width: 80%;
    max-width: 600px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 500px) {
  .form-recaptcha-txt {
    width: 100%;
    margin: 20px auto;
  }
}

.form-recaptcha-txt a {
  text-decoration: underline;
}

.form__note {
  width: 70%;
  margin: 0 auto 40px;
  background-color: #FFF;
  border: 4px solid #FF0000;
  padding: 20px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__note {
    width: 100%;
  }
}

.form__note-para {
  margin-bottom: 2em;
}

.form__note-para--name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .form__note-para--name {
    font-size: 18px;
  }
}

.form__note-para--address {
  text-align: start;
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form__note-para--address {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .form__note-para--address {
    width: 100%;
    max-width: 400px;
  }
}

.kaisyu .flow__item {
  height: 390px;
}
@media screen and (max-width: 767px) {
  .kaisyu .flow__item {
    height: 300px;
    margin-top: 150px;
  }
}

.kaisyu .flow__itemInner {
  height: 70%;
}

.kaisyu .flow__item-heading {
  margin-top: 70px;
}

.kaisyu .flow__item::before {
  top: -35%;
}
@media screen and (max-width: 767px) {
  .kaisyu .flow__item::before {
    top: -48%;
  }
}

.kaisyu-flow__list {
  margin-top: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__list {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .kaisyu .flow__img {
    top: -30%;
  }
}

.kaisyu-flow__note {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background-color: #d9edde;
  display: flex;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__note {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-flow__note {
    width: 100%;
    padding: 10px;
  }
}

.kaisyu-flow__noteInner {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__noteInner {
    padding: 0;
  }
}

.kaisyu-flow__noteImg {
  width: 25%;
  display: flex;
  align-items: center;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__noteImg {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-flow__noteImg {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__noteImgWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }
}

.kaisyu-flow__noteImg img {
  width: 100%;
}

.kaisyu-flow__noteInner {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__noteInner {
    width: 100%;
  }
}

.kaisyu-flow__noteHeading {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kaisyu-flow__noteHeading {
    font-size: 22px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-flow__noteHeading {
    font-size: 22px;
  }
}

.kaisyu-flow__noteInner p {
  line-height: 1.8;
  letter-spacing: 0.05;
}

.region__list {
  display: flex;
  flex-direction: column;
}

.region__item {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 80%;
  margin: 0 auto 20px;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .region__item {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .region__item {
    flex-direction: column;
    align-items: start;
    width: 96%;
  }
}

.region__item h4 {
  font-size: 24px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .region__item h4 {
    width: 80px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .region__item h4 {
    font-size: 20px;
  }
}

.region__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .region__inner {
    flex-direction: column;
    align-items: start;
  }
}

.region__number {
  width: 200px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .region__number {
    font-size: 28px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .region__number {
    font-size: 24px;
  }
}

.region__btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 320px;
  border-radius: 100px;
  background-color: #2f8048;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .region__btn {
    width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .region__btn {
    width: 300px;
  }
}
.region__btn .material-symbols-outlined {
  font-size: 1.5em;
  margin-left: 0.5em;
}

.region__btn a {
  display: flex;
  justify-content: center;
  color: #FFF;
  height: 100%;
  width: 100%;
  padding: 6px 0;
}

.kaisyu-request {
  background-color: #FFF;
  padding-top: 100px;
}
@media screen and (max-width: 500px) {
  .kaisyu-request {
    padding-top: 0;
  }
}

.kaisyu-request__intro {
  text-align: center;
  margin-bottom: 40px;
}
.kaisyu-request__intro h3 {
  margin-bottom: 20px;
}
.kaisyu-request__intro p {
  line-height: 2;
}

.kaisyu-request__inner {
  background-color: #ffedaf;
  margin-bottom: 40px;
  padding: 20px 0;
  border-radius: 10px;
}

.kaisyu-request__heading {
  position: relative;
  font-size: 22px;
  width: 80%;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kaisyu-request__heading {
    font-size: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-request__heading {
    font-size: 18px;
    margin-right: 10px;
    width: 70%;
  }
}

.kaisyu-request__heading::before {
  position: absolute;
  content: "";
  top: -40px;
  left: -100px;
  width: 80px;
  height: 80px;
  background-image: url(../img/ico_kaisyu-request-01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .kaisyu-request__heading::before {
    width: 18%;
    max-width: 80px;
    height: auto;
    aspect-ratio: 1/1;
    top: -10px;
    left: -20%;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-request__heading::before {
    width: 25%;
    max-width: 100px;
    top: 0px;
    left: -35%;
  }
}

.kaisyu-request__heading--second::before {
  background-image: url(../img/ico_kaisyu-request-02.png);
}

.kaisyu-request__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .kaisyu-request__item {
    margin: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-request__item {
    margin: 0 10px;
    flex-direction: column;
    align-items: start;
  }
}
.kaisyu-request__item h5 {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 500px) {
  .kaisyu-request__item h5 {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-request__item .btn__wrap--center {
    margin: 20px auto 0;
  }
}

.kaisyu-request__item:not(:last-child) {
  border-bottom: 1px solid #000;
}

.kaisyu-request__imgWrap {
  width: 55%;
}
@media screen and (max-width: 500px) {
  .kaisyu-request__imgWrap {
    width: 100%;
    margin-left: auto;
  }
}

.kaisyu-request__inner--second {
  display: flex;
  justify-content: space-between;
  margin: 40px 40px 0;
}
@media screen and (max-width: 500px) {
  .kaisyu-request__inner--second {
    margin: 40px 10px 0;
    flex-direction: column-reverse;
  }
}
.kaisyu-request__inner--second p {
  width: 55%;
  padding-right: 40px;
  line-height: 2;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .kaisyu-request__inner--second p {
    padding: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .kaisyu-request__inner--second p {
    width: 100%;
  }
}

.kaisyu-request__imgWrap--second {
  width: 40%;
}
@media screen and (max-width: 500px) {
  .kaisyu-request__imgWrap--second {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.request-reason {
  padding-bottom: 100px;
}

.request-reason__wrap {
  background-color: #ffedaf;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  margin-top: 40px;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .request-reason__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .request-reason__wrap {
    flex-direction: column;
  }
}

.request-reason__inner {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .request-reason__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.request-reason__inner h4 {
  font-size: 24px;
  letter-spacing: 0.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .request-reason__inner h4 {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 10px;
  }
}
.request-reason__inner p {
  line-height: 2;
}
.request-reason__inner img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .request-reason__imgWrap {
    width: 80%;
    margin: 0 auto;
  }
}

.kaisyu-request__imgWrap {
  margin-top: 20px;
}

.request__intro {
  text-align: center;
}

.request__intro-mainTxt {
  margin-bottom: 20px;
}

.request__intro-secondTxt {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.request-reason__inner--before {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .request-reason__inner--before {
    margin-bottom: 60px;
  }
}
.request-reason__inner--before::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  top: 60%;
  right: -17%;
}
@media screen and (max-width: 767px) {
  .request-reason__inner--before::after {
    right: -20px;
    top: 65%;
  }
}
@media screen and (max-width: 500px) {
  .request-reason__inner--before::after {
    top: auto;
    bottom: -60px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(90deg);
  }
}
.request-reason__inner--before h4 {
  position: relative;
  display: inline-block;
  width: 240px;
}
.request-reason__inner--before h4::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_common_ng.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .request-reason__inner--before h4::before {
    /* left: 10px; */
  }
}

.request-reason__inner--after {
  position: relative;
}
.request-reason__inner--after h4 {
  position: relative;
  display: inline-block;
  width: 240px;
}
.request-reason__inner--after h4::before {
  content: "";
  position: absolute;
  background-image: url(../img/ico_common_ok.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
}

.request-free__mainTxt {
  line-height: 2;
  max-width: 800px;
  margin: 20px auto 0 auto;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        回収ページ 追従ボタン
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kaisyu .followBtn .btn {
  width: 200px;
  margin-bottom: 10px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        お申し込み完了ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.thanks .kaisyu-form {
  background-color: #FFF;
}
.thanks__intro {
  margin-top: 60px;
  margin-bottom: 40px;
}
.thanks .kaisyu-request {
  padding-top: 40px;
}
.thanks .request__intro {
  margin-bottom: 40px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        下層ページ共通mv
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.lowerPage-mv {
  position: relative;
  background-color: #FFF;
  width: 90%;
  max-width: 1200px;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .lowerPage-mv {
    margin-top: 120px;
  }
}
@media screen and (max-width: 500px) {
  .lowerPage-mv {
    width: 96%;
  }
}

.lowerPage-mv__wrap {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  height: 400px;
  margin: 0 auto;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .lowerPage-mv__wrap {
    height: 400px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__wrap {
    height: 400px;
  }
}

.lowerPage-mv__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__img img {
    border-radius: 0 0 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  .lowerPage-mv__inner {
    padding: 0 20px;
    margin: 40px auto 0;
  }
}
.lowerPage-mv__text-wrap {
  position: absolute;
  left: 50px;
  top: 60%;
  color: #FFF;
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__text-wrap {
    top: 30%;
    left: 20px;
  }
}

.lowerPage-mv__text--first {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__text--first {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.2em;
  }
}

.lowerPage-mv__text--second {
  font-size: 40px;
  letter-spacing: 0.4em;
}

@media screen and (max-width: 767px) {
  .lowerPage-mv__text--second {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__text--second {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}
.lowerPage-mv__bottomInner {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lowerPage-mv__bottomInner {
    padding: 40px 20px 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .lowerPage-mv__bottomInner {
    padding: 40px 0 0 0;
  }
}

.lowerPage-mv__bottomText--upper {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2;
  margin-bottom: 20px;
}

.lowerPage-mv__bottomText {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .lowerPage-mv__bottomText {
    font-size: 16px;
  }
}

.lowerPage__title {
  display: block;
  margin-top: 120px;
  background-color: #2f8048;
  color: #FFF;
  height: 120px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4em;
  line-height: 120px;
}
@media screen and (max-width: 767px) {
  .lowerPage__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .lowerPage__title {
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .privacy .lowerPage__title {
    letter-spacing: 0;
  }
}

.lowerPage__container {
  margin: 60px auto 0;
  padding: 40px 0;
  background-color: #FFF;
}
@media screen and (max-width: 767px) {
  .lowerPage__container {
    padding: 20px 0;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        チラシ・フライヤーページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.flyer {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .flyer {
    padding-bottom: 40px;
  }
}

.flyer_wrap {
  padding: 0;
}
@media (max-width: 767px) {
  .flyer_wrap {
    padding: 0 20px;
  }
}

.flyer_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .flyer_list {
    flex-direction: column;
  }
}
.flyer_list {
  /* 最後の行を左寄せ */
}
.flyer_list::after {
  content: "";
  display: block;
  width: 30%;
}
@media (max-width: 767px) {
  .flyer_list::after {
    width: 47%;
  }
}

.flyer_item {
  width: 30%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .flyer_item {
    width: 47%;
  }
}
@media screen and (max-width: 500px) {
  .flyer_item {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.flyer_thumbnail {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.flyer_btn {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  background-color: #2f8048;
  margin-top: 20px;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  transition: all 0.2s;
  color: #ffffff !important;
  background-image: url(../../img/flyer/download_white.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px;
}
@media (max-width: 767px) {
  .flyer_btn {
    padding: 8px 0;
    background-position: right 40px center;
  }
}
.flyer_btn:hover {
  background-color: #f39702;
  text-decoration: none;
}

.flyer_dl_icon {
  width: 30px;
}
@media (max-width: 767px) {
  .flyer_dl_icon {
    width: 40px;
  }
}

.flyer__cat {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.4em;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .flyer__cat {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.flyer__intro {
  margin-top: 60px;
}
@media (max-width: 500px) {
  .flyer__intro {
    margin-top: 20px;
  }
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        お知らせ一覧ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.news {
  padding-bottom: 100px;
  background-color: #d9edde;
}
@media screen and (max-width: 500px) {
  .news {
    padding-bottom: 40px;
  }
}
.news-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .news-wrap {
    display: block;
  }
}
.news__list--main {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .news__list--main {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news-sub {
    width: 100%;
  }
  .news-sub__btn a {
    /* margin-right: 10px; */
    margin-bottom: 5px;
  }
}
.news__item {
  padding: 10px 0;
  border-bottom: 1px solid #d6d6d6;
}
.news__item:first-of-type {
  padding-top: 0;
}

.news__link {
  /* height: 100%; */
}

.news__category {
  display: block;
  text-align: center;
  font-size: 14px;
  width: 100px;
  height: 24px;
  background-color: #2f8048;
  color: #ffffff;
  margin-left: 10px;
}
.news__category a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  color: #ffffff;
}

.news__title a {
  display: block;
  width: 100%;
  /* height: 100%; */
  font-weight: 600;
  transition: opacity 0.25s ease-in-out;
}
.news__title a:hover {
  opacity: 0.7;
}

.news-sub__wrap {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .news-sub__wrap {
    width: 100%;
  }
}

.news-sub {
  width: 100%;
  background-color: #e9e5e3;
  margin-bottom: 20px;
}

.news-sub__category {
  padding: 10px 6px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}

.news-sub__title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-sub__btn a {
  background-color: #2f8048;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8rem;
  width: 80px;
  padding: 2px 0;
  margin-bottom: 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.news-archive__btn a {
  background-color: #FFF;
  color: #2f8048;
  display: inline-block;
  font-size: 0.8rem;
  width: 80px;
  padding: 2px 0;
  margin-bottom: 4px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.news-sub__btn,
.news-archive__btn {
  margin-right: 4px;
}

.news__article {
  margin: 20px 0 0;
}
.news__article p {
  margin-bottom: 10px;
}
.news__article p img {
  display: block;
  width: auto;
  height: auto;
}


/*■■■■■■■■■■■■■■■
  個別記事ナビ
■■■■■■■■■■■■■■■*/
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 30%;
  margin: 20px auto 0;
}

.news__container .nav-links {
  width: 100%;
}

.nav-previous {
  text-align: left;
  width: 33%;
}
@media screen and (max-width: 500px){
  .news .nav-previous {
    width: 45%;
  }
}
.nav-return {
  text-align: center;
  width: 33%;
}

.nav-next {
  text-align: right;
  width: 33%;
}
@media screen and (max-width: 500px){
  .news .nav-next {
    width: 45%;
  }
}

.nav-previous a,
.nav-next a,
.nav-return a {
  font-size: 12px;
  display: inline-block;
  padding: 2px 10px;
  line-height: 22px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.nav-top a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 22px;
}

.pagination .icon,
.nav-links .icon,
.page-numbers .icon,
svg.icon-arrow-left,
svg.icon-arrow-right {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: #000 !important;
  stroke: none !important;
  vertical-align: middle;
}

.page-numbers.current {
  font-weight: 600;
  color: #2f8048;
}

.page-numbers {
  padding: 0 5px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お知らせ記事ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.news__date-wrap {
  display: flex;
  margin-bottom: 10px;
}

.news__date {
  color: #2f8048;
  font-weight: 600;
  /* margin-bottom: 10px; */
  width: 80px;
}

.news__page-title {
  font-size: 18px;
  font-weight: 500;
}

.news__article {
  line-height: 1.8;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        よくある質問ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.qa {
  background-color: #d9edde;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .qa {
    padding-bottom: 40px;
  }
}
.qa__wrap {
  padding: 0 20px;
}
.qa__item {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.qa__item:last-of-type {
  border-bottom: none;
}
.qa__item dt {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .qa__item dt {
    font-size: 18px;
  }
}
.qa__item dt::before {
  content: "Q";
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  background-color: #2f8048;
  color: #FFF;
  border: 2px solid #2f8048;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
}
.qa__item dd {
  display: flex;
  align-items: center;
}
.qa__item dd::before {
  content: "A";
  display: block;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  margin-right: 20px;
  background-color: #FFF;
  color: #2f8048;
  border: 2px solid #2f8048;
  border-radius: 50px;
  text-align: center;
  line-height: 27px;
  font-size: 24px;
  font-weight: 700;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        サイトマップページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.sitemap {
  background-color: #d9edde;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .sitemap {
    padding-bottom: 40px;
  }
}
.sitemap__wrap {
  padding: 0 40px;
}
.sitemap__item {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
}
.sitemap__item a {
  transition: all 0.25s ease-in-out;
}
.sitemap__item a:hover {
  color: #2f8048;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        プライバシーポリシーページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.privacy {
  background-color: #d9edde;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .privacy {
    padding-bottom: 40px;
  }
}
.privacy__wrap {
  padding: 0 40px;
}
.privacy__item {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
.privacy h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.privacy p, .privacy ol {
  margin-bottom: 20px;
}
.privacy li {
  margin-bottom: 10px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
        指定回収協力会社ページ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.partner {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .partner {
    padding-bottom: 40px;
  }
}
.partner__txt {
  width: 90%;
  margin: 20px auto 0;
}
@media screen and (max-width: 500px) {
  .partner__txt {
    margin-bottom: 40px;
  }
}
.partner__sticker {
  display: block;
  width: 30%;
  max-width: 300px;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .partner__sticker {
    margin-bottom: 40px;
  }
}
.partner__sticker img {
  width: 90%;
  margin: 0 auto 10px;
}

.designated .map__wrap {
  position: relative;
  margin-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .designated .map__wrap {
    padding-bottom: 0;
  }
}
.designated .map__imgWrap {
  width: 820px;
  height: 410px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .designated .map__imgWrap {
    width: 100%;
    height: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  .designated .map_btn {
    position: absolute;
    display: block;
    width: 18%;
    height: 8%;
  }
}
.designated .map_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .designated .map_01 {
    top: 3%;
    left: 45%;
  }
}
@media (max-width: 767px) {
  .designated .map_02 {
    top: 27%;
    left: 80%;
  }
}
@media (max-width: 767px) {
  .designated .map_03 {
    top: 48%;
    left: 80%;
  }
}
@media (max-width: 767px) {
  .designated .map_04 {
    top: 17%;
    left: 32%;
  }
}
@media (max-width: 767px) {
  .designated .map_05 {
    top: 30%;
    left: 20%;
  }
}
@media (max-width: 767px) {
  .designated .map_06 {
    top: 70%;
    left: 73%;
  }
}
@media (max-width: 767px) {
  .designated .map_07 {
    top: 46%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .designated .map_08 {
    top: 64%;
    left: 0%;
  }
}
@media (max-width: 767px) {
  .designated .map_09 {
    top: 86%;
    left: 58%;
  }
}

.shiteilist_wrap dl {
  padding-bottom: 4px;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .shiteilist_wrap dl {
    margin-left: 0px;
  }
}
.shiteilist_wrap dt {
  width: 100%;
  margin-bottom: 6px;
  background-color: #2f8048;
  background-position: right bottom;
  padding-top: 2px;
  padding-left: 24px;
  line-height: 26px;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shiteilist_wrap dt {
    margin: 0 0 12px 0px;
    padding-left: 10px;
    line-height: 50px;
  }
}
.shiteilist_wrap dd {
  width: calc(50% - 6px);
  margin-bottom: 6px;
  background-color: #d9edde;
  padding: 15px;
}
@media (max-width: 767px) {
  .shiteilist_wrap dd {
    float: none;
    width: 100%;
  }
}
.shiteilist_wrap .depo__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shiteilist_wrap .depo {
  background-image: url(../img/designated_depo.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.shiteilist_name {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 0 8px 0;
}
@media (max-width: 767px) {
  .shiteilist_name {
    font-size: 17px;
    line-height: 24px;
  }
}
.shiteilist_name a {
  text-decoration: underline;
}
.shiteilist_name a:hover {
  text-decoration: none;
}

.shiteilist_add {
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .shiteilist_add {
    font-size: 14px;
    line-height: 28px;
  }
}

.gotomap {
  width: 100%;
  font-size: 14px;
  padding: 0 0 20px;
  text-align: right;
}
@media (max-width: 767px) {
  .gotomap {
    font-size: 14px;
    padding: 0 0 40px;
  }
}

.about .lowerPage-mv__text-wrap {
  color: #000;
  top: auto;
  bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .about .lowerPage-mv__text-wrap {
    bottom: auto;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .about .lowerPage-mv__text-wrap {
    bottom: auto;
    top: 40px;
  }
}

.about .lowerPage-mv__text--first {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .about .lowerPage-mv__text--first {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .about .lowerPage-mv__text--first {
    font-size: 26px;
  }
}

.about .lowerPage-mv__text--second {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .about .lowerPage-mv__text--second {
    font-size: 16px;
  }
}

.about .lowerPage-mv__bottomImg {
  position: absolute;
  width: 450px;
  top: 220px;
  right: -2%;
}
@media screen and (max-width: 1000px) {
  .about .lowerPage-mv__bottomImg {
    width: 380px;
    top: 240px;
    right: -2%;
  }
}
@media screen and (max-width: 500px) {
  .about .lowerPage-mv__bottomImg {
    width: 70%;
    top: 280px;
    right: 0;
  }
}

.about-whatis__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-whatis__wrap {
    flex-direction: column;
  }
}
.about-whatis__txtWrap {
  line-height: 2;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about-whatis__txtWrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-whatis__imgWrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about-whatis__imgWrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

.about-merit {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-merit {
    padding-bottom: 40px;
  }
}
.about-merit__heading {
  margin-bottom: 20px;
}

.about-merit__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-merit__item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-merit__item--reverce {
    flex-direction: column-reverse;
  }
}

.about-merit__imgWrap {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .about-merit__imgWrap {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .about-merit__imgWrap {
    width: 80%;
  }
}

.about-merit__txtWrap {
  width: 45%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-merit__txtWrap {
    width: 100%;
  }
}
.about-merit__txtWrap h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.about-merit__txtWrap p {
  margin-bottom: 20px;
}

.about-rule {
  position: relative;
  background-color: #d9edde;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .about-rule {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about-rule__headingWrap {
  position: relative;
}
.about-rule__heading {
  position: absolute;
  top: -160px;
}
@media screen and (max-width: 500px) {
  .about-rule__heading {
    top: -70px;
  }
}

.about-rule__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .about-rule__list {
    flex-direction: column;
  }
}
.about-rule__list li {
  width: 32%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .about-rule__list li {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 500px) {
  .about-rule__list li {
    width: 100%;
  }
}
.about-rule__list li h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-rule__list li h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
  }
}
.about-rule__list li p {
  line-height: 1.7;
}
.about-rule__list .btn {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .about-rule__imgWrap {
    width: 80%;
    margin: 0 auto;
  }
  .about-rule__txtWrap {
    margin-bottom: 20px;
  }
}
.about-rule__txt--main {
  font-size: 14px;
}

.about-rule__txt--sub {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}

.about-rule__item--owner {
  position: relative;
}
.about-rule__item--owner::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrows-down.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 120px;
  bottom: -140px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .about-rule__item--owner::after {
    display: none;
  }
}

.about-kigyoList__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  .about-kigyoList__wrap {
    flex-direction: column;
  }
}
.about-kigyoList__wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 500px) {
  .about-kigyoList__wrap ul {
    width: 100%;
    margin-top: 0;
  }
}
.about-kigyoList__wrap ul li {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .about-kigyoList__wrap ul li {
    width: 100%;
  }
}
.about-kigyoList__wrap ul li a:hover {
  text-decoration: underline;
}

.about-kigyoList {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .about-kigyoList {
    padding-bottom: 0;
  }
}

.about__headingWrap {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.about__headingInner {
  padding-top: 5%;
}

.about__headingWrap--purpose {
  background-image: url(../img/bg_about-purpose.jpg);
  background-position: right center;
}

.about__headingWrap--sdgs {
  background-image: url(../img/bg_about-sdgs.jpg);
}

.about__heading {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 500px) {
  .about__heading {
    font-size: 30px;
  }
}

.about__intro {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about__intro {
    margin-bottom: 40px;
  }
}
.about__intro-heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 500px) {
  .about__intro-heading {
    letter-spacing: 0.2em;
  }
}

.about-merit__item-heading {
  font-size: 20px;
  font-weight: 600;
  padding-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .about-merit__item-heading {
    padding-top: 20px;
  }
}

.about-illegal__wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about-illegal__wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 500px) {
  .about-illegal__wrap {
    padding-bottom: 0;
  }
}

.about-illegal__imgWrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about-illegal__imgWrap {
    width: 100%;
  }
}
.about-illegal__imgWrap img {
  width: 100%;
}

.about-illegal__txtWrap {
  margin-top: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about-illegal__txtWrap {
    width: 100%;
  }
}
.about-illegal__txtWrap p {
  margin-bottom: 40px;
}

.about-sdgs-flow {
  padding-bottom: 40px;
}

.about-sdgs-flow__imgWrap {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .about-sdgs-flow__imgWrap {
    width: 80%;
  }
}

.about-sdgs-flow__txtWrap {
  width: 80%;
  margin: 40px auto 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-sdgs-flow__txtWrap {
    width: 100%;
  }
}

.about-sdgs-sdgs {
  padding-bottom: 40px;
}

.about-sdgs-sdgs__intro {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.4em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__intro {
    letter-spacing: 0.4em;
  }
}

.about-sdgs-sdgs__list {
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__list {
    width: 100%;
    margin-top: 30px;
  }
}

.about-sdgs-sdgs__item {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__item {
    flex-direction: column;
  }
}
.about-sdgs-sdgs__item-imgWrap {
  width: 20%;
  margin-right: 40px;
}
@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__item-imgWrap {
    width: 40%;
    margin: 0 auto;
  }
}
.about-sdgs-sdgs__item-txtWrap {
  display: flex;
  flex-direction: column;
}

.about-sdgs-sdgs__heading {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__heading {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
  }
}

.about-sdgs-sdgs__item--1 .about-sdgs-sdgs__heading {
  color: #cc9e3c;
}

.about-sdgs-sdgs__item--2 .about-sdgs-sdgs__heading {
  color: #578145;
}

.about-sdgs-sdgs__item--3 .about-sdgs-sdgs__heading {
  color: #5dad51;
}

@media screen and (max-width: 500px) {
  .about-sdgs-sdgs__item p {
    text-align: center;
  }
}

.about-sdgs-attempt {
  padding-bottom: 60px;
}
.about-sdgs-attempt__list {
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .about-sdgs-attempt__list {
    width: 100%;
  }
}
.about-sdgs-attempt__list dt {
  width: 20%;
  padding-right: 20px;
  border-right: 1px solid #000;
}
.about-sdgs-attempt__listInner {
  width: 80%;
}
.about-sdgs-attempt__listInner:first-of-type {
  padding-bottom: 20px;
}
.about-sdgs-attempt__list dd {
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .about-sdgs-attempt__list dd {
    padding-left: 10px;
  }
}
.about-sdgs-attempt__list dd a {
  display: flex;
}
.about-sdgs-attempt__list dd a span {
  color: #2f8048;
  margin-left: 5px;
}
.about-sdgs-attempt__list dd a:hover {
  text-decoration: underline;
}

.about-sdgs-co2 {
  background-color: #d9edde;
  padding: 40px 0;
}
.about-sdgs-co2__txtWrap {
  width: 80%;
  margin: 0 auto 40px;
}
.about-sdgs-co2__txtWrap p {
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  .about-sdgs-co2__txtWrap {
    width: 100%;
  }
}
.about-sdgs-co2__imgWrap {
  width: 70%;
  margin: 0 auto 40px;
  padding: 40px 0;
  border-radius: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 500px) {
  .about-sdgs-co2__imgWrap {
    width: 100%;
  }
}

/*■■■■■■
会社概要ページ company
■■■■■■*/
.company {
  padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
  .company {
    padding-bottom: 40px;
  }
}

/*■■■■■■
会社概要ページ MV
■■■■■■*/
.company .lowerPage-mv__text-wrap {
  top: 15%;
}
.company .lowerPage-mv__text-wrap .lowerPage-mv__text--first {
  font-size: 40px;
}
.company .lowerPage-mv__text-wrap .lowerPage-mv__text--second {
  font-size: 22px;
}

.company .lowerPage-mv__bottomImg {
  position: absolute;
  width: 300px;
  top: 280px;
  right: -2%;
}
@media screen and (max-width: 1000px) {
  .company .lowerPage-mv__bottomImg {
    width: 300px;
    top: 260px;
    right: -2%;
  }
}
@media screen and (max-width: 500px) {
  .company .lowerPage-mv__bottomImg {
    width: 200px;
    top: 320px;
    right: 0;
  }
}

.company .lowerPage-mv__bottomInner {
  position: relative;
}

.company .lowerPage-mv__bottomImg--2 {
  position: absolute;
  width: 50%;
  right: -8%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .company .lowerPage-mv__bottomImg--2 {
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .company .lowerPage-mv__bottomImg--2 {
    width: 90%;
  }
}

.company-chairman__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company-chairman__wrap {
    flex-direction: column;
  }
}
.company-chairman__imgWrap {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .company-chairman__imgWrap {
    width: 50%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px) {
  .company-chairman__imgWrap {
    width: 60%;
  }
}
.company-chairman__txtWrap {
  width: 55%;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .company-chairman__txtWrap {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .company-chairman__txtWrap {
    width: 100%;
  }
}
.company-chairman__name {
  font-size: 24px;
  text-align: right;
  margin-top: 20px;
}
.company-chairman__name span {
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .company-chairman__name {
    font-size: 20px;
  }
}

.sponsor__companies .btn {
  width: 300px;
  margin-top: 20px;
}

.company-info {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #d9edde;
}
@media screen and (max-width: 500px) {
  .company-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.company-info__inner {
  margin-bottom: 40px;
}
.company-info__headingWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 40px;
}
.company-info__heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.4em;
}
@media screen and (max-width: 500px) {
  .company-info__heading {
    letter-spacing: 0.2em;
  }
}
.company-info__headingLine {
  flex: 1; /* 直線を均等に伸ばす */
  height: 1px;
  background-color: #000;
}
.company-info__list {
  width: 90%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .company-info__list {
    width: 100%;
  }
}
.company-info__list dt {
  width: 20%;
  padding-right: 20px;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 500px) {
  .company-info__list dt {
    width: 30%;
    padding-right: 0;
  }
}
.company-info__list dd {
  width: 80%;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .company-info__list dd {
    width: 70%;
  }
}
.company-info__list dd:last-of-type {
  margin-bottom: 0;
}
.company-info__logoWrap {
  width: 100%;
}
.company-info__logoWrap img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .company-info__logoWrap img {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .company-info__logoWrap img {
    width: 100%;
  }
}
.company-info__mapWrap {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 500px) {
  .company-info__mapWrap {
    width: 100%;
  }
}

.company-info__mapDesc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company-info__mapDesc {
    flex-direction: column;
  }
}

.company-info__mapDesc--heading {
  font-weight: 20px;
  font-weight: 600;
  width: 140px;
}

.company-info__mapDescInner {
  margin-bottom: 20px;
}

.googlemap {
  margin: 0 auto;
  width: 100%;
}

.googlemap iframe {
  width: 100%;
}

.company-info__history .company-info__list dd {
  position: relative;
}
.company-info__history .company-info__list dd::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #2f8048;
  top: 5px;
  left: -8px;
  margin: auto;
}

.inquery-form {
  /* padding-top: 60px; */
}
@media screen and (max-width: 500px) {
  .inquery-form {
    padding-top: 0;
  }
}

.company .contact-form {
  margin: 0;
}

.company-purpose {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}/*# sourceMappingURL=style.css.map */


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
            kaisyu-prefecture
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.kaisyu-prefecture .lowerPage__title {
  font-size: 26px;
}
@media screen and (max-width: 450px) {
  .kaisyu-prefecture .lowerPage__title {
    font-size: 26px;
    line-height: 1.8;
    padding-top: 10px;
  }
}