@charset "UTF-8";

.p-page-hero {
  position: relative;
  overflow: hidden;
}
.p-page-hero__title-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 70px;
}
.p-page-hero__en-title {
  display: block;
  font-family: var(--font-en);
  font-size: 90px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--black);
}
.p-page-hero__ja-title {
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-page-hero__ja-title:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--beige);
  border-radius: 50vw;
}

@media only screen and (max-width: 828px) {
  .p-page-hero__title-area {
    gap: calc(20 / 828 * 100vw);
    padding-bottom: calc(70 / 828 * 100vw);
  }
  .p-page-hero__en-title {
    font-size: calc(90 / 828 * 100vw);
  }
  .p-page-hero__ja-title {
    font-size: calc(24 / 828 * 100vw);
    gap: calc(15 / 828 * 100vw);
  }
  .p-page-hero__ja-title:before {
    width: calc(16 / 828 * 100vw);
    height: calc(16 / 828 * 100vw);
  }
}
.p-page-hero__title-area .p-item-hero__catch-copy{
  margin-bottom: 0;
}

.p-page-hero__title-area .p-item-hero__catch-copy a{
    color: var(--tan);
    text-decoration: underline;
}
.p-item-form__bg {
    position: relative;
    background: rgba(224, 220, 208, 0.4);
    border-radius: 50px;
    padding: 100px;
    margin-bottom: 230px;
}


.p-form-overview__list {
  width: calc(930 / 1200 * 100%);
}
.p-form-overview__item {
  display: flex;
}
.p-form-overview__label {
  width: 200px;
  font-size: 16px;
  line-height: 2;
  padding: 32px 10px;
  border-bottom: 1px solid var(--beige);
}
.p-form-overview__text {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  padding: 32px 10px;
  border-bottom: 1px solid var(--tan);
}
.p-form-overview__text input{
    width: 100%;
    padding: 10px;
    border:0;
    border-radius: 10px;
}
.p-form-overview__text textarea{
    width: 100%;
    padding: 10px;
    border:0;
    border-radius: 10px;
}

.wpcf7-list-item{
    margin: 0 30px 0 0;
}

.wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 4px;
}
.wpcf7-list-item label input[type="checkbox"]{
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    flex: 0 0 18px;
    position: relative;
  }

.wpcf7-list-item label input[type="checkbox"]:checked{
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4 9.2l3.1 3.1L14 5.8' fill='none' stroke='%231f1f1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
  }

.chance-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
  margin-bottom: 0.5em;
}

.chance-box .wpcf7-form-control-wrap {
  display: inline-block;
}

.chance-box .wpcf7-list-item {
  margin: 0;
}

.inline-text {
  width: 12em;
}

.is-error input,
input.is-error {
  border: 1px solid #d00;
}

.is-error {
  background: #fff0f0;
}

.catalog-downloads {
  text-align: center;
}

.catalog-downloads__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
}

.catalog-downloads__text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 48px;
}

.catalog-downloads__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#form-contents .catalog-downloads__btns .download-btn {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.catalog-downloads .is-download-btn {
  justify-content: space-between;
  text-align: left;
}

.catalog-downloads .is-download-btn .p-top-product__item-btn-text {
  flex: 1;
  text-align: left;
}

.catalog-downloads .is-download-btn .icon-arrow {
  transform: rotate(90deg);
}

