@import url(https://fonts.googleapis.com/css2?family=Forum&family=Shippori+Mincho:wght@400;500;700&display=swap);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;font-style:normal;vertical-align:baseline}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}ins{text-decoration:none}mark{font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:bottom;font-size:0;line-height:0;border:0}strong{font-weight:bold}*,*:before,*:after{box-sizing:border-box}:root{--color-bg-main: #F8F8F5;--color-text-main: #272727;--color-accent: #534427;--color-sub-red: #8B1B18;--color-sub-grn: #9DA382;--color-wht: #FEFEFE;--color-blk: #000000;--color-gry: #B6B8B2}html{font-size:62.5%}body{font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;font-size:1.6rem;color:var(--color-text-main);-webkit-font-smoothing:antialiased;background-color:var(--color-bg-main)}a{color:var(--color-text-main);text-decoration:none;outline:none}img{max-width:100%;height:auto}hr{border-top:1px solid var(--color-gry)}.l-header{width:100%;min-width:1280px;padding:70px 40px 0 40px;position:relative}@media screen and (max-width: 767px){.l-header{min-width:auto;padding:42px 20px 0 20px}}.p-top .l-header{padding:90px 40px 0 40px;opacity:0}@media screen and (max-width: 767px){.p-top .l-header{padding:42px 20px 0 20px}}.l-header__inner{width:100%;margin:0 auto;display:flex;justify-content:space-between}.p-top .l-header__inner{align-items:flex-end}.l-header-title{width:210px;margin-left:calc(50% - 676px)}@media screen and (min-width: 768px)and (max-width: 1431px){.l-header-title{margin-left:0}}@media screen and (max-width: 767px){.l-header-title{margin-left:0;width:140px}}.l-header-title__link{display:block}.l-header-nav{margin-right:100px}@media screen and (max-width: 767px){.l-header-nav{display:none}}.p-top .l-header-nav{padding-bottom:10px}.l-header-nav__list{display:flex;justify-content:flex-end;align-items:center}.l-header-nav__item{position:relative}.l-header-nav__item:not(:last-child){margin-right:30px}.l-header-nav__link{font-size:1.5rem;letter-spacing:.04em;position:relative}.l-header-nav__link::before{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-15px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-nav__link:hover::before{opacity:1}.l-header-nav__heading{font-size:1.5rem;letter-spacing:.04em}.l-header-nav__sub-list{padding:25px 0;position:absolute;top:16px;left:0;opacity:0;visibility:hidden;transition:.4s}.l-header-nav__item:hover .l-header-nav__sub-list{opacity:1;visibility:visible}.l-header-nav__sub-item+.l-header-nav__sub-item{margin-top:18px}.l-header-nav__sub-link{display:block;font-size:1.3rem;letter-spacing:.04em;white-space:nowrap;padding-left:18px;position:relative}.l-header-nav__sub-link::after{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:3px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-nav__sub-link:hover::after{opacity:1}.l-header-drawer{width:100vw;position:absolute;top:0;right:0;z-index:1000}.l-header-drawer__toggle{width:60px;height:20px;display:block;position:absolute;top:70px;right:44px;z-index:1001;cursor:pointer}@media screen and (max-width: 767px){.l-header-drawer__toggle{width:36px;height:16px;top:45px;right:20px}}.p-top .l-header-drawer__toggle{top:122px}@media screen and (max-width: 767px){.p-top .l-header-drawer__toggle{top:50px}}.l-header-drawer__toggle span{display:block;width:100%;height:1px;background-color:var(--color-text-main);position:absolute;left:0}.l-header-drawer__toggle span:nth-child(1){top:6px}@media screen and (max-width: 767px){.l-header-drawer__toggle span:nth-child(1){top:4px}}.l-header-drawer__toggle span:nth-child(2){bottom:6px}@media screen and (max-width: 767px){.l-header-drawer__toggle span:nth-child(2){bottom:5px}}.l-header-drawer__toggle.is-fixed{position:fixed;top:70px;right:44px}@media screen and (max-width: 767px){.l-header-drawer__toggle.is-fixed{top:45px;right:20px}}.l-header-drawer__body{width:600px;height:100vh;background-color:var(--color-bg-main);padding-left:85px;position:fixed;top:0;right:0;z-index:1002;opacity:0;visibility:hidden;transition:.4s}@media screen and (max-width: 767px){.l-header-drawer__body{width:100vw;padding-left:30px;padding-right:30px}}.l-header-drawer__body.is-active{opacity:1;visibility:visible}.l-header-drawer__body::before{content:"";width:100vw;height:100vh;display:block;background-color:var(--color-bg-main);opacity:.7;position:absolute;top:0;right:0;z-index:-1}@media screen and (max-width: 767px){.l-header-drawer__body::before{content:none}}.l-header-drawer__close{width:60px;height:20px;display:block;position:fixed;top:70px;right:44px;z-index:1003;cursor:pointer}@media screen and (max-width: 767px){.l-header-drawer__close{width:36px;height:16px;top:45px;right:20px}}.l-header-drawer__close span{display:block;width:100%;height:1px;background-color:var(--color-text-main);position:absolute;left:0}.l-header-drawer__close span:nth-child(1){top:50%;transform:rotate(12deg)}@media screen and (max-width: 767px){.l-header-drawer__close span:nth-child(1){transform:rotate(16deg)}}.l-header-drawer__close span:nth-child(2){top:50%;transform:rotate(-12deg)}@media screen and (max-width: 767px){.l-header-drawer__close span:nth-child(2){transform:rotate(-16deg)}}.l-header-drawer__main{width:400px;height:100%;padding:110px 25px 0 20px;overflow-y:auto}@media screen and (max-width: 767px){.l-header-drawer__main{width:100%;padding:90px 20px 50px 20px}}.l-header-drawer__logo{width:160px}.l-header-drawer__logo a{display:block}.l-header-drawer__nav{margin-top:25px}.l-header-drawer__list{width:100%}.l-header-drawer__item{padding:25px 0}.l-header-drawer__item+.l-header-drawer__item{border-top:1px solid var(--color-gry)}.l-header-drawer__link{display:block;font-size:1.6rem;letter-spacing:.04em;position:relative}.l-header-drawer__link::after{content:"";width:10px;height:7px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-20px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-drawer__link:hover::after{opacity:1}.l-header-drawer__link--instagram{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2rem;display:flex}.l-header-drawer__link--instagram::before{content:"";width:20px;height:20px;display:block;margin-right:16px;background-image:url(../img/common/instagram_icon.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-header-drawer__link--instagram::after{content:none}.l-header-drawer__heading{display:block;font-size:1.6rem;letter-spacing:.04em}.l-header-drawer__sub-list{margin:25px 0 0 20px}.l-header-drawer__sub-item+.l-header-drawer__sub-item{margin-top:20px}.l-header-drawer__sub-link{display:block;font-size:1.4rem;letter-spacing:.04em;position:relative}.l-header-drawer__sub-link::after{content:"";width:8px;height:5.5px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:-16px;transform:translateY(-50%);opacity:0;transition:opacity .4s}.l-header-drawer__sub-link:hover::after{opacity:1}.l-main{padding-bottom:150px}@media screen and (max-width: 767px){.l-main{padding-bottom:120px}}.l-footer{width:100%;min-width:1280px;padding:0 40px}@media screen and (max-width: 767px){.l-footer{min-width:auto;padding:0 30px}}.l-footer__inner{width:100%;max-width:1200px;margin:0 auto;padding:150px 0 100px 0;display:flex}@media screen and (max-width: 767px){.l-footer__inner{padding:120px 0;display:block}}.l-footer__info{flex:1}@media screen and (max-width: 767px){.l-footer__info{width:100%}}.l-footer__logo{width:210px}@media screen and (max-width: 767px){.l-footer__logo{width:160px}}.l-footer__name{font-size:1.4rem;letter-spacing:.04em;margin:28px 0 0 26px}@media screen and (max-width: 767px){.l-footer__name{margin:28px 0 0 0}}.l-footer__text{font-size:1rem;letter-spacing:.04em;line-height:2;margin:15px 0 0 26px}@media screen and (max-width: 767px){.l-footer__text{margin:15px 0 0 0}}.l-footer__text a{pointer-events:none}@media screen and (max-width: 767px){.l-footer__text a{pointer-events:auto}}.l-footer-nav{width:710px;margin-right:60px}@media screen and (max-width: 767px){.l-footer-nav{width:100%;margin-right:0;margin-top:60px}}.l-footer-nav__heading{width:100%;position:relative}.l-footer-nav__heading::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-gry);position:absolute;top:50%;left:0;z-index:-1}@media screen and (max-width: 767px){.l-footer-nav__heading::before{top:calc(50% + 1px)}}.l-footer-nav__heading span{font-size:1.3rem;letter-spacing:.04em;display:inline-block;background-color:var(--color-bg-main);padding-right:15px}.l-footer-nav__list+.l-footer-nav__heading{margin-top:70px}@media screen and (max-width: 767px){.l-footer-nav__list+.l-footer-nav__heading{margin-top:50px}}.l-footer-nav__list{margin-top:30px;display:flex;flex-wrap:wrap;column-gap:48px;row-gap:20px}@media screen and (max-width: 767px){.l-footer-nav__list{display:block}}@media screen and (max-width: 767px){.l-footer-nav__item+.l-footer-nav__item{margin-top:20px}}.l-footer-nav__link{font-size:1.6rem;letter-spacing:.04em;padding-left:23px;position:relative;transition:opacity .4s}@media screen and (max-width: 767px){.l-footer-nav__link{font-size:1.5rem;padding-left:20px}}.l-footer-nav__link:hover{opacity:.5}.l-footer-nav__link::after{content:"";width:10px;height:7px;display:block;background-color:var(--color-accent);clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;left:0;transform:translateY(-50%)}.l-footer-nav-sub{margin-top:70px;display:flex}@media screen and (max-width: 767px){.l-footer-nav-sub{margin-top:60px;display:block}}.l-footer-nav-sub__item:not(:last-child){margin-right:48px}@media screen and (max-width: 767px){.l-footer-nav-sub__item:not(:last-child){margin-right:0}}@media screen and (max-width: 767px){.l-footer-nav-sub__item+.l-footer-nav-sub__item{margin-top:20px}}.l-footer-nav-sub__link{font-size:1.3rem;letter-spacing:.04em;transition:opacity .4s}.l-footer-nav-sub__link:hover{opacity:.5}.l-footer-nav-other{margin-top:30px;display:flex;align-items:center}@media screen and (max-width: 767px){.l-footer-nav-other{margin-top:40px;display:block}}.l-footer-nav-other__item:not(:last-child){margin-right:48px}@media screen and (max-width: 767px){.l-footer-nav-other__item:not(:last-child){margin-right:0}}@media screen and (max-width: 767px){.l-footer-nav-other__item+.l-footer-nav-other__item{margin-top:30px}}.l-footer-nav-other__link{display:inline-flex;align-items:center;transition:opacity .4s}.l-footer-nav-other__link:hover{opacity:.5}.l-footer-nav-other__link--contact{font-size:1.5rem;letter-spacing:.1em}.l-footer-nav-other__link--contact::before{content:"";width:25px;height:25px;display:block;margin-right:10px;background-image:url(../img/common/footer_contact_arrow.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-footer-nav-other__link--instagram{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2rem;letter-spacing:.04em}.l-footer-nav-other__link--instagram::before{content:"";width:20px;height:20px;display:block;margin-right:10px;background-image:url(../img/common/instagram_icon.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}.l-footer-copyright{font-size:1rem;margin-top:67px}@media screen and (max-width: 767px){.l-footer-copyright{margin-top:60px}}.l-footer-contact{width:calc(100% + 80px);background-color:var(--color-wht);margin:0 -40px}@media screen and (max-width: 767px){.l-footer-contact{width:calc(100% + 60px);margin:0 -30px}}.l-footer-contact__inner{width:100%;max-width:1200px;margin:0 auto;padding:95px 0;display:flex}@media screen and (max-width: 767px){.l-footer-contact__inner{padding:80px 30px;display:block}}.l-footer-contact__head{width:308px;height:110px;border-right:1px solid var(--color-gry);display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 767px){.l-footer-contact__head{width:100%;height:auto;border-right:none}}.l-footer-contact__label{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em}@media screen and (max-width: 767px){.l-footer-contact__label{font-size:1.4rem}}.l-footer-contact__title{font-size:3.2rem;letter-spacing:.22em;margin-top:25px}@media screen and (max-width: 767px){.l-footer-contact__title{font-size:2.5rem;letter-spacing:.15em;margin-top:18px}}.l-footer-contact__body{flex:1;height:110px;padding-left:80px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 767px){.l-footer-contact__body{height:auto;padding-left:0;margin-top:25px}}.l-footer-contact__text{font-size:1.5rem;letter-spacing:.08em}@media screen and (max-width: 767px){.l-footer-contact__text{font-size:1.3rem;letter-spacing:.04em;line-height:2}}.l-footer-contact__wrap{display:flex;align-items:center;margin-top:25px}@media screen and (max-width: 767px){.l-footer-contact__wrap{display:block;margin-top:35px}}.l-footer-contact__unit+.l-footer-contact__unit{margin-left:56px}@media screen and (max-width: 767px){.l-footer-contact__unit+.l-footer-contact__unit{margin-left:0;margin-top:20px}}.l-footer-contact__link{height:56px;padding-left:74px;display:flex;flex-direction:column;justify-content:center;position:relative}@media screen and (max-width: 767px){.l-footer-contact__link{height:48px;padding-left:68px}}.l-footer-contact__link::before{content:"";width:56px;height:56px;display:block;background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0}@media screen and (max-width: 767px){.l-footer-contact__link::before{width:48px;height:48px}}.l-footer-contact__link--form{transition:.4s}.l-footer-contact__link--form:hover{opacity:.5}.l-footer-contact__link--form::before{background-image:url(../img/common/contact_form.svg)}.l-footer-contact__link--tel{pointer-events:none}@media screen and (max-width: 767px){.l-footer-contact__link--tel{pointer-events:auto}}.l-footer-contact__link--tel::before{background-image:url(../img/common/contact_tel.svg)}.l-footer-contact__form{font-size:2rem;letter-spacing:.04em}.l-footer-contact__tel{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:2.8rem;letter-spacing:.14em}@media screen and (max-width: 767px){.l-footer-contact__tel{font-size:2.5rem}}.l-footer-contact__time{font-size:1.2rem;letter-spacing:.04em;margin-top:8px}@media screen and (max-width: 767px){.l-footer-contact__time{font-size:1rem;margin-top:6px}}.c-pagenation .wp-pagenavi{width:100%;display:flex;justify-content:center;align-items:center}.c-pagenation .current{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;border:1px solid var(--color-text-main);border-radius:50%;margin:0 5px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .current{width:36px;height:36px;font-size:1.8rem;margin:0 3px}}.c-pagenation .page{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 5px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .page{width:36px;height:36px;font-size:1.8rem;margin:0 3px}}.c-pagenation .previouspostslink{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 10px 0 0;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .previouspostslink{width:36px;height:36px;font-size:1.8rem;margin:0 5px 0 0}}.c-pagenation .nextpostslink{width:40px;height:40px;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.8rem;margin:0 0 0 10px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.c-pagenation .nextpostslink{width:36px;height:36px;font-size:1.8rem;margin:0 0 0 5px}}.is-scroll-prevent{overflow:hidden;height:100%}.u-hide--pc{display:none}@media screen and (max-width: 767px){.u-hide--pc{display:block}}@media screen and (max-width: 767px){.u-hide--sp{display:none}}.p-company-head{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-company-head{min-width:auto;margin-top:80px;padding:0 30px}}.p-company-head__inner{width:100%;max-width:1200px;margin:0 auto}.p-company-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-company-title{display:block}}.p-company-title__main{display:block;font-size:4.2rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-company-title__main{font-size:2.8rem;letter-spacing:.12em}}.p-company-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em;margin-left:40px}@media screen and (max-width: 767px){.p-company-title__label{font-size:1.4rem;margin-left:0;margin-top:20px}}.p-company-intro{width:100%;min-width:1280px;margin-top:80px;padding:0 40px}@media screen and (max-width: 767px){.p-company-intro{min-width:auto;margin-top:60px;padding:0 30px}}.p-company-intro__inner{width:100%;max-width:1200px;margin:0 auto}.p-company-intro__text{width:900px;font-size:1.5rem;letter-spacing:.04em;line-height:2}@media screen and (max-width: 767px){.p-company-intro__text{width:100%;font-size:1.4rem}}.p-company-mv{width:100%;margin-top:120px}@media screen and (max-width: 767px){.p-company-mv{margin-top:80px}}.p-company-message{width:100%;min-width:1280px;margin-top:180px;padding:0 40px}@media screen and (max-width: 767px){.p-company-message{min-width:auto;margin-top:150px;padding:0 30px}}.p-company-message__inner{width:100%;max-width:1080px;margin:0 auto;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.p-company-message__inner{display:block}}.p-company-message__content{width:710px}@media screen and (max-width: 767px){.p-company-message__content{width:100%}}.p-company-message-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-company-message-title{flex-direction:column-reverse;align-items:flex-start}}.p-company-message-title__main{display:block;font-size:2.5rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-company-message-title__main{letter-spacing:.15em;margin-top:20px}}.p-company-message-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.4rem;letter-spacing:.08em;margin-left:32px}@media screen and (max-width: 767px){.p-company-message-title__label{margin-left:0}}.p-company-message__text{font-size:1.5rem;letter-spacing:.04em;line-height:2;margin-top:30px}@media screen and (max-width: 767px){.p-company-message__text{font-size:1.4rem;margin-top:25px}}.p-company-message-title+.p-company-message__text{margin-top:60px}@media screen and (max-width: 767px){.p-company-message-title+.p-company-message__text{margin-top:36px}}.p-company-message-president{width:274px}@media screen and (max-width: 767px){.p-company-message-president{width:250px;margin-top:50px;margin-inline:auto}}.p-company-message-president__name{text-align:center;font-size:1.8rem;letter-spacing:.04em;margin-top:24px}.p-company-message-president__name span{font-size:1.4rem}.p-company-staff{width:100%;min-width:1280px;margin-top:180px;padding:0 40px}@media screen and (max-width: 767px){.p-company-staff{min-width:auto;margin-top:150px;padding:0 30px}}.p-company-staff__inner{width:100%;max-width:1080px;margin:0 auto}.p-company-staff-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-company-staff-title{flex-direction:column-reverse;align-items:flex-start}}.p-company-staff-title__main{display:block;font-size:2.5rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-company-staff-title__main{letter-spacing:.15em;margin-top:20px}}.p-company-staff-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.4rem;letter-spacing:.08em;margin-left:32px}@media screen and (max-width: 767px){.p-company-staff-title__label{margin-left:0}}.p-company-staff__content{margin-top:70px;display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:70px}@media screen and (max-width: 767px){.p-company-staff__content{margin-top:50px;flex-direction:column;align-items:center}}.p-company-staff__unit{width:310px}.p-company-staff__img{width:100%}.p-company-staff__name{text-align:center;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:3.6rem;letter-spacing:.04em;margin-top:16px}.p-company-staff-position{width:-moz-fit-content;width:fit-content;margin-top:18px;margin-inline:auto;position:relative;padding-block:2px;padding-inline:30px}.p-company-staff-position::before{content:"";width:6px;height:100%;display:block;border-top:1px solid rgba(39,39,39,.3);border-bottom:1px solid rgba(39,39,39,.3);border-left:1px solid rgba(39,39,39,.3);position:absolute;top:0;left:0}.p-company-staff-position::after{content:"";width:6px;height:100%;display:block;border-top:1px solid rgba(39,39,39,.3);border-bottom:1px solid rgba(39,39,39,.3);border-right:1px solid rgba(39,39,39,.3);position:absolute;top:0;right:0}.p-company-staff-position__text{text-align:center;font-size:1.2rem;letter-spacing:.05em;line-height:1.6666666667}.p-company-staff__text{font-size:1.5rem;letter-spacing:.04em;line-height:2;margin-top:25px}@media screen and (max-width: 767px){.p-company-staff__text{font-size:1.4rem;margin-top:20px}}.p-company-profile{width:100%;min-width:1280px;margin-top:180px;padding:0 40px}@media screen and (max-width: 767px){.p-company-profile{min-width:auto;margin-top:120px;padding:0 30px}}.p-company-profile__inner{width:100%;max-width:1080px;margin:0 auto;padding-top:180px;border-top:1px solid var(--color-gry)}@media screen and (max-width: 767px){.p-company-profile__inner{padding-top:120px}}.p-company-profile-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-company-profile-title{flex-direction:column-reverse;align-items:flex-start}}.p-company-profile-title__main{display:block;font-size:2.5rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-company-profile-title__main{letter-spacing:.15em;margin-top:20px}}.p-company-profile-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.4rem;letter-spacing:.08em;margin-left:32px}@media screen and (max-width: 767px){.p-company-profile-title__label{margin-left:0}}.p-company-profile-detail{width:100%;margin-top:72px}@media screen and (max-width: 767px){.p-company-profile-detail{margin-top:36px}}.p-company-profile-detail__unit{width:100%;padding:25px 0;display:flex;border-bottom:1px solid var(--color-gry)}@media screen and (max-width: 767px){.p-company-profile-detail__unit{display:block}}.p-company-profile-detail__head{width:115px;font-size:1.2rem;letter-spacing:.04em;padding-top:11px}@media screen and (max-width: 767px){.p-company-profile-detail__head{width:100%;padding-top:0}}.p-company-profile-detail__body{flex:1;font-size:1.8rem;letter-spacing:.04em;line-height:1.7777777778}@media screen and (max-width: 767px){.p-company-profile-detail__body{width:100%;font-size:1.5rem;margin-top:12px}}.p-company-access{width:100%;min-width:1280px;margin-top:180px;padding:0 40px}@media screen and (max-width: 767px){.p-company-access{min-width:auto;margin-top:120px;padding:0 30px}}.p-company-access__inner{width:100%;max-width:1080px;margin:0 auto}.p-company-access-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-company-access-title{flex-direction:column-reverse;align-items:flex-start}}.p-company-access-title__main{display:block;font-size:2.5rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-company-access-title__main{letter-spacing:.15em;margin-top:20px}}.p-company-access-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.4rem;letter-spacing:.08em;margin-left:32px}@media screen and (max-width: 767px){.p-company-access-title__label{margin-left:0}}.p-company-access__map{margin-top:60px}@media screen and (max-width: 767px){.p-company-access__map{margin-top:40px}}.p-showroom-head{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-showroom-head{min-width:auto;margin-top:80px;padding:0 30px}}.p-showroom-head__inner{width:100%;max-width:1200px;margin:0 auto}.p-showroom-title{display:flex;align-items:center}@media screen and (max-width: 767px){.p-showroom-title{display:block}}.p-showroom-title__main{display:block;font-size:4.2rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-showroom-title__main{font-size:2.8rem;letter-spacing:.12em}}.p-showroom-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em;margin-left:40px}@media screen and (max-width: 767px){.p-showroom-title__label{font-size:1.4rem;margin-left:0;margin-top:20px}}.p-showroom-mv{width:100%;margin-top:120px}@media screen and (max-width: 767px){.p-showroom-mv{margin-top:80px}}.p-showroom-mv__inner{width:calc(50% + 540px);height:auto;aspect-ratio:1260/450}@media screen and (max-width: 767px){.p-showroom-mv__inner{width:100%;aspect-ratio:390/230}}.p-showroom-mv__inner img{width:100%;height:100%;object-fit:cover}.p-showroom-detail{width:100%;min-width:1280px;margin-top:180px;padding:0 40px;overflow:hidden}@media screen and (max-width: 767px){.p-showroom-detail{min-width:auto;margin-top:100px;padding:0 30px}}.p-showroom-detail__inner{width:100%;max-width:1200px;margin:0 auto}.p-showroom-detail__heading{font-size:3.2rem;letter-spacing:.22em;margin-left:60px}@media screen and (max-width: 767px){.p-showroom-detail__heading{font-size:2.2rem;letter-spacing:.15em;margin-left:0}}.p-showroom-detail__text{font-size:1.5rem;letter-spacing:.04em;line-height:2;margin:50px 0 0 60px}@media screen and (max-width: 767px){.p-showroom-detail__text{width:100%;font-size:1.4rem;margin:30px 0 0 0}}.p-showroom-detail__gallery{width:calc(100% + 50vw - 50%);margin-top:90px;display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (min-width: 768px)and (max-width: 1279px){.p-showroom-detail__gallery{width:calc(100% + 40px)}}@media screen and (max-width: 767px){.p-showroom-detail__gallery{width:calc(100% + 30px);margin-top:60px;display:block}}.p-showroom-detail__img{width:47.7272727273%;height:auto;aspect-ratio:630/420}@media screen and (max-width: 767px){.p-showroom-detail__img{width:100%}}.p-showroom-detail__img:nth-child(n+3){margin-top:90px}@media screen and (max-width: 767px){.p-showroom-detail__img:nth-child(n+3){margin-top:auto}}@media screen and (max-width: 767px){.p-showroom-detail__img:nth-child(n+2){margin-top:30px}}.p-showroom-detail__img img{width:100%;height:100%;object-fit:cover}.p-showroom-schedule{width:100%;min-width:1280px;margin-top:200px;padding:0 40px}@media screen and (max-width: 767px){.p-showroom-schedule{min-width:auto;margin-top:150px;padding:0 30px}}.p-showroom-schedule__inner{width:100%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.p-showroom-schedule__inner{display:block}}.p-showroom-schedule__info{width:320px;margin:44px 0 0 60px}@media screen and (max-width: 767px){.p-showroom-schedule__info{width:100%;margin:0}}.p-showroom-schedule__label{font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.4rem;letter-spacing:.08em}.p-showroom-schedule__heading{font-size:2.5rem;letter-spacing:.22em;margin-top:30px}@media screen and (max-width: 767px){.p-showroom-schedule__heading{letter-spacing:.15em;margin-top:20px}}.p-showroom-schedule__text{font-size:1.5rem;letter-spacing:.04em;line-height:2;margin-top:50px}@media screen and (max-width: 767px){.p-showroom-schedule__text{font-size:1.4rem;margin-top:30px}}.p-showroom-schedule__text a{text-decoration:underline}.p-showroom-schedule__calendar{width:792px}@media screen and (max-width: 767px){.p-showroom-schedule__calendar{width:100%;margin-top:40px}}.p-contact-head{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-contact-head{min-width:auto;margin-top:80px;padding:0 30px}}.p-contact-head__inner{width:100%;max-width:900px;margin:0 auto}.p-contact-title__main{display:block;font-size:4.2rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-contact-title__main{font-size:2.8rem;letter-spacing:.12em}}.p-contact-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em;margin-top:40px}@media screen and (max-width: 767px){.p-contact-title__label{font-size:1.4rem;margin-top:20px}}.p-contact-form{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-contact-form{min-width:auto;margin-top:80px;padding:0 30px}}.p-contact-form__inner{width:100%;max-width:900px;margin:0 auto}.p-contact-form__intro{font-size:1.5rem;letter-spacing:.04em;line-height:2}@media screen and (max-width: 767px){.p-contact-form__intro{font-size:1.4rem}}.p-contact-form__main{margin-top:70px}.p-contact-form__unit{display:flex;align-items:flex-start}@media screen and (max-width: 767px){.p-contact-form__unit{display:block}}.p-contact-form__unit+.p-contact-form__unit{margin-top:30px}.p-contact-form__head{width:244px;padding-top:14px;display:flex;align-items:center}@media screen and (max-width: 767px){.p-contact-form__head{width:100%;padding-top:0}}.p-contact-form__label{font-size:1.6rem;letter-spacing:.1em}@media screen and (max-width: 767px){.p-contact-form__label{font-size:1.4rem;letter-spacing:.04em}}.p-contact-form__required{font-size:1.1rem;letter-spacing:.05em;margin-left:12px}@media screen and (max-width: 767px){.p-contact-form__required{font-size:1rem}}.p-contact-form__body{flex:1}@media screen and (max-width: 767px){.p-contact-form__body{width:100%;margin-top:12px}}.p-contact-form__body--confirm{font-size:1.5rem;letter-spacing:.05em;line-height:2;background-color:var(--color-wht);padding:8px 20px}@media screen and (max-width: 767px){.p-contact-form__body--confirm{font-size:1.3rem;letter-spacing:.04em;padding:6px 15px}}.p-contact-form__body .wpcf7-not-valid-tip{margin-top:10px}.p-contact-form__input-text{padding:0;border:none;border-radius:0;outline:none;background:none;-webkit-appearance:none;appearance:none;font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;width:100%;font-size:1.5rem;letter-spacing:.05em;line-height:2;padding:8px 20px;border:1px solid var(--color-text-main)}.p-contact-form__input-text::-webkit-outer-spin-button,.p-contact-form__input-text::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.p-contact-form__input-text::placeholder{color:#a0a0a0}@media screen and (max-width: 767px){.p-contact-form__input-text{font-size:1.3rem;letter-spacing:.04em;padding:6px 15px}}.p-contact-form__textarea{-webkit-appearance:none;appearance:none;resize:none;padding:0;border:0;outline:none;background:rgba(0,0,0,0);font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;width:100%;height:298px;font-size:1.5rem;letter-spacing:.05em;line-height:2;padding:8px 20px;border:1px solid var(--color-text-main)}.p-contact-form__textarea::placeholder{color:#a0a0a0}@media screen and (max-width: 767px){.p-contact-form__textarea{height:240px;font-size:1.3rem;letter-spacing:.04em;padding:6px 15px}}.p-contact-form__agree{text-align:center;margin-top:90px;padding-top:70px;border-top:1px solid var(--color-gry)}@media screen and (max-width: 767px){.p-contact-form__agree{margin-top:50px;padding-top:40px}}.p-contact-form__agree label{display:inline-block;cursor:pointer}.p-contact-form__agree input[type=checkbox]{position:absolute;opacity:0;visibility:hidden}.p-contact-form__agree .wpcf7-list-item-label{display:inline-block;font-size:1.6rem;letter-spacing:.1em;padding-left:35px;position:relative}@media screen and (max-width: 767px){.p-contact-form__agree .wpcf7-list-item-label{font-size:1.4rem;padding-left:28px}}.p-contact-form__agree .wpcf7-list-item-label::before{content:"";width:20px;height:20px;display:block;border:1px solid var(--color-text-main);position:absolute;top:-1px;left:0}@media screen and (max-width: 767px){.p-contact-form__agree .wpcf7-list-item-label::before{width:16px;height:16px}}.p-contact-form__agree .wpcf7-list-item-label::after{content:"";width:7px;height:15px;display:block;border-bottom:2px solid var(--color-text-main);border-right:2px solid var(--color-text-main);transform:rotate(45deg);position:absolute;top:0px;left:7px;opacity:0;transition:.4s}@media screen and (max-width: 767px){.p-contact-form__agree .wpcf7-list-item-label::after{width:5px;height:12px;left:6px}}.p-contact-form__agree .wpcf7-list-item-label a{text-decoration:underline}.p-contact-form__agree input[type=checkbox]:checked+.wpcf7-list-item-label::after{opacity:1}.p-contact-form-btn{margin-top:70px;display:flex;justify-content:center}@media screen and (max-width: 767px){.p-contact-form-btn{margin-top:40px}}.p-contact-form-btn__submit{width:456px;height:60px;display:block;position:relative;z-index:1}@media screen and (max-width: 767px){.p-contact-form-btn__submit{width:315px;height:54px}}.p-contact-form-btn__submit--confirm{width:300px}@media screen and (max-width: 767px){.p-contact-form-btn__submit--confirm{width:calc((100% - 10px)/2)}}.p-contact-form-btn__submit::before{content:"";width:12px;height:8.3px;display:block;background-color:#f8f8f5;clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);position:absolute;top:50%;right:23px;transform:translateY(-50%);transition:.4s;pointer-events:none}@media screen and (max-width: 767px){.p-contact-form-btn__submit::before{width:8px;height:5.5px;right:16px}}.p-contact-form-btn__submit:hover::before{background-color:var(--color-accent)}.p-contact-form-btn__submit input{-webkit-appearance:none;appearance:none;resize:none;padding:0;border:0;outline:none;background:rgba(0,0,0,0);font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:100%;height:100%;font-size:1.8rem;letter-spacing:.15em;color:#f8f8f5;background-color:var(--color-accent);cursor:pointer;transition:.4s}@media screen and (max-width: 767px){.p-contact-form-btn__submit input{font-size:1.5rem;letter-spacing:.08em}}.p-contact-form-btn__submit:hover input{color:var(--color-accent);background-color:#f8f8f5}.p-contact-form-btn__return{width:300px;height:60px;margin-right:10px;display:block;position:relative;z-index:1}@media screen and (max-width: 767px){.p-contact-form-btn__return{width:calc((100% - 10px)/2);height:54px}}.p-contact-form-btn__return::before{content:"";width:12px;height:8.3px;display:block;background-color:#f8f8f5;clip-path:polygon(0 0, 100% 50%, 0 100%, 13% 50%);clip-path:polygon(100% 0, 87% 50%, 100% 100%, 0 50%);position:absolute;top:50%;left:23px;transform:translateY(-50%);transition:.4s;pointer-events:none}@media screen and (max-width: 767px){.p-contact-form-btn__return::before{width:8px;height:5.5px;left:16px}}.p-contact-form-btn__return:hover::before{background-color:var(--color-accent)}.p-contact-form-btn__return input{-webkit-appearance:none;appearance:none;resize:none;padding:0;border:0;outline:none;background:rgba(0,0,0,0);font-family:"Shippori Mincho",serif;font-weight:400;font-style:normal;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:100%;height:100%;font-size:1.8rem;letter-spacing:.15em;color:#f8f8f5;background-color:var(--color-accent);cursor:pointer;transition:.4s}@media screen and (max-width: 767px){.p-contact-form-btn__return input{font-size:1.5rem;letter-spacing:.08em}}.p-contact-form-btn__return:hover input{color:var(--color-accent);background-color:#f8f8f5}.p-privacy-head{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-privacy-head{min-width:auto;margin-top:80px;padding:0 30px}}.p-privacy-head__inner{width:100%;max-width:900px;margin:0 auto}.p-privacy-title__main{display:block;font-size:4.2rem;letter-spacing:.22em}@media screen and (max-width: 767px){.p-privacy-title__main{font-size:2.8rem;letter-spacing:.12em}}.p-privacy-title__label{display:block;font-family:"Forum",serif;font-weight:400;font-style:normal;font-size:1.6rem;letter-spacing:.08em;margin-top:40px}@media screen and (max-width: 767px){.p-privacy-title__label{font-size:1.4rem;margin-top:20px}}.p-privacy-main{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-privacy-main{min-width:auto;margin-top:80px;padding:0 30px}}.p-privacy-main__inner{width:100%;max-width:900px;margin:0 auto}.p-privacy__heading{font-size:1.8rem;letter-spacing:.22em;line-height:2;margin-top:50px}@media screen and (max-width: 767px){.p-privacy__heading{font-size:1.6rem;letter-spacing:.12em}}.p-privacy__text{font-size:1.5rem;letter-spacing:.04em;line-height:2}@media screen and (max-width: 767px){.p-privacy__text{font-size:1.4rem;word-break:break-all}}.p-privacy__text+.p-privacy__text{margin-top:20px}.p-privacy__text a{text-decoration:underline}.p-privacy__heading+.p-privacy__text{margin-top:15px}.p-404-main{width:100%;min-width:1280px;margin-top:120px;padding:0 40px}@media screen and (max-width: 767px){.p-404-main{min-width:auto;margin-top:80px;padding:0 30px}}.p-404-main__inner{width:100%;max-width:900px;margin:0 auto}.p-404__title{text-align:center;font-size:1.6rem;letter-spacing:.04em}
