@charset "UTF-8";
/*---------------------
Reset
---------------------*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit] {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

@font-face {
  font-family: "zen maru gothic";
  font-weight: 300;
  src: url(assets/fonts/ZenMaruGothic-Light.ttf) format("truetype");
}
@font-face {
  font-family: "zen maru gothic";
  font-weight: 400;
  src: url(assets/fonts/ZenMaruGothic-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen maru gothic";
  font-weight: 500;
  src: url(assets/fonts/ZenMaruGothic-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen maru gothic";
  font-weight: 700;
  src: url(assets/fonts/ZenMaruGothic-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen maru gothic";
  font-weight: 900;
  src: url(assets/fonts/ZenMaruGothic-Black.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  src: url(assets/fonts/NotoSansJP-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  src: url(assets/fonts/NotoSansJP-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  src: url(assets/fonts/NotoSansJP-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  src: url(assets/fonts/NotoSansJP-Black.ttf) format("truetype");
}
/*---------------------
base
---------------------*/
html {
  font-size: 1rem;
  background-color: #FFF;
  color: #333;
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 100px;
  }
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}

main {
  overflow-x: clip;
}

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

a:focus {
  outline: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  color: inherit;
}

ul,
ol,
dl,
dt,
dd,
li {
  list-style: none;
}

/*---------------------
contents
---------------------*/
.Pankuzu {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Pankuzu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .Pankuzu {
    padding: 4vw 20px 0;
  }
}
.Pankuzu__inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.Pankuzu__list {
  font-family: "zen maru gothic", sans-serif;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1024px) {
  .Pankuzu__list {
    font-size: 0.75rem;
    justify-content: left;
    flex-wrap: wrap;
  }
}
.Pankuzu__item {
  padding: 0 10px;
  margin-left: 10px;
}
@media screen and (max-width: 1024px) {
  .Pankuzu__item {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-left: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.Pankuzu__item::before {
  content: ">";
  display: inline-block;
  position: absolute;
  color: #2C9B67;
  margin: -1px 0 0 -20px;
}
@media screen and (max-width: 1024px) {
  .Pankuzu__item::before {
    margin-left: -5.3333333333vw;
  }
}
.Pankuzu__item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.Pankuzu__item:first-child::before {
  display: none;
}
.Pankuzu__item:last-child {
  padding-right: 0;
}
.Pankuzu__item:last-child::after {
  content: none;
}
.Pankuzu__link {
  font-family: "zen maru gothic", sans-serif;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .Pankuzu__link {
    font-size: 3.7333333333vw;
  }
}

.Logo {
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .Logo {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 46px);
    align-items: center;
  }
}
.Logo__img--head {
  width: 100%;
  height: auto;
  max-width: 332px;
  max-height: 50px;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Logo__img--head {
    padding-right: 20px;
    max-width: 250px;
    max-height: none;
  }
}
@media screen and (max-width: 1024px) {
  .Logo__img--head {
    max-width: 200px;
    max-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .Logo__img--icon {
    margin: 14px auto;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(19%) saturate(0%) hue-rotate(236deg) brightness(102%) contrast(85%);
  }
}
@media screen and (max-width: 1024px) {
  .Logo__img--mail {
    height: 20px;
    margin-top: 15px;
  }
}
.Logo__img--foot {
  width: 100%;
  height: auto;
  max-width: 555px;
  max-height: 95px;
}
@media screen and (max-width: 1024px) {
  .Logo__img--foot {
    max-height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .Logo__head {
    margin: 18px 0 8px 10px;
  }
}
.Logo__head--big {
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .Logo__icon {
    display: flex;
    width: 100%;
    max-width: 85px;
  }
}
.Logo__link--head:hover, .Logo__link--foot:hover {
  opacity: 0.5 !important;
}
@media (hover: hover) {
  .Logo__link--head:hover, .Logo__link--foot:hover {
    opacity: 0.5 !important;
  }
}
@media (hover: none) {
  .Logo__link--head:active, .Logo__link--foot:active {
    opacity: 0.5 !important;
  }
}
@media screen and (max-width: 1024px) {
  .Logo__link--icon {
    width: 100px;
    max-width: 50px;
  }
}
.Logo__foot {
  margin-right: 6%;
}
@media screen and (max-width: 1024px) {
  .Logo__foot {
    width: 100%;
    margin: 0 auto;
    max-width: 555px;
  }
}

.Page {
  width: 100%;
  margin: 0 auto;
  background: url(assets/img/pc/bg_header_pc.png) top left no-repeat;
}
@media screen and (max-width: 1024px) {
  .Page {
    width: 100%;
    background: url(assets/img/sp/bg_header_sp.png) top left no-repeat;
    background-size: contain;
  }
}
@media print, screen and (min-width: 1920px) {
  .Page {
    background-size: 100%;
  }
}
.Page__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 135px;
}
@media screen and (max-width: 1024px) {
  .Page__inner {
    padding-top: 100px;
  }
}
.Page__title-area {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  font-family: "zen maru gothic", sans-serif;
  margin: 0 auto 20px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .Page__title-area {
    margin-bottom: 4vw;
    padding: 0 20px;
  }
}
.Page__title-areatop {
  max-width: 100%;
}
.Page__title {
  font-size: 5.3125rem;
  font-weight: 400;
  padding-top: 20px;
  line-height: 5.3125rem;
  position: relative;
  letter-spacing: 6px;
}
@media screen and (max-width: 1024px) {
  .Page__title {
    font-size: 8.2666666667vw;
    line-height: 8.2666666667vw;
    letter-spacing: 0;
    padding-top: 0;
  }
}
.Page__title--en {
  font-size: 3.4375rem;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 320px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .Page__title--en {
    color: #2C9B67;
    font-size: 3.2vw;
    left: 20px;
    top: auto;
    bottom: -8vw;
    line-height: 2.7;
  }
}
.Page__title--white {
  color: #FFF;
}
.Page__title--lightgreen {
  color: #C6E8D7;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .Page__title--lightgreen {
    color: #C6E8D7 !important;
    z-index: 1;
    left: 0;
  }
}
.Page__title-sub {
  font-size: 4.25rem;
  padding-top: 45px;
  line-height: 4.25rem;
}
@media screen and (max-width: 1024px) {
  .Page__title-sub {
    letter-spacing: 0;
    padding-top: 0;
    font-size: 8.2666666667vw;
    line-height: 12vw;
  }
}
.Page__title-sub--en-sub {
  font-size: 2.4375rem;
}
@media screen and (max-width: 1024px) {
  .Page__title-sub--en-sub {
    color: #2C9B67;
    font-size: 3.2vw;
    left: 0;
    top: 8.2666666667vw;
  }
}
.Page__title-sub--en-suppliers {
  left: auto;
  right: 0;
  letter-spacing: 1.5px;
  font-size: 2.4375rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .Page__title-sub--en-suppliers {
    font-size: 3.2vw;
    left: 20px;
    line-height: 1.5;
    bottom: -9.0666666667vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1365px) {
  .Page__container {
    width: 95% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Page__container {
    padding: 0 20px;
  }
}
.Page__intro {
  line-height: 1.75rem;
  margin-bottom: 60px;
  width: 880px;
  letter-spacing: 0.3px;
}
@media screen and (max-width: 1024px) {
  .Page__intro {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 10.6666666667vw;
  }
}

.Content__outer {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Content__outer {
    width: 95%;
  }
}
.Content__title {
  font-size: 1.9375rem;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 30px 45px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .Content__title {
    font-size: 5.3333333333vw;
    margin: 0 0 8vw 8vw;
    line-height: 1.6;
  }
}
.Content__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 29px;
  height: 36px;
  background: url(assets/img/ico/ico_tree.svg) no-repeat;
  background-size: contain;
  margin: 3px 0 0 -45px;
}
@media screen and (max-width: 1024px) {
  .Content__title::before {
    width: 5.3333333333vw;
    height: 6.6666666667vw;
    background-size: 5.3333333333vw;
    margin: 0 0 0 -8vw;
  }
}
.Content__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .Content__text {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.Content__bg {
  padding: 80px 0;
  border-radius: 40px 40px 0 0;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Content__bg {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .Content__bg {
    padding: 60px 20px;
    border-radius: 10px 10px 0 0;
  }
}
.Content__bg--gray {
  background-color: #F7F6F6;
}
.Content__bg--green {
  background-color: #22A165;
}
.Content__bg--btm {
  padding-bottom: 160px;
  margin-bottom: -80px;
}
@media screen and (max-width: 1024px) {
  .Content__bg--btm {
    padding-bottom: 24vw;
    margin-bottom: -10.6666666667vw;
  }
}
.Content__parting {
  width: 154px;
  height: 10px;
  margin: 60px auto 30px;
  background-image: radial-gradient(circle, #2C9B67 5px, transparent 5px);
  background-position: -13px 0;
  background-size: 36px 10px;
}
@media screen and (max-width: 1024px) {
  .Content__parting {
    width: 26.6666666667vw;
    height: 2.4vw;
    margin: 16vw auto;
    background-image: radial-gradient(circle, #2C9B67 4px, transparent 4px);
    background-position: -1.8666666667vw 0;
    background-size: 6.1333333333vw 2.4vw;
  }
}
.Content__parting--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Content__parting--sp {
    display: block;
  }
}

.Form__list {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Form__list {
    margin-bottom: 8vw;
    width: 100%;
  }
}
.Form__list--zipcode {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .Form__list--zipcode {
    margin-bottom: 2.6666666667vw;
  }
}
.Form__list--textarea {
  width: 100%;
}
.Form__list--checkbox {
  width: auto;
  margin-bottom: 0;
}
.Form__list--select:invalid {
  color: #ccc;
}
.Form__title {
  color: #22A165;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .Form__title {
    font-size: 4.2666666667vw;
  }
}
.Form__title--require::after {
  content: "必須";
  display: inline-block;
  margin-left: 10px;
  background-color: #22A165;
  color: #FFF;
  width: 48px;
  height: 28px;
  padding: 0px 10px;
  font-size: 0.875rem;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .Form__title--require::after {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 2.6666666667vw;
    width: auto;
    height: auto;
    margin-left: 2.6666666667vw;
  }
}
.Form__title--optional::after {
  content: "任意";
  display: inline-block;
  margin-left: 10px;
  background-color: #F7F6F6;
  color: #999;
  width: 48px;
  height: 28px;
  padding: 0px 10px;
  font-size: 0.875rem;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .Form__title--optional::after {
    font-size: 3.7333333333vw;
    padding: 1.0666666667vw 2.6666666667vw;
    width: auto;
    height: auto;
    margin-left: 2.6666666667vw;
  }
}
.Form__type {
  pointer-events: none;
}
.Form__dropdown {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 0;
}
.Form__dropdown::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 13px;
  width: 16px;
  height: 13px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 16px solid #2C9B67;
  border-bottom: 0;
  pointer-events: none;
  transition: transform 0.2s;
}
@media screen and (max-width: 1024px) {
  .Form__dropdown::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-width: 4.2666666667vw 2.4vw 0 2.4vw;
    top: 3.7333333333vw;
    right: 12px;
  }
}
.Form__dropdown:checked {
  border-bottom: 20px solid #2C9B67;
  border-top: 0;
}
.Form__dropdown:checked + ::after {
  transform: rotate(-45deg);
}
.Form__option {
  color: #333;
}
.Form__input-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .Form__input-wrap {
    margin-top: 2.6666666667vw;
  }
}
.Form__input-wrap--address {
  margin-top: 0;
}
.Form__frame {
  border: #999 solid 1px;
  border-radius: 5px;
  width: 100%;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .Form__frame {
    width: 100%;
    height: 11.7333333333vw;
  }
}
.Form__frame:focus {
  border: #2C9B67 solid 1px;
  outline: #2C9B67 solid 2px;
}
.Form__frame--inquiry {
  width: 100%;
  height: 130px;
}
@media screen and (max-width: 1024px) {
  .Form__frame--address {
    height: auto;
  }
}
.Form__select {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 1024px) {
  .Form__select {
    font-size: 4.2666666667vw;
  }
}
.Form__text {
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .Form__text {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.Form__text--agearea {
  width: 68px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .Form__text--agearea {
    width: 18.1333333333vw;
  }
}
.Form__text--age {
  margin-left: 10px;
  display: inline;
}
.Form__text--zipmark {
  margin-right: 10px;
  display: inline;
}
@media screen and (max-width: 1024px) {
  .Form__text--zipmark {
    margin-right: 2.6666666667vw;
  }
}
.Form__text--zipcode {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .Form__text--zipcode {
    width: 27.7333333333vw;
  }
}
.Form__text--inquiry {
  padding: 13px;
}
.Form__text::-moz-placeholder {
  color: #ccc;
}
.Form__text:-ms-input-placeholder {
  color: #ccc;
}
.Form__text::placeholder {
  color: #ccc;
}
.Form__checkbtn {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Form__checkbtn {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .Form__agree {
    text-align: left;
    margin-bottom: 10.6666666667vw;
  }
}
.Form__agreement {
  margin-top: 20px;
}
.Form__checkbox {
  border: #999 solid 1px;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .Form__checkbox {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}
.Form__checkbox:checked {
  background-color: #EAF4F0;
  position: relative;
  border: #2C9B67 solid 1px;
}
.Form__checkbox:checked::before {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  padding: 0 2px;
  width: 20px;
  height: 14px;
  background-image: url(assets/img/ico/ico_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 5px;
}
@media screen and (max-width: 1024px) {
  .Form__checkbox:checked::before {
    padding: 0 0.5333333333vw;
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    top: 2.6666666667vw;
    left: 1.8666666667vw;
  }
}
.Form__inquire {
  display: inline;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Form__inquire {
    font-size: 4.2666666667vw;
  }
}
.Form__link {
  text-decoration: underline;
  color: #22A165;
  font-weight: 500;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .Form__link {
    margin-right: 8.5333333333vw;
  }
}
.Form__link:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(assets/img/ico/ico_newtab.svg);
  top: 2px;
  margin-left: 6px;
}
@media screen and (max-width: 1024px) {
  .Form__link:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1.6vw;
  }
}
.Form__link:hover {
  opacity: 0.5;
}
.Form__btn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 200px !important;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .Form__btn {
    float: none;
    width: 100% !important;
    margin: 0 auto;
  }
}
.Form__btn--back {
  margin-right: 50px;
}
.Form__btn--back:after {
  left: 25px;
  border-bottom: 2px solid #65BC6A;
  border-left: 2px solid #65BC6A;
}
@media screen and (max-width: 1024px) {
  .Form__btn--back {
    margin: 5.3333333333vw auto 0;
  }
}
.Form__btn--area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Form__btn--area {
    flex-flow: column-reverse;
    margin-top: 0;
  }
}
.Form__detail {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .Form__detail {
    font-size: 4.2666666667vw;
  }
}

.wp-block-image {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .wp-block-image {
    width: 100%;
  }
}
.wp-block-image img {
  border-radius: 10px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1025px) {
  .Form__dropdown.open::after {
    transform: rotate(180deg);
  }
}

.mwform-checkbox-field-text {
  display: none;
}

.mw_wp_form_input .Form__input--hidden {
  display: none;
}
.mw_wp_form_input .Btn__link--form {
  justify-content: center;
}

.mw_wp_form_confirm .Form__dropdown::after {
  display: none;
}
.mw_wp_form_confirm .Form__confirm--hidden {
  display: none;
}
.mw_wp_form_confirm .Btn__link {
  background-color: #2C9B67;
}
.mw_wp_form_confirm .Btn__link--form {
  justify-content: center;
}
.mw_wp_form_confirm .Btn__link--form:hover {
  background-color: #2C9B67;
}
.mw_wp_form_confirm .Btn__link--back {
  background-color: #FFF;
  border: #2C9B67 1px solid;
  border-radius: 5px;
  justify-content: center;
}

/*
.mw_wp_form_confirm .Form__dropdown::after,
.mw_wp_form_confirm .Form__confirm--hidden {
    display: none;
}

.mw_wp_form_confirm .Btn__link,
.mw_wp_form_confirm .Btn__link--form:hover {
    background-color: c.$grn;
}

.mw_wp_form_confirm .Btn__link--form {
    justify-content: center;
}

.mw_wp_form_confirm .Btn__link--back {
    background-color: c.$wht;
    border: c.$grn 1px solid;
    border-radius: 5px;
    justify-content: center;
}
*/
.Error {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .Error {
    margin: 5.3333333333vw auto 16vw;
    padding: 0 20px;
  }
}
.Error__inner {
  margin: 60px auto 110px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .Error__inner {
    margin: 0;
    padding: 0;
  }
}
.Error__info {
  text-align: left;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Error__info {
    margin-bottom: 8vw;
  }
}
.Error__announce {
  text-align: center;
  color: #2C9B67;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .Error__announce {
    text-align: left;
    margin-bottom: 5.3333333333vw;
    margin-left: 4.2666666667vw;
    text-indent: -4.2666666667vw;
  }
}

.Br--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .Br--pc {
    display: none;
  }
}
.Br--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Br--sp {
    display: block;
  }
}

