html{font-size:10px;line-height:1;letter-spacing:0em;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}*,::before,::after{border-width:0;border-style:solid;box-sizing:border-box}body{margin:0;font-weight:400}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-size:inherit}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:bold}dd{margin-left:0}hr{clear:both;height:0;overflow:visible;margin:0;border-top-width:1px;color:inherit;box-sizing:content-box}address{font-style:inherit}a{color:inherit;background:rgba(0,0,0,0);text-decoration:none}b,strong{font-weight:bolder}small{font-size:100%}sub,sup{position:relative;line-height:0;vertical-align:baseline;font-size:75%}sub{bottom:-0.25em}sup{top:-0.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{vertical-align:middle;margin:0;padding:0;border-radius:0;color:inherit;background:rgba(0,0,0,0);font:inherit;text-align:inherit;text-transform:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio}button,[type=button],[type=reset],[type=submit]{cursor:pointer}button:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;margin:0;padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{font-weight:bold;text-align:left}:root{--noto: "Noto Sans JP", "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;--cormo: "Cormorant Garamond", serif;--header_h: 80px;--c_white: #fff;--c_black: #000;--c_orange: #fb6400;--c_yellow: #f7f94a;--c_green1: #2d951b;--c_green3: #203f3c}@media screen and (max-width: 768px){:root{--header_h: 60px}}body{padding-top:var(--header_h);font-family:var(--noto)}.noto{font-family:var(--noto)}.pc-b{display:block !important}@media screen and (max-width: 768px){.pc-b{display:none !important}}.sp-b{display:none !important}@media screen and (max-width: 768px){.sp-b{display:block !important}}.header{position:fixed;z-index:10;top:0;left:0;width:100%}.header__container{display:grid;grid-template-columns:repeat(2, auto);justify-content:space-between;align-items:center;height:var(--header_h);background:var(--c_white);padding-left:2rem}@media screen and (max-width: 1200px){.header__container{padding-inline:5%}}.header__logo{position:relative;z-index:10;max-width:18.3rem;width:100%}@media screen and (max-width: 768px){.header__logo{max-width:12rem}}.header__nav{display:inherit;grid-template-columns:1fr auto auto;align-items:center;height:100%}@media screen and (max-width: 1200px){.header__nav{position:absolute;z-index:9;top:0;left:0;width:100%;height:0;opacity:0;visibility:hidden;grid-template-columns:1fr;align-content:flex-start;padding-top:var(--header_h);background:var(--c_white);overflow:hidden;transition:height .3s,opacity .3s,visibility .3s;overflow-y:scroll;padding-bottom:3rem}}.header__nav.is-open{height:100dvh;opacity:1;visibility:visible}.header__nav-list{display:flex;align-items:center;gap:4rem;font-weight:600;height:100%}@media screen and (max-width: 1200px){.header__nav-list{flex-direction:column;gap:0;height:auto;border-top:1px solid #eaeeef}}.header__nav-item{display:flex;align-items:center;height:inherit;transition:border-bottom .3s;border-bottom:2px solid rgba(0,0,0,0);cursor:default}@media screen and (max-width: 1200px){.header__nav-item{width:100%;flex-direction:column;border-bottom:1px solid #eaeeef}}@media(hover){.header__nav-item:hover{border-bottom:2px solid var(--c_green1)}}@media screen and (hover)and (max-width: 1200px){.header__nav-item:hover{border-bottom:1px solid #eaeeef}}.header__nav-link{display:inline-block;font-size:1.6rem}@media screen and (max-width: 1200px){.header__nav-link{display:flex;justify-content:space-between;align-items:center;width:inherit;padding-block:2rem;padding-inline:5%}}.header__nav-link .plus{position:relative;width:1.5rem;aspect-ratio:1/1;display:none}@media screen and (max-width: 1200px){.header__nav-link .plus{display:block}.header__nav-link .plus::before,.header__nav-link .plus::after{position:absolute;background:var(--c_green1)}.header__nav-link .plus::before{content:"";width:100%;height:0.2rem;top:50%;left:0;translate:0 -50%}.header__nav-link .plus::after{content:"";width:0.2rem;height:100%;top:0;left:50%;translate:-50% 0;transition:rotate .3s}}.header__nav-link .plus.is-active::after{rotate:90deg}.header__nav-link .arrow{background:var(--c_green1);-webkit-mask-image:url(../../img/common/icon_arrow.png);mask-image:url(../../img/common/icon_arrow.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:0.9rem;aspect-ratio:9/15}.header__nav-tel{margin-left:4rem}@media screen and (max-width: 1200px){.header__nav-tel{margin-left:5%;margin-top:2rem}}.header__nav-tel__number{display:flex;align-items:center;gap:0.4rem;font-size:2.4rem;font-weight:600;color:var(--c_green1);line-height:1}.header__nav-tel__number::before{content:"";width:1.4rem;aspect-ratio:14/19;background:var(--c_green1);-webkit-mask-image:url(../../img/common/icon_tel.svg);mask-image:url(../../img/common/icon_tel.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.header__nav-tel__date{font-size:1.4rem;margin-top:0.5rem;font-weight:500;padding-left:1.8rem}.header__nav-btn{display:grid;place-items:center;width:17.6rem;height:100%;font-size:1.6rem;color:var(--c_white);background:#2d951b;background:linear-gradient(28deg, rgb(45, 149, 27) 0%, rgb(58, 180, 37) 100%);grid-template-columns:auto 1fr auto;padding-inline:2rem;margin-left:1.6rem}.header__nav-btn::before{content:"";width:2.4rem;aspect-ratio:24/18;-webkit-mask-image:url(../../img/common/icon_mail.svg);mask-image:url(../../img/common/icon_mail.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background:var(--c_white);margin-right:1.1rem}.header__nav-btn::after{content:""}@media screen and (max-width: 1200px){.header__nav-btn{max-width:32rem;width:90%;margin-inline:auto;grid-template-columns:auto 1fr auto;height:8rem;border-radius:1.2rem;padding-inline:2rem;margin-inline:5% auto;margin-top:1rem}.header__nav-btn::before{content:""}.header__nav-btn::after{content:"";display:inline-block;width:11px;aspect-ratio:11/19;background:url(../../img/common/icon_arrow.png) center/cover no-repeat}}.footer{position:relative}.footer__logo{max-width:21.8rem}.footer__info{line-height:2;letter-spacing:0.02em}.footer__info::before,.footer__info::after{content:"";display:block flow;inline-size:0;block-size:1px}.footer__info::before{margin-block-end:calc((1 - 2)*.5em)}.footer__info::after{margin-block-start:calc((1 - 2)*.5em)}.footer__info{font-size:1.2rem;margin-top:3.7rem}@media screen and (max-width: 1250px){.footer__info{margin-top:2rem}}.footer__mark{display:flex;margin-top:1.5rem;gap:0.9rem}.footer__mark .img1{width:6.4rem}.footer__mark .img2{width:3.7rem}.footer__mark a{transition:opacity .3s}@media(hover){.footer__mark a:hover{opacity:.7}}.footer__upper{padding-block:4rem 3.5rem;background:#eff1ec}.footer__upper-container{max-width:130rem;width:90%;margin-inline:auto;display:flex;justify-content:space-between}@media screen and (max-width: 768px){.footer__upper-container{flex-direction:column;gap:4rem}}.footer__upper-nav{display:flex;align-items:flex-start;gap:5rem;font-size:1.5rem;line-height:1.25}@media screen and (max-width: 1250px){.footer__upper-nav{flex-direction:column;gap:3rem}}.footer__upper-nav__head{font-weight:500;transition:opacity .3s}@media(hover){.footer__upper-nav__head:hover{opacity:.7}}.footer__upper-nav__list{display:flex;flex-direction:column;margin-top:2rem;gap:1.5rem}@media screen and (max-width: 768px){.footer__upper-nav__list{gap:1rem}}.footer__upper-nav__link{display:inline-flex;align-items:center;gap:0.8rem;transition:opacity .3s}@media(hover){.footer__upper-nav__link:hover{opacity:.7}}.footer__upper-nav__link::before{content:"";display:inline-block;width:0.8rem;aspect-ratio:8/2;background:#9eacaa}.footer__lower{background:var(--c_green3);padding-block:2.2rem}.footer__lower-container{display:grid;grid-template-columns:1fr auto 1fr;max-width:130rem;width:90%;margin-inline:auto;color:var(--c_white)}@media screen and (max-width: 1250px){.footer__lower-container{grid-template-columns:1fr;align-items:center}}.footer__lower-nav{grid-area:1/2/2/3}@media screen and (max-width: 1250px){.footer__lower-nav{grid-area:2/1/3/2;margin-top:5rem}}@media screen and (max-width: 1250px)and (max-width: 768px){.footer__lower-nav{margin-top:3rem}}.footer__lower-nav__list{display:flex;align-items:center;justify-content:center;gap:3rem}@media screen and (max-width: 768px){.footer__lower-nav__list{flex-direction:column;align-items:flex-start;gap:2rem}}.footer__lower-nav__link{font-size:1.5rem;width:100%;display:block}.footer__lower-nav__copy{margin-top:4rem;width:-moz-fit-content;width:fit-content;margin-inline:auto;font-size:1.2rem}.footer__lower-btn{grid-area:1/3/2/4;max-width:22rem !important;width:100% !important;margin-inline:auto 0 !important;padding-inline:0 !important;padding-block:2rem !important;display:grid;grid-template-columns:1fr auto 1fr;justify-items:center}@media screen and (max-width: 1250px){.footer__lower-btn{grid-area:1/1/2/2;max-width:35rem;width:100%;margin-inline:0 auto !important}}.footer__lower-btn-text{font-size:1.8rem !important}.hamburger{position:relative;z-index:10;width:2.5rem;aspect-ratio:4/3;display:none}@media screen and (max-width: 1200px){.hamburger{display:block}}.hamburger.is-open span:nth-child(1){rotate:45deg;top:50%}.hamburger.is-open span:nth-child(2){display:none}.hamburger.is-open span:nth-child(3){rotate:-45deg;top:50%}.hamburger span{position:absolute;display:inline-block;width:100%;height:2px;background:var(--c_green1);transition:rotate .3s}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%}.hamburger span:nth-child(3){top:100%}.megamenu{position:absolute;top:var(--header_h);left:50%;translate:-50% 0;display:flex;gap:4.3rem;align-items:center;justify-content:center;border-radius:3rem;background:var(--c_white);padding:4.8rem 3.5rem 4.8rem 3.5rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,height .3s;filter:drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));width:max(1000px,60%);will-change:filter}@media screen and (max-width: 1200px){.megamenu{position:static;translate:0 0;padding:1rem;padding:0;height:0;padding-inline:10%;overflow:hidden;filter:none;width:100%;justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:2rem}}.megamenu.is-open{opacity:1;visibility:visible}.megamenu__head{position:relative;color:var(--c_green1);transition:opacity .3s}@media screen and (max-width: 1200px){.megamenu__head{display:flex;align-items:baseline;gap:1rem}}.megamenu__head::before{content:"";top:1em;left:-2rem;position:absolute;width:1rem;aspect-ratio:7/12;-webkit-mask-image:url(../../img/common/icon_arrow.png);mask-image:url(../../img/common/icon_arrow.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:var(--c_green1)}@media screen and (max-width: 1200px){.megamenu__head::before{width:0.7rem;top:.5em}}@media(hover){.megamenu__head:is(a):hover{opacity:.7}}.megamenu__title--en{line-height:2.3684210526;letter-spacing:0.02em}.megamenu__title--en::before,.megamenu__title--en::after{content:"";display:block flow;inline-size:0;block-size:1px}.megamenu__title--en::before{margin-block-end:calc((1 - 2.3684210526)*.5em)}.megamenu__title--en::after{margin-block-start:calc((1 - 2.3684210526)*.5em)}.megamenu__title--en{font-size:3.8rem;font-family:var(--cormo)}@media screen and (max-width: 768px){.megamenu__title--en{font-size:2.2rem}}.megamenu__title--ja{margin-top:0.8rem;font-size:1.4rem}@media screen and (max-width: 768px){.megamenu__title--ja{font-size:1.2rem}}.megamenu__list{display:grid;grid-template-columns:auto 1fr;gap:3rem}@media screen and (max-width: 1200px){.megamenu__list{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}}.megamenu__link{display:inline-flex;align-items:center;gap:1.4rem;font-size:1.6rem;transition:opacity .3s;line-height:1.5}.megamenu__link::before{content:"";width:0.7rem;aspect-ratio:7/12;-webkit-mask-image:url(../../img/common/icon_arrow.png);mask-image:url(../../img/common/icon_arrow.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:var(--c_green1)}@media(hover){.megamenu__link:hover{opacity:.5}}@media screen and (max-width: 1200px){.megamenu__link{gap:1rem}}.cta{width:90%;margin-inline:auto;padding-block:6rem}.cta__text{font-weight:700;color:var(--c_orange);width:-moz-fit-content;width:fit-content;margin-inline:auto;margin-top:3.5rem;margin-bottom:0.8rem;font-size:2.2rem;line-height:1.75;letter-spacing:.02em}.cta__text span{padding-bottom:6px;padding-inline:2px;display:inline;background:#f7f94a;background:linear-gradient(0deg, rgb(247, 249, 74) 0%, rgb(247, 249, 74) 50%, rgba(255, 255, 255, 0) 50%)}@media screen and (max-width: 768px){.cta__text{font-size:1.8rem}}@media screen and (max-width: 768px)and (max-width: 768px){.cta__text{font-size:1.6rem}}.cta__lead{width:-moz-fit-content;width:fit-content;margin-inline:auto;line-height:1.8;letter-spacing:.02em;font-size:3rem;font-weight:700;display:flex;align-items:center;gap:0.5rem}@media screen and (max-width: 768px){.cta__lead{font-size:2.2rem;align-items:flex-start}}.cta__lead::before{content:"";display:inline-block;width:4.1rem;aspect-ratio:41/30;background:var(--c_green1);-webkit-mask-image:url(../../img/common/icon_megaphone.svg);mask-image:url(../../img/common/icon_megaphone.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width: 768px){.cta__lead::before{width:3rem;margin-top:.5em}}.cta__list{margin-inline:auto;margin-top:1.6rem;position:relative;z-index:1;display:grid;grid-template-columns:auto 1fr;width:-moz-fit-content;width:fit-content;gap:2.5rem 2.2rem;background:var(--c_white);border:2px solid var(--c_green1);border-radius:1.4rem;padding:3.3rem 4.2rem}@media screen and (max-width: 768px){.cta__list{grid-template-columns:1fr;padding:2rem 5%;gap:1.5rem;width:100%}}.cta__list::after{content:"";position:absolute;z-index:-1;top:calc(100% - 5px);left:50%;translate:-50% 0;display:inline-block;width:1.6rem;aspect-ratio:16/19;clip-path:polygon(0 0, 50% 100%, 100% 0);background:url(../../img/common/icon_ta.png) center/contain no-repeat;mix-blend-mode:lighten}.cta__list-item{display:flex;align-items:center;gap:1.2rem}@media screen and (max-width: 768px){.cta__list-item{gap:0.6rem}}.cta__list-item::before{content:"";display:inline-block;width:2.8rem;aspect-ratio:1;background:#fd8e01;-webkit-mask-image:url(../../img/common/icon_check.svg);mask-image:url(../../img/common/icon_check.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover}@media screen and (max-width: 768px){.cta__list-item::before{width:2rem}}.cta__list-item p{line-height:1.75;letter-spacing:0.02em}.cta__list-item p::before,.cta__list-item p::after{content:"";display:block flow;inline-size:0;block-size:1px}.cta__list-item p::before{margin-block-end:calc((1 - 1.75)*.5em)}.cta__list-item p::after{margin-block-start:calc((1 - 1.75)*.5em)}.cta__list-item p{font-size:1.6rem;padding-bottom:0.8rem;border-bottom:1px solid var(--c_black)}@media screen and (max-width: 768px){.cta__list-item p{font-size:1.4rem;padding-bottom:0.4rem}}.cta__btn{position:relative;display:flex;align-items:center;justify-content:center;color:var(--c_white);border:1px solid var(--c_green1);background:var(--c_green1);background:linear-gradient(28deg, rgb(45, 149, 27) 0%, rgb(58, 180, 37) 100%);border-radius:1.2rem;padding-inline:2rem;width:50rem;margin-inline:auto;padding-inline:9rem;padding-block:4rem;transition:opacity .3s}@media screen and (max-width: 768px){.cta__btn{padding-inline:2rem;max-width:35rem;width:100%;padding-block:2rem}}@media(hover){.cta__btn:hover{opacity:.7}.cta__btn:hover .cta__btn-arrow{translate:5px -50%}}.cta__btn-text{font-size:2.4rem;font-weight:700;transition:color .3s}@media screen and (max-width: 768px){.cta__btn-text{font-size:1.6rem}}.cta__btn-arrow{position:absolute;right:2rem;top:50%;translate:0 -50%;display:inline-block;-webkit-mask-image:url(../../img/common/icon_arrow.png);mask-image:url(../../img/common/icon_arrow.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;width:0.9rem;aspect-ratio:9/15;background:var(--c_white);transition:translate .3s}.cta__tel{width:-moz-fit-content;width:fit-content;margin-inline:auto;display:grid;place-items:center;place-content:center;border-radius:1.2rem;border:2px solid var(--c_green1);background:var(--c_white);padding-block:1.6rem 1.3rem;width:50rem;margin-top:1.8rem;color:var(--c_green1);transition:opacity .3s;line-height:1}@media screen and (max-width: 768px){.cta__tel{max-width:35rem;width:100%;margin-top:1rem;padding-block:1rem}}@media(hover){.cta__tel:hover{opacity:.7}}.cta__tel-text{line-height:1.75;letter-spacing:0.02em}.cta__tel-text::before,.cta__tel-text::after{content:"";display:block flow;inline-size:0;block-size:1px}.cta__tel-text::before{margin-block-end:calc((1 - 1.75)*.5em)}.cta__tel-text::after{margin-block-start:calc((1 - 1.75)*.5em)}.cta__tel-text{font-size:1.6rem;font-weight:500}@media screen and (max-width: 768px){.cta__tel-text{font-size:1.4rem}}.cta__tel-number{display:flex;align-items:center;gap:0.7rem;font-size:2.6rem;font-weight:700;margin-top:1rem}@media screen and (max-width: 768px){.cta__tel-number{font-size:2.2rem;margin-top:0.5rem}}.cta__tel-number::before{content:"";display:inline-block;width:1.4rem;aspect-ratio:14/19;background:var(--c_green1);-webkit-mask-image:url(../../img/common/icon_tel.svg);mask-image:url(../../img/common/icon_tel.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:cover;mask-size:cover}@media screen and (max-width: 768px){.cta__tel-number::before{width:1rem}}.cta__tel-time{line-height:6.4285714286;letter-spacing:0.02em}.cta__tel-time::before,.cta__tel-time::after{content:"";display:block flow;inline-size:0;block-size:1px}.cta__tel-time::before{margin-block-end:calc((1 - 6.4285714286)*.5em)}.cta__tel-time::after{margin-block-start:calc((1 - 6.4285714286)*.5em)}.cta__tel-time{font-size:1.4rem;color:var(--c_green1);font-weight:500;margin-top:0.7rem}@media screen and (max-width: 768px){.cta__tel-time{font-size:1.2rem;margin-top:0.5rem}}.page-top{width:97.3%;margin-inline:auto;padding-top:8rem;background-position:center right;background-repeat:no-repeat;background-size:cover;border-radius:3rem;overflow:hidden;min-height:30rem;margin-top:2rem;padding-bottom:2rem}@media screen and (max-width: 768px){.page-top{min-height:auto;margin-top:1rem;padding-top:3rem;padding-bottom:3rem;border-radius:1.5rem}}.page-top__inner{width:86.6666666667%;margin-inline:auto;max-width:130rem}.page-top__title{line-height:1.4210526316;letter-spacing:0.02em}.page-top__title::before,.page-top__title::after{content:"";display:block flow;inline-size:0;block-size:1px}.page-top__title::before{margin-block-end:calc((1 - 1.4210526316)*.5em)}.page-top__title::after{margin-block-start:calc((1 - 1.4210526316)*.5em)}.page-top__title{font-size:3.8rem;font-weight:700;color:var(--c_white)}@media screen and (max-width: 768px){.page-top__title{font-size:2.6rem}}.page-top__disc{line-height:1.75;letter-spacing:0.02em}.page-top__disc::before,.page-top__disc::after{content:"";display:block flow;inline-size:0;block-size:1px}.page-top__disc::before{margin-block-end:calc((1 - 1.75)*.5em)}.page-top__disc::after{margin-block-start:calc((1 - 1.75)*.5em)}.page-top__disc{font-size:1.6rem;color:var(--c_white);margin-top:4rem}@media screen and (max-width: 768px){.page-top__disc{font-size:1.4rem;margin-top:2.5rem}}.menu__inner{max-width:110rem;width:90%;margin-inline:auto}.menu__list{display:flex;justify-content:center;display:grid;grid-template-columns:repeat(auto-fill, minmax(540px, 1fr));gap:2rem}@media screen and (max-width: 768px){.menu__list{flex-direction:column;gap:1rem;grid-template-columns:1fr}}.menu__item{width:100%;position:relative}.menu__link{aspect-ratio:540/215;width:100%;overflow:hidden;border-radius:1.8rem;position:relative;z-index:0;display:grid;place-content:center;place-items:center;line-height:1.5;letter-spacing:.02em;font-size:3.2rem;font-weight:500;color:var(--c_white);background-position:center;background-repeat:no-repeat;background-size:cover;transition:opacity .3s;padding-inline:4rem}.menu__link--case{background-image:url(../../img/common/bg_menu_case.jpg)}.menu__link--database{background-image:url(../../img/common/bg_menu_database.jpg)}@media screen and (max-width: 768px){.menu__link{font-size:2.4rem;padding-inline:3rem}}@media(hover){.menu__link:hover{opacity:.7}.menu__link:hover::after{translate:50% -50%}}.menu__link::before{content:"";position:absolute;z-index:-1;display:inline-block;width:100%;height:100%;background:#0b2a38;opacity:.5;mix-blend-mode:multiply}.menu__link::after{content:"";position:absolute;top:50%;right:3rem;display:inline-block;width:1.1rem;aspect-ratio:11/19;-webkit-mask-image:url(../../img/common/icon_arrow.png);mask-image:url(../../img/common/icon_arrow.png);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:var(--c_white);translate:0 -50%;transition:translate .3s}@media screen and (max-width: 768px){.menu__link::after{right:2rem;width:0.8rem}}.menu__note{position:absolute;z-index:1;bottom:1.5rem;right:2.5rem;font-size:1.4rem;color:var(--c_white)}@media screen and (max-width: 768px){.menu__note{font-size:1.2rem}}.gotop{position:fixed;z-index:9;bottom:4.5rem;right:8.6666666667%;width:7rem;aspect-ratio:1;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}@media screen and (max-width: 768px){.gotop{width:4.5rem;bottom:3rem;right:1rem}}.gotop.is-active{opacity:1;visibility:visible}@media(hover){.gotop.is-active:hover{opacity:.5}}.breadcrumb{max-width:100rem;width:90%;margin-inline:auto;margin-block:1.5rem 7rem;display:flex;flex-wrap:wrap;gap:1.5rem;color:#969696}@media screen and (max-width: 768px){.breadcrumb{margin-block:1rem 3.5rem;gap:0.8rem}}.breadcrumb__item:nth-child(n+2)::before{content:">";display:inline-block;font-size:1.4rem;color:inherit;margin-right:1.5rem}@media screen and (max-width: 768px){.breadcrumb__item:nth-child(n+2)::before{margin-right:0.8rem}}@media(hover){.breadcrumb__item:not(:last-child):hover .breadcrumb__link{opacity:.7}}.breadcrumb__item:last-child .breadcrumb__link{color:var(--c_black)}.breadcrumb__link{font-size:1.4rem;font-weight:500;display:inline-block;transition:opacity .3s}@media screen and (max-width: 768px){.breadcrumb__link{font-size:1.2rem}}
/*# sourceMappingURL=common.css.map */
