*,*::before,*::after{box-sizing:border-box}*{margin:0;vertical-align:baseline;padding:0;font-style:inherit;font-family:inherit;font-weight:inherit;text-decoration:none;border:0;outline:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;vertical-align:baseline;padding:0;font-size:100%;text-decoration:none;color:inherit;background:none;border:0;font:inherit}button{cursor:pointer}img{display:block;width:100%;height:auto}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%}body{line-height:1.9;font-size:1.6rem;font-family:"Noto Sans JP",sans-serif;font-weight:400;color:var(--primary-black);overflow-y:auto;scrollbar-gutter:stable;background-color:var(--primary-white);overflow-x:clip;font-kerning:normal}.is-navi{overflow:hidden}main{overflow:hidden}p{font-size:1.6rem;line-height:2;font-weight:400}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::-moz-selection{color:var(--primary-white);background-color:var(--primary-green)}::selection{color:var(--primary-white);background-color:var(--primary-green)}@media(hover: hover){a:hover{opacity:.7}}@media screen and (max-width: 960px){body{font-size:1.6rem}p{font-size:1.6rem}}@media screen and (max-width: 767px){p{font-size:1.5rem;line-height:1.85}}:root{--primary-white: #ffffff;--primary-gray: #EAEBE5;--light-gray: #F9FAF4;--primary-black: #40423D;--hover-black: #222222;--primary-green: #137544;--hover-green: #0a5b33;--text-black: #4B494A;--text-gray: #A0A0A0;--block-padding:clamp(17px, -6.556px + 3.474vw, 40px);--primary-shadow: 4px 4px 16px rgba(0,0,0,.2);--content-padding: clamp(17px, 8.901px + 2.16vw, 40px);--content-width-large:min(1600px,calc(100% - var(--content-padding) * 2));--content-width-wide:min(1340px,calc(100% - var(--content-padding) * 2));--content-width:min(1200px,calc(100% - var(--content-padding) * 2));--content-width-narrow:min(1000px,calc(100% - var(--content-padding) * 2))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media not screen and (max-width: 960px){.pc-none{display:none !important}}@media screen and (max-width: 960px){.sp-none{display:none !important}}@media screen and (max-width: 960px){.only-pc{display:none}}.only-sp{display:none}@media screen and (max-width: 767px){.only-sp{display:block}}.keep-all{word-break:keep-all}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}:focus-visible{outline:2px solid #137544}.c-primary-button{position:relative;background:linear-gradient(-90deg, var(--primary-black) 50%, var(--hover-black) 50%);background-position:right;background-size:200%;transition:background-position .35s;color:#fff;padding:6px 48px 7px;border-radius:26px;font-size:1.6rem;font-weight:normal;border:none;cursor:pointer;min-width:270px;transition:all .3s;text-align:center}@media screen and (max-width: 960px){.c-primary-button{font-size:1.55rem}}@media screen and (max-width: 640px){.c-primary-button{font-size:1.5rem;border-radius:31px}}@media(hover: hover){.c-primary-button:hover{background-position:left}}.c-primary-button::after{content:"";position:absolute;top:calc(50% - 5px);right:20px;width:10px;height:10px;background-image:url(../images/link-icon-white.svg);background-repeat:no-repeat;background-size:10px}.c-primary-button-yellow{background:var(--primary-yellow)}.c-primary-button-pink{background:linear-gradient(-90deg, var(--primary-red) 50%, var(--hover-red) 50%);background-position:right;background-size:200%}.c-button__outlink::after{background-image:url("../images/icon-outside.png");background-size:cover;width:13px;height:13px}@media screen and (max-width: 960px){.c-button__text-long{padding-right:5px}}@media screen and (max-width: 640px){.c-button__text-long{padding-right:2px}}.c-button__small{max-width:240px}.site-header{position:fixed;top:0;left:50%;right:0;transform:translate(-50%, 0);transition:opacity .8s ease;z-index:100;width:100%;padding:0}.site-header__inner{display:flex;width:100%;height:75px;background:var(--primary-white);padding:0 0 0 12px}.site-header__logo{width:min(24%,220px);padding:12px 16px 12px 4px;transition:opacity .25s}.site-header__logo:hover{opacity:.6}@media screen and (max-width: 960px){.site-header{width:100%}.site-header__inner{height:auto;padding:0 0 0 0;position:relative}.site-header__logo{padding-left:12px;width:100%}.site-header__logo a{display:block;width:fit-content}.site-header__logo img{width:245px}}@media screen and (max-width: 640px){.site-header__logo img{width:220px}}.site-header.fixed{opacity:1;pointer-events:auto}.site-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 960px){.site-header-row{width:100%;display:block}}.site-navi-bg{position:fixed;inset:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.835);opacity:0;visibility:hidden;transition:.3s;z-index:90}body.is-menu-open .site-header__inner{padding-bottom:30px}body.is-menu-open .site-navi-bg{opacity:1;visibility:visible}.site-navi{display:flex;justify-content:end;align-items:center;gap:45px;padding:0 20px 0;height:70px}@media screen and (max-width: 960px){.site-navi{display:grid;grid-template-columns:repeat(3, 1fr);margin-top:10px;padding:0 8px;width:100%;gap:20px 0;height:auto;height:auto;padding:20px 0 50px 40px;flex-wrap:wrap}}@media screen and (max-width: 640px){.site-navi{grid-template-columns:repeat(2, 1fr);padding:20px 8px 40px 40px;gap:10px 5px}}@media screen and (max-width: 960px){.site-navi .menu-item{width:30%}.site-navi .menu-item a{padding:10px 0 10px 35px}.site-navi .menu-item a::after{display:none}.site-navi .menu-item a::before{content:"";position:absolute;top:50%;left:20px;transform:translate(0, -50%);display:block;width:20px;height:13px;background:url("../images/link-icon-arrow.svg");background-repeat:no-repeat}.site-navi .menu-item a.current-menu-item::after{display:none}}@media screen and (max-width: 767px){.site-navi .menu-item{width:100%}}@media screen and (max-width: 960px){.site-navi .menu-item__icon a{padding-left:20px}.site-navi .menu-item__icon a::before{display:none}}.site-navi-container{flex-grow:1}.site-navi ul{display:flex;align-items:center;justify-content:space-between;width:fit-content;padding:0 12px;width:calc(100% - 110px);max-width:800px}.site-navi li{height:75px;display:flex;align-items:center;position:relative;font-size:1.6rem}@media screen and (max-width: 960px){.site-navi li{height:40px}}.site-navi .menu-item__text a img{width:auto;height:17.4px}.site-navi img{width:30px}.menu-item.current-menu-item a::after{content:"";opacity:1;position:absolute;top:14px;left:calc(50% - 3px);width:6px;height:6px;background-image:url("../images/icon-header-navi-carent.svg");background-size:cover;background-repeat:no-repeat;background-position:center}@media(hover: hover){.menu-item.current-menu-item a:hover{opacity:.7}}@media screen and (max-width: 960px){.header-nav li a{text-align:left}}.site-navi-container{width:calc(100% - 250px)}.site-navi-container__button-sp{display:none}@media screen and (max-width: 960px){.site-navi-container{width:100%;height:0;padding:0;overflow:hidden;opacity:0;transition:height .5s,padding .5s,opacity .25s .375s}.site-navi-container.is-open{display:block;height:var(--height);padding:0;opacity:1}.site-navi-container__button-sp{display:grid;gap:16px;padding:0}.site-navi-container__button-sp .site-header__phonenumber{margin:0;max-width:208px}}.site-navi__sp-info{display:none}@media screen and (max-width: 960px){.site-navi__sp-info{display:block;padding:10px 0 0 56px}}.site-navi__sp-info p{font-size:1.4rem;line-height:1.7;margin-bottom:20px}.site-navi__sp-info .site-navi__sp-link{position:relative;padding-left:20px}.site-navi__sp-info .site-navi__sp-link::before{content:"";position:absolute;top:50%;left:0;transform:translate(0, -50%);display:block;width:20px;height:13px;background:url("../images/link-icon-arrow.svg");background-repeat:no-repeat}.header-menu-button{position:relative;display:none;flex-shrink:0;width:36px;height:36px;transition:background-color .25s}@media screen and (max-width: 960px){.header-menu-button{display:block;background-color:var(--primary-white);border-radius:5px;width:45px;height:45px;top:10px;right:10px}}.header-menu-button__line{position:absolute;top:50%;left:50%;height:2px;width:28px;transform:translate(-50%, -50%);background:var(--primary-black);transition:transform .25s 0s,top .25s .25s,opacity .25s;pointer-events:none}.header-menu-button__line:first-of-type{top:calc(50% - 10px)}.header-menu-button__line:last-of-type{top:calc(50% + 10px)}.is-menu-open .header-menu-button__line{transition:transform .25s .25s,top .25s,opacity .25s}.is-menu-open .header-menu-button__line:first-of-type{top:50%;transform:translate(-50%, -50%) rotate(30deg)}.is-menu-open .header-menu-button__line:nth-of-type(2){opacity:0}.is-menu-open .header-menu-button__line:last-of-type{top:50%;transform:translate(-50%, -50%) rotate(-30deg)}.color-bar{margin:0;width:122px;height:9px;background-image:url(../images/color-bar.svg);background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 960px){.color-bar{width:110px;height:9px}}@media screen and (max-width: 767px){.color-bar{width:96px;height:8px}}h1{position:relative;font-size:4rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h1{font-size:3.2rem}}@media screen and (max-width: 640px){h1{font-size:2.6rem}}h2{position:relative;font-size:3.8rem;font-style:normal;font-weight:bold;line-height:130%;letter-spacing:-0.05rem}@media screen and (max-width: 960px){h2{font-size:3.5rem}}@media screen and (max-width: 640px){h2{font-size:2.6rem}}h3{font-size:2.6rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h3{font-size:2.5rem}}@media screen and (max-width: 640px){h3{font-size:2.2rem}}h4{font-size:2.2rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h4{font-size:1.9rem}}@media screen and (max-width: 640px){h4{font-size:1.8rem}}h5{font-size:1.9rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h5{font-size:1.7rem}}@media screen and (max-width: 640px){h5{font-size:1.7rem}}h6{font-size:1.8rem;font-style:normal;font-weight:bold;line-height:160%}@media screen and (max-width: 960px){h6{font-size:1.65rem}}@media screen and (max-width: 640px){h6{font-size:1.6rem}}.inview-target{transform:translate(0, 18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview{opacity:1;transform:none}.inview-target-2{transform:translate(0, 18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview-2{opacity:1;transform:none}.inview-target-3{transform:translate(0, 18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview-3{opacity:1;transform:none}.inview-target-4{transform:translate(0, -18px);opacity:0;transition:transform .8s,opacity .8s}.is-inview-4{opacity:1;transform:none}.footer-between-section{width:100%;height:35vw;overflow:hidden}.footer-between-section img{width:100%}.footer-logo{width:100%;height:200px;display:flex;justify-content:center;align-items:center}.footer-logo img{width:280px}footer{background-color:var(--primary-black);color:var(--primary-white);padding:32px}@media screen and (max-width: 640px){footer{padding:32px 17px}}.footer-info{width:min(1200px,100%);display:flex;justify-content:space-between;margin-inline:auto}@media screen and (max-width: 960px){.footer-info{flex-direction:column;gap:40px}}@media(hover: hover){.footer-info a:hover{opacity:.7}}.footer-access{width:360px;text-align:left}@media screen and (max-width: 640px){.footer-access{width:100%}}.footer-access p{font-size:1.4rem}@media screen and (max-width: 640px){.footer-access p{font-size:1.3rem}}.footer-navi{width:550px;display:flex;flex-direction:column;align-items:end;font-weight:normal;gap:30px}@media screen and (max-width: 960px){.footer-navi{width:100%;align-items:start}}.footer-navi-1{display:flex;gap:20px}@media screen and (max-width: 767px){.footer-navi-1{flex-wrap:wrap}}.footer-navi-1 li{display:flex;align-items:center}.footer-navi-1 li a{font-size:1.4rem}@media screen and (max-width: 767px){.footer-navi-1 li a{font-size:1.3rem}}.footer-navi-1 li img{margin-top:5px;height:15px}.footer-navi-2{display:flex;justify-content:end;gap:20px}.footer-navi-2 ul li img{width:26px}.footer-credit{display:block;width:100%;font-size:1.15rem;line-height:1.4;margin-top:20px;color:#c3c3c3}@media screen and (max-width: 640px){.footer-credit{margin-top:45px}}.page-mainvisual{width:100%;padding:0 4vw 0;position:relative;margin:75px auto 50px;background:url(../images/page-mv-bg.jpg) no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;height:210px}@media screen and (max-width: 767px){.page-mainvisual{aspect-ratio:1/.9;background-image:url(../images/page-mv-bg-sp.jpg)}}.page-mainvisual .page-title{color:var(--primary-white)}.page-mainvisual .page-title img{height:53px;width:auto}@media screen and (max-width: 767px){.page-mainvisual .page-title img{height:44px}}.page-title{font-size:5rem;text-align:center}@media screen and (max-width: 767px){.page-title{font-size:4rem}}.c-text-50-B{font-size:5rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-50-B{font-size:4rem}}@media screen and (max-width: 640px){.c-text-50-B{font-size:3rem}}.c-text-40-B{font-size:4rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-40-B{font-size:3.3rem}}@media screen and (max-width: 640px){.c-text-40-B{font-size:2.5rem}}.c-text-32-B{font-size:3.2rem;line-height:1.4;font-weight:600}@media screen and (max-width: 960px){.c-text-32-B{font-size:2.8rem}}@media screen and (max-width: 640px){.c-text-32-B{font-size:2.4rem}}.c-text-30-B{font-size:3rem;line-height:1.6;font-weight:600}@media screen and (max-width: 960px){.c-text-30-B{font-size:2.5rem}}@media screen and (max-width: 640px){.c-text-30-B{font-size:2.2rem}}.c-text-25-B{font-size:2.5rem;line-height:1.6;font-weight:bold}@media screen and (max-width: 960px){.c-text-25-B{font-size:2.2rem}}@media screen and (max-width: 640px){.c-text-25-B{font-size:2rem}}.c-text-20-B{font-size:2rem;font-weight:bold;line-height:1.75}@media screen and (max-width: 960px){.c-text-20-B{font-size:1.85rem}}@media screen and (max-width: 640px){.c-text-20-B{font-size:1.7rem}}.c-text-20-R{font-size:2rem;line-height:1.75}@media screen and (max-width: 960px){.c-text-20-R{font-size:1.85rem}}@media screen and (max-width: 640px){.c-text-20-R{font-size:1.7rem}}.c-text-16-R{font-size:1.6rem;line-height:1.8}@media screen and (max-width: 640px){.c-text-16-R{font-size:1.5rem}}.c-text-blue{color:var(--primary-blue)}.c-spacer{display:block;width:100%;height:48px}.c-spacer--size-8{height:8px}.c-spacer--size-16{height:16px}.c-spacer--size-24{height:24px}.c-spacer--size-32{height:32px}.c-spacer--size-48{height:48px}.c-spacer--size-64{height:64px}.c-spacer--size-80{height:80px}.c-spacer--size-96{height:96px}.c-spacer--size-128{height:128px}.c-spacer--size-100-50{height:100px}@media screen and (max-width: 960px){.c-spacer--size-24{height:20px}.c-spacer--size-32{height:30px}.c-spacer--size-48{height:45px}.c-spacer--size-64{height:60px}.c-spacer--size-80{height:70px}.c-spacer--size-96{height:80px}.c-spacer--size-128{height:100px}}@media screen and (max-width: 640px){.c-spacer--size-100-50{height:50px}}.topics-archive-page__note{margin:20px auto;font-size:1.4rem}.topics-archive{width:100%;margin-inline:auto;display:grid;gap:25px}.topics-archive-item{font-weight:400;padding:20px 20px 20px 0;word-break:break-all;background-color:var(--primary-white);display:grid;grid-template-columns:100px 100px 1fr}.topics-archive-item a{display:flex;flex-direction:column;align-items:start;gap:5px;transition:opacity .25s}.topics-archive-item a:hover{opacity:.6;text-decoration:underline}.topics-archive-item__date{font-size:1.45rem;line-height:1.6;width:100px}.topics-archive-item__title{margin:0;font-weight:600;font-size:1.6rem;line-height:1.3;color:var(--primary-blue)}.topics-archive-item__place-link{color:var(--primary-blue);background-image:url(../images/icon-place.svg);background-repeat:no-repeat;background-position:0 5px;padding-left:15px;line-height:1.4}.topics-archive-item__content{width:calc(100% - 10px);flex-shrink:0}@media screen and (max-width: 960px){.topics-archive-item__thumbnail a{width:180px;flex-shrink:0}}@media screen and (max-width: 640px){.topics-archive-item{grid-template-columns:1fr}.topics-archive-item a{flex-direction:column;gap:0}.topics-archive-item__date{margin-bottom:8px}.topics-archive-item__date-year{font-size:1.2rem}.topics-archive-item__content{margin-bottom:4px}}.topics-archive-item:has(.topics-archive-item__place-link){grid-template-columns:100px 1fr 200px}@media screen and (max-width: 640px){.topics-archive-item:has(.topics-archive-item__place-link){grid-template-columns:1fr;gap:5px}}.topics-archive-item:has(.topics-archive-item__thumbnail){display:flex;justify-content:space-between;gap:30px}@media screen and (max-width: 640px){.topics-archive-item:has(.topics-archive-item__thumbnail){gap:10px}}img:is([sizes=auto i],[sizes^="auto,"i]){contain-intrinsic-size:3000px 1500px}:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media(min-resolution: 192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg, #00d084, #0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg, #faaca8, #dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg, #fafae1, #67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg, #fdd79a, #004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg, #330968, #31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg, #020381, #2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap !important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width: 600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap !important}@media(min-width: 782px){.wp-block-columns{flex-wrap:nowrap !important}}.wp-block-columns{align-items:normal !important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media(max-width: 781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100% !important}}@media(min-width: 782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap !important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-spacer{clear:both}:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--darkgray: #CED4E2;--wp--preset--color--lightgray: #EBEDED;--wp--preset--color--blue: #19325F;--wp--preset--color--aqua-blue: #0084CB;--wp--preset--color--green: #008463;--wp--preset--color--pink: #D56A65;--wp--preset--color--yellow: #DAE000;--wp--preset--color--red: #ff0000;--wp--preset--color--brown: #806241;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}.wp-container-core-columns-is-layout-9d6595d7{flex-wrap:nowrap}/*! This file is auto-generated */.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}.wp-block__content p{margin-bottom:20px}.wp-block__content a{color:var(--primary-blue);text-decoration:underline}.wp-block__content strong{font-weight:bold}.wp-block__content figure{margin-bottom:20px}.wp-block__content h2{margin-bottom:25px}.wp-block__content h3{margin-bottom:20px}.wp-block__content h4,.wp-block__content h5,.wp-block__content h6{margin-bottom:15px}.wp-block-group{width:var(--content-width);margin-inline:auto;background-color:var(--primary-white);padding:50px clamp(15px,-0.173px + 4.046vw,50px)}.wp-block-list{margin-bottom:20px;padding-left:16px;list-style:disc}.wp-block-list.wp-block-list li::marker{color:var(--primary-blue)}.wp-block-table{margin-bottom:25px}@media screen and (max-width: 960px){.wp-block-table{font-size:1.5rem}}@media screen and (max-width: 640px){.wp-block-table{font-size:1.45rem}}.wp-block-table td,.wp-block-table th{border:1px solid #b7b7b7 !important}.wp-block-table thead{background-color:var(--primary-lightblue)}.wp-block-table.is-style-stripes tbody tr{background-color:#fff}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#e4e8ed}.wp-block-table.is-style-stripes td:first-child{width:150px;padding-left:20px;font-weight:bold}@media screen and (max-width: 640px){.wp-block-table.is-style-stripes td:first-child{width:120px;padding-left:10px}}.wp-block-embed__wrapper{position:relative;width:100%;height:0;padding-top:56.25%;margin-bottom:30px}.wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}p.has-background{border-radius:15px;margin-bottom:30px;display:inline-block;width:100%}:where(.wp-block-columns.is-layout-flex){gap:1rem}.wp-block-image.size-medium img{max-width:500px}.case-archive-item__pagination{width:100%;display:flex;justify-content:center}.case-single-item__pagination{width:min(850px,100%);margin:0 auto;display:flex;justify-content:center;gap:15px}@media screen and (max-width: 960px){.case-single-item__pagination{width:calc(100% - 30px)}}@media screen and (max-width: 640px){.case-single-item__pagination{flex-direction:column;align-items:center;gap:20px}}.case-single-item__pagination .c-button__small{max-width:200px}@media screen and (max-width: 960px){.case-single-item__pagination .c-button__small{max-width:100%}}.wp-pagenavi{display:flex}.wp-pagenavi a,.wp-pagenavi span,.wp-pagenavi span.current{width:45px;height:45px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:6px;line-height:1.8}@media screen and (max-width: 960px){.wp-pagenavi a,.wp-pagenavi span,.wp-pagenavi span.current{line-height:2.2}}.wp-pagenavi a,.wp-pagenavi span{border:solid 1px #000}.wp-pagenavi a:hover,.wp-pagenavi span:hover{border-color:var(--primary-brown) !important;background-color:var(--primary-brown);color:var(--primary-white)}.wp-pagenavi span.current{border:none;background-color:var(--primary-brown);color:var(--primary-white)}.nav-previous{width:200px;display:inline-block}.nav-previous a{position:relative;display:block;width:100%;max-width:280px;padding:12px 24px;text-align:center;color:var(--primary-white);background:linear-gradient(90deg, var(--primary-blue) 50%, var(--hover-blue) 50%);background-size:200%;background-position:left;border-radius:6px;transition:background-position .5s}@media screen and (max-width: 960px){.nav-previous a{max-width:100%}}@media screen and (max-width: 640px){.nav-previous{width:100%}}.nav-next{width:200px;display:inline-block}.nav-next a{position:relative;display:block;width:100%;max-width:280px;padding:12px 24px;text-align:center;color:var(--primary-white);background:linear-gradient(90deg, var(--hover-blue) 50%, var(--primary-blue) 50%);background-size:200%;background-position:right;border-radius:6px;transition:background-position .5s}@media screen and (max-width: 960px){.nav-next a{max-width:100%}}@media screen and (max-width: 640px){.nav-next{width:100%}}.nav-previous a::before{content:"";position:absolute;top:50%;left:24px;transform:translate(0, -50%);display:block;width:20px;height:20px;background-image:url(../images/fa-arrow-back.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .5s}@media screen and (max-width: 640px){.nav-previous a::before{left:15px;width:25px}}@media(hover: hover){.nav-previous a:hover{background-position:right}.nav-previous a:hover::before{transform:translate(-8px, -50%)}}.nav-next a::after{content:"";position:absolute;top:50%;right:24px;transform:translate(0, -50%);display:block;width:20px;height:20px;background-image:url(../images/fa-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .5s}@media screen and (max-width: 640px){.nav-next a::after{right:15px;width:25px}}@media(hover: hover){.nav-next a:hover{background-position:left}.nav-next a:hover::after{transform:translate(8px, -50%)}}.case-filter__contents{width:var(--content-width);margin:0 auto;display:flex;flex-direction:column;align-items:center}.case-filter-form{width:fit-content;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--primary-white);border-radius:20px;padding:120px 50px 40px;margin:-50px auto 40px;gap:20px;width:min(600px,90%)}@media screen and (max-width: 960px){.case-filter-form{align-items:start;gap:20px}}@media screen and (max-width: 640px){.case-filter-form{width:100%}}.case-filter-form__row{display:flex;align-items:center;gap:30px;justify-content:flex-start;width:100%;align-items:center}@media screen and (max-width: 640px){.case-filter-form__row{flex-direction:column}}.case-filter-form__row .c-primary-button{height:48px}.case-search-reset{margin:20px auto 0}.case__label-name{font-size:1.6rem;font-weight:700;color:var(--primary-blue);margin-top:4px;margin-right:20px;width:160px}@media screen and (max-width: 960px){.case__label-name{width:130px;margin-right:12px}}@media screen and (max-width: 640px){select#gyoushu{width:100%;max-width:none}}.case__check-item-wrap{gap:15px;display:flex;justify-content:start;flex-wrap:wrap;width:calc(100% - 180px)}@media screen and (max-width: 960px){.case__check-item-wrap{width:calc(100% - 150px);gap:10px}}@media screen and (max-width: 640px){.case__check-item-wrap{width:100%;gap:8px}}.case-filter-form input[type=text]{background:#f1f1f1;border:solid 1px #ccc;padding:10px;width:min(560px,100%);font-size:1.65rem}.section{position:relative;overflow-x:clip}.section__inner{width:var(--content-width);margin:0 auto}.top-section__head{font-size:3.4rem;line-height:1.7;color:var(--primary-blue);text-align:center;line-height:1.4}@media screen and (max-width: 767px){.top-section__head{font-size:2.6rem}}.top-section__head span{color:var(--primary-green);font-size:1.6rem;font-weight:normal;letter-spacing:.01rem}.section-wrapper{margin:0 auto;padding:50px clamp(17px,2.2vw,30px)}@media screen and (max-width: 767px){.section-wrapper{padding-block:30px}}.section-header{text-align:center;margin:0 auto 30px;width:fit-content;padding-top:10px;border-top:solid 2px var(--primary-green)}.section__format-page{width:var(--content-width-narrow);margin:0 auto}.top-mainvisual{padding:84px 4vw 0;position:relative;width:100%;margin-bottom:100px}@media screen and (max-width: 1100px){.top-mainvisual{padding:84px 4vw 0}}@media screen and (max-width: 1050px){.top-mainvisual{min-height:auto}}@media screen and (max-width: 767px){.top-mainvisual{aspect-ratio:1/.5;padding-top:177px}}@media screen and (max-width: 640px){.top-mainvisual{aspect-ratio:auto;min-height:300px;padding-top:160px}}.top-mainvisual__inner{position:absolute;top:100px;right:5vw;width:100px;margin-inline:auto;padding-inline:20px;display:flex;justify-content:space-between;z-index:1}@media screen and (max-width: 2000px){.top-mainvisual__inner{right:5.6vw}}@media screen and (max-width: 1100px){.top-mainvisual__inner{right:5vw}}@media screen and (max-width: 767px){.top-mainvisual__inner{top:95px;left:0;right:auto;width:auto;padding-inline:8px;height:auto}}.top-mainvisual__text{display:flex}@media screen and (max-width: 767px){.top-mainvisual__text{width:100%}}.top-mainvisual__text .mv-text__wrap{display:flex;flex-direction:row-reverse;gap:10px}@media screen and (max-width: 767px){.top-mainvisual__text .mv-text__wrap{width:100%;flex-direction:column}}.top-mainvisual__text .mv-title{margin:0 auto;font-size:5rem;line-height:1.05;font-weight:bold;color:var(--primary-white);writing-mode:vertical-rl;background:var(--primary-black);padding:10px 5px 5px;border-radius:6px;height:fit-content}@media screen and (max-width: 1100px){.top-mainvisual__text .mv-title{font-size:4rem}}@media screen and (max-width: 960px){.top-mainvisual__text .mv-title{font-size:3.5rem}}@media screen and (max-width: 767px){.top-mainvisual__text .mv-title{writing-mode:horizontal-tb;margin-inline:0;width:fit-content;padding:5px 10px 8px 9px}}@media screen and (max-width: 640px){.top-mainvisual__text .mv-title{font-size:2.5rem}}.top-mainvisual__text .mv-title-second{margin:0 auto;font-size:5rem;font-weight:bold;color:var(--primary-white);line-height:1.01;background:var(--primary-black);padding:5px 5px 15px;border-radius:6px}@media screen and (max-width: 1100px){.top-mainvisual__text .mv-title-second{font-size:4rem}}@media screen and (max-width: 960px){.top-mainvisual__text .mv-title-second{font-size:3.5rem}}@media screen and (max-width: 767px){.top-mainvisual__text .mv-title-second{writing-mode:horizontal-tb;width:fit-content;padding:5px 10px 8px 6px}}@media screen and (max-width: 640px){.top-mainvisual__text .mv-title-second{font-size:2.5rem}}.top-mainvisual__bottom{position:absolute;bottom:0;left:0;width:100%}.mv-text{opacity:0;transform:translateY(15px);transition:opacity 1.5s cubic-bezier(0.15, 0.85, 0.25, 1),transform 1.5s cubic-bezier(0.15, 0.85, 0.25, 1)}.mv-text.show{opacity:1;transform:translateY(0)}#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{width:100%;height:calc(100svh - 150px);border-radius:20px}@media screen and (max-width: 3000px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1650px}}@media screen and (max-width: 2900px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1595px}}@media screen and (max-width: 2800px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1540px}}@media screen and (max-width: 2700px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1485px}}@media screen and (max-width: 2600px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1430px}}@media screen and (max-width: 2500px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1375px}}@media screen and (max-width: 2400px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1320px}}@media screen and (max-width: 2300px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1265px}}@media screen and (max-width: 2200px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1210px}}@media screen and (max-width: 2100px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1155px}}@media screen and (max-width: 2000px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1100px}}@media screen and (max-width: 1900px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:1045px}}@media screen and (max-width: 1800px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:990px}}@media screen and (max-width: 1700px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:935px}}@media screen and (max-width: 1600px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:880px}}@media screen and (max-width: 1500px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:825px}}@media screen and (max-width: 1400px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:770px}}@media screen and (max-width: 1300px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:715px}}@media screen and (max-width: 1200px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:660px}}@media screen and (max-width: 1100px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:605px}}@media screen and (max-width: 1000px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:550px}}@media screen and (max-width: 900px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:495px}}@media screen and (max-width: 800px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{max-height:80vw}}@media screen and (max-width: 767px){#fv-slider,#fv-slider .splide__track,#fv-slider .splide__list,#fv-slider .splide__slide,#fv-slider .slide-item{border-radius:15px;min-height:100vw}}.slide-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.splide__pagination{bottom:-20px;right:0;left:auto;padding-right:0;width:fit-content}.splide__pagination__page.is-active{background-color:var(--primary-green);transform:scale(1)}.top-mainvisual__info-bar{margin-top:14px;display:flex;gap:40px;flex-wrap:wrap}@media screen and (max-width: 1440px){.top-mainvisual__info-bar{margin-top:25px}}@media screen and (max-width: 960px){.top-mainvisual__info-bar{margin-top:30px}}@media screen and (max-width: 767px){.top-mainvisual__info-bar{margin-top:35px;gap:35px}}@media screen and (max-width: 640px){.top-mainvisual__info-bar{flex-direction:column;gap:25px}}.top-mainvisual__info-open{display:flex;align-items:center;gap:10px;width:270px}@media screen and (max-width: 767px){.top-mainvisual__info-open{width:270px}}@media screen and (max-width: 640px){.top-mainvisual__info-open{gap:6px}}.top-mainvisual__info-open .icon-open{width:26px;gap:10px}@media screen and (max-width: 640px){.top-mainvisual__info-open .icon-open{width:23px;margin-inline:8px}}.top-mainvisual__info-open-text{display:grid;grid-template-columns:80px 1fr;align-items:center;gap:10px}@media screen and (max-width: 640px){.top-mainvisual__info-open-text{gap:0}.top-mainvisual__info-open-text br{display:none}}.top-mainvisual__info-open-text p{line-height:1.4}.top-mainvisual__info-open-text span{font-size:1.2rem}@media screen and (max-width: 640px){.top-mainvisual__info-open-text span{font-size:1.1rem}}.top-mainvisual__info-weather{display:flex;align-items:center;gap:10px;width:calc(100% - 310px)}@media screen and (max-width: 767px){.top-mainvisual__info-weather{width:calc(100% - 280px)}}@media screen and (max-width: 640px){.top-mainvisual__info-weather{width:100%}}.top-mainvisual__info-weather .icon-weather{width:41px}@media screen and (max-width: 640px){.top-mainvisual__info-weather .icon-weather{width:35px}}.top-mainvisual__info-weather-text{display:grid;grid-template-columns:100px 1fr;grid-template-rows:repeat(2, 1fr);grid-column-gap:0px;grid-row-gap:0px;font-size:1.45rem}@media screen and (max-width: 640px){.top-mainvisual__info-weather-text{grid-template-columns:1fr 80px;grid-template-rows:27px 1fr;gap:0 45px;align-items:start;font-size:1.35rem}.top-mainvisual__info-weather-text br{display:none}}.top-mainvisual__info-weather-text p{line-height:1.5;font-size:1.45rem}@media screen and (max-width: 640px){.top-mainvisual__info-weather-text p{font-size:1.35rem}}@media screen and (max-width: 640px){.top-mainvisual__info-weather-text .top-mainvisual__weather-item1{grid-area:1/1/2/2}.top-mainvisual__info-weather-text .top-mainvisual__weather-item2{grid-area:2/1/3/2}.top-mainvisual__info-weather-text .top-mainvisual__weather-item3{grid-area:1/2/2/3}.top-mainvisual__info-weather-text .top-mainvisual__weather-item4{grid-area:2/2/3/3}}.top-mainvisual__info-title{font-weight:bold}.top-mainvisual__weather-item2{max-width:350px;overflow:hidden;white-space:nowrap}@media screen and (max-width: 640px){.top-mainvisual__weather-item2{max-width:100%}}.top-mainvisual__weather-marquee{display:flex;width:max-content;animation:weatherTicker 13s linear infinite;font-size:1.3rem}@media screen and (max-width: 640px){.top-mainvisual__weather-marquee{animation:weatherTicker 15s linear infinite}}.top-mainvisual__weather-marquee span{flex-shrink:0;padding-right:80px}@keyframes weatherTicker{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}.top-social{display:flex;flex-direction:column;gap:20px;width:100%;min-height:460px;margin:50px auto 100px}@media screen and (max-width: 960px){.top-social{margin-bottom:70px}}@media screen and (max-width: 767px){.top-social{margin-bottom:50px;min-height:751px}}.top-social .top-social__head{color:#4b494a;font-size:3rem;font-family:Oswald;font-weight:700;line-height:1.2;margin-left:17px}@media screen and (max-width: 960px){.top-social .top-social__head{font-size:2.8rem}}.top-social #sb_instagram .sbi_caption_wrap{padding:12px 3px}.top-social #sb_instagram .sbi_info p{text-align:left}@media screen and (max-width: 640px){.top-social #sb_instagram.sbi_width_resp{padding-inline:20px}}.top-info__wrap{display:flex;justify-content:flex-start;align-items:flex-start;gap:clamp(30px,-50px + 10.417vw,100px);width:var(--content-width);margin:0 auto 100px}@media screen and (max-width: 767px){.top-info__wrap{flex-wrap:wrap;gap:20px}}.top-info__topics{width:calc(100% - 290px)}@media screen and (max-width: 767px){.top-info__topics{width:100%}}.top-info__head{color:#4b494a;font-size:3rem;font-family:Oswald;font-weight:700;line-height:1.2}@media screen and (max-width: 960px){.top-info__head{font-size:2.8rem}}.top-info__topics-items{display:flex;flex-direction:column;margin:20px 0;border-top:solid 1px var(--primary-gray)}.top-info__topics-item{width:100%;justify-content:space-between;align-items:start;display:grid;grid-template-columns:100px 100px 1fr;border-bottom:solid 1px var(--primary-gray);padding:20px 0}@media screen and (max-width: 767px){.top-info__topics-item{grid-template-columns:100px 1fr;grid-template-rows:30px auto}}.top-info__topics-time{color:var(--text-black);font-size:1.5rem;font-weight:normal;line-height:1.5}.top-info__topics-category{color:var(--text-gray);font-size:1.6rem;font-weight:normal;line-height:1.5}@media screen and (max-width: 960px){.top-info__topics-category{font-size:1.55rem}}@media screen and (max-width: 767px){.top-info__topics-category{font-size:1.5rem}}.top-info__topics-title{color:var(--text-black);font-size:1.6rem;font-weight:normal;line-height:1.5}@media screen and (max-width: 960px){.top-info__topics-title{font-size:1.55rem}}@media screen and (max-width: 767px){.top-info__topics-title{font-size:1.5rem;grid-column:span 2/span 2}}.top-info__schedule{display:flex;flex-direction:column;width:250px}@media screen and (max-width: 767px){.top-info__schedule{width:min(480px,100%)}}.top-info__schedule-img{width:100%;margin-top:20px}.top-info__schedule-img{cursor:pointer}.top-info__schedule-img img{display:block;width:100%}.schedule-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s}.schedule-modal.is-active{opacity:1;visibility:visible}.schedule-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8)}.schedule-modal__content{position:relative;z-index:1;width:min(90vw,1000px);max-height:90vh}.schedule-modal__content img{display:block;width:100%;height:auto;max-height:90vh;object-fit:contain}.schedule-modal__close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:32px;cursor:pointer}.top-about{width:100%;position:relative;margin-inline:auto;position:relative;height:1050px;padding-top:60px;margin-bottom:90px}@media screen and (max-width: 1200px){.top-about{height:950px}}@media screen and (max-width: 1100px){.top-about{height:850px}}@media screen and (max-width: 1000px){.top-about{height:800px}}@media screen and (max-width: 640px){.top-about{padding-top:30px;margin-bottom:40px;height:650px}}.top-about h2.top-about__head{position:relative;z-index:1;margin:0 auto 15px}.top-about__block{position:absolute;top:50px;left:50%;transform:translateX(-50%);z-index:1;width:min(550px,90%)}@media screen and (max-width: 640px){.top-about__block{font-size:1.6rem}}.top-about__text-wrap{background-color:hsla(0,0%,100%,.85);padding:15px 20px 35px;font-size:1.7rem;line-height:1.9;font-weight:500;text-align:center;border-radius:15px;margin:0 auto}@media screen and (max-width: 640px){.top-about__text-wrap{padding:5px 17px 25px}}@media screen and (max-width: 640px){.top-about__text br{display:none}}#about-slider{width:100%;position:absolute;top:0;left:0}#about-slider .slide-item{width:100%;height:1050px;background-size:cover;background-position:center}@media screen and (max-width: 1200px){#about-slider .slide-item{height:950px}}@media screen and (max-width: 1100px){#about-slider .slide-item{height:850px}}@media screen and (max-width: 1000px){#about-slider .slide-item{height:800px}}@media screen and (max-width: 640px){#about-slider .slide-item{height:650px}}#about-slider .slide-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.top-facility{width:100%;position:relative;margin-inline:auto;position:relative}@media screen and (max-width: 640px){.top-facility{padding-top:30px}}.top-facility__text-wrap{width:var(--content-width);margin:30px auto;text-align:center}@media screen and (max-width: 640px){.top-facility__text-wrap{font-size:1.6rem}}.top-facility__list{padding-block:25px;width:var(--content-width);margin:0 auto;display:flex;gap:clamp(20px,-1.354px + 3.15vw,44px)}@media screen and (max-width: 767px){.top-facility__list{padding-left:17px;margin:0}}@media screen and (max-width: 767px){.top-facility__list li{width:65vw;flex-shrink:0}}.top-facility__list li img{border-radius:15px}.top-facility__list li h3{font-size:2.4rem;font-weight:bold;color:var(--primary-green);text-align:center;margin-top:7px}.top-facility__icon-wrap{position:relative;display:flex;justify-content:space-around;margin-top:10px;padding-block:10px;border-top:solid 1px var(--primary-green);border-bottom:solid 1px var(--primary-green)}.top-facility__icon-wrap:before{content:"";position:absolute;top:-11px;left:calc(50% - 6px);width:12px;height:12px;background:url(../images/Polygon-top-green.svg);background-repeat:no-repeat;background-size:contain}.top-facility__icon{width:25%}.top-map{width:100%;position:relative;margin-inline:auto;position:relative;padding:30px 0 70px}@media screen and (max-width: 640px){.top-map{padding-top:30px}}.top-map h2{position:relative;z-index:1;margin-bottom:40px;margin:30px auto}.top-map__swipe{display:none;font-size:1.35rem;font-weight:normal;color:var(--text-black);margin:35px auto 10px;background:var(--light-gray);width:fit-content;padding:10px}@media screen and (max-width: 960px){.top-map__swipe{display:flex;justify-content:center;align-items:center;gap:5px}}.top-map__swipe img{width:30px}.top-map__text-wrap{background-color:hsla(0,0%,100%,.85);padding:25px;font-size:1.9rem;line-height:1.8;font-weight:500;text-align:center;width:fit-content;margin:0 auto}@media screen and (max-width: 767px){.top-map__text-wrap{padding-top:15px}}@media screen and (max-width: 960px){.top-map__ill-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}}.top-map__ill-wrap::-webkit-scrollbar{display:none}.top-map__ill{aspect-ratio:1/.475;position:relative}@media screen and (max-width: 960px){.top-map__ill{width:1200px}}.top-map__icon-01{position:absolute;width:3.7vw;top:26%;left:3%}@media screen and (max-width: 767px){.top-map__icon-01{width:45px}}.top-map__icon-02{position:absolute;width:3.7vw;top:15%;left:27.5%}@media screen and (max-width: 767px){.top-map__icon-02{width:45px}}.top-map__icon-03{position:absolute;width:3.7vw;top:24%;right:1%}@media screen and (max-width: 767px){.top-map__icon-03{width:45px}}.top-map__icon-04{position:absolute;width:3.7vw;top:20%;left:43%}@media screen and (max-width: 767px){.top-map__icon-04{width:45px}}.top-map__icon-05{position:absolute;width:3.7vw;top:23.5%;left:56%}@media screen and (max-width: 767px){.top-map__icon-05{width:45px}}.top-map__icon-06{position:absolute;width:3.7vw;top:15%;right:28%}@media screen and (max-width: 767px){.top-map__icon-06{width:45px}}.top-map__icon-07{position:absolute;width:3.7vw;bottom:36%;right:46%}@media screen and (max-width: 767px){.top-map__icon-07{width:45px}}.top-map__icon-08{position:absolute;width:3.7vw;top:6%;right:32%}@media screen and (max-width: 767px){.top-map__icon-08{width:45px}}.top-map__bg{width:100%}@media screen and (max-width: 960px){.top-map__bg{display:block;max-width:none;-webkit-user-drag:none;user-select:none;pointer-events:none}}.top-map__link{display:flex;justify-content:center;margin:0 auto;padding:40px 17px}.top-map__link .c-primary-button{min-width:192px}.top-food{width:100%;position:relative;margin-inline:auto;position:relative;background:var(--light-gray);padding-top:80px}@media screen and (max-width: 640px){.top-food{padding-top:30px}}.top-food__content{width:min(1700px,100%);margin:30px auto}dl.top-food__info{display:grid;grid-template-columns:100px 1fr;margin-block:20px 0;font-size:1.4rem;row-gap:5px}@media screen and (max-width: 767px){dl.top-food__info{grid-template-columns:1fr}}dt{font-weight:bold}dd{font-weight:normal;line-height:1.7}@media screen and (max-width: 767px){dd{margin-bottom:18px}}dd br{display:none}@media screen and (max-width: 640px){dd br{display:block}}.top-food__kitchen{padding:25px min(20px,5vw);margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width: 767px){.top-food__kitchen{width:var(--content-width);padding-inline:0}}.top-food__kitchen-wrap-main{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center}@media screen and (max-width: 1100px){.top-food__kitchen-wrap-main{padding-inline:.5vw}}@media screen and (max-width: 767px){.top-food__kitchen-wrap-main{flex-direction:column-reverse;padding-inline:0}}.top-food__kitchen-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:start;width:min(543px,45%);background:var(--primary-white);padding:20px clamp(17px,-6.556px + 3.474vw,25px);margin:40px 0 40px -25px;border-radius:20px;gap:15px}@media screen and (max-width: 767px){.top-food__kitchen-item{width:calc(100% - 30px);margin:-40px 0 0 0;border-radius:15px}}.top-food__kitchen-item h3{display:flex;align-items:center;font-size:2rem;gap:10px}.top-food__kitchen-item h3 img{width:44px}.top-food__kitchen-item h4{font-size:1.4rem;font-weight:bold}.top-food__kitchen-item p{font-size:1.4rem;line-height:1.7}.top-food__mv-01{width:min(1113px,55%);align-self:stretch;flex-grow:1;margin-right:-25px;overflow:hidden}@media screen and (max-width: 767px){.top-food__mv-01{width:100%;margin-right:0}}.top-food__mv-02{width:min(1113px,55%);align-self:stretch;flex-grow:1;margin-left:-25px;overflow:hidden}@media screen and (max-width: 767px){.top-food__mv-02{width:100%;margin-left:0}}.top-kitchen__img-01{width:100%;height:100%;object-fit:cover;border-radius:20px}@media screen and (max-width: 767px){.top-kitchen__img-01{border-radius:15px}}.top-food__kitchen-wrap-sub{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;width:var(--content-width);margin:0 auto 50px}@media screen and (max-width: 767px){.top-food__kitchen-wrap-sub{flex-direction:column}}.top-kitchen__img-02{width:min(516px,43%);border-radius:15px}@media screen and (max-width: 767px){.top-kitchen__img-02{margin-top:25px;width:90%;margin-right:7vw}}.top-kitchen__img-03{width:min(267px,22.25%);margin-top:245px;border-radius:15px}@media screen and (max-width: 1100px){.top-kitchen__img-03{margin-top:19vw}}@media screen and (max-width: 767px){.top-kitchen__img-03{width:60%;margin:18px 0 0 26vw}}.top-kitchen__img-04{width:min(340px,28.3333%);margin-top:25px;border-radius:15px}@media screen and (max-width: 767px){.top-kitchen__img-04{width:80%;margin-right:9vw;margin-top:18px}}.top-food__market{padding:25px min(20px,5vw);margin:0 auto;display:flex;flex-direction:column}@media screen and (max-width: 767px){.top-food__market{width:var(--content-width);padding-inline:0}}.top-food__market-wrap-main{display:flex;justify-content:center;align-items:flex-start}@media screen and (max-width: 1100px){.top-food__market-wrap-main{padding-inline:.5vw}}@media screen and (max-width: 767px){.top-food__market-wrap-main{flex-direction:column-reverse;align-items:center;padding-inline:0}}.top-food__market-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:start;width:min(543px,45%);background:var(--primary-white);padding:20px clamp(17px,-6.556px + 3.474vw,25px);margin:40px -25px 40px 0;position:relative;z-index:2;border-radius:20px;gap:15px}@media screen and (max-width: 767px){.top-food__market-item{width:calc(100% - 30px);margin:-40px 0 0 0;border-radius:15px}}.top-food__market-item h3{display:flex;align-items:center;font-size:2rem;gap:10px}.top-food__market-item h3 img{width:44px}.top-food__market-item h4{font-size:1.4rem;font-weight:bold}.top-food__market-item p{font-size:1.4rem;line-height:1.7;margin-bottom:10px}.top-food__market-item .c-primary-button{min-width:200px}.top-market__img-01{width:100%;height:100%;object-fit:cover;border-radius:20px;object-position:left center}@media screen and (max-width: 767px){.top-market__img-01{border-radius:15px}}.top-food__market-wrap-sub{display:flex;justify-content:space-between;align-items:center;width:var(--content-width);margin:0 auto 50px}@media screen and (max-width: 767px){.top-food__market-wrap-sub{flex-direction:column}}.top-market__img-02{width:min(516px,43%);border-radius:15px}@media screen and (max-width: 767px){.top-market__img-02{margin-top:25px;width:90%;margin-left:7vw}}.top-market__img-03{width:min(267px,22.25%);margin-top:245px;border-radius:15px}@media screen and (max-width: 1100px){.top-market__img-03{margin-top:19vw}}@media screen and (max-width: 767px){.top-market__img-03{width:60%;margin:18px 26vw 0 0}}.top-market__img-04{width:min(340px,28.3333%);margin-top:25px;border-radius:15px}@media screen and (max-width: 767px){.top-market__img-04{width:80%;margin-left:9vw;margin-top:18px}}.top-access{width:100%;position:relative;margin-inline:auto;position:relative;padding-block:10px 100px}@media screen and (max-width: 767px){.top-access{padding-block:5px 80px}}.top-access h2{position:relative;z-index:1;margin-bottom:40px;margin:30px auto}.top-access__text-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;text-align:center;padding:25px 0}@media screen and (max-width: 767px){.top-access__text-wrap{padding-top:15px}}.top-access__content{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,-21.45px + 9.063vw,100px);width:var(--content-width);margin:60px auto 60px;font-weight:normal}@media screen and (max-width: 767px){.top-access__content{display:grid;grid-template-columns:1fr;gap:60px}}.top-acess__map{margin:20px auto;padding:0 20px;width:min(900px,100%);height:450px;overflow:hidden}.top-acess__map iframe{width:min(940px,100%);height:100%}.top-access__time-wrap{position:relative;display:flex;justify-content:center;gap:25px;margin:20px auto}@media screen and (max-width: 640px){.top-access__time-wrap{gap:15px}}.top-access__time{position:relative;display:flex;justify-content:center;align-items:center;border:solid 1px var(--primary-green);border-radius:50%;width:120px;height:120px;color:var(--primary-green);background-color:var(--primary-white);text-align:center;z-index:2}@media screen and (max-width: 640px){.top-access__time{width:100px;height:100px}}.top-access__time p{line-height:1.4}.top-access__time span{font-size:2.3rem;font-weight:bold}@media screen and (max-width: 640px){.top-access__time p{font-size:1.4rem}.top-access__time span{font-size:1.9rem}}.top-access__car,.top-access__train{display:block;text-align:center;gap:20px}.top-access__car h3,.top-access__train h3{font-size:2.2rem}@media screen and (max-width: 767px){.top-access__car h3,.top-access__train h3{font-size:2rem}}.top-access__detail{display:flex;flex-direction:column;text-align:left;padding:80px clamp(17px,3.686px + 1.964vw,30px) 30px;border:solid 1px var(--primary-green);border-radius:15px;margin-top:-75px;height:calc(100% - 120px)}@media screen and (max-width: 767px){.top-access__detail{padding-top:80px}}.top-access__detail p span{font-weight:bold;font-size:1.8rem;margin-bottom:5px}.top-access__detail ul{display:flex;flex-direction:column;gap:5px}.top-access__detail .top-car-note{font-size:1.4rem;line-height:1}.top-company{width:100%;padding:50px clamp(17px,2.2vw,30px);position:relative;background-color:var(--primary-lightgray)}@media screen and (max-width: 640px){.top-company{padding-top:30px}}.top-company h2{font-size:2rem;line-height:1.8;color:var(--primary-blue);text-align:left;margin-bottom:0}@media screen and (max-width: 640px){.top-company h2{font-size:1.7rem}}.top-company__lead{margin:0 auto;width:min(680px,100%)}.top-company__lead p{font-size:1.6rem}@media screen and (max-width: 640px){.top-company__lead p{font-size:1.4rem}}.history-table{width:100%;background-color:var(--primary-white)}.history-table th,.history-table td{padding:5px 3px;font-size:1.6rem}@media screen and (max-width: 640px){.history-table th,.history-table td{font-size:1.4rem}}.history-table tr:nth-child(odd){background-color:var(--primary-light-blue-gray)}.about-mainvisual{padding:80px 0 0;position:relative;width:100%;aspect-ratio:1/.6;background:url(../images/about-mv.webp) no-repeat;background-size:cover;display:flex;justify-content:center}@media screen and (max-width: 1500px){.about-mainvisual{max-height:900px}}@media screen and (max-width: 767px){.about-mainvisual{aspect-ratio:1/.78;background-image:url(../images/about-mv-sp.jpg)}}.about-mainvisual h1{margin-top:100px;color:var(--primary-white);font-family:Oswald;font-size:5rem}@media screen and (max-width: 960px){.about-mainvisual h1{margin-top:7vw}}@media screen and (max-width: 767px){.about-mainvisual h1{font-size:4rem}}.about-mainvisual h1 img{height:53px;width:auto}@media screen and (max-width: 767px){.about-mainvisual h1 img{height:44px}}.about-mainvisual__inner{position:absolute;top:100px;right:4vw;width:100px;margin-inline:auto;padding-inline:20px;display:flex;justify-content:space-between;z-index:1}@media screen and (max-width: 767px){.about-mainvisual__inner{flex-direction:column;align-items:center;justify-content:center;padding-inline:0;height:auto;gap:0}}.about-reason{display:flex;flex-direction:column;gap:50px;padding:100px 0;position:relative;width:100%}@media screen and (max-width: 767px){.about-reason{padding-block:80px;gap:15px}}.about-reason__content{width:100%;position:relative}.about-reason__content::after{content:"";position:absolute;width:45%;height:80%;background-color:#f4f5ef;top:10%;left:0;z-index:-1;border-radius:0 20px 20px 0}@media screen and (max-width: 960px){.about-reason__content::after{top:auto;bottom:8vw;width:75%;height:90vw}}.about-reason__items{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,-8.169px + 7.512vw,100px);width:min(1200px,100%);margin:0 auto}@media screen and (max-width: 1450px){.about-reason__items{width:var(--content-width);margin-inline:auto}}@media screen and (max-width: 960px){.about-reason__items{display:flex;flex-direction:column-reverse;gap:50px}}.about-reason__item-text{display:flex;flex-direction:column;gap:100px}@media screen and (max-width: 960px){.about-reason__item-text{text-align:center;gap:40px}}@media screen and (max-width: 450px){.about-reason__item-text{text-align:left}}.about-reason__item-img{width:100%}.about-reason__item-img-note{font-size:1.15rem;margin-top:5px}@media screen and (max-width: 767px){.about-reason__item-img-note{font-size:1.1rem}}.about-space{display:flex;flex-direction:column;padding:80px 0 0;position:relative;width:100%}@media screen and (max-width: 767px){.about-space{padding-top:40px}}.about-space__lead{position:relative;z-index:2;width:var(--content-width);position:relative;text-align:center;margin:0 auto;margin-bottom:-10vw}@media screen and (max-width: 767px){.about-space__lead{margin-bottom:-3vw;margin-bottom:2vw}}.about-space__bg{display:flex;align-items:center;margin-bottom:50px}@media screen and (max-width: 767px){.about-space__bg{transform:scale(1.15, 1.15)}}.about-space__bg img{width:100%}.about-space__sketch-wrap{display:flex;flex-direction:column;margin-bottom:100px}@media screen and (max-width: 767px){.about-space__sketch-wrap{margin-bottom:60px}}.about-space__sketch-text{margin-block:0 10px;text-align:center}@media screen and (max-width: 767px){.about-space__sketch-text{padding-inline:17px}.about-space__sketch-text br{display:none}}.about-space__sketch img{width:100%}@media screen and (max-width: 767px){.about-space__sketch img{height:60vw;width:auto;min-width:100vw;object-fit:cover}}@media screen and (max-width: 640px){.about-space__sketch img{height:90vw}}.about-food{display:flex;flex-direction:column;gap:50px;padding:100px 0;position:relative;width:100%;background-color:var(--light-gray)}@media screen and (max-width: 1050px){.about-food{min-height:auto}}@media screen and (max-width: 767px){.about-food{padding:80px 0}}@media screen and (max-width: 640px){.about-food{aspect-ratio:auto;min-height:300px}}.about-food__content{width:var(--content-width);margin:0 auto}.about-food__lead{text-align:center}@media screen and (max-width: 767px){.about-food__lead{text-align:left}.about-food__lead br{display:none}}.about-food__cards{position:relative;width:100%;display:flex;justify-content:space-between;margin-block:50px}@media screen and (max-width: 767px){.about-food__cards{flex-direction:column;align-items:center;gap:35px;margin-bottom:0}}.about-food__cards::after{content:"";position:absolute;width:100%;height:3px;background-color:var(--primary-green);top:calc(50% + 20px);left:0}@media screen and (max-width: 767px){.about-food__cards::after{width:3px;height:calc(100% - 100px);top:80px;left:calc(50% - 2px)}}.about-food__cards-item{position:relative;width:28%;display:flex;flex-direction:column;gap:10px;z-index:2}@media screen and (max-width: 767px){.about-food__cards-item{width:min(400px,100%);padding-top:5px;background:var(--light-gray)}}@media screen and (max-width: 767px){.about-food__cards-item:last-child{margin-top:10px}}.about-food__cards-item h3{font-size:2.2rem;text-align:center;color:var(--primary-green)}.about-food__card-img{border:solid 2px var(--primary-green);border-radius:15px}.about-food__cards-item-last:before{content:"";position:absolute;width:15px;height:30px;background:url(../images/arrow-green-right.svg);background-repeat:no-repeat;background-size:15px 30px;top:calc(50% + 6.5px);left:-11px}@media screen and (max-width: 767px){.about-food__cards-item-last:before{top:-21px;left:calc(50% - 8px);transform:rotate(90deg)}}.about-makers{display:flex;flex-direction:column;gap:50px;padding:100px 0;position:relative;width:100%;background-color:var(--primary-white)}@media screen and (max-width: 767px){.about-makers{padding:80px 0}}.about-makers__inner{width:var(--content-width);margin:0 auto 0;display:flex;flex-direction:column;align-items:center}.about-makers__header{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:70px}@media screen and (max-width: 767px){.about-makers__header{gap:50px}}@media screen and (max-width: 767px){.about-makers__logo{width:min(240px,80%)}}.about-makers__lead{text-align:center}@media screen and (max-width: 640px){.about-makers__lead{text-align:left}.about-makers__lead br{display:none}}.about-makers__members{display:grid;grid-template-columns:repeat(4, 1fr);background-color:var(--light-gray);width:var(--content-width);padding:60px 40px;margin-top:60px;gap:40px 10px;border-radius:20px}@media screen and (max-width: 960px){.about-makers__members{grid-template-columns:repeat(3, 1fr);padding:50px 30px}}@media screen and (max-width: 767px){.about-makers__members{grid-template-columns:repeat(2, 1fr);padding:40px 17px;margin-top:40px;width:100%;border-radius:15px}}.about-makers__member{display:flex;flex-direction:column;align-items:center;gap:10px}.about-makers__role{font-size:1.3rem;text-align:center}@media screen and (max-width: 767px){.about-makers__role{font-size:1.2rem}}.about-makers__name{font-size:1.3rem;line-height:1.6;font-weight:bold;text-align:center}@media screen and (max-width: 767px){.about-makers__name{font-size:1.2rem}}.makers-message{margin:100px auto;display:flex;flex-direction:column;align-items:center}@media screen and (max-width: 767px){.makers-message{margin-block:40px 0}}.makers-message__text p{text-align:center}@media screen and (max-width: 767px){.makers-message__text p{text-align:left}.makers-message__text p br{display:none}}.makers-message__image{margin:40px auto 0;width:min(900px,100%)}.makers-message__image img{border-radius:20px}@media screen and (max-width: 767px){.makers-message__image img{border-radius:15px}}.makers-message__image-note{margin-top:5px;font-size:1.3rem;text-align:right}.map-mainvisual{width:100%;padding:0 4vw 0;position:relative;margin:75px auto 50px;background:url(../images/map-mv.jpg) no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;height:210px}@media screen and (max-width: 767px){.map-mainvisual{aspect-ratio:1/.9;background-image:url(../images/map-mv-sp.jpg)}}.map-mainvisual .page-title{color:var(--primary-white)}.map-mainvisual img{height:53px;width:auto}@media screen and (max-width: 767px){.map-mainvisual img{height:44px}}.map-figure{width:var(--content-width-large);position:relative;margin-inline:auto}@media screen and (max-width: 1050px){.map-figure{min-height:auto}}@media screen and (max-width: 767px){.map-figure{width:100%}}@media screen and (max-width: 450px){.map-figure{width:100%;padding-inline:0}}.map-facility{display:grid;grid-template-columns:94px 1fr}@media screen and (max-width: 767px){.map-facility{grid-template-columns:1fr}}.map-facility__title{display:flex;justify-content:center;align-items:center;background-color:var(--primary-black)}.map-facility__title h2{color:var(--primary-white);font-size:2rem}.map-facility__list{display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;background-color:var(--light-gray);padding:10px 13px}@media screen and (max-width: 960px){.map-facility__list{grid-template-columns:repeat(3, 1fr);gap:17px 10px}}.map-facility__list li{display:flex;gap:10px;align-items:center;line-height:1.3}@media screen and (max-width: 960px){.map-facility__list li{font-size:1.5rem;gap:7px}}@media screen and (max-width: 640px){.map-facility__list li{font-size:1.35rem}}.map-facility__list li img{width:35px}@media screen and (max-width: 960px){.map-facility__list li img{width:30px}}@media screen and (max-width: 640px){.map-facility__list li img{width:28px}}.map-facility__list li b{font-size:1.3rem}@media screen and (max-width: 640px){.map-facility__list li b{font-size:1rem}}@media screen and (max-width: 960px){.map-facility__main-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:none;-ms-overflow-style:none}}.map-facility__main{position:relative;width:100%}@media screen and (max-width: 960px){.map-facility__main{width:1080px}}.map-facility__main-item{position:absolute;width:3vw;height:3vw;max-width:40px;max-height:40px;background-color:var(--primary-black);color:var(--primary-white);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:clamp(10px,5.259px + .67vw,18px)}@media screen and (max-width: 960px){.map-facility__main-item{width:33px;height:33px;font-size:1.7rem;line-height:1;padding-bottom:2px}}.facility-number-01-1{top:58%;left:38%}.facility-number-01-2{top:56%;left:17.5%}.facility-number-02{top:26%;left:43%}.facility-number-03{top:27.5%;left:50.3%}.facility-number-04{top:27%;left:56%}.facility-number-05{top:26%;left:61.1%}.facility-number-06{top:23%;left:64.6%}.facility-number-07{top:29%;left:68.5%}.facility-number-08{top:18%;left:72.5%}.facility-number-09{top:26%;left:77%}.facility-number-10{top:2%;left:65%}.facility-number-11{top:24%;left:87%}.facility-number-12{top:58%;left:81%}.map-list{width:var(--content-width);display:grid;grid-template-columns:repeat(3, 1fr);gap:clamp(20px,-30.286px + 6.548vw,64px);margin:100px auto}@media screen and (max-width: 1050px){.map-list{min-height:auto}}@media screen and (max-width: 767px){.map-list{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 640px){.map-list{grid-template-columns:1fr;gap:50px;margin:70px auto}}.map-list .map-list-item{margin-top:-50px;padding-top:50px}.map-list .map-list__space{padding:5px;border-radius:19px}.map-list .map-list__space img{border-radius:15px}.map-list .map-list__space.space-green{background:var(--primary-green)}.map-list .map-list__space.space-pink{background:#de81a0}.map-list .map-list__space.space-blue{background:#6391c5}.map-list .map-list__space.space-gray{background:var(--text-gray)}.map-list .map-list__space.space-orange{background:#ce6d3a}.map-list .map-list__space.space-indigo{background:#162173}.map-list .map-list__title{display:grid;grid-template-columns:45px 1fr;align-items:center;flex-wrap:wrap;font-size:2.2rem;margin-top:16px;margin-bottom:10px}@media screen and (max-width: 767px){.map-list .map-list__title{grid-template-columns:42px 1fr}}.map-list .map-list__title span{display:flex;justify-content:center;align-items:center;width:39px;height:39px;background-color:var(--primary-black);color:var(--primary-white);border-radius:50%;font-size:1.6rem}@media screen and (max-width: 767px){.map-list .map-list__title span{width:35px;height:35px;font-size:1.5rem}}.map-list .map-list__tag{color:var(--text-gray);font-size:1.3rem;margin-bottom:7px}.map-list p{font-size:1.5rem;line-height:1.8}.movie-player{width:var(--content-width-narrow);margin:130px auto 160px;position:relative;border-radius:20px;overflow:hidden}@media screen and (max-width: 767px){.movie-player{margin-block:50px 100px;border-radius:15px}}.movie-player__video{display:block;width:100%;height:auto;cursor:pointer}.movie-player__toggle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:80px;height:80px;border-radius:50%;border:none;background:rgba(50,50,50,.9);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;z-index:10}@media screen and (max-width: 767px){.movie-player__toggle{width:60px;height:60px}}.movie-player__icon--play{width:0;height:0;border-top:15px solid rgba(0,0,0,0);border-bottom:15px solid rgba(0,0,0,0);border-left:26px solid #fff;margin-left:8px}@media screen and (max-width: 767px){.movie-player__icon--play{border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-left:16px solid #fff}}.movie-player__icon--pause::before,.movie-player__icon--pause::after{content:"";position:absolute;top:0;width:8px;height:40px;background:#fff;border-radius:2px}@media screen and (max-width: 767px){.movie-player__icon--pause::before,.movie-player__icon--pause::after{width:6px;height:30px}}.movie-player__icon--pause::before{left:0}.movie-player__icon--pause::after{right:0}.movie-player.is-playing .movie-player__icon--play{display:none}.movie-player.is-playing .movie-player__icon--pause{display:block}.movie-player.is-playing .movie-player__toggle{opacity:0;display:none}.movie-player:hover .movie-player__toggle{opacity:1}.access-mainvisual{width:100%;padding:0 4vw 0;position:relative;margin:75px auto 50px;background:url(../images/access-mv.jpg) no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;height:210px}@media screen and (max-width: 767px){.access-mainvisual{aspect-ratio:1/.9;background-image:url(../images/access-mv-sp.jpg)}}.access-mainvisual .page-title{color:var(--primary-white)}.access-mainvisual img{height:53px;width:auto}@media screen and (max-width: 767px){.access-mainvisual img{height:44px}}.access-map{width:100%}.access-map__google{margin:20px auto;padding:0;width:100%;height:450px;overflow:hidden}.access-map__google iframe{width:100%;height:100%}.access-map__head{width:var(--content-width);margin:70px auto 30px;text-align:center}.access-map__head h2{font-size:2rem;margin-bottom:10px}.access-map__link{display:flex;justify-content:center;margin:50px auto}.access-detail{width:var(--content-width);margin:100px auto 150px}.access-detail__content{width:100%;display:block;padding-top:40px}.access-detail__inner{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width: 767px){.access-detail__inner{display:grid;gap:100px}}.access-detail__img-car-wrap{width:434px}@media screen and (max-width: 1060px){.access-detail__img-car-wrap{width:45.2%}}@media screen and (max-width: 1060px)and (max-width: 767px){.access-detail__img-car-wrap{width:min(600px,100%);margin-inline:auto}}.access-detail__img-train-wrap{width:471px}@media screen and (max-width: 1060px){.access-detail__img-train-wrap{width:49%}}@media screen and (max-width: 767px){.access-detail__img-train-wrap{width:min(600px,100%);margin-inline:auto}}.access-detail__goal{width:100%;border-radius:15px;border:solid 1px var(--primary-green);padding:50px 20px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 767px){.access-detail__goal{display:none}}.access-detail__goal img{width:301px}.access-detail__img-sp-logo{display:none}@media screen and (max-width: 767px){.access-detail__img-sp-logo{display:block;width:100%;border-radius:15px;border:solid 1px var(--primary-green);padding:25px 40px;display:flex;justify-content:center;align-items:center}}.topics-mainvisual{width:100%;padding:0 4vw 0;position:relative;margin:75px auto 50px;background:url(../images/topics-mv-bg.jpg) no-repeat;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;height:210px}@media screen and (max-width: 767px){.topics-mainvisual{aspect-ratio:1/.9;background-image:url(../images/topics-mv-bg-sp.jpg)}}.topics-mainvisual .page-title{color:var(--primary-white)}.topics__data-content{width:var(--content-width-narrow);margin:0 auto}.topics__data-content h2{font-size:3rem}@media screen and (max-width: 767px){.topics__data-content h2{font-size:2.4rem}}.topics__content{background-color:var(--primary-white);width:var(--content-width-narrow);margin:50px auto 10px}.topics__data{width:var(--content-width-narrow);margin:0 auto 50px}.topics__data h2{color:var(--text-black)}.topics__data a{color:var(--primary-green)}.topics__data a:hover{text-decoration:underline}.topics__data-content{width:min(900px,100%);margin:0 auto}.topics__data-item-wrap{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:30px;margin-bottom:35px}@media screen and (max-width: 640px){.topics__data-item-wrap{flex-direction:column}}.topics__data-item{display:flex;justify-content:start;width:48%}@media screen and (max-width: 640px){.topics__data-item{width:100%}}.topics__data-item dt{width:70px;font-weight:bold}.topics__data-item dd{width:calc(100% - 75px)}.infromation-single-item__content{width:min(900px,100%);margin:0 auto}.topics__archive{width:var(--content-width-narrow);margin:0 auto;padding:0;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;align-items:start}@media screen and (max-width: 767px){.topics__archive{flex-direction:column;gap:0}}.topics__archive-content{width:calc(100% - 260px)}@media screen and (max-width: 767px){.topics__archive-content{width:100%}}.topics__archive-content .topics-archive-page__note{width:100%}.topics__archive-content .topics-archive{width:100%}.topics-sidebar{width:200px;min-height:300px;font-size:1.5rem;margin-block:10px 30px;padding-block:20px;border-top:solid 1px var(--primary-green);background-color:var(--primary-white);padding:10px}@media screen and (max-width: 767px){.topics-sidebar{width:100%;min-height:auto;margin-bottom:0}}.topics-sidebar h3{font-size:1.8rem;margin-bottom:10px}.topics-sidebar ul{display:flex;flex-direction:column;gap:10px}@media screen and (max-width: 767px){.topics-sidebar ul{flex-direction:row;flex-wrap:wrap}}.topics-sidebar li{padding-left:0}.topics-archive-item__pagination{width:100%;display:flex;justify-content:center;margin:50px auto 100px}@media screen and (max-width: 767px){.topics-archive-item__pagination{margin-block:20px 80px}}.topics-single-item__pagination{width:min(850px,100%);margin:0 auto;display:flex;justify-content:center;gap:15px}@media screen and (max-width: 960px){.topics-single-item__pagination{width:calc(100% - 30px)}}@media screen and (max-width: 640px){.topics-single-item__pagination{flex-direction:column;align-items:center;gap:20px}}.topics-single-item__pagination .c-button__small{max-width:200px}@media screen and (max-width: 960px){.topics-single-item__pagination .c-button__small{max-width:100%}}.wp-pagenavi{display:flex;flex-wrap:wrap;gap:10px}.wp-pagenavi .extend{border:none;pointer-events:none}.wp-pagenavi a,.wp-pagenavi span,.wp-pagenavi span.current{width:45px;height:45px;display:flex;justify-content:center;align-items:center;text-align:center;border-radius:6px;line-height:1.8;background-color:var(--primary-white)}@media screen and (max-width: 960px){.wp-pagenavi a,.wp-pagenavi span,.wp-pagenavi span.current{line-height:2.2}}.wp-pagenavi a,.wp-pagenavi span{border:solid 1px #aaa}.wp-pagenavi a:hover,.wp-pagenavi span:hover{border-color:var(--primary-green) !important;background-color:var(--primary-green);color:var(--primary-white)}.wp-pagenavi span.current{border:none;background-color:var(--primary-green);color:var(--primary-white)}.nav-previous{width:200px;display:inline-block}.nav-previous a{position:relative;display:block;width:100%;max-width:280px;padding:12px 24px;text-align:center;color:var(--primary-white);background:linear-gradient(90deg, var(--primary-green) 50%, var(--hover-blue) 50%);background-size:200%;background-position:left;border-radius:6px;transition:background-position .5s}@media screen and (max-width: 960px){.nav-previous a{max-width:100%}}@media screen and (max-width: 640px){.nav-previous{width:100%}}.nav-next{width:200px;display:inline-block}.nav-next a{position:relative;display:block;width:100%;max-width:280px;padding:12px 24px;text-align:center;color:var(--primary-white);background:linear-gradient(90deg, var(--hover-green) 50%, var(--primary-blue) 50%);background-size:200%;background-position:right;border-radius:6px;transition:background-position .5s}@media screen and (max-width: 960px){.nav-next a{max-width:100%}}@media screen and (max-width: 640px){.nav-next{width:100%}}.nav-previous a::before{content:"";position:absolute;top:50%;left:24px;transform:translate(0, -50%);display:block;width:20px;height:20px;background-image:url(../images/fa-arrow-back.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .5s}@media screen and (max-width: 640px){.nav-previous a::before{left:15px;width:25px}}@media(hover: hover){.nav-previous a:hover{background-position:right}.nav-previous a:hover::before{transform:translate(-8px, -50%)}}.nav-next a::after{content:"";position:absolute;top:50%;right:24px;transform:translate(0, -50%);display:block;width:20px;height:20px;background-image:url(../images/fa-arrow.svg);background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .5s}@media screen and (max-width: 640px){.nav-next a::after{right:15px;width:25px}}@media(hover: hover){.nav-next a:hover{background-position:left}.nav-next a:hover::after{transform:translate(8px, -50%)}}.contact .section__format-page{margin-top:100px;width:min(800px,100% - var(--content-padding)*2)}@media screen and (max-width: 767px){.contact .section__format-page{margin-top:80px}}.smf-item__label__text{font-weight:bold}.form-recaptcha{width:100%;margin:80px auto 50px;text-align:center}.form-recaptcha p{margin-top:50px;font-size:1.1rem}.smf-form--simple-table .wp-block-snow-monkey-forms-item.smf-item{padding:25px 0 30px;border-top:solid 1px var(--primary-gray)}@media screen and (max-width: 767px){.smf-form--simple-table .wp-block-snow-monkey-forms-item.smf-item{padding:15px 0 20px}}.wp-block-snow-monkey-forms-item:last-of-type{border-bottom:solid 1px var(--primary-gray)}.contact .wp-block-paragraph{text-align:left;margin-bottom:20px}.smf-complete-content{max-width:570px;margin-inline:auto}.grecaptcha-badge{display:none}/*# sourceMappingURL=style.css.map */