.Mg__tp--30 {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .Mg__tp--30 {
    margin-top: 8vw;
  }
}

/*-------------------------------------------
Header
-------------------------------------------*/
.Header-PC {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 980;
}
@media screen and (max-width: 1024px) {
  .Header-PC {
    display: none;
  }
}
.Header-PC__inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Header-PC__inner {
    padding-left: 25px;
  }
}

.Header-SP {
  height: 60px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .Header-SP {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 980;
  }
}

.Drawer {
  position: fixed;
  right: 0;
  z-index: 980;
}
.Drawer__check {
  top: 0;
}
.Drawer__hidden {
  display: none;
}
.Drawer__open {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 990;
  cursor: pointer;
  margin: 10px 10px 0 0;
  border-radius: 10px;
  background-color: #F7F6F6;
}
.Drawer__bar, .Drawer__bar::before, .Drawer__bar::after {
  content: "";
  display: block;
  height: 2px;
  width: 21px;
  border-radius: 3px;
  background: #22A165;
  transition: 0.4s;
  position: absolute;
}
.Drawer__bar::before {
  bottom: 6px;
}
.Drawer__bar::after {
  top: 6px;
}
.Drawer__nav {
  background: #F7FBF9;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  transform: translateX(100%);
  inset: 0;
  overflow: auto;
}
.Drawer__list {
  display: block;
  position: absolute;
  top: 40px;
  font-size: 1.375rem;
  width: 100%;
  padding: 0 36px;
}
.Drawer__list--sub {
  padding-top: 4px;
}
.Drawer__item {
  padding: 2.6666666667vw 0;
}
.Drawer__item--sub {
  padding: 4px 0;
  position: relative;
}
.Drawer__item:first-of-type {
  padding-top: 0;
}
.Drawer__item:last-of-type {
  padding-top: 0;
}
.Drawer__link {
  color: #2C9B67;
  display: block;
  font-size: 5.3333333333vw;
  position: relative;
  font-weight: 400;
  font-family: "zen maru gothic", sans-serif;
  line-height: 1.5;
}
.Drawer__link--sub {
  margin-left: 6.6666666667vw;
  color: #333;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
.Drawer__link--sub::before {
  content: "";
  position: absolute;
  top: 2.1333333333vw;
  bottom: 0;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 1px solid #2B2B2B;
  border-right: 1px solid #2B2B2B;
  transform: rotate(45deg);
  box-sizing: border-box;
  left: -4.8vw;
}
.Drawer__text {
  color: #2C9B67;
  font-size: 6.6666666667vw;
  text-align: center;
  font-weight: bold;
  font-family: "zen maru gothic", sans-serif;
  line-height: 1;
}

#Drawer__check:checked ~ .Drawer__open {
  background-color: #2C9B67;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar {
  background: rgba(255, 255, 255, 0);
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #FFF;
}
#Drawer__check:checked ~ .Drawer__open .Drawer__bar::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #FFF;
}

