@charset "UTF-8";

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto
}

.wpcf7-list-item {
  width: auto;
}

.wpcf7-list-item:not(:last-child) {
  margin-right: 1em;
}

.wpcf7-list-item label {
  padding: 1em 0;
  display: inline-block;
}

.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #00a040;
  font-weight: bold;
}
.p-splide__img{
  position: relative;
}
.p-splide__img figcaption{
  font-size: 11px;
  color: #666;
  font-weight: normal;
  position: absolute;
  width: max-content;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  background-color: #fff;
  padding: 3px 20px 0;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}

.p-message__name img{
  width: 13rem;
}

.p-nature__detail{
  border: none;
  padding: 0;
  margin: 0;
}


@media screen and (min-width: 768px) {

  /* HEADER */
  .p-drawer-icon.is-active .p-drawer-icon__bar2 {
    opacity: 0;
  }

  .p-drawer-icon__bars {
    width: 16px;
    height: 16px;
  }

  .p-drawer-icon__bar1 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 0;
  }

  .p-drawer-icon__bar2 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    top: 7px;
  }

  .p-drawer-icon__bar3 {
    position: absolute;
    height: 2px;
    background: #333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.25rem;
    top: 14px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .p-drawer-content__list+.p-drawer-content__list {
    margin-top: 0;
  }

  .p-drawer-content__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 100px;
  }

  .p-drawer-content__list {
    text-align: left;
  }

  .p-drawer-content__list a {
    font-size: 24px;
    text-align: left;
    display: inline-block;
    line-height: 1.3;
  }

  .p-drawer-content__items {
    padding-top: 0;
    max-width: 850px;
  }

  /* FOOTER */
  .p-footer__sub-link {
    font-size: 13px;
  }

  .p-footer__lists {
    gap: 2.6rem;
  }

  .p-footer__link {
    font-size: 1.2rem;
  }

  /* TOP */
  .p-top-works__detail::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: #00a040;
    mix-blend-mode: multiply;
    backdrop-filter: blur(15px);
    opacity: 0.4;
  }

  .p-top-works__detail-textWrapper {
    background: transparent;
    position: absolute;
    backdrop-filter: none;
    mix-blend-mode: initial;
    padding: 0 16px;
    height: 65px;
    align-items: center;
    z-index: 1;
  }

  /* BUSINESS */
  .p-kind__link {
    padding: 2rem 3rem;
  }

  .p-introduce__right-sticky {
    position: sticky;
    top: 0;
  }

  .p-introduce__right-img {
    height: 100vh;
  }

  .p-introduce__img {
    opacity: 0;
    transition: 0.5s;
  }

  .p-introduce__img.is-active {
    opacity: 1;
  }

  .p-introduce__right-img figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 13.5vw;
    object-fit: cover;
  }

  .p-introduce__right-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-introduce__left {
    margin: 0;
  }

  .p-introduce__left-block {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .p-introduce__left-block+.p-introduce__left-block {
    margin: 0;
  }

  .p-modal__content {
    padding: 30px 0;
    height: auto;
    max-height: 80vh;
  }

  .p-modal__block {
    width: 100%;
    padding: 0 30px;
  }

  .p-modal__slider {
    max-width: 550px;
    width: 100%;
    margin: 20px auto 0;
  }

  .p-modal__row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p-modal__row:last-child {
    border-bottom: none;
  }
}

.thumbSwiper .swiper-slide {
  opacity: 1 !important;
  pointer-events: none !important;
}

.p-real__img {
  pointer-events: none !important;
}

.p-philosophy__left-text,
.p-philosophy__right-text {
  font-weight: normal;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
}

.p-mv__img {
  position: relative;
  z-index: 0;
}

.p-mv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0 0 0 / 0.4);
}

.p-mv__title {
  transition: 0.6s;
}

.p-mv.is-blurred .p-mv__title {
  opacity: 0;
}

.p-year__btn-img img {
  transition: 0.6s;
}

.p-certification__title {
  margin-left: 0;
  max-width: initial;
}

.p-map__btn-wrapper {
  margin-top: 0;
}

.p-certification__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px 20px;
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .p-certification__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: initial;
  }
}

.p-certification__grid-item {
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  justify-content: center;
  padding: 16px;
  padding: 1rem;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-certification__grid-item {
    border-radius: 10px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
    padding: 30px;
    padding: 1.875rem;
    align-items: initial;
  }
}

.p-certification__grid-item__img {
  width: 41%;
}

.p-certification__grid-item__img img {
  height: auto;
}

.p-certification__grid-item__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .p-certification__grid-item__text {
    width: 54%;
    font-size: 14px;
    line-height: 2;
    margin-top: initial;
  }
}

