@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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-style:normal;vertical-align:baseline}body,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: var(--color-beg);--color-text: var(--color-olv);--color-blk: #000000;--color-wht: #FFFFFF;--color-beg: #FDFBF3;--color-olv: #5A4620;--color-red: #D1291A}html{font-size:62.5%}body{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:1.6rem;color:var(--color-text);-webkit-font-smoothing:antialiased;background-color:var(--color-bg)}a{color:var(--color-text);text-decoration:none;outline:none}img{max-width:100%;height:auto}hr{border-top:1px solid #ccc}.l-header{width:100%;height:90px;background-color:var(--color-bg);padding-inline:30px;position:fixed;top:0;left:0;z-index:9999}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header{height:7.2580645161vw;padding-inline:2.4193548387vw}}@media screen and (max-width: 767px){.l-header{height:50px;padding-inline:0}}.l-header__inner{width:100%;height:100%;display:flex;justify-content:space-between;align-items:center}.l-header-title__link{display:block;width:185px;height:auto;aspect-ratio:185/50}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-title__link{width:14.9193548387vw}}@media screen and (max-width: 767px){.l-header-title__link{width:120px;margin-left:10px}}.l-header-title__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-pc{display:flex;justify-content:flex-end;align-items:center}@media screen and (max-width: 767px){.l-header-nav-pc{display:none}}.l-header-nav-pc__list{display:flex;justify-content:flex-end;align-items:center}.l-header-nav-pc__item+.l-header-nav-pc__item{margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc__item+.l-header-nav-pc__item{margin-left:2.4193548387vw}}.l-header-nav-pc__link{display:block;font-size:1.4rem;padding-block:10px;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc__link{font-size:1.1290322581vw;padding-block:.8064516129vw}}.l-header-nav-pc__link::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-olv);position:absolute;bottom:0;left:0;opacity:0;transform:scale(0, 1);transition:.3s}.l-header-nav-pc__link:hover::before{opacity:1;transform:scale(1, 1)}.l-header-nav-pc-sns{margin-left:30px;display:flex;justify-content:flex-end;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns{margin-left:2.4193548387vw}}.l-header-nav-pc-sns__item+.l-header-nav-pc-sns__item{margin-left:15px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns__item+.l-header-nav-pc-sns__item{margin-left:1.2096774194vw}}.l-header-nav-pc-sns__link{display:block;width:24px;height:24px;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-header-nav-pc-sns__link{width:1.935483871vw;height:1.935483871vw}}.l-header-nav-pc-sns__link:hover{opacity:.5}.l-header-nav-pc-sns__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-sp{display:none}@media screen and (max-width: 767px){.l-header-nav-sp{display:block}}.l-header-nav-sp__toggle{width:50px;height:50px;position:fixed;top:0;right:5px;cursor:pointer}.l-header-nav-sp__toggle>span{display:block;width:30px;height:1px;background-color:var(--color-olv);position:absolute;left:50%;transition:.3s}.l-header-nav-sp__toggle>span:nth-child(1){top:15px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle>span:nth-child(2){top:23px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle>span:nth-child(3){top:31px;transform:translate(-50%, 0)}.l-header-nav-sp__toggle.is-active>span:nth-child(1){top:23px;transform:translate(-50%, 0) rotate(35deg)}.l-header-nav-sp__toggle.is-active>span:nth-child(2){opacity:0}.l-header-nav-sp__toggle.is-active>span:nth-child(3){top:23px;transform:translate(-50%, 0) rotate(-35deg)}.l-header-nav-sp__main{width:100%;height:calc(100dvh - 50px);background-color:var(--color-bg);padding-top:20px;padding-bottom:50px;overflow-y:auto;position:fixed;top:50px;left:0;opacity:0;visibility:hidden;transition:.3s}.l-header-nav-sp__main.is-active{opacity:1;visibility:visible}.l-header-nav-sp__list{width:100%}.l-header-nav-sp__item{width:100%;text-align:center;padding:18px}.l-header-nav-sp__link{display:inline-block}.l-header-nav-sp-sns{width:100%;margin-top:30px;display:flex;justify-content:center;align-items:center}.l-header-nav-sp-sns__item+.l-header-nav-sp-sns__item{margin-left:15px}.l-header-nav-sp-sns__link{display:block;width:24px;height:24px}.l-header-nav-sp-sns__link img{width:100%;height:100%;object-fit:contain}.l-header-nav-sp-info{width:100%;margin-top:50px;padding-top:40px;position:relative}.l-header-nav-sp-info::before{content:"";width:calc(100% - 40px);height:1px;display:block;background-color:var(--color-olv);position:absolute;top:0;left:50%;transform:translate(-50%, 0)}.l-header-nav-sp-info__title{text-align:center;font-size:1.6rem}.l-header-nav-sp-info__wrap{width:fit-content;margin:25px auto 0 auto}.l-header-nav-sp-info__unit{display:flex}.l-header-nav-sp-info__unit+.l-header-nav-sp-info__unit{margin-top:10px}.l-header-nav-sp-info__label{width:70px;font-size:1.4rem}.l-header-nav-sp-info__text{flex:1;font-size:1.4rem}.l-header-nav-sp-info__map{font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;font-weight:500;display:inline-block;border:1px solid var(--color-olv);border-radius:20px;margin-top:10px;padding:3px 15px 5px 15px}.l-main{margin-top:90px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-main{margin-top:7.2580645161vw}}@media screen and (max-width: 767px){.l-main{margin-top:50px}}.l-footer{width:100%;margin-top:150px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer{margin-top:12.0967741935vw}}@media screen and (max-width: 767px){.l-footer{margin-top:50px}}.l-footer-nav{width:100%;background-color:var(--color-red)}@media screen and (max-width: 767px){.l-footer-nav{display:none}}.l-footer-nav__inner{width:100%;max-width:1100px;margin-inline:auto;padding-block:70px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__inner{max-width:88.7096774194vw;padding-block:5.6451612903vw}}.l-footer-nav-sns{display:flex;justify-content:center;align-items:center}.l-footer-nav-sns__item+.l-footer-nav-sns__item{margin-left:15px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav-sns__item+.l-footer-nav-sns__item{margin-left:1.2096774194vw}}.l-footer-nav-sns__link{display:block;width:24px;height:24px;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav-sns__link{width:1.935483871vw;height:1.935483871vw}}.l-footer-nav-sns__link:hover{opacity:.5}.l-footer-nav-sns__link img{width:100%;height:100%;object-fit:contain}.l-footer-nav__list{margin-top:50px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__list{margin-top:4.0322580645vw}}.l-footer-nav__item+.l-footer-nav__item{margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__item+.l-footer-nav__item{margin-left:2.4193548387vw}}.l-footer-nav__link{display:block;font-size:1.4rem;color:var(--color-wht);padding-block:10px;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-nav__link{font-size:1.1290322581vw;padding-block:.8064516129vw}}.l-footer-nav__link::before{content:"";width:100%;height:1px;display:block;background-color:var(--color-wht);position:absolute;bottom:0;left:0;opacity:0;transform:scale(0, 1);transition:.3s}.l-footer-nav__link:hover::before{opacity:1;transform:scale(1, 1)}.l-footer-info{padding-block:50px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info{padding-block:4.0322580645vw}}@media screen and (max-width: 767px){.l-footer-info{display:none}}.l-footer-info__inner{width:100%;max-width:1100px;margin-inline:auto;display:flex;justify-content:center}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__inner{max-width:88.7096774194vw}}.l-footer-info__logo{width:97px;height:auto;aspect-ratio:97/135}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__logo{width:7.8225806452vw}}.l-footer-info__logo img{width:100%;height:100%;object-fit:contain}.l-footer-info__main{width:fit-content;margin-left:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__main{margin-left:2.4193548387vw}}.l-footer-info__title{font-size:1.8rem;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__title{font-size:1.4516129032vw}}.l-footer-info__unit{display:flex;margin-top:22px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__unit{margin-top:1.7741935484vw}}.l-footer-info__unit+.l-footer-info__unit{margin-top:10px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__unit+.l-footer-info__unit{margin-top:.8064516129vw}}.l-footer-info__label{width:85px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__label{width:6.8548387097vw}}.l-footer-info__text{flex:1;font-size:1.6rem;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__text{font-size:1.2903225806vw}}.l-footer-info__map{font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;font-weight:500;letter-spacing:0;display:inline-block;border:1px solid var(--color-olv);border-radius:20px;margin-left:5px;padding:3px 15px 5px 15px;transform:translate(0, -3px);transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-info__map{font-size:.8870967742vw;margin-left:.4032258065vw;border-radius:1.6129032258vw;padding:.2419354839vw 1.2096774194vw .4032258065vw 1.2096774194vw}}.l-footer-info__map:hover{opacity:.5}.l-footer-copyright{width:100%;background-color:var(--color-red)}.l-footer-copyright__text{text-align:center;font-size:1rem;letter-spacing:.1em;color:var(--color-wht);padding-block:10px}@media screen and (min-width: 768px)and (max-width: 1239px){.l-footer-copyright__text{font-size:.8064516129vw;padding-block:.8064516129vw}}.c-button{width:360px;height:80px;font-size:2rem;letter-spacing:.1em;color:var(--color-wht);background-color:var(--color-red);border:1px solid var(--color-red);border-radius:40px;padding-inline:39px;overflow:hidden;display:flex;align-items:center;position:relative;z-index:1;transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.c-button{width:29.0322580645vw;height:6.4516129032vw;font-size:1.6129032258vw;padding-inline:3.1451612903vw}}@media screen and (max-width: 767px){.c-button{width:280px;height:60px;font-size:1.6rem;padding-inline:29px}}.c-button::before{content:"";width:100%;height:100%;display:block;background-color:var(--color-wht);position:absolute;top:0;left:0;z-index:-1;transform-origin:left;transform:scale(0, 1);transition:.3s}.c-button::after{content:"";width:24px;height:24px;display:block;background-image:url(../img/common/arrow_red.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;right:40px;z-index:2;transform:translate(0, -50%);transition:.3s}@media screen and (min-width: 768px)and (max-width: 1239px){.c-button::after{width:1.935483871vw;height:1.935483871vw;right:3.2258064516vw}}@media screen and (max-width: 767px){.c-button::after{right:20px}}.c-button:hover{color:var(--color-red)}.c-button:hover::before{transform:scale(1, 1)}.c-button:hover::after{background-image:url(../img/common/arrow_wht.svg)}.c-pagination .wp-pagenavi{width:100%;display:flex;justify-content:center;align-items:center}.c-pagination .current{width:30px;height:30px;font-size:1.4rem;color:var(--color-wht);background-color:var(--color-red);border:1px solid var(--color-red);border-radius:50%;margin:0 10px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .current{width:2.4193548387vw;height:2.4193548387vw;font-size:1.1290322581vw;margin:0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .current{margin:0 5px}}.c-pagination .page{width:30px;height:30px;font-size:1.4rem;color:var(--color-red);border:1px solid var(--color-red);border-radius:50%;margin:0 10px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .page{width:2.4193548387vw;height:2.4193548387vw;font-size:1.1290322581vw;margin:0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .page{margin:0 5px}}.c-pagination .previouspostslink{width:30px;height:30px;text-indent:-9999px;overflow:hidden;margin:0 10px 0 0;background-image:url(../img/common/arrow_wht.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;transform:scale(-1, 1)}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .previouspostslink{width:2.4193548387vw;height:2.4193548387vw;margin:0 .8064516129vw 0 0}}@media screen and (max-width: 767px){.c-pagination .previouspostslink{margin:0 5px 0 0}}.c-pagination .nextpostslink{width:30px;height:30px;text-indent:-9999px;overflow:hidden;margin:0 0 0 10px;background-image:url(../img/common/arrow_wht.svg);background-position:center center;background-repeat:no-repeat;background-size:contain}@media screen and (min-width: 768px)and (max-width: 1239px){.c-pagination .nextpostslink{width:2.4193548387vw;height:2.4193548387vw;margin:0 0 0 .8064516129vw}}@media screen and (max-width: 767px){.c-pagination .nextpostslink{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-about-mv{width:100%;padding-top:15px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv{padding-top:1.2096774194vw}}.p-about-mv__inner{width:100%;max-width:1100px;margin:0 auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv__inner{max-width:88.7096774194vw}}.p-about-mv__img{width:calc(100% + 50vw - 50%);aspect-ratio:1250/520;border-radius:20px 0 0 0;overflow:hidden}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv__img{border-radius:1.6129032258vw 0 0 0}}@media screen and (max-width: 767px){.p-about-mv__img{width:calc(100% - 20px);aspect-ratio:2/1;margin-left:20px;border-radius:15px 0 0 0}}.p-about-mv__img img{width:100%;height:100%;object-fit:cover}.p-about-mv__main{width:450px;height:220px;margin-top:-110px;display:flex;align-items:center;position:relative;z-index:1}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv__main{width:36.2903225806vw;height:17.7419354839vw;margin-top:-8.8709677419vw}}@media screen and (max-width: 767px){.p-about-mv__main{width:300px;height:100px;margin-top:-30px;padding-left:40px;background-color:var(--color-wht);border-radius:0 15px 15px 0}}.p-about-mv__main::before{content:"";width:calc(100% + 50vw - 550px);height:100%;background-color:var(--color-wht);border-radius:0 20px 20px 0;position:absolute;top:0;right:0;z-index:-1}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv__main::before{width:calc(100% + 5.6451612903vw);border-radius:0 1.6129032258vw 1.6129032258vw 0}}@media screen and (max-width: 767px){.p-about-mv__main::before{content:none}}.p-about-mv-title__jp{display:block;font-size:3.2rem;font-weight:400;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv-title__jp{font-size:2.5806451613vw}}@media screen and (max-width: 767px){.p-about-mv-title__jp{font-size:2rem}}.p-about-mv-title__en{display:block;font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:2rem;font-weight:500;letter-spacing:.1em;margin-top:20px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-mv-title__en{font-size:1.6129032258vw;margin-top:1.6129032258vw}}@media screen and (max-width: 767px){.p-about-mv-title__en{font-size:1.4rem;margin-top:12px}}.p-about-greeting{width:100%;margin-top:110px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting{margin-top:8.8709677419vw}}@media screen and (max-width: 767px){.p-about-greeting{margin-top:80px;padding-inline:20px}}.p-about-greeting__inner{width:100%;max-width:1200px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting__inner{max-width:96.7741935484vw}}.p-about-greeting__title{text-align:center;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2.8rem;font-weight:500;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting__title{font-size:2.2580645161vw}}@media screen and (max-width: 767px){.p-about-greeting__title{font-size:2.2rem}}.p-about-greeting-intro{width:800px;margin-top:70px;margin-inline:auto;display:flex;justify-content:space-between;align-items:stretch}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-intro{width:64.5161290323vw;margin-top:5.6451612903vw}}@media screen and (max-width: 767px){.p-about-greeting-intro{width:100%;margin-top:40px;flex-direction:column}}.p-about-greeting-intro__main{width:480px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-intro__main{width:38.7096774194vw}}@media screen and (max-width: 767px){.p-about-greeting-intro__main{width:100%}}.p-about-greeting-intro__text{font-size:1.6rem;letter-spacing:.1em;line-height:2}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-intro__text{font-size:1.2903225806vw}}@media screen and (max-width: 767px){.p-about-greeting-intro__text{font-size:1.4rem}}.p-about-greeting-intro__logo{width:250px;background-color:var(--color-wht);border-radius:20px;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-intro__logo{width:20.1612903226vw;border-radius:1.6129032258vw}}@media screen and (max-width: 767px){.p-about-greeting-intro__logo{width:230px;border-radius:15px;margin-top:30px;margin-inline:auto;padding-block:30px}}.p-about-greeting-intro__img{width:176px;aspect-ratio:176/244}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-intro__img{width:14.1935483871vw}}@media screen and (max-width: 767px){.p-about-greeting-intro__img{width:170px}}.p-about-greeting-intro__img img{width:100%;height:100%;object-fit:contain}.p-about-greeting-profile{width:100%;margin-top:100px;display:flex;justify-content:space-between}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-profile{margin-top:8.064516129vw}}@media screen and (max-width: 767px){.p-about-greeting-profile{display:block;margin-top:70px}}.p-about-greeting-profile__unit{width:565px;background-color:var(--color-wht);border-radius:20px;padding:70px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-profile__unit{width:45.564516129vw;border-radius:1.6129032258vw;padding:5.6451612903vw}}@media screen and (max-width: 767px){.p-about-greeting-profile__unit{width:100%;border-radius:15px;padding:20px}}@media screen and (max-width: 767px){.p-about-greeting-profile__unit+.p-about-greeting-profile__unit{margin-top:20px}}.p-about-greeting-profile__img{width:160px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-profile__img{width:12.9032258065vw}}.p-about-greeting-profile__name{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;text-align:center;font-size:2rem;font-weight:500;letter-spacing:.1em;margin-top:50px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-profile__name{font-size:1.6129032258vw;margin-top:4.0322580645vw}}@media screen and (max-width: 767px){.p-about-greeting-profile__name{font-size:1.6rem;margin-top:30px}}.p-about-greeting-profile__text{font-size:1.6rem;letter-spacing:.1em;line-height:2;margin-top:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-greeting-profile__text{font-size:1.2903225806vw;margin-top:2.4193548387vw}}@media screen and (max-width: 767px){.p-about-greeting-profile__text{font-size:1.4rem;margin-top:20px}}.p-about-history{width:100%;margin-top:150px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history{margin-top:12.0967741935vw}}@media screen and (max-width: 767px){.p-about-history{margin-top:100px;padding-inline:20px}}.p-about-history__inner{width:100%;max-width:1200px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__inner{max-width:96.7741935484vw}}.p-about-history__head{width:600px;height:100px;background-color:var(--color-red);border-radius:0 0 20px 20px;margin-inline:auto;display:flex;justify-content:center;align-items:center;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__head{width:48.3870967742vw;height:8.064516129vw;border-radius:0 0 1.6129032258vw 1.6129032258vw}}@media screen and (max-width: 767px){.p-about-history__head{width:280px;height:60px;border-radius:0 0 15px 15px}}.p-about-history__head::before{content:"";width:calc(100vw - 60px);height:2px;display:block;background-color:var(--color-red);position:absolute;top:0;left:50%;transform:translate(-50%, 0)}@media screen and (max-width: 767px){.p-about-history__head::before{width:calc(100vw - 40px)}}.p-about-history__title{text-align:center;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2.8rem;font-weight:500;letter-spacing:.1em;color:var(--color-wht)}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__title{font-size:2.2580645161vw}}@media screen and (max-width: 767px){.p-about-history__title{font-size:2.2rem}}.p-about-history__unit{width:100%;border:2px solid var(--color-red);border-radius:20px;margin-top:80px;padding:70px 80px;display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:1}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__unit{border-radius:1.6129032258vw;margin-top:6.4516129032vw;padding:5.6451612903vw 6.4516129032vw}}@media screen and (max-width: 767px){.p-about-history__unit{margin-top:50px;padding:50px 20px 20px 20px;display:block}}.p-about-history__unit::before{content:"";width:2px;height:80px;display:block;border-left:2px dotted var(--color-red);position:absolute;top:-80px;left:calc(50% - 1px);z-index:1}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__unit::before{height:6.4516129032vw;top:-6.4516129032vw}}@media screen and (max-width: 767px){.p-about-history__unit::before{height:50px;top:-50px}}.p-about-history__label{width:320px;height:60px;background-color:var(--color-bg);border:2px solid var(--color-red);border-radius:30px;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:50%;z-index:10;transform:translate(-50%, -50%)}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__label{width:25.8064516129vw;height:4.8387096774vw}}@media screen and (max-width: 767px){.p-about-history__label{width:200px;height:40px}}.p-about-history__label--num{font-family:"Barlow Semi Condensed",sans-serif;font-weight:400;font-style:normal;font-size:3.2rem;font-weight:500;letter-spacing:.1em;color:var(--color-red);margin-left:3px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__label--num{font-size:2.5806451613vw;margin-left:.2419354839vw}}@media screen and (max-width: 767px){.p-about-history__label--num{font-size:2.4rem}}.p-about-history__label--text{font-family:"Noto Sans JP",sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2rem;font-weight:700;letter-spacing:.1em;color:var(--color-red);display:inline-block;transform:translate(0, 3px);margin-left:3px;margin-right:3px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__label--text{font-size:1.6129032258vw;margin-left:.2419354839vw;margin-right:.2419354839vw}}@media screen and (max-width: 767px){.p-about-history__label--text{font-size:1.6rem;transform:translate(0, 1px)}}.p-about-history__main{width:580px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__main{width:45.1612903226vw}}@media screen and (max-width: 767px){.p-about-history__main{width:100%}}.p-about-history__heading{font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2.8rem;font-weight:500;letter-spacing:.1em;line-height:1.5;position:relative}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__heading{font-size:2.2580645161vw}}@media screen and (max-width: 767px){.p-about-history__heading{font-size:2.2rem}}.p-about-history__heading::before{content:"";width:25px;height:35px;display:block;background-image:url(../img/about/history_heading_bg.svg);background-position:center center;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:-80px;transform:translate(0, -50%)}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__heading::before{width:2.0161290323vw;height:2.8225806452vw;left:-6.4516129032vw}}.p-about-history__text{font-size:1.6rem;letter-spacing:.1em;line-height:2;margin-top:30px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__text{font-size:1.2903225806vw;margin-top:2.4193548387vw}}@media screen and (max-width: 767px){.p-about-history__text{font-size:1.4rem;margin-top:20px}}.p-about-history__img{width:390px;aspect-ratio:390/280;border-radius:20px;overflow:hidden;margin-bottom:10px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__img{width:29.8387096774vw;border-radius:1.6129032258vw;margin-bottom:.8064516129vw}}@media screen and (max-width: 767px){.p-about-history__img{width:100%;border-radius:15px;margin-top:30px}}.p-about-history__img img{width:100%;height:100%;object-fit:cover}.p-about-history__img--logo{background-color:var(--color-wht);display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.p-about-history__img--logo{aspect-ratio:auto;padding-block:30px}}.p-about-history__img--logo img{width:163px;aspect-ratio:163/225;object-fit:contain}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-history__img--logo img{width:13.1451612903vw}}.p-about-info{width:100%;background-color:var(--color-wht);margin-top:150px;margin-bottom:-150px;padding-block:150px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info{margin-top:12.0967741935vw;margin-bottom:-12.0967741935vw;padding-block:12.0967741935vw}}@media screen and (max-width: 767px){.p-about-info{margin-top:100px;margin-bottom:-50px;padding-block:60px;padding-inline:20px}}.p-about-info__inner{width:100%;max-width:800px;margin-inline:auto}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__inner{max-width:64.5161290323vw}}.p-about-info__title{text-align:center;font-family:"Noto Serif JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:2.8rem;font-weight:500;letter-spacing:.1em}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__title{font-size:2.2580645161vw}}@media screen and (max-width: 767px){.p-about-info__title{font-size:2.2rem}}.p-about-info__unit{width:100%;margin-top:50px;display:flex;justify-content:space-between}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__unit{margin-top:4.0322580645vw}}@media screen and (max-width: 767px){.p-about-info__unit{margin-top:10px}}.p-about-info__unit+.p-about-info__unit{margin-top:0}.p-about-info__head{width:150px;border-bottom:1px solid var(--color-olv);padding-block:25px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__head{width:12.0967741935vw;padding-block:2.0161290323vw}}@media screen and (max-width: 767px){.p-about-info__head{width:85px}}.p-about-info__body{width:595px;border-bottom:1px solid var(--color-olv);padding-block:25px}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__body{width:47.9838709677vw;padding-block:2.0161290323vw}}@media screen and (max-width: 767px){.p-about-info__body{width:calc(100% - 100px)}}.p-about-info__text{font-size:1.6rem;letter-spacing:.1em;line-height:2}@media screen and (min-width: 768px)and (max-width: 1239px){.p-about-info__text{font-size:1.2903225806vw}}@media screen and (max-width: 767px){.p-about-info__text{font-size:1.4rem}}