#Drawer__check:checked ~ .Drawer__nav {
  transform: translateX(0);
}

.Drawer__text a {
  color: #2C9B67;
}

/*-------------------------------------------
Footer
-------------------------------------------*/
.Footer {
  text-align: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Footer {
    margin-top: 0;
    background: none;
  }
}
.Footer__top {
  background: url(assets/img/pc/bg_footer_pc.png) no-repeat left top/cover;
  padding-top: 3.6458333333%;
  /* border-radius: 50% 50% 0% 0% / 100% 100% 0% 0%;
  background: c.$grn; */
}
@media screen and (max-width: 1024px) {
  .Footer__top {
    background: url(assets/img/sp/bg_footer_sp.png) no-repeat left top/cover;
    padding-top: 9.5703125%;
  }
}
.Footer__wrap {
  margin: 0 auto;
  padding-top: 50px;
  background-color: #2C9B67;
}
@media screen and (max-width: 1024px) {
  .Footer__wrap {
    padding-top: 4vw;
  }
}
.Footer__tel {
  font-family: "zen maru gothic", sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  color: #FFF;
  margin-top: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .Footer__tel {
    display: none;
  }
}

.Footer__tel a {
  pointer-events: none;
  color: #FFF;
}

.Copyright {
  padding-bottom: 16px;
}
.Copyright__text {
  font-family: "Hiragino Kaku Gothic ProN";
  color: #FFF;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .Copyright__text {
    font-size: 3.7333333333vw;
  }
}

/*-------------------------------------------
Btn
-------------------------------------------*/
.Btn {
  width: 300px;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.Btn:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
@media (hover: hover) {
  .Btn:hover {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media (hover: none) {
  .Btn:active {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1024px) {
  .Btn {
    width: 100%;
  }
}
.Btn__area--entry {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Btn__area--entry {
    padding: 5.3333333333vw;
  }
}
.Btn__area--mat {
  background-color: transparent;
  transition: background-color 0.3s;
}
.Btn__area--mat:active {
  background-color: #2C9B67;
}
.Btn__area--space {
  background-color: #2C9B67;
}
@media screen and (max-width: 1024px) {
  .Btn__area--sp {
    padding: 0 20px;
  }
}
.Btn__link {
  color: #2C9B67;
  font-size: 1.125rem;
  font-family: "zen maru gothic", sans-serif;
  font-weight: 400;
  position: relative;
  display: inline-flex;
  padding: 16px 30px;
  width: 100%;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1024px) {
  .Btn__link {
    font-size: 4.2666666667vw;
    padding: 4.2666666667vw 0 4.2666666667vw 8vw;
    border-radius: 10px;
    line-height: 1.5;
  }
  .Btn__link:after {
    right: 8vw;
  }
}
.Btn__link:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 10px;
  background: url(assets/img/ico/ico_arrow.svg) no-repeat;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  filter: invert(45%) sepia(100%) saturate(323%) hue-rotate(100deg) brightness(91%) contrast(83%);
}
@media screen and (max-width: 1024px) {
  .Btn__link:after {
    width: 6.6666666667vw;
    height: 2.9333333333vw;
    right: 8vw;
    background-size: 100% auto;
  }
}
.Btn__link--white {
  color: #FFF;
}
.Btn__link--white:after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(157deg) brightness(150%) contrast(101%);
}
.Btn__link--movable {
  padding-right: 75px;
}
@media screen and (max-width: 1024px) {
  .Btn__link--movable {
    padding-right: 14.6666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .Btn__link--works {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .Btn__link--text {
    width: 75%;
  }
}
.Btn__link--form {
  border: none;
  background-color: #c1c1c1;
  border-radius: 5px;
  color: #FFF;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 16px 0;
}
.Btn__link--form:disabled {
  box-shadow: unset;
  pointer-events: none;
}
.Btn__link--form:hover {
  box-shadow: unset;
  transform: translateY(3px);
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .Btn__link--form {
    padding: 4vw 0;
  }
}
.Btn__link--back {
  font-size: 1.125rem;
  background-color: #FFF;
  border: #2C9B67 1px solid;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .Btn__link--back {
    font-size: 4.2666666667vw;
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
  }
}
.Btn__link--back:hover {
  opacity: 0.7;
}
.Btn--white {
  background-color: #FFF;
  border: #2C9B67 1px solid;
  border-radius: 5px;
}
.Btn--green {
  background-color: #2C9B67;
  border: #2C9B67 1px solid;
  color: #FFF;
  border-radius: 5px;
}
.Btn--center {
  display: block;
  margin: 0 auto;
}
.Btn--top {
  margin: 0 0 0 auto;
}
.Btn--top-news {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .Btn--top-news {
    margin-top: 8vw;
  }
}
.Btn--movable {
  width: auto;
  display: inline-block;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .Btn--movable {
    width: 100%;
  }
}
.Btn--2col {
  margin-right: 50px;
}
@media screen and (max-width: 1024px) {
  .Btn--2col {
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
.Btn--entry {
  width: 350px;
}
@media screen and (max-width: 1024px) {
  .Btn--entry {
    width: 100%;
  }
}
.Btn--form {
  border: none;
}
.Btn--footer {
  width: 350px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1024px) {
  .Btn--footer {
    display: none;
  }
}

/*-------------------------------------------
Nav
-------------------------------------------*/
.Nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 90px;
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Nav__inner {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Nav__inner {
    padding: 15px 35px 13.3333333333vw;
  }
}
.Nav__list--head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-family: "zen maru gothic", sans-serif;
  font-weight: 400;
  background-color: #F7F6F6;
  padding: 10px 30px;
  border-radius: 10px;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Nav__list--head {
    padding: 10px 18px;
  }
}
@media screen and (max-width: 1024px) {
  .Nav__list--head {
    display: block;
  }
}
.Nav__list--foot {
  width: 290px;
  margin-right: 80px;
}
@media screen and (max-width: 1024px) {
  .Nav__list--foot {
    display: none;
  }
}
.Nav__item--head {
  margin-right: 50px;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Nav__item--head {
    margin-right: 20px;
  }
}
.Nav__item--head:last-child {
  margin-right: 30px;
}
.Nav__item--contact {
  background-color: #2C9B67;
  width: 200px;
  height: 56px;
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.Nav__item--contact:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
@media (hover: hover) {
  .Nav__item--contact:hover {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media (hover: none) {
  .Nav__item--contact:active {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Nav__item--contact {
    width: 180px;
  }
}
.Nav__item--foot {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.Nav__item--foot:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .Nav__item--foot {
    width: 50%;
    margin: 15px auto 0;
    font-size: 1rem;
  }
  .Nav__item--foot:nth-child(even) {
    width: 40%;
    margin-left: 10%;
  }
}
.Nav__link {
  color: #333;
  font-size: 1.125rem;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Nav__link {
    font-size: 0.9375rem;
  }
}
.Nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #2C9B67;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.Nav__link--header {
  padding-bottom: 5px;
}
.Nav__link--header:hover {
  color: #2C9B67;
  opacity: 1 !important;
}
.Nav__link--header:hover::after {
  transform: scale(1, 1);
}
.Nav__link--current {
  color: #2C9B67;
  border-bottom: 2px solid #2C9B67;
  /*
  &:hover {
      opacity: 0;
  }
  */
}
.Nav__link--current::after {
  background: none;
}
.Nav__link--contact {
  color: #FFF;
  position: relative;
  padding: 12px 25px 15px 65px;
  top: 15px;
}
@media print, screen and (min-width: 1025px) and (max-width:1382px) {
  .Nav__link--contact {
    top: 12px;
  }
}
.Nav__link--contact::before {
  content: "";
  position: absolute;
  display: block;
  top: 16px;
  left: 25px;
  width: 30px;
  height: 20px;
  background: url(assets/img/ico/ico_mail.svg) no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(98%) saturate(9%) hue-rotate(7deg) brightness(104%) contrast(101%);
}
.Nav__link--contact:hover {
  color: #FFF;
}
@media (hover: hover) {
  .Nav__link--contact:hover {
    color: #FFF;
  }
}
@media (hover: none) {
  .Nav__link--contact:active {
    color: #FFF;
  }
}
.Nav__link--contact:active {
  color: #FFF;
}
.Nav__link--footer {
  font-family: "zen maru gothic", sans-serif;
  color: #FFF;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .Nav__link--footer {
    font-size: 0.875rem;
    font-weight: normal;
  }
}
.Nav__link:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .Nav__link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .Nav__link:active {
    opacity: 0.7;
  }
}
.Nav__link--sub {
  position: relative;
  margin-left: 28px;
}
.Nav__link--sub::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 10px;
  left: -20px;
  transform: translateY(-50%);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-50%) rotate(45deg);
  transform: rotate(45deg);
}

/*---------------------
top page
---------------------*/
.Mv {
  width: 100%;
  height: 100vh;
  margin: 0 auto 80px;
  overflow: hidden;
  aspect-ratio: 9/16;
}
@media screen and (max-width: 1024px) {
  .Mv {
    margin: 50px auto 0;
    height: auto;
    background: none;
    aspect-ratio: auto;
  }
}
.Mv__movie {
  width: 100vw;
  border: none;
}

.Top {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .Top {
    width: 100%;
    padding: 30px 0 0;
  }
}
.Top__wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .Top__title {
    padding: 0;
  }
}
.Top__title--en {
  color: #EAF4F0;
}
@media screen and (max-width: 1024px) {
  .Top__title--en {
    color: #22A165;
  }
}
.Top__title--white {
  color: #FFF;
}
@media screen and (max-width: 1024px) {
  .Top__title--white {
    color: #22A165;
    z-index: 1;
  }
}
.Top__heading {
  font-family: "zen maru gothic", sans-serif;
  font-size: 3.125rem;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .Top__heading {
    font-size: 8.2666666667vw;
  }
}
.Top__heading--white {
  color: #FFF;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .Top__heading--white {
    margin-bottom: 8vw;
  }
}
.Top__desc {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .Top__desc {
    font-size: 4.2666666667vw;
  }
}
.Top__desc--white {
  color: #FFF;
}
.Top__inner {
  margin: 75px 60px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Top__inner {
    flex-flow: column;
    margin: 8vw 0;
  }
}
.Top__img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .Top__img {
    width: calc(100% - 10px);
    padding-top: 8vw;
  }
}
.Top__photo {
  border-radius: 10px;
  aspect-ratio: 76/47;
  -o-object-position: top left;
     object-position: top left;
  box-shadow: 30px 30px 0 0 rgb(255, 255, 255);
}
@media screen and (max-width: 1024px) {
  .Top__photo {
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 rgb(255, 255, 255);
    width: 100%;
  }
}
.Top__photo--green {
  box-shadow: 30px 30px 0 0 rgb(44, 155, 103);
}
@media screen and (max-width: 1024px) {
  .Top__photo--green {
    box-shadow: 10px 10px 0 0 rgb(44, 155, 103);
  }
}
.Top__textarea {
  width: 40%;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .Top__textarea {
    width: 100%;
    margin-top: calc(8vw + 10px);
  }
}
.Top__text {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .Top__text {
    margin-bottom: 8vw;
  }
}
.Top__btn--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .Top__btn--pc {
    display: none;
  }
}
.Top__btn--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Top__btn--sp {
    display: block;
  }
}