.contact-thanks {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.catalog-downloads__head .br-sp {
  display: none;
}
.contact-thanks .br-sp{
  display: none;
}

.contact-thanks__head {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
}

.contact-thanks__text {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

.chance-box > p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em;
  margin: 0;
}

/* css */
.p-download-overview__item{
	display: flex;
}
.p-download-overview__label{
    width: 200px;
    font-size: 16px;
    line-height: 2;
    padding: 32px 10px;
    border-bottom: 1px solid #333;
}

.p-download-overview__text {
    flex: 1;
    font-size: 16px;
    line-height: 2;
    padding: 32px 10px;
    border-bottom: 1px solid #000;
}
.p-download-overview__text span{
    font-size: 16px;
    line-height: 2;
}

.must{
	color: #ff0000;
	font-size: 11px;
}

.p-form-overview .p-form-overview__item:first-child .p-form-overview__label,
.p-form-overview .p-form-overview__item:first-child .p-form-overview__text {
  padding-top: 0;
}
.p-form-overview .p-form-overview__item:last-child .p-form-overview__label,
.p-form-overview .p-form-overview__item:last-child .p-form-overview__text {
  border-bottom: none;
  padding-bottom: 0;
}

@media only screen and (max-width: 828px) {
  .p-form-overview__list {
    width: 100%;
  }
  .p-form-overview__item {
    flex-direction: column;
  }
  .p-form-overview__label {
    width: 100%;
    font-size: calc(32 / 828 * 100vw);
    line-height: 2;
    padding: calc(32 / 828 * 100vw) calc(20 / 828 * 100vw) 0;
    border-bottom: none;
  }

  .p-form-overview__text {
    font-size: calc(32 / 828 * 100vw);
    line-height: calc(54 / 32);
    padding: 0 calc(20 / 828 * 100vw) calc(32 / 828 * 100vw);
  }

  .catalog-downloads__head {
    font-size: calc(40 / 828 * 100vw);
    margin-bottom: calc(24 / 828 * 100vw);
  }

  .catalog-downloads__text {
    font-size: calc(32 / 828 * 100vw);
    line-height: calc(54 / 32);
    margin-bottom: calc(48 / 828 * 100vw);
  }

  .catalog-downloads__btns {
    flex-direction: column;
    gap: calc(24 / 828 * 100vw);
  }

  .download-btn {
    width: 100%;
  }

  .contact-thanks__head {
    font-size: calc(40 / 828 * 100vw);
    margin-bottom: calc(24 / 828 * 100vw);
  }

  .contact-thanks__text {
    font-size: calc(32 / 828 * 100vw);
    line-height: calc(54 / 32);
  }
  .p-item-form__bg {
        border-radius: calc(25 / 828 * 100vw);
        padding: calc(100 / 828 * 100vw) calc(50 / 828 * 100vw) ;
        margin-bottom: calc(230 / 828 * 100vw);
  }
  .catalog-downloads__head .br-sp {
    display: block;
  }
  .contact-thanks .br-sp{
    display: block;
  }

}

.detail-area .wpcf7-list-item {
  display: block;
  margin: 0 0 12px;
}

.detail-area .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

.detail-area-other {
  margin-top: 12px;
}

.detail-other {
  width: 100%;
  min-height: 120px;
}
.confirm-ttl{
  font-size: 24px;
  line-height: 1.5;
  color: var(--tan);
  margin-bottom: 24px;
  text-align: center;
  }
#form-contents .p-top-product__item-btn{
  width: 335px;
  margin: 0 auto;
}
#form-contents .btn_wrap{
  text-align: center;
  padding:80px 0 0
}

/* form message */
.wpcf7-response-output{
  display: none;
}


@media only screen and (max-width: 828px) {
#form-contents .p-top-product__item-btn{
  width: 100%;
}
.confirm-area__btns{
  flex-direction: column;
}
#form-contents .btn_wrap{
  padding: calc(80 / 828 * 100vw) 0 0;
}
.wpcf7-not-valid-tip{
  font-size: calc(24 / 828 * 100vw);
}
}


/* PRODUCT上書き追加 */
.p-item-structure__media .img__pc{
  display: block;
}
.p-item-structure__media .img__sp{
  display: none;
}

@media screen and (max-width: 828px) {
  .p-item-structure__media .img__pc{
    display: none;
  }
  .p-item-structure__media .img__sp{
    display: block;
  }
}
.p-item-structure__movie figure {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
    overflow: hidden;
}
.p-item-structure__movie figure iframe {
    width: 100%;
    height: 100%;
    display: block;
}
.p-item-structure__movie .wp-block-embed__wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media only screen and (max-width: 828px) {
  .p-item-hero__visual figure {
        width: 100%;
        height: 100%;
  }
  .p-item-hero__visual figure img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center top;
        object-position: center top;
    }
}
/* philosophy上書き追加 */
@media only screen and (max-width: 828px) {
    .p-philosophy-message__info-block:last-child {
      margin-bottom: 0;
    }
  }
/* event追加 */
.p-news-detail__body p a {
    color: var(--tan);
    text-decoration: underline;
}

/* formまわり */

.confirm-area__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
#form-contents .confirm-area__btns .p-top-product__item-btn{
  margin: 0;
}
.confirm-area__btns 
.confirm-area__btns .btn_wrap {
  margin: 0;
}

.confirm-area__btns .p-top-product__item-btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.confirm-area__btns .p-top-product__item-btn:focus {
  outline: none;
}