.p-group__right-title::before {
  display: none;
}

.p-group__right-detail {
  margin-top: 0;
}

.p-archive--green.mt0 {
  margin-top: 3rem;
  padding-top: 5rem;
}

/* FORM */
.form-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 15px 30px;
  border-radius: 10px;
  background-color: #fff;
}

.p-contact__text {
  text-align: center;
  margin-bottom: 30px;
}

.p-contact__text a {
  text-decoration: underline;
}

.wpcf7 table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.wpcf7 table th,
.wpcf7 table td {
  padding: 6px 15px;
  border-radius: 3px;
}

.wpcf7 table th {
  background-color: #221e1e;
  color: #fff;
}

.wpcf7 table tr:last-child th {
  border-bottom: 1px solid #221e1e;
}

.wpcf7 table th p,
.wpcf7 table td p {
  margin: 0;
}

.wpcf7 table th .form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

span.must {
  font-size: 12px;
  background-color: #fff;
  color: #221e1e;
  display: inline-block;
  padding: 1px 8px;
  border-radius: 3px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  width: 100%;
  padding: 12px;
  box-shadow: none;
  line-height: 1.6;
}

form input.md {
  max-width: 300px;
}

form textarea {
  width: 100%;
  resize: none;
}

.submit_btn {
  margin-top: 50px;
  justify-content: center;
  display: flex;
  position: relative;
}