.Top-works {
  position: relative;
  margin-bottom: 90px;
}
.Top-works__bg {
  position: absolute;
  bottom: 0;
  left: -100px;
  background: url(assets/img/pc/bg_recycle.svg) no-repeat;
  width: 553px;
  padding-top: 553px;
}
@media screen and (max-width: 1024px) {
  .Top-works__bg {
    display: none;
  }
}
.Top-works__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-works__inner {
    justify-content: space-around;
    width: 95%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Top-works__inner {
    flex-flow: column;
  }
}
.Top-works__left {
  width: 39%;
}
@media screen and (max-width: 1024px) {
  .Top-works__left {
    width: 100%;
  }
}
.Top-works__text {
  margin: 115px 0 50px 40px;
}
@media screen and (max-width: 1024px) {
  .Top-works__text {
    margin: 8vw 0 0;
    padding: 0 20px;
    font-size: 4.2666666667vw;
  }
}
.Top-works__text--pc {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .Top-works__text--pc {
    display: none;
  }
}
.Top-works__text--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Top-works__text--sp {
    display: inline;
  }
}
.Top-works__right {
  width: 50%;
  padding: 50px 0 60px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-works__right {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Top-works__right {
    width: 100%;
    padding: 0 20px;
  }
}

.Circle {
  width: 100%;
  max-width: 600px;
  position: relative;
  /*
  &__base {
      position: absolute;
      background-color: c.$pgn;
      border-radius: 50%;
      width: 600px;
      height: auto;
      aspect-ratio: 1;
      margin: auto;
      left: 13%;
      top: 23%;

      &::before {
          content: "";
          position: absolute;
          width: 564px;
          height: auto;
          aspect-ratio: 1;
          top: 18px;
          left: 18px;
          border-radius: 50%;
          border: 20px solid c.$wht;
      }
  }
  */
}
@media screen and (max-width: 1024px) {
  .Circle {
    margin: 0 auto;
  }
}
.Circle__company {
  position: absolute;
  font-family: "zen maru gothic", sans-serif;
  font-size: 5rem;
  color: #22A165;
  line-height: 1.2;
  text-align: center;
  top: 30%;
  left: 25%;
}
.Circle__company--kk {
  font-size: 2.875rem;
}
.Circle__wrap {
  position: relative;
  padding: 100px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__wrap {
    padding: 100px 0 0 10%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__wrap {
    padding: 40px;
    margin-bottom: 8vw;
  }
}
.Circle__set {
  position: absolute;
  background-color: #22A165;
  border-radius: 50%;
  width: 31%;
  max-width: 186px;
  height: 31%;
  max-height: 186px;
  display: flex;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.Circle__set:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
@media (hover: hover) {
  .Circle__set:hover {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media (hover: none) {
  .Circle__set:active {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set {
    width: 11.625vw;
    height: 11.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set {
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
}
.Circle__set--1 {
  top: 0;
  left: 39.5%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--1 {
    top: 1%;
    left: 41.5%;
  }
}
.Circle__set--2 {
  top: 12.4681933842%;
  left: 67.4300254453%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--2 {
    top: 16%;
    left: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--2 {
    top: 13.2492113565%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--2 {
    top: 10%;
    left: 65%;
  }
}
.Circle__set--3 {
  top: 39.4402035623%;
  left: 78.4987277354%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--3 {
    top: 45%;
    left: auto;
    right: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--3 {
    top: 39.4321766562%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--3 {
    left: 75%;
  }
}
.Circle__set--4 {
  top: 66.4122137405%;
  left: 67.4300254453%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--4 {
    top: 75%;
    left: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--4 {
    top: 65.6151419558%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--4 {
    top: 68%;
    left: 65%;
  }
}
.Circle__set--5 {
  top: 76.3358778626%;
  left: 40.3307888041%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--5 {
    top: 90%;
    left: 41.5%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--5 {
    top: 76.3406940063%;
  }
}
.Circle__set--6 {
  top: 66.4122137405%;
  left: 13.2315521628%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--6 {
    top: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--6 {
    top: 65.6151419558%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--6 {
    top: 68%;
    left: 15%;
  }
}
.Circle__set--7 {
  top: 39.4402035623%;
  left: 0;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--7 {
    top: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--7 {
    top: 39.4321766562%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--7 {
    left: 5%;
  }
}
.Circle__set--8 {
  top: 12.4681933842%;
  left: 13.2315521628%;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__set--8 {
    top: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__set--8 {
    top: 13.2492113565%;
  }
}
@media print, screen and (min-width: 800px) and (max-width:1024px) {
  .Circle__set--8 {
    top: 10%;
    left: 15%;
  }
}
.Circle__link {
  width: 100%;
  position: relative;
}
.Circle__cont {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-49%) translateX(-50%);
  width: 100%;
}
.Circle__img {
  margin: 0 auto 10px;
}
@media screen and (max-width: 1024px) {
  .Circle__img {
    margin-bottom: 5px;
  }
}
.Circle__img--1 {
  width: 90px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--1 {
    width: 5.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--1 {
    width: 10.1333333333vw;
  }
}
.Circle__img--2 {
  width: 96px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--2 {
    width: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--2 {
    width: 11.4666666667vw;
  }
}
.Circle__img--3 {
  width: 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--3 {
    width: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--3 {
    width: 9.0666666667vw;
  }
}
.Circle__img--4 {
  width: 84px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--4 {
    width: 5.25vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--4 {
    width: 9.3333333333vw;
  }
}
.Circle__img--5 {
  width: 73px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--5 {
    width: 4.5625vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--5 {
    width: 8.8vw;
  }
}
.Circle__img--6 {
  width: 76px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--6 {
    width: 4.75vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--6 {
    width: 8.8vw;
  }
}
.Circle__img--7 {
  width: 96px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--7 {
    width: 6vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--7 {
    width: 10.6666666667vw;
  }
}
.Circle__img--8 {
  width: 78px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__img--8 {
    width: 4.875vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__img--8 {
    width: 9.0666666667vw;
  }
}
.Circle__desc {
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Circle__desc {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .Circle__desc {
    font-size: 1.8666666667vw;
  }
}

.Top-environment {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Top-environment {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1900px) {
  .Top-environment__outer {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Top-environment__outer {
    padding: 0 20px;
  }
}
.Top-environment__wrap {
  background-color: #2C9B67;
  border-radius: 40px;
  padding: 70px 110px 100px;
  max-width: 1840px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-environment__wrap {
    padding: 70px 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .Top-environment__wrap {
    padding: 8vw 15px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-environment__container {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Top-environment__container {
    width: 95%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-environment__inner {
    margin: 50px 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .Top-environment__title-area {
    padding: 0;
  }
}
.Top-environment__text {
  margin: 115px 0 50px 40px;
}
.Top-environment__img {
  background: url(assets/img/pc/bg_wave_top01_pc.svg) no-repeat;
  background-size: cover;
  padding-top: 33.8020833333%;
  position: absolute;
  bottom: 80px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .Top-environment__img {
    background: url(assets/img/sp/bg_wave_top01_sp.svg) no-repeat;
    background-size: cover;
    padding-top: 33.0532212885%;
    bottom: 30px;
  }
}
.Top-environment__block {
  position: absolute;
  bottom: -30px;
  height: 110px;
  background-color: #F7F6F6;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .Top-environment__block {
    bottom: 0;
    height: 30px;
  }
}

.Top-company {
  width: 100%;
  background-color: #F7F6F6;
}
.Top-company__wrap {
  padding: 100px 0 56px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-company__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Top-company__wrap {
    padding: 12vw 0.5333333333vw 5.3333333333vw;
  }
}
.Top-company__inner {
  width: 100%;
  max-width: 1530px;
  margin: 75px auto 0 30px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-company__inner {
    max-width: 100%;
    margin: 75px auto 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .Top-company__inner {
    margin: 8vw 0 5.3333333333vw;
    padding: 0 20px;
    flex-flow: column-reverse;
  }
}
.Top-company__img {
  background: url(assets/img/pc/bg_wave_top02_pc.svg) no-repeat;
  background-size: cover;
  padding-top: 4.8958333333%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Top-company__img {
    background: url(assets/img/sp/bg_wave_top02_sp.svg) no-repeat;
    background-size: cover;
    padding-top: 14.0056022409%;
  }
}

.Top-news__wrap {
  margin: 70px auto 120px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-news__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Top-news__wrap {
    margin: 0 auto 16vw;
  }
}
.Top-news__inner {
  margin: 75px 0 0;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-news__inner {
    margin: 75px 20px 0;
  }
}
@media screen and (max-width: 1024px) {
  .Top-news__inner {
    margin: 0;
  }
}
.Top-news__lineup {
  width: 52%;
  max-width: 1000px;
  margin-top: -30px;
}
@media screen and (max-width: 1024px) {
  .Top-news__lineup {
    padding: 8vw 20px 0;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.Top-news__index {
  border-bottom: 1px solid #EEE;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .Top-news__index {
    padding: 5.3333333333vw 0;
  }
}
.Top-news__index:hover {
  background-color: #FBFBFB;
  opacity: 0.9;
}
.Top-news__update {
  margin-bottom: 10px;
  font-family: "zen maru gothic", sans-serif;
  display: flex;
  align-items: center;
}
.Top-news__date {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .Top-news__date {
    font-size: 4.8vw;
  }
}
.Top-news__tags {
  background-color: #F7F6F6;
  color: #2C9B67;
  border-radius: 5px;
  padding: 5px 10px;
  display: inline;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .Top-news__tags {
    font-size: 3.7333333333vw;
    border-radius: 4px;
    padding: 0 2.6666666667vw;
  }
}
.Top-news__text {
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .Top-news__text {
    font-size: 4.2666666667vw;
  }
}

.Top-recruit {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Top-recruit {
    padding: 0 20px 5.3333333333vw;
    margin: 0 auto;
  }
}
.Top-recruit__wrap {
  background-color: #EEE;
  border-radius: 40px;
  padding: 70px 110px 100px;
  max-width: 1840px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-recruit__wrap {
    padding: 70px 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .Top-recruit__wrap {
    padding: 8vw 15px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1900px) {
  .Top-recruit__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Top-recruit__title-area {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Top-recruit__title--en {
    left: 0;
    color: #FFF;
  }
}
@media print, screen and (min-width: 1025px) {
  .Top-recruit__inner {
    margin: 60px 80px 0 30px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-recruit__container {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Top-recruit__container {
    width: 95%;
    margin: 0 auto;
  }
}

.Top-contact {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Top-contact {
    margin: 16vw auto;
  }
}
.Top-contact__bg {
  position: absolute;
  top: -250px;
  left: -345px;
  background: url(assets/img/common/bg_earth.svg) right/100% no-repeat;
  width: 843px;
  padding-top: 843px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .Top-contact__bg {
    top: -37.3333333333vw;
    left: 50%;
    padding-top: 100%;
    width: 100%;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-contact__wrap {
    width: 95%;
  }
}
.Top-contact__inner {
  width: 100%;
  max-width: 1460px;
  margin: 150px auto 150px 0;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-contact__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .Top-contact__inner {
    margin: 0;
  }
}
.Top-contact__title {
  width: 50%;
  margin: auto auto auto 0;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-contact__title {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .Top-contact__title {
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Top-contact__title--en {
    left: 60%;
  }
}
@media print, screen and (min-width: 1025px) {
  .Top-contact__title--en {
    text-align: right;
  }
}
@media screen and (max-width: 1024px) {
  .Top-contact__textarea {
    padding: 0 20px;
  }
}
.Top-contact__tel {
  text-align: center;
  color: #2C9B67;
  font-family: "zen maru gothic", sans-serif;
  font-size: 1.9375rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .Top-contact__tel {
    font-size: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.2;
  }
}
.Top-contact__tel a {
  color: #2C9B67;
}

/*---------------------
works page
---------------------*/
.Works {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1365px) {
  .Works {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Works {
    width: 100%;
    padding-top: 5.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Works__outer {
    margin-top: 40px;
  }
}
.Works__wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .Works__wrap {
    margin-bottom: 16vw;
  }
}
.Works__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Works__inner {
    flex-flow: column;
  }
}
@media screen and (max-width: 1024px) {
  .Works__inner--reverse {
    flex-flow: column-reverse;
  }
}
.Works__title--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .Works__title--pc {
    display: none;
  }
}
.Works__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Works__title--sp {
    display: block;
  }
}
.Works__textarea {
  width: 44%;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .Works__textarea {
    width: 100%;
    margin: 0;
  }
}
.Works__img {
  width: 53%;
}
@media screen and (max-width: 1024px) {
  .Works__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.Works__photo {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 115/71;
}
.Works__bg {
  background-color: #F7F6F6;
}

/*---------------------
flow page
---------------------*/
@media screen and (max-width: 1024px) {
  .Flow {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 1024px) {
  .Flow__inner {
    margin-bottom: 16vw;
  }
}
.Flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Flow__list {
    border-top: none;
    margin-bottom: 0;
  }
}
.Flow__card {
  position: relative;
  margin-bottom: 70px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .Flow__card {
    border-left: 1px solid #2C9B67;
    margin: 0 0 0 8px;
    padding-bottom: 8vw;
    width: 100%;
  }
}
.Flow__card::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  position: absolute;
  border: 1px solid #2C9B67;
  top: -8px;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .Flow__card::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 6.6666666667vw;
    left: -2.1333333333vw;
  }
}
.Flow__card:after {
  content: "";
  border-top: 1px solid #2C9B67;
  top: 0;
  position: absolute;
  width: 110%;
}
@media screen and (max-width: 1024px) {
  .Flow__card:after {
    border-top: none;
  }
}
.Flow__card:nth-child(3n):after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Flow__card--last {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .Flow__card--inner {
    margin-left: 25px;
  }
}
.Flow__text {
  text-align: center;
  color: #2C9B67;
  font-size: 1.5625rem;
  margin: 40px 0 25px;
}
@media screen and (max-width: 1024px) {
  .Flow__text {
    margin: 0;
    text-align: left;
    font-size: 5.3333333333vw;
    display: flex;
    align-items: center;
    padding-bottom: 5.3333333333vw;
  }
}
.Flow__text::before {
  font-size: 3.125rem;
  vertical-align: text-top;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .Flow__text::before {
    font-size: 10.4vw;
    line-height: 1.5;
  }
}
.Flow__text--1::before {
  content: "01";
}
.Flow__text--2::before {
  content: "02";
}
.Flow__text--3::before {
  content: "03";
}
.Flow__text--4::before {
  content: "04";
}
.Flow__text--5::before {
  content: "05";
}
.Flow__text--6::before {
  content: "06";
}
.Flow__text--7::before {
  content: "07";
}
.Flow__text--8::before {
  content: "08";
}
.Flow__text--9::before {
  content: "09";
}
.Flow__num {
  font-size: 3.125rem;
}
.Flow__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 413px;
  height: auto;
  max-height: 255px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .Flow__img {
    max-width: 100%;
    max-height: none;
    aspect-ratio: 13/8;
  }
}
.Flow__desc {
  margin: 10px 10px 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .Flow__desc {
    margin: 10px 0 0;
    font-size: 4.2666666667vw;
  }
}

/*---------------------
land page
---------------------*/
.Land {
  margin: 50px auto 70px;
}
@media screen and (max-width: 1024px) {
  .Land {
    padding: 0 20px;
    margin: 10.6666666667vw auto 8vw;
  }
}
.Land__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .Land__text {
    margin-bottom: 8vw;
  }
}

.Record__gallery {
  width: 130%;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .Record__gallery {
    width: 110%;
    padding-bottom: 10px;
  }
}
.Record__img {
  width: 100%;
}
.Record__photo {
  border-radius: 10px;
}

.Exterior {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Exterior {
    margin-bottom: 16vw;
  }
}
.Exterior__outer {
  padding-bottom: 130px;
  margin-bottom: -70px;
}
@media screen and (max-width: 1024px) {
  .Exterior__outer {
    padding-bottom: 34.6666666667vw;
    margin-bottom: -16vw;
  }
}
.Exterior__img {
  background: url(assets/img/pc/bg_exterior_pc.png) no-repeat;
  background-size: cover;
  padding-top: 9.375%;
  width: 100%;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  .Exterior__img {
    margin-top: 0;
  }
}
.Exterior__text {
  margin: 30px 0 60px;
}
@media screen and (max-width: 1024px) {
  .Exterior__text {
    margin: 8vw 0 0;
  }
}
.Exterior__inner {
  margin-top: 60px;
}

/* swiper */
.swiper-pagination {
  position: relative !important;
  text-align: left !important;
}
@media print, screen and (min-width: 1025px) {
  .swiper-pagination {
    display: none;
  }
}

.swiper-pagination-bullet {
  margin: 0 15px 0 0 !important;
}
.swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
  background: #2C9B67 !important;
}

.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.swiper-controller {
  width: 100%;
  max-width: 1300px;
  height: 90px;
  position: absolute;
}
@media print, screen and (min-width: 1025px) and (max-width:1365px) {
  .swiper-controller {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-controller {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 84px !important;
  height: 58px !important;
  background-color: #FFF;
  border: #2C9B67 1px solid;
  border-radius: 5px;
  top: unset !important;
  bottom: 0;
  box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 44px !important;
    height: 30px !important;
  }
  .swiper-button-prev:active,
.swiper-button-next:active {
    box-shadow: unset;
    transform: translateY(3px);
  }
}
@media print, screen and (min-width: 1025px) {
  .swiper-button-prev:hover,
.swiper-button-next:hover {
    box-shadow: unset;
    transform: translateY(3px);
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
  width: 24px;
  height: 10px;
  background: url(assets/img/ico/ico_arrow.svg) no-repeat;
  filter: invert(45%) sepia(100%) saturate(323%) hue-rotate(100deg) brightness(91%) contrast(83%);
}

.swiper-button-prev {
  left: auto !important;
  right: 100px !important;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev {
    right: 50px !important;
  }
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0 !important;
}

/*---------------------
sdgs page
---------------------*/
@media screen and (max-width: 1024px) {
  .Sdgs {
    margin-top: 5.3333333333vw;
  }
}
.Sdgs__outer {
  margin-bottom: 105px;
}
@media screen and (max-width: 1024px) {
  .Sdgs__outer {
    margin-bottom: 16vw;
  }
}
.Sdgs__iso {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Sdgs__iso {
    margin-bottom: 16vw;
  }
}
.Sdgs__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Sdgs__inner {
    flex-flow: column;
  }
}
@media screen and (max-width: 1024px) {
  .Sdgs__inner--partner {
    flex-flow: column-reverse;
  }
}
.Sdgs__wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Sdgs__wrap {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  .Sdgs__wrap {
    border-radius: 10px;
  }
}
.Sdgs__container {
  padding: 80px 100px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Sdgs__container {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .Sdgs__container {
    padding: 8vw 4vw 16vw;
  }
}
.Sdgs__textarea {
  width: 62%;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .Sdgs__textarea {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.Sdgs__textarea--environment {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Sdgs__text {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.Sdgs__img {
  width: 32%;
}
.Sdgs__img--environment {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  .Sdgs__img--environment {
    margin: 8vw auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .Sdgs__img {
    width: 100%;
  }
}
.Sdgs__photo {
  width: 100%;
}
.Sdgs__photo--iso {
  border: 1px solid #ccc;
}
.Sdgs__photo--chiba {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .Sdgs__photo--chiba {
    width: 90%;
  }
}
.Sdgs__photo--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .Sdgs__photo--pc {
    display: none;
  }
}
.Sdgs__photo--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Sdgs__photo--sp {
    display: block;
  }
}
.Sdgs__list {
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .Sdgs__list {
    margin-left: 5.3333333333vw;
  }
}
.Sdgs__item {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
.Sdgs__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .Sdgs__item {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding-left: 3.2vw;
  }
}

/*---------------------
company page
---------------------*/
.Company {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Company {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .Company__tabs {
    padding-left: 20px;
  }
}
.Company__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .Company__list {
    flex-wrap: wrap;
  }
}
.Company__item {
  border-bottom: 1px solid #2C9B67;
  padding: 0 5px;
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .Company__item {
    border-bottom: none;
    margin-right: 8vw;
    padding: 0;
  }
}
.Company__link {
  color: #2C9B67;
  font-size: 1.125rem;
  font-family: "zen maru gothic", sans-serif;
  position: relative;
  display: inline-flex;
}
.Company__link:hover {
  opacity: 0.5;
}
.Company__link::after {
  content: "";
  position: relative;
  top: 0px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto auto auto 15px;
  border-bottom: 1px solid #2C9B67;
  border-left: 1px solid #2C9B67;
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .Company__link {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .Company__link::after {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}

.Philosophy {
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .Philosophy {
    margin: 10.6666666667vw auto;
  }
}
.Philosophy__slogan {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .Philosophy__slogan {
    text-align: left;
    font-size: 4.2666666667vw;
  }
}
.Philosophy__slogan--highlight {
  font-weight: 700;
  color: #2C9B67;
}
.Philosophy__inner {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .Philosophy__inner {
    margin-top: 8vw;
  }
}
.Philosophy__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .Philosophy__list {
    flex-flow: column;
  }
}
.Philosophy__list::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .Philosophy__list::after {
    content: none;
  }
}
.Philosophy__card {
  width: 32%;
  background-color: #F7F6F6;
  border-radius: 10px;
  list-style-type: decimal;
  padding: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .Philosophy__card {
    width: 100%;
    padding: 5.3333333333vw 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.Philosophy__text {
  min-height: 84px;
  padding-left: 34px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .Philosophy__text {
    min-height: 13.3333333333vw;
    padding-left: 6.6666666667vw;
  }
}
.Philosophy__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}
.Philosophy__text--1::before {
  content: "1.";
}
.Philosophy__text--2::before {
  content: "2.";
}
.Philosophy__text--3::before {
  content: "3.";
}
.Philosophy__text--4::before {
  content: "4.";
}
.Philosophy__text--5::before {
  content: "5.";
}

@media screen and (max-width: 1024px) {
  .About {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding: 16vw 4vw 18.6666666667vw;
  }
}
.About__outer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .About__outer {
    padding: 0 30px;
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .About__outer {
    border-radius: 10px;
  }
}
.About__inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .About__inner {
    padding: 8vw 4vw;
  }
}
.About__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .About__container {
    flex-flow: column;
  }
}
.About__heading {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .About__heading {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .About__heading--overview {
    margin-bottom: 8vw;
  }
}
.About__title {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .About__title {
    position: relative;
    top: 0;
  }
}
.About__detail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .About__detail {
    width: 100%;
  }
}
.About__list {
  display: block;
}
.About__list:last-child th, .About__list:last-child td {
  border: none;
}
@media screen and (max-width: 1024px) {
  .About__item {
    padding: 22px 0;
  }
}
.About__desc {
  padding-left: 50px;
  border-bottom: #2C9B67 solid 2px;
}
@media screen and (max-width: 1024px) {
  .About__desc {
    padding: 10px;
  }
}

.Overview {
  margin-bottom: 60px;
}
.Overview__list:first-of-type th {
  margin-top: 0;
}
.Overview__item {
  display: block;
  text-align: left;
  color: #2C9B67;
  font-weight: normal;
  margin: 20px 0 10px;
}
@media screen and (max-width: 1024px) {
  .Overview__item {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
.Overview__desc {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 1024px) {
  .Overview__desc {
    font-size: 4.2666666667vw;
    padding-bottom: 5.3333333333vw;
    line-height: 2;
  }
}

.History {
  position: relative;
}
.History__list {
  position: relative;
  margin-bottom: 20px;
}
.History__list:last-of-type .History__line {
  height: 80%;
}
@media screen and (max-width: 1024px) {
  .History__list {
    margin-bottom: 5.3333333333vw;
  }
  .History__list:last-of-type .History__line {
    height: 90%;
  }
}
.History__axis {
  position: relative;
}
.History__line {
  width: 1px;
  height: 120px;
  background-color: #ccc;
  position: absolute;
  left: 10px;
  top: 4px;
}
@media screen and (max-width: 1024px) {
  .History__line {
    left: 1.8666666667vw;
    height: 105%;
  }
}
.History__dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2C9B67;
  position: absolute;
  top: 5px;
  left: 1px;
  outline: 2px solid #FFF;
}
@media screen and (max-width: 1024px) {
  .History__dot {
    width: 4.8vw;
    height: 4.8vw;
    top: 1.6vw;
    left: -2px;
    outline: 1.3333333333vw solid #FFF;
  }
}
.History__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.History__date {
  padding-left: 50px;
  font-size: 1.25rem;
  color: #2C9B67;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .History__date {
    padding-left: 8vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    margin-bottom: 1.3333333333vw;
  }
}
.History__desc {
  padding-left: 50px;
}
@media screen and (max-width: 1024px) {
  .History__desc {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding-left: 8vw;
  }
}

.Office {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Office {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Office {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Office__outer {
    margin-top: -2.6666666667vw;
  }
}
.Office__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .Office__inner {
    flex-flow: column;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .Office__inner--main {
    flex-flow: column-reverse;
  }
}
.Office__left, .Office__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .Office__left, .Office__right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .Office__left {
    width: 100%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .Office__right {
    margin-top: 8vw;
  }
}
.Office__right--main {
  margin: auto 0;
}
.Office__wrap {
  width: 95%;
}
@media screen and (max-width: 1024px) {
  .Office__wrap {
    width: 100%;
  }
}
.Office__wrap--right {
  margin: 0 0 0 auto;
}
.Office__container {
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 1024px) {
  .Office__container {
    margin: 0 0 4vw;
  }
}
.Office__branch {
  font-size: 1.5625rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .Office__branch {
    font-size: 5.3333333333vw;
    line-height: 1.9;
    margin-bottom: 5.3333333333vw;
  }
}
.Office__address {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .Office__address {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
}
.Office__number {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .Office__number {
    flex-flow: column;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.Office__tel {
  margin-right: 45px;
}
@media screen and (max-width: 1024px) {
  .Office__tel {
    margin-right: 0;
  }
}
.Office__heading {
  color: #2C9B67;
  margin-right: 15px;
}
.Office__access {
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px 15px;
}
@media screen and (max-width: 1024px) {
  .Office__access {
    padding: 5.3333333333vw 4vw;
  }
}
.Office__access--train {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .Office__access--train {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .Office__access--train, .Office__access--car {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.Office__maparea {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Office__maparea {
    line-height: 0;
  }
}
.Office__map {
  border-radius: 10px;
  border: none;
  aspect-ratio: 620/383;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .Office__map {
    border-radius: 5px;
    line-height: 0;
  }
}

.Various__outer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
  padding: 60px 100px 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Various__outer {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Various__outer {
    width: 95%;
    border-radius: 10px;
    padding: 8vw 4vw 13.3333333333vw;
  }
}

/*---------------------
suppliers page
---------------------*/
.Suppliers {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 60px auto 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Suppliers {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Suppliers {
    margin: 10.6666666667vw auto 16vw;
    padding: 0 20px;
  }
}
.Suppliers__parting {
  margin: 60px auto;
}
.Suppliers__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Suppliers__inner {
    flex-flow: column;
  }
}
.Suppliers__left, .Suppliers__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .Suppliers__left, .Suppliers__right {
    width: 100%;
  }
}
.Suppliers__text {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
@media screen and (max-width: 1024px) {
  .Suppliers__text {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-bottom: 8vw;
  }
}
.Suppliers__item {
  padding: 20px 0;
  border-bottom: 1px solid #EEE;
}
.Suppliers__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 1024px) {
  .Suppliers__item {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding: 5.3333333333vw 0;
  }
}

.Partners__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .Partners__text {
    margin-bottom: 8vw;
  }
}
.Partners__inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Partners__inner {
    margin-bottom: 0;
  }
}
.Partners__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .Partners__list {
    flex-flow: column;
  }
}
.Partners__item {
  width: 25%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .Partners__item {
    width: 100%;
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .Partners__item:last-child {
    margin-bottom: 0;
  }
}

.Financial__title {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .Financial__title {
    position: static;
  }
}

.Affiliation {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Affiliation {
    margin-bottom: 16vw;
  }
}
.Affiliation__title {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .Affiliation__title {
    position: static;
  }
}

/*---------------------
other page
---------------------*/
.Other {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 60px auto 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Other {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Other {
    margin: 10.6666666667vw auto 16vw;
    padding: 0 20px;
  }
}
.Other__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Other__inner {
    flex-flow: column;
  }
}
.Other__left, .Other__right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .Other__left, .Other__right {
    width: 100%;
  }
}
.Other__title {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .Other__title {
    position: relative;
    top: 0;
  }
}
.Other__img {
  width: calc(100% - 20px);
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 20px 20px 0 0 rgb(44, 155, 103);
}
@media screen and (max-width: 1024px) {
  .Other__img {
    width: calc(100% - 10px);
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 rgb(44, 155, 103);
  }
}

.Equipment {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .Equipment {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .Equipment__text {
    margin-bottom: 8vw;
  }
}
.Equipment__inner {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .Equipment__inner {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.Equipment__detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .Equipment__detail {
    flex-flow: column;
    width: 100%;
  }
}
.Equipment__list {
  width: 43%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 1024px) {
  .Equipment__list {
    width: 100%;
    padding: 0 20px;
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .Equipment__list:first-child li {
    margin-top: 0;
  }
}
.Equipment__list--wide {
  width: 100%;
}
.Equipment__item, .Equipment__desc {
  display: block;
  text-align: left;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .Equipment__item, .Equipment__desc {
    margin: 2.6666666667vw 0;
  }
}
.Equipment__item {
  color: #2C9B67;
  font-weight: normal;
}

.Permit {
  margin: 60px 0;
}
.Permit__list:first-of-type th {
  margin-top: 0;
}
.Permit__item {
  display: block;
  text-align: left;
  color: #2C9B67;
  font-weight: normal;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .Permit__item {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    margin: 5.3333333333vw 0;
  }
}
.Permit__desc {
  display: block;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
}
@media screen and (max-width: 1024px) {
  .Permit__desc {
    font-size: 4.2666666667vw;
    line-height: 2;
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .Permit__desc--br::before {
    content: "\a";
    white-space: pre;
    text-indent: 1rem;
  }
}

/*---------------------
news page
---------------------*/
.News {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .News {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .News {
    padding: 0 5.3333333333vw 16vw;
  }
}
.News__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin: 30px auto 80px;
}
@media screen and (max-width: 1024px) {
  .News__inner {
    margin: 0;
  }
}
.News__index {
  border-bottom: 1px solid #EEE;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .News__index {
    padding: 5.3333333333vw 0;
  }
}
.News__index:hover {
  background-color: #FBFBFB;
  opacity: 0.9;
}
.News__detail:hover {
  background-color: unset;
  opacity: 1;
}
.News__heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .News__heading {
    margin-bottom: 2.6666666667vw;
  }
}
.News__time {
  margin-right: 20px;
  font-family: "zen maru gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .News__time {
    margin-right: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.News__cat {
  background-color: #F7F6F6;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .News__cat {
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.News__label {
  color: #2C9B67;
  font-family: "zen maru gothic", sans-serif;
}
.News__page-title {
  font-size: 1.125rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .News__page-title {
    font-size: 4.2666666667vw;
  }
}
.News__title {
  font-size: 1.9375rem;
  margin-left: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .News__title {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-left: 0;
  }
}
.News__body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .News__body {
    margin-top: 8vw;
  }
}
.News__body h1 {
  font-size: 1.9375rem;
  font-weight: 400;
  margin: 0 0 30px 45px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .News__body h1 {
    font-size: 5.3333333333vw;
    margin: 0 0 8vw 7.4666666667vw;
    line-height: 1.6;
  }
}
.News__body h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 29px;
  height: 36px;
  background: url(assets/img/ico/ico_tree.svg) no-repeat;
  background-size: contain;
  margin: 0 0 0 -45px;
}
@media screen and (max-width: 1024px) {
  .News__body h1::before {
    width: 5.3333333333vw;
    height: 6.6666666667vw;
    margin: 0 0 0 -7.4666666667vw;
  }
}
.News__body h2 {
  font-size: 1.5625rem;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .News__body h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 8vw;
    line-height: 1.9;
  }
}
.News__body h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #2C9B67;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .News__body h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
    line-height: 1.8;
  }
}
.News__body p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .News__body p {
    margin-bottom: 8vw;
  }
}
.News__body a {
  color: #0065BE;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .News__body a {
    font-size: 4.2666666667vw;
    line-height: 1.8;
  }
}
.News__body ol,
.News__body ul {
  margin: 0 0 30px 1rem;
}
@media screen and (max-width: 1024px) {
  .News__body ol,
.News__body ul {
    margin: 0 0 5.3333333333vw 5.3333333333vw;
  }
}
.News__body ol li {
  list-style: numeric;
}
.News__body ul li {
  position: relative;
  list-style: none;
}
.News__body ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  left: -15px;
  top: calc(1rem - 4px);
}
@media screen and (max-width: 1024px) {
  .News__body ul li::before {
    width: 1.6vw;
    height: 1.6vw;
    left: -4vw;
    top: calc(50% - 0.8vw);
  }
}
.News__body .wp-block-image {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .News__body .wp-block-image {
    max-width: 100%;
    margin-bottom: 8vw;
  }
}
.News__pagenation {
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  .News__pagenation {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 1024px) {
  .News__pagewrap {
    padding: 0 20px;
  }
}
.News__pager {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .News__pager {
    width: 100%;
  }
}
.News__pagenum {
  margin-right: 12px;
  border: 1px solid #2C9B67;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.News__pagenum:hover {
  box-shadow: unset;
  transform: translateY(3px);
}
.News__pagenum:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .News__pagenum {
    width: 20%;
    margin-right: 3.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .News__pageprev, .News__pagenext {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .News__pagetop {
    width: 43%;
  }
}
.News__pagelink {
  color: #2C9B67;
  display: block;
  padding: 16px 30px;
  font-family: "zen maru gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .News__pagelink {
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.News__pagelink--top {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .News__pagelink--top {
    font-size: 4.2666666667vw;
    line-height: 1;
    padding: 3.2vw 5.3333333333vw;
    text-align: center;
  }
}
.News__pagelink--prev, .News__pagelink--next {
  padding: 25px 30px;
}
@media screen and (max-width: 1024px) {
  .News__pagelink--prev, .News__pagelink--next {
    padding: 4.2666666667vw 2.6666666667vw;
  }
}
.News__pagelink--prev::after, .News__pagelink--next::after {
  display: block;
  content: "";
  width: 24px;
  height: 10px;
  background: url(assets/img/ico/ico_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .News__pagelink--prev::after, .News__pagelink--next::after {
    width: 5.3333333333vw;
    height: 2.4vw;
  }
}
.News__pagelink--prev::after {
  transform: rotate(180deg);
}

.News__pagenum .current {
  background-color: #F7F6F6;
  color: #333;
  border-radius: 5px;
  font-family: "zen maru gothic", sans-serif;
}

.nav-links ul.page-numbers {
  display: flex;
  justify-content: center;
}
.nav-links ul.page-numbers li {
  margin-right: 12px;
  border: 1px solid #2C9B67;
  border-radius: 5px;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .nav-links ul.page-numbers li {
    margin-right: 3.2vw;
  }
}
.nav-links ul.page-numbers li:hover:has(a) {
  box-shadow: unset;
  transform: translateY(3px);
}
.nav-links ul.page-numbers li:hover:has(span) {
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, 0.2);
  transform: none;
}
.nav-links ul.page-numbers li a.page-numbers {
  color: #2C9B67;
  display: block;
  padding: 16px 30px;
  font-family: "zen maru gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .nav-links ul.page-numbers li a.page-numbers {
    padding: 4.2666666667vw 8vw;
  }
}
.nav-links ul.page-numbers li a.prev, .nav-links ul.page-numbers li a.next {
  display: none;
}
.nav-links ul.page-numbers li .current {
  background-color: #F7F6F6;
  color: #333;
  border-radius: 5px;
  display: block;
  padding: 16px 30px;
  font-family: "zen maru gothic", sans-serif;
}
@media screen and (max-width: 1024px) {
  .nav-links ul.page-numbers li .current {
    padding: 4.2666666667vw 8vw;
  }
}

/*---------------------
recruit page
---------------------*/
.Recruit__bg {
  padding-bottom: 260px;
  margin-bottom: -180px;
}
.Recruit__wrap {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .Recruit__wrap {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Recruit__intro {
    width: 95%;
    margin: 0 auto;
  }
}
.Recruit__outer {
  margin: 60px auto 70px;
}
@media screen and (max-width: 1024px) {
  .Recruit__outer {
    margin: 10.6666666667vw auto;
  }
}
@media print, screen and (min-width: 1025px) and (max-width:1365px) {
  .Recruit__container {
    width: 95%;
    margin: 0 auto;
  }
}
.Recruit__container--1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .Recruit__container--1 {
    margin-bottom: 16vw;
  }
}
.Recruit__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .Recruit__inner {
    flex-flow: column;
  }
}
@media screen and (max-width: 1024px) {
  .Recruit__inner--sp {
    flex-flow: column-reverse;
  }
}
.Recruit__left, .Recruit__right {
  width: 48%;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .Recruit__left, .Recruit__right {
    width: 100%;
    max-width: 100%;
  }
}
.Recruit__left {
  margin: auto auto auto 0;
}
.Recruit__right {
  margin: auto 0 auto auto;
}
.Recruit__right--img {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .Recruit__right--img {
    margin-right: 0;
  }
}
.Recruit__title {
  font-size: 1.9375rem;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .Recruit__title {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-bottom: 5.3333333333vw;
  }
}
.Recruit__title--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .Recruit__title--pc {
    display: none;
  }
}
.Recruit__title--sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .Recruit__title--sp {
    display: block;
  }
}
.Recruit__img {
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: 20px 20px 0 0 rgb(44, 155, 103);
}
@media screen and (max-width: 1024px) {
  .Recruit__img {
    width: calc(100% - 10px);
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 10px 10px 0 0 rgb(44, 155, 103);
    margin-bottom: 10.6666666667vw;
  }
}

.Guideline {
  padding: 60px 100px;
}
@media screen and (max-width: 1024px) {
  .Guideline {
    padding: 8vw 4vw;
  }
}
.Guideline__wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 40px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Guideline__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Guideline__wrap {
    border-radius: 10px;
  }
}
.Guideline__inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.Guideline__inner:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .Guideline__inner {
    flex-flow: column;
    margin-bottom: 8vw;
    max-width: 100%;
  }
  .Guideline__inner:first-of-type {
    margin-top: 0;
  }
}
.Guideline__separator {
  width: 154px;
  height: 10px;
  background: url(assets/img/ico/ico_greenCircle_pc.svg) no-repeat;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .Guideline__separator {
    width: 26.6666666667vw;
    height: 2.1333333333vw;
    background: url(assets/img/ico/ico_greenCircle_sp.svg) no-repeat;
    background-size: contain;
    margin: 16vw auto;
  }
}
.Guideline__heading, .Guideline__detail {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .Guideline__detail {
    margin-top: 5.3333333333vw;
  }
}
.Guideline__occupation {
  font-size: 1.9375rem;
  font-weight: 400;
  margin-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1024px) {
  .Guideline__occupation {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    position: static;
  }
}
.Guideline__img {
  width: 90%;
  border-radius: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .Guideline__img {
    width: 100%;
  }
}
.Guideline__list {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #EEE;
}
.Guideline__list:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .Guideline__list {
    flex-direction: column;
  }
}
.Guideline__item {
  display: block;
  text-align: left;
  color: #2C9B67;
  font-weight: normal;
  margin: 20px 0 10px;
}
@media screen and (max-width: 1024px) {
  .Guideline__item {
    margin: 5.3333333333vw 0 2.6666666667vw;
  }
}
.Guideline__desc {
  display: block;
  text-align: left;
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .Guideline__desc {
    padding-bottom: 5.3333333333vw;
  }
}
.Guideline__desc:nth-of-type(odd) {
  color: #2C9B67;
  font-weight: normal;
  border-bottom: none;
  width: 260px;
}
@media screen and (max-width: 1024px) {
  .Guideline__desc:nth-of-type(odd) {
    width: 100%;
    margin-bottom: 0;
  }
}
.Guideline__desc:nth-of-type(even) {
  width: auto;
}
@media screen and (max-width: 1024px) {
  .Guideline__desc:nth-of-type(even) {
    margin: 0;
  }
}

.Guideline__heading .wp-block-image {
  width: 90%;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1024px) {
  .Guideline__heading .wp-block-image {
    width: 100%;
  }
}

/*---------------------
Entry page
---------------------*/
.Entry {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 60px auto 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Entry {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Entry {
    margin: 10.6666666667vw auto 16vw;
    padding: 0 20px;
  }
}
.Entry__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .Entry__inner {
    max-width: 100%;
  }
}
.Entry__complete {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Entry__complete {
    margin-bottom: 8vw;
  }
}
.Entry__complete--img {
  width: 100%;
  max-width: 186px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .Entry__complete--img {
    width: 32vw;
    max-width: 100%;
  }
}
.Entry__complete--text {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .Entry__complete--text {
    padding-top: 8vw;
  }
}

/*---------------------
Contact page
---------------------*/
.Contact {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 60px auto 80px;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Contact {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Contact {
    margin: 10.6666666667vw auto 16vw;
    padding: 0 20px;
  }
}
.Contact__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
.Contact__complete {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .Contact__complete {
    margin-bottom: 8vw;
  }
}
.Contact__complete--img {
  width: 100%;
  max-width: 186px;
  aspect-ratio: 1/1;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .Contact__complete--img {
    width: 32vw;
    max-width: 100%;
  }
}
.Contact__complete--text {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .Contact__complete--text {
    padding-top: 8vw;
  }
}

/* 確認画面とメッセージ、スピナーを非表示 */
.Contact__confirm,
.wpcf7-response-output,
.Contact__confirm .wpcf7-spinner,
.Contact__confirm .Form__agreement {
  display: none;
}

/*---------------------
privacy page
---------------------*/
.Privacy {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) and (max-width:1700px) {
  .Privacy {
    width: 95%;
  }
}
@media screen and (max-width: 1024px) {
  .Privacy {
    width: 100%;
    padding: 5.3333333333vw 20px 16vw;
  }
}
.Privacy__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin: 60px auto 110px;
}
@media screen and (max-width: 1024px) {
  .Privacy__inner {
    margin: 8vw 0 0;
  }
}
.Privacy__block {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .Privacy__block {
    margin-bottom: 8vw;
  }
  .Privacy__block:last-of-type {
    margin-bottom: 0;
  }
}
.Privacy__heading {
  color: #22A165;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .Privacy__heading {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.Privacy__text {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .Privacy__text {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}
.Privacy__item {
  position: relative;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .Privacy__item {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  .Privacy__item:last-child {
    margin-bottom: 0;
  }
}
.Privacy__item::before {
  content: "・";
  display: inline-block;
  width: 10px;
  height: 30px;
  position: absolute;
  left: -16px;
}

/*-------------------------------------------
Headerをスクロールしたとき上に固定するためJSで付けるクラス
-------------------------------------------*/
.fixed {
  background-color: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 990;
}/*# sourceMappingURL=style.css.map */