@charset "UTF-8";*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,figure{margin:0;padding:0}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img,picture,svg,video{display:block;max-width:100%;height:auto}button{background:0 0;border:0;padding:0;font:inherit;color:inherit;cursor:pointer}input,textarea,select{font:inherit}body{overflow-x:clip;background-color:#f5f0e8;color:#3a2e1f;font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic",YuGothic,Meiryo,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.8;-webkit-font-feature-settings:"palt";font-feature-settings:"palt";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{vertical-align:middle}a{-webkit-transition:opacity .3s ease,color .3s ease,background-color .3s ease;transition:opacity .3s ease,color .3s ease,background-color .3s ease}a:hover{opacity:.8}.l-header{position:sticky;top:0;z-index:100;background-color:rgba(245,240,232,.95);border-bottom:1px solid #d8cdb8}@media (min-width:1024px){.l-header{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}.l-header__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:7.2rem}@media (max-width:767px){.l-header__inner{height:6rem}}.l-header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.l-header__logo a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem;text-decoration:none;color:inherit;white-space:nowrap}.l-header__logo-img{width:3.6rem;height:auto;display:block}@media (max-width:767px){.l-header__logo-img{width:3rem}}.l-header__logo-text{font-family:"Inter","Lato",sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.02em;color:#3a2e1f}@media (max-width:767px){.l-header__logo-text{font-size:1.4rem}}.l-header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.2rem}@media (max-width:1023px){.l-header__nav{position:fixed;top:0;right:0;z-index:300;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:0;width:min(80vw, 32rem);height:100vh;height:100dvh;padding:8rem 2.4rem 4rem;background-color:#f5f0e8;-webkit-box-shadow:-4px 0 16px rgba(0,0,0,.08);box-shadow:-4px 0 16px rgba(0,0,0,.08);-webkit-transform:translateX(100%);transform:translateX(100%);visibility:hidden;-webkit-transition:visibility .3s ease,-webkit-transform .3s ease;transition:visibility .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,visibility .3s ease;transition:transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.l-header__nav.is-open{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible}}.l-header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3.2rem}@media (max-width:1023px){.l-header__nav-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:0;margin-bottom:2.4rem}}@media (max-width:1023px){.l-header__nav-item{border-bottom:1px solid #d8cdb8}}.l-header__nav-item a{display:block;text-align:center;line-height:1.2}@media (max-width:1023px){.l-header__nav-item a{text-align:left;padding:1.6rem .4rem}}.l-header__nav-item a .en{display:block;font-family:"Inter","Lato",sans-serif;font-size:1.3rem;font-weight:600;color:#3a2e1f;letter-spacing:.1em}.l-header__nav-item a .ja{display:block;font-size:1rem;color:#7a6b5c;margin-top:.4rem;letter-spacing:.1em}.l-header__nav-item a:hover{opacity:1}.l-header__nav-item a:hover .en{color:#e97b3a}.l-header__cta{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#e97b3a;color:#fffefc;padding:1rem 1.8rem;font-size:1.3rem;font-weight:500;letter-spacing:.05em;border-radius:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}@media (max-width:1023px){.l-header__cta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.4rem;font-size:1.4rem}}.l-header__cta:after{content:"→";margin-left:.8rem}.l-header__cta:hover{background-color:#c9621f;opacity:1}.l-header__overlay{display:none}@media (max-width:1023px){.l-header__overlay.is-open{display:block;position:fixed;inset:0;z-index:200;background-color:rgba(58,46,31,.5);-webkit-animation:jws-drawer-fade-in .3s ease;animation:jws-drawer-fade-in .3s ease}}.l-header__menu-btn{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.4rem;width:4.4rem;height:4.4rem;position:relative;z-index:calc(300 + 1);background:0 0;border:none;cursor:pointer}@media (max-width:1023px){.l-header__menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.l-header__menu-btn span:not(.l-header__menu-btn-label){display:block;width:2.4rem;height:1px;background-color:#3a2e1f;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;-webkit-transform-origin:center;transform-origin:center}.l-header__menu-btn.is-open span:nth-child(1){-webkit-transform:translateY(.5rem) rotate(45deg);transform:translateY(.5rem) rotate(45deg)}.l-header__menu-btn.is-open span:nth-child(2){opacity:0}.l-header__menu-btn.is-open span:nth-child(3){-webkit-transform:translateY(-.5rem) rotate(-45deg);transform:translateY(-.5rem) rotate(-45deg)}.l-header__menu-btn-label{font-family:"Inter","Lato",sans-serif;font-size:1rem;letter-spacing:.1em;margin-top:.2rem;color:#3a2e1f}body.is-drawer-open{overflow:hidden}@-webkit-keyframes jws-drawer-fade-in{from{opacity:0}to{opacity:1}}@keyframes jws-drawer-fade-in{from{opacity:0}to{opacity:1}}.l-footer{background-color:#f5f0e8;padding-block:4rem}@media (max-width:767px){.l-footer{padding-block:3rem}}.l-footer__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.l-footer__brand{text-align:center;margin-bottom:3rem}@media (max-width:767px){.l-footer__brand{margin-bottom:2rem}}.l-footer__logo{font-family:"Inter","Lato",sans-serif;font-size:2rem;font-weight:700;color:#3a2e1f;letter-spacing:.05em;margin-bottom:1.2rem}.l-footer__desc{font-size:1.3rem;color:#7a6b5c;line-height:1.8}.l-footer__bottom{border-top:1px solid #d8cdb8;padding-top:2rem;text-align:center}.l-footer__copyright{font-family:"Inter","Lato",sans-serif;font-size:1.2rem;color:#7a6b5c;letter-spacing:.05em}.l-main{display:block}.l-section{padding-block:12rem}@media (max-width:767px){.l-section{padding-block:8rem}}.l-section__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.l-section--narrow{padding-block:8rem}@media (max-width:767px){.l-section--narrow{padding-block:6rem}}.l-section--bg-base{background-color:#f5f0e8}.l-section--bg-alt{background-color:#ebe3d5}.l-section--bg-card{background-color:#fff}.l-section--bg-dark{background-color:#3a2e1f;color:#f5f0e8}.c-section-heading{text-align:center;margin-bottom:6rem}@media (max-width:767px){.c-section-heading{margin-bottom:4rem}}.c-section-heading__en{display:block;font-family:"Inter","Lato",sans-serif;font-size:4rem;font-weight:700;color:#3a2e1f;letter-spacing:.08em;line-height:1.2}@media (max-width:767px){.c-section-heading__en{font-size:3rem;letter-spacing:.15em}}.c-section-heading__ja{display:block;font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic",YuGothic,Meiryo,sans-serif;font-size:1.4rem;color:#7a6b5c;letter-spacing:.15em;margin-top:.8rem}.c-section-heading__ja-accent{color:#e97b3a;font-weight:700}.c-section-heading--on-dark .c-section-heading__en,.c-section-heading--on-dark .c-section-heading__ja{color:#f5f0e8}.c-btn,.c-btn--outline-light,.c-btn--cta-large{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;text-decoration:none;border-radius:4px;-webkit-transition:all .3s ease;transition:all .3s ease;line-height:1.4}.c-btn:hover,.c-btn--outline-light:hover,.c-btn--cta-large:hover{opacity:1}.c-btn--cta,.c-btn--cta-large{background-color:#e97b3a;color:#fffefc;padding:1.8rem 3.2rem;font-size:1.6rem;min-width:28rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:6px}.c-btn--cta:after,.c-btn--cta-large:after{content:"→";margin-left:1.6rem;font-weight:400;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.c-btn--cta:hover,.c-btn--cta-large:hover{background-color:#c9621f;-webkit-transform:translateY(-2px);transform:translateY(-2px)}.c-btn--cta:hover:after,.c-btn--cta-large:hover:after{-webkit-transform:translateX(4px);transform:translateX(4px)}@media (max-width:767px){.c-btn--cta,.c-btn--cta-large{width:100%;min-width:0;max-width:32rem}}.c-btn--cta-large{padding:2.2rem 4rem;min-width:32rem;font-size:1.7rem}.c-btn--outline,.c-btn--outline-light{background-color:transparent;border:1px solid #3a2e1f;color:#3a2e1f;padding:1.4rem 2.8rem;font-size:1.4rem;letter-spacing:.05em;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:24rem}.c-btn--outline:after,.c-btn--outline-light:after{content:"→";margin-left:1.6rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.c-btn--outline:hover,.c-btn--outline-light:hover{background-color:#3a2e1f;color:#fff}.c-btn--outline:hover:after,.c-btn--outline-light:hover:after{-webkit-transform:translateX(4px);transform:translateX(4px)}.c-btn--outline-light{border-color:#f5f0e8;color:#f5f0e8}.c-btn--outline-light:hover{background-color:#f5f0e8;color:#3a2e1f}.c-btn--outline-on-image{background-color:rgba(255,255,255,.85);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.c-btn--outline-on-image:hover{background-color:#3a2e1f;color:#fff}.c-card{background-color:#fff;border-radius:6px;overflow:hidden;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.c-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 12px 32px rgba(58,46,31,.08);box-shadow:0 12px 32px rgba(58,46,31,.08)}.c-card__thumb{aspect-ratio:4/3;background-color:#ebe3d5;overflow:hidden}.c-card__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-card__body{padding:2.4rem}@media (max-width:767px){.c-card__body{padding:2rem}}.c-card__category{display:inline-block;font-size:1.2rem;color:#7a6b5c;letter-spacing:.1em;margin-bottom:.8rem}.c-card__title{font-size:1.8rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1.2rem}.c-card__text{font-size:1.4rem;color:#7a6b5c;line-height:1.7}.c-point-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:"Inter","Lato",sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.15em;color:#e97b3a;margin-bottom:1.6rem}.c-point-label:before{content:"";display:inline-block;width:3.2rem;height:1px;background-color:#e97b3a;margin-right:1.2rem}.c-placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:linear-gradient(135deg,#ebe3d5 0%,#f0e8d6 100%);color:#7a6b5c;font-family:"Inter","Lato",sans-serif;font-size:1.2rem;letter-spacing:.1em;width:100%;height:100%}.c-placeholder--ratio-4-3{aspect-ratio:4/3}.c-placeholder--ratio-16-9{aspect-ratio:16/9}.c-placeholder--ratio-1-1{aspect-ratio:1/1}.p-breadcrumb{max-width:1180px;margin-inline:auto;padding-inline:24px;padding-block:1.6rem}.p-breadcrumb__list{font-size:1.3rem;color:#7a6b5c}.p-breadcrumb__list a{color:#7a6b5c;text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.p-breadcrumb__list a:hover{opacity:.7}.p-breadcrumb__list .sep{margin-inline:.8rem}.p-breadcrumb+.l-section{padding-top:4rem}@media (max-width:767px){.p-breadcrumb+.l-section{padding-top:3rem}}.p-hero{position:relative;width:100%;min-height:80vh;padding-bottom:0;overflow:hidden}@media (max-width:767px){.p-hero{min-height:70vh}}.p-hero:after{content:"";position:absolute;inset:0;background:-webkit-gradient(linear,left top,right top,from(rgba(245,240,232,.92)),color-stop(35%,rgba(245,240,232,.85)),color-stop(55%,rgba(245,240,232,.3)),to(rgba(245,240,232,0)));background:linear-gradient(to right,rgba(245,240,232,.92) 0%,rgba(245,240,232,.85) 35%,rgba(245,240,232,.3) 55%,rgba(245,240,232,0) 100%);z-index:1;pointer-events:none}@media (max-width:767px){.p-hero:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(245,240,232,.92)),color-stop(50%,rgba(245,240,232,.85)),color-stop(75%,rgba(245,240,232,.4)),to(rgba(245,240,232,.1)));background:linear-gradient(to bottom,rgba(245,240,232,.92) 0%,rgba(245,240,232,.85) 50%,rgba(245,240,232,.4) 75%,rgba(245,240,232,.1) 100%)}}.p-hero__slider{position:absolute;inset:0;z-index:0}.p-hero__slide{position:absolute;inset:0;opacity:0;-webkit-transition:opacity 1.5s ease-in-out;transition:opacity 1.5s ease-in-out}.p-hero__slide.is-active{opacity:1}.p-hero__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-hero__content{position:relative;z-index:2;min-height:80vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12rem 0}@media (max-width:767px){.p-hero__content{min-height:70vh;padding:8rem 0}}.p-hero__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.p-hero__title{font-size:4.8rem;font-weight:700;line-height:1.5;letter-spacing:.05em;color:#3a2e1f;margin-bottom:3.2rem}@media (max-width:1023px){.p-hero__title{font-size:3.8rem}}@media (max-width:767px){.p-hero__title{font-size:3.2rem}}.p-hero__title-accent{color:#e97b3a}.p-hero__lead{font-size:1.6rem;line-height:1.9;color:#7a6b5c;margin-bottom:4.8rem;max-width:52rem}@media (max-width:767px){.p-hero__lead{font-size:1.4rem;margin-bottom:3.6rem;color:#2a1f0f;font-weight:500}}.p-hero__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:600px){.p-hero__buttons .c-btn,.p-hero__buttons .c-btn--cta,.p-hero__buttons .c-btn--cta-large{width:auto;max-width:none}}@media (max-width:599px){.p-hero__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.2rem}.p-hero__buttons .c-btn{width:100%;max-width:300px}}.p-page-title{position:relative;overflow:hidden}.p-page-title__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.p-page-title__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.p-page-title__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(248,244,236,.6);z-index:1}.p-page-title__inner{position:relative;z-index:2}.p-achievement{background-color:#f5f0e8;padding-block:3rem;border-bottom:1px solid #d8cdb8}@media (max-width:767px){.p-achievement{padding-block:3rem}}.p-achievement__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.p-achievement__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:4rem}@media (max-width:499px){.p-achievement__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3.2rem}}.p-achievement__item{text-align:center;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.p-achievement__item:not(:last-child):before{content:"";position:absolute;right:-2rem;top:20%;bottom:20%;width:1px;background-color:#d8cdb8}@media (max-width:499px){.p-achievement__item:not(:last-child):before{display:none}}.p-achievement__item:not(:has(.p-achievement__link)):after{content:"";display:block;margin-top:.8rem;height:1.2em;font-size:1.2rem}@media (max-width:499px){.p-achievement__item:not(:has(.p-achievement__link)):after{display:none}}.p-achievement__num{font-family:"Inter","Lato",sans-serif;font-size:5.6rem;font-weight:700;line-height:1;color:#3a2e1f;letter-spacing:-.02em;margin-bottom:.8rem}@media (max-width:767px){.p-achievement__num{font-size:4.8rem}}.p-achievement__plus,.p-achievement__year{font-family:"Inter","Lato",sans-serif;font-size:2.4rem;font-weight:700;margin-left:.4rem;color:#e97b3a}.p-achievement__label{font-size:1.4rem;font-weight:500;letter-spacing:.1em;color:#3a2e1f;margin-bottom:.4rem}.p-achievement__note{font-size:1.2rem;color:#7a6b5c;letter-spacing:.05em}.p-achievement__link{display:inline-block;margin-top:.8rem;font-size:1.2rem;color:#e97b3a;text-decoration:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.p-achievement__link:hover{opacity:.7}.p-news__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:4rem}@media (max-width:767px){.p-news__head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2rem}}.p-news__heading{margin-bottom:0;text-align:left}.p-news__list{border-top:1px solid #d8cdb8}.p-news__item{border-bottom:1px solid #d8cdb8}.p-news__item a{display:grid;grid-template-columns:12rem 12rem 1fr;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.6rem 0}@media (max-width:767px){.p-news__item a{grid-template-columns:1fr;gap:.6rem;padding:1.2rem 0}}.p-news__item a:hover{opacity:1}.p-news__item a:hover .title{color:#e97b3a}.p-news__item .date{font-family:"Inter","Lato",sans-serif;font-size:1.4rem;color:#7a6b5c;letter-spacing:.05em}.p-news__item .category{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.2rem;color:#7a6b5c;border:1px solid #d8cdb8;padding:.4rem 1.2rem;border-radius:2px;letter-spacing:.05em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.p-news__item .title{font-size:1.5rem;color:#3a2e1f;-webkit-transition:color .3s ease;transition:color .3s ease;line-height:1.6}.p-news__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:4rem}.p-trouble__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem;margin-bottom:5rem}@media (max-width:1023px){.p-trouble__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.p-trouble__grid{grid-template-columns:1fr;gap:1.6rem}}.p-trouble__item{background-color:#fff;border:1px solid #d8cdb8;padding:4rem 2.4rem;min-height:16rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border-radius:6px;position:relative}@media (max-width:767px){.p-trouble__item{min-height:0;padding:3rem 2rem}}.p-trouble__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.2rem}.p-trouble__icon svg{width:3.6rem;height:3.6rem;color:#3a2e1f;stroke:#3a2e1f;stroke-width:1.5}@media (max-width:767px){.p-trouble__icon svg{width:3.2rem;height:3.2rem}}.p-trouble__item .num{font-family:"Inter","Lato",sans-serif;font-size:1.3rem;font-weight:700;letter-spacing:.15em;color:#e97b3a;margin-bottom:1.6rem;display:block}.p-trouble__item .text{font-size:1.5rem;line-height:1.7;color:#3a2e1f;font-weight:500}.p-trouble__message-action{margin-top:2.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-trouble__message{background-color:#fff;border:1px solid #d8cdb8;border-radius:6px;padding:4rem;text-align:center}@media (max-width:767px){.p-trouble__message{padding:2.8rem 2rem}}.p-trouble__message p{font-size:1.6rem;line-height:2;color:#3a2e1f}@media (max-width:767px){.p-trouble__message p{font-size:1.4rem;text-align:left}}.p-trouble__message p strong{color:#e97b3a;font-weight:700}.p-point__list{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}@media (max-width:1023px){.p-point__list{grid-template-columns:1fr;gap:3rem}}.p-point__item{background-color:#fff;border-radius:6px;padding:4rem 3rem;text-align:left}@media (max-width:767px){.p-point__item{padding:3rem 2.4rem}}.p-point__image{width:100%;aspect-ratio:16/10;margin-bottom:2.4rem;overflow:hidden;border-radius:4px;background-color:#ebe3d5}.p-point__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-point__title{font-size:2rem;font-weight:700;line-height:1.5;color:#3a2e1f;margin-bottom:1.6rem}@media (max-width:767px){.p-point__title{font-size:1.8rem}}.p-point__text{font-size:1.5rem;line-height:1.9;color:#7a6b5c}.p-point__action{margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-story__image{width:100%;max-width:80rem;aspect-ratio:16/9;margin:0 auto 5rem;overflow:hidden;border-radius:6px;background-color:#ebe3d5}@media (max-width:767px){.p-story__image{margin-bottom:3.6rem;aspect-ratio:4/3}}.p-story__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-story__text-area{max-width:72rem;margin:0 auto 5rem}@media (max-width:767px){.p-story__text-area{margin-bottom:4rem}}.p-story__text{font-size:1.6rem;line-height:2;color:#3a2e1f;margin-bottom:2rem}.p-story__text:last-child{margin-bottom:0}@media (max-width:767px){.p-story__text{font-size:1.4rem;line-height:1.9;margin-bottom:1.6rem}}.p-story__cta{margin-top:6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:767px){.p-story__cta{margin-top:4rem}}.p-plan__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-plan__list .p-plan__item{width:calc((100% - 4.8rem) / 3)}@media (max-width:1023px){.p-plan__list .p-plan__item{width:calc((100% - 2.4rem) / 2)}}@media (max-width:767px){.p-plan__list .p-plan__item{width:100%}}.p-plan__list--main{margin-bottom:2.4rem}.p-plan__list--sub{margin-bottom:5rem}.p-plan__item{background-color:#fff;border-radius:6px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.p-plan__item:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 12px 32px rgba(58,46,31,.08);box-shadow:0 12px 32px rgba(58,46,31,.08)}.p-plan__image{width:100%;aspect-ratio:4/3;overflow:hidden;background-color:#ebe3d5}.p-plan__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-plan__body{padding:2.4rem;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-plan__catch{font-size:1.2rem;color:#e97b3a;font-weight:700;letter-spacing:.05em;margin-bottom:.8rem}.p-plan__title{font-size:1.7rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1.2rem}.p-plan__text{font-size:1.3rem;color:#7a6b5c;line-height:1.8;margin-bottom:1.6rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.p-plan__price{font-family:"Inter","Lato",sans-serif;font-size:1.4rem;color:#3a2e1f;padding-top:1.6rem;border-top:1px solid #d8cdb8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.p-plan__price .label{font-size:1.1rem;color:#7a6b5c;font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic",YuGothic,Meiryo,sans-serif}.p-plan__price .num{font-weight:700;font-size:1.8rem}.p-plan__cta{text-align:center}.p-process__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.6rem;list-style:none;padding:0;margin:0 auto 5rem}@media (max-width:1023px){.p-process__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.4rem;margin-bottom:4rem}}.p-process__item{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff;border:1px solid #d8cdb8;border-radius:8px;padding:3.2rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media (max-width:1023px){.p-process__item{width:100%;max-width:48rem}}.p-process__icon{margin-bottom:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-process__icon svg{width:4rem;height:4rem;color:#3a2e1f;stroke:#3a2e1f;stroke-width:1.5}.p-process__step{display:block;font-family:"Inter","Lato",sans-serif;font-size:1.4rem;font-weight:700;color:#e97b3a;letter-spacing:.15em;margin-bottom:.8rem}.p-process__title{font-size:1.8rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1.2rem}@media (max-width:767px){.p-process__title{font-size:1.6rem}}.p-process__lead{font-size:1.4rem;line-height:1.7;color:#3a2e1f;font-weight:500;margin-bottom:.8rem}@media (max-width:767px){.p-process__lead{font-size:1.3rem}}.p-process__text{font-size:1.3rem;line-height:1.7;color:#7a6b5c}@media (max-width:767px){.p-process__text{font-size:1.2rem}}.p-process__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;list-style:none}.p-process__arrow svg{width:2.4rem;height:2.4rem;color:#e97b3a;stroke:#e97b3a}.p-process__arrow .p-process__arrow-pc{display:block}.p-process__arrow .p-process__arrow-sp{display:none}@media (max-width:1023px){.p-process__arrow .p-process__arrow-pc{display:none}.p-process__arrow .p-process__arrow-sp{display:block}}.p-process__cta{text-align:center}.p-support__lead{max-width:80rem;margin:0 auto 6rem;text-align:center;font-size:1.5rem;line-height:2;color:#7a6b5c}@media (max-width:767px){.p-support__lead{font-size:1.4rem;text-align:left;margin-bottom:4rem}}.p-support__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:5rem;border-top:1px solid #d8cdb8;border-left:1px solid #d8cdb8}@media (max-width:1023px){.p-support__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.p-support__grid{grid-template-columns:1fr 1fr;gap:1.6rem;border:0}}.p-support__item{padding:3rem 2.6rem;border-right:1px solid #d8cdb8;border-bottom:1px solid #d8cdb8;background-color:#fff}@media (max-width:767px){.p-support__item{padding:1.6rem;border:1px solid #d8cdb8;border-radius:4px}}.p-support__image{width:100%;aspect-ratio:4/3;margin-bottom:1.6rem;overflow:hidden;border-radius:4px;background-color:#ebe3d5}@media (max-width:767px){.p-support__image{aspect-ratio:1/1;margin-bottom:1.2rem}}.p-support__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-support__title{font-size:1.7rem;font-weight:700;color:#3a2e1f;margin-bottom:1rem;line-height:1.5}@media (max-width:767px){.p-support__title{font-size:1.4rem;margin-bottom:.6rem}}.p-support__text{font-size:1.3rem;line-height:1.8;color:#7a6b5c}@media (max-width:767px){.p-support__text{font-size:1.2rem;line-height:1.6}}.p-support__cta{text-align:center}.p-works__list{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem;margin-bottom:5rem}@media (max-width:1023px){.p-works__list{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media (max-width:767px){.p-works__list{grid-template-columns:1fr;gap:2rem}}.p-works__item{background-color:#fff;border-radius:8px;overflow:hidden}.p-works__thumb{aspect-ratio:16/10;overflow:hidden;background-color:#ebe3d5}.p-works__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-works__body{padding:1.6rem 2rem 2rem}.p-works__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;margin-bottom:1rem}.p-works__category{display:inline-block;border:1px solid #d8cdb8;padding:.3rem 1rem;font-size:1.2rem;color:#7a6b5c;border-radius:2px}.p-works__date{font-family:"Inter","Lato",sans-serif;font-size:1.3rem;color:#7a6b5c;letter-spacing:.05em}.p-works__title{font-size:1.8rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1.2rem}.p-works__action{margin-top:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.p-works__auth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.2rem;font-size:1.2rem;color:#7a6b5c;text-align:center;font-family:"Inter","Lato",sans-serif}.p-works__auth-item{display:block}.p-works__more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0}.p-faq{max-width:80rem;margin-inline:auto}.p-faq__list{list-style:none;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.p-faq__item{background-color:#fff;border-radius:8px;overflow:hidden}.p-faq__question{width:100%;background:0 0;border:none;cursor:pointer;padding:2rem 2.4rem;display:grid;grid-template-columns:auto 1fr auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem;text-align:left;font-family:inherit;color:inherit;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.p-faq__question:hover{background-color:rgba(58,46,31,.03)}.p-faq__q-mark{font-family:"Inter","Lato",sans-serif;font-size:2rem;font-weight:700;color:#e97b3a;line-height:1}.p-faq__q-text{font-size:1.5rem;font-weight:700;line-height:1.5;color:#3a2e1f}@media (max-width:767px){.p-faq__q-text{font-size:1.4rem}}.p-faq__q-icon{width:2rem;height:2rem;position:relative;-ms-flex-negative:0;flex-shrink:0}.p-faq__q-icon:before,.p-faq__q-icon:after{content:"";position:absolute;background-color:#3a2e1f;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.p-faq__q-icon:before{top:50%;left:0;width:100%;height:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.p-faq__q-icon:after{top:0;left:50%;width:2px;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-faq__question[aria-expanded=true] .p-faq__q-icon:after{-webkit-transform:translateX(-50%) scaleY(0);transform:translateX(-50%) scaleY(0)}.p-faq__answer{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.p-faq__answer-inner{padding:1.6rem 2.4rem 2.4rem;border-top:1px solid #d8cdb8;display:grid;grid-template-columns:auto 1fr;gap:1.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;margin-top:0}.p-faq__a-mark{font-family:"Inter","Lato",sans-serif;font-size:2rem;font-weight:700;color:#7a6b5c;line-height:1}.p-faq__a-text{font-size:1.4rem;line-height:1.8;color:#3a2e1f;margin-top:-.2rem}@media (max-width:767px){.p-faq__a-text{font-size:1.3rem}}.p-samples-lead{text-align:center;font-size:1.6rem;line-height:1.9;color:#3a2e1f;max-width:80rem;margin-inline:auto}@media (max-width:767px){.p-samples-lead{font-size:1.4rem;text-align:left}}.l-section:has(.p-samples-lead){padding-bottom:2rem}@media (max-width:767px){.l-section:has(.p-samples-lead){padding-bottom:1.6rem}}.l-section:has(.p-samples-filter){padding-top:2rem}@media (max-width:767px){.l-section:has(.p-samples-filter){padding-top:1.6rem}}.p-samples-filter{background-color:#fff;border:1px solid #d8cdb8;border-radius:8px;padding:3rem 3.2rem;margin-bottom:5rem}@media (max-width:767px){.p-samples-filter{padding:2.4rem 2rem;margin-bottom:4rem}}.p-samples-filter__row{display:grid;grid-template-columns:8rem 1fr;gap:1.6rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding-block:1.6rem}.p-samples-filter__row+.p-samples-filter__row{border-top:1px solid #d8cdb8}@media (max-width:767px){.p-samples-filter__row{grid-template-columns:1fr;gap:1rem}}.p-samples-filter__label{font-size:1.4rem;font-weight:700;color:#3a2e1f;padding-top:.6rem}@media (max-width:767px){.p-samples-filter__label{padding-top:0}}.p-samples-filter__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}.p-samples-filter__btn{background-color:transparent;border:1px solid #d8cdb8;border-radius:4px;padding:.6rem 1.4rem;font-size:1.3rem;color:#3a2e1f;cursor:pointer;-webkit-transition:background-color .2s ease,color .2s ease,border-color .2s ease;transition:background-color .2s ease,color .2s ease,border-color .2s ease;font-family:inherit;line-height:1.4}.p-samples-filter__btn:hover{background-color:#ebe3d5}.p-samples-filter__btn.is-active{background-color:#e97b3a;color:#fff;border-color:#e97b3a}.p-samples-filter__reset{margin-top:1.6rem;padding-top:1.6rem;border-top:1px solid #d8cdb8;text-align:right}@media (max-width:767px){.p-samples-filter__reset{text-align:center}}.p-samples-filter__reset-btn{background:0 0;border:none;color:#7a6b5c;font-size:1.2rem;cursor:pointer;text-decoration:underline;font-family:inherit;-webkit-transition:color .2s ease;transition:color .2s ease}.p-samples-filter__reset-btn:hover{color:#e97b3a}.p-samples-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem;list-style:none;padding:0;margin:0}@media (max-width:1023px){.p-samples-grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media (max-width:767px){.p-samples-grid{grid-template-columns:1fr;gap:2rem}}.p-samples-grid__item.is-hidden{display:none}.p-samples-card{background-color:#fff;border-radius:8px;overflow:hidden;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.p-samples-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 16px rgba(58,46,31,.08);box-shadow:0 8px 16px rgba(58,46,31,.08)}.p-samples-card__image{aspect-ratio:3/2;overflow:hidden;background-color:#ebe3d5}.p-samples-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-samples-card__body{padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}.p-samples-card__title{font-size:1.5rem;font-weight:700;line-height:1.5;color:#3a2e1f;margin-bottom:1.2rem}.p-samples-card__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.6rem;margin-bottom:1.6rem}.p-samples-card__tag{background-color:#ebe3d5;color:#7a6b5c;border-radius:3px;padding:.3rem .8rem;font-size:1.1rem;line-height:1.4}.p-samples-card__btn{margin-top:auto;width:100%;min-width:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.2rem 2rem;font-size:1.4rem}.p-samples-card__btn:after{margin-left:.8rem}.p-samples-grid__item[data-industry~=koumuten] .p-samples-card__btn{background-color:#5a8e48}.p-samples-grid__item[data-industry~=koumuten] .p-samples-card__btn:hover{background-color:#46703a}.p-samples__no-results{display:none;text-align:center;padding:4rem 2rem;font-size:1.5rem;color:#7a6b5c}.p-samples-message{max-width:70rem;margin-inline:auto;text-align:center}.p-samples-message__title{font-size:2.2rem;font-weight:700;color:#3a2e1f;margin-bottom:2rem;line-height:1.5}@media (max-width:767px){.p-samples-message__title{font-size:1.8rem}}.p-samples-message__text{font-size:1.5rem;line-height:1.9;color:#3a2e1f;margin-bottom:3rem}@media (max-width:767px){.p-samples-message__text{font-size:1.4rem;text-align:left}}.p-samples-message__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-work-archive-lead{max-width:80rem;margin-inline:auto;text-align:center;margin-bottom:6rem}@media (max-width:767px){.p-work-archive-lead{margin-bottom:4rem}}.p-work-archive-lead p{font-size:1.5rem;line-height:1.9;color:#3a2e1f;margin-bottom:.8rem}@media (max-width:767px){.p-work-archive-lead p{font-size:1.4rem;text-align:left}}.p-work-archive-lead__note{margin-top:1.6rem;font-size:1.3rem !important;color:#7a6b5c !important}.p-work-archive__category-title{font-size:2rem;font-weight:700;color:#3a2e1f;letter-spacing:.05em;padding-bottom:1.6rem;margin-bottom:4rem;border-bottom:1px solid #d8cdb8}@media (max-width:767px){.p-work-archive__category-title{font-size:1.7rem;margin-bottom:3rem}}.p-work-archive__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem;list-style:none;padding:0;margin:0}@media (max-width:1023px){.p-work-archive__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem}}@media (max-width:767px){.p-work-archive__grid{grid-template-columns:1fr;gap:2rem}}.p-work-archive-card{background-color:#fff;border-radius:8px;padding:2.4rem 2rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.p-work-archive-card:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0 8px 16px rgba(58,46,31,.08);box-shadow:0 8px 16px rgba(58,46,31,.08)}.p-work-archive-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;font-size:1.2rem;color:#7a6b5c;margin-bottom:1.2rem}.p-work-archive-card__label{color:#7a6b5c}.p-work-archive-card__date{font-family:"Inter","Lato",sans-serif;letter-spacing:.05em}.p-work-archive-card__title{font-size:1.8rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1.6rem}.p-work-archive-card__charge-label{font-size:1.2rem;color:#7a6b5c;margin-bottom:.4rem}.p-work-archive-card__charge-value{font-size:1.4rem;color:#3a2e1f;margin-bottom:1.6rem;line-height:1.5}.p-work-archive-card__features{list-style:none;padding:0;margin:0 0 1.6rem;min-height:14rem}.p-work-archive-card__features li{font-size:1.3rem;line-height:1.7;color:#3a2e1f;padding-left:1.2rem;position:relative}.p-work-archive-card__features li:before{content:"・";position:absolute;left:0;color:#7a6b5c}.p-work-archive-card__auth{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.2rem;font-family:"Inter","Lato",sans-serif;font-size:1.2rem;color:#7a6b5c;padding-block:1rem;margin-bottom:1.6rem;border-top:1px solid #d8cdb8;border-bottom:1px solid #d8cdb8}.p-work-archive-card__image{display:block;margin-top:auto;aspect-ratio:3/2;overflow:hidden;border-radius:4px;background-color:#ebe3d5}.p-work-archive-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.p-work-archive-card__image:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.p-work-archive-media{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}.p-work-archive-media-card{display:grid;grid-template-columns:1fr 1fr;gap:4rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border-radius:8px;padding:4rem}@media (max-width:1023px){.p-work-archive-media-card{grid-template-columns:1fr;gap:2.4rem}}@media (max-width:767px){.p-work-archive-media-card{padding:2.4rem}}.p-work-archive-media-card__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-work-archive-media-card__label{display:inline-block;-ms-flex-item-align:start;align-self:flex-start;background-color:#e97b3a;color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:.05em;padding:.4rem 1rem;border-radius:3px;margin-bottom:1.6rem}.p-work-archive-media-card__title{font-size:2.2rem;font-weight:700;color:#3a2e1f;line-height:1.4;margin-bottom:2rem}@media (max-width:767px){.p-work-archive-media-card__title{font-size:1.8rem}}.p-work-archive-media-card__text{margin-bottom:2rem}.p-work-archive-media-card__text p{font-size:1.4rem;line-height:1.9;color:#3a2e1f;margin-bottom:1.2rem}.p-work-archive-media-card__text p:last-child{margin-bottom:0}@media (max-width:767px){.p-work-archive-media-card__text p{font-size:1.3rem}}.p-work-archive-media-card__features{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}.p-work-archive-media-card__features li{font-size:1.2rem;color:#7a6b5c;border:1px solid #d8cdb8;padding:.4rem 1rem;border-radius:3px;line-height:1.4}.p-work-archive-media-card__image{display:block;aspect-ratio:8/5;overflow:hidden;border-radius:4px;background-color:#ebe3d5}.p-work-archive-media-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.p-work-archive-media-card__image:hover img{-webkit-transform:scale(1.04);transform:scale(1.04)}.p-news-archive__lead{font-size:1.5rem;line-height:1.9;color:#3a2e1f;margin-bottom:5rem}@media (max-width:767px){.p-news-archive__lead{font-size:1.4rem;margin-bottom:4rem}}.p-news-archive{display:grid;grid-template-columns:1fr 30rem;gap:5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media (max-width:1023px){.p-news-archive{grid-template-columns:1fr;gap:5rem}}.p-news-archive .p-news-card__title,.p-news-archive .p-news-card__excerpt,.p-news-archive .p-news-sidebar-recent__title{overflow-wrap:anywhere;word-break:break-word}.p-news-archive img{max-width:100%;height:auto}.p-news-archive__main{min-width:0}.p-news-archive__list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.p-news-archive__item{list-style:none}.p-news-archive__sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;min-width:0}.p-news-card{display:grid;grid-template-columns:24rem 1fr;background-color:#fff;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}@media (max-width:767px){.p-news-card{grid-template-columns:1fr}}.p-news-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 16px rgba(58,46,31,.08);box-shadow:0 8px 16px rgba(58,46,31,.08);opacity:1}.p-news-card:hover .p-news-card__title{color:#e97b3a}.p-news-card__image{aspect-ratio:3/2;overflow:hidden;background-color:#ebe3d5}.p-news-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-news-card__body{padding:2rem}@media (max-width:767px){.p-news-card__body{padding:1.6rem}}.p-news-card__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;margin-bottom:1.2rem}.p-news-card__category{background-color:#e97b3a;color:#fff;padding:.3rem 1rem;border-radius:3px;font-size:1.2rem;line-height:1.4}.p-news-card__date{font-family:"Inter","Lato",sans-serif;font-size:1.3rem;color:#7a6b5c;letter-spacing:.05em}.p-news-card__title{font-size:1.7rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:1rem;-webkit-transition:color .3s ease;transition:color .3s ease}.p-news-card__excerpt{font-size:1.3rem;line-height:1.7;color:#7a6b5c}.p-pagination{margin-top:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-pagination__list{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem}.p-pagination__item{width:4rem;height:4rem}.p-pagination__item a,.p-pagination__item span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;border:1px solid #d8cdb8;border-radius:4px;color:#3a2e1f;text-decoration:none;font-family:"Inter","Lato",sans-serif;font-size:1.3rem;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.p-pagination__item a:hover{background-color:#ebe3d5;opacity:1}.p-pagination__item.is-current span{background-color:#e97b3a;color:#fff;border-color:#e97b3a}.p-news-sidebar-block{background-color:#fff;border-radius:8px;padding:2.4rem 2rem}.p-news-sidebar-block__title{font-size:1.5rem;font-weight:700;color:#3a2e1f;line-height:1.4;border-left:4px solid #e97b3a;padding-left:1rem;margin-bottom:1.6rem}.p-news-sidebar-recent{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.p-news-sidebar-recent__item{list-style:none}.p-news-sidebar-recent__link{display:grid;grid-template-columns:8rem 1fr;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-decoration:none;color:inherit}.p-news-sidebar-recent__link:hover{opacity:1}.p-news-sidebar-recent__link:hover .p-news-sidebar-recent__title{opacity:.7}.p-news-sidebar-recent__image{aspect-ratio:3/2;overflow:hidden;border-radius:4px;background-color:#ebe3d5}.p-news-sidebar-recent__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-news-sidebar-recent__body{min-width:0}.p-news-sidebar-recent__title{font-size:1.3rem;font-weight:500;color:#3a2e1f;line-height:1.5;margin-bottom:.4rem;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.p-news-sidebar-recent__date{font-family:"Inter","Lato",sans-serif;font-size:1.1rem;color:#7a6b5c;letter-spacing:.05em}.p-news-sidebar-category{list-style:none;padding:0;margin:0}.p-news-sidebar-category li{padding-block:.8rem;border-bottom:1px solid #d8cdb8}.p-news-sidebar-category li:last-child{border-bottom:none}.p-news-sidebar-category a{display:block;font-size:1.3rem;color:#3a2e1f;text-decoration:none;-webkit-transition:color .2s ease;transition:color .2s ease}.p-news-sidebar-category a:hover{color:#e97b3a;opacity:1}.p-news-sidebar-search{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;width:100%}.p-news-sidebar-search__input{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:0;min-width:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d8cdb8;border-right:none;border-radius:4px 0 0 4px;padding:.8rem 1.2rem;font-size:1.6rem;font-family:inherit;color:#3a2e1f;background-color:#fff}.p-news-sidebar-search__input:focus{outline:none;border-color:#e97b3a}.p-news-sidebar-search__btn{-ms-flex-negative:0;flex-shrink:0;padding:.8rem 1.6rem;background-color:#e97b3a;color:#fff;border:1px solid #e97b3a;border-radius:0 4px 4px 0;cursor:pointer;font-size:1.3rem;font-family:inherit;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.p-news-sidebar-search__btn:hover{background-color:#c9621f}.p-news-single-eyecatch{max-width:72rem;margin-inline:auto;margin-bottom:4rem}.p-news-single-eyecatch__meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem;margin-bottom:2rem}.p-news-single-eyecatch__category{background-color:#e97b3a;color:#fff;padding:.3rem 1rem;border-radius:3px;font-size:1.2rem;font-weight:700;line-height:1.4}.p-news-single-eyecatch__date{font-family:"Inter","Lato",sans-serif;font-size:1.3rem;color:#7a6b5c;letter-spacing:.05em}.p-news-single-eyecatch__image{aspect-ratio:16/10;overflow:hidden;border-radius:8px;background-color:#ebe3d5;margin-bottom:2.4rem}.p-news-single-eyecatch__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-news-single-eyecatch__title{font-size:2.4rem;font-weight:700;line-height:1.5;color:#3a2e1f}@media (max-width:767px){.p-news-single-eyecatch__title{font-size:1.8rem}}.p-news-single__content{max-width:72rem;margin-inline:auto}.p-news-single__content h2{font-size:2rem;font-weight:700;line-height:1.5;color:#3a2e1f;padding-left:1.4rem;border-left:6px solid #e97b3a;margin-top:4rem;margin-bottom:1.6rem}@media (max-width:767px){.p-news-single__content h2{font-size:1.7rem}}.p-news-single__content h3{font-size:1.7rem;font-weight:700;line-height:1.5;color:#3a2e1f;padding-bottom:1rem;border-bottom:1px dotted #e97b3a;margin-top:4rem;margin-bottom:1.4rem}@media (max-width:767px){.p-news-single__content h3{font-size:1.5rem}}.p-news-single__content h4{font-size:1.6rem;font-weight:700;line-height:1.5;color:#3a2e1f;margin-top:3rem;margin-bottom:1.2rem}@media (max-width:767px){.p-news-single__content h4{font-size:1.5rem}}.p-news-single__content p{font-size:1.5rem;line-height:2;color:#3a2e1f;margin-bottom:1.4rem}@media (max-width:767px){.p-news-single__content p{font-size:1.4rem}}.p-news-single__content strong{font-weight:700;color:#3a2e1f}.p-news-single__content ul,.p-news-single__content ol{padding-left:2.4rem;margin-block:1.4rem}.p-news-single__content ul{list-style:none}.p-news-single__content ul li{font-size:1.4rem;line-height:2;color:#3a2e1f;position:relative}.p-news-single__content ul li:before{content:"";position:absolute;top:.9em;left:-2rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:.8rem;height:.8rem;background-color:#e97b3a;border-radius:50%}.p-news-single__content ol li{font-size:1.4rem;line-height:2;color:#3a2e1f}.p-news-single__content figure{margin-block:2rem}.p-news-single__content figure img{width:100%;height:auto;border-radius:4px;display:block}.p-news-single__content blockquote{background-color:#ebe3d5;border-left:4px solid #e97b3a;padding:1.6rem 2rem;border-radius:0 6px 6px 0;margin-block:2rem}.p-news-single__content blockquote p{margin-bottom:0}.p-news-single__content a{color:#e97b3a;text-decoration:underline;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.p-news-single__content a:hover{opacity:.7}.p-post-nav{max-width:72rem;margin:5rem auto 0;display:grid;grid-template-columns:1fr auto 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}@media (max-width:767px){.p-post-nav{gap:1.2rem}}.p-post-nav__link{font-size:1.4rem;color:#3a2e1f;text-decoration:none;-webkit-transition:opacity .2s ease,background-color .2s ease,color .2s ease;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.p-post-nav__link:hover{opacity:.7}@media (max-width:767px){.p-post-nav__link{font-size:1.3rem}}.p-post-nav__link--prev{justify-self:start}.p-post-nav__link--next{justify-self:end}.p-post-nav__link--list{justify-self:center;padding:1rem 2.4rem;border:1px solid #3a2e1f;border-radius:4px;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.p-post-nav__link--list:hover{background-color:#3a2e1f;color:#fff;opacity:1}@media (max-width:767px){.p-post-nav__link--list{padding:.8rem 1.6rem}}.p-news-relative{max-width:80rem;margin-inline:auto;text-align:center}.p-news-relative__title{font-size:2.4rem;font-weight:700;color:#3a2e1f;margin-bottom:2rem}@media (max-width:767px){.p-news-relative__title{font-size:2rem}}.p-news-relative__no-text{font-size:1.5rem;color:#7a6b5c}.p-agency-fv{position:relative;min-height:50rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}@media (max-width:767px){.p-agency-fv{min-height:40rem}}.p-agency-fv__bg{position:absolute;inset:0;z-index:0}.p-agency-fv__bg:after{content:"";position:absolute;inset:0;background-color:rgba(255,255,255,.5)}.p-agency-fv__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-agency-fv__inner{position:relative;z-index:1;max-width:1180px;margin-inline:auto;padding:4rem 24px;width:100%}.p-agency-fv__title{font-size:3.6rem;font-weight:700;color:#3a2e1f;letter-spacing:.05em;margin-bottom:2rem}@media (max-width:767px){.p-agency-fv__title{font-size:2.8rem}}.p-agency-fv__lead{font-size:1.6rem;line-height:1.8;margin-bottom:1.6rem;color:#3a2e1f;font-weight:700}@media (max-width:767px){.p-agency-fv__lead{font-size:1.5rem}}.p-agency-fv__text{font-size:1.5rem;line-height:1.8;margin-bottom:3rem;color:#3a2e1f}@media (max-width:767px){.p-agency-fv__text{font-size:1.4rem}}.p-agency-fv__action{display:-webkit-box;display:-ms-flexbox;display:flex}.p-agency-about{display:grid;grid-template-columns:1fr auto;gap:6rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100rem;margin-inline:auto}@media (max-width:1023px){.p-agency-about{grid-template-columns:1fr;gap:3rem}}.p-agency-about__text p{font-size:1.5rem;line-height:1.9;color:#3a2e1f;margin-bottom:1.6rem}.p-agency-about__text p:last-child{margin-bottom:0}@media (max-width:767px){.p-agency-about__text p{font-size:1.4rem}}.p-agency-about__profile{text-align:center;background-color:#fff;border:1px solid #ffe8d6;border-radius:8px;padding:2.4rem;width:24rem}@media (max-width:1023px){.p-agency-about__profile{width:100%;max-width:24rem;margin-inline:auto}}.p-agency-about__icon{width:12rem;height:12rem;margin:0 auto 1.2rem;border-radius:50%;overflow:hidden;background-color:#ebe3d5}.p-agency-about__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.p-agency-about__name{font-size:1.4rem;font-weight:500;color:#3a2e1f}.p-agency-list{max-width:80rem;margin-inline:auto;list-style:none;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem 3rem}@media (max-width:767px){.p-agency-list{grid-template-columns:1fr}}.p-agency-list__title{display:block;width:100%;max-width:80rem;margin:0 auto 3rem;font-size:2.2rem;font-weight:700;line-height:1.4;color:#3a2e1f;padding-left:1.4rem;border-left:6px solid #e97b3a;text-align:left}@media (max-width:767px){.p-agency-list__title{font-size:1.8rem}}.p-agency-list__item{position:relative;padding-left:3rem;font-size:1.5rem;line-height:1.6;color:#3a2e1f}@media (max-width:767px){.p-agency-list__item{font-size:1.4rem}}.p-agency-list__item:before{content:"";position:absolute;left:0;top:.4rem;width:1.8rem;height:1.8rem;background-color:#e97b3a;border-radius:50%}.p-agency-list__item:after{content:"";position:absolute;left:.45rem;top:.9rem;width:.9rem;height:.45rem;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center}.p-agency-works__lead{text-align:center;margin-bottom:5rem}.p-agency-works__lead p{font-size:1.5rem;line-height:1.9;color:#3a2e1f;margin-bottom:.8rem}.p-agency-works__lead p:last-child{margin-bottom:0}@media (max-width:767px){.p-agency-works__lead p{font-size:1.4rem;text-align:left}}.p-contact{background-color:#3a2e1f;color:#f5f0e8;padding-block:10rem;position:relative}@media (max-width:767px){.p-contact{padding-block:8rem}}.p-contact__inner{width:100%;max-width:1180px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;text-align:center}.p-contact__text{font-size:1.5rem;line-height:2;color:rgba(245,240,232,.85);margin-bottom:4rem}@media (max-width:767px){.p-contact__text{font-size:1.3rem}}.p-contact__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}.p-contact__hours{font-size:1.2rem;color:rgba(245,240,232,.7);letter-spacing:.05em}.p-contact-form{max-width:80rem;margin-inline:auto}.p-contact-form__intro{text-align:center;margin-bottom:5rem}@media (max-width:767px){.p-contact-form__intro{margin-bottom:4rem}}.p-contact-form__title{font-size:2.4rem;font-weight:700;color:#3a2e1f;margin-bottom:1.6rem}@media (max-width:767px){.p-contact-form__title{font-size:2rem}}.p-contact-form__lead{font-size:1.5rem;line-height:1.8;color:#3a2e1f}@media (max-width:767px){.p-contact-form__lead{font-size:1.4rem;text-align:left}}.p-contact-form__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-contact-form__row{margin-bottom:2.4rem}.p-contact-form__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem;font-size:1.4rem;font-weight:700;color:#3a2e1f;margin-bottom:.8rem}.p-contact-form__required{display:inline-block;background-color:#e97b3a;color:#fff;font-size:1.1rem;font-weight:700;padding:.2rem .8rem;border-radius:3px;letter-spacing:.05em;line-height:1.4}.p-contact-form__field{display:block}.p-contact-form .p-contact-form__textarea,.p-contact-form .p-contact-form__select,.p-contact-form .p-contact-form__input{width:100%;padding:1.2rem 1.6rem;font-size:1.5rem;font-family:inherit;color:#3a2e1f;background-color:#fff;border:1px solid #d8cdb8;border-radius:4px;-webkit-transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,-webkit-box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease;transition:border-color .2s ease,box-shadow .2s ease,-webkit-box-shadow .2s ease;line-height:1.5}.p-contact-form .p-contact-form__textarea:focus,.p-contact-form .p-contact-form__select:focus,.p-contact-form .p-contact-form__input:focus{outline:none;border-color:#e97b3a;-webkit-box-shadow:0 0 0 3px rgba(233,123,58,.15);box-shadow:0 0 0 3px rgba(233,123,58,.15)}.p-contact-form .p-contact-form__textarea::-webkit-input-placeholder,.p-contact-form .p-contact-form__select::-webkit-input-placeholder,.p-contact-form .p-contact-form__input::-webkit-input-placeholder{color:#7a6b5c;opacity:.6}.p-contact-form .p-contact-form__textarea::-moz-placeholder,.p-contact-form .p-contact-form__select::-moz-placeholder,.p-contact-form .p-contact-form__input::-moz-placeholder{color:#7a6b5c;opacity:.6}.p-contact-form .p-contact-form__textarea:-ms-input-placeholder,.p-contact-form .p-contact-form__select:-ms-input-placeholder,.p-contact-form .p-contact-form__input:-ms-input-placeholder{color:#7a6b5c;opacity:.6}.p-contact-form .p-contact-form__textarea::-ms-input-placeholder,.p-contact-form .p-contact-form__select::-ms-input-placeholder,.p-contact-form .p-contact-form__input::-ms-input-placeholder{color:#7a6b5c;opacity:.6}.p-contact-form .p-contact-form__textarea::placeholder,.p-contact-form .p-contact-form__select::placeholder,.p-contact-form .p-contact-form__input::placeholder{color:#7a6b5c;opacity:.6}.p-contact-form__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:4rem;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none' stroke='%237A6B5C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='1.5,1.5 6,6.5 10.5,1.5'/></svg>");background-repeat:no-repeat;background-position:right 1.6rem center;cursor:pointer}.p-contact-form__textarea{min-height:16rem;resize:vertical}.p-contact-form__consent{margin-top:3rem;text-align:center}.p-contact-form__consent-label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem;cursor:pointer;font-size:1.4rem;color:#3a2e1f}.p-contact-form__consent-label a{color:#e97b3a;text-decoration:underline}.p-contact-form__consent-label a:hover{opacity:.7}.p-contact-form__consent-checkbox{width:1.8rem;height:1.8rem;accent-color:#e97b3a;cursor:pointer}.p-contact-form__submit{margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.p-contact-form__submit-btn{min-width:24rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.p-contact-form__notes{margin-top:4rem;text-align:center;font-size:1.3rem;color:#7a6b5c}.p-contact-form__notes p{margin-block:.4rem;line-height:1.6}.p-contact-thanks{max-width:72rem;margin-inline:auto;text-align:center}.p-contact-thanks__title{font-size:2.6rem;font-weight:700;color:#3a2e1f;line-height:1.5;margin-bottom:2rem}@media (max-width:767px){.p-contact-thanks__title{font-size:2rem}}.p-contact-thanks__lead{font-size:1.5rem;line-height:1.8;color:#3a2e1f;margin-bottom:4rem}@media (max-width:767px){.p-contact-thanks__lead{font-size:1.4rem}}.p-contact-thanks__box{background-color:#fff;border-radius:12px;padding:3rem;margin-bottom:4rem;text-align:left}@media (max-width:767px){.p-contact-thanks__box{padding:2rem}}.p-contact-thanks__box-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;font-size:1.5rem;font-weight:500;color:#3a2e1f;margin-bottom:1.2rem;line-height:1.6}.p-contact-thanks__box-item:last-of-type{margin-bottom:0}@media (max-width:767px){.p-contact-thanks__box-item{font-size:1.4rem}}.p-contact-thanks__box-icon{-ms-flex-negative:0;flex-shrink:0;color:#e97b3a}.p-contact-thanks__box-note{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.8rem;font-size:1.3rem;line-height:1.7;color:#7a6b5c;margin-top:2rem;padding-top:2rem;border-top:1px solid #d8cdb8}@media (max-width:767px){.p-contact-thanks__box-note{font-size:1.2rem}}.p-contact-thanks__box-note-icon{-ms-flex-negative:0;flex-shrink:0;color:#7a6b5c;margin-top:.2rem}.p-contact-thanks__action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1023px){.u-pc-only{display:none !important}}@media (min-width:1024px){.u-sp-only{display:none !important}}.u-tac{text-align:center}.u-tal{text-align:left}.u-tar{text-align:right}.u-mt-0{margin-top:0 !important}.u-mt-1{margin-top:1rem}.u-mt-2{margin-top:2rem}.u-mt-3{margin-top:3rem}.u-mt-4{margin-top:4rem}.u-mt-6{margin-top:6rem}.js-in-view{opacity:0;-webkit-transform:translateY(2rem);transform:translateY(2rem);-webkit-transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:opacity .8s ease-out,-webkit-transform .8s ease-out;transition:opacity .8s ease-out,transform .8s ease-out;transition:opacity .8s ease-out,transform .8s ease-out,-webkit-transform .8s ease-out}.js-in-view.is-in-view{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.fade-in-up-seq:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s}.fade-in-up-seq:nth-child(2){-webkit-transition-delay:.15s;transition-delay:.15s}.fade-in-up-seq:nth-child(3){-webkit-transition-delay:.3s;transition-delay:.3s}.fade-in-up-seq:nth-child(4){-webkit-transition-delay:.45s;transition-delay:.45s}.fade-in-up-seq:nth-child(5){-webkit-transition-delay:.6s;transition-delay:.6s}.fade-in-up-seq:nth-child(6){-webkit-transition-delay:.75s;transition-delay:.75s}.fade-in-up-seq:nth-child(7){-webkit-transition-delay:.9s;transition-delay:.9s}.fade-in-up-seq:nth-child(8){-webkit-transition-delay:1.05s;transition-delay:1.05s}.fade-in-up-seq:nth-child(9){-webkit-transition-delay:1.2s;transition-delay:1.2s}.fade-in-up-seq:nth-child(10){-webkit-transition-delay:1.35s;transition-delay:1.35s}@media (prefers-reduced-motion:reduce){.js-in-view{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}