.confirm-area__btns .p-top-product__item-btn.is-back-btn{
  flex-direction: row-reverse;
  padding: 30px 35px 30px 23px 
}
.confirm-area__btns .is-back-btn .icon-arrow {
  transform: scaleX(-1);
}


.p-privacy-content .detail{
  padding: 0 0 230px;
}
.p-privacy-content p{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(36 / 16);
}
.p-privacy-content .intro{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: calc(36 / 18);
    margin-bottom: 40px;
}
.p-privacy-content h3{
    font-size: 24px;
    line-height: 1.5;
    color: var(--tan);
    margin-bottom: 24px;
}
.p-privacy-content h4{
    font-size: 18px;
    line-height: 1.5;
    color: var(--tan);
    margin-bottom: 16px;
    padding-top: 40px;
}

.p-privacy-content .section{
    margin-bottom: 40px;
}

.p-privacy-content a{
    color: var(--tan);
    text-decoration: underline;
}



.p-terms-content .detail{
  padding: 0 0 230px;
}
.p-terms-content p{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(36 / 16);
}
.p-terms-content .intro{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: calc(36 / 18);
    margin-bottom: 40px;
}
.p-terms-content h3{
    font-size: 24px;
    line-height: 1.5;
    color: var(--tan);
    margin-bottom: 24px;
}
.p-terms-content h4{
    font-size: 18px;
    line-height: 1.5;
    color: var(--tan);
    margin-bottom: 16px;
    padding-top: 40px;
}

.p-terms-content .section{
    margin-bottom: 40px;
}