form .submit_btn input {
  font-weight: bold;
  width: 285px;
  padding: 19px;
  text-align: center;
  transition: 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

form .submit_btn input:disabled {
  background: gray !important;
  pointer-events: none;
  border: 1px solid gray !important;
}

form .submit_btn input[type="submit"] {
  color: #fff;
  background-color: #221e1e;
  border: 1px solid #221e1e;
  border-radius: 50px;
}

@media screen and (min-width: 992px) {
  form .submit_btn input[type="submit"]:hover {
    opacity: 1;
    background-color: #fff;
    color: #221e1e;
  }
}

form .submit_btn input[type="button"] {
  background-color: gray;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -30px;
}

div.wpcf7-response-output {
  margin: 3em 0.5em 1em;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 991px) {
  .wpcf7 table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  .wpcf7 table th,
  .wpcf7 table td {
    padding: 10px 15px;
    width: 100%;
    display: block;
    white-space: normal;
  }

  .wpcf7 table td {
    padding-left: 0;
    padding-right: 0;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="number"],
  form textarea {
    width: 100%;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
}

.law {
  margin-top: 20px;
  padding: 25px 30px;
  line-height: 1.6;
  border: 1px solid #231815;
}

.law .text {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 10px;
}

.law .text span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.law .text:last-child {
  margin-bottom: 0;
}

.contact-sec__text {
  margin-bottom: 30px;
  text-align: center;
}

.contact-sec__text a {
  color: var(--orange);
  text-decoration: underline;
  font-weight: bold;
}

.contact-sec,
.privacy-sec01 {
  padding-bottom: 10rem;
}

/* PRIVACY POLICY */
.privacy-sec01__cont {
  line-height: 1.8;
}

.privacy-sec01__cont-text {
  margin-bottom: 30px;
}

.privacy-sec01 .sin-ul>li {
  margin-bottom: 30px;
}

.privacy-sec01 .sin-ul>li span {
  font-weight: bold;
}

.privacy-sec01 .sec-ul {
  margin-top: 10px;
}

.privacy-sec01 .sec-ul>li {
  font-size: 14px;
  padding-left: 1em;
}

.privacy-sec01 .sec-ul>li::before {
  content: "・";
  margin-left: -1em;
}

.p-philosophy__content::before {
  background: linear-gradient(#fff 0%, #d6d6d6 100%);
}

.p-philosophy__content {
  text-align: center;
}

.p-philosophy__content-box__img img {
  width: auto;
  display: block;
  margin: 0 auto;
  mix-blend-mode: darken;
  width: 32%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-philosophy__content-box__hr {
  width: 80%;
  height: 1px;
  margin: 80px auto;
  background: linear-gradient(rgba(214, 214, 214, 0) 0%,
      #d6d6d6 50%,
      rgba(214, 214, 214, 0.51) 74.43%,
      rgba(214, 214, 214, 0) 100%);
}

.p-philosophy__content-box__hr-sm {
  margin: 50px auto;
  width: 100%;
  max-width: 140px;
  height: 1px;
  background-color: #d6d6d6;
}

.p-philosophy__content-box__desc {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 200;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
}

@media screen and (max-width: 991px) {
  .p-philosophy__content-box__desc {
    font-size: clamp(14px, 2vw, 14px);
  }
}

@media screen and (min-width: 1540px) {
  .p-philosophy__content-box__desc {
    font-size: 1.7rem;
    line-height: 1.7;
    font-weight: 200;
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  }
}

.p-philosophy__content-box__author {
  margin-top: 70px;
}

.p-philosophy__content-box__text {
  font-size: 1.4rem;
  line-height: 1.88;
}

@media screen and (max-width: 991px) {
  .p-philosophy__content-box__text {
    font-size: clamp(14px, 2vw, 14px);
  }
}

.p-philosophy__content-box__ttl {
  text-align: center;
  margin-bottom: 30px;
}

.p-philosophy__content-box__ttl span {
  font-size: 1.5rem;
  color: #00a040;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-philosophy__content-box__ttl span {
    font-size: 2.4rem;
    color: #00a040;
    font-weight: 500;
    position: relative;
    z-index: 0;
  }
}

.p-philosophy__content-box__ttl span::before {
  content: "";
  width: 90px;
  height: 65px;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(../images/common/philosophy-ttl-logo.svg) no-repeat center center / contain;
}

.p-philosophy__content-box__lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 200;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
    "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
  margin-bottom: 30px;
  margin-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .p-philosophy__content-box__lead {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    font-weight: 200;
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho,
      "Hiragino Mincho ProN", HGS明朝E, MS明朝, serif;
    margin-bottom: 30px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 768px) {
  .p-certification__grid {
    margin-top: 3.125rem;
  }

  .p-certification__top-title,
  .c-intro-title {
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }

  .p-group__img-logo {
    max-width: 18rem;
  }

  .p-sdgs__block {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .p-sdgs__detail-subTitle {
    font-size: 1.1rem;
  }

  .p-sdgs__detail-title {
    font-size: 2.3rem;
  }

  .p-sdgs__white-title {
    font-size: 1.3rem;
    border-bottom-color: #cfcfcf;
  }

  @media screen and (max-width: 991px) {
    .p-sdgs__white-title {
      font-size: clamp(14px, 2vw, 14px);
    }
  }

  .p-history__dt,
  .p-history__dd {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {

  .p-history__dt,
  .p-history__dd {
    font-size: clamp(14px, 2vw, 14px);
  }
}

@media screen and (min-width: 992px) {
  .p-year__btn-img:hover {
    opacity: 1;
  }

  .p-year__btn-img:hover img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1540px) {
  .p-year__text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1540px) and (min-width: 768px) {
  .p-footer__content {
    gap: 2.5rem;
  }

  .p-certification__grid-item__text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {

  /* PC時のホバースタイルをSPのデフォルトに */
  .p-kind__link::before {
    opacity: 1;
    visibility: visible;
  }

  .p-kind__link::after,
  .p-kind__link--3::after,
  .p-kind__link--4::after,
  .p-kind__link--5::after,
  .p-kind__link--6::after,
  .p-kind__link--2::after,
  .p-kind__link--7::after,
  .p-kind__link--8::after,
  .p-kind__link--9::after,
  .p-kind__link--10::after,
  .p-kind__link--11::after,
  .p-kind__link--12::after,
  .p-kind__link--13::after,
  .p-kind__link--14::after {
    opacity: 1;
    visibility: visible;
  }

  .p-kind__img {
    opacity: 0;
    visibility: hidden;
  }

  .p-kind__number-num,
  .p-kind__number-en,
  .p-kind__detail-title,
  .p-kind__detail-text {
    color: #fff;
  }

  .p-kind__btn-wrapper {
    visibility: visible;
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .p-footer__sub-link {
    font-size: clamp(14px, 2vw, 14px);
  }
}
@media screen and (max-width: 991px) {
  .p-page-mv{
    padding-top: 15rem;
  }
  .c-main-title__en{
    font-size: 3rem;
  }
  .c-main-title__ja{
    font-size: 5rem;
  }
  .p-group__dd,
  .p-modal__dd{
    width: 100%;
  }
  .wpcf7 table th,
  .wpcf7 table td,
  form .submit_btn input[type="submit"]{
    font-size: 14px;
  }
  .contact-sec__text{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    font-size: 14px;
  }
  form input::placeholder{
		font-size: 14px;
	}
}

.p-drawer-content__list span {
  display: block;
  font-family: "Lato", "source-han-sans-japanese", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  color: #00a040;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-page-mv{
    padding-top: 8rem;
  }
  .c-main-title__en{
    font-size: 1.3rem;
  }
  .c-main-title__ja{
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .p-philosophy__content-box__img img{
    width: 80%;
  }
}