.p-terms-content a{
    color: var(--tan);
    text-decoration: underline;
}
.p-terms-content .detail div.inlist{
    text-indent: -1.2em;
    margin-left: 1.2em;
    margin-bottom: 1%;
}
.p-terms-content .detail div p{
    margin-bottom: 20px;
}
@media only screen and (max-width: 828px) {
  .p-privacy-content .detail,
  .p-terms-content .detail{
      padding-bottom: calc(230 / 828 * 100vw);
  }
  .p-privacy-content .section.last,
  .p-terms-content .detail .last p{
      margin-bottom: 0;
  }
  .p-privacy-content .intro,
  .p-terms-content .intro{
          font-size: calc(32 / 828 * 100vw);
          line-height: calc(54 / 32);
  }
  .p-privacy-content p,
  .p-terms-content p{
          font-size: calc(32 / 828 * 100vw);
          line-height: calc(54 / 32);
  }
  .p-privacy-content a,
  .p-terms-content a{  
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

.cookie_policy {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 500px;
    z-index: 99;
    background: var(--beige);
    border-radius: 50px;
    padding: 50px;
    display: none;
}
.cookie_policy p{
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: calc(36 / 16);
    margin-bottom: 20px;
}

.cookie_policy .btn_cookie {
    cursor: pointer;
    border-radius: 10px;
    background: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-decoration: none;
    color: var(--black);
    width: 100%;
    padding: 30px 23px 30px 35px;
}
.cookie_policy .btn_cookie .p-top-cookie {
    font-family: var(--font-en);
    font-weight: 300;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    transition: opacity 0.3s;
}
.cookie_policy .btn_cookie:hover{
    background: var(--white-alpha);
}

.p-casestudy-article__btn-area{
  padding: 80px 0 0;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}
.p-casestudy-article__block .p-news-detail__back-btn .p-casestudy-txt{
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 828px) {
.p-casestudy-article__btn-area{
  flex-direction: column;
  padding-top: calc(80 / 828 * 100vw);
}
.p-news-detail__back-btn{
  width: calc(100% - 60px)
}
.p-casestudy-article__block .p-news-detail__back-btn .p-casestudy-txt{
    font-size: calc(32 / 828 * 100vw);
}
.p-item-casestudy__link{
    width: 100%;
}


}

.p-casestudy-single .p-casestudy-article__block{
  padding-top: 0;
  border-top:0;
}
.p-casestudy-article__main-photo{
  aspect-ratio: 1200 / 726;
}
.p-casestudy-article__main-photo img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.p-item-casestudy__media{
  aspect-ratio: 1200 / 726;
}
.p-item-casestudy__media img{
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 828px) {
  .cookie_policy {
    right: calc(50 / 828 * 100vw);
      left:calc(50 / 828 * 100vw);
      bottom: calc(20 / 828 * 100vw);
      max-width: 100%;
      padding: calc(100 / 828 * 100vw) calc(50 / 828 * 100vw);
  }
  .cookie_policy p{
      font-size: calc(28 / 828 * 100vw);
      line-height: calc(48 / 28);
      margin-bottom: calc(48 / 828 * 100vw);
  }
  .cookie_policy .btn_cookie {
          gap: calc(24 / 828 * 100vw);
          padding: calc(52 / 828 * 100vw);
  }


  /* comapny */
  .p-company-overview__text.last{
    padding-top:calc(32 / 828 * 100vw)
  }
  /* glow */
  
  .p-philosophy-hero__text-content p{
    text-shadow:0px 0px 10px var(--cream);
  }

  .p-philosophy-hero__title{
    -webkit-text-stroke:0;
    text-stroke:0;
text-shadow:
  0 0 20px color-mix(in srgb, var(--cream) 70%, transparent),
  0 0 38px color-mix(in srgb, var(--cream) 70%, transparent),
  0 0 64px color-mix(in srgb, var(--cream) 50%, transparent),
  2px 2px 20px color-mix(in srgb, var(--cream) 70%, transparent),
  -2px -2px 20px color-mix(in srgb, var(--cream) 70%, transparent),
  -2px 2px 10px color-mix(in srgb, var(--cream) 70%, transparent),
  2px -2px 10px color-mix(in srgb, var(--cream) 70%, transparent),
  2px 0 10px color-mix(in srgb, var(--cream) 70%, transparent),
  -2px 0 10px color-mix(in srgb, var(--cream) 70%, transparent),
  0 2px 10px color-mix(in srgb, var(--cream) 70%, transparent),
  0 -2px 10px color-mix(in srgb, var(--cream) 70%, transparent),
  6px 6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  -6px -6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  -6px 6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  6px -6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  6px 0 18px color-mix(in srgb, var(--cream) 70%, transparent),
  -6px 0 18px color-mix(in srgb, var(--cream) 70%, transparent),
  0 6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  0 -6px 18px color-mix(in srgb, var(--cream) 70%, transparent),
  12px 12px 32px color-mix(in srgb, var(--cream) 70%, transparent),
  -12px -12px 32px color-mix(in srgb, var(--cream) 70%, transparent),
  -12px 12px 32px color-mix(in srgb, var(--cream) 70%, transparent),
  12px -12px 32px color-mix(in srgb, var(--cream) 70%, transparent),
  12px 0 32px color-mix(in srgb, var(--cream) 70%, transparent),
  -12px 0 32px color-mix(in srgb, var(--cream) 70%, transparent),
  0 12px 32px color-mix(in srgb, var(--cream) 70%, transparent),
  0 -12px 32px color-mix(in srgb, var(--cream) 70%, transparent);



}
}


.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
@media only screen and (max-width: 828px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}


/* btn hover */
.p-top-product__item-btn--inquiry:hover,
.p-top-news__more:hover,
.p-top-company__btn--more:hover,
.p-item-casestudy__link:hover,
.p-news-detail__back-btn:hover{
  opacity: 0.5;
}

.btn_pagetop {
  --pagetop-right: 50px;
  --pagetop-bottom-fixed: 42px;
  position: fixed;
  right: var(--pagetop-right);
  bottom: var(--pagetop-bottom-fixed);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  will-change: transform, opacity;
}

.btn_pagetop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.btn_pagetop a {
  display: block;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.btn_pagetop a .arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  position: relative;
  border-radius: 100vw;
}
.btn_pagetop a .arrow:after{
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #9f8771;
  border-radius: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.btn_pagetop a .arrow svg{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (any-hover: hover) {
  .btn_pagetop a:hover .arrow svg{
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.l-footer__title{
  font-size: 42px;
  font-weight: 200;
}

@media only screen and (max-width: 828px) {
  .p-top-cta,
  .p-item-faq{
    padding-bottom:calc(230 / 828 * 100vw)
  }


  .btn_pagetop {
    --pagetop-right: calc(50 / 828 * 100vw);
    --pagetop-bottom-fixed: calc(42 / 828 * 100vw);
  }
  #product-detail .btn_pagetop {
    --pagetop-bottom-fixed: calc(120 / 828 * 100vw);
  }
  .btn_pagetop a .arrow {
    width: calc(100 / 828 * 100vw);
    height: calc(100 / 828 * 100vw);
  }
  .l-footer__title{
    font-size: 7.2vw;
  }
  .p-philosophy-message__job{
    line-height: 1.3;
  }

}

